body, html {
    width: 100%;
    height: 100%;
}

body, div, ul, li, table, td, tr, th, ol, p, img, h1, h2, h3, h4, h5, h6, span, form {
    margin: 0px;
    padding: 0px;
    font-family: 'roboto-regular';
}

ul {
    list-style: none;
}

body {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    background: #FFF;
}

*, *:before, *:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}
/*.preloader {width: 100% !important;height: 100% !important;top: 0px !important;position: fixed !important;z-index: 99999;background-color: rgba(255, 255, 255, 0.77);}.preloader span {border: 5px solid #f3f3f3;border-top-color: rgb(243, 243, 243);border-top-style: solid;border-top-width: 5px;border-top: 5px solid #3498db;border-radius: 50%;width: 60px;height: 60px;animation: spin 2s linear infinite;position: fixed;top: 50%;left: 50%;}*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sticky-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    border-top: 0;
    float: left;
    background: #FFF;
    box-shadow: 0px 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding-bottom: 8px;
}

.headersection {
    width: 100%;
    float: left;
    background: #232F3E;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 1px solid #dbdbdb;
    background: #fafafa;
}

.logo-section {
    width: 25%;
}

    .logo-section img {
        max-width: 100%;
        height: auto;
    }

.header-top-wrapper {
    width: 100%;
    float: left;
}

.header-top-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-section {
    width: 40%;
    flex: 0 0 40%;
    padding-left: 20px;
}

.headersearch {
    display: block;
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.searchleft {
    position: relative;
    height: 35px;
    float: left;
    width: auto;
    display: inline-block;
}

    .searchleft .nav-search-scope {
        height: 35px;
        line-height: 35px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #f3f3f3;
        background-image: none;
        border-left: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        border-radius: 3px 0px 0px 3px;
    }

        .searchleft .nav-search-scope .nav-search-dropdown {
            position: absolute;
            display: block;
            top: -1px;
            left: 0;
            height: 35px;
            width: auto;
            font-family: arial,sans-serif;
            outline: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: visible;
            border: 0;
            line-height: 35px;
        }

.searchright {
    position: relative;
    height: 35px;
    float: right;
    width: auto;
    display: inline-block;
}

.searchmid {
    height: 35px;
    position: relative;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    background: #FFF;
}

    .searchmid input[type="text"] {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        line-height: 15px;
        padding: 6px 10px 6px 0;
        margin: 0;
        border: 0;
        height: 33px;
        font-family: arial,sans-serif;
        font-size: 15px;
        background: 0;
        color: #111;
        outline: 0;
        -webkit-appearance: none;
        box-shadow: none;
        text-indent: 8px;
    }

.searchright .nav-search-submit {
    position: relative;
    top: 0;
    right: 0;
    height: 35px;
    width: 42px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    border-radius: 0\9;
    background: #008ACC;
}

    .searchright .nav-search-submit:hover {
        background: #009BE6;
    }

.searchright #nav-search-submit-text.nav-sprite {
    background-position: -10px -290px;
    width: 21px;
    height: 21px;
}

.searchright #nav-search-submit-text.nav-sprite {
    background-position: -40px -290px;
    width: 21px;
    height: 21px;
    text-indent: -500px;
    top: 7px;
}

.searchright #nav-search-submit-text {
    left: 12px;
    color: #111;
    top: 11px;
    text-shadow: none;
}

.searchright .nav-search-submit .nav-search-submit-text {
    position: absolute;
    left: 11px;
    top: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-family: arial,sans-serif;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.searchright .nav-search-submit .nav-input {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
    color: #fff;
    background: 0 0;
    border: none;
    text-indent: -1000px;
    line-height: 1px;
}

.searchright #nav-search-submit-text.nav-sprite {
    background: url(../images/searchicon.png) no-repeat;
    width: 21px;
    height: 21px;
}

#opensearch {
    display: none;
}

.cart-section {
    width: 30%;
    flex: 0 0 30%;
    padding-left: 20px;
}

.shopingcart {
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.cart-section a {
    color: #242424;
    transition: all 0.5s ease 0s;
    position: relative;
    font-size: 14px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: 30px;
}

    .cart-section a:hover {
        color: #F31F1E;
        text-decoration: none;
    }

.noofitem {
    position: absolute;
    top: -5px;
    left: 28px;
    font-family: 'roboto-black';
    color: #F31F1E;
}

.cart-section a .fa {
    color: #F31F1E;
    font-size: 18px;
    margin-right: 8px;
}

.scpopup {
    padding-right: 40px;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #FFF;
    z-index: 100;
    padding: 15px;
    display: none;
    box-shadow: -5px 0 5px -5px #333;
    overflow: auto;
}

.cart-section a#catge {
    position: relative;
    display: none;
}

    .cart-section a#catge .fa {
        position: absolute;
        top: 8px;
        right: -10px;
    }

.scpopup .shopinglist h2 {
    border-bottom: 1px solid;
    padding: 10px;
    font-size: 20px !important;
    font-family: 'roboto-black';
    border-bottom: 1px dotted #d5d5d5;
    color: #EB2121;
}

.scpopup .shopinglist .itemrow {
    width: 100%;
    float: left;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 5px;
    padding-bottom: 10px;
}

    .scpopup .shopinglist .itemrow img {
        max-width: 100%;
        height: auto;
        border: 1px solid #F5F5F5;
    }

    .scpopup .shopinglist .itemrow a.checkout {
        background: #373737;
        display: inline-block;
        padding: 8px 20px;
        width: 100%;
        text-align: center;
        color: #FFF;
        font-size: 21px;
        border-radius: 4px;
        transition: all 0.5s ease 0s;
    }

        .scpopup .shopinglist .itemrow a.checkout:hover {
            background: #EB2121;
            transition: all 0.5s ease 0s;
        }

.scpopup-close {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

    .scpopup-close img {
        width: 100%;
        height: auto;
        border: none;
        padding: 2px;
    }

.header-bottom-wrapper {
    width: 100%;
    float: left;
}

.header-bottom-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.category-section {
    width: 30%;
    float: 0 0 30%;
}

.menu-section {
    width: 44%;
}

    .menu-section .mobilemenu .fa {
        float: right;
        font-size: 20px;
        background: #F31F1E;
        padding: 6px 12px;
        color: #FFF;
        cursor: pointer;
        display: none;
    }

.dropdown-section {
    width: 40%;
}

.mtoplink .logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .mtoplink .logo img {
        max-width: 100%;
        height: auto;
        width: 42%;
    }

.mtoplink {
    width: 100%;
    float: left;
    background: #F7F7F7;
}

    .mtoplink ul {
        list-style: none;
        float: right;
        padding-top: 11px;
    }

        .mtoplink ul li {
            padding-left: 15px;
            float: left;
            font-size: 14px;
            position: relative;
            line-height: 30px;
        }

            .mtoplink ul li a {
                color: #151515;
                padding: 5px;
            }

                .mtoplink ul li a:hover {
                    color: #F75251;
                    text-decoration: none;
                }

            .mtoplink ul li select {
                font-size: 14px;
                color: #000;
            }

            .mtoplink ul li div.submenu {
                position: absolute;
                top: 30px;
                left: 0;
                width: 250px;
                z-index: 1000000;
                color: #151515;
                display: none;
                padding: 10px;
                background: #FFF;
                box-shadow: 5px 0px 5px -5px #333, 0 5px 5px -5px #333;
            }

            .mtoplink ul li:hover div.submenu {
                display: block;
            }

            .mtoplink ul li div.submenu p {
                color: #151515;
                text-align: left;
                font-size: 13px;
            }

                .mtoplink ul li div.submenu p a {
                    color: #151515;
                    line-height: 30px;
                }

                    .mtoplink ul li div.submenu p a:hover {
                        color: #F31F1E;
                    }

            .mtoplink ul li div.submenu ul {
                list-style: none;
                float: left;
                width: 100%;
                display: block;
            }

                .mtoplink ul li div.submenu ul li {
                    width: 100%;
                    float: left;
                    padding-left: 0;
                }

                    .mtoplink ul li div.submenu ul li a {
                        color: #262626;
                        display: block !important;
                        line-height: 30px !important;
                    }

                        .mtoplink ul li div.submenu ul li a:hover {
                            color: #F31F1E;
                        }

            .mtoplink ul li div.submenu .signuppanel {
                width: 100%;
                float: left;
                text-align: center;
                margin-bottom: 0px;
                margin-top: 15px;
            }

                .mtoplink ul li div.submenu .signuppanel a.signup {
                    background: #151515;
                    color: #FFF;
                    padding: 5px 35px;
                    border-radius: 4px;
                    display: inline-block;
                    margin-bottom: 15px;
                    transition: all 0.5s ease 0s;
                    width: 100%;
                    line-height: 30px;
                }

                    .mtoplink ul li div.submenu .signuppanel a.signup:hover {
                        background: #F31F1E;
                        color: #FFF;
                    }

                .mtoplink ul li div.submenu .signuppanel a.signup-danger {
                    background: #e86828;
                    color: #FFF;
                    padding: 5px 35px;
                    border-radius: 4px;
                    display: inline-block;
                    margin-bottom: 15px;
                    transition: all 0.5s ease 0s;
                    width: 100%;
                }

                    .mtoplink ul li div.submenu .signuppanel a.signup-danger:hover {
                        background: #262626;
                    }

.category-panel {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px;
}

#categorydropdown {
    cursor: pointer;
    margin-right: 35px;
    font-weight: bold;
    color: #333;
}

.categoriesmenu {
    width: 300px;
    position: absolute;
    background: #FFF;
    border: 1px solid #CDCDCD;
    top: 65px;
    left: 0;
    display: none;
    z-index: 100010;
}

    .categoriesmenu ul {
        list-style:;
    }

        .categoriesmenu ul li {
            display: block;
            color: #3F383A;
            font-size: 14px;
            padding: 5px 10px;
            position: relative;
        }

            .categoriesmenu ul li .fa {
                position: absolute;
                right: 0;
                top: 8px;
            }

            .categoriesmenu ul li:last-child {
                border-bottom: 0;
            }

            .categoriesmenu ul li a {
                color: #545454;
                display: block;
                text-decoration: none;
            }

            .categoriesmenu ul li:hover a {
                color: #0CF;
            }

            .categoriesmenu ul li i {
                margin-right: 5px;
                float: right;
            }

            .categoriesmenu ul li:hover i {
                font-weight: bold;
            }

            .categoriesmenu ul li div.popover2 h2 {
                margin: 0;
                padding: 0;
                font-size: 18px;
                color: #0CF;
                margin-bottom: 8px;
            }

            .categoriesmenu ul li:hover div.popover2 {
                display: block;
            }

            .categoriesmenu ul li div.popover2 {
                position: absolute;
                top: 0;
                left: 100%;
                z-index: 1010;
                display: none;
                width: 499px;
                max-width: 499px;
                padding: 10px 15px;
                text-align: left;
                white-space: normal;
                background-color: #ffffff;
                border-top: 1px solid #bbb;
                border-bottom: 1px solid #bbb;
                border-right: 1px solid #bbb;
                border-left: 1px solid #bbb;
                border-left: 1px solid #ddd;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
                background-clip: padding-box;
                overflow-y: scroll;
            }

                .categoriesmenu ul li div.popover2 ul {
                    list-style: none;
                    margin-bottom: 15px;
                    border-bottom: 1px solid #F4F4F4;
                    padding-bottom: 10px;
                }

                    .categoriesmenu ul li div.popover2 ul li {
                        padding: 0;
                        margin-bottom: 6px;
                    }

                        .categoriesmenu ul li div.popover2 ul li a {
                            color: #333;
                        }

                        .categoriesmenu ul li div.popover2 ul li:hover a {
                            color: #0CF;
                        }

                .categoriesmenu ul li div.popover2 img {
                    border-bottom: 0;
                    right: 0;
                    max-width: 100%;
                    height: auto;
                }

.closecatmenu {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
}

    .closecatmenu img {
        width: 100%;
        height: auto;
        border: none;
        padding: 2px;
    }
/*.menupanel{width:100%; float:left; padding-top:20px; }.menupanel span{width:100%; display:block; float:left;}.menupanel ul{}.menupanel ul li {float:left; padding-left:10px; padding-right:10px;}.menupanel ul li a{color:#333; transition: all 0.5s ease 0s;}.menupanel ul li a:hover{text-decoration:none; color:#F31F1E;}*/ /*#region new menu with auto hide */

#menu-container {
    position: relative;
    background: #F4F4F4;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    float: left;
}

    #menu-container ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #menu-container .menu {
        font-size: 0;
    }

        #menu-container .menu > li {
            display: inline-block;
            font-size: 15px;
            line-height: 30px;
        }
/*#menu-container .menu > li + li::before {  content: " ";  position: absolute;  top: 10px;  bottom: 10px;  width: 1px;  left: -1;  background: #ccc;}*/

.demo-body {
    width: 100%;
    float: left;
    position: relative;
    z-index: 100000;
}

#menu-container .menu > li.has-subs > a:after {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    display: inline-block;
    margin-left: 10px;
}

#menu-container .menu > li ul {
    position: absolute;
    white-space: nowrap;
    top: 100%;
    right: 0;
    background: #f2f2f2;
    border-radius: 4px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 100%;
    border: 1px solid #bbb;
}

    #menu-container .menu > li ul li.has-subs > a {
        position: relative;
        padding-right: 30px;
    }

        #menu-container .menu > li ul li.has-subs > a:after {
            content: " ";
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #333;
            display: inline-block;
            margin-left: 10px;
            position: absolute;
            top: 21px;
            right: 14px;
        }

    #menu-container .menu > li ul ul {
        top: 0;
        left: 100%;
    }

#menu-container .menu > li ul {
    max-height: 400px;
    overflow-y: scroll;
    width: 270px;
}

#menu-container .menu li {
    position: relative;
    z-index: 10;
}

    #menu-container .menu li:hover > ul {
        display: block;
    }

#menu-container a {
    display: block;
    padding: 0 25px;
    text-decoration: none;
    color: #242424;
}

#menu-container ul.menu > li:first-child a {
    padding-left: 0;
}

#menu-container a:hover {
    text-decoration: none;
    color: #F31F1E;
}

#menu-container a:after {
    display: none;
}

#menu-container .menu li.activemenu a {
    color: #F31F1E;
}
/*#endregion */

.rightmenu {
    width: 100%;
    float: left;
    padding-top: 15px;
}

    .rightmenu ul {
        list-style: none;
        float: right;
    }

        .rightmenu ul > li {
            float: left;
            position: relative;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 13px;
        }

        .rightmenu ul li a {
            color: #333;
            line-height: 16px;
            transition: all 0.5s ease 0s;
        }

            .rightmenu ul li a:hover, .rightmenu ul li a:hover h3 {
                text-decoration: none;
                color: #F31F1E;
            }

            .rightmenu ul li a p {
                color: #C1CCCC;
                margin: 0;
                padding: 0;
            }

            .rightmenu ul li a h3 {
                color: #000;
                margin: 0;
                padding: 0;
                font-size: 15px;
                font-weight: 800;
            }

                .rightmenu ul li a h3 i {
                    color: #A7ACB2;
                }

        .rightmenu ul li div.submenu {
            position: absolute;
            top: 105%;
            right: 0;
            width: 250px;
            z-index: 1000000;
            color: #F00;
            display: none;
            background: #FFF;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #D4D4D4;
            box-shadow: 1px 1px 1px 1px #ADADAD;
        }

        .rightmenu ul li:hover div.submenu {
            display: block;
        }

            .rightmenu ul li:hover div.submenu p {
                color: #262626;
                text-align: left;
                font-size: 13px;
            }

                .rightmenu ul li:hover div.submenu p a {
                    color: #09F;
                }

                    .rightmenu ul li:hover div.submenu p a:hover {
                        color: #F31F1E;
                    }

            .rightmenu ul li:hover div.submenu ul {
                list-style: none;
            }

                .rightmenu ul li:hover div.submenu ul li {
                    width: 100%;
                    display: block !important;
                }

                    .rightmenu ul li:hover div.submenu ul li a {
                        color: #262626;
                        display: block !important;
                        line-height: 30px !important;
                    }

                        .rightmenu ul li:hover div.submenu ul li a:hover {
                            color: #F31F1E;
                        }

            .rightmenu ul li:hover div.submenu .signuppanel {
                width: 100%;
                float: left;
                text-align: center;
                margin-bottom: 0px;
                margin-top: 15px;
            }

                .rightmenu ul li:hover div.submenu .signuppanel a.signup {
                    background: #373737;
                    color: #FFF;
                    padding: 5px 35px;
                    border-radius: 4px;
                    display: inline-block;
                    margin-bottom: 15px;
                    transition: all 0.5s ease 0s;
                    width: 100%;
                }

                    .rightmenu ul li:hover div.submenu .signuppanel a.signup:hover {
                        background: #F31F1E;
                    }

                .rightmenu ul li:hover div.submenu .signuppanel a.signup-danger {
                    background: #e86828;
                    color: #FFF;
                    padding: 5px 35px;
                    border-radius: 4px;
                    display: inline-block;
                    margin-bottom: 15px;
                    transition: all 0.5s ease 0s;
                    width: 100%;
                }

                    .rightmenu ul li:hover div.submenu .signuppanel a.signup-danger:hover {
                        background: #262626;
                    }

.slick-slide .slick-imgwrapper {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}

.slick-slide .slick-img {
    width: 150px;
}

    .slick-slide .slick-img img {
        width: 100%;
        height: 100%;
    }

.arrow-bot {
    background-color: rgba(0, 0, 0, 0);
    background-color: #fafafa;
    width: 45px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: -34px;
    border: 1px solid #dbdbdb;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(219, 219, 219);
    border-top: none;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
    text-align: center;
    z-index: 2;
}

.product-list {
    display: none;
    border: #dedede 1px solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(222, 222, 222);
    border-top: 1px solid #fff;
    background: #fff;
    width: 465px;
    float: left;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99;
    overflow: none;
    padding: 10px;
    text-align: left;
}

    .product-list a.arrow-bot2 {
        background: #FFF;
        border: 1px solid #dedede;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(222, 222, 222);
        border-top: none;
        width: 48px;
        height: 22px;
        float: left;
        position: absolute;
        right: -1px;
        bottom: -22px;
        z-index: 2;
        text-align: center;
        color: #333;
    }

        .product-list a.arrow-bot2:hover {
            color: #333;
        }

.p16 {
    padding-top: 16px;
}

.hdline01 {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #D5D5D5;
    margin-bottom: 10px;
}

.shoppingcartpanel {
    position: relative;
    margin-top: 15px;
}

.cartitemno {
    position: absolute;
    color: #09F;
    font-weight: bold;
    font-size: 20px;
    left: 17px;
    top: -9px;
}

.carttext {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    left: 40px;
    top: 5px;
}

.banner {
    width: 100%;
    float: left;
}

    .banner img {
        max-width: 100%;
        height: auto;
    }

    .banner h2 {
        font-size: 42px;
        color: #FFF;
        margin-top: 35px;
        font-family: 'montserratbold';
        margin-bottom: 15px;
        text-transform: uppercase;
    }

        .banner h2 span {
            color: #FFF;
            font-family: 'montserratlight';
            font-size: 26px;
        }

    .banner p {
        margin-bottom: 25px;
        padding: 5px 10px;
        color: #FFF;
        font-size: 20px;
    }

.bannertext {
    width: 55%;
    float: left;
    position: absolute;
    z-index: 10000000;
    top: 25%;
    left: 8%;
}

    .bannertext a {
        background: #4AC3F0;
        font-size: 20px;
        color: #FFF;
        padding: 12px 30px;
        border-radius: 4px;
        display: inline-block;
        transition: all 0.5s ease 0s;
    }

        .bannertext a:hover {
            text-decoration: none;
            color: #FFF;
            background: #1199CC;
        }

.replicatedbanner {
    width: 100%;
    float: left;
    position: relative;
}

    .replicatedbanner img {
        max-width: 100%;
        height: auto;
    }

    .replicatedbanner h2 {
        font-size: 42px;
        color: #FFF;
        margin-top: 35px;
        font-family: 'montserratbold';
        margin-bottom: 15px;
        text-transform: uppercase;
    }

        .replicatedbanner h2 span {
            color: #FFF;
            font-family: 'montserratlight';
            font-size: 26px;
        }

    .replicatedbanner p {
        margin-bottom: 25px;
        padding: 5px 10px;
        color: #FFF;
        font-size: 20px;
    }

.replicatedbannertext {
    width: 100%;
    float: left;
    padding-left: 12%;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 100;
}

    .replicatedbannertext a {
        background: #4AC3F0;
        cursor: pointer;
        font-size: 20px;
        color: #FFF;
        padding: 12px 30px;
        border-radius: 4px;
        display: inline-block;
        transition: all 0.5s ease 0s;
    }

        .replicatedbannertext a:hover {
            text-decoration: none;
            color: #FFF;
            background: #1199CC;
        }

.replicatedbanner .slide1 {
    width: 100%;
    float: left;
    height: 400px !important;
    background-size: contain !important;
    background-size: 100% 100% !important;
    position: relative;
}
/*.replicatedbanner .slide1::before{ content:""; background:rgba(63, 56, 58, 0.53); position:absolute; left:0; top:0; width:100%; height:100%; z-index:2;}*/

.replicatedbanner .carousel-control {
    width: 10%;
}

.midpanel {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 50px;
}

.addpanel {
    width: 100%;
    float: left;
    background: #F9F9F9;
    padding: 8px;
    text-align: center;
    padding-top: 40px;
}

    .addpanel img {
        max-width: 100%;
        height: auto;
    }

.addline {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
    margin-top: 20px;
}

.homeproduct {
    width: 100%;
    float: left;
}

    .homeproduct h2 {
        font-size: 23px;
        margin: 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
        color: #666;
    }

        .homeproduct h2 span a {
            font-size: 16px;
            color: #09F;
            margin-left: 20px;
        }

.productline {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 30px;
}

.productslider {
    width: 100%;
    float: left;
}

    .productslider h3 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

    .productslider h4 {
        font-size: 12px;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

.otherproductpanel {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .otherproductpanel img {
        max-width: 100%;
        height: auto;
    }

.otherproduct {
    width: 100%;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #EEE;
}

    .otherproduct .producttitle {
        width: 100%;
        float: left;
    }

        .otherproduct .producttitle h2 {
            font-size: 22px;
            color: #004F91;
            border: none;
        }

        .otherproduct .producttitle h3 {
            font-size: 18px;
            color: #004F91;
            border: none;
        }

        .otherproduct .producttitle h4 {
            font-size: 16px;
            color: #333;
            border: none;
        }

.event {
    width: 100%;
    float: left;
    text-align: center;
}

    .event h2 {
        font-size: 42px;
        color: #004F91;
        border: none;
        margin: 0;
    }

    .event h3 {
        font-size: 18px;
        color: #606A61;
        border: none;
        margin: 0;
        margin-bottom: 15px;
    }

    .event h4 {
        font-size: 16px;
        color: #009700;
        border: none;
        font-family: 'roboto-black';
    }

    .event a {
        background: #009FEC;
        padding: 8px 20px;
        display: inline-block;
        margin-bottom: 15px;
        color: #FFF;
        transition: all 0.5s ease 0s;
    }

        .event a:hover {
            background: #333;
            text-decoration: none;
            color: #FFF;
        }

.otherproductpanel2 {
    background: #F1324A;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.otherproductpanel2cont {
    width: 100%;
    float: left;
    padding-right: 20px;
}

    .otherproductpanel2cont h2 {
        text-align: center;
        color: #FFF;
        font-size: 30px;
    }

    .otherproductpanel2cont h3 {
        text-align: center;
        margin-bottom: 25px;
    }

    .otherproductpanel2cont h4 {
        text-align: center;
    }

.otherproductpanel2 img {
    max-width: 100%;
    height: auto;
}
/*.footerpanel{width:100%; float:left; background:#232F3E; background:#F2F3F5; padding-top:20px; padding-bottom:30px;}.footerpanel h2{color:#2583B9; font-size:29px; margin-bottom:8px; font-family: 'roboto-black';}.footerpanel h3{color:#48494B; font-size:19px; margin:0; margin-bottom:25px; font-family: 'montserratmedium';}.footerpanel p{margin:0; margin-bottom:10px;}.footerpanel p .fa{margin-right:5px;}.footerpanel p span{padding-left:16px;}.footerpanel p a{color:#2583B9; transition: all 0.5s ease 0s;}.footerpanel p a:hover{color:#333; text-decoration:none;}.footerpanel ul{list-style:none;}.footerpanel ul li{margin-bottom:6px;}.footerpanel ul li a{color:#DDDDDD; transition: all 0.5s ease 0s;}.footerpanel ul li a:hover{color:#0091D7; text-decoration:none;}.footerpanelcountry{width:100%; float:left; text-align:center; border-top:1px solid #3A4553; margin-top:20px; margin-bottom:20px; padding-top:20px; padding-bottom:20px;}.footerpanelcountry a{padding-left:10px; padding-right:10px; transition: all 0.5s ease 0s; color:#DDDDDD;}.footerpanelcountry a:hover{color:#0091D7; text-decoration:none;}.footersocialmedia{width:100%; float:left; text-align:left;margin-top:10px;}.footersocialmedia a{ padding:8px; font-size:30px; margin-right:6px; margin-left:6px;}.footersocialmedia a:first-child{ padding-left:0;}.footersocialmedia .fa.fa-facebook{color:#3A589B;}.footersocialmedia .fa.fa-twitter {color:#45B0E3;}.footersocialmedia .fa.fa-linkedin {color:#007AB9;}.footersocialmedia .fa.fa-youtube {color:#CF3427;}.footersocialmedia .fa.fa-pinterest {color:#C8232C;}.footerbottomlink{width:100%; float:left; background:#131A22; background:#ECECEC;}.footerbottomlink h3{font-size:15px; color:#FFF;}.footerbottomlink p a{color:#999999; font-size:12px; transition: all 0.5s ease 0s;}.footerbottomlink p a:hover{color:#0091D7; text-decoration:none;}*/

.copyright {
    width: 100%;
    float: left;
    color: #999999;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .copyright a {
        color: #48494B;
        transition: all 0.5s ease 0s;
        padding-left: 5px;
        padding-right: 5px;
    }

        .copyright a:hover {
            color: #999999;
            text-decoration: none;
        }

.footerpanel {
    width: 100%;
    float: left;
    background: #232F3E;
    background: #F2F3F5;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .footerpanel h2 {
        color: #2583B9;
        font-size: 29px;
        margin-bottom: 8px;
        font-family: 'neue_haas_unicabold';
    }

    .footerpanel h3 {
        color: #48494B;
        font-size: 19px;
        margin: 0;
        margin-bottom: 25px;
        font-family: 'neue_haas_unicaregular' !important;
    }

    .footerpanel h4 {
        color: #48494B;
        font-size: 19px;
        margin: 0;
        margin-bottom: 5px;
        font-family: 'neue_haas_unicaregular' !important;
    }

        .footerpanel h4 .fa {
            margin-right: 5px;
        }

    .footerpanel p {
        margin: 0;
        margin-bottom: 10px;
        font-size: 17px;
        font-family: 'neue_haas_unicaregular';
    }

        .footerpanel p .fa {
            margin-right: 5px;
        }

        .footerpanel p a {
            color: #2583B9;
            transition: all 0.5s ease 0s;
        }

            .footerpanel p a:hover {
                color: #333;
                text-decoration: none;
            }

.footersocialmedia {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .footersocialmedia a {
        font-size: 20px;
        margin-right: 6px;
    }

    .footersocialmedia .fa {
        color: #FFF;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

        .footersocialmedia .fa.fa-facebook {
            background: #3A589B;
        }

        .footersocialmedia .fa.fa-twitter {
            background: #45B0E3;
        }

        .footersocialmedia .fa.fa-linkedin {
            background: #007AB9;
        }

        .footersocialmedia .fa.fa-youtube {
            background: #CF3427;
        }

        .footersocialmedia .fa.fa-pinterest {
            background: #C8232C;
        }

.nfootersocialmedia {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .nfootersocialmedia a {
        font-size: 20px;
        margin-right: 6px;
    }

    .nfootersocialmedia .fa {
        color: #FFF;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

        .nfootersocialmedia .fa.fa-facebook {
            background: #3A589B;
        }

        .nfootersocialmedia .fa.fa-twitter {
            background: #45B0E3;
        }

        .nfootersocialmedia .fa.fa-linkedin {
            background: #007AB9;
        }

        .nfootersocialmedia .fa.fa-youtube {
            background: #CF3427;
        }

        .nfootersocialmedia .fa.fa-pinterest {
            background: #C8232C;
        }

.footerpanel ul {
    list-style: none;
    float: right;
}

    .footerpanel ul li {
        margin-bottom: 6px;
        display: block;
    }

        .footerpanel ul li a {
            color: #242424;
            transition: all 0.5s ease 0s;
        }

            .footerpanel ul li a:hover {
                color: #0091D7;
                text-decoration: none;
            }

#back-top {
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 10000;
}

    #back-top a {
        width: 30px;
        display: block;
        text-align: center;
        transition: 1s;
    }

    #back-top span {
        width: 30px;
        height: 30px;
        display: block;
        margin-bottom: 7px;
        background: #0F1323 url(../images/gototop.webp) no-repeat center center;
        border-radius: 4px;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #1B83DA;
    }

.innercategory {
    width: 100%;
    float: left;
    border-right: 1px solid #DDDDDD;
    padding-right: 10px;
}

    .innercategory h3 {
        font-size: 20px;
        color: #AAAABC;
        margin: 0;
        margin-bottom: 10px;
    }

    .innercategory h2 {
        font-size: 13px;
        color: #00B4FF;
        margin: 0;
        margin-bottom: 5px;
        font-weight: 800;
    }

        .innercategory h2 a {
            color: #3D1111;
        }

            .innercategory h2 a:hover {
                color: #00B4FF;
                text-decoration: none;
            }

    .innercategory h4 {
        font-size: 16px;
        color: #AAB1C9;
    }

    .innercategory ul {
        list-style: none;
        padding-left: 10px;
    }

        .innercategory ul li {
            color: #242424;
            padding-bottom: 1px;
            padding-top: 1px;
        }

            .innercategory ul li a {
                color: #242424;
                font-size: 13px;
            }

                .innercategory ul li a:hover {
                    color: #00B4FF;
                    text-decoration: none;
                }

.centerimg {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

    .centerimg img {
        max-width: 100%;
        height: auto;
    }

.topcategorieslink {
    background: #F4F4F4;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    float: left;
}

    .topcategorieslink .container {
        white-space: nowrap;
        overflow: hidden;
    }

        .topcategorieslink .container a {
            color: #242424;
            padding-left: 12px;
            padding-right: 12px;
            font-size: 13px;
        }

            .topcategorieslink .container a:first-child {
                padding-left: 0px;
            }

            .topcategorieslink .container a:last-child {
                padding-right: 0px;
            }

.topfillter {
    width: 100%;
    float: left;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topfillterleft {
    width: 100%;
    float: left;
    padding-top: 5px;
}

    .topfillterleft span {
        color: #C45563;
    }

.topfillterright {
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 60px;
}

    .topfillterright a {
        margin-left: 10px;
    }

.topfillter select {
    width: 200px;
    height: 30px;
    appearance: none !important;
    background: #FFF url(../images/open.png) 96% center no-repeat;
    text-indent: 0.01px;
    text-overflow: "";
    vertical-align: middle;
    padding: 3px;
    color: #333333;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    font-size: 14px;
}

    .topfillter select option {
        color: #333;
        font-family: 'roboto-regular';
        font-family: 14px;
    }
/*.topcategorieslink ul{list-style:none;}.topcategorieslink ul li{float:left; padding-left:12px; padding-right:12px;}.topcategorieslink ul li:first-child{padding-left:0px;}.topcategorieslink ul li a{color:#242424; float:left;}.topcategorieslink ul li a:hover{color:#00B4FF; text-decoration:none;}*/

.currentlocation {
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .currentlocation ul {
        list-style: none;
    }

        .currentlocation ul li {
            float: left;
            padding-right: 10px;
            font-size: 18px;
            font-weight: 700;
        }

            .currentlocation ul li a {
                color: #242424;
                font-size: 12px;
            }

                .currentlocation ul li a:hover {
                    color: #00B4FF;
                    text-decoration: none;
                }

.saledetail {
    width: 100%;
    float: left;
}

    .saledetail h3 {
        margin: 0;
        padding: 0;
        color: #00B4FF;
        border-bottom: 1px solid #E9E9E9;
        padding-bottom: 4px;
    }

    .saledetail h4 {
        color: #00A400;
        font-size: 17px;
        margin: 0;
        margin-bottom: 5px;
    }

    .saledetail h5 {
        color: #242424;
        font-size: 17px;
        margin-bottom: 25px;
    }

        .saledetail h5 span {
            color: #B30000;
            font-weight: 800;
        }

.saleproductbut {
    width: 100%;
    float: left;
    border: 1px solid #DBDBDB;
    padding: 15px;
    margin-bottom: 20px;
}

    .saleproductbut a.addtocart {
        background: #00B4FF;
        padding: 10px 25px;
        width: 100%;
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 17px;
        margin-bottom: 15px;
        transition: all 0.5s ease 0s;
    }

        .saleproductbut a.addtocart:hover {
            background: #242424;
            text-decoration: none;
        }

    .saleproductbut a.checkout {
        border: 1px solid #00B4FF;
        padding: 10px 25px;
        width: 100%;
        display: block;
        text-align: center;
        color: #00B4FF;
        font-size: 17px;
        margin-bottom: 15px;
        box-shadow: 1px 1px 1px 1px #DDD;
        transition: all 0.5s ease 0s;
    }

        .saleproductbut a.checkout:hover {
            background: #00B4FF;
            color: #FFF;
            text-decoration: none;
        }

    .saleproductbut a.follow {
        background: #ECECEC;
        padding: 8px 25px;
        width: 100%;
        display: block;
        text-align: center;
        color: #A9A9A9;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
        transition: all 0.5s ease 0s;
    }

        .saleproductbut a.follow:hover {
            background: #00B4FF;
            color: #FFF;
            text-decoration: none;
        }

    .saleproductbut input[type="number"] {
        width: 100%;
        margin-bottom: 15px;
        padding: 6px;
    }

    .saleproductbut p {
        text-align: center;
        margin: 0;
        padding: 0;
    }

.itemdetail {
    width: 100%;
    float: left;
}

.itemdetail-heading {
    width: 100%;
    float: left;
    border: 1px solid #D6D6D6;
    padding: 8px;
    margin-bottom: 15px;
    box-shadow: 0 3px 3px -3px #333;
}

    .itemdetail-heading h3 {
        margin: 0;
        padding: 0;
        font-size: 22px;
    }

.allcategories {
    width: 100%;
    float: left;
}

    .allcategories h2 {
        font-size: 24px;
        margin: 0;
        font-family: 'montserratmedium';
    }

.allcategories-alpha {
    width: 100%;
    float: left;
    color: #666;
    margin-bottom: 25px;
}

    .allcategories-alpha span {
        display: inline;
        padding: 2px;
    }

        .allcategories-alpha span a {
            padding: 2px;
        }

            .allcategories-alpha span a:hover {
                text-decoration: none;
            }

            .allcategories-alpha span a.active {
                color: #30A5FF;
            }

                .allcategories-alpha span a.active:hover {
                    font-weight: bold;
                }

            .allcategories-alpha span a.inactive {
                color: #777777;
            }

.categorieslist {
    width: 100%;
    float: left;
}

    .categorieslist h3 {
        font-size: 20px;
        margin: 0;
        color: #30A5FF;
        font-family: 'montserratmedium';
        margin-bottom: 15px;
    }

        .categorieslist h3 span {
            font-family: 'montserratlight';
            color: #AAAAAA;
            font-size: 16px;
        }

.categorieslistcount {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.categorieslist h4 {
    font-size: 16px;
    margin: 0;
    color: #666666;
    font-family: 'montserratmedium';
    margin-bottom: 10px;
}

    .categorieslist h4 span {
        font-family: 'montserratlight';
        color: #AAAAAA;
        font-size: 14px;
    }

.categorieslist ul {
    padding-left: 20px;
}

    .categorieslist ul li {
        line-height: 28px;
    }

        .categorieslist ul li a {
            color: #666666;
            transition: all 0.5s ease 0s;
            padding: 2px;
            display: inline-block;
        }

            .categorieslist ul li a:hover {
                color: #666666;
                font-weight: bold;
                text-decoration: none;
                transition: all 0.5s ease 0s;
            }

.categorieslistcountbox {
    padding: 15px;
    width: 25%;
}

.advancesearch {
    width: 100%;
    float: left;
}

    .advancesearch h2 {
        font-size: 24px;
        margin: 0;
        font-family: 'montserratmedium';
        margin-bottom: 25px;
    }

.advancesearchrow {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding-top: 10px;
}

.cart-panel {
    width: 320px;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0;
    display: none;
    padding: 20px;
    background: #FFF;
    z-index: 10000;
    box-shadow: -5px 0 5px -5px #333;
    overflow: auto;
}

    .cart-panel h2 {
        font-size: 24px;
        font-family: 'montserratmedium';
        border-bottom: 1px dashed #E6E6E6;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .cart-panel img {
        width: 100%;
        height: auto;
        border: 1px solid #E6E6E6;
        padding: 2px;
    }

    .cart-panel h3 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 10px;
    }

.cart-line {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #E6E6E6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-button {
    width: 100%;
    float: left;
}

    .cart-button a {
        background: #4AC3F0;
        color: #FFF;
        padding: 10px 25px;
        border-radius: 4px;
        transition: all 0.5s ease 0s;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }

        .cart-button a:hover {
            background: #1199CC;
            color: #FFF;
            text-decoration: none;
        }

.cart-close {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
}

    .cart-close img {
        width: 100%;
        height: auto;
        border: none;
        padding: 2px;
    }

.field-validation-error {
    color: red;
}

.repl-product {
    width: 100%;
    float: left;
}

    .repl-product h2 {
        font-size: 23px;
        margin: 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
        color: #666;
    }

        .repl-product h2 a {
            color: #666;
        }

            .repl-product h2 a:hover {
                color: #666;
                text-decoration: none;
            }

.productline {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 30px;
}

.repl-productslider {
    width: 100%;
    float: left;
}

    .repl-productslider h3 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .repl-productslider .slick-slide .slick-img {
        width: 100%;
        position: relative;
    }

.bookingnow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.repl-productslider .slick-slide .slick-img img {
    min-width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 13px;
}

.repl-productslider .slick-track {
    display: flex;
}

    .repl-productslider .slick-track .slick-slide {
        border: 1px solid #E7E7E7;
        margin-right: 20px;
        float: none;
        height: inherit;
        border-radius: 4px;
    }

.repl-productslider button.btn {
    border: none;
}

    .repl-productslider button.btn.btn-default {
        background: #151515 !important;
        color: #FFF;
        transition: all 0.5s ease 0s;
    }

        .repl-productslider button.btn.btn-default:hover {
            background: #EB2323 !important;
            color: #FFF;
        }

.bookingnow img {
    width: 43px !important;
    height: 43px !important;
    padding: 0px !important;
}

.topheader-section1 {
    display: flex;
    width: 100%;
    align-items: center;
}

    .topheader-section1 .rel-logo-section {
        flex: 0 0 30%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .topheader-section1 .rel-logo-section img {
            max-width: 100%;
            height: auto;
        }

    .topheader-section1 .rel-rightmenu-section {
        flex: 0 0 70%;
    }

.topheader-section2 {
    display: flex;
    width: 100%;
    align-items: center;
}

.comb-curr-lang {
    display: flex;
    justify-content: center;
}

.comb-lang {
}

.comb-curr {
}

body {
    background: #222;
}

.preloader {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.77);
    position: fixed;
    z-index: 1000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loadingtext {
    top: 57%;
    bottom: 0;
    left: 49%;
    right: 0;
    position: fixed;
    z-index: 1000000;
}

figure {
    position: fixed;
    margin: auto;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 6.250em;
    height: 6.250em;
    animation: rotate 2.4s linear infinite;
    z-index: 1000000;
}

.white {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    animation: flash 2.4s linear infinite;
    opacity: 0;
}

.dot {
    position: absolute;
    margin: auto;
    width: 2.4em;
    height: 2.4em;
    border-radius: 100%;
    transition: all 1s ease;
}

    .dot:nth-child(2) {
        top: 0;
        bottom: 0;
        left: 0;
        background: #FF4444;
        animation: dotsY 2.4s linear infinite;
        animation: dotsY 2.4s linear infinite;
    }

    .dot:nth-child(3) {
        left: 0;
        right: 0;
        top: 0;
        background: #FFBB33;
        animation: dotsX 2.4s linear infinite;
    }

    .dot:nth-child(4) {
        top: 0;
        bottom: 0;
        right: 0;
        background: #99CC00;
        animation: dotsY 2.4s linear infinite;
    }

    .dot:nth-child(5) {
        left: 0;
        right: 0;
        bottom: 0;
        background: #33B5E5;
        animation: dotsX 2.4s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate( 0 );
    }

    10% {
        width: 6.250em;
        height: 6.250em;
    }

    66% {
        width: 2.4em;
        height: 2.4em;
    }

    100% {
        transform: rotate(360deg);
        width: 6.250em;
        height: 6.250em;
    }
}

@keyframes dotsY {
    66% {
        opacity: .1;
        width: 2.4em;
    }

    77% {
        opacity: 1;
        width: 0;
    }
}

@keyframes dotsX {
    66% {
        opacity: .1;
        height: 2.4em;
    }

    77% {
        opacity: 1;
        height: 0;
    }
}

@keyframes flash {
    33% {
        opacity: 0;
        border-radius: 0%;
    }

    55% {
        opacity: .6;
        border-radius: 100%;
    }

    66% {
        opacity: 0;
    }
}
