body{
    font-size: 16px!important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #21122B !important;
}

html{
    overflow-x: hidden;
}

    .container {
        max-width: 1668px!important;
        /*padding-right: 15px!important;*/
        /*padding-left: 15px!important;*/
        margin-right: auto;
        margin-left: auto;
    }
/*.container-fluid {overflow: hidden;}*/

a{
    color: black;
    transition: .4s;
    text-decoration: none;
}
a:hover{
    color: #D3B94B;
    transition: .4s;
}

svg,
svg path,
*:hover svg,
*:hover svg path{
    transition: .4s;
}

b{
    font-weight: bold;
}

input:focus{
    box-shadow: none !important;
    outline: none;
    transition: .4s;
}
input:focus::placeholder{
    color: white;
    transition: .4s;
}

/* FONT FAMILY
================================
================================*/
.fonts{
    font-family: fonts-title ;
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/
.t-10{
    font-size: 10px;
}

@media (max-width: 579px){
    .t-11m{
        font-size: 11px !important;
    }
}

.t-12{
    font-size: 12px;
}

.t-14{
    font-size: 14px;
}

@media (max-width: 800px){
    .t-16t{
        font-size: 16px !important;
    }
}

.t-20{
    font-size: 20px;
}

@media (max-width: 579px){
    .t-32m{
        font-size: 32px !important;
    }
}

.t-35{
    font-size: 35px;
}

.t-50{
    font-size: 50px;
}

/* LOST CSS
================================
================================*/
.ttu{
    text-transform: uppercase;
}

.op-05{
    opacity: 0.5;
}

.lh-1{
    line-height: 1;
}
.lh-11{
    line-height: 1.1;
}
.lh-12{
    line-height: 1.2;
}
.lh-13{
    line-height: 1.3;
}
.lh-14{
    line-height: 1.4;
}

/* COLOR & BACKGROUND
================================
================================*/
.bg-night{
    background-color: #21122B !important;
}
.bg-gold{
    background-color: #D3B94B;
}
.bg-pink{
    background-color: #B8227A;
}

.text-secondary{
    color: #929292 !important;
}
.text-grey{
    color: #C4C4C4;
}
.text-gold{
    color: #D3B94B;
}

/* MOBILE NAV SWIPE 
================================
================================*/
.touch-side-swipe ul li a.nav-link{
    padding: .5rem 0;
    display: inline-block;
    color: #21122B;
    font-weight: 600;
}
.touch-side-swipe ul li a:hover{
    color: #D3B94B;
}


.touch-side-swipe ul li a p{
    display: inline-block;
    margin-bottom: 0;
}

/* DYNAMIC BASKET
=================================
=================================*/
.dynamic-basket {
    height: 100%;
    width: 100%;
    background-color: #EFEFEF;
    position: fixed !important;
    /*z-index: 1033 !important;*/
    overflow: auto;
    right: 0%;
    z-index: 5;
    display: none;
}

@media (max-width: 1023px){
    .dynamic-basket{
        width: 100%;
    }
}

@media (min-width: 1024px){
    .dynamic-basket{
        width: 600px !important;
    }
}

.db-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999
}

@media (max-width: 579px){
    .db-overlay{
        width: 15%;
        z-index: 1034;
        background-color: transparent;
    }
}

.db-animate-right {
    position: relative;
    animation: animateright 0.4s
}
@keyframes animateright {
    from { right: -600px; }
    to { right: 0; opacity: 1 }
}
.db-animate-left {
    right: -600px !important;
    transition: .4s;
}
@media (max-width: 800px){
    .db-animate-left{
        right: -100% !important;
    }    
}

/* dynamic filter */
.dynamic-filter{
    height: 100%;
    width: 80%;
    background-color: #fff;
    position: fixed !important;
    overflow: auto;
    left: 0%;
    z-index: 5;
    display: none;
}

.df-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999
}

.df-animate-right {
    position: relative;
    animation: animateleft 0.4s
}
@keyframes animateleft {
    from { left: -700px; }
    to { left: 0; opacity: 1 }
}
.df-animate-left {
    left: -700px !important;
    transition: .4s;
}

.dynamic-basket .rounded{
    border-radius: 15px !important;
}

.dynamic-basket a[data-clear-cart]{
    color: #D3B94B;
}
.dynamic-basket a[data-clear-cart]:hover{
    color: black;
}

img.db-image{
    border-radius: 5px;
}

.cart-circle{
    width: 40px;
    height: 40px;
    border: 2px solid #E5E5E5;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.cart-circle:hover{
    background-color: #efefef;
    transition: .4s;
}

a.cart-circle img{
    transition: .4s;
}
a.cart-circle:hover img{
    transform: scale(1.1);
    transition: .4s;
}

a.cart-circle.heart img{
    margin-top: .15rem;
}

.quantity{
    border: 2px solid #E5E5E5;
    border-radius: 50px;
    padding: .25rem .5rem;
}

.quantity button.plusminus{
    background-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 18px;
}
.quantity input{
    border: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-secondary{
    background-color: #929292;
    border-color: #929292;
}

/* PROMO
================================
================================*/
.promo{
    position: relative;
    background-image: url(bg-promo.svg);
    background-size: auto;
    width: 100%;
    padding: 10px;
    height: 53px;
    z-index: 999;
}

.promo .nav li a{
    color: white;
    font-size: 12px;
}
.promo .nav li a:hover{
    color: #D3B94B;
}
@media (max-width: 579px){
    .promo .nav li a{
        padding: .5rem .5rem;
    }    
}

.promo a{
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.promo a:hover{
    color: #D3B94B;
}

.promo .tools a:hover svg path{
    fill: #D3B94B;
}
.promo .tools a:hover svg{
    transform: scale(1.1);
}

.basket{
    position: relative;
}

.basket-cout{
    position: absolute;
    top: 0;
    right: -7px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #D3B94B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: black;
    transition: .4s;
}
.promo a:hover .basket-cout{
    background-color: #B8227A;
    transition: .4s;
    color: white;
}

/* HEADER 
================================
================================*/
@media (max-width: 800px){
    header{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 555;
        background-color: white;
    }
    header.bottomshadow{
        box-shadow: 0px 4px 5px -3px #ccc;
    }
}

.logo img{
    width: 308px;
}
@media (max-width: 579px){
    .logo img{
        width: 100%;
    }
}

.callback-product{
    position: relative;
    background-color: #efefef;
    padding-bottom: 2rem !important;
}
.callback-product::before{
    position: absolute;
    content: '';
    top: -25px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    z-index: -1;
}
.callback-product::after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 10px;
    bottom: 0;
    background-image: url(header-slide.svg);
    transform: rotate(180deg);
}

.callme a svg path{
    fill: transparent;
}
.callme a:hover svg path{
    stroke: #D3B94B;
    fill: #D3B94B;
    transition: .4s;
}

.callme a.recallme{
    color: #D3B94B;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px dashed #D3B94B;
    line-height: 1;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.callme a.recallme:hover{
    color: black;
    border-color: black;
}

.search{
    background-color: white;
    border: 2px dashed #C4C4C4;;
    border-radius: 50px;
    padding: 0 10px;
    z-index: 11;
}
.header-proudct .search,
.template-is-checkout2 .search{
    background-color: #efefef;
}

.search input.form-control{
    height: auto;
    background-color: transparent;
}

.search .border-end{
    border-right: 2px solid #E5E5E5 !important;
}

.search .form-control{
    border: 0;
}

.search input{
    font-size: 12px;
}
.search input.form-control::placeholder{
    color: #929292;
    font-size: 12px;
    line-height: 1;
}
.search input.form-control:focus::placeholder{
    color: white;
}
.search input.form-control:focus::placeholder{
    color: transparent;
}

.search .dropdown-menu{
    top: 6px !important;
    border: 2px dashed #C4C4C4;;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1.5px;
    padding-right: 1.5px;
    left: -2px !important;
}
@media (min-width: 1700px){
    .search .dropdown-menu{
        /*padding-right: 12px;*/
        width: calc(100% + 4px);
    }
}
.search .dropdown-menu.inner{
    width: 100%;
}

.search .dropdown-menu ul li a{
    font-size: 12px;
}

.search .dropdown-item{
    white-space: break-spaces;
}

.search .dropdown-item.active,
.search .dropdown-item:active{
    background-color: #D3B94B;
}

.search .dropdown-toggle::after{
    margin: auto;
    border: 0;
    background-image: url(arrow-down-grey.svg);
    background-color: white;
    height: 8.81px;
    width: 15px;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
}
.search .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(180deg);
    transition: .4s;
}

.header-proudct .search .dropdown-toggle::after,
.template-is-checkout2 header .search .dropdown-toggle::after{
    background-color: #efefef;
}

.search button{
    background-color: transparent;
    border: 0;
    transition: .4s;
    /*color: #929292 !important;*/
    font-size: 12px;
    height: auto;
    padding-left: .6rem;
    padding-right: .6rem;
}

.search button:focus{
    background-color: transparent;
    color: black;
}
.search button:focus img{
    transform: scale(1.1);
    transition: .4s;
}

.search .bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    box-shadow: none !important;
    outline: none !important;
}

.search_widget-result-inner ul{
    margin-top: .5rem;
    border: 0;
    z-index: 9;
}
.search_widget-result-inner ul::before{
    position: absolute;
    content: '';
    top: -25px;
    left: 0;
    width: 100%;
    height: 40px;
    box-shadow: 0px -2px 3px -1px #000;
    background-color: white;
    z-index: -1;
}


/* NAVIGATION
================================
================================*/
.navigation-product{
    position: relative;
    background-color: #efefef;
    padding-bottom: 1rem;
}
.navigation-product::after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 10px;
    bottom: 0;
    background-image: url(header-slide.svg);
    transform: rotate(180deg);
}

.navigation ul li a{
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
    color: #21122B;
}
.navigation ul li a::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #EFEFEF;

    display: none;
}
.navigation ul li:last-child a::before{
    display: none;
}

.navigation ul li a p{
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 1700px){
    .navigation ul li a{
        padding-right: .75rem;
    }    
}

.navigation ul li:hover a{
    color: #D3B94B;
}
.navigation ul li span{
    position: relative;
}
.navigation ul li span::after{
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #D3B94B;
    transition: .4s;
}
.navigation ul li:hover span::after{
    width: 100%;
    left: 0%;
    transition: .4s;
}

ul.mega-menu{
    position: relative;
}

ul.mega-menu li{
    position: initial;
}

ul.mega-menu li ul.sub-menu{
    position: absolute;
    width: 50%;
    background: white;
    padding: 1.5rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 15px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: .4s;
}
ul.mega-menu li:hover ul.sub-menu{
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

ul.mega-menu li ul.sub-menu li a{
    position: relative;
    color: #929292;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: .5rem 1rem;
}
ul.mega-menu li ul.sub-menu li a::after{
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #D3B94B;
    transition: .4s;
}
ul.mega-menu li ul.sub-menu li a:hover::after{
    width: 100%;
    left: 0%;
    transition: .4s;
}

ul.mega-menu li ul.sub-menu li a:hover{
    color: #D3B94B;
}
ul.mega-menu li ul.sub-menu li a::before{
    display: none;
}

/* CAROUSEL NAVIGATION */
a.box-nav{
    text-align: center;
    display: block;
}
a.box-nav.active{
    color: #D3B94B;
}

a.box-nav img{
    border-radius: 15px;
    width: 110px;
    height: 100px;
    object-fit: cover;
}
a.box-nav.active img{
    filter: brightness(60%);
}

/* HEADER SLIDER
================================
================================*/
.header-slider .swiper-slide{
    background-image: url(header-slide.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #EFEFEF;
}

.swiper-button-prev,
.swiper-button-next{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100%;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.15));
    background-image: none;
}
@media (max-width: 579px){
    .swiper-button-prev,
    .swiper-button-next{
        z-index: 0;
    }
}

.swiper-button-prev.header-slider-prev,
.swiper-button-next.header-slider-next{
    top: 50%;
    z-index: 1;
}

@media (max-width: 579px){
    .swiper-arrow-bottom .swiper-button-prev,
    .swiper-arrow-bottom .swiper-button-next{
        top: auto;
        position: relative;
        bottom: -25px;
    }
    .swiper-arrow-bottom .swiper-button-prev{
        float: left;
    }
    .swiper-arrow-bottom .swiper-button-next{
        float: right;
    }
}

.swiper-button-prev{
    left: -10px;
}
.swiper-button-next{
    right: -10px;
}

.swiper-button-prev,
.swiper-button-next{
    top: 40%;
}

@media (max-width: 1025px){
    .swiper-button-prev{
        left: 10px;
    }
    .swiper-button-next{
        right: 10px;
    }
}

.swiper-button-prev::after,
.swiper-button-next::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}
.swiper-button-prev::after{
    background-image: url(arrow-left-grey.svg);
    left: -3px;
    right: 0;
}
.swiper-button-next::after{
    background-image: url(arrow-right-grey.svg);
    right: -3px;
    left: 0;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
    transform: scale(1.15);
    transition: .4s;
}

.header-slider .swiper-pagination{
    left: 3rem;
    right: auto;
    bottom: 30px;
    width: auto;
}
@media (max-width: 579px){
    .header-slider .swiper-pagination{
        position: relative;
        left: auto;
        right: auto;
    }
}

.header-slider .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: white;
    opacity: 1;
}
.header-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #D3B94B;
}

.btn:not(.dropdown-toggle){
    position: relative;
    height: 50px;
    font-weight: 600;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.btn:not(.dropdown-toggle) img{
    margin-top: 2px;
}

.btn.btn-border{
    position: relative;
}
.btn.btn-border::before{
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px dashed white;
    border-radius: 50px;
}

.btn img{
    position: relative;
    left: 0;
    transition: .4s;
}
.btn:hover img{
    left: 5px;
    transition: .4s;
}

.btn-oval{
    border-radius: 50px;
}

/* BTN PURPLE */
.btn-purple {
    color: #fff;
    background-color: #B8227A;
    border-color: #B8227A
}

.btn-purple:hover {
    color: #fff;
    background-color: #952667;
    border-color: #952667
}

.btn-check:focus+.btn-purple,
.btn-purple:focus {
    color: #fff;
    background-color: #952667;
    border-color: #952667;
    box-shadow: 0 0 0 .25rem rgba(149, 38, 103, .5)
}

.btn-check:active+.btn-purple,
.btn-check:checked+.btn-purple,
.btn-purple.active,
.btn-purple:active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #952667;
    border-color: #952667
}

.btn-check:active+.btn-purple:focus,
.btn-check:checked+.btn-purple:focus,
.btn-purple.active:focus,
.btn-purple:active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(149, 38, 103, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #B8227A;
    border-color: #B8227A
}
/* BTN PURPLE END*/

/* BTN OUTLINE PURPLE */
.btn-outline-purple {
    color: #B8227A;
    background-color: white;
    border-color: #B8227A
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #952667;
    border-color: #952667
}

.btn-check:focus+.btn-outline-purple,
.btn-outline-purple:focus {
    color: #fff;
    background-color: #952667;
    border-color: #952667;
    box-shadow: 0 0 0 .25rem rgba(149, 38, 103, .5)
}

.btn-check:active+.btn-outline-purple,
.btn-check:checked+.btn-outline-purple,
.btn-outline-purple.active,
.btn-outline-purple:active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #952667;
    border-color: #952667
}

.btn-check:active+.btn-outline-purple:focus,
.btn-check:checked+.btn-outline-purple:focus,
.btn-outline-purple.active:focus,
.btn-outline-purple:active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(149, 38, 103, .5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #fff;
    background-color: #B8227A;
    border-color: #B8227A
}
/* BTN OUTLINE PURPLE END*/


/* MAIN INDEX 
================================
================================*/
/* BLOCK 1 */
.block-round{
    border-radius: 15px;
    overflow: hidden;
}

.box-block1.bb-image{
    height: 100%;
}
.box-block1.bb-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-info{
    border: 1px dashed white;
    border-radius: 15px 0px 0px 15px;
    height: 100%;
    padding: 2.75rem 2.75rem;
}

/* BLOCK 2 */
@media (max-width: 800px){
    .title-image{
        position: absolute;
        width: 120px;
        top: 0px;
        right: 0;
    }
    .title-image.title-image-left{
        right: auto;
        left: 0;
    }
}
@media (max-width: 600px){
    .title-image{
        position: absolute;
        width: 120px;
        top: -30px;
        right: 0;
    }
    .title-image.title-image-left{
        right: auto;
        left: 0;
    }
}

.bg-corners{
    position: relative;
    background-color: #EFEFEF;
}
.bg-corners.bg-corners-top::before,
.bg-corners.bg-corners-bottom::after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 10px;
}
.bg-corners.bg-corners-top::before{
    top: 0;
    background-image: url(header-slide.svg);
}
.bg-corners.bg-corners-bottom::after{
    bottom: 0;
    background-image: url(header-slide.svg);
    transform: rotate(180deg);
}
.bg-corners input{
    /*background-color: #EFEFEF;*/
}

.swiper-padding .swiper-slide{
    padding-top: 2.5rem;
    padding-bottom: .5rem;
    height: auto;
}
@media (max-width: 579px){
    .swiper-padding .swiper-slide{
        padding-top: 1.75rem;
    }    
}

.box-product{
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box-product:hover{
    background-color: white;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    transition: .4s;
}

.cn-image{
    position: relative;
    /*min-height: 280px;*/
    /*max-height: 325px;*/
    height: 325px;
    overflow: hidden;
}
.cn-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.box-product:hover .cn-image .cni-poster img{
    transform: scale(1.05);
    transition: .4s;
}

.cn-image .favorite{
    position: absolute;
    top: 15px;
    right: 15px;
    /*width: 20px;*/
    /*height: 20px;*/
    line-height: 1;
    z-index: 2;
}

.cn-labels{
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 120px;
    /*background-color: red;*/
}

.cn-labels label{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

label.heart-pink{
    width: 120px;
    height: 120px;
    background-image: url(heart-pink.png);
}
label.heart-yellow{
    width: 110px;
    height: 106px;
    background-image: url(heart-yellow.png);
    margin-top: 10px;
}

.cn-labels span{
    color: white;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.cn-labels label.heart-pink span{
    margin-top: -3px;
    transform: rotate(-25deg);
}
.cn-labels label.heart-yellow span{
    margin-top: -10px;
    margin-left: -10px;
    transform: rotate(35deg);
}

@media (max-width: 800px){
    label.heart-pink{
        width: 85px;
        height: 85px;
    }
    label.heart-yellow{
        width: 85px;
        height: 80px;
    }
    .cn-labels span{
        font-size: 10px;
    }
    .cn-labels label.heart-pink span{
        margin-top: -5px;
        margin-left: 0px;
    }
    .cn-labels label.heart-yellow span{
        margin-top: -7px;
        margin-left: -8px;
    }
}

.cn-option{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.63);
    padding: 10px 5px;
    border-bottom: 1px solid #dedfdc;
}

.cn-option input{
    display: none;
}
.cn-option label{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.cn-option label.bg-light{
    /*box-shadow: 0px 0px 0px 1px #ccc;*/
    border: 1px solid #ccc;
}

.cn-option input:checked + label{
    transform: scale(1.2);
    box-shadow: 0px 0px 4px 2px #eee;
}

.cn-info{
    min-height: 150px;
    height: 100%;
    max-height: 160px;
    padding: .75rem .75rem 1.3rem .75rem;
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
}
@media (max-width: 579px){
    .cn-info{
        height: 100%;
        max-height: 100%;
    }    
}

.option-image .filter-color,
.box-sidebar .filter-color{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.option-image.active .filter-color{
    transform: scale(1.2);
    box-shadow: 0px 0px 4px 2px #eee;
}
.option-image .filter-color.белый{
    border: 1px solid #ccc;
}

.cn-info img{
    transition: .4s;
}
.box-product:hover .cn-info a.addcart img{
    animation: 1s linear infinite alternate addcart;
    transition: .4s;
}
@keyframes addcart{
    0% { transform: rotate(-15deg); }
    100% { transform: rotate(15deg); } 
}

.box-product .cn-info a.addcart:hover img{
    animation: none;
    transform: scale(1.2);
    transition: .4s;
}

/* BLOCK 2 END */

/* BLOCK 5 */
.pri-image img{
    width: 75px;
    height: 65px;
    object-fit: scale-down;
}

.privileges p{
    margin-bottom: 0;
}

/* BLOCK 5 END */

/* BLOCK 6 BLOG */
.blog-tools{
    position: relative;
    width: 125px;
}

.blog-tools .swiper-button-next{
    right: 0;
}
.blog-tools .swiper-button-prev{
    left: 0;
}

.box-new{
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}

.new-image{
    position: relative;
    height: 285px;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 579px){
    .new-image{
        height: 145px;
    }
}
.new-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.box-new:hover img{
    transform: scale(1.1) rotate(5deg);
    transition: .4s;
}

.bn-label{
    position: absolute;
    top: 15px;
    left: 0;
    width: 99px;
    height: 37px;
    background-image: url(new-label.svg);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.new-info{
    min-height: 122px;
    padding: 25px 15px 20px 15px;
}

.new-info a{
    color: #D3B94B;
    border-bottom: 1px dashed transparent;
}
.new-info a:hover{
    color: #B8227A;
    border-bottom: 1px dashed #B8227A;;
    transition: .4s;
}

/* BLOCK 6 BLOG END*/

/* BLOCK 7 SUBSCRIBE */
input.form-control{
    height: 50px;
    border-radius: 50px;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
}
textarea.form-control{
    border-radius: 15px;
    border: 0px;
    padding: 15px 25px;
}
input.form-control::placeholder,
textarea.form-control::placeholder{
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 300;
    transition: .2s;
}

textarea.form-control:focus{
    box-shadow: none;
}

input.form-control:focus::placeholder,
textarea.form-control:focus::placeholder{
    color: white;
    transition: .4s;
}

/* BLOCK 7 SUBSCRIBE END */

/* BLOCK 9 MESSAGE */
@media (max-width: 800px){
    .message textarea{
        padding-right: 110px;
    }
    .pos-right-bottom{
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 200px;
    }
}
/* BLOCK 9 MESSAGE END */

/* BLOCK 10 INSTAGRAM */
.instagram a{
    color: white;
}
.instagram a:hover{
    color: #B8227A;
}

.instagram a svg{
    transition: .4s;
}
.instagram a:hover svg{
    transform: scale(1.1);
    transition: .4s;
}

.instagram a:hover span{
    border-bottom: 2px dashed transparent;   
}
.instagram a:hover span{
    border-bottom: 2px dashed #B8227A;
}

.instagram a:hover svg path{
    fill: #B8227A;
}

.ins-image{
    border-radius: 15px;
    overflow: hidden;
}

.ins-image img{
    transition: .4s;
}
.ins-image:hover img{
    transform: scale(1.1);
}

/* BLOCK 10 INSTAGRAM END */

/* BREADCRUMB
================================
================================*/
ul.breadcrumb li a,
ul.breadcrumb li span{
    position: relative;
    color: #929292;
    padding: .5rem 2rem .5rem 0;
}
ul.breadcrumb li a:hover{
    color: #D3B94B;
}
ul.breadcrumb li a::after{
    position: absolute;
    content: '';
    width: 8px;
    height: 12px;
    top: 0;
    right: .75rem;
    bottom: 0;
    margin: auto;
    background-image: url(arrow-right-gold.svg);
}

ul.breadcrumb li span,
ul.breadcrumb li span:hover{
    color: #21122B;
}

/* COLLECTION 
================================
================================*/
@media (max-width: 579px){
    .list-product .col:last-child{
        /*display: none;*/
    }
}

/* SIDEBAR 
================================
================================*/
.sidebar{
    border-radius: 15px;
    overflow: hidden;
}

.box-sidebar{
    border-left: 2px solid #EFEFEF;
    border-right: 2px solid #EFEFEF;
    border-bottom: 2px solid #EFEFEF;
    padding: .75rem;
}
.box-sidebar:last-child{
    border-radius: 0 0 15px 15px;
    padding-bottom: 1.25rem;
}

.dynamic-filter .box-sidebar{
    border: 0;
}

a.sidebar-title{
    color: #212529;
}

.sidebar-title{
    position: relative;
    display: block;
}

.sidebar-title[aria-expanded="false"]::after,
.sidebar-title[aria-expanded="true"]::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 9px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(arrow-down-grey.svg);
}
.sidebar-title[aria-expanded="false"]::after{
    transform: rotate(0deg);
    transition: .4s;
}
.sidebar-title[aria-expanded="true"]::after{
    transform: rotate(180deg);
    transition: .4s;
}

.category_menu li a{
    padding: .35rem .5rem .35rem 0;
    color: #929292;
    font-size: 14px;
    font-weight: 600;
}
.category_menu li a:hover,
.category_menu li.is-current a.level-1,
.category_menu li.is-current.level-2 a.level-2{
    color: #D3B94B;
}

.category_menu li{
    position: relative;
}
.category_menu li button{
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.pricefromto{
    border: 2px solid #E0E0E0;
    border-radius: 15px;
    font-weight: 600;
    font-size: 12px;
}
.pricefromto input{
    padding: .75rem 0;
    border: 0;
    width: 100%;
    text-align: center;
    color: #C4C4C4;
    font-weight: 700;
    font-size: 12px;
}

.irs--flat .irs-line{
    height: 4px;
    background-color: #E0E0E0;
}
.irs--flat .irs-bar{
    height: 4px;
    background-color: #D3B94B;
}
.irs--flat .irs-handle{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #D3B94B;
}

.irs-from, .irs-to, .irs-single{
    top: auto;
    bottom: -14px;
}

.irs--flat .irs-handle > i:first-child{
    display: none;
}
.irs--flat .irs-from:before, 
.irs--flat .irs-to:before, 
.irs--flat .irs-single:before{
    display: none;
}


/* FILTER COLOR*/
.filter{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.filter input[type="radio"]{
    display: none;
}
.filter label{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.filter label.bg-light{
    /*box-shadow: 0px 0px 0px 1px #ccc;*/
    border: 1px solid #ccc;
}

.filter input[type="radio"]:checked + label{
    transform: scale(1.2);
    box-shadow: 0px 0px 4px 2px #eee;
}

.bs-filter-color{
    margin: 0 !important;
}
.filter input[type="checkbox"]:checked + span.bs-filter-color{
    transform: scale(1.3);
    box-shadow: 0px 0px 4px 2px #d4cfcf;
    border: 0;
}

/* FILTER PARAMETERS*/
.filter input[type="checkbox"]{
    display: none;
}
.filter input[type="checkbox"] + label{
    position: relative;
    padding-left: 25px;
    color: #929292;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.filter input[type="checkbox"] + label::before{
    position: absolute;
    content: '';
    top: -2.5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.filter input[type="checkbox"]:checked + label::before{
    background-image: url(check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-color: #D3B94B;
}

/*
.filter input[type="checkbox"]:checked + label::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    background-image: url(check.svg);
    top: 0;
    left: 0;
}
*/


/* SORT BY */
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    box-shadow: none;
    outline: none !important;
}

.sortby .btn.dropdown-toggle{
    border-radius: 50px;
    border: 2px dashed #E0E0E0;
    font-weight: 600;
    height: 50px;
    padding-left:  20px;
    padding-right: 20px;
    z-index: 4;
}

.sortby .dropdown-item.active,
.sortby .dropdown-item:active{
    background-color: #D3B94B;
}

.sortby .btn.dropdown-toggle .filter-option{
    display: flex;
    align-items: center;
}

.sortby .dropdown-toggle::after{
    position: absolute;
    margin: 0;
    border: 0;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 9px;
    background-image: url(arrow-down-grey.svg);
    transition: .4s;
}
.sortby .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(180deg);
    transition: .4s;
}

.sortby .dropdown-menu{
    border: 0;
    border-radius: 0 0 15px 15px;
    border-left: 2px dashed #E0E0E0;
    border-right: 2px dashed #E0E0E0;
    border-bottom: 2px dashed #E0E0E0;
    padding-top: 30px;
    top: -25px !important;
    z-index: 3;
}

/* SHOW BY */
.showby{
    width: 100%;
    height: 50px;
    border: 2px dashed #E0E0E0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left:  20px;
    padding-right: 20px;
}

.page_size-radio [type="radio"] + .page_size-radio-control{
    color: #929292;
    transition: .4s;
}
.page_size-radio [type="radio"] + .page_size-radio-control:hover{
    color: black;
    transition: .4s;
}
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
    color: #D3B94B;
    font-weight: 800;
}

a#open-df{
    color: #929292;
    font-weight: 600;
}
a#open-df:hover{
    color: #D3B94B;
}

/* LOAD MORE */
.loadmore{
    height: 50px;
    border: 2px dashed #E0E0E0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #929292;
    background-color: white;
    z-index: 4;
}

a.loadmore:hover svg path{
    fill: #D3B94B;
    transition: .4s;
}

a.loadmore[aria-expanded="false"] .content-hide{
    display: none;
}
a.loadmore[aria-expanded="true"] .content-more{
    display: none;
}

/* PAGINATION */
ul.pagination li a,
ul.pagination li span{
    width:  30px;
    height: 30px;
    border: 1px solid #C4C4C4;
    border-radius: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 .5rem;
    color: #000000;
}
ul.pagination li a:hover,
ul.pagination li a:focus{
    color: #D3B94B;
}
ul.pagination li a.active,
ul.pagination li span.active{
    color: #D3B94B;
    font-weight: 800;
}

ul.pagination li span.dots{
    border-color: transparent;
}

/* PRODUCT 
================================
================================*/
.header-proudct,
.template-is-checkout2 header{
    background-color: #efefef;
}
.header-proudct::after,
.template-is-checkout2 header::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    top: -25px;
    left: 0;
    background-color: #efefef;
    z-index: -1;
}
@media (max-width: 579px){
    .header-proudct::after{
        top: -50px;
    }
}

.promo-product,
.template-is-checkout2 .promo{
    background-image: url(bg-promo-product.svg) !important;
}

img.brand-img{
    width: 86px;
}

.title-review img{
    width: 14px;
    height: 14px;
}

/* GALLEY THUMBS */
@media (min-width: 1024px){
    .thumbs-height{
        height: 540px;
    }
}
@media (max-width: 800px){
    .thumbs-height{
        position: relative;
    }
}

.gallery-thumbs{
    box-sizing: border-box;
    padding: 10px 0;
}

@media (min-width: 1024px){
    .swiper-thumbs{
        height: 85%;
    }
    
    .swiper-thumbs .swiper-wrapper{
        height: 540px;
    }
}

.swiper-thumbs .swiper-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
}

.swiper-thumbs .swiper-wrapper .swiper-slide{
    overflow: hidden;
    border-radius: 15px;
}
.swiper-thumbs .swiper-wrapper .swiper-slide img{
    transition: .4s;
}
.swiper-thumbs .swiper-wrapper .swiper-slide img:hover{
    transform: scale(1.1);
    transition: .4s;
}

.swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{
    filter: brightness(60%);
    transform: scale(1.1);
}

@media (min-width: 1024px){
    .swiper-button-prev.swiper-thumb-up,
    .swiper-button-next.swiper-thumb-down{
        /*width: auto;*/
        height: auto;
        background-color: transparent;
    }

    .swiper-button-prev.swiper-thumb-up{
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        margin: 0 auto;
    }
    .swiper-button-prev.swiper-thumb-up::after{
        background-image: url(arrow-up-dark.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 12px;
        margin: 0;
        left: auto;
        right: auto;
    }

    .swiper-button-next.swiper-thumb-down{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: 0;
        margin: auto;
    }
    .swiper-button-next.swiper-thumb-down::after{
        background-image: url(arrow-down-dark.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 12px;
        margin: 0;
        left: auto;
        right: auto;
    }
}

@media (max-width: 800px){
    .thumbs-height .swiper-button-prev,
    .thumbs-height .swiper-button-next{
        top: 50%;
        z-index: 2;
    }
}
@media (max-width: 579px){
    .thumbs-height .swiper-button-prev,
    .thumbs-height .swiper-button-next{
        top: 95%;
        z-index: 2;
    }
}

/* GALLERY */
.swiper-gallery .swiper-wrapper{
    height: 540px;
}
@media (max-width: 1000px){
    .swiper-gallery .swiper-wrapper{
        height: 100%;
    }
}
.swiper-gallery .swiper-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* YANDEX SHARE */
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image: url(share.svg) !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    background-color: transparent !important;
}

/* AVILABLE */
.available{
    position: relative;
    padding-right: 12px;
}
.available.on::before{
    position: absolute;
    content: '';
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #3BB428;
    border-radius: 100%;
}
.available.off::before{
    position: absolute;
    content: '';
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 100%;
}

/* FILTER COLOR PRODUCT*/
.option{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.option input[type="radio"]{
    display: none;
}
.option label{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
}
.option label.bg-light{
    /*box-shadow: 0px 0px 0px 1px #ccc;*/
    border: 1px solid #ccc;
}

.product-option .option-image .filter-color{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: .25rem;
}
.product-option .option-image.active .filter-color{
    box-shadow: 0 0 0 4px #e5e5e5;
    transform: scale(1.1);
}

.product-option .option-image .filter-color img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.option input[type="radio"]:checked + label{
    /*transform: scale(1.2);*/
    transform: scale(1.1);
    box-shadow: ;
    /*border: 3px solid #E5E5E5;*/
    box-shadow: 0 0 0 4px #E5E5E5;
}

.title-color{
    display: none;
}

.only-title-color .filter-color{
    display: none;
}

.only-title-color .option-image{
    display: none;
}
.only-title-color .option-image.active,
.only-title-color .option-image.active .title-color{
    display: block;
}






.swiper-option{
    display: none;
}

.thumbs-height .swiper-option{
    display: block;
}
.thumbs-height .option-image{
    display: none;
}








.table-product table tr td{
    border: 0;
}

@media (min-width: 1200px){
    .brand-info{
        height: 250px;
    }
}

.brand-info .collapse:not(.show)#brandcontent{
    position: relative;
    max-height: 250px;
    min-height: 250px;
    display: block;
    overflow: hidden;
}
.brand-info .collapse#brandcontent,
.brand-info .collapsing{
    position: relative;
    min-height: 250px;
    background-color: white;
    z-index: 2;
}

@media (min-width: 1200px){
    .brand-info .collapse.show#brandcontent::after{
        position: absolute;
        content: '';
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        top: -10px;
        left: -10px;
        background-color: white;
        transition: .4s;
        z-index: -1;
    }
}

.loadmore-shadow{
    position: relative;
}
.loadmore-shadow::before{
    position: absolute;
    content: '';
    bottom: 50px;
    left: -5px;
    width: calc(100% + 10px);
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #FFFFFF 100%);
    z-index: 0;
}
.loadmore-shadow[aria-expanded="true"]::before{
    opacity: 0;
    transition: .4s;
    z-index: -4;
}

a[data-fancybox="gallery"]:focus{
    box-shadow: none;
    outline: none;
}

/* ADD CART */
.addcart button[data-item-add] span.onstock{
    display: flex;
    align-items: center;
}
.addcart button[data-item-add] span.outstock{
    display: none;
}
.addcart button[data-item-add][disabled] span.onstock{
    display: none;   
}
.addcart button[data-item-add][disabled] span.outstock{
    display: block;
}

/* PRODUCT TABS */
.product-tabs{
    position: relative;
}
.product-tabs::before{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0p;
    width: 100%;
    height: 3px;
    background-color: #E5E5E5;
    z-index: -1;
}

.product-tabs li a{
    padding: .5rem 0;
    margin: 0 5rem 0 0;
    border-bottom: 4px solid transparent;
    color: #929292;
    font-weight: 600;
}
.product-tabs li a:hover{
    color: #929292;
}
.product-tabs li a.active{
    color: #21122B;
    border-bottom: 4px solid #D3B94B;
}

/* REVIEW */
#review_form .form-control{
    border: 1px solid #ccc;
}

.reviews-form{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 444;
}

.star-rating{
    margin-top: -3px;
}

.reviews-item:first-child{
    padding-top: 0;
}
.reviews-item{
    padding-top: 1rem;
}

/* PRODUCT TABS END*/

.block-tag{
    border-top: 3px solid #E5E5E5;
}

.tag{
    height: 50px;
    border: 2px dashed #E0E0E0;
    border-radius: 50px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    align-items:center;
    justify-content:center;
    margin: .75rem .5rem .75rem 0;
    text-align: center;
    color: #929292;
}

.tag:hover{
    color: #D3B94B;
    border-color: #D3B94B;
    transition: .4s;
}
@media (max-width: 579px){
    .tag{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* CART
================================
================================*/
.cart-item input{
    background-color: white;
}

.block-rounded{
    border-radius: 15px;
}

a.link-gold-black{
    color: #D3B94B;
}
a.link-gold-black:hover{
    color: black;
}

a.link-gold-black:hover svg path{
    fill: black;
    transform: .4s;
}

.cart-image img{
    border-radius: 15px;
}

.cart-check input.form-control{
    background-color: white;
    border: 2px solid #E5E5E5;
}

a.paydel img{
    transition: .4s;
}

a.paydel:hover img{
    transform: scale(1.05);
    transition: .4s;
}

a.paydel span{
    color: #21122B;
    border-bottom: 1px dashed #21122B;
    transition: .4s;
}
a.paydel:hover span{
    color: #D3B94B;
    border-bottom: 1px dashed #D3B94B;
    transition: .4s;
}

hr{
    background-color: #E0E0E0;
    opacity: 1;
}

@media (max-width: 1200px){
    .text-vertical{
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: scale(-1,-1);
    }
}
@media (min-width: 700px) and (max-width: 1200px){
    .text-vertical{
        display: flex;
        align-items: center;
    }
}

.cart-item{
    position: relative;
}

.discount-apply{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-weight: 600;
    color: #929292;
    font-size: 14px;
}
.discount-apply:hover{
    color: #D3B94B;
}

.block-checkout,
.block-items{
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 444;
}

/* FOOTER 
================================
================================*/
footer ul li a.nav-link,
footer ul li.nav-link{
    padding: .5rem 0;
    color: white;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
}
footer ul li a.nav-link:hover{
    color: #D3B94B;
}
footer ul li.nav-link:hover{
    color: white;
}

.foo-infoimg{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.foo-infoimg img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

a.foo-ins svg{
    width: 20px;
    height: 20px;
    line-height: 1;
}
a.foo-ins:hover svg path{
    fill: #D3B94B;
}

.copyright a{
    color: white;
}
.copyright a:hover{
    color: #D3B94B;
}

/* Style for Engine
================================
================================*/
.compensate-for-scrollbar{
    margin-right: 0 !important;
}

label.m-input-label{
    padding-left: 15px;
    margin-bottom: 0;
    opacity: 1;
}
label.m-input-label[for="client_consent_to_personal_data"]{
    padding-left: 0;
    color: #929292;
}

.m-input-field{
    height: 50px;
    border-radius: 50px;
}
.m-textarea-field{
    border-radius: 15px;
}

.m-input--checkbox{
    opacity: 1;
    font-size: 14px;
}

.m-input.m-input--required.m-input--checkbox{
    padding-left: 15px;
}
.m-input-caption{
    color: #929292;
}
.m-input-caption a{
    color: #21122B;
    text-decoration: underline;
    text-decoration-style: dashed;
    transition: .4s;
}
.m-input-caption a:hover{
    color: #D3B94B;
    transition: .4s;
}

.m-modal-errors{
    font-size: 12px;
    color: #555;
}

.m-modal{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 420px;
    height: fit-content;
    transform: translate(0%, 0);
}

@media (max-width: 800px){
    .m-modal.m-modal--checkout{
        width: 100%;
        height: 100%;
    }
}

.button--checkout{
    height: 50px;
    border-radius: 50px;
    background-color: #B8227A;
    border-color: #B8227A;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: inherit;
    font-family: 'Manrope', sans-serif;
    transition: .4s;
}
.button--checkout:hover,
.button--checkout:focus{
    background-color: #952667;
    border-color: #952667;
    transition: .4s;
}

.button--checkout:focus{
    box-shadow: 0 0 0 0.25rem rgb(149 38 103 / 50%);
    transition: .4s;
}

body .alertify-notifier .ajs-message.ajs-success{
    background-color: #D3B94B;
}

body .alertify-notifier .ajs-message.ajs-error{
    background-color: #21122B;
}

.g-recaptcha{
    display: inline-block;
}


.bttn-prim, .m-modal-button--checkout, 
.wrapper.fc .button, button#create_order, 
.co-button, 
.picker-button, 
.wrapper .back_to_shop{
    background-color: #B8227A;
    height: 50px;
    border-radius: 50px;
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    padding: 10px 25px;
}

.bttn-prim, .m-modal-button--checkout:hover,
.wrapper.fc .button, button#create_order:hover, 
.co-button:hover, 
.picker-button:hover,
.wrapper .back_to_shop:hover{
    background-color: #D3B94B;
    transition: .4s;
    border-color: #D3B94B;
}

.bttn-prim, .m-modal-button--checkout:focus,
.wrapper.fc .button, button#create_order:focus, 
.co-button:focus, 
.picker-button:focus,
.wrapper .back_to_shop:focus{
    background-color: #D3B94B;
    transition: .4s;
    border-color: #D3B94B;
    box-shadow: 0 0 0 0.25rem rgba(211, 185, 75, .5);
}

.adaptive .co-button--checkout{
    margin-left: 0;
}

.co-section--content_wrapper{
    min-height: auto;
}

.page-content{
    word-break: break-word;
}
