/*------------------------------------------------------------------

[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

-------------------------------------------------------------------*/
.main-footer__social-list {
    display: none;
    width: 70px;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(0, -50%);
    z-index: 1000;
    position: fixed;
    top: 50%;
    right: -2px;
}
.main-footer__social-link {
    display: block;
    padding: 8px;
    font-size: 0;
    height: 100%;
}
.main-footer__sale-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
}
.main-footer__sale-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #fff;
}
.main-footer__social-item {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 215, 254, 0.6);
    background-color: rgba(255,255,255,.15);
}
.main-footer__social-item:hover .main-footer__social-link{
    transition: transform 0.2s linear;
    transform: scale(1.2);
}

.main-footer__social-link svg {
    width: 100%;
    height: 100%;
    fill: rgba(141, 12, 201, 1);
}

.main-footer__sale-wrap {
    display: none;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 70%;
    min-width: 300px;
    max-width: 500px;
    padding: 20px;
    padding-top: 40px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}


.main-footer__sale-wrap.active {
    display: block;
    animation-name: bounce;
    animation-duration: 0.6s;
}
.main-footer__close-item {
    position: absolute;
    bottom: -25px;
    height: 15px;
    border: none;
    font-size: 20px;
    background-color: unset;
}
.main-footer__social-close {
    display: block;
    margin: 0 auto;
    padding-top: 7px;
    left: 10px;
    color: #e57e44;
    border-top: 1px solid rgba(229, 127, 68, 0.6);
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.main-footer__social-close:hover {
    border-top: 1px solid transparent;
}
.main-footer__sale-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #e57e44;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    transition: .2s linear;
}
.main-footer__sale-close::before,
.main-footer__sale-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background-color: #fff;
    transform: translate(-50%,-50%) rotate(45deg);
}
.main-footer__sale-close::before {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.main-footer__sale {
    margin: 0;
    margin-bottom: 20px;
    color: white;
    font-size: 25px;
    text-align: center;
}
@media (max-width: 768px) {
    .main-footer__sale-wrap {
        width: 96%;
        padding: 20px 10px;
    }
}


* {
    outline: 0 !important;
    box-sizing: border-box; }

.nav > li > a:focus {
    background: transparent; }

a:hover {
    text-decoration: none !important; }

/*
@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_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_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; }

.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-right: 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; }

.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_20_bot_10 {
    padding-top: 20px;
    padding-bottom: 10px; }

.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_35 {
    padding: 0 35px; }

@media (max-width: 767px) {
    .container_35 {
        padding: 0 15px; }

    .container_35.trending_classic {
        padding: 0 25px; } }
.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 !important; }

.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 {
    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-3 {
    width: 33.33333%; }

.column-4 {
    width: 25%; }

.column-6 {
    width: 16.66667%; }

.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%; }

.dropdown-menu {
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding: 13px 31px 13px 31px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    -webkit-animation-name: smoothFadeOutLeft;
    animation-name: smoothFadeOutLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: visibility 0s linear 0.4s, opacity 0.4s linear;
    -webkit-transition: visibility 0s linear 0.4s, opacity 0.4s linear; }

.dropdown-menu li a {
    font-size: 14px !important;
    line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: none;
    -webkit-transition: none;
    -webkit-animation-name: smoothFadeInRight;
    animation-name: smoothFadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    overflow: hidden; }

.mega-menu-main {
    padding-bottom: 30px;
    min-width: 550px;
    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;
    color: #000;
}

.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: #ee9051; }

.circle {
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    transition: .3s; }
.circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.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: #ee9051; }

.pushmenu.menu-home5 {
    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; }

.nav-home5 .menu-level1 {
    margin-top: 0; }

@media (max-width: 480px) {
    .nav-home5 .menu-level1 .hover-filter {
        width: 50%; } }
.nav-home5 .menu-level1 .level2 {
    padding-left: 5px;
    padding-bottom: 20px;
    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 span.line {
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    left: -18px;
    top: 25px;
    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: 20px;
    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; }


.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: #ee9051; }

.right-to-left:hover {
    overflow: unset; }

.right-to-left:hover i {
    color: #ee9051; }

.right-to-left:hover .text {
    width: 140px; }

/* @media (max-width: 567px) {
.col-xs-6 {
width: 100%; } } */
li .link-menu {
    color: #323232; }

li .link-menu.white {
    color: #fff; }

li:hover .link-menu {
    color: #ee9051; }

.link-menu {
    color: #323232; }

.link-menu.white {
    color: #fff; }

.link-menu.white .st0 {
    stroke: #fff; }

.link-menu:hover i {
    color: #ee9051; }

.line {
    content: "";
    width: 50px;
    border-bottom: 1px solid #ffffff;
    bottom: 0;
    left: 0; }

.active .line {
    right: 0;
    left: 0; }

.title-hover:hover {
    color: #ee9051 !important; }

.hover-zoom-out {
    overflow: hidden;
    transition: all .5s ease; }

.hover-zoom-out:hover {
    transform: scale(1.05); }

.over-hidden {
    overflow: hidden; }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 30;
    background: rgba(29, 29, 31, 0.6);
    cursor: pointer;
    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: 20; }

.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, 0.8);
    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: 10% 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 {
    font-weight: 300;
    font-size: 40px;
    color: #000;
    height: 50px;
    width: 60%;
    border-radius: 0;
    border: 0;
    outline: 0;
    box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
    color: #000; }

.form-search form input::-moz-placeholder {
    color: #000; }

.form-search form button {
    margin-left: 15px;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    background: #000;
    color: #fff;
    padding: 5px 50px;
    text-transform: uppercase;
    transition: all .3s ease; }

.form-search form button:hover {
    background: #41cce5; }

.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: #ee9051;
    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: right; }

.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: #ee9051;
    display: inline-block;
    line-height: 40px; }

.open-sidebar-left {
    display: none;
    top: 50%;
    left: 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-left i {
    transition: all .3s ease;
    color: #ee9051;
    display: inline-block;
    line-height: 40px; }

@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: auto;
        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: auto;
        top: 0;
        left: -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-left ul {
        padding-left: 0; } }
/*--------------------------------ui----------------------------*/
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: none;
    background-color: #ee9051;
    border: none;
    outline: none;
    top: -7px; }

.ui-slider-range {
    background: none;
    background-color: #ee9051;
    border: none; }

#slider-3 {
    border: none;
    height: 6px;
    border-radius: 0;
    background: #e1e1e1; }

.range-p input {
    border: 0;
    outline: 0;
    color: #333; }

/*end*/
/*------product grid--------*/
.js_size_prod .title-product a {
	text-decoration: underline
}
.js_size_prod .title-product a:hover {
	text-decoration: none;
}
.js_size_prod .title-product a:active {
	color: black
}
.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: #ee9051; }

.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: #ee9051; }

.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*/
/*select custom*/
/*custom select*/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 150px;
    height: 36px;
    margin-left: 10px; }

.select:nth-child(2) {
    width: 150px;
    height: 36px;
    margin-left: 0; }

.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-styled:after {
    content: "\e64b";
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 14px;
    font-family: 'themify'; }

.select-styled:active:after, .select-styled.active:after {
    transform: rotate(180deg); }

.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-options li {
    text-align: left;
    margin: 0;
    padding: 12px 6px;
    border-top: 1px solid #e6e6e6;
    transition: all 0.15s ease-in; }

.select-options li:hover {
    color: #ee9051;
    background: #fff; }

.select-options li[rel="hide"] {
    display: none; }

/*----end----*/
/*end*/
.slick-nav-product-detail.slick-initialized .slick-slide { margin: 0 5px; }
.box-contentp p {max-width:500px;margin:20px 0 40px;}
@media (min-width: 320px) {
    .menu-fixed {
        padding: 30px 15px; } }
@media (min-width: 1200px) {
	.box-contentp p {
        /*max-width:33%!important;*/
    }
    .menu-fixed { padding: 55px 100px; } }
.navbar-nav.menu-main {
    padding-left: 0; }

.navbar-nav.menu-main > li > a {
    padding: 14px 20px 2px; }

.navbar-nav.menu-main li:hover a {
    background: transparent; }

.icon-main i {
    font-size: 18px; }

.icon-main a {
    padding-left: 15px;
    padding-top: 4px; }

.label-cart {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    top: 0;
    right: -9px; }

.mega-menu-main .title-menu {
    font-size: 14px;
    font-weight: 700; }

.mega-menu-main.mega-menu-shop {
    width: 1100px;
    left: -156px; }

.mega-menu-main.mega-menu-shop.bg-mega-menu2 {
    padding-bottom: 40px;
    width: 828px; }

.mega-menu-main.mega-menu-shop-2column {
    border-radius: 3px;
    padding: 25px;
    width: 550px;
    left: -170px; }

.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; }

.header-v4 .mega-menu-main.mega-menu-shop {
    left: 0; }

.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, #ef924c, #fabb02);
    font-size: 30px;
    color: #fff;
    padding: 50px 18px; }

.info-slider-home1 .number-slider .line {
    background: #ee9051;
    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-image: url("../img/bg-section2-home1.jpg");
    background-position: 0 0;
    height: auto;
    background-repeat: no-repeat; }

.section2-home1 .img-section img {
    margin-right: 100px; }

.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: 0; }

.product .img-product .product-icon .icon-addcart {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    padding-top: 12px;
    transition: all .5s ease; }

.product .img-product .product-icon .icon-addcart button {
    transition: all .5s ease; }

.product .img-product .product-icon .icon-heart {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    opacity: 0;
    margin: 0 10px;
    transition: all .5s ease;
    padding-top: 16px; }

.product .img-product .product-icon .icon-quickview {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    opacity: 0;
    transition: all .3s ease;
    padding-top: 14px; }

.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 {
    transition: all .3s ease; }
.price-old {
	color: red;
}
.product .info-product .price-product {
    font-weight: 700; }

.product .info-product .price-product .price {
    font-size: 16px; }

#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: 40%;
    right: 60px;
    width: 40px;
    height: 40px;
    background: transparent;
    z-index: 9;
    border-radius: 0; }

.slick-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 30px;
    color: #222;
    display: inline-block; }

.slick-next {
    top: 40%;
    right: 8px;
    width: 40px;
    height: 40px;
    background: transparent;
    z-index: 9;
    border-radius: 0; }

.slick-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 30px;
    color: #222;
    display: inline-block; }

@media (max-width: 567px) {
    .slick-next {
        right: -25px; } }
.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: #ee9051; }

.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: -30%;
    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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: 18px;
    width: 70%;
    padding-top: 58px; }

.testimonial .content-comment .model {
    color: #979797; }

.testimonial .slick-dots {
    bottom: -130px; }

.testimonial .slick-dots li {
    width: 10px;
    margin: 0px 8px; }

.testimonial .slick-dots li button {
    width: 16px;
    height: 15px;
    padding: 0px; }

.testimonial .slick-dots li button:before {
    font-size: 9px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    top: 1px;
    left: 1px; }

.testimonial .slick-dots li.slick-active button {
    border: 2px solid #333;
    border-radius: 68%; }

.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: #ee9051;
    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: #ee9051; }

.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: #ee9051; }

.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; }

.scroll-top {
    bottom: 100px;
    right: 30px;
    transform: scale(0);
    opacity: 0;
    z-index: 10;
    transition: all .3s ease; }

.scroll-top a {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
    text-align: center;
    padding-top: 2px;
    font-size: 20px; }

.scroll-top a i.fa-angle-up {
    font-size: 20px; }

.scroll-top.active {
    transform: scale(1);
    opacity: 1; }

.form-search {
    right: -1920px;
    left: unset;
    overflow: hidden; }

/* end style homepage 1*/
/*style homepage 2*/
header {
    z-index: 99; }

.header-v1 {
    padding: 20px 0; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.logo-footer-home2 .newsletter a:hover i {
    color: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

/*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: #ee9051; }

.slider-home5 .seasion {
    display: flex;
    top: 42%;
    right: -309px; }

.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: #ee9051; }

.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: #ee9051; }

.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: 18%;
    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: #ee9051; }

.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: #ee9051;
    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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.copyright span {
    display: block;
    color: #fff;
}
.copyright a{
    color: #fff;
}

/*end style homepage 7*/
/* style contact page*/
.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 {
    height: 60px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 18px;
    padding-left: 30px; }

.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: #ee9051; }

.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: #ee9051; }

.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: 6%; }

.content-about-page .text-about.ver1 {
    padding-left: 10%; }

.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: #ee9051; }

.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: #ee9051; }

.blog-page .sidebar-left 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-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; }

.blog-page .content-blog .title-post a {
    color: black;
    transition: all .3s ease; }

.blog-page .content-blog .title-post a:hover {
    color: #ee9051; }

.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: #ee9051; }

.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: 50px; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

/*----end--------*/
/*------style shop page-------*/
.shop-page .content-shop {
    width: 60%; }

.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: #ee9051; }

.shop-page .content-shop .btn-function-shop button.active i {
    color: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: 40%; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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 {
    width: 300px;
    text-transform: uppercase;
    margin-left: 0;
    padding: 25px;
    border: 1px solid #ddd; }

.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: #ee9051;
    border: 1px solid #ee9051; }

.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: #ee9051;
    border: 1px solid #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

.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: #ee9051; }

/*-------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: #ee9051; }

.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: #ee9051; }

.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: #ee9051;
    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: #ee9051; }

.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; }

/* --------------------------------------------------- style ciloe ----------------------------------------------------*/
#header .menu-main .column-20:nth-child(5) {
    clear: left; }

.img-logo {
    max-width: unset !important; }

.hover-filter img {
    transition: all .3s ease; }

.hover-filter:hover img {
    filter: grayscale(70%); }

.hover-filter:hover .animate {
    transform: translateY(-5px); }

.lt-2 {
    letter-spacing: 2px; }

.lt-3 {
    letter-spacing: 3px; }

.slider-home-fullwidth .table {
    display: table !important;
    height: 920px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0; }

.slider-home-fullwidth .table .ciloe-inner {
    display: table-cell;
    vertical-align: bottom; }

.slider-home-fullwidth .table .ciloe-inner .btn-slider {
    display: inline-block;
    position: static;
    float: left; }

.slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner:after {
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 99999em; }

.slider-home-fullwidth .table .ciloe-inner .btn-slider .img-slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0;
    transform: scale(1.2); }

.slider-home-fullwidth .table .ciloe-inner .btn-slider.active .img-slider {
    opacity: 1;
    transform: scale(1); }

.slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner {
    opacity: .4;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    padding: 80px 0; }

.slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner .link-cat {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 30px;
    opacity: 0; }

.slider-home-fullwidth .table .ciloe-inner .btn-slider:hover .cat-content-inner {
    opacity: 1;
    transform: translateY(-30px); }

.slider-home-fullwidth .table .ciloe-inner .btn-slider:hover .cat-content-inner .link-cat {
    opacity: 1; }

.slider-home-fullwidth .table .ciloe-inner .btn-slider:hover .img-slider {
    opacity: 1;
    transform: scale(1); }

.footer-v1 form {
    max-width: 330px; }

.center {
    justify-content: center; }

.social a {
    font-size: 18px; }

.header-v2 {
    padding-bottom: 28px;
    padding-top: 10px; }

.header-v2 .header-midle {
    flex-direction: column; }

.header-v2 .header-midle .logo {
    padding-bottom: 20px;
    padding-top: 25px; }

.header-v2 .header-midle .menu-header-v2 {
    padding-top: 20px; }

.header-v2 #btn-search {
    padding-top: 25px; }

.header-v2 .icon-main {
    padding-top: 30px; }

/* ------------------------------------home classic---------------------------- */
.slider-home-classic .img-bg-slider {
    transform: scale(1.1);
    transition: all 8s ease;
    min-height: 360px;
    object-fit: cover; }

.slider-home-classic .text-slider {
    bottom: 40%;
    left: 10%; }

.slider-home-classic .text-slider p.text-animate-1 {
    color: #828182;
    transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
    opacity: 0;
    transform: translateY(-50px); }

.slider-home-classic .text-slider h1 {
    font-size: 70px;
    font-weight: 300;
    transition: all 1.2s cubic-bezier(0.93, -0.01, 0.93, 0.63);
    opacity: 0; }

.slider-home-classic .text-slider h1.text-animate-2 {
    transform: translateX(-80px); }

.slider-home-classic .text-slider h1.text-animate-3 {
    transform: translateX(80px); }

.slider-home-classic .text-slider .btn-slider {
    font-weight: 600;
    transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
    opacity: 0;
    transform: translateY(50px); }

.slider-home-classic .img-slider-1 {
    bottom: 0;
    right: 15%;
    opacity: 0;
    transform: translateX(80px);
    transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75); }

.slider-home-classic .img-slider-2 {
    bottom: 0;
    right: 25%;
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75); }

.slider-home-classic .slick-current.slick-active .img-bg-slider {
    transform: scale(1); }

.slider-home-classic .slick-current.slick-active .img-slider-1 {
    opacity: 1;
    transform: translateX(0); }

.slider-home-classic .slick-current.slick-active .img-slider-2 {
    opacity: 1;
    transform: translateX(0); }

.slider-home-classic .slick-current.slick-active .text-slider p.text-animate-1 {
    opacity: 1;
    transform: translateY(0); }

.slider-home-classic .slick-current.slick-active .text-slider .btn-slider {
    opacity: 1;
    transform: translateY(0); }

.slider-home-classic .slick-current.slick-active .text-slider h1.text-animate-2 {
    opacity: 1;
    transform: translateX(0); }

.slider-home-classic .slick-current.slick-active .text-slider h1.text-animate-3 {
    opacity: 1;
    transform: translateX(0); }

.slider-home-classic .js-slider-home-classic .slick-dots {
    bottom: 6%;
    left: 10%;
    text-align: left; }

.slider-home-classic .js-slider-home-classic .slick-dots li {
    width: 50px;
    height: 30px;
    position: relative;
    margin-right: 20px;
    overflow: hidden; }

.slider-home-classic .js-slider-home-classic .slick-dots li a {
    font-weight: 600;
    color: #999999; }

.slider-home-classic .js-slider-home-classic .slick-dots li.slick-active a {
    color: black; }

.slider-home-classic .js-slider-home-classic .slick-dots li:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #999999;
    bottom: 0; }

.slider-home-classic .js-slider-home-classic .slick-dots li.slick-active:before {
    background: black; }

.slider-home-classic .js-slider-home-classic .slick-dots li:hover::before {
    animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    webkit-animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1; }

.slider-home-classic .js-slider-home-classic .text-slider-right {
    right: 5%;
    bottom: 32%;
    transform: rotate(90deg); }

.slider-home-classic .js-slider-home-classic .text-slider-right p {
    font-weight: 700; }

.slider-home-classic .js-slider-home-classic .text-slider-right p span {
    transform: translateY(-80px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75); }

.slider-home-classic .js-slider-home-classic .slick-current.slick-active .text-slider-right p span {
    transform: translateY(0);
    opacity: 1;
    display: inline-block; }

.slider-home-classic .js-slider-home-classic .text-slider-right p:after {
    content: '';
    width: 70px;
    height: 1px;
    background: black;
    position: relative;
    display: inline-block;
    top: -5px;
    left: 20px; }

.ciloe-title-section:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    top: 7px;
    left: 0; }

.ciloe-title-section .flex h1 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0 20px;
    background: #ffffff;
    z-index: 10;
    position: relative;
    display: inline-block; }

.ciloe-title-section .flex a {
    font-size: 12px;
    font-weight: 600;
    overflow: hidden; }

.ciloe-title-section .flex a:before {
    content: '';
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #999999;
    position: absolute;
    bottom: 40px; }

.ciloe-title-section .flex a:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 13px;
    display: inline-block; }

.ciloe-title-section .flex a:hover::before {
    background: #41cce5;
    animation: line-animate2 .8s ease;
    webkit-animation: line-animate2 .8s ease; }

.ciloe-title-section .flex a:hover::after {
    color: #41cce5; }

.ciloe-title-section p {
    color: #999; }

.product .img-product .img-product-hover {
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease; }

.product:hover .img-product .img-product-hover {
    opacity: 1; }

.product .info-product .title-product {
    font-weight: 400;
    justify-content: space-between; }

@media (min-width: 1200px) {
    .product-col-5 {
        width: 20%; }

    .product-col-5:nth-child(5n+1) {
        clear: left; }

    .product-col-5:nth-child(6n+1) {
        clear: none; } }
h1, h2, h3, h4, h5 {
    font-weight: 400; }

.timer-2 ul {
    display: flex;
    justify-content: center; }

.timer-2 ul li p {
    line-height: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #41cce5;
    color: #fff;
    font-size: 35px;
    margin: 20px 15px; }

.timer-2 ul li p b {
    font-weight: 300 !important; }

.timer-2 ul li span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #999999; }

.deal-classic .img-bg img {
    min-height: 360px;
    object-fit: cover; }

.deal-classic h1 {
    font-size: 50px;
    margin-bottom: 30px; }

.deal-classic .des-deal-classic {
    margin-bottom: 30px; }

.deal-classic .info {
    top: 0;
    padding-top: 6%;
    right: 0; }

.deal-classic:hover img {
    transform: scale(1.1); }

.slick-product-top-sale .slick-dots, .collection_pinmapper .slick-top-collection .slick-dots {
    left: 50%;
    transform: translateX(-50%); }

.collection_pinmapper .slick-top-collection .slick-dots {
    bottom: -16%; }

.slick-product-top-sale .slick-dots li a, .collection_pinmapper .slick-top-collection .slick-dots li a {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #b2b2b2;
    border-radius: 50%;
    transition: all .3s ease; }

.slick-product-top-sale .slick-dots .slick-active a, .collection_pinmapper .slick-top-collection .slick-dots .slick-active a {
    content: '';
    display: inline-block;
    width: 25px;
    height: 6px;
    background: #41cce5;
    border-radius: 20px; }

.Testimonal {
    padding-bottom: 1px;
    padding-top: 100px; }

.Testimonal .ciloe-title-section {
    margin-bottom: 30px; }

.slick-Testimonal .slick-dots {
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%); }

.slick-Testimonal .slick-list {
    padding-top: 50px; }

.slick-Testimonal .slick-dots li a {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #b2b2b2;
    border-radius: 50%;
    transition: all .3s ease; }

.slick-Testimonal .slick-dots .slick-active a {
    content: '';
    display: inline-block;
    width: 25px;
    height: 6px;
    background: #41cce5;
    border-radius: 20px; }

.slick-Testimonal .slick-prev, .slick-Testimonal .slick-next {
    display: none !important; }

.slick-Testimonal .des-comment {
    font-size: 16px; }

.slick-Testimonal .author-comment {
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 10px; }

.slick-Testimonal .flex .flex-col {
    flex-direction: column;
    margin-left: 20px; }

.ciloe-btn-default:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 13px;
    display: inline-block; }

.ciloe-btn-default-2:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 13px;
    display: inline-block; }

.ciloe-btn-default-2:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px; }

.ciloe-btn-default-2 {
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block; }

.ciloe-btn-default-2:hover::before {
    animation: line-animate .8s ease;
    -webkit-animation: line-animate .8s ease; }

/*-------------------------------- home clean ----------------------------------*/
.header-v1 .icon-main .btn-push-menu, .header-v3 .icon-main .btn-push-menu {
    padding-top: 5px; }

.header-v3 .space_top_bot_20 {
    padding-top: 22px;
    padding-bottom: 22px; }

.tab-pd-clean .title-tab, .tab-pd-clean .title-tab-2 {
    border-bottom: 0;
    margin-bottom: 60px; }

.tab-pd-clean .title-tab li {
    margin: 0 7px; }

.tab-pd-clean .title-tab li a {
    padding: 18px 50px;
    font-weight: 500;
    border-radius: 40px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea; }

.tab-pd-clean .title-tab li.active a:hover, .tab-pd-clean .title-tab li.active a:focus {
    border: 1px solid #eaeaea; }

.tab-pd-clean .title-tab li.active a {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1); }

.tab-pd-clean .title-tab li a:hover {
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1); }

#loadMore:hover i {
    animation: ciloe-rotate 1.2s infinite;
    -webkit-animation: ciloe-rotate 1.2s infinite;
    animation-timing-function: linear; }

@media (min-width: 1200px) {
    .tab-pd-clean .tab-content .col-lg-2 {
        width: 20%; }

    .tab-pd-clean .tab-content .col-lg-2:nth-child(5n+1) {
        clear: left; }

    .tab-pd-clean .tab-content .col-lg-2:nth-child(6n+1) {
        clear: none; } }
/*-------------------------------- home minimal ----------------------------------*/
.header-v4 .space_top_bot_20 {
    padding-top: 22px;
    padding-bottom: 22px; }

.header-v4 .menu-main li a.clear_left {
    padding-left: 0; }

.footer-v4 .content-1 ul.social {
    padding-bottom: 90px; }

.header-v5 .space_top_bot_20 {
    padding-top: 22px;
    padding-bottom: 22px; }

.slider-home-classic .js-slider-home-clean .slick-dots {
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%); }

.slider-home-classic .js-slider-home-clean .slick-dots li {
    width: 25px;
    position: relative;
    margin: 0 5px;
    overflow: hidden; }

.slider-home-classic .js-slider-home-clean .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    transition: all .3s ease;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%); }

.slider-home-classic .js-slider-home-clean .slick-dots li.slick-active button:before {
    width: 25px;
    border-radius: 30px;
    background: #41cce5; }

.slider-home-classic .js-slider-home-clean .text-slider-right {
    right: 5%;
    bottom: 32%;
    transform: rotate(90deg); }

.slider-home-classic .js-slider-home-clean .text-slider-right p {
    font-weight: 700; }

.slider-home-classic .js-slider-home-clean .text-slider-right p span {
    transform: translateY(-80px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75); }

.slider-home-classic .js-slider-home-clean .slick-current.slick-active .text-slider-right p span {
    transform: translateY(0);
    opacity: 1;
    display: inline-block; }

.slider-home-classic .js-slider-home-clean .text-slider-right p:after {
    content: '';
    width: 70px;
    height: 1px;
    background: black;
    position: relative;
    display: inline-block;
    top: -5px;
    left: 20px; }

/*-------------------------------- responsive ----------------------------------*/
@media (max-width: 1560px) {
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .picture_left {       
        right: 60px !important;        
    }
}
@media (max-width: 1400px) {
    .slider-home-classic {
        margin-bottom: 50px; }

    .slider-home-classic .text-slider {
        bottom: 18%; }

    .slider-home-classic .js-slider-home-classic .text-slider-right {
        right: -10%; }

    .slider-home-classic .js-slider-home-clean .text-slider-right {
        right: -10%; }

    .deal-classic h1 {
        font-size: 40px;
        margin-bottom: 10px; }

    .deal-classic .des-deal-classic {
        margin-bottom: 10px; }

    .timer-2 ul li p {
        line-height: 80px;
        width: 80px;
        height: 80px;
        font-size: 25px; }

    .instagram .container_340 {
        padding: 0 150px !important; }

    .footer-v4 .content-2 form {
        width: 90% !important; } }

@media (max-width: 1100px) {
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .picture_left {       
        right: 0 !important;        
    }
}
@media (max-width: 1024px) {
    .header-v1 {
        padding: 25px 0; }

    #header {
        position: relative; }

    #header .icon-pushmenu {
        padding-top: 2px; }

    #header .logo_header {
        position: relative;
        bottom: 4px;
        display: flex;
        justify-content: center; }

    #header .form_search_mobile input {
        height: 50px;
        background: #f6f6f6;
        border: 1px solid #e8e8e8; }

    #header .form_search_mobile button {
        right: 15px;
        top: 15px;
        opacity: .5; }

    .ciloe-title-section {
        padding-left: 35px; }

    .ciloe-title-section:before {
        display: none; }

    .timer-2 ul li p {
        line-height: 50px;
        width: 50px;
        height: 50px;
        font-size: 18px; }

    .timer-2 {
        margin-bottom: 40px; }

    .instagram .container_340 {
        padding: 0 15px !important; }

    .footer-v2 {
        text-align: center; }

    .footer-v2 .social {
        float: unset !important;
        justify-content: center; }

    .footer-v2 .menu-footer-v2 {
        padding: 0; }

    .slider-home-classic .text-slider h1 {
        font-size: 50px; }

    .Testimonal {
        padding-bottom: 35px; }

    .header-v2 .header-midle .logo {
        padding-bottom: 0; 
    } 
    

}
@media (max-width: 991px) {
    .banner .text-banner h2 {
        font-size: 22px; }

    .banner .text-banner .line {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }

    .brand {
        padding: 0px 50px 90px 50px !important; } }

@media (max-width: 900px) {
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content {
        left: 2% !important;
    }
}
@media (max-width: 767px) {
    .slider-home-fullwidth .table .ciloe-inner {
        vertical-align: middle; }

    .slider-home-fullwidth .table .ciloe-inner .btn-slider {
        width: 100%; }

    .tab-pd-clean .title-tab {
        flex-direction: column; }

    .tab-pd-clean .title-tab li {
        display: inline-flex;
        justify-content: center; }

    .footer-v4 .flex.row {
        flex-direction: column-reverse; }

    .footer-v4 .content-1 ul.social {
        justify-content: center;
        padding-bottom: 50px; }

    .footer-v4 .content-1 .margin_bottom_30 {
        text-align: center; }

    .footer-v4 .content-1 .copy_fv4 {
        text-align: center; }

    .footer-v4 .content-2 h1 {
        text-align: center; }

    .footer-v4 .content-2 p {
        text-align: center; } }
@media (max-width: 567px) {
    .form-search {
        padding: 30% 0 0 0; }

    .footer-v1 .form-newletter {
        border: 0; }

    .deal-classic {
        padding: 0; }

    .instagram .flex {
        flex-direction: column; }

    .instagram .flex .content-insta {
        margin-right: 0; }

    .slider-home-classic .js-slider-home-classic .slick-dots {
        bottom: 0; }

    .slider-home-classic .img-slider-1 {
        right: 0; }

    .slider-home-classic .img-slider-2 {
        right: 0; }

    .slider-home-classic .text-slider {
        left: 5%; }

    .slider-home-classic .text-slider .btn-ciloe {
        padding: 15px 30px; }

    .slider-home-classic .text-slider .btn-ciloe-2 {
        padding: 10px 30px; }

    .Testimonal .slick-initialized .slick-slide {
        margin-right: unset !important; }

    .ciloe-title-section .flex a:before {
        bottom: 15px; }

    .ciloe-title-section .flex h1 {
        font-size: 26px;
        margin-bottom: 10px; }

    .ciloe-title-section p.fz-18 {
        font-size: 15px; }

    .menu-footer-v2 .menu-footer ul li {
        padding-right: 15px; }

    .slider-home-classic .text-slider h1 {
        font-size: 22px; }

    .deal-classic h1 {
        font-size: 36px; }

    .slider-home-classic .text-slider h1.text-animate-3 {
        margin-bottom: 20px; }

    .newletter .form-newletter form.column-50 {
        width: 90%; }

    .header-v3 .space_top_bot_20 {
        padding-top: 5px;
        padding-bottom: 5px; }

    .header-v4 .space_top_bot_20 {
        padding-top: 5px;
        padding-bottom: 5px; }

    .footer-v4 .menu-footer li.space_right_30 {
        padding-right: 20px; }

    .header-v5 .space_top_bot_20 {
        padding-top: 10px;
        padding-bottom: 10px; } }
@media (max-width: 320px) {
    .banner .text-banner {
        top: 10% !important; }

    .banner .text-banner h2 {
        font-size: 14px; } }
/* style push menu */
.menu-home5 {
    height: 100%;
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
    transition: transform .4s ease;
    transform-origin: top left; }

.menu-home5.pushmenu-open {
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0); }

@media (max-width: 320px) {
    .menu-home5.pushmenu-open {
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0); } }
.box-mobile-menu-inner {
    height: 100%; }

.box-mobile-menu-inner .close-menu-mobile {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 102;
    width: 100%;
    line-height: 48px;
    height: 45px;
    text-align: left;
    display: block;
    padding-left: 40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    background: #333;
    text-transform: uppercase;
    font-weight: 500; }

.box-mobile-menu-inner .close-menu-mobile:before, .box-mobile-menu-inner .close-menu-mobile:after {
    border-bottom: 1px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 21px;
    width: 19px; }

.box-mobile-menu-inner .close-menu-mobile:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.box-mobile-menu-inner .close-menu-mobile:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.box-mobile-menu-inner .tab-content {
    height: 100%; }

.box-mobile-menu-inner .my-account-wrap {
    padding: 20px 20px 0 20px; }

.box-mobile-menu-inner .my-account-wrap h3 {
    letter-spacing: 0.3em;
    font-size: 14px;
    margin-bottom: 25px; }

.box-mobile-menu-inner .spec {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    overflow: hidden;
    margin: 40px 0px 10px; }

.box-mobile-menu-inner .spec span {
    position: relative;
    padding: 0px 10px; }

.box-mobile-menu-inner .forgot_pass_form {
    padding-top: 20px;
    text-align: center; }

.box-mobile-menu-inner .block-login {
    text-align: center; }

.box-mobile-menu-inner .block-login span i {
    font-size: 25px; }

.box-mobile-menu-inner .block-login h2 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 500; }

.box-mobile-menu-inner .forgot_pass_form a {
    color: #868686; }

.box-mobile-menu-inner .block-login .register-button {
    background: #000;
    color: #FFF;
    margin-bottom: 20px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em; }

.box-mobile-menu-inner .block-login .create-account a {
    font-size: 14px;
    color: #868686;
    letter-spacing: 2px; }

.box-mobile-menu-inner .spec span:before {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 5px;
    right: 100%;
    width: 9999em; }

.box-mobile-menu-inner .spec span:after {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 5px;
    left: 100%;
    width: 9999em; }

.mobile-back-nav-wrap {
    border-bottom: 1px solid #e7e7e7; }

.mobile-back-nav-wrap .back-menu {
    position: relative;
    display: none;
    height: 45px;
    width: 45px;
    float: left; }

.mobile-back-nav-wrap .back-menu:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 14px;
    margin: auto;
    display: block;
    width: 18px;
    border-bottom: 1px solid; }

.mobile-back-nav-wrap .back-menu:after {
    content: '';
    position: absolute;
    top: 18px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 13px;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }

.mobile-back-nav-wrap .box-title {
    display: none;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    font-weight: 600;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0 10px 5px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-left: 45px;
    margin-right: 45px; }

.nav-home5 {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

.nav-home5 > li {
    display: inline-block;
    position: static;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6; }

.nav-home5 > li > a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    position: relative;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    line-height: 12px;
    padding: 18px 20px;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 51px);
    position: relative;
    z-index: 2; }

.nav-home5 > li.mobile-active > .menu-level1 {
    left: 0 !important;
    z-index: 101; }

.nav-home5 .menu-level1 {
    padding: 0;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    z-index: 0;
    background-color: #FFF; }

.nav-home5 .menu-level1 > .level2 {
    display: inline-block;
    position: static;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6; }

.nav-home5 .menu-level1 > .level2 > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    padding: 18px 20px;
    width: calc(100% - 51px); }

.nav-home5 .menu-level1 .level1 {
    padding: 20px 25px 40px 25px; }

.nav-home5 .menu-level1 .level1 .level2 {
    padding-bottom: 13px; }

.nav-home5 .menu-level1 .level1 .level2 > a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 0 8px 0;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: block; }

.nav-home5 .menu-level1 .level1 .level2 > a span.line {
    border-bottom: 1px solid #ffffff;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px; }

.nav-home5 .menu-level1.style1 {
    padding: 20px 20px 60px 20px; }

.nav-home5 .menu-level1.style1 > .level2 {
    border: 0; }

.nav-home5 .menu-level-2 .level3 {
    display: inline-block;
    position: static;
    overflow: hidden;
    width: 100%; }

.nav-home5 .menu-level-2 .level3 > a {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    display: block;
    padding: 5px 0;
    width: calc(100% - 51px); }

.nav-home5 .demo-img, .nav-home5 .demo-text {
    text-align: center; }

.nav-home5 .demo-img img {
    margin: 0 auto; }

.nav-home5 .demo-img:hover .demo-text a {
    color: #41cce5; }

.mn-mobile-content-tab {
    overflow: hidden;
    width: 100%;
    padding-top: 57px;
    height: -webkit-calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: calc(100% - 45px);
    -webkit-overflow-scrolling: touch; }

.box-tabs-nav-wrap {
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e7e7e7; }

.box-tabs-nav-wrap .tabs li {
    text-align: center;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    height: 58px; }

.box-tabs-nav-wrap .tabs li a {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.box-tabs-nav-wrap .tabs li.active {
    color: #FFF;
    background: #000;
    border-bottom: 1px solid #000; }

.box-tabs-nav-wrap .tabs li.active .nav-text {
    color: #FFF; }

.box-tabs-nav-wrap .tabs li.active .nomos-iconbar {
    background: #FFF; }

.box-tabs-nav-wrap .tabs li.active .nomos-iconbar:before, .box-tabs-nav-wrap .tabs li.active .nomos-iconbar:after {
    background: #FFF; }

.box-tabs-nav-wrap .tabs li.active i {
    color: #FFF; }

.box-tabs-nav-wrap .tabs li .nav-text {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.1em; }

.icon-sub-menu {
    top: 0;
    right: 0;
    color: #000;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 50px;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    float: right;
    z-index: 30; }

.icon-sub-menu:before {
    font-family: 'FontAwesome',sans-serif;
    font-weight: 400;
    content: "\f105";
    font-size: 14px;
    color: #9f9f9f;
    display: block; }

.ciloe-icon-menu {
    width: 30px;
    height: 21px;
    float: left;
    display: inline-block;
    position: relative; }

.ciloe-icon-menu .ciloe-iconbar {
    display: block;
    position: relative;
    width: 13px;
    height: 2px;
    margin-top: 8px;
    background: #000000;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }

.ciloe-icon-menu .ciloe-iconbar:before {
    content: '';
    position: absolute;
    top: -8px;
    width: 30px;
    height: 2px;
    left: 0px;
    background: #000000;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }

.ciloe-icon-menu .ciloe-iconbar:after {
    content: '';
    position: absolute;
    top: 8px;
    width: 20px;
    height: 2px;
    left: 0px;
    background: #000000;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }

.ciloe-btn {
    display: block;
    background: #000000;
    border-color: #000000;
    color: #fff;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; }

.ciloe-btn:hover {
    background: #41cce5;
    color: #fff;
    border-color: #41cce5; }

.btn-login {
    font-family: Sofia Pro;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em; }

.menu-level1.open {
    display: block; }

.register-link {
    font-size: 18px;
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px; }

.register-link:after {
    content: "\f106";
    margin-left: 10px;
    font-family: Flaticon;
    position: relative;
    top: 1px; }

.login-link {
    font-size: 18px;
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px; }

.login-link:after {
    content: "\f110";
    margin-left: 10px;
    font-family: Flaticon;
    position: relative;
    top: 1px; }
.input_box {
	margin: 20px 0;
}
.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar {
    background: #FFF; }

.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar:before, .box-tabs-nav-wrap .tabs li.active .ciloe-iconbar:after {
    background: #FFF; }

.cart-list .empty-cart {
    padding-top: 50%; }

.cart-list .empty-cart p {
    text-align: center;
    padding-bottom: 20px; }

.cart-list .empty-cart a {
    width: 187px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px; }

.cart-list .empty-cart a:hover {
    background: #41cce5; }

.pushmenu.pushmenu-left {
    opacity: 0;
    z-index: 999; }

.pushmenu-open.pushmenu.pushmenu-left {
    background: #fff;
    opacity: 1; }

.footer-pay {
    display: flex;
    align-items: center;
}
.footer-pay img {
    height: 20px;
    width: auto;
    filter: grayscale(1);
    padding-right: 5px;
}

/*--------------------  */
.banner_page .effect_img2 img {
    min-height: 300px;
    object-fit: cover; }

.banner_page .text_banner {
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%); }

@media (min-width: 1200px) {
    .banner_page .text_banner {
        top: 60%; 
    } 
}
.banner_page .text_banner h1 {
    font-size: 60px;
    font-weight: 300; }

.shop_page .btn_function img, .shop_page .btn_function i {
    opacity: .5;
    transition: all .3s ease;
    cursor: pointer; }

.shop_page .btn_function img.active, .shop_page .btn_function i.active {
    opacity: 1; }

.shop_page .btn_layout_shop .btn_function img:hover, .shop_page .btn_layout_shop .btn_function i:hover {
    opacity: 1; }

.shop_page .btn_layout_shop .margin_left_right {
    margin: 0 15px; }

@media (min-width: 1200px) {
    .shop_page .btn_layout_shop .btn_function {
        width: 20%; } }
.shop_page .btn_layout_shop .btn_function.left {
    padding-left: 0;
    font-size: 15px; }

.shop_page .btn_layout_shop .btn_function.left ul li a:hover {
    background: none;
    color: #41cce5; }

.shop_page .btn_layout_shop .btn_function.left .wrap-filter-sorting button:after {
    content: "\f0d7";
    display: inline-block;
    font-family: 'FontAwesome';
    padding-left: 15px; }

.shop_page .btn_layout_shop .btn_function.right {
    padding-right: 0; }

.shop_page .btn_layout_shop .btn_function.gr_btn_product_size .products-size {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 3px;
    position: relative;
    margin: 0 2px;
    opacity: .5; }

.shop_page .btn_layout_shop .btn_function.gr_btn_product_size .products-size:hover, .shop_page .btn_layout_shop .btn_function.gr_btn_product_size .products-size.active {
    opacity: 1; }

.sidebar .filter .widget_title, .filter_full .filter .widget_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000;
    position: relative;
    padding: 13px 20px;
    background: #f0f0f0;
    margin: -1px -1px 0;
    width: 100%; }

.sidebar .filter .widget_title.bg-bold,
.filter_full .filter .widget_title.bg-bold {
    color: #fff;
    background: #000; }

.sidebar .filter ul li .link_color, .filter_full .filter ul li .link_color {
    display: inline-block;
    margin-right: 8px;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    transition: all .3s ease; }

.sidebar .filter ul li .link_color:hover, .sidebar .filter ul li a.active .link_color, .filter_full .filter ul li .link_color:hover, .filter_full .filter ul li a.active .link_color {
    border: 1px solid #000; }

.sidebar .filter ul li .link_color .ciloe_filter_color, .filter_full .filter ul li .link_color .ciloe_filter_color {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%; }

.sidebar .filter ul.filter-brand li a:hover::before, .filter_full .filter ul.filter-brand li a:hover::before {
    background: #ffffff;
    border: 1px solid #ffffff; }

.sidebar .filter ul.filter-brand li a.active,
.filter_full .filter ul.filter-brand li a.active,
.sidebar .filter ul.filter-brand li a:hover,
.filter_full .filter ul.filter-brand li a:hover {
    color: #ffffff; }

.sidebar .filter ul li a.filter_size, .filter_full .filter ul li a.filter_size {
    font-weight: 600;
    display: inline-block;
    min-width: 40px;
    padding: 10px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #b0b0b0;
    color: #666;
    margin: 0 10px 10px 0;
    text-align: center;
    transition: all .3s ease; }

.sidebar .filter ul li a.filter_size:hover, .sidebar .filter ul li a.filter_size.active, .filter_full .filter ul li a.filter_size:hover, .filter_full .filter ul li a.filter_size.active {
    border: 1px solid #000;
    color: #000; }

.sidebar .filter ul li a.filter_tags, .filter_full .filter ul li a.filter_tags {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    color: #666;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    text-align: center;
    transition: all .3s ease; }

.sidebar .filter ul li a.filter_tags:hover, .sidebar .filter ul li a.filter_tags.active {
    border: 1px solid #000;
    color: #000; }

.filter_full .filter ul li a.filter_tags:hover, .filter_full .filter ul li a.filter_tags.active {
    border: 1px solid #000;
    color: #000; }

.btn_layout_shop .filter_full {
    display: none; }

.btn_layout_shop .filter_full.h_100 {
    display: block; }

@media (max-width: 1200px) {
    .btn_layout_shop .filter_full.h_100 {
        overflow: auto; 
    }
    .footer-pay img {
        height: 15px;        
    }
}
@media (max-width: 860px) {
    .footer-pay {
        margin-left: -15px;
    }
}
@media (max-width: 769px) {
    .footer-pay {
        margin-left: 0;
    }
    .footer-pay {
        margin-left: 0;
        justify-content: center;
    }
    .footer-pay img {        
        padding-right: 15px;
    }
}
.filter_full .border-bot {
    border: 0; }

@media (min-width: 1400px) {
    .shop_page .sidebar {
        width: 20%; }

    .shop_page .content_shop .product_shop {
        width: 80%; }

    .shop_page .content_shop .product_shop.product_full {
        width: 100%; } }
.layout_product_shop.column-3:nth-child(4n+1) {
    clear: none !important; }

.layout_product_shop.column-3:nth-child(3n+1) {
    clear: left !important; }

.layout_product_shop.column-6:nth-child(4n+1) {
    clear: none !important; }

.layout_product_shop.column-6:nth-child(6n+1) {
    clear: left !important; }

.layout_product_shop.column-20:nth-child(4n+1) {
    clear: none !important; }

.layout_product_shop.column-20:nth-child(5n+1) {
    clear: left !important; }

.layout_pd_list_shop .content_list {
    display: block !important; }

.layout_pd_list_shop .product {
    display: flex; }

.layout_pd_list_shop .product .img-product {
    width: 50%;
    margin-right: 20px; }

.layout_pd_list_shop .product .info-product {
    width: 50%; }

.layout_pd_list_shop .product .img-product .product-icon {
    display: none; }

.layout_pd_list_shop .product .info-product h4 {
    padding-top: 0; }

.layout_pd_list_shop .product .info-product h4 .icon-heart {
    display: none; }

.layout_pd_list_shop .product .info-product .content_list .stock {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #999; }

.layout_pd_list_shop .product .info-product .content_list .stock a {
    color: #41cce5;
    font-weight: 600; }

.layout_pd_list_shop .product .info-product .content_list .des_product {
    line-height: 2;
    color: #999;
    margin-bottom: 30px; }

.layout_pd_list_shop .product .info-product .content_list .product-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    background: #fff;
    transition: all .3s ease; }

.layout_pd_list_shop .product .info-product .content_list .product-icon a i {
    font-weight: 600; }

.layout_pd_list_shop .product .info-product .content_list .product-icon form button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    background: #fff;
    transition: all .3s ease; }

.layout_pd_list_shop .product .info-product .content_list .product-icon form button i {
    font-weight: 600; }

.layout_pd_list_shop .product .info-product .content_list .product-icon a:hover {
    border: 1px solid #41cce5;
    color: #fff;
    background: #41cce5; }

.layout_pd_list_shop .product .info-product .content_list .product-icon form button:hover {
    border: 1px solid #41cce5;
    color: #fff;
    background: #41cce5; }

.content_pagination ul.pagination li a {
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    font-weight: 600;
    color: #bdbdbd;
    transition: all .3s ease; }

.content_pagination ul.pagination li a.active, .content_pagination ul.pagination li:hover a {
    border: 1px solid #000;
    color: #000; }

@media (min-width: 1200px) {
    .layout_product_shop.col-lg-2 {
        width: 20%; }

    .layout_product_shop.col-lg-2:nth-child(5n+1) {
        clear: left; }

    .layout_product_shop.col-lg-2:nth-child(6n+1) {
        clear: none; } }
.single-product-info .product-description p {
    line-height: 2;
    color: #999;
    margin-bottom: 40px; }

.swatch .title_variant {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
    min-width: 55px;
    padding-left: 36px;
    margin-top: 20px;
    margin-bottom: 18px; }

.swatch .title_variant:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    border-bottom: 1px solid; }

/* .swatch .title_variant:after{
content: "";
width: 20px;
border-top: 1px solid #333;
position: absolute;
display: inline-block;
float: left;
margin-right: 10px;
left: 0;
bottom: 5px;
}  */
.swatch .title_variant.header:after {
    bottom: 10px; }

.swatch .link_color {
    display: inline-block;
    height: 20px !important;
    min-width: 20px !important;
    margin-right: 10px;
    border-radius: 50%;
    border: none;
    transition: all .3s ease;
    position: relative; }
.swatch .link_color:after {
    content: "";
    border: 1px solid #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden; }
.swatch .link_color:hover:after, .swatch .link_color.active:after {
    opacity: 1;
    visibility: visible; }
@media (max-width: 576px) {
    .swatch .link_color:hover:after {
        content: "";
        border: 2px solid #000;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

.swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 1px solid #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible; }
@media (max-width: 576px) {
    .swatch input:checked + .border-color .link_color:after {
        content: "";
        border: 2px solid #000;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

.swatch .variant_color.variant_quickview .link_color {
    margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
    border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%; }

.swatch .variant_color {
    top: 5px; }

.swatch .variant_other {
    display: inline-block;
    min-width: 36px !important;
    height: 36px !important;
    line-height: 34px;
    border: 1px solid #d5d5d5 !important;
    color: #979797;
    margin: 0 10px 10px 0 !important;
    text-align: center;
    transition: all .3s ease;
    font-size: 14px;
    border-radius: 3px; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
    border: 1px solid #000 !important;
    color: #fff !important;
    background-color: #000 !important; }

/* .single-product-tab .cmt-title ul li a{
font-weight:600;
font-size:12px;
letter-spacing: 1.5px;
padding-bottom: 30px;
position:relative;
} */
/* .single-product-tab .cmt-title ul li.active a:before{
content:'';
display:inline-block;
height:2px;
width:90px;
position:absolute;
bottom:-2px;
background:#41cce5;
top:unset;
}
@media (max-width:567px){
.single-product-tab .cmt-title ul li.active a:before{
bottom:25px;
left: 38%;
}
} */
.single-product-tab .tab-content {
    padding: 0 380px 80px; }

@media (max-width: 1400px) {
    .single-product-tab .tab-content {
        padding: 0 100px 50px; } }
@media (max-width: 1200px) {
    .single-product-tab .tab-content {
        padding: 0 30px 50px; } }
@media (max-width: 991px) {
    .single-product-tab .tab-content {
        padding: 0 15px 50px; } }
.ciloe-social-share-product {
    left: 0;
    top: 50%;
    background: #41cce5;
    text-align: center;
    width: 40px;
    border-radius: 0 10px 10px 0;
    z-index: 9999;
    padding: 5px;
    transform: translateY(-50%); }

.ciloe-social-share-product a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 7px 0;
    display: inline-block;
    width: 100%;
    transition: all .3s ease;
    line-height: 1.5; }

.ciloe-social-share-product a:hover, .ciloe-social-share-product a:focus {
    color: #000; }

.promo_info_single_product {
    left: 0;
    bottom: -100px;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 30; }

.promo_info_single_product.active {
    bottom: 0;
    left: 0; }

.promo_info_single_product form button.btn-default {
    height: 42px;
    width: 180px;
    background: #41cce5;
    color: #fff;
    letter-spacing: 2px;
    transition: all .3s ease;
    border-radius: 50px;
    font-size: 12px;
    margin-top: 5px; }

.promo_info_single_product form button.btn-default:hover {
    background: #000; }

.promo_info_single_product .close_promo_pd {
    top: -10px;
    right: -5px;
    cursor: pointer; }

.ciloe_img_fit {
    min-height: 320px;
    object-fit: cover; }

.blog-grid .blog-img img {
    min-height: 320px;
    object-fit: cover; }

.blog-post-author {
    padding: 20px 0; }

.blog-post-author .author {
    font-weight: 500; }

.blog-post-item .blog-post-title {
    font-size: 20px;
    font-weight: 400; }

.blog-post-item .ciloe-btn-default-2:before {
    background: #000; }

.blog-post-item .ciloe-btn-default-2 {
    font-weight: 500; }

.blog-post-item .ciloe-btn-default-2:hover::before {
    background: #41cce5; }

@media (min-width: 1400px) {
    .blog_post .no-sidebar.single-post {
        padding-left: 350px;
        padding-right: 350px; } }
.post-related-slide .blog-post-img img {
    min-height: 320px;
    object-fit: cover; }

.js_relate_article .slick-slide {
    margin-right: 20px; }

@media (min-width: 767px) {
    .js_relate_article .slick-prev, .js_relate_article .slick-next {
        opacity: 0;
        transition: all .5s ease; }

    .js_relate_article:hover .slick-prev {
        transform: translateX(-50px);
        opacity: 1; }

    .js_relate_article:hover .slick-next {
        transform: translateX(50px);
        opacity: 1; }

    .js_relate_article .slick-prev {
        left: -30px; }

    .js_relate_article .slick-next {
        right: -16px; } }
.post-content .post-related .post-title {
    font-size: 20px;
    font-weight: 500; }

.post-related-slide .post-name {
    font-size: 20px;
    font-weight: 400; }

.post-related-slide .post-date {
    width: 90px;
    height: 50px;
    top: 20px;
    left: -20px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    font-weight: 600;
    transform: rotate(90deg); }

.post-related-slide .js_relate_article .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #000;
    transition: all .3s ease; }

.post-related-slide .js_relate_article .slick-dots li.slick-active button:before {
    width: 30px;
    border-radius: 30px;
    background: #41cce5; }

.post-related-slide .js_relate_article .slick-dots li {
    width: 40px; }

.blog-comment .blog-comment-bottom .cmt-title h3 {
    font-size: 20px;
    font-weight: 500; }

.blog-comment .blog-comment-bottom .btn-submit {
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: all .3s ease; }

.blog-comment .blog-comment-bottom .btn-submit:hover {
    background: #ffffff; }

.page_404 .error-page .error-title {
    font-weight: 300;
    color: #000000;
    margin-bottom: 30px;
    font-size: 200px; }

.page_404 .error-page .content {
    font-size: 30px;
    line-height: 36px;
    color: #000000; }

.page_404 .error-page form {
    max-width: 560px;
    margin: 0 auto;
    margin-top: 40px; }

.page_404 .error-page form input {
    height: 48px;
    line-height: 48px;
    border: 1px solid #000;
    padding-left: 30px; }

.page_404 .error-page form button {
    position: absolute;
    right: 0;
    width: 55px;
    height: 48px;
    font-size: 20px;
    font-weight: 600;
    background: #000;
    color: #fff;
    transition: all .3s ease; }

.page_404 .error-page form button:hover {
    background: #ffffff; }

.aboutus .content_about_page {
    padding-top: 50px; }

@media (min-width: 1400px) {
    .aboutus .content_about_page {
        padding: 100px 190px 0 190px; } }
.aboutus .content_about_page .about-text {
    padding: 50px; }

@media (min-width: 1400px) {
    .aboutus .content_about_page .about-text.v2 {
        padding-left: 150px; } }
.aboutus .content_about_page .about-text .title_about {
    font-size: 40px; }

.aboutus .content_about_page .about-text .content_about {
    line-height: 2;
    color: #666; }

@media (min-width: 1400px) {
    .brand {
        padding: 0px 190px 90px 190px; } }
.page_faq .accordion {
    font-size: 24px; }

.page_faq .content_faq {
    padding: 40px 0 20px; }

.ciloe_content_des_pd .title_des_tab {
    font-size: 26px;
    line-height: 1.5; }

.ciloe_content_des_pd .content_des_tab {
    line-height: 2;
    color: #999; }

.ciloe_content_des_pd .border_content_des .line_left, .ciloe_content_des_pd .border_content_des .line_right {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
    background: #d7d7d7;
    display: inline-block;
    position: relative;
    top: 20px; }

.login_form_pc {
    transition: all .3s ease;
    transform: scale(0);
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center; }

.login_form_pc.active {
    transform: scale(1); }

.login_form_pc .content_login_form {
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 920px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 600px;
    top: 50%;
    overflow-y: auto;
    transform: translateY(-50%);
    box-shadow: 3px 7px 120px rgba(0, 0, 0, 0.07); }

.login_form_pc .content_login_form .btn_close_login {
    right: 15px;
    top: 10px;
    z-index: 99; }

.login_form_pc .content_login_form .btn_close_login a {
    color: #a3a3a3;
    opacity: .65; }

.login_form_pc .content_login_form .btn_close_login a:hover {
    opacity: 1; }

.login_form_pc .content_login_form .btn_close_login a i {
    font-weight: 700; }

.login_form_pc .content_login_form .my-account-wrap {
    width: 400px;
    margin: 0 auto;
    max-width: 100%; }

.login_form_pc .content_login_form .my-account-wrap .icon_top {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px; }

.login_form_pc .content_login_form .my-account-wrap h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 20px;
    color: #999;
    text-transform: unset; }

.login_form_pc .content_login_form .my-account-wrap h3.recover_pw {
    font-size: 14px;
    font-weight: 500;
    line-height: 8px;
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px; }

.login_form_pc .content_login_form .my-account-wrap h3.title_register {
    text-align: left; }

.login_form_pc .content_login_form .my-account-wrap form input {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
    width: 100%;
    margin-bottom: 28px; }

.login_form_pc .content_login_form .my-account-wrap form input {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
    width: 100%;
    margin-bottom: 28px; }

.login_form_pc .content_login_form .my-account-wrap form button {
    margin-bottom: 30px; }

.spec span {
    position: relative;
    padding: 0 10px; }

.spec span::before {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 10px;
    right: 100%;
    width: 9999em; }

.spec span::after {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 10px;
    left: 100%;
    width: 9999em; }

.flex.column {
    flex-direction: column;
    display: inline-block !important; }

.ciloe_content_des_pd .content_mid h1 {
    font-size: 22px;
    font-weight: 400; }

.ciloe_content_des_pd .feature_des_tab h1 {
    font-size: 26px;
    font-weight: 400; }

.ciloe_content_des_pd .purchase_tab {
    padding: 110px 0; }

.ciloe_content_des_pd .purchase_tab h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.5; }

.ciloe_content_des_pd .purchase_tab a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 15px 30px;
    background: transparent;
    border: 2px solid #fff; }

.product .color-group.br-select-color {
    right: 10px;
    bottom: 20px;
    display: flex;
    flex-direction: column; }

.product .color-group.br-select-color span.border {
    display: inline-block;
    margin-right: 0;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all .3s ease;
    width: 23px;
    height: 23px; }

.product .color-group.br-select-color span.border:hover {
    border: 1px solid #000; }

.product .spr-badge-caption {
    display: none !important; }

.product .spr-starrating i.spr-icon-star-empty {
    display: none !important; }

.navbar-nav li .dropdown-menu.mega-menu-main li a {
    padding-left: 0;
    line-height: 3;
    padding-right: 0; }

.navbar-nav li .dropdown-menu.mega-menu-main li a.uppercase {
    text-transform: unset !important; }

.slick-product-top-sale .slick-slide {
    margin: 0 15px; }

.quickview-wrapper .product-media .owl-carousel {
    display: block; }

.quickview-wrapper .product-media .owl-carousel .owl-item .item {
    margin: 0 2px; }

.instagram .content-insta img {
    transition: all .7s ease; }

.instagram .content-insta:hover img {
    transform: scale(1.2); }

.instagram .content-insta .parent:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all .3s ease;
    z-index: 2; }

.instagram .content-insta:hover .parent::before {
    opacity: 1; }

.instagram .content-insta .infor-insta {
    top: 50%;
    width: 100%;
    transform: scale(0);
    z-index: 3; }

.instagram .content-insta:hover .infor-insta {
    transform: scale(1); }

.instagram .content-insta:hover .infor-insta a {
    color: #fff; }

.instagram .content-insta:hover .infor-insta a:hover {
    color: #41cce5; }

#mps-sales-notification.sn-common.sn-left-to-right {
    opacity: 1 !important; }

@media (max-width: 991px) {
    .header-v2 #btn-search {
        padding-top: 0; } }
@media (max-width: 767px) {
    .col-xs-6.product-col-5 {
        width: 50%;
        padding: 0 5px; }

    .product_shop.col-xs-12 {
        padding: 0 20px; }

    .product_shop .col-xs-6.layout_product_shop {
        width: 50%;
        padding: 0 10px; }

    .product_shop .col-xs-6.layout_product_shop.layout_pd_list_shop {
        width: 100%; }

    .layout_pd_list_shop .des_product {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }

    .layout_pd_list_shop .des_product ul {
        overflow: hidden; }

    .layout_pd_list_shop .product-rating {
        display: none; }

    .layout_pd_list_shop .variant-image-group {
        display: none; }

    .product a.icon-heart, .product button.icon-heart {
        display: none; }

    .layout_pd_list_shop .product .info-product .content_list .stock {
        padding-top: 10px;
        padding-bottom: 10px; }

    .label-sale {
        right: 10px; }

    .product .color-group.br-select-color {
        right: 0px;
        bottom: 10px; }

    .color-group .circle {
        width: 12px;
        height: 12px; }

    .ciloe-title-section {
        padding-left: 15px; }

    .slick-product-top-sale .slick-slide {
        margin: 0 5px; }

    .form-search h3 {
        font-size: 30px;
        line-height: 40px; }

    .form-search form {
        flex-direction: column; }

    .form-search form input {
        width: unset;
        margin: 10px; }

    .form-search form button {
        height: 50px;
        margin: 10px; }

    .form-search i {
        font-size: 25px; }

    .form-search {
        transition: all .7s ease; }

    .slider-home-classic {
        margin-bottom: 10px; }

    .ciloe-title-section {
        margin-bottom: 40px; } }
.banner_collection .title_shop {
    line-height: 3;
    font-size: 24px; }

.banner_collection .title_shop .btn_grid_layout, .banner_collection .title_shop .btn_list_layout {
    opacity: .5; }

.banner_collection .title_shop .btn_grid_layout.active, .banner_collection .title_shop .btn_list_layout.active {
    opacity: 1; }

.banner_collection .title_shop .btn_list_layout {
    margin-right: 10px; }

.gr_btn_mb button.btn_sorting, .gr_btn_mb a.btn_filter {
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px; }

.gr_btn_mb button.btn_sorting:after {
    content: "\f0d7";
    display: inline-block;
    font-family: 'FontAwesome';
    padding-left: 10px; }

.sidebar.sidebar_mb {
    position: fixed;
    top: 0;
    right: -350px;
    height: auto;
    transition: all .3s ease;
    background: #fff;
    z-index: 999;
    padding: 15px; }

.sidebar.sidebar_mb.active {
    right: 0;
    opacity: 1; }

.sidebar_mb::-webkit-scrollbar {
    width: 3px; }

/* Track */
.sidebar_mb::-webkit-scrollbar-track {
    background: #f1f1f1; }

/* Handle */
.sidebar_mb::-webkit-scrollbar-thumb {
    background: #41cce5; }

/* Handle on hover */
.sidebar_mb::-webkit-scrollbar-thumb:hover {
    background: #41cce5; }

.sidebar_mb .close_sidebar_mb {
    font-weight: 600; }

.sidebar_mb .close_sidebar_mb i {
    margin-right: 6px;
    font-size: 10px;
    font-weight: 700; }

.search-results li .product-title {
    font-size: 18px;
    padding-bottom: 0; }

.search-results {
    left: 15%; }

.banner_minimal {
    margin-top: -200px; }


.header-v1-h1 {
    background-color: #fff!important;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    border-bottom: none;
}
.menu_moblie {
    -webkit-animation: mations 1s ease;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    left: 0;
    margin: 0 auto;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.shopify-section-margintop{
    margin-top: 95px;
}

.logo a{
    display: flex;
}

.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 {
    max-height: 750px;
}
.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content {
    top: 40% !important;
}
.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .picture_left {
    top: 0px !important;
}

@media (max-width: 1400px) {
    .banner_minimal {
        margin-top: -100px; } }
@media screen and (max-width: 1200px){
    .shopify-section-margintop{
        margin-top: 65px;
    }
}
@media (max-width: 991px) {
    .banner_minimal {
        margin-top: 0;
        margin-bottom: 10px; }

    .banner_minimal .text-banner h4 {
        font-size: 36px; }

    .pd-featured-minimal {
        margin-bottom: 50px; }

    .pd-featured-minimal p.margin_bottom_80 {
        margin-bottom: 30px; } }
@media (max-width: 767px) {
    .single-product-tab .tab-content p {
        padding: 10px 0; }

    .single-product-tab .tab-content p.line {
        margin: 0 auto 10px !important; }

    .ciloe_content_des_pd .content_mid .content_mid_1 img, .ciloe_content_des_pd .content_mid .content_mid_3 img {
        margin-bottom: 10px; }

    .ciloe_content_des_pd .content_mid .content_mid_1 h1, .ciloe_content_des_pd .content_mid .content_mid_3 h1, .ciloe_content_des_pd .content_mid .content_mid_2 h1 {
        margin-bottom: 0; }

    .ciloe_content_des_pd .purchase_tab h1 {
        font-size: 20px; }

    .ciloe_content_des_pd .img_banner_tab {
        margin-bottom: 30px; }

    .ciloe_content_des_pd .title_des_tab {
        font-size: 20px;
        margin-bottom: 0; }

    .single-product-detail.product-aff {
        margin-bottom: 0; }

    .search-results {
        left: 0; }

    .trending_classic {
        margin-bottom: 0; }

    .deal-classic {
        margin-bottom: 30px; }

    .Testimonal {
        padding-top: 45px;
        margin-bottom: 30px; }

    .Testimonal .margin_bottom_100 {
        margin-bottom: 30px; }

    .slick-Testimonal .slick-dots {
        bottom: -60px; }

    .Testimonal .ciloe-title-section {
        margin-bottom: 0; }

    .brand {
        padding: 0px 50px 20px 50px !important;
        margin-bottom: 30px; }

    .instagram {
        margin-bottom: 30px; }

    .instagram .des-insta {
        margin-bottom: 30px; }

    .product.margin_bottom_50 {
        margin-bottom: 30px; }

    .top_sale.margin_bottom_100 {
        margin-bottom: 0; }

    .slick-product-top-sale .slick-dots {
        bottom: 5px; }

    .banner.margin_bottom_90 {
        margin-bottom: 30px; }

    .gr_ins_classic.flex {
        flex-direction: row; }

    .gr_ins_classic .content-insta {
        margin: 5px 5px 0px 5px !important; }

    .img_insta_fv3.col-xs-4 {
        width: 33.33333%; }

    .newletter {
        margin-bottom: 30px; }

    .tab-pd-clean .title-tab, .tab-pd-clean .title-tab-2 {
        margin-bottom: 30px; }

    .col-xs-6.product-tab-pd {
        width: 50%;
        padding: 0 5px; }

    .tab-pd-clean {
        margin-bottom: 0; }

    .banner_pinmapper {
        margin-bottom: 0; }

    .image_modern {
        margin-bottom: 20px; }

    .image_modern .img_banner {
        padding-bottom: 20px; }

    .shop_modern p.margin_bottom_80 {
        margin-bottom: 30px; }

    .pd-featured-minimal .col-xs-6.product-minimal {
        width: 50%;
        padding: 0 5px; }

    .blog-minimal {
        margin-bottom: 0; }

    .blog-minimal .des-blog {
        margin-bottom: 0; }

    .slide_pinmapper {
        margin-bottom: 30px; }

    .collection_pinmapper {
        padding-bottom: 65px !important;
        margin-bottom: 30px; }

    .collection_pinmapper h1.margin_bottom_80 {
        margin-bottom: 30px;
        font-size: 36px; }

    .banner_pinmapper {
        margin-bottom: 10px; }

    .tab-pd-clean .title-tab-2 li a:before {
        bottom: 15px; }

    .slide_pinmapper .hover_popup .content_pd_popup .pd_popup {
        display: none; } }
#productSearchResults {
    position: absolute;
    left: 15%;
    right: 15%; }

@media (max-width: 1200px) {
    #productSearchResults {
        position: absolute;
        left: 0;
        right: 10px; } }
#productSearchResults .search-results {
    min-width: 300px; }

@media (min-width: 400px) {
    #productSearchResults .search-results {
        min-width: 350px; } }
#productSearchResults .search-results .result-item .search-item-img {
    display: block; }

#productSearchResults .search-results .result-item .search-item-img img {
    width: 100%; }

#productSearchResults .search-results {
    text-align: left;
    margin-top: 10px;
    max-height: calc(100vh - 340px);
    overflow: auto;
    padding-bottom: 30px; }

@media (max-width: 1200px) {
    #productSearchResults .search-results {
        max-height: calc(100vh - 200px); } }
#productSearchResults .search-results::-webkit-scrollbar {
    width: 3px; }

/* Track */
#productSearchResults .search-results::-webkit-scrollbar-track {
    background: #f1f1f1; }

/* Handle */
#productSearchResults .search-results::-webkit-scrollbar-thumb {
    background: #41cce5; }

/* Handle on hover */
#productSearchResults .search-results::-webkit-scrollbar-thumb:hover {
    background: #41cce5; }

#productSearchResults .search-results .result-item {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding: 0 15px;
    float: left; }

.product-item-v2-1 .price-product {
    display: flex;
    flex-direction: column;
}
.product-details-sidebar .product-img-box .engoj_img_main {
    max-height: 650px;
    object-fit: contain;
}
.product-details-sidebar .content-page-detail .detail-info .product-price {
    display: flex;
    flex-direction: column;
}
.product-item-v1 .price-product {
    display: flex;
    flex-direction: column;
}

@media (min-width: 320px) {
    #productSearchResults .search-results .result-item {
        width: 50%; }

    #productSearchResults .search-results .result-item:nth-child(2n+1) {
        clear: left; } }
@media (min-width: 768px) {
    #productSearchResults .search-results .result-item {
        width: 33.333333%; }

    #productSearchResults .search-results .result-item:nth-child(3n+1) {
        clear: left; }

    #productSearchResults .search-results .result-item:nth-child(2n+1) {
        clear: none; } }
@media (min-width: 992px) {
    #productSearchResults .search-results .result-item {
        width: 25%; }

    #productSearchResults .search-results .result-item:nth-child(4n+1) {
        clear: left; }

    #productSearchResults .search-results .result-item:nth-child(2n+1) {
        clear: none; }

    #productSearchResults .search-results .result-item:nth-child(3n+1) {
        clear: none; } }
#productSearchResults .search-results .result-item .search-item-title {
    font-weight: 500;
    margin: 20px 0;
    display: block; }

@media (min-width: 1200px) {
    #productSearchResults .search-results .result-item .search-item-title {
        font-size: 18px; } }
#productSearchResults .search-results .result-item .search-item-title .hightlight {
    background: #41cce5; }

#productSearchResults .search-results .result-item .item-price {
    font-weight: 600;
    margin-right: 10px; }

#productSearchResults .search-results .result-item del {
    font-weight: 500;
    color: #909090; }

@media (max-width: 480px) {
    .single-product-tab .nav-tabs.v3 {
        padding-top: 0; } }
.notifyjs-wrapper.notifyjs-hidable {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1); }

.single-product-tab .tab-content p.content_des_tab {
    padding-bottom: 260px; }

.ciloe_content_des_pd .img_banner_tab img {
    margin-top: -260px; }

.ciloe_content_des_pd .bg_content_bottom {
    background: #f8f8f8; }

.content_pd_popup .pd_popup .price {
    justify-content: space-between; }

.cart-inside .item-cart .btn-del {
    font-size: 10px;
    position: relative;
    top: -30px;
    color: #666;
    right: -16px; }

.cart-inside .item-cart .btn-del:hover {
    color: #41cce5; }
    .footer-text-list {
        justify-content: center;
    }

.cart-inside .item-cart .btn-del i {
    font-weight: 900; }

@media (max-width: 767px) {
    .slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner {
        padding: 40px 0; }

    .slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner .link-cat {
        opacity: 1; } }
.menu-main li .bg-mega-menu1 .hover-filter p a {
    color: #000; }

.menu-main li .bg-mega-menu1 .hover-filter p a:hover, .menu-main li .bg-mega-menu1 .hover-filter:hover p a {
    color: #41cce5; }

@media (max-width: 767px) {
    .product-modern.col-xs-6 {
        width: 50%;
        padding: 0 8px; } }
.notifyjs-corner {
    z-index: 999 !important; }

.wrap-filter-sorting .dropdown_menu_sorting {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    transition: all .3s ease;
    border: 0;
    border-radius: 0;
    min-width: 285px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 25px;
    background: #fff;
    transform: translateY(15px); }

.wrap-filter-sorting .dropdown_menu_sorting li a {
    font-size: 14px !important;
    line-height: 24px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333; }

.wrap-filter-sorting .dropdown_menu_sorting.active {
    opacity: 1;
    visibility: visible; }

@media (min-width: 1200px) {
    .content_pagination {
        padding-bottom: 50px; } }
.content_size_guide::-webkit-scrollbar {
    opacity: 0; }

.single-product-detail .product-img-slide .product-images .main-img img.img_sticky {
    margin-bottom: 30px; }

@media (min-width: 1200px) {
    .multiple-img-list-ver2.big_image {
        width: 120px; } }
.product-images .js-product-slider.big_image img {
    margin: 0 auto; }

.multiple-img-list-ver2 .slick-active .img img {
    border: 1px solid #ddd; }

.multiple-img-list-ver2 .slick-current .img img {
    border: 1px solid #000; }

.pd-article .js-pd-article .slick-slide {
    margin: 0 5px; }

.pd-article .js-pd-article .slick-next {
    right: -25px; }

.navbar-nav.menu-main > li > a:before {
    content: none; }

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    margin: 0 !important; }

.notification-theme .wrapper-content .close-noti {
    position: absolute;
    right: -15px; }

.notification-theme {
    width: 450px !important;
    max-width: 500px !important;
    border-radius: 0 !important; }

@media (max-width: 480px) {
    .notification-theme {
        width: 320px !important; } }
/* bundle */
#revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout {
    flex-direction: row !important;
    width: 100%;
    overflow: hidden; }

#revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product {
    flex-direction: column !important;
    align-items: unset !important; }

#revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-image-container .revy-bundle-image-outline {
    width: auto !important;
    box-shadow: unset;
    position: relative;
    padding: 0 !important; }

#revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-image-container .revy-bundle-image-outline:before {
    content: '+';
    position: absolute;
    font-size: 1.714em;
    line-height: 1.458em;
    height: 1.458em;
    width: 1.458em;
    border-radius: 50%;
    top: 50%;
    left: -.729em;
    margin-left: -16px;
    display: inline-block;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1000;
    color: #999; }

#revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-image-container .revy-bundle-image-outline .revy-bundle-image {
    max-width: 180px !important;
    max-height: 300px !important; }

#revy-bundle-wrapper {
    padding: 30px !important;
    max-width: 1000px;
    margin: 0 auto !important;
    border: 2px solid #ddd; }

.slick-slider.product_handpicked button.slick-arrow {
    top: calc(50% - 25px) !important;
}
.section-banner-v2 .banner-box .banner-info {
    left: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-banner-v2 .banner-box .banner-info .subtitle {
    max-width: 1200px;
}

/*input[type='number'] {
    -moz-appearance: textfield !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}*/

.product-properties{
    color: #000;
    list-style: none;
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

.tab-content>.tab-pane {
    width: 100%;
    text-align: left;
}

.blog-page .content-blog-page .pagi-nav span a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-info input.number{
    width: 70px;
    padding: 9px 15px;
}
.filter_ver2{
    padding: 0 !important;
    margin: 0px !important;
}
.filter_ver2 .filter_sidebar {
    padding: 45px !important;
}

.product-item-v1 {
    margin-bottom: 45px;
}

.collection-page-fullwidth .pagi-nav span a, .collection-page-sidebar .pagi-nav span a {
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.product-item-v2-1 .price-product {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.collection-page-sidebar .filter_sidebar .filter-size .list-size {
    display: flex;
    flex-direction: column;
}
a.btn__header {
	color: #ddac55;
	display:block-inline;
	padding: 0 5px 15px;
	border-bottom: 2px solid #000;
}
a.btn__header:hover {
	border-color: #ddac55;
}
a.btn__header::after {
  content: "\e908";
  font-family: icomoon;
  color: inherit;
  font-size: 12px;
  padding-left: 12px;
  transition: ease padding-left .25s;
}
#products-miwix{
    margin: 50px 0 ;
}

.shop-button.contacts {
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 65px;
    border-radius: 3px;
    background-color: #ddac55;
    border: none;
    background-color: ;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    transition: .2s;
    cursor: pointer;
}

.shop-button.contacts:hover, .shop-button.contacts:focus {
    color: #fff !important;
    background-color: #000;
}

.shop-button.contacts.black{
    background-color: #000;
    color: #fff !important;
}
.shop-button.contacts.black:hover{
    background-color: #ddac55;
    color: #000 !important;
}

.filter_sidebar .shop-button{
    width: 100%;
    margin: 5px 0;
}
.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content .box-picture-mobile{
    display: none;
}
.product .img-product img{
    aspect-ratio: 1/1;
    object-fit: contain;
}
.blog-list-view .box-img{
    display: flex;
    justify-content: center;
}
.product-booked{
    padding: 10px 20px;
    background: rgba(221, 172, 85, 0.95);
    width: max-content;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 83px);
}
.product-inner-booked{
    padding: 10px 20px;
    background: rgb(100, 100, 100);
    width: max-content;
    margin-top: 15px;
    color: #ddac55;
}
.product-item-v2-1 .product-icon-action {
    bottom: 10px !important;
}
.product-item-v2-1 .product-icon-action .quick-view{
    display: none;
}
.product-item-v2-1 .product-icon-action li a{
    border: 2px solid rgb(202, 202, 202);
    line-height: 44px !important;
}
.product-item-v2-1 .product-icon-action li a:hover{
    border: 2px solid #000;
}

/*
SOCIAL LIST
 */
.social-list {
    position: fixed;
    top: calc(50vh - 25px);
    right: 15px;
    height: 300px;
    width: 50px;
    border-radius: 25px;
    overflow: hidden;
}
.social-list__open-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    cursor: pointer;
    /*background: #000;
    border-radius: 50%;
    border: 3px solid #000;*/
}
.social-list__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 50px 2px 20px 2px;
    border-radius: 23px;
    gap: 10px;
    transition: 0.3s ease;
    transform: translateY(-100%);
}
.social-list__list.open{
    background-color: rgba(227, 227, 227, 0.92);
    box-shadow: -1px 0 5px rgba(0,0,0,0.4);
    transform: translateY(0px);
}
.social-list__list_item{
    height: 40px;
}
.social-list__list_link{
    display: block;
    height: 40px;
    width: 40px;
}
.wg-search-form button{
    height: 40px !important;
}
.wg-search-form button img{
    width: 30px;
}
.footer-text-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 10px 7px;
    align-items: center;
}
.footer-text-list a {
    font-size: 12px !important;
    color: #fff !important;
}
.footer-text-list a:hover {
    color: #ddac55 !important;
}
.footer-text-list span {
    padding: 0 10px;
}
.footer-right-styles {
    position: relative;
    top: 10px;
}
.header__may-work {
    background-color: #FFC900;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: none;
    border-radius: 0;
    display: inline-block;
    color: #0A0B12;
    font-weight: 600;
    text-align: center;
    background-image: url(/templates/images/vot.png);
    background-size: auto 100%;
    font-family: "Arial";
}

.header__may-work.mobile{
    display: none;
}

.header-absolute:not(.menu_scroll_v1){
    margin-top: 25px;
}

.header-absolute.with-top-line:not(.menu_scroll_v1){
    margin-top: 50px;
}
.menu_moblie.with-top-line:not(.menu_mobilescroll){
    margin-top: 55px;
}
.header__may-work.desctop br {
    display: none;
}
.menu_moblie {
    top: 0px;
}
.list-inline-item.header-mobile{
    margin-right: 15px !important;
}
.spec-info {
	width: 100%;
}
.spec-info img {
	width: 100%;
}
.spec-info .mob-info {
	display:none;
}
#header .container-casa .currencies-login .cart-login-search ul li a img{
    width: 22px;
}
.menu_moblie .menuright{
    width: max-content !important;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 17px;
}
.mobile-header__phone img {
    width: 24px;
    display: block;
    margin-bottom: 4px;
}
.mobile-menu__socials{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.mobile-menu__socials>div{
    display: flex;
    gap: 15px;
    align-items: center;
}
.mobile-menu__socials>div img{
    width: 27px;
}
.info-sideh2__container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1300px;
    grid-gap: 30px;
}
/*.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .info-sideh2__container .box-content{
    position: static;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}
.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .info-sideh2__container .picture_left{
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
}
.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .info-sideh2__container .picture_left img{
    width: 100%;
}
.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .picture-slideshow{
    position: absolute;
    left: 0;
    top: 0;
}*/
.copyright__rekvizit{
    font-size: 12px;
    color: #fff;
}

@media (max-width: 800px) {
	.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 {
		flex-direction: column;
	}
	.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content,
	.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .picture_left {
		width: 100% !important;
		margin-top: 25px;
	}
	.section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content {
		margin-left:0px !important;
		padding: 0 20px;
	}
	.spec-info .pc-info {
		display: none;
	}
	.spec-info .mob-info {
		display: block;
	}
}
/* end */
@media (min-width: 1200px) {
    #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-image-container {
        margin-right: 25px !important; }

}
@media (max-width: 1200px) {
    #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout {
        flex-direction: column !important; }

    #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product {
        align-items: center !important; }

    #revy-bundle-wrapper {
        margin-top: 30px !important; }
    .social-list {
        top: 400px;
    }
}
@media screen and (max-width: 991px){
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content .title1{
        font-size: 30px;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content .box-contentp p{
        font-size: 18px;
    }
    .social-list{
        right: 3%;
        top: 390px;
    }
    .js_filtermobile span i.icon_jsfilter_mobile{
        top: 390px !important;
		cursor: pointer;
    }
    .header__may-work.desctop {
        /* display: none; */
        height: auto;
        line-height: 1.1;
        padding: 5px;
        font-size: 15px;
    }
}
/*.js_filtermobile span i.icon_jsfilter_mobile img,
.social-list__open-button img {
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
}*/
@media screen and (max-width: 576px){
    .info-sideh2__container {
        grid-template-columns: 1fr;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .info-sideh2__container .box-content {
        margin: 0 auto;
        transform: none !important;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .info-sideh2__container .picture_left{
        display: none;
    }
    .box-contentp p {
        margin: 20px 0 10px;
    }
    .title-page h1 {
        font-size: 1.8rem;
    }
    .social-list{
        top: 280px;
    }
    .js_filtermobile span i.icon_jsfilter_mobile{
        top: 280px !important;
    }
    .box-service .icon{
        float: none !important;
        padding-right: 0 !important;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        left: 0 !important;
        top: 50% !important;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content .box-picture-mobile{
        display: block;
        height: 200px;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content .box-picture-mobile>img{
        height: 100%;
    }
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .picture_left{
        display: none;
    }
    .header__may-work.desctop br {
        display: inline-block;
    }
    .menu_moblie {
        top: 0px;
    }
}

@media screen and (max-width: 400px){
    .section-slideshow-v2 .itemv-slide-h2 .info-sideh2 .box-content {
        transform: translateY(-45%) !important;
    }
    .menu_moblie {
        padding: 15px 7px !important;
    }
}


@-webkit-keyframes smoothFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

@keyframes smoothFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px); }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes smoothFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes smoothFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@-webkit-keyframes smoothFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes smoothFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
    from {
        opacity: 1; }

    to {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }