/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
    outline: 0 !important;
    box-sizing: border-box;
}


.nav > li > a:focus {
    background: transparent;
}

a:hover {
    text-decoration: none !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
    background: #C0A060;
}


::selection {
    color: white;
    background-color: #C0A060;
}

@media all and (min-width: 320px) {

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-xs-1:nth-child(12n+1),
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

@media all and (min-width: 768px) {

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-xs-1:nth-child(12n+1),
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media all and (min-width: 992px) {

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1),
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-xs-1:nth-child(12n+1),
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) {

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1),
    .col-xs-1:nth-child(12n+1),
    .col-xs-2:nth-child(6n+1),
    .col-xs-3:nth-child(4n+1),
    .col-xs-4:nth-child(3n+1),
    .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

.margin_0 {
    margin: 0 !important;
}

.margin_10 {
    margin: 10px;
}

.margin_20 {
    margin: 20px;
}

.margin_30 {
    margin: 30px;
}

.margin_40 {
    margin: 40px;
}

.margin_50 {
    margin: 50px;
}

.margin_60 {
    margin: 60px;
}

.margin_70 {
    margin: 70px;
}

.margin_80 {
    margin: 80px;
}

.margin_90 {
    margin: 90px;
}

.margin_100 {
    margin: 100px;
}

.margin_top_0 {
    margin-top: 0;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_40 {
    margin-top: 40px;
}

.margin_top_50 {
    margin-top: 50px;
}

.margin_top_60 {
    margin-top: 60px;
}

.margin_top_70 {
    margin-top: 70px;
}

.margin_top_80 {
    margin-top: 80px;
}

.margin_top_90 {
    margin-top: 90px;
}

.margin_top_100 {
    margin-top: 100px;
}

.margin_top_120 {
    margin-top: 120px;
}

.margin_top_150 {
    margin-top: 150px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_bottom_60 {
    margin-bottom: 60px;
}

.margin_bottom_70 {
    margin-bottom: 70px;
}

.margin_bottom_80 {
    margin-bottom: 80px;
}

.margin_bottom_90 {
    margin-bottom: 90px;
}

.margin_bottom_100 {
    margin-bottom: 100px;
}

.margin_bottom_110 {
    margin-bottom: 110px;
}

.margin_bottom_120 {
    margin-bottom: 120px;
}

.margin_bottom_130 {
    margin-bottom: 130px;
}

.margin_bottom_140 {
    margin-bottom: 140px;
}

.margin_bottom_150 {
    margin-bottom: 150px;
}

.margin_bottom_200 {
    margin-bottom: 200px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_15 {
    margin-right: 15px;
}

.margin_right_20 {
    margin-bottom: 20px;
}

.margin_right_30 {
    margin-right: 30px;
}

.margin_right_40 {
    margin-right: 40px;
}

.margin_right_50 {
    margin-right: 50px;
}

.space_10 {
    padding: 10px;
}

.space_20 {
    padding: 20px;
}

.space_30 {
    padding: 30px;
}

.space_40 {
    padding: 40px;
}

.space_50 {
    padding: 50px;
}

.space_60 {
    padding: 60px;
}

.space_70 {
    padding: 70px;
}

.space_80 {
    padding: 80px;
}

.space_90 {
    padding: 90px;
}

.space_100 {
    padding: 100px;
}

.space_left_10 {
    padding-left: 10px;
}

.space_left_20 {
    padding-left: 20px;
}

.space_left_30 {
    padding-left: 30px;
}

.space_left_40 {
    padding-left: 40px;
}

.space_left_50 {
    padding-left: 50px;
}

.space_right_10 {
    padding-right: 10px;
}

.space_right_20 {
    padding-right: 20px;
}

.space_right_30 {
    padding-right: 30px;
}

.space_right_40 {
    padding-right: 40px;
}

.py-0 {
    padding-left: 0;
    padding-right: 0;
}

.space_right_50 {
    padding-right: 50px;
}

.space_bot_10 {
    padding-bottom: 10px;
}

.space_bot_20 {
    padding-bottom: 20px;
}

.space_bot_30 {
    padding-bottom: 30px;
}

.space_bot_40 {
    padding-bottom: 40px;
}

.space_bot_50 {
    padding-bottom: 50px;
}

.space_bot_60 {
    padding-bottom: 60px;
}

.space_bot_70 {
    padding-bottom: 70px;
}

.space_bot_80 {
    padding-bottom: 80px;
}

.space_bot_90 {
    padding-bottom: 90px;
}

.space_bot_100 {
    padding-bottom: 100px;
}

.space_bot_120 {
    padding-bottom: 120px;
}

.space_bot_150 {
    padding-bottom: 150px;
}

.space_top_10 {
    padding-top: 10px;
}

.space_top_20 {
    padding-top: 20px;
}

.space_top_30 {
    padding-top: 30px;
}

.space_top_40 {
    padding-top: 40px;
}

.space_top_50 {
    padding-top: 50px;
}

.space_top_60 {
    padding-top: 60px;
}

.space_top_70 {
    padding-top: 70px;
}

.space_top_80 {
    padding-top: 80px;
}

.space_top_90 {
    padding-top: 90px;
}

.space_top_100 {
    padding-top: 100px;
}

.space_top_130 {
    padding-top: 130px;
}

.space_top_140 {
    padding-top: 140px;
}

.space_top_bot_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.space_top_bot_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space_top_bot_25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.space_top_bot_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.space_top_bot_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space_top_bot_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space_top_bot_55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.space_top_bot_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space_top_bot_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space_top_bot_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.space_top_bot_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.space_top_bot_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space_top_bot_140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.space_top_bot_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.space_top_bot_180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.container_10 {
    padding: 0 10px;
}

.container_15 {
    padding: 0 15px;
}

.container_20 {
    padding: 0 20px;
}

.container_30 {
    padding: 0 30px;
}

.container_40 {
    padding: 0 40px;
}

.container_50 {
    padding: 0 50px;
}

.container_60 {
    padding: 0 60px;
}

.container_70 {
    padding: 0 70px;
}

.container_80 {
    padding: 0 80px;
}

.container_90 {
    padding: 0 90px;
}

.container_100 {
    padding: 0 100px;
}

.container_150 {
    padding: 0 150px;
}

.container_180 {
    padding: 0 180px;
}

.container_250 {
    padding: 0 250px;
}

.clear-none {
    clear: none !important;
}

.clear-space {
    padding: 0;
}

.clear-space-left {
    padding-left: 0;
}

.clear-space-right {
    padding-right: 0;
}

.red {
    color: red;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.row.flex {
    display: flex;
    flex-direction: row;
}

.relative {
    position: relative;
}

.absolute.slick-slider {
    position: absolute !important;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.delay02 {
    transition: all .2s ease;
}

.delay03 {
    transition: all .3s ease;
}

.delay04 {
    transition: all .4s ease;
}

.delay05 {
    transition: all .5s ease;
}

.delay1 {
    transition: all 1s ease;
}

.delay1_5 {
    transition: all 1.5s ease;
}

.delay2 {
    transition: all 2s ease;
}

.uppercase {
    text-transform: uppercase;
}

.capital {
    text-transform: capitalize;
}

.full-width {
    width: 100%;
}

.column-10 {
    width: 10%;
}

.column-20 {
    width: 20%;
}

.column-30 {
    width: 30%;
}

.column-40 {
    width: 40%;
}

.column-50 {
    width: 50%;
}

.column-60 {
    width: 60%;
}

.column-70 {
    width: 70%;
}

.column-80 {
    width: 80%;
}

.column-90 {
    width: 90%;
}


/*custom select*/
.select-view .select-hidden {
    margin-left: 0;
    padding: 18px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 288px;
}

.select-view .select {
}

    .select-view .select:nth-child(2) {
        width: 170px;
        height: 36px;
        margin-left: 0;
    }

.select-view .select-styled {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: left;
    transition: all 0.2s ease-in;
    font-family: "FuturaPT Book";
    font-size: 18px;
}

    .select-view .select-styled:after {
        content: "\e64b";
        position: absolute;
        top: 4px;
        right: 2px;
        font-size: 14px;
        font-family: 'themify';
    }

    .select-view .select-styled:active:after,
    .select-view .select-styled.active:after {
        transform: rotate(180deg);
    }

.select-view .select-options {
    font-family: "FuturaPT Book";
    font-size: 18px;
    display: none;
    position: absolute;
    top: 130%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

    .select-view .select-options li {
        text-align: left;
        margin: 0;
        padding: 12px 6px;
        border-top: 1px solid #e6e6e6;
        transition: all 0.15s ease-in;
        font-size: 16px;
    }

        .select-view .select-options li:hover {
            color: #C0A060;
            background: #fff;
        }

        .select-view .select-options li[rel="hide"] {
            display: none;
        }

/*----end----*/

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transform: translateY(15px);
    transition: all .3s ease;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(3px);
}

.mega-menu-main {
    min-width: 650px;
    box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
}

.menu-main li {
    list-style-type: none;
}

.menu-main .lv1 li a {
    font-size: 16px;
}

.btn-default {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: unset;
    background: #fff;
}

    .btn-default:hover {
        background: #fff;
    }

    .btn-default:focus {
        background: #fff;
    }

        .btn-default:focus:active {
            background: #fff;
        }

    .btn-default:active {
        background: #fff;
        box-shadow: unset;
    }

    .btn-default.active {
        background: #fff;
        border-color: #fff;
        box-shadow: unset;
    }

        .btn-default.active:hover {
            background: #fff;
        }

        .btn-default.active:focus {
            background: #fff !important;
        }

a:focus {
    text-decoration: none;
}

.form-control:focus {
    border-color: #ddd;
    box-shadow: unset;
}

.link-default {
    color: black;
    transition: all .3s ease;
}

    .link-default:hover {
        color: #C0A060;
    }

.border-bot {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.btn-nixx {
    padding: 18px 88px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: black;
    transition: all .3s ease;
    border: 0;
    border-radius: 0;
}

    .btn-nixx:hover {
        background: #C0A060;
    }

.pushmenu.menu-home5 {
    background: #1d1d1f;
    width: 362px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pushmenu li {
    list-style-type: none;
}

@media (max-width: 361px) {
    .pushmenu.menu-home5 {
        width: 300px;
    }
}

.nav-home5 > li {
    position: relative;
    display: block;
}

    .nav-home5 > li > a {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #a4a4a4;
        position: relative;
        -webkit-transition: none;
        transition: none;
        line-height: 26px;
        padding: 12px 30px;
        padding-right: 0;
        display: block;
        border-bottom: 1px solid rgba(92, 92, 92, 0.23);
    }

        .nav-home5 > li > a:hover {
            color: #fff;
            background: none;
        }

        .nav-home5 > li > a.active {
            color: #fff;
        }

.active a {
    color: #C0A060 !important;
}

.nav-home5 .menu-level1 {
    margin-top: 15px;
}

    .nav-home5 .menu-level1 .level2 {
        padding-left: 48px;
        list-style-type: none;
    }

        .nav-home5 .menu-level1 .level2 > a {
            text-transform: capitalize;
            color: #a4a4a4;
            position: relative;
        }

            .nav-home5 .menu-level1 .level2 > a:focus {
                color: #fff;
            }

                .nav-home5 .menu-level1 .level2 > a:focus:before {
                    background: #fff;
                }

            .nav-home5 .menu-level1 .level2 > a:before {
                content: "";
                position: absolute;
                width: 9px;
                height: 1px;
                left: -18px;
                top: 10px;
                background: #a4a4a4;
            }

    .nav-home5 .menu-level1 .level1 > .level2 > a {
        color: #fff;
    }

        .nav-home5 .menu-level1 .level1 > .level2 > a:before {
            content: none;
        }

.nav-home5 .menu-level-2 {
    margin: 15px 0;
}

    .nav-home5 .menu-level-2 .level3 {
        padding-left: 15px;
    }

        .nav-home5 .menu-level-2 .level3 > a {
            line-height: 2;
            text-transform: capitalize;
            color: #a4a4a4;
            position: relative;
        }

            .nav-home5 .menu-level-2 .level3 > a:focus {
                color: #fff;
            }

                .nav-home5 .menu-level-2 .level3 > a:focus:before {
                    background: #fff;
                }

            .nav-home5 .menu-level-2 .level3 > a:before {
                content: "";
                position: absolute;
                width: 9px;
                height: 1px;
                left: -18px;
                top: 10px;
                background: #a4a4a4;
            }

.pushmenu.menu-home5 {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-home5 .searchform {
    position: relative;
    padding: 0 28px 30px 28px;
    border-bottom: 2px solid rgba(92, 92, 92, 0.43);
}

    .menu-home5 .searchform input[type=text] {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        border: 1px solid rgba(208, 208, 208, 0.09);
        padding: 14px 50px 10px 18px;
        font-size: 14px;
        color: #fff;
        width: 100%;
    }

    .menu-home5 .searchform button {
        position: absolute;
        top: 18px;
        right: 28px;
        border: none;
        background-color: transparent;
        padding: 0;
        width: 50px;
        height: 50px;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }

.close-left {
    float: right;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.menu-home5 {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

    .menu-home5.pushmenu-open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

@media (max-width: 320px) {
    .menu-home5.pushmenu-open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.icon-sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 49px;
    border-left: 1px solid rgba(92, 92, 92, 0.23);
    cursor: pointer;
    padding-right: 18px;
    background-color: transparent;
}

    .icon-sub-menu.up-icon:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -sand-transform: rotate(-45deg);
    }

    .icon-sub-menu.up-icon:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -sand-transform: rotate(45deg);
    }

    .icon-sub-menu:before {
        transform: translateX(3px) rotate(-50deg);
        -webkit-transform: translateX(3px) rotate(-50deg);
        -moz-transform: translateX(3px) rotate(-50deg);
        -o-transform: translateX(3px) rotate(-50deg);
        -ms-transform: translateX(3px) rotate(-50deg);
        -sand-transform: translateX(3px) rotate(-50deg);
    }

    .icon-sub-menu:after {
        transform: translateX(-4px) rotate(50deg);
        -webkit-transform: translateX(-4px) rotate(50deg);
        -moz-transform: translateX(-4px) rotate(50deg);
        -o-transform: translateX(-4px) rotate(50deg);
        -ms-transform: translateX(-4px) rotate(50deg);
        -sand-transform: translateX(-4px) rotate(50deg);
    }

    .icon-sub-menu:before,
    .icon-sub-menu:after {
        content: " ";
        position: absolute;
        right: 17px;
        top: 50%;
        margin-top: -1px;
        width: 12px;
        height: 2px;
        display: inline-block;
        background-color: #fff;
        -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

.menu-level1 {
    display: none;
}

    .menu-level1.open {
        display: block;
    }

.input-number-group {
    display: flex;
}

    .input-number-group input[type=number]::-webkit-inner-spin-button,
    .input-number-group input[type=number]::-webkit-outer-spin-button {
        appearance: none;
    }

    .input-number-group .input-group-button {
        line-height: calc(80px/2-10px);
    }

    .input-number-group .input-number {
        width: 40px;
        text-align: center;
        outline: none;
        display: block;
        margin: 0;
    }

    .input-number-group .input-number,
    .input-number-group .input-number-decrement,
    .input-number-group .input-number-increment {
        user-select: none;
    }

    .input-number-group .input-number-decrement,
    .input-number-group .input-number-increment {
        display: inline-block;
        width: 30px;
        background: #fff;
        color: #909090;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-weight: 400;
    }

    .input-number-group .input-number-decrement {
        margin-right: 0.3rem;
    }

    .input-number-group .input-number-increment {
        margin-left: 0.3rem;
    }

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.right-to-left {
    position: fixed;
    left: 25px;
    top: 25%;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    overflow: hidden;
}

    .right-to-left i {
        font-size: 26px;
        margin-right: 15px;
        transition: all .3s ease;
    }

    .right-to-left .text {
        transition: width .3s ease;
        display: inline-block;
        width: 0;
        overflow: hidden;
    }

        .right-to-left .text span {
            position: relative;
            top: 2px;
            font-size: 16px;
            white-space: nowrap;
            transition: width .3s ease;
        }

            .right-to-left .text span.disable-active {
                display: none;
            }

        .right-to-left .text:hover span {
            color: #C0A060;
        }

    .right-to-left:hover {
        overflow: unset;
    }

        .right-to-left:hover i {
            color: #C0A060;
        }

        .right-to-left:hover .text {
            width: 140px;
        }


li .link-menu {
    color: #323232;
}

    li .link-menu.white {
        color: #fff;
    }

li:hover .link-menu {
    color: #C0A060;
}

.link-menu {
    color: #323232;
}

    .link-menu.white {
        color: #fff;
    }

        .link-menu.white .st0 {
            stroke: #fff;
        }

    .link-menu:hover i {
        color: #C0A060;
    }

.line {
    height: 2px;
    right: 50%;
    left: 50%;
    background: #C0A060;
    position: absolute;
}

.active .line {
    right: 10px;
    left: 10px;
}

.title-hover:hover {
    color: #C0A060 !important;
}

.hover-zoom-out {
    overflow: hidden;
    transition: all .3s ease;
}

    .hover-zoom-out:hover {
        transform: scale(1.2);
    }

.over-hidden {
    overflow: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

.overlay-mini {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all .3s ease;
    transform: scale(0);
    top: 0;
}

.gotop {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 100px;
    z-index: 1000;
}

.menu-fixed {
    position: fixed;
    top: 0;
    width: 100% !important;
    box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255);
    z-index: 100;
}

    .menu-fixed.BG-black {
        background: rgba(0, 0, 0, 0.7);
    }

.form-search {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    padding: 15% 0 0 0;
}

    .form-search h3 {
        font-size: 50px;
        padding-bottom: 55px;
        text-transform: capitalize;
        line-height: 60px;
    }

    .form-search i {
        cursor: pointer;
        position: absolute;
        top: 50px;
        right: 50px;
        font-size: 50px;
        color: #333;
        transition: all .3s ease;
    }

        .form-search i:hover {
            transform: rotate(90deg);
        }

    .form-search form {
        justify-content: center;
        display: flex;
    }

        .form-search form input {
            height: 50px;
            width: 60%;
            border-radius: 0;
            border-color: #ddd;
            font-size: 18px;
            outline: 0;
            box-shadow: unset;
        }

        .form-search form button {
            margin-left: 15px;
            border-radius: 0;
            border: 0;
            font-size: 18px;
            background: #C0A060;
            color: #fff;
            padding: 5px 25px;
            text-transform: uppercase;
            transition: all .3s ease;
        }

            .form-search form button:hover {
                background: #f47d2e;
            }

.form-cart {
    position: fixed;
    overflow: hidden;
    right: -470px;
    height: 100%;
    width: 470px;
    top: 0;
    z-index: 100;
    background: #fff;
}

    .form-cart i {
        cursor: pointer;
        position: absolute;
        top: 50px;
        right: 50px;
        font-size: 30px;
        color: #333;
        transition: all .3s ease;
    }

        .form-cart i:hover {
            transform: rotate(90deg);
        }

    .form-cart h3 {
        font-size: 36px;
        text-align: left;
        padding-left: 30px;
        padding-top: 26px;
    }

    .form-cart .empty-cart {
        padding-top: 50%;
    }

        .form-cart .empty-cart p {
            font-size: 22px;
            text-align: center;
            padding-bottom: 20px;
        }

        .form-cart .empty-cart a {
            width: 187px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            background: #C0A060;
            color: #fff;
            font-size: 18px;
            margin-left: 30%;
        }

            .form-cart .empty-cart a:hover {
                background: #f47d2e;
            }

@media (max-width: 480px) {
    .form-cart {
        width: 300px;
    }

        .form-cart .empty-cart a {
            margin-left: 20%;
        }
}

.st0 {
    fill: none;
    stroke: #000000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb {
    background: #fff;
}

    .breadcrumb > li + li:before {
        color: black;
        padding: 0 20px;
    }

@media (max-width: 567px) {
    .breadcrumb > li + li:before {
        padding: 0 5px;
    }
}

/*-----accordion----*/
.accordion {
    color: black;
    cursor: pointer;
    padding: 0 0 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: #fff;
}

    .accordion.active:after {
        content: "\2212";
    }

    .accordion:after {
        content: '\002B';
        color: black;
        font-weight: bold;
        float: left;
        margin-right: 15px;
    }

.panel {
    margin: 0;
    padding: 0 40px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    box-shadow: unset;
}

/*----end-----*/
.open-sidebar {
    display: none;
    top: 50%;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

    .open-sidebar i {
        transition: all .3s ease;
        color: #C0A060;
        display: inline-block;
        line-height: 40px;
    }

.open-sidebar-left {
    display: none;
    top: 50%;
    left: 28px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all .3s ease;
}

    .open-sidebar-left i {
        transition: all .3s ease;
        color: #C0A060;
        display: inline-block;
        line-height: 37px;
    }

@media (max-width: 1024px) {
    .open-sidebar {
        display: inline-block;
        z-index: 2;
    }

    .open-sidebar-left {
        display: inline-block;
        z-index: 2;
    }

    .sidebar {
        opacity: 0;
        transition: all .3s ease;
        width: 300px;
        position: fixed;
        overflow-x: scroll;
        top: 0;
        right: -300px;
        background: #fff;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
        height: 100% !important;
        z-index: 2;
    }

        .sidebar ul {
            padding-left: 0;
        }

    .sidebar-left {
        opacity: 0;
        transition: all .3s ease;
        width: 300px;
        position: fixed;
        overflow-x: scroll;
        top: 0;
        left: -400px;
        background: #fff;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
        height: 100% !important;
        z-index: 2;
    }

        .sidebar-left ul {
            padding-left: 0;
        }
}

/*--------------------------------ui----------------------------*/
/* Animate handles and range */
#slider-3 .ui-slider-handle,
#slider-3 .ui-slider-range {
    transition: all 0.3s ease;
}

/* Optional: style handles */
#slider-3 .ui-slider-handle {
    background-color: #C0A060;
    border: none;
    width: 20px;
    height: 20px;
    top: -7px;
    border-radius: 50%;
}

/* Optional: range color */
#slider-3 .ui-slider-range {
    background-color: #80bdff;
}

#slider-3 {
    border: none;
    height: 6px;
    border-radius: 0;
    background: #e1e1e1;
}

.range-p input {
    outline: 0;
    color: #333;
    width: 50%;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

/*end*/
/*------product grid--------*/
.product .btn-product-list {
    display: none;
}

.product .info-product .des-product {
    display: none;
}

.product-list {
    transition: all .35s ease;
    width: 100% !important;
}

    .product-list .btn-product-list {
        display: inline-flex;
    }

        .product-list .btn-product-list form button {
            color: #fff;
            background: black;
            font-size: 16px;
            line-height: 50px;
            padding: 0 30px;
            transition: all .3s ease;
        }

            .product-list .btn-product-list form button:hover {
                background: #C0A060;
            }

        .product-list .btn-product-list a {
            display: inline-block;
            line-height: 46px;
            width: 55px;
            color: black;
            background: #fff;
            margin-left: 15px;
            text-align: center;
            border: 1px solid #ddd;
            padding-top: 3px;
        }

            .product-list .btn-product-list a i {
                font-size: 18px;
                transition: all .3s ease;
            }

            .product-list .btn-product-list a:hover i {
                color: #C0A060;
            }

    .product-list .img-product {
        float: left;
        width: 30%;
    }

        .product-list .img-product .product-icon {
            display: none !important;
        }

    .product-list .product-info {
        float: left;
        width: 70%;
        padding-left: 30px;
    }

        .product-list .product-info .info-product {
            text-align: left;
        }

            .product-list .product-info .info-product .title-product {
                margin-top: 0;
                padding-top: 0;
                font-size: 30px;
            }

            .product-list .product-info .info-product .des-product {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                margin-bottom: 50px;
                width: 80%;
                font-size: 18px;
            }

@media (max-width: 567px) {
    .product-list .img-product {
        float: left;
        width: 100%;
    }

    .product-list .product-info {
        width: 100%;
        padding-left: 15px;
    }
}

/*end*/

/*----end----*/
/*end*/
.slick-nav-product-detail.slick-initialized .slick-slide {
    margin: 0 5px;
}

.number-font {
    font-family: "FuturaPT Heavy";
}

.title-font {
    font-family: FuturaPT;
}

.des-font {
    font-family: "FuturaPT Book";
}

.menu-font {
    font-family: "FuturaPT Demi";
}

.menu-child-font {
    font-family: "FuturaPT light";
}

.extra-bold-font {
    font-family: "MuliExtraBold";
}

@media (min-width: 1800px) {
    .container {
        width: 1750px;
    }
}

@media (min-width: 320px) {
    .menu-fixed {
        padding: 30px 15px;
    }
}

@media (min-width: 1200px) {
    .menu-fixed {
        padding: 25px 100px;
    }
}

.navbar-nav.menu-main {
    padding-left: 40px;
}

    .navbar-nav.menu-main li a {
        padding: 6px 20px 2px;
    }

    .navbar-nav.menu-main li .line.active_line {
        left: 10px;
        right: 10px;
    }

    .navbar-nav.menu-main li:hover a {
        background: transparent;
    }

    .navbar-nav.menu-main li:hover .line {
        left: 10px;
        right: 10px;
    }

.icon-main i {
    font-size: 24px;
}

.label-cart {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #C0A060;
    top: -14px;
    right: -14px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
}

.label-new {
    display: none;
}

.label-sale {
    display: none;
}

.mega-menu-main ul.lv1 li a {
    color: #666;
    display: inline-block;
    line-height: 32px;
}

.mega-menu-main ul.lv1 li:hover a {
    color: #C0A060;
}

.mega-menu-main.mega-menu-shop {
    width: 966px;
    left: -300px;
}

    .mega-menu-main.mega-menu-shop .banner-menu .product .icon-heart {
        padding: 0;
        padding-top: 14px;
    }

    .mega-menu-main.mega-menu-shop .banner-menu .product .icon-quickview {
        padding: 0;
        padding-top: 14px;
    }

.info-slider-home1 {
    padding: 11% 15px 9% 8%;
}

    .info-slider-home1 .slider-nav {
        opacity: 0;
    }

        .info-slider-home1 .slider-nav .number-slider {
            opacity: 0;
        }

        .info-slider-home1 .slider-nav .title-slider {
            transform: translateX(1000px);
        }

        .info-slider-home1 .slider-nav .des-slider {
            transform: translateX(-1000px);
        }

    .info-slider-home1 .slick-current.slick-active.slider-nav {
        opacity: 1;
    }

        .info-slider-home1 .slick-current.slick-active.slider-nav .number-slider {
            opacity: 1;
        }

        .info-slider-home1 .slick-current.slick-active.slider-nav .title-slider {
            transform: unset;
        }

        .info-slider-home1 .slick-current.slick-active.slider-nav .des-slider {
            transform: unset;
        }

    .info-slider-home1 button.slick-prev {
        display: none !important;
    }

    .info-slider-home1 button.slick-next {
        display: none !important;
    }

    .info-slider-home1 .number-slider {
        width: 100px;
        height: 100px;
        background-image: linear-gradient(45deg, #C0A060, #ffe9a8);
        font-size: 30px;
        color: #fff;
        padding: 50px 18px;
    }

        .info-slider-home1 .number-slider .line {
            background: #C0A060;
            bottom: -5px;
            left: 0;
            width: 100px;
        }

    .info-slider-home1 .title-slider {
        font-size: 90px;
        letter-spacing: -3px;
        padding-top: 45px;
    }

    .info-slider-home1 .des-slider {
        font-size: 20px;
    }

    .info-slider-home1.active {
        opacity: 1;
    }

    .info-slider-home1 .slick-dots {
        transform: rotate(90deg);
        left: -48%;
        top: 50%;
        bottom: unset;
    }

        .info-slider-home1 .slick-dots li {
            font-family: "FuturaPT Heavy";
            transform: rotate(-90deg);
        }

            .info-slider-home1 .slick-dots li.slick-active {
                transform: scale(1.5) rotate(-90deg);
            }

            .info-slider-home1 .slick-dots li a {
                color: #333;
            }

.slider-home1 {
    top: 0;
    right: 0;
}

    .slider-home1 button.slick-prev {
        display: none !important;
    }

    .slider-home1 button.slick-next {
        display: none !important;
    }

    .slider-home1 .slick-list {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .slider-home1 .slick-slide {
        transition: all .3s ease;
    }

        .slider-home1 .slick-slide.slick-active {
            opacity: 0;
        }

    .slider-home1 .slick-center.slick-active {
        transform: scale(1.3);
        opacity: 1;
    }

        .slider-home1 .slick-center.slick-active img {
            margin-left: -75px;
            box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.13);
        }

.section2-home1 {
    background: #f2f2f2;
}

    .section2-home1 .img-section img {
        margin-right: 15px;
    }

    .section2-home1 .img-section:hover img {
        transform: scale(1.2);
    }

    .section2-home1 .content-section h1 {
        font-size: 48px;
        width: 70%;
    }

        .section2-home1 .content-section h1 a {
            color: #222;
        }

    .section2-home1 .content-section p {
        font-size: 20px;
        width: 76%;
        line-height: 30px;
    }

    .section2-home1 .content-section a.learn_more {
        color: #222;
        text-decoration: underline;
    }

.product .img-product .product-icon {
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    bottom: -25px;
    gap: 10px;
}

    .product .img-product .product-icon .icon-addcart {
        width: 45px;
        height: 45px;
        background: #fff;
        color: #333;
        opacity: 0;
        margin: 0 0px;
        transition: all .5s ease;
        padding-top: 11px;
    }

        .product .img-product .product-icon .icon-addcart i {
            transition: all .3s ease;
        }

        .product .img-product .product-icon .icon-addcart:hover i {
            color: #C0A060;
        }

    .product .img-product .product-icon .icon-heart {
        width: 45px;
        height: 45px;
        background: #fff;
        color: #333;
        opacity: 0;
        margin: 0 0px;
        transition: all .5s ease;
        padding-top: 11px;
    }

        .product .img-product .product-icon .icon-heart:hover {
            color: #C0A060;
        }

    .product .img-product .product-icon .icon-quickview {
        width: 45px;
        height: 45px;
        background: #fff;
        color: #333;
        opacity: 0;
        margin: 0 0px;
        transition: all .5s ease;
        padding-top: 11px;
    }

        .product .img-product .product-icon .icon-quickview:hover {
            color: #C0A060;
        }

.product .img-product:hover .product-icon .icon-addcart {
    opacity: 1;
    transform: translateY(-30px);
}

.product .img-product:hover .product-icon .icon-heart {
    opacity: 1;
    transform: translateY(-30px);
}

.product .img-product:hover .product-icon .icon-quickview {
    opacity: 1;
    transform: translateY(-30px);
}

.product .info-product h4 a {
    color: #333;
    transition: all .3s ease;
}

    .product .info-product h4 a:hover {
        color: #C0A060;
    }

.product .info-product h4.title-product {
    font-size: 20px;
}

.product .info-product .price {
    font-size: 20px;
}

#btn-selection button {
    color: #909090;
}

    #btn-selection button.active {
        color: #333;
    }

    #btn-selection button:first-child {
        margin-left: 8px;
    }

.column {
    display: none !important;
}

.show {
    display: inline-block !important;
}

.slick-prev {
    top: -60px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

    .slick-prev:before {
        font-family: 'themify';
        content: '\e629';
        font-size: 14px;
        color: #222;
    }

.slick-next {
    top: -60px;
    right: 8px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

    .slick-next:before {
        font-family: 'themify';
        content: '\e628';
        font-size: 14px;
        color: #222;
    }

.section-bestseller-home1 .title-bestseller {
    font-size: 55px;
}

.section-bestseller-home1 .des-bestseller {
    font-size: 18px;
    width: 40%;
}

.section-bestseller-home1 .discover-link a {
    color: #333;
    font-size: 16px;
    transition: all .3s ease;
}

    .section-bestseller-home1 .discover-link a:hover {
        color: #C0A060;
    }

.section-bestseller-home1 .discover-link .line {
    width: 120px;
    background: #999999;
    left: 0;
    bottom: -3px;
}

.border-right {
    border-right: 1px solid #ddd;
}

.section-topseller-home1 .title-topseller {
    font-size: 55px;
}

.section-topseller-home1 .des-topseller {
    font-size: 18px;
}

.section-topseller-home1 .product-topseller-1 .info-product {
    bottom: -25%;
    left: 6%;
}

    .section-topseller-home1 .product-topseller-1 .info-product .title-product {
        font-size: 36px;
    }

        .section-topseller-home1 .product-topseller-1 .info-product .title-product a {
            color: #333;
        }

            .section-topseller-home1 .product-topseller-1 .info-product .title-product a:hover {
                color: #C0A060;
            }

    .section-topseller-home1 .product-topseller-1 .info-product .price-product {
        font-size: 18px;
    }

.section-topseller-home1 .product-topseller-1.ver2 .info-product {
    left: 34%;
}

.section-topseller-home1 .product-topseller-2 .info-product {
    top: 25%;
    left: 5%;
}

    .section-topseller-home1 .product-topseller-2 .info-product .title-product {
        font-size: 72px;
    }

        .section-topseller-home1 .product-topseller-2 .info-product .title-product a {
            color: #333;
        }

            .section-topseller-home1 .product-topseller-2 .info-product .title-product a:hover {
                color: #C0A060;
            }

    .section-topseller-home1 .product-topseller-2 .info-product .price-product {
        font-size: 18px;
    }

.section-topseller-home1 .btn-shopnow a {
    color: #333;
}

    .section-topseller-home1 .btn-shopnow a:hover {
        color: #C0A060;
    }

    .section-topseller-home1 .btn-shopnow a .line {
        bottom: -2px;
        background: #999999;
        width: 75px;
        left: 0;
    }

.testimonial {
    background: #f2f2f2;
    padding-top: 130px;
    padding-bottom: 250px;
}

    .testimonial button.slick-prev {
        display: none !important;
    }

    .testimonial button.slick-next {
        display: none !important;
    }

    .testimonial .title-testi {
        font-size: 55px;
    }

    .testimonial .des-testi {
        font-size: 18px;
    }

    .testimonial .content-comment .stt-comment {
        font-size: 80px;
        color: #dfdfdf;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .testimonial .content-comment .des-comment {
        font-size: 16px;
        width: 70%;
        padding-top: 58px;
    }

    .testimonial .content-comment .model {
        color: #979797;
    }

    .testimonial .slick-dots {
        bottom: -130px;
    }

        .testimonial .slick-dots li {
            width: 10px;
        }

            .testimonial .slick-dots li button {
                width: 14px;
                height: 14px;
                padding: 0px;
            }

                .testimonial .slick-dots li button:before {
                    font-size: 9px;
                    line-height: 15px;
                    width: 15px;
                    height: 15px;
                }

            .testimonial .slick-dots li.slick-active button {
                border: 1px solid #333;
                border-radius: 63%;
            }

.contact-home1 {
    background: #333333;
}

    .contact-home1 .col-about-home1 .title-about-home1 {
        font-size: 24px;
        color: #fff;
    }

    .contact-home1 .col-about-home1 .des-about-home1 {
        font-size: 16px;
        color: #909090;
    }

    .contact-home1 .col-about-home1 .location {
        font-size: 16px;
        color: #909090;
    }

        .contact-home1 .col-about-home1 .location .ti-location-pin {
            font-size: 18px;
        }

    .contact-home1 .col-about-home1 form input {
        background: #333333;
        height: 50px;
        width: 300px;
        border: 1px solid #909090;
        border-radius: 0;
        box-shadow: unset;
    }

        .contact-home1 .col-about-home1 form input::-webkit-input-placeholder {
            color: #909090;
            font-size: 16px;
        }

    .contact-home1 .col-about-home1 form button {
        width: 50px;
        margin-left: 5px;
        border: 0;
        border-radius: 0;
        background: #C0A060;
        display: grid;
    }

        .contact-home1 .col-about-home1 form button i {
            color: #fff;
            font-size: 18px;
            transition: all .2s ease;
            transform: rotate(90deg);
        }

        .contact-home1 .col-about-home1 form button:hover i {
            transform: rotate(90deg) scale(1.1);
        }

    .contact-home1 .lastest-post {
        padding-left: 6%;
    }

        .contact-home1 .lastest-post h4 {
            font-size: 24px;
            color: #fff;
        }

        .contact-home1 .lastest-post h5 a {
            font-size: 16px;
            color: #fff;
            transition: all .3s ease;
        }

            .contact-home1 .lastest-post h5 a:hover {
                color: #C0A060;
            }

        .contact-home1 .lastest-post p {
            color: #909090;
        }

    .contact-home1 .recent-tag h4 {
        font-size: 24px;
        color: #fff;
    }

    .contact-home1 .recent-tag a {
        padding: 6px 22px;
        font-size: 12px;
        color: #909090;
        border: 1px solid #909090;
        border-radius: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        transition: all .2s ease;
    }

        .contact-home1 .recent-tag a:hover {
            background: #fff;
            color: #C0A060;
        }

    .contact-home1 .instagram h4 {
        font-size: 24px;
        color: #fff;
    }

    .contact-home1 .instagram a {
        overflow: hidden;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 5px;
    }

        .contact-home1 .instagram a img {
            transition: all .3s ease;
        }

        .contact-home1 .instagram a:hover img {
            transform: scale(1.2);
        }

.copyright {
    font-size: 18px;
}

.gotop {
    background: #C0A060;
    cursor: pointer;
}

    .gotop i {
        color: #fff;
        font-size: 18px;
        padding-top: 20px;
        display: inline-block;
        transition: all .3s ease;
    }

    .gotop:hover i {
        transform: scale(1.1);
    }

.form-search {
    right: -1920px;
    left: unset;
    overflow: hidden;
}

/* end style homepage 1*/
/*style homepage 2*/
header {
    z-index: 20;
}

.slider-home2 {
    background-image: url("../img/bg-slider-home2.jpg");
    background-position: 0 0;
    height: auto;
    background-repeat: no-repeat;
}

    .slider-home2 .img-slider-main {
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
        position: relative;
        right: -30px;
        z-index: -1;
        opacity: 0;
        transition: all 1s cubic-bezier(0.74, 0.65, 0, 1.58);
    }

    .slider-home2 .number-year {
        opacity: 0;
        transform: translateX(1000px);
        font-size: 48px;
        letter-spacing: -3px;
    }

    .slider-home2 .text-new {
        margin: -80px 0;
    }

        .slider-home2 .text-new span {
            font-size: 200px;
            opacity: 0;
            transform: translateX(2000px);
            display: inline-block;
            letter-spacing: -11px;
        }

    .slider-home2 .text-collection {
        font-size: 100px;
        opacity: 0;
        transform: translateX(-2000px);
        letter-spacing: -4px;
        padding-left: 60px;
    }

    .slider-home2 .info-slider-home2 {
        top: 30%;
        left: 5%;
    }

        .slider-home2 .info-slider-home2 .title-slider-home2 {
            font-size: 60px;
            letter-spacing: -2px;
        }

        .slider-home2 .info-slider-home2 .number-dot {
            font-size: 100px;
            opacity: 0;
        }

            .slider-home2 .info-slider-home2 .number-dot img {
                display: inline-flex;
                margin-bottom: 20px;
                opacity: 0;
                transform: translateX(200px);
            }

    .slider-home2 button.slick-prev {
        display: none !important;
    }

    .slider-home2 button.slick-next {
        display: none !important;
    }

    .slider-home2 .slick-list {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .slider-home2 .text-slider-home2 {
        transform: rotate(-90deg);
        position: relative;
        top: 325px;
        left: 60px;
    }

        .slider-home2 .text-slider-home2 img {
            transform: translateX(-2000px) rotate(90deg);
            left: 42px;
            bottom: 30px;
        }

    .slider-home2 .slick-current.slick-active .text-slider-home2 img {
        transform: translateX(0) rotate(90deg);
    }

    .slider-home2 .slick-current.slick-active .number-dot {
        opacity: 1;
    }

        .slider-home2 .slick-current.slick-active .number-dot img {
            opacity: 1;
            transform: translateX(0);
        }

    .slider-home2 .slick-current.slick-active .number-year {
        opacity: 1;
        transform: translateX(0);
    }

    .slider-home2 .slick-current.slick-active .text-new span {
        opacity: 1;
        transform: translateX(0);
    }

    .slider-home2 .slick-current.slick-active .text-collection {
        opacity: 1;
        transform: translateX(0);
    }

    .slider-home2 .slick-current.slick-active .img-slider-main {
        opacity: 1;
        transition: all 1.5s cubic-bezier(0.74, 0.65, 0, 1.58);
    }

/*------------*/
.social-fixed {
    line-height: 50px;
    justify-content: center;
    bottom: 15px;
    flex-direction: column;
    right: 100px;
    z-index: 30;
}

    .social-fixed a {
        display: inline-block;
        padding: 0 20px;
        color: #333;
    }

        .social-fixed a:hover {
            color: #C0A060;
        }

        .social-fixed a i {
            font-size: 18px;
        }

/*------------------*/
.show-banner-home2 {
    padding: 355px 150px 130px 150px;
}

    .show-banner-home2 .show-banner-1-home2 {
        padding-left: 30px;
        padding-right: 30px;
    }

        .show-banner-home2 .show-banner-1-home2 .banner-col-2 .text-pr .content-pr {
            top: 20%;
            color: #fff;
        }

            .show-banner-home2 .show-banner-1-home2 .banner-col-2 .text-pr .content-pr .title-pr {
                font-size: 48px;
            }

            .show-banner-home2 .show-banner-1-home2 .banner-col-2 .text-pr .content-pr .des-pr {
                font-size: 20px;
                padding-left: 6%;
                padding-right: 6%;
            }

            .show-banner-home2 .show-banner-1-home2 .banner-col-2 .text-pr .content-pr .link-shop {
                font-size: 16px;
            }

                .show-banner-home2 .show-banner-1-home2 .banner-col-2 .text-pr .content-pr .link-shop a {
                    color: #fff;
                    text-decoration: underline;
                    text-decoration-color: #fff;
                }

    .show-banner-home2 .show-banner-2-home2 {
        padding-right: 30px;
        padding-left: 30px;
    }

        .show-banner-home2 .show-banner-2-home2 .banner-col-1 .text-comment .content-comment {
            top: 30%;
            color: #333;
        }

            .show-banner-home2 .show-banner-2-home2 .banner-col-1 .text-comment .content-comment .des-font {
                letter-spacing: 3px;
                font-size: 24px;
            }

            .show-banner-home2 .show-banner-2-home2 .banner-col-1 .text-comment .content-comment .author-comment {
                font-size: 24px;
            }

    .show-banner-home2 .img-relative-1 {
        top: -90px;
    }

    .show-banner-home2 a {
        display: inherit;
    }

/*------------*/
.similar-home2 {
    padding-bottom: 200px;
}

    .similar-home2 .title-similar {
        font-size: 55px;
    }

    .similar-home2 .des-similar {
        font-size: 18px;
    }

    .similar-home2 .slick-similar .slick-dots {
        bottom: -100px;
    }

        .similar-home2 .slick-similar .slick-dots li {
            width: 10px;
        }

            .similar-home2 .slick-similar .slick-dots li button {
                width: 14px;
                height: 14px;
                padding: 0px;
            }

                .similar-home2 .slick-similar .slick-dots li button:before {
                    font-size: 9px;
                    line-height: 15px;
                    width: 15px;
                    height: 15px;
                }

            .similar-home2 .slick-similar .slick-dots li.slick-active button {
                border: 1px solid #333;
                border-radius: 63%;
            }

    .similar-home2 .slick-similar button.slick-prev {
        display: none !important;
    }

    .similar-home2 .slick-similar button.slick-next {
        display: none !important;
    }

    .similar-home2 .slick-similar .designer .button-animate {
        transform: scale(0);
        opacity: 0;
        top: 30px;
        right: 30px;
    }

        .similar-home2 .slick-similar .designer .button-animate button {
            width: 40px;
            height: 40px;
            border: 0;
            border-radius: 50%;
            background: #C0A060;
        }

            .similar-home2 .slick-similar .designer .button-animate button i {
                font-size: 18px;
                color: #fff;
                padding-top: 4px;
                display: inline-block;
            }

            .similar-home2 .slick-similar .designer .button-animate button:hover i {
                transform: translateX(2px) translateY(-2px);
            }

    .similar-home2 .slick-similar .designer .info-similar {
        transform: scale(0);
        opacity: 0;
        width: 100%;
        bottom: 45px;
    }

        .similar-home2 .slick-similar .designer .info-similar .name {
            color: #fff;
        }

        .similar-home2 .slick-similar .designer .info-similar p {
            color: #909090;
        }

    .similar-home2 .slick-similar .designer:hover .overlay-mini {
        transform: scale(1);
        opacity: 1;
    }

    .similar-home2 .slick-similar .designer:hover .button-animate {
        opacity: 1;
        transform: scale(1);
    }

    .similar-home2 .slick-similar .designer:hover .info-similar {
        opacity: 1;
        transform: scale(1);
    }

.logo-footer-home2 .newsletter a {
    font-size: 18px;
    color: #333;
}

    .logo-footer-home2 .newsletter a span {
        display: inline-block;
        position: relative;
        top: -3px;
    }

    .logo-footer-home2 .newsletter a i {
        font-size: 18px;
        display: inline-block;
        padding-left: 15px;
    }

    .logo-footer-home2 .newsletter a:hover {
        color: #C0A060;
    }

        .logo-footer-home2 .newsletter a:hover i {
            color: #C0A060;
        }

.copy-footer-home2 .copy {
    padding-left: 0;
}

    .copy-footer-home2 .copy .copy-text {
        font-size: 18px;
        border-top: 2px solid #333;
    }

.copy-footer-home2 .social-footer {
    padding-right: 0;
}

    .copy-footer-home2 .social-footer .social-home2 {
        border-top: 2px solid #333;
    }

        .copy-footer-home2 .social-footer .social-home2 a {
            color: #333;
        }

            .copy-footer-home2 .social-footer .social-home2 a i {
                font-size: 18px;
            }

            .copy-footer-home2 .social-footer .social-home2 a:hover i {
                color: #C0A060;
            }

.header-home2 .menu-home2 {
    transform: rotate(-90deg);
    position: fixed;
    top: 57%;
    left: -135px;
}

    .header-home2 .menu-home2 .dropdown:hover {
        transform: unset;
    }

    .header-home2 .menu-home2 .dropdown-menu {
        transform: rotate(90deg);
        left: -170px;
        top: 210px;
    }

        .header-home2 .menu-home2 .dropdown-menu.mega-menu-shop {
            left: -315px;
            top: 360px;
        }

/*end style homepage 2*/
/* home page 3*/
.slider-home3 button.slick-prev {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 0;
    border: 0;
    top: 130px;
    z-index: 30;
    right: 48.4%;
}

    .slider-home3 button.slick-prev:before {
        content: "\e64b";
        color: #fff;
    }

.slider-home3 button.slick-next {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 0;
    border: 0;
    top: 60px;
    z-index: 30;
    right: 48.4%;
}

    .slider-home3 button.slick-next:before {
        content: "\e648";
        color: #fff;
    }

.slider-home3 .text-slider-home3 {
    padding-top: 40%;
    line-height: 1;
    justify-content: center;
}

    .slider-home3 .text-slider-home3 .title-slider {
        transform: translateX(-2000px);
        font-size: 160px;
        letter-spacing: -4px;
    }

        .slider-home3 .text-slider-home3 .title-slider .dot-red {
            font-size: 180px;
            color: #df0726;
            left: -30px;
        }

        .slider-home3 .text-slider-home3 .title-slider .year {
            font-size: 30px;
            top: -70px;
            left: -38px;
            transform: translateX(2000px);
        }

    .slider-home3 .text-slider-home3 .des-slider {
        font-size: 20px;
        padding: 0 15%;
        transform: translateX(2000px);
    }

    .slider-home3 .text-slider-home3 .btn-slider {
        transition: all 1.5s cubic-bezier(0.02, 2.32, 0.78, 0.17);
        opacity: 0;
        transform: scale(0);
        text-align: center;
    }

        .slider-home3 .text-slider-home3 .btn-slider a {
            display: inline-block;
            color: #fff;
            font-size: 16px;
            padding: 35px 85px;
            background: black;
        }

            .slider-home3 .text-slider-home3 .btn-slider a:hover {
                background: #C0A060;
            }

    .slider-home3 .text-slider-home3 .social-home3 {
        justify-content: center;
    }

        .slider-home3 .text-slider-home3 .social-home3 a {
            color: black;
            font-size: 18px;
        }

            .slider-home3 .text-slider-home3 .social-home3 a:hover {
                color: #C0A060;
            }

.slider-home3 .slick-current.slick-active .title-slider {
    transform: translateX(0);
}

    .slider-home3 .slick-current.slick-active .title-slider .year {
        transform: translateX(0);
    }

.slider-home3 .slick-current.slick-active .des-slider {
    transform: translateX(0);
}

.slider-home3 .slick-current.slick-active .btn-slider {
    opacity: 1;
    transform: scale(1);
}

.collection-home3 .title-collection {
    bottom: 30%;
}

    .collection-home3 .title-collection h2 {
        font-size: 50px;
    }

    .collection-home3 .title-collection p {
        font-size: 18px;
        width: 90%;
    }

        .collection-home3 .title-collection p a {
            color: black;
            text-decoration: underline;
            transition: all .3s ease;
        }

            .collection-home3 .title-collection p a:hover {
                color: #C0A060;
            }

    .collection-home3 .title-collection.title-1 {
        bottom: 50%;
        right: 5%;
        top: 10%;
    }

    .collection-home3 .title-collection.title-2 {
        bottom: 50%;
        left: 10%;
        top: 10%;
    }

    .collection-home3 .title-collection.title-3 {
        right: 0;
        padding-left: 50%;
    }

        .collection-home3 .title-collection.title-3 p {
            width: 98%;
        }

.brand .brand-slider button.slick-prev {
    opacity: 0;
}

.brand .brand-slider button.slick-next {
    opacity: 0;
}

.brand .brand-slider:hover button.slick-prev {
    opacity: 1;
}

.brand .brand-slider:hover button.slick-next {
    opacity: 1;
}

.newsletter-home3 {
    border-top: 1px solid #ddd;
}

    .newsletter-home3.no-border {
        border-top: 0;
    }

    .newsletter-home3.BG {
        border-top: 0;
        background: #f2f2f2;
    }

        .newsletter-home3.BG form input {
            background: #f2f2f2;
        }

    .newsletter-home3 h1 {
        font-size: 55px;
    }

    .newsletter-home3 p {
        font-size: 18px;
    }

    .newsletter-home3 form {
        width: 55%;
        margin: 0 auto;
    }

        .newsletter-home3 form input {
            padding-left: 30px;
            height: 70px;
            border: 1px solid #ddd;
            border-radius: 0;
            font-size: 18px;
            box-shadow: unset;
        }

        .newsletter-home3 form button {
            background: black;
            border: 0;
            border-radius: 0;
            font-size: 16px;
            color: #fff;
            width: 340px;
            transition: all .3s ease;
        }

            .newsletter-home3 form button:hover {
                background: #C0A060;
            }

.insta_home3 .column-20 {
    width: 20%;
    float: left;
}

    .insta_home3 .column-20 .icon-insta {
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        transform: scale(0);
        transition: all .3s ease;
    }

        .insta_home3 .column-20 .icon-insta i {
            color: #fff;
            font-size: 36px;
            display: inline-block;
            padding-top: 44%;
        }

    .insta_home3 .column-20:hover .icon-insta {
        transform: scale(1);
    }

/*end style homepage 3*/
/*style homepage 4*/
.img-zoom-lens {
    position: absolute;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    /*set the size of the result div:*/
    position: absolute;
    bottom: 15%;
    right: 10%;
    width: 170px;
    height: 225px;
}

.slider-home4 .text-slider {
    top: 30%;
    left: 5%;
}

    .slider-home4 .text-slider h1 {
        font-size: 90px;
        line-height: .9;
        transform: translateX(-2000px);
        opacity: 0;
    }

    .slider-home4 .text-slider .des-slider {
        font-size: 20px;
        padding-bottom: 190px;
        transform: translateX(2000px);
        opacity: 0;
    }

    .slider-home4 .text-slider .social-home3 {
        justify-content: left;
        opacity: 0;
    }

        .slider-home4 .text-slider .social-home3 a {
            color: black;
            font-size: 18px;
        }

            .slider-home4 .text-slider .social-home3 a:hover {
                color: #C0A060;
            }

.slider-home4 .seasion {
    top: 25%;
    right: 2%;
}

    .slider-home4 .seasion p {
        font-size: 24px;
        transform: rotate(90deg) translateX(-2000px);
    }

.slider-home4 .slick-dots {
    transform: rotate(90deg);
    right: 5%;
    bottom: 30%;
    width: unset;
}

    .slider-home4 .slick-dots li {
        display: none;
    }

        .slider-home4 .slick-dots li a {
            font-family: "FuturaPT Heavy";
            color: black;
        }

            .slider-home4 .slick-dots li a span {
                position: relative;
                top: -6px;
                padding: 0 10px;
            }

        .slider-home4 .slick-dots li.slick-active {
            display: inline-block;
        }

.slider-home4 .slick-current.slick-active .text-slider h1 {
    transform: translateX(0);
    opacity: 1;
}

.slider-home4 .slick-current.slick-active .text-slider .des-slider {
    transform: translateX(0);
    opacity: 1;
}

.slider-home4 .slick-current.slick-active .text-slider .social-home3 {
    opacity: 1;
}

.slider-home4 .slick-current.slick-active .seasion p {
    transform: rotate(90deg) translateX(0);
}

.slider-home4 button.slick-prev {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 0;
    border: 0;
    top: 36%;
    right: 12.5%;
}

    .slider-home4 button.slick-prev:before {
        content: "\e64b";
        color: #fff;
    }

.slider-home4 button.slick-next {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 0;
    border: 0;
    top: 30%;
    right: 12.5%;
}

    .slider-home4 button.slick-next:before {
        content: "\e648";
        color: #fff;
    }

.collection-home4 .product {
    padding-right: 5px;
}

    .collection-home4 .product .info-product {
        opacity: 0;
        visibility: hidden;
        background: #fff;
        z-index: 10;
    }

    .collection-home4 .product:hover .info-product {
        opacity: 1;
        visibility: visible;
    }

.collection-home4 .banner_collection .name_collection {
    text-align: center;
    font-size: 50px;
    color: black;
    line-height: 150px;
    width: 600px;
    background: rgba(255, 255, 255, 0.9);
    top: 40%;
    left: 14%;
}

.shipping-home4 .content {
    padding-left: 7%;
}

    .shipping-home4 .content .title-ship {
        font-size: 28px;
        padding-top: 15px;
    }

    .shipping-home4 .content .des-ship {
        padding-top: 30px;
        font-size: 18px;
        line-height: 1.7;
    }

.brand-home4 {
    padding: 0 285px;
}

    .brand-home4 button.slick-prev {
        display: none !important;
    }

    .brand-home4 button.slick-next {
        display: none !important;
    }

.blog-home4 .title-blog {
    font-size: 55px;
}

.blog-home4 .des-blog {
    font-size: 18px;
    line-height: 1.7;
}

.blog-home4 .content-blog .title-post {
    font-size: 28px;
}

    .blog-home4 .content-blog .title-post a {
        color: black;
        transition: all .3s ease;
    }

        .blog-home4 .content-blog .title-post a:hover {
            color: #C0A060;
        }

.blog-home4 .content-blog .day-post {
    font-size: 18px;
}

.blog-home4 .content-blog .des-post {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 65px;
    padding-top: 10px;
    width: 98%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-home4 .content-blog .link-more {
    font-size: 16px;
    text-decoration: underline;
    color: black;
    transition: all .3s ease;
}

    .blog-home4 .content-blog .link-more:hover {
        color: #C0A060;
    }

/*end style homepage 4*/
/*style homepage 5*/
.slider-home5 .text-slider {
    top: 30%;
    right: 10%;
}

    .slider-home5 .text-slider h1 {
        font-size: 90px;
        line-height: .9;
        transform: translateX(-2000px);
        opacity: 0;
    }

    .slider-home5 .text-slider .des-slider {
        font-size: 20px;
        padding-bottom: 90px;
        transform: translateX(2000px);
        opacity: 0;
    }

    .slider-home5 .text-slider .social-home3 {
        justify-content: left;
        opacity: 0;
    }

        .slider-home5 .text-slider .social-home3 a {
            color: black;
            font-size: 18px;
        }

            .slider-home5 .text-slider .social-home3 a:hover {
                color: #C0A060;
            }

.slider-home5 .seasion {
    display: flex;
    top: 42%;
    right: -16%;
}

    .slider-home5 .seasion p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 10px;
        transform: rotate(90deg) translateX(-2000px);
    }

    .slider-home5 .seasion button {
        transform: rotate(-90deg);
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 50%;
        background: #55120f;
        margin-right: 58px;
        position: relative;
        top: 10px;
    }

        .slider-home5 .seasion button svg {
            width: 36px;
            height: 36px;
        }

        .slider-home5 .seasion button i {
            color: #fff;
            position: relative;
            top: -36px;
        }

.slider-home5 .slick-current.slick-active .text-slider h1 {
    transform: translateX(0);
    opacity: 1;
}

.slider-home5 .slick-current.slick-active .text-slider .des-slider {
    transform: translateX(0);
    opacity: 1;
}

.slider-home5 .slick-current.slick-active .text-slider .social-home3 {
    opacity: 1;
}

.slider-home5 .slick-current.slick-active .seasion p {
    transform: rotate(90deg) translateX(0);
}

.slider-home5 button.slick-prev {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 0;
    border: 0;
    top: unset;
    right: unset;
    bottom: 5%;
    left: 5%;
}

    .slider-home5 button.slick-prev:before {
        content: "\e64a";
        color: #fff;
    }

.slider-home5 button.slick-next {
    width: 60px;
    height: 60px;
    background: black;
    border-radius: 0;
    border: 0;
    top: unset;
    right: unset;
    bottom: 5%;
    left: 9%;
}

    .slider-home5 button.slick-next:before {
        content: "\e649";
        color: #fff;
    }

.slider-nav-home5 {
    width: 740px;
    bottom: 20%;
    left: -150px;
}

    .slider-nav-home5 .slick-slide {
        margin: 0 25px;
    }

    .slider-nav-home5 button {
        display: none !important;
    }

.newsletter-home5 {
    background-image: url("../img/newletter_home5.jpg");
    background-position: 0 0;
    height: auto;
    background-repeat: no-repeat;
}

    .newsletter-home5 .form-home5 {
        width: 55%;
        padding: 168px 0 188px 50px;
    }

        .newsletter-home5 .form-home5 .title-news {
            font-size: 55px;
        }

        .newsletter-home5 .form-home5 .des-news {
            font-size: 18px;
            margin-bottom: 70px;
        }

        .newsletter-home5 .form-home5 form input {
            height: 70px;
            border-radius: 0;
            border: 0;
            margin-bottom: 30px;
            font-size: 18px;
            padding-left: 30px;
        }

        .newsletter-home5 .form-home5 form button {
            border: 0;
            border-radius: 0;
            line-height: 70px;
            width: 250px;
            background: black;
            color: #fff;
            font-size: 16px;
        }

            .newsletter-home5 .form-home5 form button:hover {
                background: #C0A060;
            }

.collection_home5 .flex {
    justify-content: center;
}

    .collection_home5 .flex .midle {
        position: relative;
        top: 80px;
    }

.collection_home5 .info-collection {
    bottom: 10%;
    left: 20%;
}

    .collection_home5 .info-collection .title-collection {
        font-size: 50px;
    }

    .collection_home5 .info-collection .des-collection {
        font-size: 18px;
        width: 90%;
    }

    .collection_home5 .info-collection .link-collection {
        font-size: 16px;
        text-decoration: underline;
    }

    .collection_home5 .info-collection.ver2 {
        top: 20%;
        bottom: unset;
    }

    .collection_home5 .info-collection.ver3 {
        left: 50%;
        right: 0;
    }

/*end style homepage 5*/
/*style homepage 6*/
.slider-home6 button.slick-prev {
    display: none !important;
}

.slider-home6 button.slick-next {
    display: none !important;
}

.slider-home6 .img_slider_1 img {
    opacity: 0;
    transform: translateX(-2000px);
}

.slider-home6 .img_slider_2 img {
    opacity: 0;
    transform: translateX(2000px);
}

.slider-home6 .text-slider-home6 {
    transition: all 1.5s cubic-bezier(0.26, 2.24, 0.93, 0.43);
    transform: scale(0);
    opacity: 0;
    top: 50%;
    left: 39%;
}

    .slider-home6 .text-slider-home6 .btn-slider a {
        color: #fff;
        font-size: 60px;
        padding: 2px 50px 9px;
        background: black;
        transition: all .3s ease;
    }

        .slider-home6 .text-slider-home6 .btn-slider a:hover {
            background: #C0A060;
        }

    .slider-home6 .text-slider-home6 .des-slider {
        font-size: 18px;
        letter-spacing: 7px;
        text-align: center;
    }

.slider-home6 .slick-current.slick-active .text-slider-home6 {
    opacity: 1;
    transform: scale(1);
}

.slider-home6 .slick-current.slick-active .img_slider_1 img {
    opacity: 1;
    transform: translateX(0);
}

.slider-home6 .slick-current.slick-active .img_slider_2 img {
    opacity: 1;
    transform: translateX(0);
}

.section-bestseller-home1.home6 .des-bestseller.text-center {
    margin: 0 auto 50px;
}

.section-bestseller-home1.home6 #btn-selection {
    margin: 0 150px 50px;
}

.section-bestseller-home1.home6 .slick-bestseller-home6 {
    margin: 0 150px;
}

.banner_home6 .text-banner {
    top: 10%;
    left: 14%;
}

    .banner_home6 .text-banner .des-banner {
        font-size: 24px;
        padding: 10px 38px;
        background: #fff;
        letter-spacing: 8px;
        margin-left: 50px;
    }

    .banner_home6 .text-banner .title-banner {
        font-size: 120px;
        color: #5588ef;
        text-align: center;
        margin-bottom: 110px;
    }

    .banner_home6 .text-banner .link-shop {
        font-size: 16px;
        display: block;
        text-align: center;
    }

        .banner_home6 .text-banner .link-shop .line {
            width: 85px;
            background: #928c76;
            left: 38%;
        }

.collection-home6 .flex {
    justify-content: center;
}

.collection-home6 .link-collection {
    font-size: 24px;
    padding: 8px 50px;
    background: #fff;
    bottom: 50px;
}

.section-bestseller-home1 .slick-newarrival {
    margin: 0 150px;
}

    .section-bestseller-home1 .slick-newarrival button.slick-prev {
        opacity: 0;
    }

    .section-bestseller-home1 .slick-newarrival button.slick-next {
        opacity: 0;
    }

.section-bestseller-home1:hover .slick-newarrival button.slick-prev {
    opacity: 1;
}

.section-bestseller-home1:hover .slick-newarrival button.slick-next {
    opacity: 1;
}

.blog-home4.BG {
    background: #f2f2f2;
    padding-right: 165px;
    padding-left: 165px;
}

/*end style homepage 6*/
/* style homepage 7*/
.slider-home7 button.slick-prev {
    display: none !important;
}

.slider-home7 button.slick-next {
    display: none !important;
}

.slider-home7 .text-slider {
    bottom: 5%;
    left: 5%;
}

    .slider-home7 .text-slider .title-slider {
        transform: translateX(-2000px);
        color: #fff;
        font-size: 90px;
        margin-bottom: 60px;
        opacity: 0;
    }

    .slider-home7 .text-slider .des-slider {
        transform: translateX(2000px);
        color: #fff;
        font-size: 20px;
        opacity: 0;
    }

    .slider-home7 .text-slider .social-home3 {
        right: 15%;
        bottom: 5%;
        transform: scale(0);
    }

        .slider-home7 .text-slider .social-home3 a {
            color: #fff;
        }

            .slider-home7 .text-slider .social-home3 a i {
                font-size: 18px;
            }

            .slider-home7 .text-slider .social-home3 a:hover {
                color: #C0A060;
            }

.slider-home7 .slick-current.slick-active .text-slider .title-slider {
    transform: translateX(0);
    opacity: 1;
}

.slider-home7 .slick-current.slick-active .text-slider .des-slider {
    transform: translateX(0);
    opacity: 1;
}

.slider-home7 .slick-current.slick-active .text-slider .social-home3 {
    transform: scale(1);
}

.slider-home7 .slick-dots {
    transform: rotate(90deg);
    right: -43%;
    top: 62%;
    bottom: unset;
}

    .slider-home7 .slick-dots li {
        font-family: "FuturaPT Heavy";
        transform: rotate(-90deg);
    }

        .slider-home7 .slick-dots li.slick-active {
            transform: scale(1.5) rotate(-90deg);
        }

        .slider-home7 .slick-dots li a {
            color: #fff;
        }

.video-home7 .title-video {
    top: 25%;
    width: 100%;
    color: #fff;
    font-size: 80px;
}

.video-home7 .btn-video-home7 {
    bottom: 30%;
    left: 47%;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 8px solid #935c39;
    background: #C0A060;
    transition: all .3s ease;
}

    .video-home7 .btn-video-home7 svg {
        height: 0px;
        width: 0;
    }

    .video-home7 .btn-video-home7 i {
        color: #fff;
        font-size: 20px;
        position: relative;
        top: 2px;
    }

    .video-home7 .btn-video-home7:hover {
        background: #935c39;
    }

.testimonial.ver7 {
    background: #1e1e1e;
}

    .testimonial.ver7 .title-testi {
        color: #fff;
    }

    .testimonial.ver7 .des-testi {
        color: #fff;
    }

    .testimonial.ver7 .content-comment .stt-comment {
        color: #292929;
    }

    .testimonial.ver7 .content-comment .des-comment {
        color: #fff;
    }

    .testimonial.ver7 .content-comment .model {
        color: #979797;
    }

    .testimonial.ver7 .content-comment .author-comment {
        color: #fff;
    }

    .testimonial.ver7 .slick-dots {
        bottom: -130px;
    }

        .testimonial.ver7 .slick-dots li {
            width: 10px;
        }

            .testimonial.ver7 .slick-dots li button:before {
                color: #fff;
            }

            .testimonial.ver7 .slick-dots li.slick-active button {
                border: 1px solid #fff;
                color: #fff;
            }

.contact-home1.ver7 {
    background: #fff;
}

    .contact-home1.ver7 .col-about-home1 .title-about-home1 {
        color: black;
    }

    .contact-home1.ver7 .col-about-home1 .des-about-home1 {
        color: black;
    }

    .contact-home1.ver7 .col-about-home1 .location {
        color: black;
    }

    .contact-home1.ver7 .lastest-post {
        padding-left: 6%;
    }

        .contact-home1.ver7 .lastest-post h4 {
            color: black;
        }

        .contact-home1.ver7 .lastest-post h5 a {
            color: black;
        }

            .contact-home1.ver7 .lastest-post h5 a:hover {
                color: #C0A060;
            }

        .contact-home1.ver7 .lastest-post p {
            color: black;
        }

    .contact-home1.ver7 .recent-tag h4 {
        color: black;
    }

    .contact-home1.ver7 .recent-tag a {
        color: black;
        border: 1px solid black;
    }

        .contact-home1.ver7 .recent-tag a:hover {
            background: black;
            color: #C0A060;
        }

    .contact-home1.ver7 .instagram {
        padding-left: 15px;
    }

        .contact-home1.ver7 .instagram .title-about-home1 {
            font-size: 24px;
            color: black;
        }

        .contact-home1.ver7 .instagram .des-about {
            color: #909090;
            font-size: 18px;
        }

        .contact-home1.ver7 .instagram form input {
            font-size: 18px;
            padding-left: 30px;
            height: 70px;
            width: 98%;
            border: 1px solid #e1e1e1;
            border-radius: 0;
            box-shadow: unset;
        }

            .contact-home1.ver7 .instagram form input::-webkit-input-placeholder {
                color: #909090;
            }

        .contact-home1.ver7 .instagram form button {
            margin-top: 10px;
            line-height: 70px;
            border: 0;
            border-radius: 0;
            background: black;
            color: #fff;
            font-size: 16px;
            transition: all .3s ease;
            width: 60%;
            text-align: center;
        }

            .contact-home1.ver7 .instagram form button:hover {
                background: #C0A060;
            }

.copyright span {
    display: block;
    border-top: 1px solid #e1e1e1;
}

/*end style homepage 7*/
/* style contact page*/
.banner {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

    .banner .title-banner {
        font-size: 90px;
    }

    .banner .breadcrumb {
        padding-left: 0;
        font-size: 20px;
    }

        .banner .breadcrumb li a {
            color: black;
        }

        .banner .breadcrumb li.active {
            color: #C0A060;
        }

.content-contact .local .title-local {
    font-size: 55px;
}

.content-contact .local i {
    font-size: 30px;
    position: relative;
    top: 6px;
    padding-right: 30px;
}

.content-contact .local span.bold {
    font-size: 22px;
}

.content-contact .local .text {
    font-size: 18px;
    padding-left: 60px;
}

.content-contact .local .des-local {
    font-size: 18px;
    width: 90%;
    line-height: 1.5;
}

.content-contact .subscribe .title-sub {
    font-size: 55px;
}

.content-contact .subscribe input,
.content-contact .subscribe textarea {
    height: 60px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    padding-left: 30px;
}

.content-contact .subscribe textarea {
    height: 200px;
    padding-top: 20px;
    width: 100% !important;
}

.content-contact .subscribe button {
    text-align: center;
    line-height: 60px;
    border: 0;
    border-radius: 0;
    background: black;
    color: #fff;
    transition: all .3s ease;
    letter-spacing: 1px;
}

    .content-contact .subscribe button:hover {
        background: #C0A060;
    }

.map-contact #map {
    height: 800px;
}

.map-contact img {
    top: 18%;
    right: 10%;
    z-index: 1;
}

/*end style contact page*/
/*style 404 page*/
.page404 {
    padding: 150px 0;
    border-top: 1px solid #ddd;
}

    .page404 .title-404 {
        font-size: 350px;
    }

    .page404 .text-error {
        font-size: 36px;
    }

    .page404 .des-404 {
        font-size: 18px;
    }

    .page404 .link-to-home {
        font-size: 16px;
        color: #fff;
        line-height: 60px;
        width: 300px;
        background: black;
        display: inline-block;
        transition: all .3s ease;
    }

        .page404 .link-to-home:hover {
            background: #C0A060;
        }

    .page404 input {
        height: 60px;
        border-radius: 0;
        padding-left: 30px;
        width: 60%;
        margin: 0 auto;
        font-size: 18px;
    }

/*end style 404 page*/
/*style faq page*/
.content-faq {
    padding: 0 165px;
}

    .content-faq .title-faq {
        font-size: 55px;
    }

    .content-faq .des-faq {
        font-size: 18px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 50px;
        margin-bottom: 10px;
    }

    .content-faq .accordion {
        font-size: 24px;
    }

    .content-faq .panel p {
        font-size: 18px;
    }

    .content-faq .row-2 {
        margin: 0;
    }

    .content-faq .content-main-faq {
        border-top: 1px solid #ddd;
    }

/*end style faq page*/
/*style about 1 page*/
.content-about-page .text-about {
    padding-top: 0%;
}

    .content-about-page .text-about.ver1 {
        padding-left: 4%;
    }

    .content-about-page .text-about .title-about {
        font-size: 55px;
    }

    .content-about-page .text-about .des-about {
        font-size: 20px;
        width: 90%;
    }

/*end style about 1 page*/
/*style about 2 page*/
.collection-about-page .img-middle {
    padding-top: 9%;
}

.collection-about-page .text-collection {
    padding-top: 10%;
}

    .collection-about-page .text-collection .title-about {
        font-size: 55px;
    }

    .collection-about-page .text-collection .des-about {
        font-size: 18px;
    }

    .collection-about-page .text-collection .link-collection {
        font-size: 16px;
        text-decoration: underline;
    }

.content-about-page-2 {
    border-bottom: 1px solid #ddd;
    padding-top: 150px;
    padding-bottom: 150px;
}

    .content-about-page-2 .title-content {
        font-size: 55px;
        margin-top: 0;
    }

    .content-about-page-2 .des-content {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .content-about-page-2 .content {
        font-size: 18px;
        line-height: 1.5;
    }

/*end style about 2 page*/
/*style blog page*/
.blog-page .sidebar form {
    margin-left: 40px;
}

    .blog-page .sidebar form input {
        height: 60px;
        padding-left: 30px;
        border-radius: 0;
        border: 1px solid #ddd;
        font-size: 18px;
    }

    .blog-page .sidebar form button {
        position: absolute;
        right: 30px;
        top: 22px;
        border: 0;
        border-radius: 0;
        background: #fff;
    }

        .blog-page .sidebar form button i {
            font-size: 18px;
        }

.blog-page .sidebar ul li {
    list-style-type: none;
}

    .blog-page .sidebar ul li .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .blog-page .sidebar ul li .link-collection {
        font-size: 18px;
        line-height: 2.3;
        color: #333;
        transition: all .3s ease;
    }

        .blog-page .sidebar ul li .link-collection:hover {
            color: #C0A060;
        }

.blog-page .sidebar ul.post li .post-name {
    margin-top: -3px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-page .sidebar ul.post li .post-day {
    color: #158a54;
}

.blog-page .sidebar ul.comment .column-80 {
    padding-left: 30px;
}

.blog-page .sidebar ul.comment h4 {
    margin-top: 0;
}

.blog-page .sidebar ul.comment p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

    .blog-page .sidebar ul.comment p a {
        color: #f1a674;
    }

.blog-page .sidebar-left form {
    margin-right: 40px;
    margin-left: 0;
}

    .blog-page .sidebar-left form input {
        height: 60px;
        padding-left: 30px;
        border-radius: 0;
        border: 1px solid #ddd;
        font-size: 18px;
    }

    .blog-page .sidebar-left form button {
        position: absolute;
        right: 30px;
        top: 22px;
        border: 0;
        border-radius: 0;
        background: #fff;
    }

        .blog-page .sidebar-left form button i {
            font-size: 18px;
        }

.blog-page .sidebar-left ul {
    padding-left: 0;
    padding-right: 30px;
}

    .blog-page .sidebar-left ul li {
        list-style-type: none;
    }

        .blog-page .sidebar-left ul li .title {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .blog-page .sidebar-left ul li .link-collection {
            font-size: 18px;
            line-height: 2.3;
            color: #333;
            transition: all .3s ease;
        }

            .blog-page .sidebar-left ul li .link-collection:hover {
                color: #C0A060;
            }

    .blog-page .sidebar-left ul.post li .post-name {
        margin-top: 35px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .blog-page .sidebar-left ul.post li .post-day {
        color: #158a54;
    }

    .blog-page .sidebar-left ul.comment .column-80 {
        padding-left: 30px;
    }

    .blog-page .sidebar-left ul.comment h4 {
        margin-top: 0;
    }

    .blog-page .sidebar-left ul.comment p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 18px;
    }

        .blog-page .sidebar-left ul.comment p a {
            color: #f1a674;
        }

.blog-page .content-blog .title-post {
    font-size: 28px;
}

.line-breack {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-page .content-blog .title-post a {
    color: black;
    transition: all .3s ease;
}

    .blog-page .content-blog .title-post a:hover {
        color: #C0A060;
    }

.blog-page .content-blog .day-post {
    font-size: 18px;
}

.blog-page .content-blog .des-post {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 65px;
    padding-top: 10px;
    width: 98%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-page .content-blog .link-more {
    font-size: 16px;
    text-decoration: underline;
    color: black;
    transition: all .3s ease;
}

    .blog-page .content-blog .link-more:hover {
        color: #C0A060;
    }

.pagination li a {
    border: 0;
    border-radius: 0;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    color: #909090;
    transition: all .3s ease;
    font-size: 18px;
    margin-right: 10px;
}

    .pagination li a i {
        font-size: 14px;
    }

    .pagination li a.active {
        color: black;
    }

    .pagination li a.border {
        border: 1px solid #ddd;
    }

    .pagination li a:hover {
        color: black;
        background: #fff;
    }

/*end blog page*/
/*------blog detail--------*/
.blog-detail-page .row.flex {
    justify-content: center;
}

.blog-detail-page .title-post {
    font-size: 48px;
    margin-bottom: 25px;
}

.blog-detail-page .day-post {
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-detail-page .des-post {
    font-size: 18px;
    line-height: 1.5;
}

    .blog-detail-page .des-post.des-post-special {
        padding: 60px 80px;
    }

        .blog-detail-page .des-post.des-post-special img {
            left: 47px;
        }

.blog-detail-page .collection-post i {
    font-size: 18px;
    color: #C0A060;
}

.blog-detail-page .collection-post span {
    font-size: 18px;
}

.blog-detail-page .collection-post a {
    color: #909090;
    font-size: 18px;
}

.blog-detail-page .view-post span {
    font-size: 18px;
}

    .blog-detail-page .view-post span i {
        font-size: 18px;
        color: #C0A060;
    }

.blog-detail-page .comment-post .title-comment-post {
    font-size: 55px;
}

.blog-detail-page .comment-post .des-comment-post {
    font-size: 18px;
}

.blog-detail-page .comment-post form textarea {
    height: 200px;
    resize: none;
    border-radius: 0;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    box-shadow: unset;
}

.blog-detail-page .comment-post form input {
    height: 60px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    width: 49.1%;
    box-shadow: unset;
}

.blog-detail-page .comment-post form button {
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    border: 0;
    line-height: 60px;
    width: 230px;
    background: black;
    transition: all .3s ease;
}

    .blog-detail-page .comment-post form button:hover {
        background: #C0A060;
    }

/*----end--------*/
/*------style shop page-------*/
.shop-page .content-shop {
    width: 70%;
}

    .shop-page .content-shop .btn-function-shop .showing {
        font-size: 18px;
        color: #909090;
        margin-right: 25px;
    }

    .shop-page .content-shop .btn-function-shop button {
        background: #fff;
        border: 0;
    }

        .shop-page .content-shop .btn-function-shop button i {
            font-size: 18px;
            display: inline-block;
            padding: 10px;
            border: 1px solid #ddd;
            transition: all .3s ease;
        }

        .shop-page .content-shop .btn-function-shop button:hover i {
            color: #C0A060;
        }

        .shop-page .content-shop .btn-function-shop button.active i {
            color: #C0A060;
        }

.shop-page .sidebar {
    width: 40%;
}

    .shop-page .sidebar ul li {
        list-style-type: none;
    }

        .shop-page .sidebar ul li .title {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .shop-page .sidebar ul li .link-collection {
            font-size: 18px;
            line-height: 2.3;
            color: #333;
            transition: all .3s ease;
        }

            .shop-page .sidebar ul li .link-collection:hover {
                color: #C0A060;
            }

    .shop-page .sidebar ul.category .accordion {
        padding: 0;
    }

        .shop-page .sidebar ul.category .accordion:after {
            float: right;
        }

    .shop-page .sidebar ul.price .range-p {
        font-size: 18px;
        color: #333;
    }

        .shop-page .sidebar ul.price .range-p button {
            background: #fff;
            border: 0;
            border-radius: 0;
            font-size: 18px;
            transition: all .3s ease;
        }

            .shop-page .sidebar ul.price .range-p button i {
                font-size: 18px;
                margin-right: 15px;
            }

            .shop-page .sidebar ul.price .range-p button:hover {
                color: #C0A060;
            }

    .shop-page .sidebar ul.popular li a {
        line-height: 40px;
        padding: 0 25px;
        border: 1px solid black;
        display: inline-block;
        margin-bottom: 10px;
    }

.shop-page .sidebar-left {
    width: 30%;
}

    .shop-page .sidebar-left ul li {
        list-style-type: none;
    }

        .shop-page .sidebar-left ul li .title {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .shop-page .sidebar-left ul li .link-collection {
            font-size: 18px;
            line-height: 2.3;
            color: #333;
            transition: all .3s ease;
        }

            .shop-page .sidebar-left ul li .link-collection:hover {
                color: #C0A060;
            }

    .shop-page .sidebar-left ul.category .accordion {
        padding: 0;
    }

        .shop-page .sidebar-left ul.category .accordion:after {
            float: right;
        }

    .shop-page .sidebar-left ul.price .range-p {
        font-size: 18px;
        color: #333;
    }

        .shop-page .sidebar-left ul.price .range-p button {
            background: #fff;
            border: 0;
            border-radius: 0;
            font-size: 18px;
            transition: all .3s ease;
        }

            .shop-page .sidebar-left ul.price .range-p button i {
                font-size: 18px;
                margin-right: 15px;
            }

            .shop-page .sidebar-left ul.price .range-p button:hover {
                color: #C0A060;
            }

    .shop-page .sidebar-left ul.popular li a {
        line-height: 40px;
        padding: 0 25px;
        border: 1px solid black;
        display: inline-block;
        margin-bottom: 10px;
    }

/*----end--------*/
/*-----product detail------*/
.slick-product-detail button.slick-prev {
    display: none !important;
}

.slick-product-detail button.slick-next {
    display: none !important;
}

.slick-nav-product-detail button.slick-prev {
    display: none !important;
}

.slick-nav-product-detail button.slick-next {
    display: none !important;
}

.product-detail .info-product-detail .title-product {
    font-size: 36px;
    margin-top: 0;
}

.product-detail .info-product-detail .price {
    font-size: 30px;
}

.product-detail .info-product-detail .product-preview i {
    font-size: 18px;
    color: #C0A060;
}

.product-detail .info-product-detail .product-preview span {
    font-size: 18px;
    color: #333;
}

    .product-detail .info-product-detail .product-preview span.line-space {
        top: -8px;
        margin: 0 5px;
    }



.product-detail .info-product-detail .select .select-styled {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "FuturaPT Demi";
    padding: 0 25px;
}

    .product-detail .info-product-detail .select .select-styled:after {
        top: 0px;
        right: 25px;
    }

.product-detail .info-product-detail .select .select-options {
    font-family: "FuturaPT Demi";
    font-size: 14px;
    top: 100%;
}

    .product-detail .info-product-detail .select .select-options li {
        text-indent: 25px;
    }

.product-detail .info-product-detail .btn-function .input-number {
    width: 140px;
    height: 60px;
    border: 1px solid #ddd;
    margin-right: 30px;
    font-size: 20px;
    text-align: left !important;
    padding-left: 25px;
}

.product-detail .info-product-detail .btn-function .input-group-button {
    cursor: pointer;
}

    .product-detail .info-product-detail .btn-function .input-group-button.down-btn {
        right: 47px;
        bottom: 10px;
    }

    .product-detail .info-product-detail .btn-function .input-group-button.up-btn {
        right: 50px;
        top: 10px;
    }

.product-detail .info-product-detail .btn-function form button.enj-add-to-cart-btn {
    width: 400px;
    line-height: 60px;
    border: 1px solid black;
    margin-right: 30px;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all .3s ease;
}

    .product-detail .info-product-detail .btn-function form button.enj-add-to-cart-btn:hover {
        color: #C0A060;
        border: 1px solid #C0A060;
    }

.product-detail .info-product-detail .btn-function a {
    color: #333;
    display: inline-flex;
    width: 80px;
    line-height: 60px;
    justify-content: center;
    border: 1px solid #ddd;
    margin-right: 30px;
    transition: all .3s ease;
}

    .product-detail .info-product-detail .btn-function a i {
        font-size: 18px;
        padding-top: 20px;
    }

    .product-detail .info-product-detail .btn-function a:hover {
        color: #C0A060;
        border: 1px solid #C0A060;
    }

.product-detail .info-product-detail .btn-tab {
    padding: 0;
    font-size: 24px;
}

.product-detail .info-product-detail .des-tab {
    font-size: 18px;
}

.product-detail .info-product-detail .review .title-review {
    font-size: 24px;
}

.product-detail .info-product-detail .review .content-review {
    font-size: 18px;
}

.product-detail .info-product-detail .form-review .title-form {
    font-size: 24px;
}

.product-detail .info-product-detail .form-review .des-review {
    font-size: 18px;
}

.product-detail .info-product-detail .form-review input {
    height: 60px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    width: 100%;
}

.product-detail .info-product-detail .form-review textarea {
    height: 200px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    resize: none;
    width: 100%;
    padding-top: 30px;
}

.product-detail .info-product-detail .form-review .rating {
    font-size: 24px;
}

    .product-detail .info-product-detail .form-review .rating i {
        font-size: 18px;
        color: #C0A060;
    }

.product-detail .info-product-detail .form-review button {
    line-height: 60px;
    color: #fff;
    background: black;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    transition: all .3s ease;
}

    .product-detail .info-product-detail .form-review button:hover {
        background: #C0A060;
    }

.product-detail .info-product-detail .info-more p {
    font-size: 18px;
}

    .product-detail .info-product-detail .info-more p a {
        color: #333;
        transition: all .3s ease;
    }

        .product-detail .info-product-detail .info-more p a i {
            font-size: 18px;
        }

        .product-detail .info-product-detail .info-more p a:hover {
            color: #C0A060;
        }

/*-------end------*/
/*-------style product detail 2------*/
.slick-nav-product-detail-vertical button.slick-prev {
    display: none !important;
}

.slick-nav-product-detail-vertical button.slick-next {
    display: none !important;
}

.slick-product-detail-vertical button.slick-prev {
    display: none !important;
}

.slick-product-detail-vertical button.slick-next {
    display: none !important;
}

.tab-content-detail .btn-tab {
    padding: 0;
    font-size: 24px;
}

.tab-content-detail .des-tab {
    font-size: 18px;
    width: 90%;
}

.tab-content-detail .review .title-review {
    font-size: 24px;
}

.tab-content-detail .review .content-review {
    font-size: 18px;
}

.tab-content-detail .form-review .title-form {
    font-size: 24px;
}

.tab-content-detail .form-review .des-review {
    font-size: 18px;
}

.tab-content-detail .form-review input {
    height: 60px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    width: 100%;
}

.tab-content-detail .form-review textarea {
    height: 200px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 18px;
    resize: none;
    width: 100%;
    padding-top: 30px;
}

.tab-content-detail .form-review .rating {
    font-size: 24px;
}

    .tab-content-detail .form-review .rating i {
        font-size: 18px;
        color: #C0A060;
    }

.tab-content-detail .form-review button {
    line-height: 60px;
    color: #fff;
    background: black;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    transition: all .3s ease;
}

    .tab-content-detail .form-review button:hover {
        background: #C0A060;
    }

.tab-content-detail .btn-tab-product-detail {
    justify-content: center;
    display: flex;
    border: 0;
}

    .tab-content-detail .btn-tab-product-detail li.active a {
        color: #C0A060;
        border: 0;
    }

    .tab-content-detail .btn-tab-product-detail li a {
        border: 0;
        color: black;
    }

        .tab-content-detail .btn-tab-product-detail li a:hover {
            background: #fff;
        }

/*-------end------*/
.cart-table thead tr th {
    font-size: 20px;
}

    .cart-table thead tr th:first-child {
        padding-left: 0;
    }

.cart-table tbody tr td:first-child {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart-table tbody tr td .product-info a {
    font-size: 24px;
}

.cart-table tbody tr td .product-info p {
    font-size: 16px;
}

    .cart-table tbody tr td .product-info p span {
        color: #909090;
    }

.cart-table tbody tr td .price {
    font-size: 18px;
}

.cart-table tbody tr td.product-remove {
    text-align: center;
}

.cart-table tbody tr td.btn-fuction {
    margin-left: 10px;
}

    .cart-table tbody tr td.btn-fuction .input-number {
        width: 140px;
        height: 60px;
        border: 1px solid #ddd;
        font-size: 20px;
        text-align: left !important;
        padding-left: 25px;
    }

    .cart-table tbody tr td.btn-fuction .down-btn {
        right: 22px;
        bottom: 8px;
    }

    .cart-table tbody tr td.btn-fuction .up-btn {
        right: 25px;
        top: 10px;
    }

.cart-table tbody tr td.status .in-stock {
    font-size: 20px;
    color: #C0A060;
}

.cart-table tbody tr td.status .out-stock {
    font-size: 20px;
    color: black;
}

.table-cart-bottom .form-note h3 {
    font-size: 30px;
}

.table-cart-bottom .form-note label {
    font-size: 18px;
}

.table-cart-bottom .form-note textarea {
    width: 300px;
    border-radius: 0;
}

.table-cart-bottom .cart-text {
    margin-bottom: 50px;
}

    .table-cart-bottom .cart-text .cart-element {
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .table-cart-bottom .cart-text p {
        font-size: 18px;
    }

.login_page h1 {
    font-size: 50px;
}

.login_page label {
    font-size: 18px;
}

.login_page input {
    height: 60px;
    padding-left: 30px;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: unset;
}

.login_page button {
    letter-spacing: 1px;
}

.space_0 {
    padding: 0 15px !important;
}

/*# sourceMappingURL=style-main.css.map */

.logo-top-home1 img {
    width: 100%;
}

a.book-appo {
    margin-top: 30px;
    display: flex;
    background: #C0A060;
    color: white;
    height: 50px;
    width: 170px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: .5s;
}

    a.book-appo:hover {
        background: transparent;
        border: 1px solid #C0A060;
        color: #C0A060;
    }

.suit-btn {
    padding: 6px 6px !important;
}


/* preloader */
/* Preloader full screen */
/* Preloader wrapper */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    /* Fade-out class */
    #preloader.fade-out {
        opacity: 0;
        visibility: hidden;
    }

/* Wrapper to center Galaxy and Decors vertically */
.wave-center-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Loader animation */
.wave-bouncing-loading-animation {
    color: #C0A060;
}

.wave-bouncing-loading-animation {
    -webkit-box-reflect: none !important;
}

    .wave-bouncing-loading-animation > span {
        display: inline-block;
        font-weight: bolder;
        animation: bouncing-wave-animation 1s infinite;
        animation-delay: calc(0.15s * var(--item));
    }

    /* Galaxy – Bigger font size */
    .wave-bouncing-loading-animation.galaxy {
        font-size: min(50px, 8vw);
        /* Larger font for Galaxy */
    }

@keyframes bouncing-wave-animation {

    0%, 40%, 100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-0.4em);
    }
}

/* Main content fade-in effect */
#content {
    opacity: 0;
    transition: opacity 1s ease;
}

    /* Show content */
    #content.visible {
        opacity: 1;
    }

.hidden {
    display: block !important;
}


/* preloader */

/* Hide Content Initially */
#content {
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease;
}

/* Animations */
@keyframes bounce {

    0%, 100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(2);
    }
}

@keyframes fadeIn {

    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


.blog-page-home .title-blog {
    font-size: 55px;
    margin-bottom: 60px;
    margin-left: 15px;
}

.blog-all {
    display: flex;
    margin: auto;
    width: fit-content;
}

.icon-main {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

footer {
    background-color: #333333;
}

.footer-h2 {
    color: white;
    margin-bottom: 20px;
}

.footer-p {
    color: white;
    font-size: 16px;
}

.space_left_0 {
    padding-left: 0;
    color: white;
    list-style: none;
}

.space_left_0 {
    margin: 0;
    padding: 0;
}

    .space_left_0 li {
        margin-bottom: 15px;
        font-size: 16px;
    }

.tit {
    padding-right: 10px;
    color: #fff;
}

.tit,
.dots,
.space_left_0 li span {
    display: table-cell;
    white-space: nowrap;
}

.dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px solid rgb(255, 255, 255);
    position: relative;
    top: -10px;
}

.space_left_0 li span {
    white-space: nowrap;
    padding-left: 10px;
    font-family: 'Didact Gothic', sans-serif;
    color: #ffffff;
}

.d-flex {
    display: flex;
}

.d-lg-none {
    display: none;
}

.aling-item-center {
    align-items: center;
}

.justify-content-end {
    justify-content: end;
}

.footer-class .d-flex .col-lg-3,
.footer-class .d-flex .col-lg-6 {
    padding: 0 15px;
    margin-right: 20px;
}

.footer-p a {
    color: white;
}

.copy-section {
    width: 100%;
    padding: 20px 0px 20px;
}

.copy-icons {
    text-align: end;
}

    .copy-icons a i {
        color: white;
        font-size: 20px;
        border: 1px solid white;
        padding: 8px 10px;
        border-radius: 4px;
        margin-right: 10px;
        transition: 0.5s;
    }

.m-0 {
    margin: 0;
}

.align-item-center {
    align-items: center;
}

.copy-icons a i:hover {
    background: white;
    color: black;
}

.content-about-page .text-about .des-about-1 {
    font-size: 18px;
}




/* Individual Image Boxes */


/* Popup (Lightbox) Styling */
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

    .popup img {
        max-width: 90%;
        max-height: 80vh;
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 40px;
        font-size: 40px;
        color: white;
        cursor: pointer;
        transition: color 0.3s;
    }

        .popup .close:hover {
            color: #ff3b3b;
        }

.footer-class {
    padding-bottom: 70px;
}

.copy-main {
    border-top: 1px solid #ffffff0f;
}

.rond {
    border-radius: 5px;
}

.tailor {
    border-bottom: 1px solid white;
}

.appointments-form {
    padding: 20px;
    background: #ffffff;
}

.appointments-img {
    width: 99%;
    height: 100%;
    transition: .5s;
}

.image-form {
    width: 106%;
    overflow: hidden;
    margin-top: 74px;
}

img.appointments-img:hover {
    transform: scale(1.2);
}

.make-appointment {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.form-appointments .form-group {
    width: 50%;
    margin: 0;
}

.form-appointments input,
.form-appointments select,
.form-appointments textarea {
    height: 60px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    padding-left: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.form-appointments .select ul,
.form-appointments .select .select-styled {
    display: none;
}

.form-appointments textarea {
    height: 150px;
    padding-top: 20px;
    width: 100% !important;
}

.form-appointments .form-main {
    gap: 10px;
}

.form-appointments {
    margin-top: 40px;
}

.btn_appointment {
    text-align: center;
    line-height: 60px;
    border: 0;
    border-radius: 0;
    background: black;
    color: #fff;
    transition: all .3s ease;
    letter-spacing: 1px;
}

    .btn_appointment:hover {
        background: #C0A060;
    }

.image-product {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    position: relative;
}

    .image-product img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
    }

.product-list .image-product {
    display: block;
    width: 30%;
    padding-bottom: 35%;
    text-align: center;
    position: relative;
}

.blog-image {
    width: 100%;
    overflow: hidden;
}

.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

.ag-photo-gallery_list {
    display: -ms-grid;
    display: grid;
    grid-gap: 28px;
    -ms-grid-columns: 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem;
    grid-template-rows: 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem;
    margin-bottom: 65px;
}

.ag-photo-gallery_item {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
}

.ag-photo-gallery_item__wide {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}

.ag-photo-gallery_item__middle {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}

.ag-photo-gallery_item__narrow {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.ag-photo-gallery_figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ag-photo-gallery_img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}


@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-photo-gallery_list {
        grid-gap: 10px;
        -ms-grid-rows: 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem;
        grid-template-rows: 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem;
    }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}

.map-contact iframe {
    width: 100%;
    height: 667px;
}




.location-div {
    background: #c0a0605e;
    color: black;
    padding: 20px 20px;
    border-radius: 5px;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    height: 111.39px;
    align-items: center;
}

.icon-div i {
    font-size: 25px;
    background: white;
    padding: 10px 10px;
    border-radius: 50%;
    display: inline-block;
}

.text-div span {
    font-size: 18px;
}

.text-div p,
.text-div p a {
    font-size: 16px;
    margin: 0;
    color: black;
    cursor: pointer;
}




.gallery-section {
    padding: 60px 0;
}

    .gallery-section h2 {
        color: #333333;
        text-transform: uppercase;
        font-size: 1.6em;
    }

    .gallery-section .gallery-box {
        background: #fff;
        padding: 15px;
        display: grid;
        grid-template-columns: repeat(4, auto);
        /*grid-template-rows: repeat(1, 18vw);*/
        grid-auto-rows: 16vw;
        grid-gap: 1rem;
        grid-auto-flow: dense;
    }

        .gallery-section .gallery-box .box {
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
            transition: all .5s ease;
        }

            .gallery-section .gallery-box .box:hover {
                box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
            }

            .gallery-section .gallery-box .box.big {
                grid-row: span 2;
                grid-column: span 2;
            }

            .gallery-section .gallery-box .box.horizontal {
                grid-column: span 2;
            }

            .gallery-section .gallery-box .box.vertical {
                grid-row: span 2;
            }

            .gallery-section .gallery-box .box img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                transition: all .5s ease;
            }

            .gallery-section .gallery-box .box:hover img {
                transform: scale(1.2);
            }

@media (max-width: 991px) {
    .gallery-section .gallery-box {
        grid-template-columns: repeat(4, auto);
        grid-auto-rows: 18vw;
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-box {
        grid-template-columns: repeat(3, auto);
    }
}

@media (max-width: 575px) {
    .gallery-section .gallery-box {
        grid-template-columns: repeat(2, auto);
        grid-auto-rows: 35vw;
    }
}

.scratch-div {
    padding: 20px 20px;
    background: #c0a0605e;
    border-radius: 5px;
    color: black;
}

.scratch-h3 {
    margin: 0;
}

.scratch-click {
    background: #ffffff;
    padding: 15px 35px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
}

.popup-btn {
    font-size: 35px;
    top: -5px;
    position: absolute;
    right: 5px;
    color: black;
    opacity: 1;
    z-index: 4;
    font-weight: 300;
    transition: .5s;
}

.close:focus,
.close:hover {
    color: #000000c9;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

.modal-body .form-appointments input,
.modal-body .form-appointments select {
    margin-bottom: 10px;
    height: 55px;
}

.modal-body .form-appointments textarea {
    height: 100px;
}

.all-remove-btn {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: end;
    color: #ef5c5c;
    font-size: 18px;
    text-decoration: underline;
}

    .all-remove-btn:hover {
        color: #ef5c5c;
        text-decoration: underline !important;
    }

.text-end {
    text-align: end;
}

.border-bottom {
    border-bottom: 1px solid #f1f1f1;
}

.w-100 {
    width: 100%;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
}

.circle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: background-color 0.2s;
}

    .circle-btn:hover {
        background-color: #ddd;
    }

.text-direction {
    text-decoration: underline;
}

.number {
    font-weight: bold;
}

.border-top-2 {
    border-top: 2px solid #f1f1f1;
}

.sub-total {
    margin-top: 10px;
    margin-bottom: 0;
}

.item-text {
    font-weight: 600;
    font-size: 16px;
    color: #afafaf;
}

.Checkout-btn {
    width: 100%;
    padding: 10px 10px;
    font-weight: 600;
    border: 0;
    font-size: 17px;
    background: #c0a060;
    color: white;
    border-radius: 30px;
}




:root {
    --font-sm-size: 12px;
    --font-min-size: 14px;
    --font-max-size: 16px;
    --green-color: #088178;
    --gray-color: #637381;
    --black-color: #1C252E;
}

.signup-container {
    margin: auto;
    width: 100%;
    max-width: 420px;
}

.wrapper {
    padding: 35px 24px;
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    max-width: 420px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.signup-title {
    font-size: 19px;
    color: var(--black-color);
    font-weight: 700;
    line-height: 2.5;
    text-align: center;
}

.login-page {
    font-size: var(--font-min-size);
    color: var(--gray-color);
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

    .login-page a,
    .seller-signup a {
        font-size: var(--font-min-size);
        color: #C0A060;
        font-weight: 600;
        text-decoration: none;
    }

        .login-page a:hover,
        .seller-signup a:hover {
            text-decoration: underline;
        }

.signup-container input {
    width: 100%;
    height: 60px;
    outline: none;
    background: none;
    padding: 16.5px 14px;
    border: 1px solid #e9ecee;
    border-radius: 8px;
    color: var(--black-color);
    font-size: 15px;
    transition: 0.3s ease-out;
}

.signup-container input {
    width: 100%;
}

.firstname {
    margin-right: 5px;
}

.lastname {
    margin-left: 5px;
}

::placeholder {
    color: #919eab;
    font-size: 14px;
}

.signup-container input:hover,
.signup-container input:focus {
    border-color: var(--black-color);
}

.signup-container label {
    color: var(--gray-color);
    font-size: var(--font-min-size);
    position: absolute;
    background-color: #fff;
    padding: 0rem 0.4rem;
    font-weight: 500;
    transform: translate(16px, -12px);
}

.sub-container {
    position: relative;
    line-height: 1.5;
    margin-bottom: 32px;
}

.signup-container .row {
    display: block;
}

.inline-block {
    display: inline-block;
}

.password-svgs {
    width: 35px;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 19px;
    height: 35px;
    border-radius: 50%;
    pointer-events: none;
    overflow: hidden;
}

    .password-svgs:hover {
        background-color: #eaecef;
    }

    .password-svgs:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #9d9e9f;
        display: block;
        transform: scale(0);
        opacity: 1;
        border-radius: 50%;
    }

    .password-svgs.active:before {
        /* on click on svg, active class is added */
        transform: scale(3);
        opacity: 0;
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    }

.password-close-svg,
.password-open-svg {
    margin: 8px;
    width: 20px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 11;
    user-select: none;
}

.password-open-svg {
    display: none;
}

/* previous sibling ele :has(next sibling ele on hover) */
.password:has(+ .password-svgs:hover) {
    border-color: var(--black-color);
}

.tc-input {
    display: none;
}

.policy {
    user-select: none;
    position: relative;
    cursor: pointer;
}

    .policy span {
        display: inline-block;
        vertical-align: middle;
    }

.policy-svg-container {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    border: 1px solid #9098a9;
    transition: all 0.2s ease;
}

    .policy-svg-container svg {
        position: absolute;
        top: 3px;
        left: 2px;
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-dasharray: 16px;
        stroke-dashoffset: 16px;
        transition: all 0.3s ease;
        transition-delay: 0.1s;
    }

    .policy-svg-container:before {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--black-color);
        display: block;
        transform: scale(0);
        opacity: 1;
        border-radius: 50%;
    }

.policy span:last-child {
    padding-left: 8px;
}

.policy:hover .policy-svg-container {
    border-color: var(--black-color);
}

.tc-input:checked + .policy .policy-svg-container {
    background: var(--black-color);
    border-color: var(--black-color);
    animation: wave 0.4s ease;
}

    .tc-input:checked + .policy .policy-svg-container svg {
        stroke-dashoffset: 0;
    }

    .tc-input:checked + .policy .policy-svg-container:before {
        transform: scale(3);
        opacity: 0;
        transition: all 0.6s ease;
    }

.terms-conditions {
    color: var(--black-color);
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.submit-button {
    width: 100%;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: black;
    color: #fff;
    transition: all .3s ease;
}

    .submit-button:hover {
        background-color: #C0A060;
    }

.seller-signup {
    font-size: var(--font-min-size);
    color: var(--gray-color);
    text-align: center;
}

.alternative {
    text-align: center;
    font-size: var(--font-sm-size);
    color: #919EAB;
    margin: 24px 0px;
    position: relative;
    font-weight: 500;
}

    .alternative span {
        background: #fff;
        position: relative;
        padding: 0px 5px;
    }

    .alternative:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #d3d8dd;
        top: 8px;
        left: 0px;
    }

.social-signup {
    text-align: center;
}

.social-svg {
    margin: 0px 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-out;
}

    .social-svg:hover {
        background-color: #eaecef;
    }

    .social-svg svg {
        width: 24px;
        margin: 8px 0px 0px 1px;
    }

/*  Login css  */

.login-margin {
    margin-bottom: 22px;
}

.forgot-password {
    text-align: end;
    margin-bottom: 5px;
}

    .forgot-password a {
        text-decoration: none;
        color: var(--black-color);
        font-size: var(--font-min-size);
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }

.login-password {
    top: 40px;
}

.register-password {
    top: 13px;
}

.message {
    position: absolute;
    font-size: var(--font-sm-size);
    color: red;
    margin-left: 8px;
    margin-top: 1px;
}

input.invalid {
    border-color: red;
}

input.valid {
    border-color: #22bb33;
}

.alert {
    position: fixed;
    font-size: 14px;
    bottom: 78%;
    background-image: linear-gradient(to right, #ffcaca, #fdf0f0);
    color: #991b1b;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.hidden {
    opacity: 0;
    transform: translate(49px, -23px) scale(0);
}

.visible {
    opacity: 1;
    transform: translate(49px, -43px) scale(1);
    transform-origin: bottom;
}

.alert svg {
    width: 20px;
    transform: translateY(4.5px);
    margin-right: 4px;
    cursor: pointer;
}

#success-alert-close {
    transform: translateY(5.5px);
}


@media (max-width:768px) {

    .signup-container .inline-block,
    .signup-container .row input {
        width: 100%;
    }

    .firstname {
        margin-right: 0px;
    }

    .lastname {
        margin-left: 0px;
    }
}

@media (max-width:472px) {
    .footer-payment-links span a .paypal {
        transform: scale(1.5) translate(13px, 0.5px);
    }

    .settings {
        right: 18px;
    }
}

@media (max-width:425px) {
    .logo-container img {
        width: 110px;
    }

    .logo-container {
        top: 10px;
        left: 0px;
    }

    .tc-alignment {
        transform: translate(24px, -24px);
        max-width: 310px;
    }

    .tc-container {
        margin-bottom: 0px;
    }

    .footer-motto {
        width: 280px;
    }

    .footer-copyright-conatiner {
        font-size: 15px;
    }
}

@media (max-width:375px) {
    .signup-container {
        padding: 10px;
    }

    .wrapper {
        padding: 30px 12px;
    }

    .tc-alignment {
        max-width: 284px;
    }

    .footer-copyright-conatiner {
        font-size: 14px;
    }
}

.stock {
    font-weight: 600;
}

.footer-logo {
    margin-top: 25px;
}

.modal-body {
    padding: 0;
}

.modal {
    padding: 0 !important;
}

.modal-content {
    border-radius: 0 !important;
}

.appoiment-popup {
    display: flex;
}

.div-popup-img {
    width: 38%;
}

.form-popup {
    width: 62%;
    padding: 0 15px 20px;
}


.div-input {
    display: flex;
    gap: 10px;
}

    .div-input .form-group input,
    .popup-form form input,
    .popup-form form select,
    .popup-form form textarea {
        height: 50px;
        border-radius: 0;
        border: 1px solid #d5d5d5;
        font-size: 18px;
        padding-left: 30px;
        width: 100%;
        margin-bottom: 15px;
    }

.popup-form form textarea {
    height: 100px;
    padding-top: 15px;
    width: 100% !important;
}

.div-input .form-group {
    margin: 0 !important;
    width: 50%;
}

.div-popup-img img {
    width: 100%;
    height: 100%;
}

.modal {
    text-align: center;
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

div#modalpopup {
    background: #101010b0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(3px);
}

.offer-btn-dis {
    margin-top: -7px;
    margin-bottom: 20px;
}

    .offer-btn-dis a {
        color: #000000;
        font-weight: 600;
    }

.privacy-h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: black;
    font-weight: 700;
}

.privacy-p {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 5px;
}

.privacy-text {
    margin-bottom: 50px;
}

.privacy-p a {
    color: #333;
}

.scratch-btn {
    margin: auto;
}

.Privacy-policy {
    color: white;
    font-size: 17px;
}

    .Privacy-policy:hover {
        color: white;
    }

.mobile_nav {
    position: fixed;
    bottom: -2px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav-box {
    position: fixed;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 1000;
    display: flex;
    background: #ffff;
    padding: 4px 0px;
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 100px -15px;
}

.nav-container {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-around;
    align-items: end;
    padding-left: 0rem !important;
    margin-bottom: 15px;
    margin-top: 15px;
    gap: 150px;
}

.nav__item {
    display: flex;
    position: relative;
    padding: 2px;
}

.nav__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #41b8ba;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

    .nav__item-icon img {
        max-width: 35px;
        margin-bottom: 3px;
    }

.shop-page .content-shop .btn-function-shop .select-view {
    margin-top: -15px;
}


/*--- /.price-range-slider ---*/
.search-bar-product form {
    justify-content: center;
    display: flex;
}

    .search-bar-product form input {
        height: 50px;
        width: 100%;
        border-radius: 0;
        border-color: #ddd;
        font-size: 18px;
        outline: 0;
        box-shadow: unset;
    }

    .search-bar-product form button {
        margin-left: 15px;
        border-radius: 0;
        border: 0;
        font-size: 18px;
        background: #C0A060;
        color: #fff;
        padding: 5px 25px;
        text-transform: uppercase;
        transition: all .3s ease;
    }

.checkout-address {
    border: 1px solid #EBEBEB;
    padding: 40px 25px;
}

.form-delivery .form-group input,
.form-delivery select {
    height: 60px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    padding-left: 30px;
    width: 100%;
    margin-bottom: 20px;
}

    .form-delivery .form-group input:focus {
        border: 1px solid #C0A060;
    }

.gap-10 {
    gap: 10px;
}

.form-delivery .delivery-box .form-group {
    width: 50%;
}

.form-delivery .form-group {
    margin: 0;
}

.form-delivery .select ul,
.form-delivery .select .select-styled {
    display: none;
}

.check-ship:has(.tf-check-rounded:checked) {
    border-color: #ae873e;
}

.check-ship {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 15px 20px 30px;
    border: 1px solid #11111126;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tf-check-rounded:checked {
    border-color: #ae873e;
}

.check-ship .tf-check-rounded {
    flex-shrink: 0;
    margin: 0;
}

.tf-check-rounded {
    padding: 0 !important;
    position: relative;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    outline: 0;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
}

    .tf-check-rounded::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background-color: #ae873e;
        opacity: 0;
    }

    .tf-check-rounded:checked::before {
        opacity: 1;
    }

.check-ship:has(.tf-check-rounded:checked) .text {
    color: #000;
}

.check-ship .text {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(102, 112, 133, 0.8);
}

    .check-ship .text span {
        font-weight: 500;
        font-family: "FuturaPT Book";
    }




.payment-method-box {
    margin-bottom: 24px;
}

.payment-item:not(:last-child) {
    margin-bottom: 15px;
}

.payment-item {
    border: 1px solid #ebebeb;
}

.check-payment {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px;
    position: relative;
    margin-bottom: 0;
}

    .check-payment .tf-check-rounded {
        flex-shrink: 0;
        margin: 0;
    }

.tf-check-rounded:checked {
    border-color: #ae873e;
}

.tf-check-rounded {
    padding: 0 !important;
    position: relative;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    outline: 0;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
}

    .tf-check-rounded:checked::before {
        opacity: 1;
    }

    .tf-check-rounded::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background-color: #ae873e;
        opacity: 0;
    }

.check-payment .pay-title {
    color: rgba(102, 112, 133, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.check-payment input:checked + .pay-title {
    color: #1f2020;
}

.payment-item .show {
    display: block !important;
}

form .form-content-2 {
    display: flex;
    flex-direction: column;
}

.payment-body {
    padding: 4px 16px 22px;
}

.tf-field-2 {
    position: relative;
}

    .tf-field-2 .tf-input {
        height: 60px;
        border-radius: 0;
        border: 1px solid #d5d5d5;
        font-size: 18px;
        padding-left: 30px;
        width: 100%;
        margin-bottom: 20px;
    }

.date-box {
    width: 50%;
}

img.card-logo {
    position: absolute;
    right: 12px;
    top: 38%;
    transform: translateY(-50%);
}

.paypal-image {
    top: 50% !important;
}

.checkbox-wrap label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'FuturaPT Demi';
    margin-bottom: 0;
}

.delivery-product {
    border: 1px solid #EBEBEB;
    padding: 40px 25px;
}

.image-item {
    max-width: 96px;
}

    .image-item img {
        width: 100%;
    }

.image-and-text {
    display: flex;
    gap: 15px;
    align-items: start;
}

.text-item p {
    font-size: 18px;
    font-family: 'FuturaPT';
}

.variant {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: 'FuturaPT'
}

.item-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.br-line {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(161, 161, 161, 0.2);
    display: block;
    width: 100%;
    height: 1px;
}

.sub-total {
    display: grid;
    gap: 15px;
}

    .sub-total .total-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.total-list span {
    font-family: 'FuturaPT';
    font-size: 16px;
}

.last-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .last-total span {
        font-family: 'FuturaPT';
        font-size: 20px;
    }

.place-order {
    text-align: center;
    line-height: 54px;
    border: 0;
    border-radius: 0;
    background: black;
    color: #fff;
    transition: all .5s ease;
    letter-spacing: 1px;
    font-family: 'FuturaPT';
    font-size: 16px;
    width: 100%;
}

    .place-order:hover {
        background: #C0A060;
    }





.flat-spacing {
    padding-bottom: 100px;
}

.s-shop-cart .left-side {
    gap: 32px;
}

.s-shop-cart .left-side {
    display: grid;
    gap: 20px;
    margin-bottom: 0px;
}

.table-order-detail {
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-shop-cart table {
    width: 100%;
    overflow-x: auto;
    table-layout: auto;
    border-collapse: collapse;
}

.table-shop-cart thead {
    background-color: #ebebeb;
}

.table-shop-cart tr {
    border-bottom: 1px solid #ebebeb;
}

.table-order-detail th:nth-child(1),
.table-order-detail td:nth-child(1) {
    width: 300px;
}

.table-order-detail th:nth-child(1),
.table-order-detail td:nth-child(1) {
    min-width: 300px;
}

.table-order-detail .order_product {
    gap: 20px;
}

.table-order-detail .order_product {
    display: flex;
    gap: 10px;
}

.table-order-detail thead th {
    text-transform: uppercase;
}

.table-order-detail th,
.table-order-detail td {
    padding: 16px 24px;
}

.table-order-detail .h6 {
    font-size: 17px;
    font-family: 'FuturaPT';
    line-height: 34px;
}

.table-order-detail th:nth-child(2),
.table-order-detail td:nth-child(2) {
    min-width: 130px;
    width: 183px;
}

.table-shop-cart .order_price,
.table-shop-cart .order_subtotal {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}

.table-order-detail th:nth-child(3),
.table-order-detail td:nth-child(3) {
    min-width: 184px;
    width: 184px;
}

.table-order-detail th:nth-child(3),
.table-order-detail td:nth-child(3) {
    min-width: 100px;
}

.table-shop-cart .order_quantity {
    gap: 24px !important;
}

.table-shop-cart .order_quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-shop-cart td:last-child,
.table-shop-cart th:last-child {
    min-width: unset;
}

.table-order-detail th:nth-child(4),
.table-order-detail td:nth-child(4) {
    min-width: 135px;
}

.table-order-detail tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.table-order-detail tbody tr {
    background-color: #ffffff !important;
}

.table-order-detail td:first-child {
    padding: 24px 0px;
}

.table-order-detail td:first-child {
    padding: 10px 0px;
}

.table-order-detail th:nth-child(1),
.table-order-detail td:nth-child(1) {
    width: 300px;
}

.table-order-detail .order_product {
    gap: 20px;
}

.table-order-detail .order_product {
    display: flex;
    gap: 10px;
}

    .table-order-detail .order_product .image {
        max-width: 142px;
    }

        .table-order-detail .order_product .image img {
            width: 100%;
            object-fit: cover;
            aspect-ratio: 1;
            object-position: top;
        }

    .table-order-detail .order_product .infor {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

.link:hover {
    color: #ae873e !important;
}

.link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p.prd-type {
    font-family: 'FuturaPT';
    font-size: 15px;
}

.table-shop-cart td:nth-child(2),
.table-shop-cart td:nth-child(4),
.table-shop-cart td:nth-child(3) {
    padding-top: 24px;
    padding-bottom: 24px;
}

.table-order-detail td:first-child {
    padding: 24px 0px;
}

.table-order-detail td:first-child {
    padding: 24px 0px;
}

.table-shop-cart .order_price,
.table-shop-cart .order_subtotal {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}

.table-order-detail th,
.table-order-detail td {
    padding: 16px 24px;
}

.table-order-detail th,
.table-order-detail td {
    padding: 10px;
}

td.order_price.each-price {
    font-family: 'FuturaPT';
}

.table-shop-cart td:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
}

.table-shop-cart td:nth-child(2),
.table-shop-cart td:nth-child(4),
.table-shop-cart td:nth-child(3) {
    padding-top: 24px;
    padding-bottom: 24px;
}

.table-order-detail th:nth-child(3),
.table-order-detail td:nth-child(3) {
    min-width: 184px;
    width: 184px;
}

.table-order-detail th:nth-child(3),
.table-order-detail td:nth-child(3) {
    min-width: 100px;
}

.table-shop-cart .order_quantity {
    gap: 24px;
}

.table-shop-cart .order_quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wg-quantity.style-2 {
    padding: 0;
    background-color: unset;
    gap: 8px;
    justify-content: unset;
}

.wg-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e0e0e0;
    overflow: hidden;
    padding: 10px;
}

    .wg-quantity.style-2 .btn-quantity {
        font-size: 10px;
    }

    .wg-quantity .btn-quantity {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: black;
    }

    .wg-quantity.style-2 .quantity-product {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .wg-quantity.style-2 .quantity-product {
        width: 20px;
    }

    .wg-quantity .quantity-product {
        padding: 0;
        background-color: transparent;
        border: 0;
        width: 50px;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        pointer-events: none;
    }

tr th:not(:first-child) {
    border-left: 1px solid #ffffff;
}

.table-order-detail th,
.table-order-detail td {
    padding: 16px 24px;
    margin: 0;
}

.prd-name {
    line-height: 25px !important;
}

.tf-btn-line {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(to right, #ae873e 50%, #1f2020 50%);
    background-size: 200% 100%;
    background-position: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.3s linear;
    cursor: pointer;
}

    .tf-btn-line.style-line-2::after,
    .tf-btn-line.style-line-2::before {
        bottom: 3px;
    }

    .tf-btn-line::before {
        position: absolute;
        content: "";
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        background-color: #AE873E;
        transition: width 0.3s linear;
        z-index: 1;
    }

    .tf-btn-line::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background-color: #1f2020;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tf-btn-line:hover {
        background-position: left;
    }

        .tf-btn-line:hover::before {
            width: 100%;
        }

.table-shop-cart td:last-child,
.table-shop-cart th:last-child {
    min-width: unset;
}

.table-shop-cart td:nth-child(2),
.table-shop-cart td:nth-child(4),
.table-shop-cart td:nth-child(3) {
    padding-top: 24px;
    padding-bottom: 24px;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tf-check.style-4 {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0;
}

.checkbox-wrap input {
    padding: 0;
}

form.style-border textarea {
    padding: 11px 12px;
    border: 1px solid #ebebeb;
    width: 100% !important;
}

.s-shop-cart .checkout-sidebar {
    margin-bottom: 5px;
}

.checkout-sidebar {
    padding: 32px;
}

.checkout-sidebar {
    padding: 30px 15px;
    border: 1px solid #ebebeb;
}

    .checkout-sidebar .form-checkout-sidebar {
        margin-bottom: 24px;
    }

.form-checkout-sidebar .form-content {
    margin-bottom: 32px;
}

form.form-checkout-sidebar .form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout-sidebar .title-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .br-line {
    margin: 0;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

#checkout-btn {
    text-align: center;
    line-height: 60px;
    border: 0;
    border-radius: 0;
    background: black;
    color: #fff;
    transition: all .3s ease;
    letter-spacing: 1px;
    justify-content: center;
    padding: 0;
}

    #checkout-btn:hover {
        background: #C0A060;
    }

.checkout-sidebar .text-we-accept {
    margin-bottom: 12px;
}

.text-caption {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.paymend-method-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
}

ul.paymend-method-list {
    padding: 0px 20px;
}

.checkout-main {
    flex: 1;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.center-navbar {
    position: absolute;
    padding: 20px;
    border-radius: 50%;
    background: white;
    top: -15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 100px 0px;
}

.section-about-me {
    padding: 0px 0 20px;
}

.about-image-1,
.about-image-2 {
    width: 50%;
    overflow: hidden;
    transition: .3s;
    height: fit-content;
}

.image-2-about,
.image-1-about {
    transition: 0.5s;
}

.about-image-2:hover,
.about-image-1:hover {
    width: 55% !important;
    overflow: hidden;
}

.image-1-about {
    background-image: url("../img/image-about-1.png");
    width: 100%;
    height: 80%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
}

.image-2-about {
    background-image: url("../img/image-about-2.png");
    width: 100%;
    height: 80%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    padding: 150px 0;
}

.image-text h3 {
    color: white;
    font-size: 45px;
    font-family: 'themify';
}

.image-text {
    text-align: center;
    display: grid;
    gap: 10px;
}

    .image-text span {
        color: white;
        font-size: 20px;
        font-family: 'FuturaPT';
    }

.image-a-tag {
    text-align: center;
    display: grid;
    gap: 100px;
}

    .image-a-tag .about-a {
        color: white;
        font-size: 19px;
        font-family: 'FuturaPT';
        border-bottom: 1px solid white;
        display: inline-block;
        width: fit-content;
        margin: auto;
    }

.image-about-us {
    background-image: url("/img/about-image-3-2.png");
    width: 100%;
    padding: 232px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-about-us {
    padding-left: 0;
    padding-right: 0;
}

h2.about-image-h2 {
    margin: 0;
    color: white;
    font-family: 'themify';
    font-size: 35px;
}

.image-about-text {
    text-align: center;
    width: 35%;
    display: grid;
    gap: 30px;
}

    .image-about-text span {
        color: white;
        font-size: 20px;
        font-family: 'FuturaPT';
    }

.shop-btn {
    display: inline-block;
    width: fit-content;
    margin: auto;
    height: fit-content;
    color: white;
    border: 1px solid white;
    padding: 10px 30px;
    font-size: 17px;
    transition: .5s;
}

    .shop-btn:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(255 255 255) 0px 0px 0px 2px;
        color: white;
    }

.order-title {
    font-size: 35px;
    font-weight: 600;
}

.date-text h4 {
    margin-bottom: 30px;
    font-family: 'FuturaPT Demi';
}

.status-text p {
    margin-bottom: 2px;
    font-size: 16px;
    font-family: 'FuturaPT';
}

.status-text span {
    color: #599d4c;
}

.ship-text p {
    font-family: 'FuturaPT Demi';
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.payment-text h3 {
    margin-top: 10px;
}

.payment-image p {
    font-family: 'FuturaPT Demi';
    font-size: 16px;
    margin-bottom: 0;
}

.payment-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-sidebar {
    background: white;
    top: 30%;
    left: 0;
}

.account-btn {
    border: 1px solid #ebebeb;
    color: black;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: 'FuturaPT';
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: .5s;
}

.account-nav {
    display: grid;
    gap: 10px;
}

.account-btn:hover {
    color: #C0A060;
    background-color: #f2f2f2;
}

.active .account-btn {
    background-color: #f2f2f2;
    border-color: transparent;
}

.account-btn:focus {
    color: #c0a060;
}

.order-table table thead tr {
    border: 1px solid #ebebeb;
    background-color: #f1f1f1;
}

    .order-table table thead tr th, .order-table table thead tr td {
        border: 0 !important;
        color: black;
    }

.order-table table thead, .order-table table td, .order-table table th {
    padding: 15px 20px;
}

.order-table table tr td {
    font-family: 'FuturaPT';
    font-size: 16px;
    color: black;
}

.tr-bottom {
    border-bottom: 1px solid #ebebeb;
}

.order-table table tbody {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.tr-bottom td a {
    background: #c0a060;
    color: white;
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-wight {
    width: 100%;
    min-width: 700px;
}

.order-table {
    overflow-x: auto;
}

.wd-form-order {
    border: 1px solid #ebebeb;
    padding: 25px;
    border-radius: 10px;
}

    .wd-form-order .order-head .img-product {
        width: 80px;
        height: 80px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
    }

        .wd-form-order .order-head .img-product img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .wd-form-order .order-head {
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #ebebeb;
        padding-bottom: 20px;
        margin-bottom: 30px;
        gap: 12px;
    }

.badge {
    padding: 5px 10px;
    font-weight: 500;
    background-color: #da1014;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    min-width: 22px;
    min-height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaPT Demi';
}

.content h6 {
    font-family: 'FuturaPT Demi';
    font-size: 19px;
    color: black;
}

.tf-grid-layout {
    display: grid;
    gap: 15px;
}

    .tf-grid-layout.md-col-2 {
        grid-template-columns: 1fr 1fr;
    }

.text-2 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'FuturaPT Demi';
}

.text_black-2 {
    color: #555555 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.mt_4 {
    margin-top: 4px;
}

.color-black {
    color: black;
}

.widget-order-tab.widget-tabs {
    border: none;
}

.widget-order-tab {
    margin-top: 30px;
}

    .widget-order-tab.widget-tabs .widget-menu-tab {
        margin: 0 !important;
        gap: 20px !important;
    }

.widget-tabs.style-has-border .widget-menu-tab {
    display: flex;
    gap: 10px 50px;
    margin: 0 38px;
    border-bottom: 1px solid #ebebeb;
    overflow-x: auto;
}

ul, li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active, .widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover {
    color: #da1014;
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title {
    padding: 5px 0px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-tabs.style-has-border .widget-menu-tab .item-title {
    min-width: max-content;
}

.widget-tabs .widget-menu-tab .item-title:not(.default) {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active::after, .widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover::after {
    background-color: #da1014;
    width: 100%;
}

.widget-tabs.style-has-border .widget-menu-tab .item-title.active::after {
    width: 100%;
}

.widget-tabs.style-has-border .widget-menu-tab .item-title::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title::after {
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.widget-tabs .widget-menu-tab .item-title:not(.default)::after {
    position: absolute;
    content: "";
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-title .inner {
    font-family: 'FuturaPT Heavy';
    color: black;
}

.widget-tabs .widget-content-tab {
    position: relative;
    overflow: hidden;
}

.widget-order-tab.widget-tabs .widget-content-tab .widget-content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.widget-tabs .widget-content-tab .widget-content-inner.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}

.widget-tabs .widget-content-tab .widget-content-inner {
    padding: 35px;
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
}

.widget-timeline .timeline {
    list-style: none;
    position: relative;
}

    .widget-timeline .timeline::before {
        top: 20px;
        bottom: 48px;
        position: absolute;
        content: " ";
        width: 2px;
        left: 10px;
        border-right: 1px dashed #909090;
    }

    .widget-timeline .timeline > li {
        margin-bottom: 15px;
        position: relative;
    }

        .widget-timeline .timeline > li .timeline-badge.success {
            border-color: #30a46c;
        }

        .widget-timeline .timeline > li .timeline-badge {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            height: 22px;
            left: 0;
            position: absolute;
            top: 10px;
            width: 22px;
            padding: 4px;
            background-color: #ffffff;
            border: 1.5px solid #909090;
        }

            .widget-timeline .timeline > li .timeline-badge.success::after {
                background: #30a46c;
            }

            .widget-timeline .timeline > li .timeline-badge::after {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 100%;
                display: block;
                background: #909090;
            }

        .widget-timeline .timeline > li .timeline-box {
            padding: 10px 10px 10px 15px;
            position: relative;
            display: block;
            margin-left: 40px;
        }

.timeline-panel .text-2, .timeline-panel span {
    color: black;
}

.item-title .inner {
    font-family: 'FuturaPT Heavy';
    color: black;
}

.timeline-panel .text-2 {
    color: black;
}

.timeline-box p {
    font-family: 'FuturaPT Book';
    font-size: 16px;
    margin-bottom: 2px;
}

    .timeline-box p strong {
        color: black;
    }

.timeline-panel span {
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'FuturaPT Book';
}

.line-2 {
    border-bottom: 1px solid #ebebeb;
}

.justify-content-between {
    justify-content: space-between !important;
}

.pb_8 {
    padding-bottom: 8px;
}

.mt_8 {
    margin-top: 8px;
}

.Courier-p {
    font-family: 'FuturaPT Demi';
}

.text_success {
    color: #30a46c;
}

.receive-ui li {
    color: #2c2c2c;
    font-family: 'FuturaPT';
    font-size: 16px;
}

    .receive-ui li span {
        color: black;
    }


.tf-btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    will-change: background-color, color, border;
    pointer-events: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 24px;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.animate-hover-btn {
    position: relative;
    overflow: hidden;
}

.btn-fill {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: 'FuturaPT';
    font-size: 16px;
}

.mb_20 {
    margin-bottom: 20px;
}

.show-form-address, .edit-form-address {
    display: none;
}

.wd-form-address {
    margin: 20px 0px 40px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ebebeb;
}

.wd-form-address {
    padding: 10px 40px 20px;
}

    .wd-form-address .title {
        font-size: 28px;
        line-height: 33.6px;
        margin: 20px 0px;
        color: black;
        font-family: 'FuturaPT Demi';
    }

    .wd-form-address .box-field {
        margin-bottom: 15px;
    }

.grid-2-lg {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.grid-2-lg {
    display: grid;
    gap: 15px;
}

.tf-field {
    position: relative;
}

    .tf-field .tf-input {
        padding: 13px 10px;
    }

    .tf-field.style-1 .tf-input {
        padding: 25px 18px 6px;
        height: 50px;
        border: 1px solid #ebebeb !important;
    }

.tf-input {
    font-family: "Albert Sans", sans-serif;
    border: 1px solid var(--line);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    padding: 12px 18px;
    width: 100%;
    background: #FFF;
    color: #909090;
    font-weight: 400;
}

.fw-4 {
    font-weight: 400 !important;
}

.text_black-2 {
    color: #555555 !important;
}

.tf-field .tf-field-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: all 0.1s ease;
    cursor: text;
}

.tf-field.style-1 .tf-field-label {
    font-weight: 400;
    color: #919191;
    left: 18px;
}

.tf-field.style-1 .tf-input:not(:placeholder-shown) ~ .tf-field-label, .tf-field.style-1 .tf-input:focus ~ .tf-field-label {
    top: 4px;
    left: 14px;
    transform: scale(0.8);
    background-color: transparent;
    padding: 0;
    font-size: 14px;
}

.tf-field .tf-input:not(:placeholder-shown) ~ .tf-field-label, .tf-field .tf-input:focus ~ .tf-field-label {
    border-radius: 3px;
    background-color: rgb(242, 242, 242);
    font-size: 12px;
    top: 0;
    letter-spacing: 0.4px;
    padding: 0 8px;
}

.text-start {
    text-align: start !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.select-custom {
    position: relative;
}

.wd-form-address .tf-select {
    height: 50px;
}

.select-custom .tf-select {
    appearance: none;
    background-color: transparent;
}

.tf-select {
    display: inline-block;
    padding: 6px 30px 6px 15px;
    color: #909090;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    height: 42px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

.select-styled, .select ul {
    display: none;
}

.box-checkbox input {
    margin: 0;
}

.box-checkbox label {
    margin: 0;
}

.box-checkbox {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.btn-outline {
    background-color: #ffffff;
    border: 1px solid #000000;
    font-family: 'FuturaPT';
    font-size: 16px;
}

.list-account-address {
    grid-template-columns: repeat(2, 1fr);
}

.list-account-address {
    display: grid;
    gap: 40px 30px;
}

.account-address-item h6 {
    font-family: 'FuturaPT Demi';
    font-size: 22px;
}

.account-address-item p {
    font-family: 'FuturaPT Book';
    font-size: 16px;
    margin-bottom: 2px;
    color: black;
}

#formnewAddress {
    display: none;
}

    #formnewAddress.active {
        display: block;
    }

#formeditAddress {
    display: none;
}

    #formeditAddress.active {
        display: block;
    }

#formeditAddress-1 {
    display: none;
}

    #formeditAddress-1.active {
        display: block;
    }

.mb_15 {
    margin-bottom: 15px;
}

#form-password-change h6 {
    font-family: 'FuturaPT';
    font-size: 24px;
    color: black;
}

.mb_30 {
    margin-bottom: 30px;
}

.wishlist-image {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

    .wishlist-image img {
        width: 100%;
        transition: .5s;
    }

        .wishlist-image img:hover {
            transform: scale(1.2);
        }

.wishlist-text h5 a {
    font-family: 'FuturaPT';
    font-size: 20px;
    color: black;
    transition: .5s;
}

    .wishlist-text h5 a:hover {
        color: #C0A060;
    }

.wishlist-text p {
    font-family: 'FuturaPT';
    font-size: 16px;
    color: black;
    margin: 0;
}

.wishlist-btn button {
    color: #FFF;
    font-family: 'FuturaPT';
    font-size: 16px;
    border: 0;
    background: #c0a060;
    padding: 10px 20px;
    border-radius: 3px;
    transition: .5s;
    border: 1px solid #c0a060;
}

    .wishlist-btn button:hover {
        background: transparent;
        border: 1px solid #c0a060;
        color: #c0a060;
    }

.wishlist-btn {
    display: flex;
    gap: 18px;
}

.wishlist-buy {
    background: black !important;
    border: 1px solid black !important;
}

    .wishlist-buy:hover {
        background: transparent !important;
        border: 1px solid black !important;
        color: black !important;
    }

.wishlist-product-1 {
    margin-bottom: 30px;
}

.remove-bt-div {
    display: flex;
    justify-content: space-between;
}

    .remove-bt-div button {
        color: black;
        font-family: 'FuturaPT Demi';
        font-size: 16px;
        background: transparent;
        border: 0;
        transition: .5s;
    }

        .remove-bt-div button:hover {
            color: #c0a060;
        }

.renge-input-product {
    width: 100px !important;
    height: 64px;
    border-radius: 0 !important;
    border: 1px solid #dddddd;
    font-size: 24px;
    margin-right: 10px;
    padding-left: 20px;
    font-family: 'FuturaPT';
}

button.up-product {
    position: absolute;
    border: 0;
    background: 0;
    right: 20px;
    top: 32px;
}

button.down-product {
    position: absolute;
    background: 0;
    border: 0;
    right: 20px;
    top: 13px;
}

.form-appointments input:focus, .form-appointments select:focus, .form-appointments textarea:focus {
    box-shadow: none !important;
}

.modal-backdrop {
    background-color: unset !important;
}

p.text-home-about {
    color: #ffffff;
}

.suit-btn:focus {
    box-shadow: none !important;
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    pointer-events: none
}

    .ctn-preloader .animation-preloader {
        position: absolute;
        z-index: 100
    }

        .ctn-preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 4px solid rgb(0 0 0 / 20%);
            border-top-color: #1b242d;
            height: 9em;
            margin: 0 auto 3.5em auto;
            width: 9em;
            z-index: 29;
            position: relative;
        }

        .ctn-preloader .animation-preloader .txt-loading {
            font-weight: 900;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: var(--light-color2);
            font-size: 3.5rem
        }

            .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
                animation: letters-loading 5s infinite;
                color: var(--black-color);
                content: attr(data-text-preloader);
                left: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                -webkit-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
                -webkit-animation: letters-loading 5s infinite
            }

            .ctn-preloader .animation-preloader .txt-loading .letters-loading {
                color: rgba(0, 0, 0, .2);
                position: relative
            }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    -webkit-animation-delay: .2s;
                    animation-delay: .2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: .3s;
                    animation-delay: .3s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: .4s;
                    animation-delay: .4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: .5s;
                    animation-delay: .5s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    -webkit-animation-delay: .6s;
                    animation-delay: .6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    -webkit-animation-delay: .7s;
                    animation-delay: .7s
                }

    .ctn-preloader .loader-section {
        background: var(--white-color);
        height: 100%;
        position: fixed;
        top: 0;
        width: calc(50% + 1px)
    }

        .ctn-preloader .loader-section.section-left {
            left: 0
        }

        .ctn-preloader .loader-section.section-right {
            right: 0
        }

.loaded .animation-preloader {
    opacity: 0;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out
}

.loaded .loader-section.section-left {
    -webkit-transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
    transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%)
}

.loaded .loader-section.section-right {
    -webkit-transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
    transition: .7s .3s all cubic-bezier(.1, .1, .1, 1);
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%, 100%, 75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {

    0%, 100%, 75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@media screen and (max-width:767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font-size: 2.5rem
    }
}

@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }
}
