/** {*/
/*    font-family: 'Gotham', sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
@font-face {
    font-family: 'SVN-Gilroy';
    src: url("/fonts/Gilroy/SVN-Gilroy-Regular.woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Gilroy/SVN-Gilroy Medium.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/Gilroy/SVN-Gilroy Bold.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/Gilroy/SVN-Gilroy SemiBold.otf");
}

@font-face {
    font-family: 'Book Antiqua Bold';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/Gilroy/ANTQUAB.TTF") format('ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

body {
    font-family: 'SVN-Gilroy';
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.fa {
    font-family: '"Font Awesome\ 5 Free"' !important;
}

html, body {
    border: 0;
    background-color: #fff;
}

html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    object-fit: scale-down;
}

body {
    line-height: 1.4;
    font-size: 13px;
    color: #000;
    overflow-x: hidden;
    /*background: #fff;*/
    position: initial !important;
}

.wrap {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-header.scroll-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    -webkit-animation: fadeInDown .5s ease-in-out;
    -moz-animation: fadeInDown .5s ease-in-out;
    -ms-animation: fadeInDown .5s ease-in-out;
    animation: fadeInDown .5s ease-in-out;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.wrapper-home-banner-top-new, .main-content-cart, .productDetail-page, .banner-collection, .banner-collab, .banner-newfeed, #home-slider, .banner-collection-header, .breadcrumb-shop, #blog, .newsDetail-page {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}


/*body #site-header {*/
/*    height: 120px;*/
/*    background-color: #ffffff;*/
/*}*/

/*main {*/
/*    margin-top: 120px;*/
/*}*/

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 1.4 - Typography */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0 0 13px 0;
    font-weight: 600;
    line-height: 1.2;
}

html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 12px;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

p {
    margin: 0 0 10px 0;
    line-height: 18px
}

/* 1.5 - Links and Buttons */
a {
    color: #000;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
    color: #323030;
    text-decoration: none;
    outline: none;
}

a:active {
    outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    line-height: 1.1;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #323030;
}

/* 1.6 - Tables */
table {
    width: 100%;
    border-spacing: 0;
}

table tr td {
    border-top: 1px solid #dddddd;
}

table tr td, table tr th {
    padding: 10px;
    text-align: left;
}

table tr td:first-child, table tr th:first-child {
    padding-left: 0px;
}

table tr td:last-child, table tr th:last-child {
    padding-right: 0px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

/* 2.3 - Lists */
ul {
    padding: 0;
    list-style-type: none;
}

ul.unstyled, ol.unstyled {
    margin: 0;
    list-style: none outside none;
}

ul.unstyled > li, ol.unstyled > li {
    list-style: none;
}

ul.horizontal > li, ol.horizontal > li {
    display: block;
    float: left;
}

ul.horizontal-inline, ol.horizontal-inline {
    text-align: center;
}

ul.horizontal-inline > li, ol.horizontal-inline > li {
    display: inline;
    margin: 0 5px;
}

ul.expanded > li, ol.expanded > li {
    margin-bottom: 10px;
}

a {
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}

input:focus {
    outline: none;
}


/*------------------------------header---------------------------*/

.topbar {
    text-align: right;
    padding: 2px 15px;
    font-size: 12px;
    position: relative;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.text-right {
    text-align: right;
}

.topbar ul {
    margin-bottom: 0;
    font-size: 13px;
}

ul {
    padding: 0;
    list-style-type: none;
}

.topbar ul li:last-child {
    padding-right: 0;
}

.topbar ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .main-header {
        padding: 0 60px;
    }
}


@media (min-width: 992px) {
    .main-header {
        padding: 20px 35px;
    }
}

/*body.page-home #site-header {*/
/*    height: 0;*/
/*    background: 0 0;*/
/*}*/

/*body.page-home #site-header.shink {*/
/*    height: 120px;*/
/*    background: #fff;*/
/*}*/

.main-header {
    position: relative;
    background-color: #ffffff;
    font-weight: bold;
    color: #252a2b;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    min-height: 75px;
    padding: 0 20px 0 110px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}


.header-top {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.wrap-flex-align {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#nav-menu .main-nav-menu .menu__list--top > li > a {
    position: relative;
    display: block;
    color: #323030;
    font-family: 'SVN-Gilroy';
    font-weight: 500;
}

@media (min-width: 1200px) {
    .main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__link {
        padding: 0 10px;
    }
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__link {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 70px;
    /*letter-spacing: 2px;*/
}

#nav-menu .main-nav-menu .menu__list--top > li > a:before {
    content: '';
    top: 100%;
    left: 20px;
    right: 20px;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #000;
    z-index: 3;
}

.menu__content a {
    color: #fff;
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content {
    width: 100%;
    position: absolute;
    display: none;
    border-top: none;
    border-bottom: none;
    background: #000;
    z-index: 2;
    transition: max-height .5s ease;
    overflow: hidden;
    padding: 15px 0 20px;
    left: 0;
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content.shrinks {
    width: 100%;
    display: none;
    padding: 15px 0 20px;
    position: absolute;
    left: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #000;
    z-index: 2;
    transition: max-height .5s ease;
    overflow: hidden;
}

.main-nav-menu .menu__list .menu-flex {
    display: flex;
    /*justify-content: center;*/
    /*flex-direction: row-reverse;*/
}

.main-nav-menu .menu__list--second {
    font-weight: 400;
    text-transform: capitalize;
    /*flex-direction: column;*/
    /*flex-basis: 20%;*/
    background-color: inherit;
    padding: 0 15px;
    flex-basis: 60%;
}

.main-nav-menu .menu__list {
    display: flex;
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
    margin-bottom: 0;
    padding-left: 0;
    /*flex-direction: row;*/
}

.main-nav-menu .menu__list__c2 {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    flex-direction: row;
}

.main-nav-menu .menu__list--second .menu__item.third {
    width: 100%;
    flex-basis: 20%;
}

.main-nav-menu .menu__list .menu-flex .menu__item.c3 {
    width: 100%;
    padding: 0 30px;
}

.menu__list__c4 .four a {
    color: #A9A9A9;
}

.main-nav-menu .menu__list--second .menu__item .menu__link {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 16px 0 8px;
    /*letter-spacing: 2px;*/
    font-family: 'SVN-Gilroy';
}

.menu__item.four a {
    color: #909090;
}

.collection-heading {
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}

.img-content h3 {
    font-family: 'Book Antiqua Bold';
    font-weight: 700;
}

.menu__item.third a, .menu__item.four a {
    font-weight: 500;
}

.main-nav-menu .menu_list_img {
    position: relative;
    text-align: center;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    flex-basis: 40%;
}

.main-nav-menu .menu_list_img a {
    padding: 0 20px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 0 40px !important;
}

.main-nav-menu .menu_list_img p {
    margin-top: 10px;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 14px;
}


.search-box {
    margin-right: 8px;
}

.search-box .navbar-form {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    #site-menu-handle {
        padding-right: 80px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.form-group {
    margin-bottom: 15px;
}

.search-box .navbar-form .form-group input {
    border: 1px solid #888;
    background: #fff;
    border-radius: 20px;
    height: 30px;
    width: 100%;
    font-size: 11px;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 30px;
    font-style: italic;
    font-weight: 300;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.search-box .navbar-form .btn img {
    width: 15px;
    height: 15px;
}

.hamburger-menu {
    width: 100px;
    height: 30px;
    cursor: pointer;
    display: block;
    transition: all .15s linear;
}

.hamburger-menu .bar {
    position: relative;
    background: #252a2b;
    display: block;
    top: 8px;
    -ms-transition: all 0ms .1s, width .15s linear;
    -webkit-transition: all 0ms .1s, width .15s linear;
    transition: all 0ms .1s, width .15s linear;
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.main-header .wrap-logo img {
    max-height: 60px;
    opacity: 1;
    transition: all .2s;
    display: block;
    visibility: visible;
}

#site-search-handle {
    display: inline-block;
}

#site-cart-handle {
    position: relative;
}

.cart-menu .count-holder {
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.cart-menu .count {
    position: relative;
    top: 2px;
}

.menu__item:hover .menu__content {
    display: block !important;
}

.breadcrumb {
    background-color: transparent !important;
}

.header-wrap-icon {
    text-align: right;
    position: relative;
}

@media (max-width: 767px) {
    .wrap-logo {
        width: calc(100% - 127px);
    }

    .wrap-logo a {
        display: block;
    }

    .wrap-logo a img {
        margin: 0 auto;
    }

    .header-wrap-icon {
        width: 100px;
        white-space: nowrap;
    }
}

.header-wrap-icon > span {
    display: inline-block;
    margin: 0 5px 0;
    position: relative;
    transition: opacity 150ms linear;
}

.icon-search {
    vertical-align: -1px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.icon-search:hover {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.cart-menu .count-holder {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    height: 17px;
    overflow: hidden;
}

.cart-menu .count {
    transition: top 150ms linear;
    position: relative;
    top: 0px;
    animation-duration: 300ms;
}

.icon-cart .count {
    animation-name: scroll-in
}

.icon-cart:hover .cart-menu .count {
    animation-name: scroll-out
}

.icon-cart svg, .icon-search svg, .icon-account svg {
    /*fill: #252a2b;*/
    width: 24px;
    height: 24px;
}

.icon-account {
    vertical-align: -1px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.icon-account {
    position: relative;
}

.icon-account:hover .account-dropdown {
    display: block;
}

.icon-account .account-dropdown a {
    display: block;
}

.icon-account .account-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    background: white;
    z-index: 999;
    right: 0px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.icon-account .account-dropdown .account-dropdown-item {
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}

@keyframes scroll-in {
    0% {
        top: 2px
    }
    49% {
        top: -14px
    }
    50% {
        top: 19px
    }
    100% {
        top: 2px
    }
}

@keyframes scroll-out {
    0% {
        top: 2px
    }
    49% {
        top: 19px
    }
    50% {
        top: -14px
    }
    100% {
        top: 2px
    }
}

span.count-holder:hover {
    color: #f56200;
}

/*------------------header-cart-------------------*/
.remove-cart {
    position: absolute;
    right: 5px;
    top: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 10;
}

.cart-view table td a {
    font-size: 12px;
    font-weight: 600;
    color: #252a2b;
    text-transform: uppercase;
}

.cart-view table td a {
    float: left;
    width: 100%;
}

.remove-cart a i {
    color: #000;
}

#cart-view .cart_quality {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#cart-view .cart_quality .fal.fa-minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#cart-view .cart_quality .fal {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 8px;
}

#cart-view .cart_quality input {
    width: 35px;
    height: 25px;
    padding: 0 6px;
    font-size: 12px;
    float: left;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #000;
}

#cart-view .cart_quality .fal.fa-plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

span.pro-price-view {
    display: block;
    float: left;
    line-height: 26px;
    font-weight: 500;
    opacity: .7;
}

.cart-view .line {
    float: left;
    width: 100%;
    border-top: 2px solid #000;
    margin: 10px 0;
}

.cart-view table {
    width: 100%;
}

table tr td:first-child, table tr th:first-child {
    padding-left: 0;
}

#cart-view tr td, .table-total tr td {
    border: none !important;
}

.text-left {
    text-align: left;
}

table tr td, table tr th {
    padding: 10px;
    text-align: left;
}

table tr td {
    border-top: 1px solid #ddd;
}

table tr td:last-child, table tr th:last-child {
    padding-right: 0;
}

#cart-view tr td, .table-total tr td {
    border: none !important;
}

.text-right {
    text-align: right;
}

.cart-view a.linktocheckout.buyOrther {
    display: block;
    /*height: 60px;*/
    /*line-height: 60px;*/
}

.cart-view a.linktocheckout {
    padding: 0 5px;
    width: 100%;
}

.cart-view a.linktocheckout, .cart-view a.linktoupdate {
    background: #252a2b;
    color: #fff;
    border: 1px solid #252a2b;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 25px;
}

.cart-view table td a {
    font-size: 12px;
    font-weight: 600;
    color: #252a2b;
    text-transform: uppercase;
}

.cart-view table td a {
    float: left;
    width: 100%;
}

/*--------------------end-header-cart--------------------------*/
/*--------------------- menu active ---------------------*/
/*.site-overlay.active {opacity: 1;	visibility: visible;}*/
/*.main-body.sidebar-move {	right: 480px;}*/
/*.site-nav.style--sidebar.active {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform: translateX(0);}*/
/*@media(min-width:992px){*/
/*    .main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {*/
/*        transform: translateX(-480px);*/
/*    }*/
/*}*/
/*@media(max-width:767px){*/
/*    !* Header *!*/
/*    .header-wrap-icon > span {display: inline-block!important;}*/
/*    .site-nav.style--sidebar {width: 345px;}*/
/*    .main-body.sidebar-move {	right:345px;}*/
/*    .site-nav.style--sidebar .site-nav-container{width:100%}*/
/*    .site-nav.style--sidebar .site-nav-container-last {padding: 20px 20px 0;}*/
/*    .site-close-handle {top: 20px;right: 20px;}*/
/*    .to-bottom-content{left:30px}*/
/*    !* site cart *!*/
/*    .cart-view a.linktocheckout{font-size: 11px;padding:15px 15px;}*/
/*    .cart-view a.linktocart{font-size: 11px;padding:15px 6px;}*/
/*    !* site menu *!*/
/*    .menu-collection li.navi1 > a{font-size:16px;}*/
/*    .menu-collection ul.subnav-children li.navi2 > a{font-size:16px;}*/
/*}*/


/*------------------------------end-header---------------------------*/

/*------------------------------footer---------------------------*/
footer {
    background: black;
    padding: 45px 0 0 0;
    color: #fff;
    font-size: 14px;
    font-family: 'SVN-Gilroy';
    font-weight: 500;
}

@media (min-width: 1200px) {
    .main-body .container {
        max-width: calc(100vw * 1334 / 1434);
        width: calc(100vw * 1334 / 1434);
    }
}

footer .footerItem .footerTitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 12px;
}

footer .footerItem .footerContent a, footer .footerItem .footerContent p {
    color: #acacac;
}

footer .footerItem.footerSocial .footerContent ul {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: nowrap;
}

footer .footerItem .footerContent ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .footerItem.footerSocial .footerContent ul li {
    margin-right: 15px;
}

footer .footerItem .footerContent ul li {
    margin-bottom: 12px;
}

footer .footerItem.footerSocial .footerContent ul li a {
    padding: 5px 7px 0;
    font-size: 24px;
}

footer .footerItem.footerSocial .footerContent .newsletterForm {
    position: relative;
}

footer .footerItem.footerSocial .footerContent .newsletterForm input {
    border: 1px #fff solid;
    border-radius: 4px;
    background: rgba(255, 255, 255, .3);
    height: 38px;
    width: 100%;
    color: #fff;
    padding: 0 12px;
    font-size: 13px;
}

footer .footerItem.footerSocial .footerContent .newsletterForm button {
    background: #fff;
    color: #338dbc;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 38px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 15px;
}

.copyright {
    text-align: center;
}

.copyright p {
    margin: 0;
}

.copyright p a {
    color: #fff;
}

footer .footerItem.footerSocial .footerContent ul li.tiktokIcon svg {
    fill: #acacac;
    width: 25px;
    height: 25px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.footerTitle {
    color: #f8f8ff;
}

.footerSocial {
    display: flex;
    justify-content: end;
    width: 95%;
    height: 80px;
}

.footerContent ul .socialItem b {
    font-size: 16px;
}

.Brand {
    margin-top: 70px;
    font-size: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .footerItem .Collapsible__Plus {
        position: absolute;
        top: 3px;
        width: 20px;
        height: 20px;
        right: 0;
    }

    .current {
        display: block !important;
    }

    .footerTitle.current .Collapsible__Plus::before {
        opacity: 0;
    }

    .footerItem .Collapsible__Plus:before {
        width: 11px;
        height: 2px;
        opacity: 1;
    }

    .footerTitle.current .Collapsible__Plus::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .footerItem .Collapsible__Plus:after {
        width: 2px;
        height: 11px;
    }

    .footerItem .Collapsible__Plus::before, .footerItem .Collapsible__Plus::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #fff;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;

    }

    .footerItem .hidden-mobile {
        display: none;
    }
}


/*------------------------------end-footer---------------------------*/

/*------------------------------main-index---------------------------*/

main.main-index {
    position: relative;
    z-index: 99;
}

div.wrapper-heading-home {
    padding: 120px 0 30px;
    text-align: center;
    /*background: #fff no-repeat;*/
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.wrapper-heading-home {
    padding: 30px 0;
}

.wrapper-heading-home h2 {
    font-size: 27px;
    line-height: 1.6;
    margin: 0;
    text-transform: uppercase;
}

.wrapper-heading-home h2 a {
    color: #000;
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}

.wrapper-heading-home .block-pding {
    margin-top: 10px;
}

.pro-loop {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    .wrapper-collection-featured .product-block {
        min-height: 470px !important;
    }
}

.pro-loop .product-block {
    position: relative;
}

@media (min-width: 1014px) {
    .animation-tran .site-animation {
        /*-webkit-transform: translateY(60px);*/
        -moz-transform: translateY(60px);
        -o-transform: translateY(60px);
        /*transform: translateY(60px);*/
        /*opacity: 0;*/
        -webkit-transition: opacity 300ms linear, transform 300ms linear;
        -moz-transition: opacity 300ms linear, transform 300ms linear;
        -o-transition: opacity 300ms linear, transform 300ms linear;
        transition: opacity 300ms linear, transform 300ms linear
    }

    .animation-tran.active .site-animation {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.wrapper-collection-1 .product-img {
    min-height: 308px !important;
    max-height: 545px;
}


.pro-loop .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pro-loop a {
    display: block;
}

.collection-one-slide .pro-loop .product-img img, #collection-one-slide .pro-loop .product-img img, .slide-product .pro-loop .product-img img {
    width: 100%;
}

.pro-loop .product-img img {
    max-width: 100%;
}

@media (min-width: 1025px) {
    .wrapper-collection-1 .product-img img, .wrapper-collection-featured .product-img img, .wrapper-collection-3 .product-img img {
        object-fit: contain;
    }
}

.pro-loop .product-img picture:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.obj-sd {
    object-fit: scale-down !important;
}

.pro-loop .product-img .button-add {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 35px;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-loop .product-img .button-add button {
    width: 100%;
    background: 0 0;
    border: none;
    color: #fff;
}

.pro-loop .product-img .button-add:not(.out_of):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 40%;
    background: #fff;
}

.pro-loop .product-img .button-add button span {
    position: relative;
    top: 0;
    padding-right: 3px;
    font-size: 12px;
}

.pro-loop .product-img .button-add svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    vertical-align: -4px;
}

svg:not(:root) {
    overflow: hidden;
}

.pro-loop .product-detail {
    padding: 15px 0 50px 0;
}


.pro-loop .product-detail h3 {
    color: #000;
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.pro-loop .product-detail h3 a {
    line-height: 16px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}

.pro-loop .product-detail .box-pro-prices {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    p.pro-price {
        font-size: 14px;
    }
}

p.pro-price {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.pro-loop .product-button button:hover,
.pro-loop .product-button a:hover {
    border: 1px solid #191919;
    background: #191919;
    color: #fff;
}

@media (min-width: 1024px) {
    /*.pro-loop {width: 20%;}*/
    .pro-loop:hover .product-img picture:nth-of-type(2) {
        opacity: 1;
        visibility: visible;
    }

    .pro-loop:hover .product-img .button-add {
        opacity: 1;
        bottom: 0;
        visibility: visible;
    }

    p.pro-price {
        font-size: 14px;
    }

    p.pro-price span.pro-price-del {
        font-size: 12px;
        margin-right: 10px;
    }
}

div.wrapper-collection-1 .owl-nav button {
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    transform: translateY(-35%);
    left: 0;
}

div.wrapper-collection-1 .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

div.wrapper-collection-1 .owl-nav button span {
    font-size: 0;
}

div.wrapper-collection-1 .owl-nav button:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
}

div.wrapper-collection-1 .owl-nav button.owl-prev:before {
    content: "\f177";
    font-family: "Font Awesome 5 Pro"
}

div.wrapper-collection-1 .owl-nav button.owl-next:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro"
}

div.wrapper-collection-2 .owl-nav button {
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    transform: translateY(-35%);
    left: 0;
}

div.wrapper-collection-2 .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

div.wrapper-collection-2 .owl-nav button span {
    font-size: 0;
}

div.wrapper-collection-2 .owl-nav button:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000;
}

div.wrapper-collection-2 .owl-nav button.owl-prev:before {
    content: "\f177";
}

div.wrapper-collection-2 .owl-nav button.owl-next:before {
    content: "\f178";
}

/* Collection Home  */
.wrapper-heading-home {
    padding: 30px 0;
}

.collection-banner a.effect {
    display: block;
    position: relative;
    overflow: hidden;
}

.collection-banner a.effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.collection-banner a.effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

.wrapper-home-collection-new {
    margin-top: 30px;
}

.wrapper-home-collection-new .banner-collection {
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
    margin-right: auto;
}

.wrapper-home-collection-new .box-collection {
    right: 0;
}

@media (max-width: 991px) {
    .wrapper-home-collection-new {
        margin-top: 15px;
    }

    .wrapper-home-collection-new .banner-collection {
        width: 100%;
        padding: 0 15px;
    }

    .wrapper-home-collection-new .row {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

    .wrapper-home-collection-new .row .right-side {
        order: 2
    }

    .wrapper-home-collection-new .row .left-side {
        order: 1
    }

    .wrapper-home-collection-new .owl-nav {
        margin-top: 10px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .wrapper-home-collection-new .owl-nav button.owl-prev {
        right: 20px;
        margin-right: 5px;
        width: auto;
    }

    .wrapper-home-collection-new .owl-nav button.owl-next {
        width: auto;
        left: 0;
    }
}

.wrapper-home-collection {
    position: relative;
    margin-top: 20px;
}

.wrapper-home-collection .banner-collection {
    position: relative;
    /*width: 55%;*/
    padding: 0;
    /*float: none;*/
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
}

.wrapper-home-collection .banner-collection .col-content {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 70%;
    transform: translateY(-50%) translate3d(0, 0, 0);
}

.wrapper-home-collection .banner-collection .col-content {
    margin: 0;
    text-transform: uppercase;
    font-family: "Playfair Display", "Playfair Display", serif;
}

.wrapper-home-collection .banner-collection .col-content h3 {
    font-size: 60px;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent !important;
}

.wrapper-home-collection .banner-collection .col-content p {
    letter-spacing: 1.2px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
}

.wrapper-home-collection .banner-collection img {
    width: 100%;
    transition: all 0.35s ease;
}

.wrapper-home-collection .banner-collection:hover img {
    transform: scale(1.2, 1.2);
    opacity: 0.8;
}

.wrapper-home-collection .box-collection {
    width: 55%;
    position: absolute;
    top: 50%;
    background-color: #fff;
    transform: translateY(-50%);
    z-index: 5;
    padding-bottom: 20px;
}

.wrapper-home-collection .owl-nav {
    text-align: center;
    position: relative;
}

.wrapper-home-collection .owl-nav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 40%;
    background: rgba(0, 0, 0, 0.2);
}

.wrapper-home-collection .owl-nav button {
    line-height: 22px !important;
    width: 12%;
    position: relative;
}

.wrapper-home-collection .owl-nav button span {
    font-size: 20px;
    vertical-align: -1px;
}

.wrapper-home-collection .owl-nav button.owl-prev {
    right: 20px;
}

@media only screen and (max-width: 480px) {
    /*.wrapper-home-collection-new .owl-nav button.owl-prev {
        left: 40%;
        width: auto;
        transform: translateX(-50%);
        right: 0;
        position: absolute;
        top: -11px;
        z-index: 2;
    }
    .wrapper-home-collection-new .owl-nav button.owl-next{
        width: auto;
        left: initial;
        position: absolute;
        right: 43%;
        transform: translateX(50%);
        top: -11px;
        z-index: 2;
    }
    */
}

.wrapper-home-collection .owl-nav button.owl-prev:after {
    content: "previous";
    padding: 0 5px 0 5px;
    text-transform: uppercase;
}

.wrapper-home-collection .owl-nav button.owl-next {
    width: 6%;
    left: -10px;
}

.wrapper-home-collection .owl-nav button.owl-next:before {
    content: "next";
    padding: 0 5px 0 5px;
    text-transform: uppercase;
}

.wrapper-home-collection .wrapper-heading-home {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .wrapper-home-collection .banner-collection {
        width: 100%;
    }

    .wrapper-home-collection .box-collection {
        width: 100%;
        position: relative;
        transform: none;
        margin-bottom: 10px;
    }
}

.list-img .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
}

.list-img .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
}

.list-img .owl-prev i, .list-img .owl-next i {
    font-size: 50px;
    color: #fff;
}

/*------------------------------end-main-index-----------------------*/

/*--------------------------------product-----------------------------*/
.banner-collection-header {
    position: relative;
}

.item-cap .site-button {
    width: max-content;
}

.site-button.black {
    border: 1.5px solid #cccccc;
}

.site-button {
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    outline: none;
    border: 0 solid transparent;
    text-decoration: none !important;
    text-transform: uppercase;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.site-button a span {
    color: #fff;
    font-weight: 500;
}

/*@media (min-width: 1400px) and (max-width: 2000px) {*/
/*    .product-list {*/
/*        margin: 0 367px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1399px) {*/
/*    .product-list {*/
/*        margin: 0 210px;*/
/*    }*/
/*}*/

.paginator {
    display: inline-flex;
    margin: 20px 0;
}

#pagination .paginator .labelPages, #pagination .paginator .titlePages, #pagination .paginator a.paging-last, #pagination .paginator a.paging-first {
    display: none;
}

#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    /*background: #444;*/
    /*color: #fff;*/
    font-size: 20px;
    font-weight: bold !important;
}

#pagination .paginator a, #pagination .paginator span.currentPage {
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    width: 28px;
    height: 28px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-right: 5px;
    color: #444;
}

#pagination .paginator a.paging-next:after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
}

#pagination .paginator a.paging-previous:after {
    font-family: "Font Awesome 5 Free";
    content: '\f060';
}

.giaban {
    color: #939393;
    font-weight: 700;
}

.wrapper-collection-sale {
    padding-left: 30px;
    background: #fff;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1400px) and (max-width: 2000px) {
    .pro-loop .product-img-sale {
        text-align: center;
        position: relative;
        overflow: hidden;
        height: 636px;
        width: 420px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .pro-loop .product-img-sale {
        text-align: center;
        position: relative;
        overflow: hidden;
        height: 325px;
        width: 255px;
    }
}

.heading-product {
    padding: 30px 0 100px;
}

.pro-sale-title {
    margin-top: 15px;
}

.product-sale-title {
    padding: 150px 0 50px;
}

.section-collection {
    padding-bottom: 200px;
}

.goodsli-discount {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    opacity: .9;
    background: #fdd464;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-flex: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}

.goodsli-discount .disc-txt {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    color: #333;
    font-size: 20px;
}

.goodsli-discount .disc-nowrap {
    white-space: nowrap;
    margin-bottom: 5px;
}

.goodsli-discount .disc-num {
    font-size: 35px;
    color: #333;
}

.goodsli-discount:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    border-top: 5px solid #fdd464;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    width: 25px;
}

/*--------------------------------end-product-----------------------------*/

/* ---------------------  search sidebar --------------------- */
.site-nav form.searchform, .site-nav .main-navbar, .cart-view {
    margin-top: 50px;
}

.site-nav form.searchform {
    position: relative;
    padding: 0;
}

form.searchform input.searchinput {
    background: #f5f5f5;
    color: #000000;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 150ms linear;
}

form.searchform .btn-search {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
}

form.searchform .btn-search svg {
    width: 25px;
    height: 22px;
    opacity: .12;
}

form.searchform input:focus {
    background: #f7f7f7;
    outline: none;
}

/*----------------- Search auto ---------------*/
.smart-search-wrapper { /*position: absolute;	top:115%;*/
    width: 100%;
    background: #fff;
    z-index: 100;
    right: 80px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.smart-search-wrapper .item-ult {
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1;
    clear: both;
    width: 100%;
    float: left;
}

.smart-search-wrapper .item-ult .thumbs {
    width: 40px;
    display: inline-block;
    text-align: right;
}

.smart-search-wrapper .item-ult .title {
    width: calc(100% - 40px);
    padding-right: 5px;
    float: left;
    line-height: 20px;
    position: relative;
    margin-top: 0px !important;
}

.smart-search-wrapper .item-ult .title a {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    float: left;
    margin: 0;
}

.smart-search-wrapper .item-ult .title p del {
    font-size: 11px;
    margin-left: 5px;
    color: #797979;
}

.resultsMore {
    width: 100%;
    float: left;
}

.resultsMore a {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
}

.dataEmpty {
    text-align: center;
    padding: 10px 0;
}

.predictive-search-item {
    font-weight: 400;
    white-space: normal;
    display: flex;
}

.predictive-search-item__link {
    display: flex;
    padding: 14px;
    background-color: transparent;
    transition: background-color .1s ease-in-out;
}

.predictive-search__column--image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    position: relative;
}

/*.predictive-search__column {*/
/*    flex: 1 1 auto;*/
/*}*/
.predictive-search-item__image {
    object-fit: contain;
    font-family: "object-fit: contain";
    width: 100%;
    height: 100%;
}

.predictive-search__column--content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.predictive-search-item__title-text {
    display: inline-block;
    word-break: break-word;
    border-bottom: 1px solid transparent;
    line-height: 1.2;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

.predictive-search-item__details {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
}

.predictive-search-item__detail--inline {
    display: flex;
    flex-direction: row;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.price__pricing-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.price__regular, .price__sale {
    margin-right: 0.625rem;
}

.price__regular {
    display: block;
}

.predictive-search-item__price {
    padding-top: 6px;
    flex: 0 0 auto;
}

.predictive-search-view-all, .predictive-search-loading {
    border-top: 1px solid #333;
}

.predictive-search-view-all__button {
    display: block;
    width: 100%;
    border: none;
    padding: 14px;
    text-align: left;
    background-color: transparent;
    word-break: break-word;
    white-space: normal;

}

/* --------------------- cart view --------------------- */
.cart-info {
    display: inline-block;
    position: relative;
}

.cart-view table {
    width: 100%;
}

.cart-view table td.img img {
    width: 70px;
    border: 1px solid #ededed;
    margin-right: 10px;
    max-width: none;
}

.cart-view table td a.pro-title-view {
    float: left;
    width: 80%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

#cart-view .variant {
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 5px 0 12px;
    opacity: 0.66;
    text-transform: uppercase;
}

#cart-view tr td, .table-total tr td {
    border: none !important;
}

.cart-view .line {
    float: left;
    width: 100%;
    border-top: 2px solid #000000;
    margin: 10px 0px;
}

.cart-view a.linktocheckout {
    padding: 19px 25px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 0px;
}

/*.cart-view a.linktocart {*/
/*    padding: 19px 10px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    white-space: nowrap;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 0px;*/
/*}*/

table#cart-view tr {
    border-bottom: 1px dotted #bcbcbc;
}

table#cart-view tr td {
    border-top: 0;
}

table#cart-view tr td {
    border: none;
}

#cart-view tr td:not(.img) {
    padding: 20px 0;
    position: relative;
    padding-right: 25px;
}

.remove-cart {
    position: absolute;
    right: 20px;
}

span.pro-quantity-view {
    position: relative;
    vertical-align: top;
    padding-right: 15px;
    display: inline-block;
    margin-right: 10px;
}

span.pro-quantity-view {
    float: left;
    width: auto;
    background: #ededed;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    margin-right: 12px;
}

span.pro-price-view {
    display: block;
    text-align: center;
    float: left;
    line-height: 26px;
    font-weight: 500;
    opacity: 0.7;
}

#cart-view tr:last-child {
    border: none;
}

/* ---------------------  menu  --------------------- */
.menu-collection {
    margin-bottom: 50px;
}

.menu-collection li.navi1 {
    margin-bottom: 10px;
    min-height: 35px;
    line-height: 35px;
}

.menu-collection li.navi1 span.icon-subnav {
    text-align: center;
    width: 40px;
    cursor: pointer;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.menu-collection ul.submenu {
    display: none;
}

.menu-collection li a {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
}

.menu-collection li.navi1 > a {
    font-weight: 700;
    font-size: 18px;
}

.menu-collection ul.subnav-children li.navi2 > a {
    padding: 8px 0px 8px 25px;
    font-size: 16px;
    font-weight: 700;
}

.menu-collection ul.subnav-children ul.subnav-child li a {
    padding: 8px 0px 8px 45px;
}

.menu-collection li.active > span.icon-subnav {
    /*color: #d0d0d0;*/
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.menu-about li {
    margin-bottom: 12px;
}

.menu-about li a {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-about li.login {
    background: #fcd203;
    border-radius: 30px;
    border: 1px solid #fcd203;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 36%;
}

.menu-about li.login span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.to-bottom-content {
    position: absolute;
    bottom: 60px;
    left: 70px;
}

.to-bottom-content .site-copyright p {
    font-size: 12px;
    opacity: .66;
    margin: 0;
}

/* ---------------------  Sidebar style  --------------------- */
.main-body {
    position: relative;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-nav.style--sidebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.site-nav.style--sidebar .site-nav-container {
    width: calc(100% + 20px);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.site-nav.style--sidebar .site-nav-container-last {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 70px 250px;
}

.site-nav.style--sidebar.show-filters .site-nav-container-last,
.site-nav.style--sidebar.show-cart .site-nav-container-last,
.site-nav.style--sidebar.show-search .site-nav-container-last {
    padding-bottom: 100px;
}

.site-nav.style--sidebar .site-nav-container .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}

.site-nav.style--sidebar .site-nav-container .subtitle {
    margin: 40px 0 0 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    opacity: .66;
}

#site-filters {
    display: none;
}

#site-nav--mobile.show-filters #site-filters {
    display: block
}

#site-nav--mobile.show-filters #site-navigation,
#site-nav--mobile.show-filters #site-cart,
#site-nav--mobile.show-filters #site-search {
    display: none
}

#site-search {
    display: none
}

#site-nav--mobile.show-search #site-search {
    display: block
}

#site-nav--mobile.show-search #site-navigation,
#site-nav--mobile.show-search #site-cart,
#site-nav--mobile.show-search #site-filters {
    display: none
}

#site-cart {
    display: none
}

#site-nav--mobile.show-cart #site-cart {
    display: block
}

#site-nav--mobile.show-cart #site-filters,
#site-nav--mobile.show-cart #site-navigation,
#site-nav--mobile.show-cart #site-search {
    display: none
}

.site-close-handle {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}

.site-close-handle .hamburger-menu .bar.animate {
    background: transparent;
}

.site-close-handle .hamburger-menu .bar.animate:before {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.site-close-handle .hamburger-menu .bar.animate:after {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.site-close-handle:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.modal-open #site-overlay {
    opacity: 1;
    visibility: visible;
}

/*--------------------- menu active ---------------------*/
#nav-menu .main-nav-menu .menu__list--top > li > a:before {
    content: '';
    top: 70%;
    left: 20px;
    right: 20px;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #000;
    z-index: 3;
}

#nav-menu .main-nav-menu .menu__list--top > li:hover > a:before {
    opacity: 1;
    visibility: visible;
}

.site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

.main-body.sidebar-move {
    right: 480px;
}

.site-nav.style--sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 992px) {
    .main-body.sidebar-move .box__slideshow-split:not(.back-to-normal) .site-box-background-container {
        transform: translateX(-480px);
    }
}

@media (max-width: 767px) {
    /* Header */
    .header-wrap-icon > span {
        display: inline-block !important;
    }

    .site-nav.style--sidebar {
        width: 345px;
    }

    .main-body.sidebar-move {
        right: 345px;
    }

    .site-nav.style--sidebar .site-nav-container {
        width: 100%
    }

    .site-nav.style--sidebar .site-nav-container-last {
        padding: 20px 20px 0;
    }

    .site-close-handle {
        top: 20px;
        right: 20px;
    }

    .to-bottom-content {
        left: 30px
    }

    /* site cart */
    .cart-view a.linktocheckout {
        font-size: 11px;
        padding: 15px 15px;
    }

    .cart-view a.linktocart {
        font-size: 11px;
        padding: 15px 6px;
    }

    /* site menu */
    .menu-collection li.navi1 > a {
        font-size: 16px;
    }

    .menu-collection ul.subnav-children li.navi2 > a {
        font-size: 16px;
    }
}

.site-close-handle .hamburger-menu .bar.animate:before {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .1s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .1s cubic-bezier(.23, 1, .32, 1);
}

.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    background: #252a2b;
    -ms-transition: bottom .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
    -webkit-transition: bottom .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
    transition: bottom .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
}

.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
    width: 25px;
    height: 3px;
}

.site-close-handle .hamburger-menu .bar.animate:after {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .1s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .1s cubic-bezier(.23, 1, .32, 1);
}

.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: #252a2b;
    -ms-transition: top .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
    -webkit-transition: top .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
    transition: top .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
}

/*--------------------------------quickview------------------------------------*/
#quick-view-modal {
    z-index: 9999;
    overflow: hidden;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

#quick-view-modal div#p-sliderproduct ul {
    margin: 0;
    overflow: hidden;
    padding-bottom: 2px;
}

#quick-view-modal div#p-sliderproduct {
    margin: auto;
}

#quick-view-modal li.product-thumb {
    float: none;
    display: block !important;
    width: 100%;
    border: 1px solid #f7f7f8;
    margin-top: 10px;
    margin-bottom: 3px;
}

#quick-view-modal li.product-thumb a {
    display: block;
    position: relative;
}

#quick-view-modal li.product-thumb img {
    max-width: 100%;
}

#quick-view-modal .form-input.head {
    width: 100%;
}

#quick-view-modal .form-input {
    float: left;
    width: 300px;
    max-width: 100%;
}

#quick-view-modal .product-title h3 {
    font-size: 19px;
    font-weight: 700;
    color: #252a2b;
    margin: 0 0 5px;
    line-height: 26px;
}

#quick-view-modal .product-price {
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1;
}

.product-price span.pro-price {
    color: #252a2b;
    font-size: 18px;
    opacity: .92;
    font-weight: 700;
}

.hide {
    display: none !important;
}

.swatch .select-swap {
    display: inline-block;
    /*vertical-align: middle;*/
    margin: 5px 0 5px 0;

}

.swatch .size {
    text-align: center;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*text-indent: 1px;*/
    /*text-overflow: '';*/
}

.swatch .swatch-element.color a {
    width: 30px;
    height: 30px;
    padding: 3px;
    border-radius: 50%;
    border: none;
    display: inline-block;
}

.swatch .swatch-element a {
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.swatch .swatch-element.color img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #dfe0e1;
}

#quick-view-modal .product-description {
    float: left;
    margin: 20px 0 0;
    color: #444;
    font-weight: 300;
}

.product-description .title-bl h2, .product-description h2, .product-description h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.selector-actions {
    float: left;
    width: 265px;
}

.select-quantity {
    margin-bottom: 15px;
}

#quick-view-modal button.btn-addcart, #quick-view-modal button.btn-soldout {
    font-size: 12px;
    background: #252a2b;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
}

#quick-view-modal .qv-readmore {
    text-align: center;
    padding: 12px 0;
    display: block;
}

#quick-view-modal .qv-readmore a {
    color: #000;
    font-weight: 700;
    font-size: 14px !important;
}

[role=button] {
    cursor: pointer;
}

/*------------------------------end-quickview----------------------------------*/

/*---------------------------home-banner-list-new-------------------------------*/

.wrapper-home-banner-top-new {
    padding: 130px 100px;
}

.style-2 .home-banner-list-new, .style-2 .home-banner-list-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 992px) {
    .style-2 .home-banner-list-new {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}

.home-banner-list-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.style-2 .home-banner-list-col.col-left, .style-2 .home-banner-list-col.col-right .col-right {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.style-2 .home-banner-list-col {
    width: 100%;
}

.style-2 .home-banner-list-col.col-left .home-banner-col-new:nth-child(1), .style-2 .home-banner-list-col.col-left .home-banner-col-new:nth-child(2) {
    width: 50%;
}

.style-2 .home-banner-list-col .home-banner-col-new {
    padding: 7.5px;
    width: 100%;
}

.banner-box-new {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.banner-box-new a {
    display: block;
}

.style-2 .home-banner-col-new.col-2 a:before {
    background-color: #5a5e6a;
}

.home-banner-col-new.col-2 a:before {
    background-color: #e6d4d0;
}
.home-banner-list-new .banner-box-new:hover .banner-title {
    opacity: 1;
}
.banner-box-new:hover:after {
    opacity: 1;
}
.banner-box-new:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .4s ease-in-out 0s;
}
.home-banner-list-new .banner-box-new .banner-title {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    text-align: center;
    transform: translate(-50%,-50%);
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all .4s ease-in-out 0s;
}
.home-banner-list-new .banner-box-new .banner-title h3 {
    color: #fff;
}


.style-2 .home-banner-list-new .banner-src img {
    width: 100%;
}

.style-2 .home-banner-list-col.col-right .col-4, .style-2 .home-banner-list-col.col-right .col-right {
    width: 50%;
}

.style-2 .home-banner-col-new.col-4 a:before {
    background-color: #abb7b5;
}

.home-banner-col-new.col-4 a:before {
    background-color: #efefef;
}

.home-banner-col-new.col-7 a:before {
    background-color: #d6d6d4;
}
.collab-list-img .list-img li:hover .collab-list-title {
    opacity: 1;
}
.collab-list-title {
    position: absolute;
    z-index: 1;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.collab-list-img li img {
    object-fit: cover;
}
.collab-list-title h3 {
    color: #fff;
}
.collab-list-img li:before {
    background-color: #abb7b5;
}
.collab-list-img .list-img li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .4s ease-in-out 0s;
}
.collab-list-img .list-img li:hover:after {
    opacity: 1;
}
    /*---------------------------end home-banner-list-new-------------------------------*/

/*----------------------------banner-collection-home--------------------------------*/
.img-content {
    padding-bottom: 20px;
}

.banner-collection {
    /*margin: 20px 0 20px;*/
    padding: 0 10px;
}

.collection-heading-title {
    padding-bottom: 30px;
}

.collec-text {
    display: inline;
    border-bottom: 2px #000 solid;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    .wrapper-home-banner-top-new {
        padding: 0;
    }

    .banner-collection .banner-collection-home {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
        grid-gap: 20px;
        grid-template-areas:
            "h1 h1"
            "h1 h1"
            "h2 h2"
            "h3 h4";
    }

    div.wrapper-heading-home {
        padding: 30px 0;
    }
    .pro-loop .product-img img {
        height: auto;
    }
    .heading-product {
        padding: 30px 0 30px;
    }
}

.banner-collection-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas:
            "h1 h1 h2 h2"
            "h1 h1 h3 h4";
}

.banner-collection__item:first-child {
    grid-area: h1;
}

.banner-collection__item__title {
    grid-area: h2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-collection__item:nth-child(2) {
    grid-area: h3;
}

.banner-collection__item:last-child {
    grid-area: h4;
}

/*.banner-collec-img {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*}*/

/*.collec-title {*/
/*    padding-top: 100px;*/
/*}*/


/*.collec-banner-right a {*/
/*    display: block;*/
/*}*/

/*.content-collec h4 {*/
/*    display: inline;*/
/*    color: #7c7c7c;*/
/*}*/

.content-collec h4 {
    font-size: 18px;
}

.content-collec a:hover h4:before {
    opacity: 1;
    visibility: visible;
}

.content-collec a h4:before {
    content: '';
    top: 70%;
    left: 20px;
    right: 20px;
    margin: auto;
    width: 80px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #000;
    z-index: 3;
}

/*----------------------------end-banner-collection-home--------------------------------*/

/*----------------------------------banner-newfeed-------------------------------------*/
.banner-newfeed {
    /*margin: 80px 0 100px;*/
}
.newfeed-heading {
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}
.newfeed-heading-title {
    padding: 120px 0 30px;
}
.see-all {
    padding-top: 20px;
}
.see-all a {
    border-bottom: 2px solid #000;
    font-size: 25px;
    font-weight: 500;
}

.newf-text {
    display: inline;
    border-bottom: 2px #000 solid;
    padding-bottom: 5px;
}

.banner-newf-img {
    display: inline-block;
}

.banner-newf-home {
    display: flex;
}

.banner-newfeed-home {
    display: flex;
}

.banner-home-newf-list {
    flex-wrap: wrap;
}

.newf-title {
    margin: 30px 0 30px 0;
    padding-top: 50px;
    border-top: 1.5px #000 solid;
}

.news-home-flex {
    display: flex;
    flex-wrap: wrap;
}

.newf-intro p {
    margin-bottom: 70px;
    font-family: 'SVN-Gilroy';
    font-weight: 500;
}

.item-article {
    margin-bottom: 10px;
    height: 100%;
    display: block;
}

.item-article .post-image {
    overflow: hidden;
}

.item-article .post-image img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-article .post-content h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
    font-style: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-article .post-content p {
    color: #666;
    font-size: 12px;
}

.newf-item {
    height: 100%;
}

.post-image a {
    height: 100%;
}

/*----------------------------------end-banner-newfeed-------------------------------------*/
/*header-new*/
.icon-search {
    vertical-align: -1px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/*--------------------------------------Responsive-Header----------------------------------*/
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 14px 0 0;
    }

    body .main-header {
        background: #fff;
        z-index: 998;
        position: sticky;
        top: 0;
        padding: 20px 20px;
        height: 70px;
        transition: transform .4s;
    }

    .wrap-logo img {
        max-width: 160px;
    }

    .wrap-logo a img {
        margin: 0 auto;
    }

    .header-wrap-icon > span {
        display: inline-block !important;
    }

    /*.header-wrap-icon, .header-wrap-icon>.group-icon {*/
    /*    width: 100%;*/
    /*}*/
    .wrap-logo img {
        max-width: 160px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-header {
        padding: 20px 0;
    }

    body .main-header {
        background: #fff;
        z-index: 998;
        position: sticky;
        top: 0;
        padding: 5px 20px;
        height: 70px;
        transition: transform .4s;
    }

    #site-menu-handle {
        padding-right: 80px;
        display: inline-block !important;
    }

    .main-header .wrap-logo img {
        display: inline;
    }

    .wrap-logo img {
        max-width: 180px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wrap-logo {
        float: left;
        width: 100%;
        text-align: center;
    }

}

@media screen and (min-width: 1024px) {
    .header-wrap-icon {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: .5 0 0 !important;
    }
}

@media (max-width: 991px) {
    .header-wrap-icon {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .header-wrap-icon .icon-search {
        order: -1;
        -ms-order: -1;
    }

    .header-wrap-icon .icon-cart {
        margin-right: 0;
    }

}

/*-----------------------------------end-Responsive-Header----------------------------------*/

/*----------------------------------Responsive-main------------------------------------------*/
@media (max-width: 991px) {
    main {
        margin-top: 30px;
    }

    .style-2 .home-banner-list-new {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        padding: 0 7.5px;
    }

    .home-banner-list-new {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*.banner-collection-home {*/
    /*    display: block;*/
    /*}*/
    .collec-title {
        margin-top: 10px;
    }

    .banner-collec-img {
        margin-top: 30px;
    }

    .owl-prev {
        position: absolute;
        top: 50%;
        left: 20px;
        font-size: 20px;
        transform: translateY(-50%);
    }

    .owl-next {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 20px;
        transform: translateY(-50%);
    }

    .banner-newf-home {
        display: block;
    }

    .newf-name, .newf-description, .view-all-newf {
        text-align: center;
    }
}


/*-----------------------------------end-Responsive-main-----------------------------------*/

.image_link img {
    transition: transform 1.5s, filter 1.5s ease-in-out;
    /*filter: grayscale(100%);*/
}

.image_link img:hover {
    filter: grayscale(0);
    transform: scale(1.2);
}

/*-----------------------------------backtop---------------------------------------------*/
#bttop {
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: -40px;
    cursor: pointer;
    display: none;
    color: black;
    font-size: 11px;
    font-weight: 900;
    transform: rotate(-90deg);
    z-index: 99;
}

#bttop svg {
    height: 25px;
}

#bttop span {
    float: left;
    margin: 4px 10px;
}

.box-pro-detail {
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}