/* latin-ext */
@font-face {
    font-family: 'Pragmatica';
    src: url('/tp/T0375/fonts/PragmaticaMedium.otf');
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0
}


body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}

ol,ul,li {
    list-style: none
}

ul,ol {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

a img,iframe {
    border: none
}

img {
    vertical-align: middle
}

.item_product_home img,.item_kol img,.item_discover_home img,
.news__picture img{
    object-fit: scale-down;
}

img {
    border: 0;
    max-width: 100%
}
button, button:focus, input:focus{
    outline: none;
}
a:hover{
    text-decoration:none;
    color: #000;
}
a{
    color: #000;
}
.font-weight-600{
    font-weight: 600;
}
.position-unset{
    position: unset!important;
}
.owl-theme .owl-nav{
    margin: 0;
}
.btn:focus, .btn{
    border: none;
    box-shadow: none;
}

/*header*/
header.header-fixed #top_header{
    display: none;
}
header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
/*.top_header{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*}*/
.right_top_header ul li {
    margin: 0 5px;
}
.right_top_header ul li i{
    font-size: 15px;
}
.right_top_header ul li img{
    width: 12px;
}
.right_top_header ul li:last-child a, .right-top-header{
    font-size: 15px;
    font-weight: 500;
}
.right_top_header ul li a{
    display: flex;
    align-items: center;
}
.top_header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
}

.fir-ma-menu__accountMenu, .fir-ma-menu__signInMenu {
    position: absolute;
    top: calc(100% - 20px);
    right: 0;
    z-index: 1;
    display: flex;
    background: #fff;
    box-shadow: 0 8px 30px rgb(0 0 0 / 8%);
}
.fir-ma-menu__signInMenu {
    padding: 58px 50px 53px;
}
.fir-ma-menu__button, .fir-ma-menu__closeButton, .fir-ma-menu__signOutButton {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}
.fir-ma-menu__closeButton {
    position: relative;
    display: block;
}
.fir-ma-menu__closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
}
.fir-ma-menu__closeButton:after, .fir-ma-menu__closeButton:before {
    position: absolute;
    display: block;
    background: #000;
    content: "";
}
.fir-ma-menu__closeButton:hover:after {
    transform: rotate(
            -135deg);
}
.fir-ma-menu__closeButton:hover:before {
    transform: rotate(
            -225deg);
}
.fir-ma-menu__closeButton:before {
    transform: rotate(-45deg);
}
.fir-ma-menu__closeButton:after, .fir-ma-menu__closeButton:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 2px;
    margin: auto;
    will-change: transform;
}
.fir-ma-menu__closeButton:before, .fir-ma-menu__closeButton:after {
    transition: transform .3s cubic-bezier(0,0,.25,1);
}
.fir-ma-menu__closeButton:after {
    transform: rotate(45deg);
}
.fir-ma-menu__signInWithEmail {
    width: 320px;
}
.signin__title {
    margin: 0 0 47px;
    font: 400 36px/1.15 Chronicle,Times New Roman,Times,Georgia,serif;
    text-align: center;
}
.fir-ma-menu__signInMenu .signin__title {
    margin: 0 auto 37px;
    font-size: 30px;
    line-height: 34px;
}
.input__wrapper {
    margin-bottom: 30px;
}
.input {
    position: relative;
}
.input__label {
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.input__body {
    position: relative;
}
.input__field {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 15px 30px 15px 20px;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    outline: none;
    transition: border-color .35s ease,padding .35s ease;
    resize: none;
}
.input__validate-icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    overflow: hidden;
}
.link {
    position: relative;
    padding: 0;
    color: #2b2b2b;
    text-decoration: none;
    background-color: transparent;
    border: none;
    transition: color .35s ease-in-out;
}
.link_black {
    color: #000;
}
#formAcount_header .signin__forgotPassword {
    float: right;
}
.signin__forgotPassword {
    margin-top: -1px;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}
.link:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2b2b2b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .35s ease-in-out;
    will-change: transform;
    content: "";
}
.link_underlined:after {
    transform: scaleX(1);
}
.link_black:after {
    background-color: #000;
}
.signin__submit {
    margin-top: 40px;
}
.btn_block {
    display: block;
    width: 100%;
    text-align: center;
}
.btn_borders {
    padding: 17px 45px;
    color: #000;
    border: 1px solid #000;
}
.btn_borders, .btn_white {
    overflow: hidden;
}
.btn_borders.btn_block, .btn_white.btn_block {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    background: #fff;
}
.btn__name {
    position: relative;
    z-index: 1;
    display: block;
    white-space: nowrap;
}
.btn__icon, .btn__loading, .btn__name {
    transition: opacity .25s;
}
.btn_borders:after, .btn_white:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    left: -1px;
    display: block;
    height: 100%;
    margin: auto;
    background-color: #000;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .35s ease-in-out;
    content: "";
}
.fir-ma-menu__register {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
}
.fir-ma-menu__register .link {
    margin-left: 8px;
    line-height: 1;
}
.fir-ma-menu__signInMenu{
    display: none;
}
.fir-ma-menu__signInMenu.close-user{
    display: none;
}
.link:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2b2b2b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .35s ease-in-out;
    will-change: transform;
    content: "";
}

@media (min-width: 993px){
    .btn_borders:hover, .btn_white:hover {
        color: #fff;
    }
    .btn_borders:hover:after, .btn_white:hover:after{
        transform: scaleY(1);
    }
}
.fir-ma-menu__signInMenu.active{
    display: block;
}
.fir-ma-menu__signInMenu.user_sigin{
    flex-direction: column;
    width: 280px;
    padding: 40px;
}
.fir-ma-menu__accountMenu__header {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}
.fir-ma-menu__accountMenu__navigation a:hover:before, .fir-ma-menu__accountMenu__footer a:hover:before {
    transform: scaleX(1);
}
.fir-ma-menu__accountMenu__navigation a:before, .fir-ma-menu__accountMenu__footer a:before {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .35s ease-in-out;
    will-change: transform;
    content: "";
}
.fir-ma-menu__accountMenu__navigation a{
    position: relative;
    margin-bottom: 19px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
}
.fir-ma-menu__accountMenu__navigation {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
 }
.fir-ma-menu__accountMenu__footer a{
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
}
.fir-ma-menu__accountMenu__footer {
    padding-top: 28px;
}


/*menu*/
.main-menu>ul>li>a:hover {
    color: red;
}
.main-menu, .right_icon_header{
    height: 100%;
}
.main-menu>ul>li {
    padding: 15px 0;
}
.main-menu>ul>li .list_menu_lv2 {
    border-left: 1px solid #ddd;
}
.main-menu>ul>li .list_menu_lv2.menu_right_home a:last-child {
    position: relative;
    display: inline-block;
}
.main-menu>ul>li .list_menu_lv2.menu_right_home a:last-child:after {
    content: '\f30b';
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    position: absolute;
    right: -30px;
    top: 0;
}
.main-menu>ul>li .list_menu_lv2 a {
    display: block;
}
.main-menu>ul>li>a {
    padding: 0 15px;
    display: inline-block;
    font-size: 15px;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 2px 1px #eee;
    padding: 0 30px;
}

.search_form button{
    margin: 0 5px;
}
.search_form input{
    border: none;
    border-bottom: 1px solid;
    height: 25px;
    margin: auto;
    font-size: 11px;
    text-align: left!important;
}
.total-cart-products{
    position: absolute;
    top: -5px;
    background: #000;
    color: #fff;
    padding: 0 4px;
    border-radius: 50%;
    font-size: 12px;
    right: -10px;
    line-height: 17px;
}
.right_icon_header li:last-child{
    position: relative;
}
.right_icon_header li i{
    font-size: 18px;
}
.right_icon_header li{
    margin: 0 7px;
}
.main-menu>ul>li .sub-menu a:hover{
    color: red;
}
.main-menu>ul>li:hover .sub-menu {
    display: block;
}
.img_lever_menu img{
    width: 100%;
}
.img_lever_menu{
    margin-right: 60px;
    position: relative;
}
.text-img-menu a{
    display: inline-block;
    background: #fff;
    font-weight: 600;
    color: #6b6969;
    padding: 15px 20px;
}
.text-img-menu h2 span{
    display: inline-block;
    background: #1a1a1a;
    padding: 10px;
}
.text-img-menu h2{
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.text-img-menu{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
}

/*end header*/

/*banner cache*/
.homepage_slider.owl-carousel .owl-nav button{
    top: 45%;
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
}
.homepage_slider.owl-carousel .owl-nav:hover button,.homepage_slider.owl-carousel .owl-nav button {
    background: transparent;
}
.homepage_slider.owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.homepage_slider.owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.homepage_slider.owl-theme .owl-dots .owl-dot.active span, .homepage_slider.owl-theme .owl-dots .owl-dot:hover span{
    border: 2px solid #fff;
    background: transparent;
    width: 12px;
    height: 12px;
}
.homepage_slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage_slider.owl-theme .owl-dots .owl-dot {
    height: 26px;
    width: 26px;
    display: flex;
}
.homepage_slider.owl-theme .owl-dots .owl-dot span{
    background: #fff;
    width: 6px;
    height: 6px;
    margin: auto;
}
.homepage_slider.owl-carousel .owl-item .title_banner h2{
    color: #fff;
    text-transform: uppercase;
}
.homepage_slider.owl-carousel .owl-item .title_banner {
    position: absolute;
    right: 0;
    left: 0;
    top:50%;
    text-align: center;
}
.homepage_slider.owl-carousel .owl-item .title_banner a{
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.homepage_slider.owl-carousel .owl-item .title_banner img{
    height: 40px;
    width: auto;
    margin: auto;
}
/*end banner cache*/

/*kol_index*/
.kol_index .title{
    font-size: 35px;
    margin: 0;
    padding: 10px;
}
.kol_index{
    background: #000;
    color: #fff;
}
.text_bottom_kol .item p{
    font-size: 25px;
    margin: 10px 0;
}
/*product home*/

.item_product_home img{
    width: 100%;
}
.item_product_home h3{
    position: absolute;
    bottom: 30%;
    color: #fff;
    width: 100%;
}
/*discover*/
.discover_home{
    margin: 0.5px 0;
}
.item_discover_home a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    margin: 0 .5px;
}
.item_discover_home a:hover:after {
    opacity: .5;
}
.item_discover_home a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #292d2b;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.item_discover_home{
    width: calc((100% - 1px) / 4);
    float: left;
}
.item_discover_home .name_hover h4{
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}
.item_discover_home .name_hover.hover_block{
    top: 40px;
}
.item_discover_home .name_hover:not(.hover_block) h4{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.item_discover_home:hover .name_hover:not(.hover_block) {
    left: 130%;
}
.item_discover_home .name_hover:not(.hover_block) {
    position: absolute;
    top: 10%;
    width: 100%;
}
.item_discover_home:hover .name_hover.hover_block {
    left: 0;
    right: 0;
}
.item_discover_home .name_hover.hover_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: .3s all cubic-bezier(.83, 0, .17, 1);
    -moz-transition: .3s all cubic-bezier(.83, 0, .17, 1);
    -ms-transition: .3s all cubic-bezier(.83, 0, .17, 1);
    -o-transition: .3s all cubic-bezier(.83, 0, .17, 1);
    transition: .3s all cubic-bezier(.83, 0, .17, 1);
    top: 10%;
    left: -90%;
    z-index: 1;
    justify-content: center;
}
.text_bottom_discover span:before,
.text_bottom_discover span:after{
    content: '';
    width: 50px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text_bottom_discover span:hover:after{
    right: -50px;
    opacity: 0;
    -webkit-transition: .2s all ease-in-out,0s color;
    -moz-transition: .2s all ease-in-out,0s color;
    -ms-transition: .2s all ease-in-out,0s color;
    -o-transition: .2s all ease-in-out,0s color;
    transition: .2s all ease-in-out,0s color;
}
.text_bottom_discover span:after{
    right: 0;
    -webkit-transition: .2s all ease-in-out .1s,0s color;
    -moz-transition: .2s all ease-in-out .1s,0s color;
    -ms-transition: .2s all ease-in-out .1s,0s color;
    -o-transition: .2s all ease-in-out .1s,0s color;
    transition: .2s all ease-in-out .1s,0s color;
}
.text_bottom_discover span:hover{
    padding-right: 0;
    padding-left: 70px;
    -webkit-transition: .2s all ease-in-out,.2s color ease-in-out;
    -moz-transition: .2s all ease-in-out,.2s color ease-in-out;
    -ms-transition: .2s all ease-in-out,.2s color ease-in-out;
    -o-transition: .2s all ease-in-out,.2s color ease-in-out;
    transition: .2s all ease-in-out,.2s color ease-in-out;
}
.text_bottom_discover span:hover:before{
    left: 0;
    opacity: 1;
    -webkit-transition: .2s all ease-in-out .1s,0s color;
    -moz-transition: .2s all ease-in-out .1s,0s color;
    -ms-transition: .2s all ease-in-out .1s,0s color;
    -o-transition: .2s all ease-in-out .1s,0s color;
    transition: .2s all ease-in-out .1s,0s color;
}
.text_bottom_discover span:before{
    left: -70px;
    opacity: 0;
    -webkit-transition: .2s all ease-in-out,0s color;
    -moz-transition: .2s all ease-in-out,0s color;
    -ms-transition: .2s all ease-in-out,0s color;
    -o-transition: .2s all ease-in-out,0s color;
    transition: .2s all ease-in-out,0s color;
}
.text_bottom_discover span{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #Fff;
    padding-right: 70px;
}
.item_discover_home:hover .text_bottom_discover  {
    bottom: 40px;
}
.text_bottom_discover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    letter-spacing: 1.71px;
    z-index: 1;
}

/*news*/
.news_home {
    width: 100%;
    /*min-height: 100vh;*/
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    background: #f2f2f2;
}
.news_aside {
    display: none;
}
.title_section_news{
    pointer-events: none;
    transition: opacity .3s linear;
    opacity: 1;
    font-size: 24px;
    color: #000;
    letter-spacing: 5.5px;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    left: .75rem;
    z-index: 9;
}
.news__picture {
    position: sticky;
    top: 15%;
    transform: translateY(-15%);
}
.news__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.news-post__title a:hover {
    color: #212529;
}
.news-post__header {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 1px;
}
.news-post__date {
    color: #878787;
}
.news-post__title {
    color: #000;
    font-size: 1.125rem;
    letter-spacing: 2.5px;
}
.news-post__title a {
    color: #212529;
    text-decoration: none;
}
.news-post__title img{
    position: relative;
    width: 1rem;
}
.see_more_news:hover{
    opacity: 1;
}
.see_more_news img{
    width: 1.2rem;
}
.see_more_news{
    opacity: .25;
    transition: opacity .3s ease;
    font-size: 1.4rem;
    letter-spacing: 2.5px;
    margin-top: 20px;
    display: inline-block;
}
.vertical-clip-picture-leave-active {
    transition: all .5s ease-out;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}
.vertical-clip-picture-leave-to {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transform: translate3d(15%,0,0) translateY(-15%)
}
/*instagram_index*/
.instagram_index .icon_ins{
    font-size: 40px;
}
.instagram_index p a:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2b2b2b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .35s ease-in-out;
    will-change: transform;
    content: "";
}
.instagram_index p a{
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}
.instagram_index h2 a{
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color .35s ease;
}
.instagram_index h2 a:hover {
    border-bottom-color: #000;
}
.instagram_index h2{
    margin: 37px 0 24px;
    font: 400 48px/1 Chronicle,Times New Roman,Times,Georgia,serif;
}
/*album home*/
.items_album_home {
    box-sizing: border-box;
    margin-top: 80px;
    padding: 0 30px;
    margin-bottom: 10px;
}
.items_inner_album{
    justify-content: space-between;
    width: 100%;
}
.items_main_album{
    position: relative;
    width: calc(16.66667% - 8.33333px);
}
.items_main_album:not(:first-child) {
    margin-left: 10px;
}
.items_main_album a{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.items_main_album a:after {
    z-index: 2;
    background: url(/tp/T0375/img/insta.svg) 50% 50% no-repeat;
    background-size: 20px;
    transform: scale(.25);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: visibility .4s ease,transform .75s cubic-bezier(.2,.8,.6,1),opacity .4s ease;
}
.items_main_album a:before {
    z-index: 1;
    background-color: rgba(0,0,0,.3);
    transition: visibility .4s ease,opacity .4s ease;
}
.items_main_album a:after, .items_main_album a:before {
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
}

.items_main_album a .img_item_album{
    z-index: 0;
    display: block;
    background-position: 50%;
    background-size: cover;
    transform: scale(1);
    transition: transform .95s ease-out;
    will-change: transform;
}
.items_main_album a .img_item_album,.items_main_album a:after, .items_main_album a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*footer*/
.footer-center-title{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}
.footer-center-detail.icon_social_footer ul li img{
    width: 20px;
}
.footer-center-detail.icon_social_footer ul li i{
    font-size: 24px;
    margin-top: 1px;
    margin-right: 20px;
}
.footer-center-detail ul li a{
    color: #222;
}
.footer-center-detail ul li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer_top{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F2F2F2;
}

#newsletter_footer button:hover:before {
    transform: scaleY(1);
}
#newsletter_footer button:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
    margin: auto;
    background: #000;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .5s cubic-bezier(0,0,.25,1);
}
#newsletter_footer button:hover span{
    color: #fff;
}
#newsletter_footer button span{
    position: relative;
    z-index: 1;
    transition: color .3s ease .2s;
}
#newsletter_footer button{
    background: #fff;
    border: 1px solid #000;
    padding: 0 15px;
    position: relative;
    border-left: none;
}
#newsletter_footer input{
    flex-grow: 1;
    height: 100%;
    padding: 5px 20px 5px 10px;
    border: 1px solid #000;
}
#newsletter_footer{
    background: #fff;
    height: 35px;
    font-size: 14px;
    color: #000;
}
.footer-bottom {
    background: #DBDBDB;
}
.footer-bottom .copyright {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 10px;
    align-items: center;
}
.footer-bottom .copyright .logo-footer img{
    height: 80px;
}
.footer-bottom .copyright > div {
    margin: 0 30px;
}
.footer-bottom .copyright p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #7A7A7A;
}
.footer-bottom .copyright .footer-bottom-cerf {
    color: #4E4E4E;
    font-size: 12px;
}
.footer-bottom .copyright .footer-bottom-cerf i {
    font-size: 14px;
    margin-right: 6px;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 10;
}
.back-to-top button i{
    font-size: 18px;
}
.back-to-top button {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    outline: 0;
    background: transparent;
    border: none;
}

/*category*/
.category_top{
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px #ddd, -1px -1px #ddd;
    z-index: 10;
    top: calc( var(--header-height) + 1px);
}

:root {
    --use-sticky-header: 1;
    --use-unsticky-header: 0;
}

.shopify-section--header {
    position: -webkit-sticky;
    position: sticky;
}

.Collapsible--padded {
    padding-left: 24px;
    padding-right: 24px;
}

.Collapsible {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.Collapsible__Inner {
    display: block;
    height: 0;
    visibility: hidden;
    transition: height .35s ease-in-out,visibility 0s ease-in-out .35s;
    overflow: hidden;
}
.Collapsible__Plus {
    position: absolute;
    right: 0;
    top: calc(50% - (11px / 2));
    width: 11px;
    height: 11px;
}

.Collapsible__Plus::after {
    width: 1px;
    height: 11px;
}
.Collapsible__Plus::before {
    width: 11px;
    height: 1px;
    opacity: 1;
}
.Collapsible__Plus::after, .Collapsible__Plus::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(
            -90deg
    );
    background-color: currentColor;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}
.Collapsible__Content {
    padding-bottom: 18px;
}
.Collapsible .Linklist::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.Collapsible .Linklist::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.Collapsible .Linklist::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.Collapsible .Linklist::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.Collapsible .Linklist {
    margin-bottom: 4px;
    max-height: 250px;
    overflow-y: scroll;
}

.color_product__Item {
    cursor: pointer;
}
.Linklist__Item {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.Linklist__Item.active .Linklist__Item__content:before {
    box-shadow: 0 0 0 0 #888, inset 0 0 0 0 #ddd;
    background-color: #444;
}
.Linklist__Item .Linklist__Item__content:before {
    content: "";
    display: inline-block;
    width: .9em;
    height: .9em;
    box-shadow: 0 0 0 0 #888;
    background-color: #ddd;
    margin-right: 5px;
}
.Collapsible.filter_size .Linklist .Linklist__Item{
    height: 36px;
    text-align: center;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    flex: 1 0 56px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 96%;
}
.Collapsible.filter_size .Linklist .Linklist__Item.active, .Collapsible.filter_size .Linklist .Linklist__Item:hover{
    border-color: #000;
}
.Collapsible.filter_size .Linklist {
    display: flex;
    flex-wrap: wrap;
}

.Collapsible .ColorSwatchList .color_product__Item{
    display: inline-block;
    margin: 6px 8px 6px 8px;
}
.Collapsible .ColorSwatchList .color_product__Item.active span::after {
    border: 1px solid currentColor!important;
}
.Collapsible .ColorSwatchList .color_product__Item span:hover::after {
    border: 1px solid #ddd;
}
.Collapsible .ColorSwatchList .color_product__Item {
    position: relative;
}
.Collapsible .ColorSwatchList .color_product__Item span::after {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
}
.Collapsible .ColorSwatchList span{
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    cursor: pointer;
    background-size: cover;
}
.Collapsible .ColorSwatchList {
    padding-top: 4px;
    padding-bottom: 10px;
}
.Collapsible__Button.active .Collapsible__Plus:after,.Collapsible__Button.active .Collapsible__Plus:before {
    transform: translate(-50%,-50%) rotate(
            90deg
    );
}
.Collapsible__Button.active .Collapsible__Plus:before {
    opacity: 0;
}
.Collapsible__Button {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    background: transparent;
    border: none;
}
.Collapsible.active .Collapsible__Inner {
    visibility: visible;
    transition: height .35s ease-in-out;
    overflow: visible;
    height: auto;
}
.CollectionFilters .Collapsible:first-child {
    border-top: none;
}
.breadcrumb li:not(:first-child)::before{
    content: "/\00a0";
    padding: 0 3px 0 10px;
    color: #ccc;
}
.breadcrumb{
    padding-left: 0;
}
.breadcrumb{
    background: #fff;
}


@media screen and (max-width: 640px) {
    .Header__LogoImage {
        max-width: 120px;
    }

}

:root {
    --header-is-not-transparent: 1;
    --header-is-transparent: 0;
}
.Collapsible+.Collapsible {
    border-top: none;
}


.p-active a i{
    font-size: 22px;
}
.p-active a:hover [data-tooltip] {
    right: 35px;
    opacity: 1;
    visibility: visible;
}
.p-active a [data-tooltip]:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-left: 6px solid rgba(0,0,0,.8);
    right: -12px;
    top: 6px;
}
.p-active a.wishlist.active {
    color: #e18965;
}
.p-active a [data-tooltip] {
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    white-space: nowrap;
    top: -5px;
    right: 45px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
}
.p-active {
    text-align: right;
    margin: 5px 0;
    position: absolute;
    top: 0;
    right: 5px;
    left: 0;
    z-index: 2;
}
.p-active a{
    text-decoration: none;
    transition: all .32s;
    color: #1f2f5c;
    outline: 0;
    position: relative;
}
.p-badge {
    background: #e18965;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    z-index: 2;
}
.fdc {
    flex-direction: column;
}

.swatch { padding:10px 0;width: 100%; float: left;border-bottom: 1px dotted #dfe0e1;}
.swatch .header{
    margin:0 0 8px;
    font-size:13px;
    text-align:left;
    color: #4c4c4b;
    line-height: initial;
}
.swatch input { display:none;}
.swatch > label.tt-label {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
    width: 85px;
    text-align: right;
}
.swatch .select-swap {display: inline-block;	vertical-align: middle;}
.limit-w .select-swap { width: 64%; }
.swatch input {display: none;}
.swatch .swatch-element {display: inline-block;	margin-right: 8px;position: relative;vertical-align: bottom;}
.swatch .swatch-element a{
    display: block;
    margin: 0;
    background: #fff;
    padding: 0 10px;
    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.soldout label span {overflow: hidden;position: relative;}
.swatch .swatch-element.color.soldout label span:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height:50%;
    background: url(//theme.hstatic.net/200000000131/1000466964/14/soldout.png?v=1033) no-repeat;
    background-size: contain;
}
.swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color a{
    width: 40px;
    height: 40px;
    padding: 2px;
    border-radius: 50%;
    border: none;
    display: inline-block;
}
.swatch .swatch-element.color img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #dfe0e1;
}
.swatch .swatch-element.color label.sd {background: transparent;border:1px solid #808284}
.swatch .swatch-element label.sd{
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.swatch .swatch-element.soldout:not(.color) label {overflow: hidden;}
.swatch .swatch-element.soldout:not(.color) label:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height:50%;
    background: url(//theme.hstatic.net/200000000131/1000466964/14/soldout.png?v=1033) no-repeat;
    background-size: contain;
}
.quick-view-modal row{
    margin: 0!important;
}
#p-sliderproduct{
    margin-top: 15px;
}
/*-------------------------------------------------------------------------
QUICKVIEW
--------------------------------------------------------------*/
#quick-view-modal {z-index: 9999;overflow: hidden}
#quick-view-modal h4.modal-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
#quick-view-modal .selector-wrapper label {width: 25%;}
#quick-view-modal .selector-wrapper {width: 100%;float: left;margin: 0px 0px 10px 0px;}
.m-sku, .m-vendor {font-size: 12px;color: #a3a5a7;margin-bottom: 5px;}
#quick-view-modal .btn-detail {float: left;}
#quick-view-modal .form-input label {color: #000;font-weight: bold;margin-bottom: 10px;}
#quick-view-modal .form-input {float: left;width: 300px;max-width: 100%;}
#quick-view-modal .form-input.head {width: 100%;}
#quick-view-modal .modal-body {padding:30px;}
#quick-view-modal .form-input input[type=number] {
    max-width: 55px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#quick-view-modal .qv-readmore a {color: #000;font-weight: bold;font-size: 14px !important;}
#quick-view-modal .qv-readmore {text-align:center;padding: 12px 0px;display: block}
#quick-view-modal div#p-sliderproduct {margin: auto;}
#quick-view-modal div#p-sliderproduct ul {margin: 0;overflow:hidden;padding-bottom:2px;}
#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.active {border-color: #000;}
#quick-view-modal .product-thumb.active a {position: relative;}
#quick-view-modal .product-thumb.active a:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #000;
    content: "";
    position: absolute;
    top: -7px;
    left: -2px;
    right: 0px;
    margin: auto;
    width: 6px;
}
#quick-view-modal li.product-thumb img {max-width: 100%;}
#quick-view-modal .image-zoom.row {text-align: center;}
#quick-view-modal .image-zoom > img {
    max-width: 100%;
    margin-bottom:5px;
}
#quick-view-modal .btn-soldout {width: 100%;}
#quick-view-modal button.btn-addcart,
#quick-view-modal button.btn-soldout {
    font-size: 12px;
    background: #252a2b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
}
#quick-view-modal button.btn-addcart:hover {background: #58b3f0;}
#quick-view-modal .btn-soldout {
    background: #58b3f0;
}
#quick-view-modal .modal-content{border: none;}
#quick-view-modal del {
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    color: #9e9e9e!important;
}
#quick-view-modal .modal-header {background: #000;padding: 10px;}
#quick-view-modal .modal-header .close {
    position: absolute;
    margin-top: 0;
    background: transparent;
    top: 15px;
    outline: none;
    padding: 0;
    height: auto;
    width: auto;
    right: 13px;
    opacity:1;
    text-shadow: none;
}
#quick-view-modal .modal-header .close a {color:#fff;}
#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;
}
#quick-view-modal .p-price {
    color: #252a2b;
    font-size: 17px;
    opacity: .92;
    font-weight: bold;
}
#quick-view-modal .product-description {float: left;margin: 20px 0 0;color:#444; font-weight:300;}
#quick-view-modal .product-description h4 {
    color: #252a2b;
    font-size: 13px;
    font-weight: 700;
}
#quick-view-modal .owl-carousel .owl-nav button {
    width: 25px;
    height: 30px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    background: #000;
    top: 60%;
    transform: translateY(-60%);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
#quick-view-modal .slides:hover .owl-nav button{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
#quick-view-modal .owl-carousel .owl-nav button.owl-next {right: -30px;}
#quick-view-modal .owl-carousel .owl-nav button.owl-prev {left: -30px;}
#quick-view-modal .slides:hover .owl-nav button.owl-next {right: 1px;}
#quick-view-modal .slides:hover .owl-nav button.owl-prev {left: 1px;}
#quick-view-modal .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    line-height: 1;
    font-size: 0;
    padding: 5px;
    /* background: rgba(0, 166, 81, .2); */
    background: #f1f1f1;
    display: none !important;
}
#quick-view-modal .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid;
    border-color: #00adef;
    margin: 0px 3px;
    line-height: 1;
}
#quick-view-modal .owl-carousel .owl-dots .owl-dot.active {background: #00adef;}
#quick-view-modal .owl-carousel .owl-nav button:hover {
    background: #58b3f0;
    color: #fff;
}


/*cart*/
.site-nav.style--sidebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    color:#000;
    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 {color:#000;font-size:13px;	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: 50px;
    right: 60px;
    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: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.site-overlay.active {opacity: 1;	visibility: visible;}
.site-nav.style--sidebar.active {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform: translateX(0);}

/* ===  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{float: left;width: 100%;}
.cart-view table td a {font-size: 12px;font-weight:600;color:#252a2b;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,.cart-view a.linktoupdate {
    background: #252a2b;
    color: #ffffff;
    border: 1px solid #252a2b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 25px;
}
.cart-view a.linktocheckout:hover,.cart-view a.linktoupdate:hover{background:#323030;border-color:#323030;}
.cart-view a.linktocart:hover {color:#323030;}
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: 25px 0;position: relative;padding-right: 20px; }
.remove-cart {
    position: absolute;
    right: 5px;
    top: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 10;
}
.remove-cart a i{color:#000;}
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;float: left;line-height: 26px;font-weight: 500;	opacity: 0.7;}
#cart-view tr:last-child {border: none;}
.cart-view-freeship, .cart-view-fresship td {text-align: right;color:#7d7d7d;}
.cart-view-freeship a, .cart-view-thang-5 a {
    color: #a73340!important;
    text-decoration: underline;
    font-weight: 600;
}
.added-cart-view-thang-5{
    color: #a73340!important;
}
#cart-view .cart_quality {display: inline-block; float:left;margin-right: 10px;}
#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 .fal:hover {
    background: #fafafa;
}
#cart-view .cart_quality .fal.fa-minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#cart-view .cart_quality .fal.fa-plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#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 input[readonly] {
    border: 1px solid #e1e1e1;
}
#cart-view .cart_quality input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.hamburger-menu {
    width: 27px;
    height: 19px;
    cursor: pointer;
    display: block;
    transition: all 150ms linear;
    position: relative;
}
.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {width: 27px;height: 3px;}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    background: #252a2b;
    -ms-transition:bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
    -webkit-transition:bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: #252a2b;
    -ms-transition:top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
    -webkit-transition:top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1),width 150ms linear,background 150ms linear;
}
.hamburger-menu .bar {
    position: relative;
    background: #252a2b;
    display: block;
    top:8px;
    -ms-transition:all 0ms 100ms, width 150ms linear;
    -webkit-transition:all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform:translateY(7px);
    -webkit-transform:translateY(7px);
    transform: translateY(7px);
}
.hamburger-menu:not(.active):hover .bar{width: 31px;}
.hamburger-menu:not(.active):hover .bar:before{width: 17px;}
.hamburger-menu:not(.active):hover .bar:after{width: 20px;}

.cart-empty__btn:hover:after,.cart__checkout-btn:hover:after {
    height: 100%;
}
.cart-empty__btn:after,.cart__checkout-btn:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 0;
    background-color: #fff;
    opacity: .2;
    transition: height .35s ease-in-out;
    content: "";
}
.cart-empty__btn:hover,.cart__checkout-btn:hover {
    color: #fff;
}
.cart__checkout-btn {
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    display: flex;
    width: 100%;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.cart-empty__btn {
    width: 300px;
    margin-top: 40px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 0;
}
.waiting-spin-content-web {
    display: none;
    background-color: rgba(255,255,255,.85);
    bottom: 0;
    color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.cart-empty:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(
            90deg
            ,#e4e4e4 100%,transparent 0) 0 0 no-repeat,linear-gradient(
            90deg
            ,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) top repeat-x,linear-gradient(
            90deg
            ,#e4e4e4 100%,transparent 0) 100% 0 no-repeat,linear-gradient(
            0deg
            ,#e4e4e4 100%,transparent 0) 0 0 no-repeat,linear-gradient(
            0deg
            ,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) 0 repeat-y,linear-gradient(
            0deg
            ,#e4e4e4 100%,transparent 0) 0 100% no-repeat,linear-gradient(
            90deg
            ,#e4e4e4 100%,transparent 0) 0 100% no-repeat,linear-gradient(
            90deg
            ,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) bottom repeat-x,linear-gradient(
            90deg
            ,#e4e4e4 100%,transparent 0) 100% 100% no-repeat,linear-gradient(
            0deg
            ,#e4e4e4 100%,transparent 0) 100% 0 no-repeat,linear-gradient(
            0deg
            ,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) 100% repeat-y,linear-gradient(
            0deg
            ,#e4e4e4 100%,transparent 0) 100% 100% no-repeat;
    background-size: 6px 1px,12px 1px,6px 1px,1px 6px,1px 12px,1px 6px;
    pointer-events: none;
    content: "";
}

/*WISHLIST*/

.account_header h2{
    margin: 0;
    font: 400 48px/1 Chronicle,Times New Roman,Times,Georgia,serif;
    text-align: center;
    padding-top: 30px;
}

.wishlist-header__sub-title a{
    text-decoration: underline;
}
.wishlist-header__sub-title {
    margin: 56px 0 0;
    font: 400 24px/30px Chronicle,Times New Roman,Times,Georgia,serif;
}

.wishlist-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
    padding-top: 15px;
}
.wishlist-item {
    position: relative;
    z-index: 0;
    flex-basis: calc(25% - 50px);
    margin: 50px 25px 0;
    padding-top: 27px;
}
.wishlist-item:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -15px;
    bottom: -20px;
    left: -15px;
    display: block;
    margin: auto;
    box-shadow: 0 10px 35px rgb(0 0 0 / 6%);
    opacity: 0;
    transition: opacity .35s;
    pointer-events: none;
}
.wishlist-item__remove {
    top: -16px;
    right: -20px;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
}
.wishlist-item__remove:before {
    transform: rotate(
            -45deg
    );
}
.wishlist-item__remove:before {
    transition: transform .3s cubic-bezier(0,0,.25,1);
}
.wishlist-item__remove:hover:before {
    transform: rotate(
            -225deg
    );
}
.wishlist-item__remove:hover:after {
    transform: rotate(
            -135deg
    );
}

.wishlist-item__remove:after, .wishlist-item__remove:before {
    position: absolute;
    display: block;
    background: #000;
    content: "";
}
.wishlist-item__remove:after, .wishlist-item__remove:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 2px;
    margin: auto;
    will-change: transform;
}
.btn_bottom a:last-child{
    color: #fff;
    background-color: #000;
}
.btn_bottom a.btn_white:hover{
    color: #fff;
}
.btn_bottom a.btn_white{
    color: #000;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.btn_bottom a:hover:after {
    transform: scaleY(1);
}
.btn_white:after {
    position: absolute;
    right: -1px;
    bottom: 0;
    left: -1px;
    display: block;
    height: 100%;
    margin: auto;
    background-color: #000;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .35s ease-in-out;
    content: "";
}

.btn_bottom a.btn_black:after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 0;
    background-color: #fff;
    opacity: .2;
    transition: height .35s ease-in-out;
    content: "";
}
.btn_bottom a{
    height: 50px;
    padding: 18px 0;
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0;
    position: relative;
    border-radius: 0;
    justify-content: center;
    align-items: center;
}
.btn_bottom{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.wishlist-item__remove:after {
    transform: rotate(
            45deg
    );
}
.wishlist-item__remove:hover:after {
    transform: rotate(
            -135deg
    );
}
.wishlist-item__remove:after {
    transition: transform .4s cubic-bezier(0,0,.25,1) .1s;
}
.btn_white span{
    z-index: 1;
}
.container_wishlist {
    max-width: 1250px;
    padding-top: 30px;
    padding-bottom: 70px;
}
.content_product a{
    font-weight: bold;
}
.cart-empty {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto 150px;
    padding: 60px;
    text-align: center;
}
.cart-empty__title {
    margin: 0;
    font: 400 30px/1 Chronicle,Times New Roman,Times,Georgia,serif;
}
.cart-empty__desc {
    margin: 28px 0 0;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1;
}
.list_relate_news.owl-theme .owl-nav button{
    position: absolute;
    top: 35%;
    font-size: 30px;
    color: #000;
    background: #fff;
    padding: 10px 10px!important;
}
.icon_fire_product{
    font-size: 12px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_fire_product img{
    width: 20px!important;
}
.PDP_bottom .icon_fire_product img {
    width: 20px;
}
.icon_fire_product .font-weight-bold{
    margin: 0 5px;
}

/*popup index*/
.newsletter-popup__content {
    flex-grow: 1;
    width: 100%;
    max-width: 1000px;
    margin-top: 145px;
    margin-right: 49px;
    margin-left: 49px;
    z-index: 1;
    max-height: 100%;
}
.newsletter-popup__content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 145px;
}
.newsletter-popup__close i{
    font-size: 35px;
}
.newsletter-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    z-index: 1;
    cursor: pointer;
    transition: opacity .3s;
    background: transparent;
    border: none;
}
.newsletter-popup__image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter-popup__image-wrapper {
    width: 50%;
    max-width: 500px;
    height: auto;
}
.newsletter-popup__form-wrapper {
    position: relative;
    padding-top: 126px;
    padding-right: 62px;
    padding-left: 62px;
    padding-bottom: 107px;
    width: 50%;
    background-color: #fff;
}
.newsletter-popup__subtitle {
    font-size: 18px;
    letter-spacing: -.06px;
    line-height: 1.778;
}
.newsletter-popup__title {
    margin-top: 16px;
    color: #000;
    letter-spacing: 2.86px;
    line-height: 1.5;
}
.contact-form {
    max-width: none;
    margin-top: 25px;
    margin-left: 0;
}
.newsletter .form-input-halves {
    display: flex;
    margin: 0 -.75rem;
    width: calc(100% + 1.5rem);
}
.newsletter .contact-form .form-group-wrapper {
    flex: 1 1 auto;
    margin: 0 .75rem;
}
.newsletter .contact-form .form-group {
    position: relative;
    margin-bottom: 18px;
}
.newsletter .contact-form input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.43);
    outline: 0;
    font-size: 14px;
    color: #757575;
    margin-bottom: 0;
    transition-property: color,border-color;
    transition-duration: .2s;
    font-style: inherit;
    font-weight: 300;
    padding: 12px 0;
    background-color: #fff;
    width: 100%;
}
.newsletter .contact-form input:focus {
    color: #000;
    margin-bottom: -1px;
    border-bottom-color: #000;
    border-bottom-width: 2px;
}
.newsletter .contact-form .newsletter__label {
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 0;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.563;
    color: #757575;
    text-transform: uppercase;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    transition-property: top,font-size,letter-spacing,color;
    transition-duration: .2s;
}
.newsletter .contact-form input:focus + .newsletter__label {
    top: 0;
    color: #000;
}

.input-group-btn-wrap {
    margin-top: 29px;
}
.newsletter .contact-form #Subscribe .newsletter__submit-text{
    position: relative;
    z-index: 1;
}
.newsletter .contact-form #Subscribe:hover:after {
    transform: scaleX(1) skew(
            -45deg);
    transform-origin: 0 50%;
}
.newsletter .contact-form #Subscribe:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0;
    background: #fff;
    opacity: .17;
    transform: scaleX(0) skew(
            -45deg);
    transition: transform .3s ease-in-out;
    transform-origin: 100% 50%;
}
.newsletter .contact-form #Subscribe {
    height: auto;
    margin-top: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    min-width: 142px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.375rem;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    transition: color .3s ease;
    border: none;
}
#popupHome .modal-dialog{
    pointer-events: unset;
}
#popupHome.show{
    display: flex!important;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    max-height: 100%;
    padding-right: 0!important;
}
.newsletter .contact-form input.input--not-empty+.newsletter__label {
    top: 0;
}
.success_message {
    color: #56ad6a;
    background-color: #ecfef0;
    border-radius: 0;
    padding: 6px 12px;
    border: 1px solid #56ad6a;
    text-align: left;
    line-height: 28px;
}
#popupHome .success_message{
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: visibility .4s ease,opacity .4s ease;
}
#popupHome.contact-form--success .success_message{
    opacity: 1;
    visibility: visible;
    display: block;
}
#popupHome.contact-form--success .main_form_popup{
    display: none;
}

.btn_black.btn_block {
    padding-right: 15px;
    padding-left: 15px;
}

.btn_black {
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    border-radius: 0;
}
.btn_disabled {
    cursor: default;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.btn_black:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 0;
    background-color: #fff;
    opacity: .2;
    transition: height .35s ease-in-out;
    content: "";
}
.edit_content {
    position: relative;
}
.edit_content:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(
            90deg,#e4e4e4 100%,transparent 0) 0 0 no-repeat,linear-gradient(
            90deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) top repeat-x,linear-gradient(
            90deg,#e4e4e4 100%,transparent 0) 100% 0 no-repeat,linear-gradient(
            0deg,#e4e4e4 100%,transparent 0) 0 0 no-repeat,linear-gradient(
            0deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) 0 repeat-y,linear-gradient(
            0deg,#e4e4e4 100%,transparent 0) 0 100% no-repeat,linear-gradient(
            90deg,#e4e4e4 100%,transparent 0) 0 100% no-repeat,linear-gradient(
            90deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) bottom repeat-x,linear-gradient(
            90deg,#e4e4e4 100%,transparent 0) 100% 100% no-repeat,linear-gradient(
            0deg,#e4e4e4 100%,transparent 0) 100% 0 no-repeat,linear-gradient(
            0deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) 100% repeat-y,linear-gradient(
            0deg,#e4e4e4 100%,transparent 0) 100% 100% no-repeat;
    background-size: 6px 1px,12px 1px,6px 1px,1px 6px,1px 12px,1px 6px;
    pointer-events: none;
    content: "";
}
select.input__field{
    height: 50px;
    padding: 13px 30px 13px 20px;
    cursor: pointer;
}
.cabinet-nav__link_logout {
    margin-top: 20px;
    font-weight: 600;
}

.cabinet-nav__link {
    margin-bottom: 20px;
    color: #000;
    line-height: 1;
    cursor: pointer;
}
.icon_menu_account{
    text-align: right;
    font-size: 16px;
    margin: 20px 0;
}
.right_icon_header{
    justify-content: end;
}
.top_header{
    display: none;
}
#logo_header{
    padding: 10px 0;
}
#logo_header .logo-wrapper img{
    max-height: 80px;
}
.right_icon_header li{
    margin: 0 25px 0 0;
}
.out-stock-product{
    background: #e18965;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    z-index: 3;
    display: inline-block;
    top: 0;
    left: 0;
    min-width: 112px;
}

/**
 * ----------------------------------------------------------------------------
 * Product item
 * ----------------------------------------------------------------------------
 */
.ProductItem {
    text-align: center;
    white-space: normal; }

.js .ProductList--grid .ProductItem {
    visibility: hidden; }

.ProductItem__Wrapper {
    position: relative; }

.ProductItem__ImageWrapper {
    display: block; }

.ProductItem__Image--alternate {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.ProductItem__LabelList {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    left: 10px;
    top: 6px;
    text-align: left; }

.ProductItem__Label {
    display: block;
    font-size: 8px;
    margin: 4px 0;
    padding: 2px 6px;
    background: white;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }

.ProductItem__Info {
    margin-top: 20px;
    font-size: 10px; }

.ProductItem__Info--left {
    text-align: left; }

.ProductItem__Info--right {
    text-align: right; }

.ProductItem__Vendor,
.ProductItem__Title {
    display: block;
    margin-bottom: 15px;
}
h2.ProductItem__Title{
    line-height: 0.7;
}
h2.ProductItem__Title a{
    font-size: 12px;
    letter-spacing: .2em;
}
.ProductItem__ColorSwatchList {
    margin-top: 15px; }

.ProductItem__ColorSwatchItem {
    display: inline-block;
    margin: 0 5px; }
.ProductItem__PriceList span:last-child{
    margin-left: 10px;
}
.ProductItem__PriceList span{
    font-size: 11px;
    display: inline-block;
    color: #1c1b1b;
    font-weight: 700;
    letter-spacing: .2em;
}
.ProductItem__PriceList .Price--highlight {
    color: #f94c43;
}
.ProductItem__ColorSwatchList + .ProductItem__PriceList {
    margin-top: 12px; }


.pro-loop .p-img-box  {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.pro-loop .p-img-box picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: .7s
}

.pro-loop .p-img-box picture:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}
@media (min-width: 1240px) {
    .wrapper {
        padding: 0 80px;
    }
}

@media screen and (min-width: 1024px) {
    .pro-loop .p-img-box:hover picture:nth-of-type(2) {
        opacity: 1;
        visibility: visible
    }

    .pro-loop .p-img-box.added:hover picture:not(.not-product):nth-of-type(1) {
        opacity: 0;
        visibility: hidden
    }

}

@media (min-width: 1201px) {
    .search_form input{
        width: 150px;
    }
    .footer_top .container{
        max-width: 100%;
    }
    .link:hover:after {
        transform: scaleX(1);
    }
}
@media (max-width: 1440px) {
    .bottom_header .container {
        max-width: 1180px;
        position: relative;
    }
}
@media (min-width: 1201px) and (max-width: 1440px) {
    .items_album_home {
        margin-top: 65px;
        padding: 0 25px;
    }
    .CollectionInner__Sidebar--withTopToolbar {
        top: calc(var(--header-height) * var(--use-sticky-header,0) + 105px);
    }

}
@media screen and (min-width: 1008px) {
    .CollectionInner__Products {
        flex: 1 0 0;
    }
}
@media (min-width: 993px) {
    .news_home {
        padding-top: 0;
    }
    .news_aside {
        flex: 1 1 40%;
        max-width: 40%;
        padding-left: 12%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 140px;
    }

    .title_section_news {
        left: 8%;
        top: 10%;
        transform: rotate(
                -90deg
        ) translateX(-100%);
        transform-origin: 0 50%;
    }
    .news_main {
        flex: 1 1 60%;
        max-width: 60%;
        padding-left: 63px;
        padding-bottom: 10vh;
        padding-top: 10vh;
    }
    .news__list__item {
        opacity: .25;
        transition: opacity .3s ease;
    }
    .news__list__item.is-active {
        opacity: 1;
    }
    .news-post {
        padding-right: 10%;
        margin-bottom: 2.5rem;
    }
    .news-post__header {
        font-size: 14px;
        letter-spacing: 2.33px;
    }
    .news-post__title {
        font-size: 1.4rem;
        letter-spacing: 2.5px;
    }
    .news-post__title img{
        width: 1.2rem;
        left: 0;
    }
    .CollectionInner__Sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 200px;
        flex: none;
        align-self: flex-start;
        width: 200px;
        margin: 0 16px 0 24px;
        padding-bottom: 50px;
    }
    .cart__checkout-btn:hover:after {
        height: 100%;
    }
    .btn_bottom a:last-child:hover:after{
        height: 100%;
    }
    .btn_white:hover:after {
        transform: scaleY(1);
    }
    .btn_white:hover {
        color: #fff;
    }
}
@media (min-width: 1201px) {
    .instagram_index p a:hover:after {
        transform: scaleX(1);
    }
    .items_main_album a:hover .img_item_album{
        transform: scale(1.12);
    }
    .items_main_album a:hover:after {
        transform: scale(1);
    }
    .items_main_album a:hover:after, .items_main_album a:hover:before {
        visibility: visible;
        opacity: 1;
    }
    .CollectionInner__Sidebar {
        margin-right: 10px;
        margin-left: 50px;
    }
    .CollectionInner__Sidebar .Collapsible {
        padding: 0;
    }
    .wishlist-item:hover:before {
        opacity: 1;
    }
    .product-loaded {
        position: relative;
        z-index: 0;
        transition: z-index 0s linear .3s;
    }
    .product-loaded:hover {
        z-index: 1;
        transition: z-index 0s linear 0s;
    }
    #newsletter_footer{
        width: 90%;
    }
}

@media (min-width: 769px) {

    .homepage_slider.owl-carousel .owl-item .title_banner h2{
        font-size: 50px;
    }
    .homepage_slider.owl-carousel .owl-nav button{
        font-size: 45px;
    }
    .category_top{
        flex-direction: row-reverse;
    }
    .CollectionToolbar__Group {
        flex-direction: row-reverse;
        flex: none;
    }
    .CollectionToolbar__Item {
        padding-left: 45px;
        padding-right: 45px;
        font-size: 12px;
    }
    .CollectionToolbar__Item--layout {
        border-left: none;
        width: 115px;
        border-right: 1px solid #ddd;
        white-space: nowrap;
    }
    .CollectionInner {
        margin-top: 50px;
    }
}


@media (max-width: 1199px) {
    .newsletter-popup__form-wrapper {
        padding-top: 60px;
        padding-right: 24px;
        padding-bottom: 63px;
        padding-left: 24px;
    }
}
@media (max-width: 767px) {
    .category_top{
        top: calc(var(--header-height) + 2px);
    }
    .item_discover_home .name_hover h4{
        font-size: 12px;
    }
    .bottom_header .wrapper{
        margin-right: 15px;
        margin-left: 15px;
    }
    .homepage_slider.owl-carousel .owl-item .title_banner h2{
        font-size: 20px;
    }
    .homepage_slider.owl-carousel .owl-item .title_banner{
        top: 35%;
    }
    .homepage_slider.owl-carousel .owl-item .title_banner img{
        height: 30px;
    }
    .homepage_slider.owl-carousel .owl-nav .owl-next{
        right: 0;
    }
    .homepage_slider.owl-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .homepage_slider.owl-carousel .owl-nav button{
        top: 34%;
        font-size: 25px;
    }
    .homepage_slider.owl-theme .owl-dots{
        bottom: 0;
    }
    .news-post__title a{
        font-size: 13px;
    }
    #menu-mobile {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        font-size: 15px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: .3s all;
    }
    #menu-mobile.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    .mm-icon-close {
        position: absolute;
        top: 0;
        right: calc(20% - 18px);
        background: #fff;
        z-index: 9;
        padding: 0 5px;
    }
    #menu-mobile .mm-icon-close i {
        font-size: 15px;
    }
    .my-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: rgba(0,0,0,.5);
    }
    #menu-mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: auto;
        background: #fff;
        position: relative;
        width: 80%;
        height: 100%;
        z-index: 9;
    }
    .mobile-nav-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 15px;
    }
    #menu-mobile>ul>li>a {
        text-transform: uppercase;
        width: calc(100% - 25px);
    }
    #menu-mobile i {
        font-size: 18px;
    }
    #menu-mobile>ul>li ul {
        display: none;
    }
    #menu-mobile .m-nav-lv-2>li {
        padding: 10px 0;
        font-size: 14px;
    }
    #menu-mobile .m-nav-lv-2>li>a {
        font-weight: 600;
        width: calc(100% - 25px);
    }
    .mobile-nav-item i.active {
        transform: rotate(
                180deg
        );
    }
    #menu-mobile>ul>li.normal-menu-item>a {
        text-transform: none;
    }
    .mobile-nav-item.m-nav-account {
        width: 50%;
        display: inline-flex;
        padding: 10px 0 0;
    }
    #menu-mobile>ul>li.mobile-nav-item.m-nav-account>a {
        width: 100%;
        font-size: 16px;
    }
    .text_bottom_kol .item p{
        font-size: 13px;
        text-align: center;
    }
    .kol_index .title{
        font-size: 25px;
    }
    .main-menu, .right_icon_header{
        justify-content: flex-end;
    }
    .search_mobile.header_search input{
        width: 100%;
    }
    .search_mobile.header_search.active{
        opacity: 1;
        visibility: visible;
        transition: visibility .4s ease,opacity .4s ease;
        display: block;
    }
    .search_mobile.header_search{
        padding: 0 10px;
        opacity: 0;
        visibility: hidden;
        margin-bottom: 10px;
        display: none;
    }
    .item_discover_home{
        width: calc((100% - 1px)/2);
    }
    .homepage_slider.owl-carousel .owl-item .title_banner a{
        padding: 5px 10px;
        font-size: 12px;
    }
    .news_main {
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .news__list__item .news-post {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
    .items_main_album{
        width: auto;
    }
    .top_header{
        display: none;
    }
    .logo_header img{
        width: 100%;
    }
    .footer-bottom .copyright{
        flex-wrap: wrap;
    }
    .footer-bottom .copyright .logo-footer img{
        height: 40px;
    }
    .site-nav.style--sidebar{
        width: 100%;
    }
    .site-nav.style--sidebar .site-nav-container{
        width: calc(100% + 0px);
    }
    .site-nav.style--sidebar .site-nav-container-last{
        padding: 60px 10px 250px;
    }
    .items_album_home{
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .items_main_album a:after{
        opacity: 1;
        visibility: visible;
        background-size: 60px;
    }
    .see_more_news{
        opacity: 1;
        margin-bottom: 50px;
        font-size: 16px;
    }
    .item_discover_home .name_hover:not(.hover_block){
        left: 0;
        right: 0;
        text-align: center;
    }
    .item_discover_home .name_hover:not(.hover_block) h4{
        width: 100%;
        position: relative;
        justify-content: center;
    }
    .instagram_index h2 a{
        font-size: 18px;
    }
    .instagram_index h2{
        margin-top: 0;
    }
    .text_bottom_discover{
        bottom: 50px;
    }
    .right_icon_header li{
        margin: 0 10px;
    }
    .newsletter-popup__image-wrapper, .newsletter-popup__form-wrapper{
        width: 100%;
    }
    .newsletter-popup__image-wrapper{
        max-width: unset;
    }
    .newsletter-popup__content-wrapper{
        flex-direction: column;
    }
    .newsletter-popup__content{
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .newsletter-popup__form-wrapper {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 43px;
    }
    .newsletter-popup__close{
        color: #fff;
    }
    .newsletter .form-input-halves {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }
    .newsletter .contact-form .form-group-wrapper {
        flex: 1 1 100%;
        margin: 0;
    }

    .auth-mobile-tabs {
        display: flex;
    }
    .auth-mobile-tab_active {
        color: #000;
        font-weight: 700;
    }
    .auth-mobile-tab:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }
    .auth-mobile-tab_active:after {
        opacity: 1;
    }
    .auth__col_mobile-hidden {
        display: none;
    }
    .auth__col {
        width: 100%;
        margin: 0;
        padding: 40px 20px 35px;
    }
    .fir-ma-menu__signInMenu{
        position: fixed;
        left: 0;
        top: calc(var(--header-height) + -5px);
        padding: 50px 20px;
    }
    .menu_mobile_icon i{
        font-size: 22px;
    }
    .cabinet-nav:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: linear-gradient(
                90deg,#e4e4e4 100%,transparent 0) 0 0 no-repeat,linear-gradient(
                90deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) top repeat-x,linear-gradient(
                90deg,#e4e4e4 100%,transparent 0) 100% 0 no-repeat,linear-gradient(
                0deg,#e4e4e4 100%,transparent 0) 0 0 no-repeat,linear-gradient(
                0deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) 0 repeat-y,linear-gradient(
                0deg,#e4e4e4 100%,transparent 0) 0 100% no-repeat,linear-gradient(
                90deg,#e4e4e4 100%,transparent 0) 0 100% no-repeat,linear-gradient(
                90deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) bottom repeat-x,linear-gradient(
                90deg,#e4e4e4 100%,transparent 0) 100% 100% no-repeat,linear-gradient(
                0deg,#e4e4e4 100%,transparent 0) 100% 0 no-repeat,linear-gradient(
                0deg,transparent 3px,#e4e4e4 0,#e4e4e4 9px,transparent 0) 100% repeat-y,linear-gradient(
                0deg,#e4e4e4 100%,transparent 0) 100% 100% no-repeat;
        background-size: 6px 1px,12px 1px,6px 1px,1px 6px,1px 12px,1px 6px;
        pointer-events: none;
        content: "";
    }
    .cabinet-nav.active{
        display: inline-block;
        margin: 20px 0;
        width: 100%;
        padding: 30px;
        transition: all 2s linear;
    }
    .cabinet-nav{
        display: none;
        transition: all 2s linear;
    }
    .cabinet-form-col{
        width: 100%;
    }
}
@media (max-width: 440px) {
    .auth-mobile-tab {
        padding: 5.3333333333vw 0;
        font-size: 3.7333333333vw;
    }
    .auth__col {
        padding: 10.6666666667vw 5.3333333333vw 10.1333333333vw;
    }
}
.right_icon_header li:nth-child(3) {
    position: relative;
}
.header-main-wish-list-count {
    position: absolute;
    top: -5px;
    background: #000;
    color: #fff;
    padding: 0 4px;
    border-radius: 50%;
    font-size: 12px;
    right: -10px;
    line-height: 17px;
}
.back-to-top{
    bottom: 20px;
}
#notIndex-fixed-actions {
    overflow: visible!important;
    right: 20px;
    position: fixed;
    z-index: 99;
    bottom: 230px;
}
.btn-fb-fixed {
    top: 45px;
    width: 44px!important;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: #45619d;
    text-align: center;
    line-height: 44px;
}
.btn-fb-fixed a i {
    line-height: 44px;
    font-size: 30px;
    color: #fff;
}
.fixed-item {
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}
.title-fixed {
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-color: rgba(0,0,0,.72);
    color: #fff;
    text-align: center;
    border-radius: 5px!important;
    white-space: nowrap!important;
    width: auto!important;
    line-height: 25px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    top: 5px;
    display: none;
}
.btn-phone-fixed {
    top: -100px;
}
.btn-insta-fixed {
    top: -45px;
}
.btn-fb-fixed{
    top: 5px;
}
.btn-mess-fixed{
    top: 55px;
}
.btn-zalo-fixed{
    top: 110px;
}
@media screen and (max-width: 480px){
    #notIndex-fixed-actions{
        display: flex;
        width: 100%;
        justify-content: space-between;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 0 5px;
    }
    .fixed-item{
        position: unset;
    }
    .fixed-item img {
        border-radius: 50%;
        animation-name: stretch;
        animation-duration: 1.2s;
        animation-timing-function: ease-out;
        animation-delay: 0s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
        animation-play-state: running;
    }
    .back-to-top{
        bottom: 100px;
    }
    .btn-fb-fixed{
        margin-top: -25px;
        width: 55px !important;
        height: 55px;
        line-height: 70px;
    }
}
@keyframes stretch {
    0% {
        transform: scale(.95);
        background-color: #39ac00;
        border-radius: 100%;
    }
    40% {
        transform: scale(.8) ;
        background-color: red;
    }
    50% {
        transform: scale(.8);
    }
    60% {
        transform: scale(.8) ;
    }
    70% {
        background-color: #39ac00;
        transform: scale(.8) ;
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1.07);
        background-color: red;
    }
}
@media (max-width: 1023px){
    .quick-view{
        display: none;
    }
}
.newtitle{
    font-size: 1.5em;
    font-weight: 500;
}
