html {
    font-family: 'Montserrat', sans-serif;
}

body {}
h1 {}
h2 {}
h3 {}
a {}
a,
a:hover,
a:hover::before,
a:hover::after{
    color: #00B897;
    cursor: url("/images/cursor.png"), pointer;
    transition: 0.5s;
}
.form-field {
    border: 2px solid #efefef;
    padding: 7px;
    color: #222;
    width: 70%;
}
.note {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
}
.bubble-box {
    background-color: #170f20;
    border: 2px solid #ffb401;
    color: #FFF;
}
.bubble-box::after {
    border-top-color: #ffb401;
}
.info-text-wrapper {
    margin: 40px auto;
}
.info-text {
    text-align: center;
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
}
.back-top {
    color: #000000;
    background: #fff;
}
.back-top:hover {
    background-color: #F7748B;
}
.back-top:hover::before {
    color: #fffFFF;
}

/* .label-check, -radio */


.label-radio:before,
.label-check:before {
    color: #ffffff;
    background: #ffffff;
    border: 3px solid #ffffff;
    outline: 1px solid #DEDEDE;
    cursor: url("/images/cursor.png"), pointer;
    margin-right: 15px;
    flex-basis: 20px;
    flex-shrink: 0;
}
.label-radio:before {
    border-radius: 50%;
}
.label-check:before {}

/*.label-radio:hover:before,
.label-check:hover:before,*/
input:checked + .label-radio:before,
input:checked + .label-check:before {
    color: #00B897;
    background: #00B897;
    cursor: url("/images/cursor.png"), pointer;
    margin-right: 15px;
}

/*buttons-------------*/
.one-center {
    justify-content: center;
}
.one-strech {}
.few-center {
    justify-content: space-evenly;
}
.few-strech {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*preheader-line-------------*/

/*postheader-line-------------*/
.postheader-line-wrapper {
    width: 100%;
}

.postheader-line {
    width: 1338px;
    margin: 0 auto;
}
/*stick-header---------------*/
.stick-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
}
.stick-header {
    width: 1170px;
    margin: auto;
    padding: 20px;
    background: #ffe39f;
}
.stick-header a {
    /* color: #FFF!important; */
}
/*header-menu----------------*/


.index-header-wrapper-2.stick {
    position: fixed;
    /* left: 0; */
    z-index: 798;
    /*background: #f6ead0;*/
    top: 0;
/*    width: 1338px;
    margin: 0 auto;*/
    padding-bottom: 2px;
}


.header-menu-wrapper.stick {
    position: fixed;
    /* left: 0; */
    z-index: 400;
    /*background: #f6ead0;*/
    top: 0;
    width: 1338px;
    margin: 0 auto;
    padding-bottom: 2px;
}
.header-menu {
    display: flex;
    justify-content: flex-start;
    position: static;
}



.search-result {
    background: #000000;
    box-shadow: 0 0 10px 0 #000000;
    padding: 25px 10px 10px 7px;
    width: 99%;
    position: absolute;
    z-index: -1;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;

    display: none;
    /**/
    top: 50%;
    left:0;
}
.search-result a {
    color: #ffffff;
}
.search-result li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.search-result .search-result-match {
    font-weight: 600;
}
.search-result ul li {
    padding: 4px 0 4px 12px;
}
.search-result-products {
    border-bottom: 0.5px solid #2C2C2C;
    padding-top: 4px;
    padding-bottom: 8px;
}
.search-result-products li {}

.search-result-products li:hover {
    background: #00B897;
    transition: .5s;
    cursor: url("/images/cursor.png"), pointer;
}

.search-result-products li::after {
    font-family: 'Font Awesome 6';
    content: '\f002';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 5px);
    right: 6px;
    transition: .5s;
    opacity: 0;
}
.search-result-products li:hover::after {
    opacity: 1;
    transition: .5s;
}

.search-result-categ {
    border-bottom: 0.5px solid #2C2C2C;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-result-categ li {}

.search-result-categ li:hover {
    background: #00B897;
    transition: .5s;
    cursor: url("/images/cursor.png"), pointer;
}

.search-result-categ li::after {
    font-family: 'Font Awesome 6';
    content: '\f002';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 5px);
    right: 6px;
    transition: .5s;
    opacity: 0;
}
.search-result-categ li:hover::after {
    opacity: 1;
    transition: .5s;
}
.search-result-categ .search-result-match{
    display: block;
}
.search-result-note {
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
}

.search-result-brands {
    padding-top: 10px;
}
.search-result-brands li {
    display: flex;
    justify-content: space-between;
}

.search-result-brands .search-result-match{
    display: block;
}
.search-result-brands img {
    height: 18px;
}

.search-result-brands li a:hover + div span.search-result-match  {
    color: #00B897;
}




.content-wrapper {
    width: 100%;
    background: #ffffff;
    display: block;                                 /*TODO если будут проблемы вернуть flex*/
    padding: 0 0 50px 0;
    min-width: 1438px;
}
.menu-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
}

.content-top-line-wrapper {
    width: 100%;
}
.content-top-line {
    width: 1338px;
    margin: auto;
    display: flex;
    border-bottom: 0.75px solid #ECECEC;
    min-height: 60px;
    flex-wrap: wrap;
}

.page-content {
    width: 1338px;
    margin: auto;
    background: #ffffff;
/*    display: flex;
    flex-wrap: wrap;*/
}

.side-col {
    width: 25%;
}

.side-box {}

.basic-col {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}
.flat-menu-wrapper {
    margin-bottom: 50px;
}
.flat-menu {
    min-height: 35px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000000;
}
.flat-menu-home {}
.flat-menu-home::before {}

.flat-menu span {}
.flat-menu a {
    color: #F7748B;
    display: inline-flex;
    align-items: center;
}
.flat-menu a:hover {
    text-decoration: underline;
}
.flat-menu a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #000000;
    background: #00B897;
    margin: 0 10px 1px;
}
.flat-menu > a:nth-last-child(1)::after {
    /*content: none;*/
}


.this-page-name-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}


h1.this-page-name{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
}
.this-page-name {
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.this-category-qty {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color:#949494;
    border: 1px solid #D9D9D9;
    border-radius: 2.28571px;
    margin-left: 20px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    min-width: 30px;
    padding: 5px;
}


.badge.nd::before {
    background-color: #7227d1;
}
.badge.r::before {
    background-color: #b3fd27;
    color: #000;
}
.badge.nr::before {
    background-color: #b3fd27;
}




.footer-wrapper {
    background-color: #FAFAFA;
    width: 100%;
}



/*---------------------------------------------additional-box----------------------------*/
.additional-box-wrapper {

width: 100%;
}
.additional-box-wrapper-head {

font-family: 'Kurale';

font-size: 36px;

text-align: left;

margin: 0 0 20px 0;
}
.additional-box-wrapper-content {

display: flex;

flex-wrap: wrap;

justify-content: space-between;

/*max-height: 290px;*/

overflow: hidden;
}
.additional-box {width: 18%;background: #FFF;padding: 10px;margin-bottom: 30px;}
.additional-box-photo {

width: 100%;
}
.additional-box-photo img {
    width: 100%
}
.additional-box-info-wrapper {

margin-top: 10px;
}
.additional-box-product-name {

font-family: 'Kurale';

font-size: 16px;

font-weight: bold;

white-space: nowrap;

overflow: hidden;
}
.additional-box-product-name a {
    color:#150e20;
}
.additional-box-product-name::after {
    content:"";
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
}
.additional-box-product-price {
    
text-align: center;
    
margin-top: 10px;
}



/*---------------------------------------------footer----------------------------*/


.footer-wrapper {
    width: 100%;
    min-width: 1338px;
    background-image: url(/images/footer-bg.jpg);
    background-position: top left;
    background-repeat: repeat;
    background-color: #333333;
    background-size: auto 100%;
    padding: 25px 0;
}

/* footer-top */
.footer-top {
    width: 100%;
    min-width: 1338px;

}
.footer-top-wrapper {
    width: 1338px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}
.footer-top-left,
.footer-top-right {
    width: 49%;
    padding: 40px 40px 20px;
    background: rgba(51, 51, 51, 0.66);
    backdrop-filter: blur(5px);
}
.footer-top-left-title,
.footer-top-right-title{
    margin-bottom: 30px;
    font-family: Venus Rising;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.3em;
    text-align: left;
    color: #000000;
}
.footer-top-left-title{
    color: #F7748B;
}
.footer-top-right-title{
    color: #00B897;
}

.venus-text-shadow {
    text-shadow:
            -0   -4px 0   #FFFFFF,
            0   -4px 0   #FFFFFF,
            -0    4px 0   #FFFFFF,
            0    4px 0   #FFFFFF,
            -4px -0   0   #FFFFFF,
            4px -0   0   #FFFFFF,
            -4px  0   0   #FFFFFF,
            4px  0   0   #FFFFFF,
            -1px -4px 0   #FFFFFF,
            1px -4px 0   #FFFFFF,
            -1px  4px 0   #FFFFFF,
            1px  4px 0   #FFFFFF,
            -4px -1px 0   #FFFFFF,
            4px -1px 0   #FFFFFF,
            -4px  1px 0   #FFFFFF,
            4px  1px 0   #FFFFFF,
            -2px -4px 0   #FFFFFF,
            2px -4px 0   #FFFFFF,
            -2px  4px 0   #FFFFFF,
            2px  4px 0   #FFFFFF,
            -4px -2px 0   #FFFFFF,
            4px -2px 0   #FFFFFF,
            -4px  2px 0   #FFFFFF,
            4px  2px 0   #FFFFFF,
            -3px -4px 0   #FFFFFF,
            3px -4px 0   #FFFFFF,
            -3px  4px 0   #FFFFFF,
            3px  4px 0   #FFFFFF,
            -4px -3px 0   #FFFFFF,
            4px -3px 0   #FFFFFF,
            -4px  3px 0   #FFFFFF,
            4px  3px 0   #FFFFFF,
            -4px -4px 0   #FFFFFF,
            4px -4px 0   #FFFFFF,
            -4px  4px 0   #FFFFFF,
            4px  4px 0   #FFFFFF,
            -4px -4px 0   #FFFFFF,
            4px -4px 0   #FFFFFF,
            -4px  4px 0   #FFFFFF,
            4px  4px 0   #FFFFFF;
}

.footer-top-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-top-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 20px;
}
.footer-top-left-link {
    text-align: right;
    margin-top: 30px;
}
.footer-top-left-link a {
    color: #00B897;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    background: rgba(80, 80, 80, 0.5);
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 0 15px;


}
.footer-top-left-link a::after {
    font-family: 'Font Awesome 6';
    color: #00B897;
    content: '\f178';
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}
.footer-top-left:hover .footer-top-left-link a,
.footer-top-left:hover .footer-top-left-link a::after{
    color: #F7748B;
    transition: 0.5s;
}

.subscribe-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}

.subscribe-input {
    width: 65%;
    background: none;
    color:#ffffff;
    border: none;
    border-bottom: 1px solid #5E5D5D;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    padding: 10px 10px 10px 0;
}
.subscribe-input:focus{
    outline: none;
}
.subscribe-butt {
    width: 35%;
    text-align: right;
    margin-left: 20px;
}

.subscribe-butt a {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.2em;
    background: #00B897;
    color: #ffffff;
    height: 40px;
    border: 4px solid #ffffff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.subscribe-butt a:hover {
    background: #000000;
}
.subscribe-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    color: #949494;
}
.subscribe-text a {
    color: #00B897;
}
.subscribe-text a:hover {
    text-decoration: underline;
}


.footer-top .massage-box {
    margin: 0;
}

.footer-top .messages-success-box,
.footer-top .message-error-box {
    background: transparent;
}


/* footer */
.footer {
    width: 1338px;
    margin: auto;
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: rgba(51, 51, 51, 0.66);
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 40px 40px 20px;
}
.footer a {
    color: #ffffff;
}
.footer-box {
    width: 25%;
    padding: 0 25px;
}

.footer-box-txt {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #dddddd;
}

.footer-menu {}
.footer-menu + .footer-menu {
    margin-left: 40px
}

.footer-menu-title {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;

}

.footer-menu-item {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
}
.footer-menu-item a {
    display: block;
}

.footer-menu-item a:hover{
    color: #00B897;
    transition: 0.5s;
}

.phone-block {
    padding-left: 40px;
    margin-bottom: 10px;
}

.phone-block::before {
    font-family: 'Font Awesome 6';
    content: '\f095';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-right: 14px;
    position: absolute;
    top: 15px;
    left: 0;
}
.phone-block a {
    color: #00B897;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
}
.phone-block a:hover,
.phone-block a:hover::before{
    color: #F7748B;
}
.whatsapp-block {
    margin-bottom: 10px;
}
.whatsapp-link::before {
    font-family: 'Font Awesome 6';
    content: '\f232';
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-left: 14px;
}

.address-block {
    margin-bottom: 15px;
}

.address-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;

    padding-left: 40px;
    display: block;
    text-decoration: underline;
}
.address-link::before {
    font-family: 'Font Awesome 6';
    content: '\f3c5';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.address-link:hover,
.address-link:hover::before{
    color: #00B897;
}

.time-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 40px;
    display: block;
}
.time-link::before {
    font-family: 'Font Awesome 6';
    content: '\f017';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}




.footer-icon {}
.footer-icon-item {
    display: flex;
}
.footer-icon-item div + div {
    margin-left: 20px
}
.footer-icon-item img {
    width: 64px;
    height: auto;
}
.footer-dpd {}
.footer-omniva {}
.footer-lp {}
.footer-lp-express {}
.footer-citadele {}
.footer-swed {}
.footer-seb {}
.footer-visa {}
.footer-fb {}
.footer-tw {}


/* footer-bottom*/
.footer-bottom {      /*id="copyright-wrapper"*/
    width: 100%;
    background-color:  #000000;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25),
                0 0 3px 0 rgba(0, 0, 0, 0.1);
    /**/
    margin-bottom: 0;   /* obligati! for js manage visible cookies block*/
}
.footer-bottom-wrapper {
    width: 1338px;
    height: 41px;
    margin: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom a,
.footer-bottom {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.footer-copyright-right,
.footer-copyright-right a{
    text-transform: none;
    font-size: 12px;
    color: #949494;
}
.footer-soc-network {
    margin-right: 5px;
}
.footer-soc-network a{
    display: inline-block;
    margin-left: 20px;
}
.footer-soc-network img {
    height: 24px;
    width: auto;
}


.infinite {
    background-color: #624089;
}
.cookie-window {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 300;
    background: #E6F8F5;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    visibility: visible;
    padding: 15px;
    font-size: 12px;
    display: none;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;

}
.cookie-window-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 1338px;
    margin: auto;
}
.cookie-window p{
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 9px;
}
.cookie-link {
    text-decoration: underline;
    color: #F7748B;
}
.cookie-button {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.2em;
    background: #00B897;
    color: #ffffff;
    height: 40px;
    border: 4px solid #ffffff;
    box-shadow: 0 0 8px 0 #00000040;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.cookie-button:hover {
    background: #000000;
}


.banners-wrapper {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.banners-row {
    width: 100%;
    margin: auto;
    position: relative;
}

.ataka-product-slider {
    width: 100%;
    margin: auto;
}
.address-sign, .phone-sign, .mail-sign, .info-sign  {
    padding-left: 25px!important;
}

.address-sign::before, .phone-sign::before, .mail-sign::before, .info-sign::before {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
}
.address-sign::before {
    content: "\f124";
    top: 4px;
}
.phone-sign::before {
    content: "\f095";
    top: 5px;
}
.mail-sign::before {
    content: "\f2b7";
    top: 4px;
}
.info-sign::before {
    content: "\f129";
    top: 5px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #2C2C2C;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -72px;
    opacity: 0;
    transition: opacity .3s;
    white-space: nowrap;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}




.order-info-box-top {
    display: flex;
}

.order-info-box-top a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.order-info-box {
    position: relative;
    margin: 0 9px 0 0;
}
.order-info-box::before {
    font-family: 'Font Awesome 6';
    content: '\f466';
    font-style: normal;
    font-weight: 300;
    color: #919191;
    font-size: 24px;
    line-height: 24px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.order-info-box-top:hover .order-info-box::before,
.order-info-box-top:hover,
.order-info-box-top:hover .order-info-box-txt{
    color: #A9BC00;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.order-info-box-top .order-info-box-txt,
.order-info-box-top .order-info-box-txt a{
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #2E2E2E;
    width: 70px;
}
.order-info-box span{
    background-color: #ED0000;
    display: block;
    position: absolute;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 1px;
    line-height: 1px;
    text-align: center;
    padding: 3.5px;
    top: -3px;
    right: -1px;
    border: 1px solid #ffffff;
}




/* slick */
.slick-prev,
.slick-next {
    position: absolute;
    top: calc(50% - 20px);
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 10;
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
}
.slick-prev::before,
.slick-next::after {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin: auto;
    display: block;
}

.slick-next::after {
    content: "\f178";
}
.slick-prev::before {
    content: "\f177";
}

.slick-prev:hover,
.slick-next:hover {
    background: #F7748B;
}
.slick-prev:hover::before,
.slick-next:hover::after {
    color: #ffffff;
}

.slick-dots  {
    position: absolute;
    bottom: 55px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin: 0 4px;
    cursor: url("/images/cursor.png"), pointer;
}
.slick-dots li.slick-active{
    cursor: default;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100px;
    height: 5px;
    background: #2D2D2D;
}
.slick-dots li.slick-active button {
    background: #00B897;
    cursor: default;
}
/* user-drop-box block*/

.flex-between {
    display: flex;
    justify-content: space-between;
}

.user-drop-box {
                                     display: block;
    width: 509px;
    position: fixed;
    top: 5%;
    left: 10%;
    z-index: 800;
    background-color: #ffffff;
    padding: 30px 35px 35px;
    border-radius: 4px;
    box-shadow: 0 0 25px rgb(0 0 0 / 16%);
}
.user-drop-box-close {
    position: absolute;
    right: 0;
    top: -30px;
    color: #ffffff;
}
.user-drop-box-close::after {
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}
.user-drop-box-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 22px;

}

.user-drop-box-title span{
    border-bottom: 3px solid #A9BC00;
    padding-bottom: 20px;
}

.user-drop-box-main {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding-top: 30px;
    padding-bottom: 35px;
}
.user-drop-input {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 17px 21px 18px;
    margin-bottom: 22px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 4px;

}
.user-drop-input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #8A8A8A;
}
.user-drop-input-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.user-drop-input-ico::after {
    font-family: 'Font Awesome 6';
    content: "\f06e";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #777777;
    position: absolute;
    top: 0;
    right: 19px;
}
.user-drop-txt-enter {
    margin-bottom: 20px;
}
.user-drop-txt-enter span {
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 21px;
     color: #000000;
}
.user-login .user-drop-txt-enter {
    margin-top: 43px;
    margin-bottom: 5px;
}
.user-login .user-drop-txt-enter span {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
.user-drop-txt-enter a {
    color: #A9BC00;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-left: 7px;
    border-bottom: 1px dashed #A9BC00;
}
.user-drop-txt-enter a:hover {
    color: #cccccc;
    transition: 0.5s;
}
.user-drop-check-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}
.user-login .user-drop-check-wrapper {
    margin-bottom: 35px;
}

input.user-drop-checkbox {}
.user-drop-check-wrapper label{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #303030;
}

.user-login .user-drop-check-wrapper label{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 16px;
    color: #303030;
}
.user-login .label-check:before {
   margin-right: 13px;
}
.user-login a.forgot-passw {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #A9BC00;
}
.user-login a.forgot-passw:hover {
    color: #cccccc;
}

a.user-drop-reg {
    background: #A9BC00;
    border: 0.401018px solid #EEEEEE;
    font-style: normal;
    font-weight: 400;
    font-size: 16.0407px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 40px;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    display: inline-block;
}
a.user-drop-reg:hover {
    color: #ffffff;
    opacity: 0.9;
}


.user-drop-box-footer {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.user-drop-box-footer span {
    flex-basis: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.user-drop-reg-g,
.user-drop-reg-f {
    border: 0.401018px solid #EEEEEE;
    border-radius: 4px;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    padding: 14px 14px 14px 40px;
    margin-top: 20px;
}
a.user-drop-reg-g:hover,
a.user-drop-reg-f:hover {
    color: #ffffff;
    opacity: 0.9;
}

.user-drop-reg-g {
    background: #BE5448;
}
.user-drop-reg-f {
    background: #5560AE;
}

.user-drop-reg-g::before,
.user-drop-reg-f::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 25%;
    left: 14px;
}
.user-drop-reg-g::before{
    content: '\f1a0';
}
.user-drop-reg-f::before{
    content: '\f082';
}

.header-drop-box {
    display: none;
    width: 443px;
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 800;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 25px rgb(0 0 0 / 16%);
}


.header-drop-box::before {
    font-family: 'Font Awesome 6';
    content: "\f0d8";
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    top:-20px;
    right: 65px;
}

.wishlist-box-top .header-drop-box {
    right: -60px;
    top: 30px;
}

.header-drop-box-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    padding-bottom: 18px;
}

.header-drop-box-items {
    max-height: 377px;
    overflow-y: auto;
    padding-right: 22px;

}
.header-drop-box-item{
    border-top: 1px solid #ECECEC;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.header-drop-box-item-img img {
    width: 85px;
}

.header-drop-box-item-main {
    padding: 0 15px;
}

.header-drop-box-item-main-cat {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #7D7D7D;
    margin-bottom: 7px;
}
.header-drop-box-item-main-title,
.header-drop-box-item-main-title a{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #2F2F2F;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.header-drop-box-item-main-price {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #2F2F2F;
}
.header-drop-box-item-main-price span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #ACACAC;
    margin-left: 10px;
}


.header-drop-box-item-del {
    align-self: center;
}

.header-drop-box-item-del::after {
    font-family: 'Font Awesome 6';
    content: "\f2d3";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    color: #A9BC00;
}


.header-drop-box-overlay {
    background: linear-gradient(360deg, #FFFFFF 35.21%, rgba(255, 255, 255, 0) 100%);
    height: 50px;
    margin-top: -50px;
}

.header-drop-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    padding-right: 22px;
}

.wishlist-box-top .header-drop-box-footer {
    justify-content: center;;
}


.header-drop-box-footer-price div {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #2F2F2F;
}
.header-drop-box-footer-price span {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    color: #7D7D7D;

}
a.header-drop-box-footer-button {
    background: #A9BC00;
    border: 0.401018px solid #EEEEEE;
    font-style: normal;
    font-weight: 400;
    font-size: 16.0407px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 15px;
}
a.header-drop-box-footer-button:hover {
    opacity: 0.9;
    color: #FFFFFF;
}
/* cart box scrcollbar */
.header-drop-box-items::-webkit-scrollbar{
    width: 5px;
    background: #eeeeee;
}
.header-drop-box-items::-webkit-scrollbar-thumb {
    background: #cccccc;
}
.header-drop-box-items {		/* firefox*/
    scrollbar-color: rgb(204,204,204, 0.4) rgba(238,238,238, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}



/******************************/
/* cart drop (.cart-popover)  */
/******************************/


.cart-popover {
    position: absolute;
    top: 135px;
    width: 443px;
    right: calc((100% - 1338px) / 2);
    display: none;
    z-index: 800;
    background-color: #ffffff;
    border: 10px solid #414040;
    box-shadow: 0 0 10px 0 #000000;
    padding: 17px 0 17px 22px;
    visibility: visible;
}

.cart-popover::before {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-grey.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-32px;
    right: 16px;
}

.cart-popover::after {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-white.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-20px;
    right: 15px;
}

.cart-popover-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
    color:#414040;
    margin-right: 22px;
    padding-bottom: 18px;
}

.cart-popover-header{
    padding-top: 18px;
}
.cart-popover-header p{
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.cart-popover .scroll {
    max-height: 375px;
    overflow-y: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
}
/* scrcollbar */

.scroll {}

.nice-select .list::-webkit-scrollbar,
body .scroll::-webkit-scrollbar{
    width: 5px;
    background: #cccccc;
}
.nice-select .list::-webkit-scrollbar-thumb,
body .scroll::-webkit-scrollbar-thumb{
    background: #00B897;
}
.nice-select .list,
body .scroll{		/* firefox*/
    scrollbar-color: rgb(0,184,151, 0.9) rgba(44,44,44, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}

.cart-popover-product {
    padding: 20px 0;
    margin-right: 22px;
    display: flex;
    justify-content: space-between;
    max-height: 125px;
    overflow: hidden;
}
.cart-popover-product::after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #414040;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cart-popover-product:nth-last-child(1)::after {
    background-color: #ffffff;
}
.cart-popover-product-photo {
    width: 60px;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 8px; /* for alt */
}
.cart-popover-product-photo img {
    width: 60px;
    height: auto;
    transition: 1s;
}
.cart-popover-product:hover .cart-popover-product-photo img {
    transform: scale(110%);
    transition: 1s;
}
.cart-popover-product-info-wrapper {
    padding: 0 15px;
    flex-grow: 1;
}
.cart-popover-product-cat {
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    color: #00B897;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.1em;
}
.cart-popover-product-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #414040;
    margin-bottom: 10px;
    max-height: 34px;
    overflow: hidden;
    transition: 0.5s;
}
.cart-popover-product-info-wrapper:hover .cart-popover-product-name,
.cart-popover-product-info-wrapper:hover .cart-popover-product-cat {
    color:  #00B897;
    font-weight: 700;
    transition: 0.5s;
}
.cart-popover-product-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #414040;
    text-align: right;
}
.cart-popover-product-price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #cccccc;
    margin-right: 10px;
}
.cart-popover-product-del {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.cart-popover-product-del::after {
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #00B897;
}
.cart-popover-product-del:hover::after {
    color:#414040;
}
.cart-popover-overlay {
    background: linear-gradient(360deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    height: 50px;
    margin-top: -50px;
}

.cart-popover-footer {
    margin-right: 22px;
    padding-top: 20px;
    border-top: 1px solid #414040;
}

.cart-popover-sum {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-popover-sum div.total {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #414040;
    text-transform: uppercase;
    padding-left: 30px;
}
.cart-popover-sum div.sum {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #00B897;
    padding-right: 50px;
}

a.cart-popover-button {
    background-color: #F7748B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 38px;
    border-radius: 38px;
    padding: 0 20px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.cart-popover-button:hover {
    opacity: 0.9;
}

/********************************/
/* wishlist drop (.wl-popover)  */
/********************************/

.wl-popover {
    position: absolute;
    top: 135px;
    width: 443px;
    right: calc((100% - 1338px) / 2);
    display: none;
    z-index: 800;
    background-color: #ffffff;
    border: 10px solid #414040;
    box-shadow: 0 0 10px 0 #000000;
    padding: 17px 0 17px 22px;
    visibility: visible;
}

.wl-popover::before{
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-grey.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-32px;
    right: 88px;
}
.wl-popover::after {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-white.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-20px;
    right: 87px;
}

.wl-popover .wl-popover-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
    color:#414040;
    margin-right: 22px;
    padding-bottom: 18px;
}

.wl-popover .wl-popover-header{
    padding-top: 18px;
}
.wl-popover .wl-popover-header p{
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.wl-popover .scroll {
    max-height: 375px;
    overflow-y: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
}
/* wl box scrcollbar */
.wl-popover .scroll::-webkit-scrollbar{
    width: 5px;
    background: #cccccc;
}
.wl-popover .scroll::-webkit-scrollbar-thumb{
    background: #00B897;
}
.wl-popover .scroll{		/* firefox*/
    scrollbar-color: rgb(0,184,151, 0.9) rgba(44,44,44, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}
.wl-popover-product {
    padding: 20px 0;
    margin-right: 22px;
    display: flex;
    justify-content: space-between;
    max-height: 125px;
    overflow: hidden;
}
.wl-popover-product::after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #414040;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wl-popover-product:nth-last-child(1)::after {
    background-color: #ffffff;
}

.wl-popover-product-photo {
    width: 60px;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 8px; /* for alt */
}
.wl-popover-product-photo img {
    width: 60px;
    height: auto;
    transition: 1s;
}

.wl-popover-product:hover .wl-popover-product-photo img {
    transform: scale(110%);
    transition: 1s;
}

.wl-popover-product-info-wrapper {
    padding: 0 15px;
    flex-grow: 1;
}

.wl-popover-product-cat {
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    color: #00B897;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.1em;
}
.wl-popover-product-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #414040;
    margin-bottom: 10px;
    max-height: 34px;
    overflow: hidden;
    transition: 0.5s;
}
.wl-popover-product-info-wrapper:hover .wl-popover-product-name,
.wl-popover-product-info-wrapper:hover .wl-popover-product-cat {
    color:  #00B897;
    font-weight: 700;
    transition: 0.5s;
}
.wl-popover-product-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #414040;
    text-align: right;
}
.wl-popover-product-price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #cccccc;
    margin-right: 10px;
}

.wishlist-product-del {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.wishlist-product-del::after {
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #00B897;
}
.wishlist-product-del:hover::after {
    color:#414040;
}
.wl-popover-overlay {
    background: linear-gradient(360deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    height: 50px;
    margin-top: -50px;
}

.wl-popover-footer {
    margin-right: 22px;
    padding-top: 20px;
    border-top: 1px solid #414040;
}
a.wl-popover-button {
    background-color: #F7748B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 38px;
    border-radius: 38px;
    padding: 0 15px;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;

}
a.wl-popover-button:hover {
    opacity: 0.9;
}

/********************************/
/* compare drop (.cmp-popover)  */
/********************************/

.cmp-popover {
    position: absolute;
    top: 135px;
    width: 443px;
    right: calc((100% - 1338px) / 2);
    display: none;
    z-index: 800;
    background-color: #ffffff;
    border: 10px solid #414040;
    box-shadow: 0 0 10px 0 #000000;
    padding: 17px 0 17px 22px;
    visibility: visible;
}

.cmp-popover::before{
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-grey.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-32px;
    right: 157px;
}
.cmp-popover::after {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-white.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    right: 156px;
}

.cmp-popover .cmp-popover-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
    color:#414040;
    margin-right: 22px;
    padding-bottom: 18px;
}

.cmp-popover .cmp-popover-header{
    padding-top: 18px;
}
.cmp-popover .cmp-popover-header p{
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.cmp-popover .scroll {
    max-height: 375px;
    overflow-y: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
}
/* cmp box scrcollbar */
.cmp-popover .scroll::-webkit-scrollbar{
    width: 5px;
    background: #cccccc;
}
.cmp-popover .scroll::-webkit-scrollbar-thumb{
    background: #00B897;
}
.cmp-popover .scroll{		/* firefox*/
    scrollbar-color: rgb(0,184,151, 0.9) rgba(44,44,44, 0.3);
    scrollbar-width: thin;  /* толщина auto/thin/none */
}
.cmp-popover-product {
    padding: 20px 0;
    margin-right: 22px;
    display: flex;
    justify-content: space-between;
    max-height: 125px;
    overflow: hidden;
}
.cmp-popover-product::after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #414040;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cmp-popover-product:nth-last-child(1)::after {
    background-color: #ffffff;
}


.cmp-popover-product-photo {
    width: 60px;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 8px; /* for alt */
}
.cmp-popover-product-photo img {
    width: 60px;
    height: auto;
    transition: 1s;
}
.cmp-popover-product:hover .cmp-popover-product-photo img {
    transform: scale(110%);
    transition: 1s;
}

.cmp-popover-product-info-wrapper {
    padding: 0 15px;
    flex-grow: 1;
}
.cmp-popover-product-cat {
    font-weight: 700;
    font-size: 11px;
    line-height: 15px;
    color: #00B897;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 0.1em;
}
.cmp-popover-product-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #414040;
    margin-bottom: 10px;
    max-height: 34px;
    overflow: hidden;
    transition: 0.5s;
}
.cmp-popover-product-info-wrapper:hover .cmp-popover-product-name,
.cmp-popover-product-info-wrapper:hover .cmp-popover-product-cat {
    color:  #00B897;
    font-weight: 700;
    transition: 0.5s;
}
.cmp-popover-product-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #414040;
    text-align: right;
}
.cmp-popover-product-price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #cccccc;
    margin-right: 10px;
}

.compare-product-del {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;

}

.compare-product-del::after {
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #00B897;
}
.compare-product-del:hover::after {
    color:#414040;
}

.cmp-popover-overlay {
    background: linear-gradient(360deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
    height: 50px;
    margin-top: -50px;
}

.cmp-popover-footer {
    margin-right: 22px;
    padding-top: 20px;
    border-top: 1px solid #414040;
}
a.cmp-popover-button {
    background-color: #F7748B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 38px;
    border-radius: 38px;
    padding: 0 15px;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;

}
a.cmp-popover-button:hover {
    opacity: 0.9;
}

/**************************/
/* modal-content-login */
/**************************/

.modal-content {
    display: none;
}

.modal-content-login {
    width: 400px;
    position: absolute;
    top: 135px;
    right: calc((100% - 1338px) / 2);

    z-index: 801;

    background-color: #ffffff;
    border: 10px solid #414040;
    box-shadow: 0 0 10px 0 #000000;
    padding: 20px;
}

.modal-content-login::before {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-grey.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-32px;
    right: 156px;
}

.modal-content-login::after {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-white.png");
    background-repeat: no-repeat;
    position: absolute;
    top:-20px;
    right: 156px;
}

.modal-content-login .modal-close {
    position: absolute;
    right: 22px;
    top: 15px;
    color: #ffffff !important;
    padding: 0;
    height: auto;

}
.modal-content-login .modal-close::after {
    font-family: 'Font Awesome 6';
    content: "\e59b";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    color: #414040;
}

.modal-content-login .modal-content-title{
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
    color:#414040;
    padding-bottom: 18px;
}

.modal-content-login .modal-content-cont{
    height: auto;
    min-height: 470px;
    padding: 0;
}
.modal-content-login .modal-content-cont iframe {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* iframe */
body.block-login-body {
    background-color: #ffffff;
    color: #414040;
}
.block-login-iframe-content form {
    display: block;         /* ?????????????????????? */
}
.block-login-form-inner {
    padding-top: 10px;
}

.block-login-form-inner .button-dark {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

.block-login-form-inner .message-error-box {
    margin-top: 0;
    padding-top: 0;
    padding-left: 22px;
}

.block-login-form-field-wrapper {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1px;
    padding-right: 1px;
}
.block-login-form-field  {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 5px 20px;
    color: #414040;
    margin-bottom: 10px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}
.block-login-form-field::placeholder {
    color: #414040;
}

.block-login-form-input-ico.open-eye,
.block-login-form-input-ico.close-eye {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
}


.block-login-form-input-ico.open-eye::after,
.block-login-form-input-ico.close-eye::after {
    font-family: 'Font Awesome 6';
    content: "\f06e";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #414040;
}
.block-login-form-input-ico.close-eye::after {
    content: "\f070";
}
.block-login-form-input-ico.open-eye::after{
    content: "\f06e";
}

.block-login-form-field-wrapper label {
    color: #414040;
}

a.forgot-passw {
    border-bottom: 1px dashed #00B897;
}
a.forgot-passw:hover {
    opacity: 0.9;
}

.block-login-form-new-reg {
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.block-login-form-new-reg span {
    color: #414040;
}
.block-login-form-new-reg a {
    color: #00B897;
    border-bottom: 1px dashed #00B897;
}
.block-login-form-new-reg a:hover {
    opacity: 0.9;
    transition: 0.5s;
}

.block-login-box-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-login-box-footer span {
    flex-basis: 100%;
    color: #414040;
}

.user-reg-g,
.user-reg-f {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    color: #ffffff;
    margin-top: 20px;
}
a.user-reg-g:hover,
a.user-reg-f:hover {
    color: #ffffff;
    opacity: 0.9;
    transition: 0.5s;
}

.user-reg-g {
    background: #00B897;
}
.user-reg-f {
    background: #00A3FF;
}
.user-reg-g::before,
.user-reg-f::before{
    content: "";
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: 10px;
}
.user-reg-g::before{
    background-image: url(/images/login-google.png);
}
.user-reg-f::before{
    background-image: url(/images/login-facebook.png);
}
.user-reg-g:hover::before,
.user-reg-f:hover::before{
    color: #ffffff;
}


/* block-login-remind */

.block-login-remind-info-text {
    margin-top: 30px;
    margin-bottom: 20px;
}

.block-login-remind-close-secondary {
    float: right;
    margin-left: 20px;
    color: #FF0000;
    z-index: 500;
}
.block-login-remind-close-secondary:before {
    font-family: 'Font Awesome 6';
    content: "\f2d3";
    padding: 10px;
    font-weight: 900;
}

/**/
.modal-content-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .25s ease, visibility 0.25s ease;
    transition: opacity .25s ease, visibility 0.25s ease;
}
/**********************************/
/* modal-video */
/**********************************/
/* modal-video */

.modal-video {
    display: none;
    position: fixed;
    top:5%;
    left: calc(50% - 480px);
    z-index: 801;
    background-color: transparent;
}

.modal-video .modal-video-close {
    position: absolute;
    right: 0;
    top: -36px;
    color: #ffffff !important;
    padding: 0;
    height: auto;

}
.modal-video .modal-video-close::after {
    font-family: 'Font Awesome 6';
    content: "\e59b";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    top: -10px;
}

.modal-video .modal-video-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 22px;
}
.modal-video .modal-video-title span {
    border-bottom: 3px solid #A9BC00;
    padding-bottom: 20px;
}

.modal-video .modal-video-cont {
    min-width: 960px;
    max-width: 1280px;
    min-height: 540px;
}

.modal-video .modal-video-cont iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #ffffff;
}



/* preloader */
.preloader {
    animation-name: rotation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: block;
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.preloader::before {
    font-family: 'Font Awesome 6';
    font-weight: 900;
    font-size: 16px;
    color: #919191;
    content: '\f1ce';  /*circle*/
    margin: auto;
    height: 100%;
    width: 100%;
    border-radius: 50%;

    background: linear-gradient(120deg, #00B897 33%, #CCCCCC 66%, #EEEEEE);
    background-clip: text;    /* свойство экспериментальное, но рабочее в Chrom и FF */
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.cart-popover .preloader,
.cmp-popover .preloader,
.wl-popover .preloader {
    width: 40px;
    height: 40px;
    margin: auto;
}
.cmp-popover .preloader::before,
.wl-popover .preloader::before,
.cart-popover .preloader::before {
    font-size: 40px;
    line-height: 40px;
    content: '\f110';   /*spinner*/
    height: 100%;
    width: 100%;

}

/* badges */

.badges-group {
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 5px;
    text-align: left;
}
.badge {
    margin-bottom: 10px;
    border-radius: 36px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25), 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(0deg, #F5F5F5, #F5F5F5), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 3px solid #FFFFFF;

    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.badge::before {
    font-family: 'Font Awesome 6';
    content: '\f129';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge::after {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    height: 36px;
    white-space: nowrap;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.badge:hover {
    transition: 0.8s;
}

/* discount */
.badge.d {
    color: #B82C37;
}
.badge.d {
    width: 54px;
    justify-content: center;
}
.badge.d::before {
    content: ""attr(data-type-d) "";
    width: auto;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
}

/* min-discount */
.badge.m {
    color: #B82C37;
}
.badge.m:hover{
    width: 74px;
}
.badge.m::before {
    content: "\f02c";
}
.badge.m::after {
    content: ""attr(data-type-m) "";
}

/* store */
.badge.s {
    color:#00A3FF;
}
.badge.s:hover{
    width: 130px;
}
.badge.s::before {
    content: "\f316";
}
.badge.s::after {
    content: ""attr(data-type-s) "";
}

/* new */
.badge.n {
    color: #00B897;
}
.badge.n:hover{
    width: 115px;
}
.badge.n::before {
    content: '\e118';
}
.badge.n::after {
    content: ""attr(data-type-n) "";
}

/* populare */
.badge.p {
    color: #9747FF;
}
.badge.p:hover{
    width: 55px;
}
.badge.p::before {
    content: '\f06d';
}
.badge.p::after {

    content: ""attr(data-type-p) "";
}

/* credit */
.badge.k {
    color: #0094FF;
}
.badge.k:hover{
    width: 74px;
}
.badge.k::before {
    font-family: 'Rubik', sans-serif;
    content: "0%";
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}
.badge.k::after {
    content: ""attr(data-type-k) "";
}

/* gift */
.badge.g {
    color: #c1009a;
}
.badge.g:hover{
    width: 84px;
}
.badge.g::before {
    content: '\f06b';
}
.badge.g::after {
    content: ""attr(data-type-g) "";
}

/* complete */
.badge.c {
    color: #161616;
}
.badge.c:hover{
    width: 84px;
}
.badge.c::before {
    content: '\f0ae';
}
.badge.c::after {
    content: ""attr(data-type-c) "";
}





/* for slick slider active/no aktive and shadow */
.slick-slide .badge {
    opacity: 0;
    transition: 0.75s;
}
.slick-slide.slick-active .badge {
    opacity: 1;
    transition: 0.75s;
}

/** brand_zone-items 2 row **/

.brand-zone-items {
    padding: 40px 0;
}
/* slick */
.brand-zone-items .slick-list {
    margin: 0 -20px;
}
.brand-zone-items .slick-prev,
.brand-zone-items .slick-next {
    /*top: calc(50% - 35px);*/
}
.brand-zone-items .slick-slide > div {
    background-color: #ffffff;
    margin: 25px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    height: 120px;
    overflow: hidden;
}
.brand-zone-items .slick-slide > div:empty {
    background-color: transparent;
    box-shadow: none;
}

.brand-zone-item {
    background-color: #ffffff;
}
.brand-zone-img {
    background-color: #ffffff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}
.brand-zone-img-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.brand-zone-img img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s;
    padding: 10px;
}
.brand-zone-item:hover img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.5s;
    padding: 10px;
}

/* password eye */

.password-ico.open-eye,
.password-ico.close-eye {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 2;
}


.password-ico.open-eye::after,
.password-ico.close-eye::after {
    font-family: 'Font Awesome 6';
    content: "\f06e";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #777777;
}
.password-ico.close-eye::after {
    content: "\f070";
}
.password-ico.open-eye::after{
    content: "\f06e";
}



/** ATAKA STYLES */

.ataka-flex {
    display: flex;
}
.ataka-flex-between {
    display: flex;
    justify-content: space-between;
}

.ataka-full-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ataka-cursor-pointer:hover::before,
.ataka-cursor-pointer:hover::after,
.ataka-cursor-pointer:hover{
    cursor: url("/images/cursor.png"), pointer;
}
.ataka-show-long-word {
    display: block;
    width: 100%;
    overflow: hidden;
}
.ataka-show-long-word:hover {
    overflow: visible;
}

.ataka-video-container_16_9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.ataka-video-container_16_9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}






