/*@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,regular,500,600,700);*/
@import url(https://fonts.googleapis.com/css?family=Lato:regular,italic,700,700italic);

body {
/*font-family: 'Open Sans', sans-serif;*/
font-family: 'Lato', sans-serif !important;
font-weight: 400;
color: #666;
font-size: 14px;
line-height: 20px;
width: 100%;
display: flex;
flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #444;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
margin-top: 5px;
}

h5.aktsii {
color: #fc71f8;
font-size: 18px;
text-align: center;
}

/* default font size */
.fa {
font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
font-size: 46px;
}

h2 {
font-size: 40px;
}

h3 {
font-size: 32px;
}

h4 {
font-size: 15px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 10.2px;
}

a {
color: #000;
transition: all 0.3s ease-in-out;
text-decoration: none;
}

a:hover {
color: #fabb24;
text-decoration: none;
}


.row {
margin: 0 !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
padding: 0 !important;
}

.btn .btn-link .language-select .active {
color: #fff !important;
}

.grey-background {
background: #F5F5F5;
}

#form-language .btn-group .btn {
padding: 0px 10px !important;
height: 20px;
color: #A2A2A2;
}

button.btn.btn-link.language-select.active {
/*color: #060606 !important;*/
}

#form-language .btn-group .btn:first-child {
border-right: 1px solid #060606;
}

.red-star {
color: #FF4791;
}

/*.alert .fa {*/
/*    display: none !important;*/
/*}*/

.mycaret {
display: table-cell;
width: 9px;
height: 9px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
transform: rotate(225deg);
}

.mywish {
position: relative;
}

.mysearch {
cursor: pointer;
width: 27px;
}

.mysearch-drop {
display: none;
}

.svg-hover,
.svg-hover svg path {
transition: all 0.5s ease-in-out;

}

.svg-hover:hover {
transform: translate(0px, -5px);
}

.svg-hover:hover svg path {
fill: #fabb24;
}

.hide-overflow {
overflow: hidden;
}

.alert-success {
display: flex;
position: relative;
justify-content: space-between;
align-items: center;
}

.succes-name a {
font-weight: 700;
}

.success-btn {
padding: 10px 30px;
border-radius: 40px;
background: var(--black, #000);
color: #fff;
}

.success-btn:hover {
color: #fff;
background: #fabb24;
}

.main-banner {
min-height: 100%;
/*min-height: 650px;*/
margin-bottom: 50px;
position: relative;
z-index: 0;
}

.main-banner-img {
/*position: absolute;*/
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.main-banner__container {
/*padding: 431px 95px 135px; */
position: relative;
text-align: center;
/* margin-top: 200px; */
position: absolute;
left: 19%;
/*transform: translate(-50%, -50%);*/
/*top: 33%;*/
bottom: 45%;
}

@media(max-width: 1400px){
.main-banner__container{
    left:calc(140px + (305 - 140) * ((100vw - 768px) / (1400 - 768)));
}
}

.main-banner__tit-svg {
display: flex;
align-items: center;
justify-content: space-between;
}

.main-banner__title {
font-family: 'Jost', sans-serif;
max-width: 576px;
color: #000;
font-size: 50px;
font-style: normal;
font-weight: 300;
line-height: 110%;
margin-bottom: 50px;
}

.main-banner__btn {
display: block;
height: 44px;
padding: 10px 30px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 40px;
background: #fff;
transition: all 0.5s ease-in-out;
cursor: pointer;
border: 1px solid #fabb24;
width: 300px;
text-align: center;
}

.main-banner__btn a {
color: #000;
text-align: center;
/* body 16 regular */
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.main-banner__btn input {
background: transparent;
border: none;
color: var(--white, #FFF);
font-size: 16px;
}

.main-banner__btn a::after {
display: inline-block;
opacity: 0;
visibility: hidden;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f178";
padding-left: 0;
transition: all 0.5s ease-in-out;
width: 0;
}

.main-banner__btn:hover {
background: #fabb24;
color: #fff;
}

.main-banner__btn:hover.main-banner__btn a::after {
padding-left: 20px;
opacity: 1;
visibility: visible;
width: 20px;
}

.choose-category__container {
padding: 0 95px;
}

.choose-category__container .price-and-article {
font-size: 14px;
padding: 0;
}

.product-thumb .caption .product-model .price-and-article {
display: none !important;
}

.slide-test {
display: none !important;
}

.choose-category__container .nameAndOneClickBlock h4 {
padding-bottom: 0;
height: 40px;
}

.choose-category__title {
color: #000;
font-family: 'Jost', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%;
text-transform: uppercase;
text-align: center;
padding-bottom: 20px;
}

.choose-category__items {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
row-gap: 40px;
column-gap: 5px;
max-width: 1250px;
margin: 0px auto 50px;
}


.choose-category__item {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
transition: all 0.3s ease-in-out;
cursor: pointer;
width: 180px;
background: #e7e7e742;
padding: 15px;
}

.choose-category__container h3 {
margin: 0 !important;
padding-bottom: 50px;
}

.choose-category__item img {
max-width: 120px;
}


.choose-category__item:hover {
color: #fabb24 !important;
text-decoration: none;
}

.choose-category__name {
/*font-family: 'Jost', sans-serif;*/
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.seotags_cloud {
margin-bottom: 50px;
}

.original-composition__container{
padding: 40px 105px 50px;
}

.original-composition__items {
display: flex;
}

.original-composition__item {
position: relative;
width: 100%;
}

.original-composition__img {
width: 100%;
}

.original-composition__info {
padding: 15px;
position: absolute;
top: 50%;
/* right: 0; */
/* text-align: end; */
left: 50%;
transform: translate(-50%, -50%);
}

.original-composition__title {
padding-bottom: 30px;
color: #000;
text-align: center;
font-family: 'Jost', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
/* 31.2px */
text-transform: uppercase;
letter-spacing: 3px;
max-width: 200px;
}



.sale__info {
left: 0;
text-align: left;
}

.sale .original-composition__title {
text-align: left;
padding: 0;
max-width: 100%;
}

.sale__title {
color: #000;
text-align: center;
font-family: 'Jost', sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: 100%;
/* 60px */
text-transform: uppercase;
padding: 15px 0 30px;
width: 200px;
}




.how-make-order .choose-category__container {
padding: 0 95px 50px;
}

.how-make-order .choose-categoryr__content {
text-align: center;
}

.how-make-order .choose-category__item {
max-width: 210px;
max-height: 182px;
}

.how-make-order .choose-category__img-back {
background: #eee;
padding: 25px;
border-radius: 50%;
}

/*.how-make-order .main-banner__btn {*/
/*    margin-top: 50px;*/
/*}*/



.greeting-banner {
min-height: 650px;
background: url('https://www.vzolote.com.ua/image/banners/greetingbanner.png') 0 0/cover no-repeat;
margin-bottom: 0;
}

.greeting-banner .main-banner__title {
color: #FFF;
font-family: 'Jost', sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 400;
line-height: 100%;
/* 80px */
}

.greeting-banner .main-banner__sub-title {
color: #FFF;
font-family: 'Jost', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%;
/* 24px */
text-transform: uppercase;
padding-left: 5px;
}

.greeting-banner__some-text {
max-width: 1170px;
margin: 0 auto;
display: flex;
position: relative;
top: -260px;
}

.greeting-banner__some-text_info {
padding: 50px 40px;
background: #fff;
}

.greeting-banner__some-text_info h5 {
color: var(--black, #000);
font-family: 'Jost', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%;
/* 28px */
text-transform: uppercase;
text-align: center;
}

.greeting-banner__some-text_info p {
align-self: stretch;
color: var(--grey-txt, #676767);
/*font-family: 'Jost', sans-serif;*/
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 300;
line-height: 180%;
/* 25.2px */
padding: 15px 0;
font-size: 13px;
}

.scroll-text {
max-height: 355px;
overflow: scroll;
overflow-x: hidden;
}

.scroll-text::-webkit-scrollbar {
width: 5px;

}

.scroll-text::-webkit-scrollbar-track {
border-radius: 10px;
background: #F5F5F5;
}

.scroll-text::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #D8D8D8;
}

.greeting .grey-background {
max-height: 425px;
}






legend {
font-size: 18px;
padding: 7px 0px;
border: none !important;
}

label {
font-size: 12px;
font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
font-size: 12px;
}

.input-group .input-group-addon {
font-size: 12px;
height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
display: inline;
}

.overblock {
overflow: hidden;
}

.nav-tabs {
margin-bottom: 15px;
}

/*div.required .control-label:before {*/
/*    content: '* ';*/
/*    color: #F00;*/
/*    font-weight: bold;*/
/*}*/

/* Gradent to all drop down menus */
.dropdown-menu li>a {
position: relative;
}

.dropdown-menu li>a::before {
content: '';
position: absolute;
left: 0;
bottom: -5px;
width: 0px;
height: 1px;
background-color: #fabb24;
transition: width 0.7s;
}

.dropdown-menu li>a:hover:before {
width: 80px
}


/*.dropdown-menu li>a:hover {*/
/*    text-decoration: none;*/
/*    color: #fc71f8;*/
/*}*/

/* top */
#top {
background-color: #000;
border-bottom: 1px solid #e2e2e2;
padding: 12px 10px;
/*margin: 0 0 20px 0;*/
/*min-height: 40px;*/
display: flex;
align-items: center;
height: 45px;
font-size: 10px;
}

#top .container {
padding: 0;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
text-align: left;
}



#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
text-shadow: none;
color: #fff;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:focus {
outline: none;
}

#top .btn-link,
#top-links li,
#top-links a {
color: #fff;
text-decoration: none;
background: transparent;
font-size: 16px;
display: flex;
align-items: center;
gap: 10px;
}

.btn .btn-link .language-select .active {
color: #fff;
}

/*#top .btn-link:hover,*/
/*#top-links a:hover {*/
/*    color: #444;*/
/*}*/

#top-links .dropdown-menu a {
text-shadow: none;
color: #000;
}

#top-links .dropdown-menu a:hover {
color: #fabb24;
background: transparent;
}

#top .btn-link strong {
font-size: 14px;
line-height: 14px;
}

#top-links {
padding-top: 10px;
}

#top-links a+a {
margin-left: 15px;
}

/* logo */


/* search */
/*#search {*/
/*	margin-bottom: 10px;*/
/*}*/
#search .input-lg {
line-height: 20px;
padding: 0 10px;
/*text-align: center;*/
/*new*/
/*height: 30px !important;*/
background: #F8F8F9;
}

.fa-search {
font-size: 11px !important;
}

#search .btn-lg {
font-size: 15px;
line-height: 18px;
padding: 10px 35px;
text-shadow: 0 1px 0 #FFF;
}


.top-list {
display: flex;
align-items: center;
justify-content: space-between;
}



/*#cart>.btn {*/
/*    transition: all 0.3s ease-in-out;*/
/*        display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/
/*#cart>.btn:hover {*/
/*    color: #fff !important;*/
/*}*/

#cart.open>.btn {
/* background-image: none;*/
background-color: #FFFFFF;
/*border: 1px solid #E6E6E6;*/
color: #666;
box-shadow: none;
text-shadow: none;
}

#cart.open>.btn:hover {
color: #444;
}

#cart .dropdown-menu {
/* background: #eee;*/
background: #fff;
z-index: 1001;

}

/*#cart .dropdown-menu {*/
/*    min-width: 100%;*/
/*}*/


#menu .btn-navbar.opn-btn-icon{
display: none;
}
@media (max-width: 993px) {
.container {
    padding: 0 10px !important;
    margin: 0 !important;
}
#menu .btn-navbar.opn-btn-icon{
    display: block;
}
#menu .btn-navbar.opn-btn-text{
    display: none;
}
}

@media (max-width: 478px) {
#cart .dropdown-menu {
    width: 100%;
}
}

#cart .dropdown-menu table {
margin-bottom: 10px;
}

/*#cart .dropdown-menu li>div {*/
/*    min-width: 427px;*/
/*    padding: 0 10px;*/
/*}*/

@media (max-width: 478px) {
#cart .dropdown-menu li>div {
    min-width: 100%;
}
}

#cart .dropdown-menu li p {
margin: 20px 0;
}

/* menu */
#menu {
background-color: #fff;
/*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*background-repeat: repeat-x;*/
/*border-color: #1f90bb #1f90bb #145e7a;*/
min-height: 40px;
margin: 0 !important;
}

#menu .nav>li>a {
color: #000;
padding: 10px 15px 10px 15px;
min-height: 15px;
background-color: transparent;
/*font-family: "Lato";*/
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%;
position: relative;

}


#menu .nav>li>a::before,
#menu .nav>li.open>a::before {
content: '';
position: absolute;
left: 0;
bottom: 5px;
width: 0px;
height: 1px;
background-color: #fabb24;
transition: width 0.7s;
}

/*#menu .nav>li>a:hover,*/
/*#menu .nav>li.open>a:hover {*/
/*    color: #fc71f8;*/
/*}*/

#menu .nav>li>a:hover:before,
#menu .nav>li.open>a:hover:before {
width: 80px
}



#menu .dropdown-menu {
padding-bottom: 0;
}

#menu .dropdown-inner {
display: table;
}

#menu .dropdown-inner ul {
display: table-cell;
}

#menu .dropdown-inner a {
min-width: 160px;
display: block;
padding: 3px 20px;
clear: both;
line-height: 20px;
color: #333333;
font-size: 12px;
}

#menu .dropdown-inner li a:hover {
color: #fc71f8;
}

#menu .see-all {
display: block;
margin-top: 0.5em;
border-top: 1px solid #DDD;
padding: 3px 20px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 3px 3px;
font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
text-decoration: none;
color: #ffffff;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
}

#menu #category {
float: left;
padding-left: 15px;
font-size: 16px;
font-weight: 700;
line-height: 40px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/*#menu .btn-navbar {*/
/*    font-size: 15px;*/
/*    font-stretch: expanded;*/
/*    color: #FFF;*/
/*    padding: 2px 18px;*/
/*    float: right;*/
/*    background-color: #229ac8;*/
/*    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
/*    background-repeat: repeat-x;*/
/*    border-color: #1f90bb #1f90bb #145e7a;*/
/*}*/

/*#menu .btn-navbar:hover,*/
/*#menu .btn-navbar:focus,*/
/*#menu .btn-navbar:active,*/
/*#menu .btn-navbar.disabled,*/
/*#menu .btn-navbar[disabled] {*/
/*    color: #ffffff;*/
/*    background-color: #229ac8;*/
/*}*/

@media (min-width: 992px) {
/*.lvl1 {*/
/*    display: block;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*#menu .dropdown:hover .dropdown-menu {*/
/*display: block;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
}

#form-language .btn-group .btn {
flex: 1;
text-align: center;
padding: 9px 9px 5px 0px;
}

@media (max-width: 767px) {
#menu {
    border-radius: 4px;
    /*top: 9px;*/
    position: relative;
}

#form-language .btn-group .btn {
    flex: 1;
    text-align: center;
    padding: 5px 9px 5px 0px;
}

#menu div.dropdown-inner>ul.list-unstyled {
    display: block;
}

#menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    height: auto;
    
   
}

#menu div.dropdown-menu.menu-opened {
    background: #d3d3d354 !important;
    position: relative; 
    height: auto;
    padding-bottom: 30px;
}

#menu .dropdown-inner {
    display: block;
}

#menu .dropdown-inner a {
    width: 100%;
    color: #fff;
}

#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

#menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}
}

/* content */
#content {
min-height: 600px;
}

/* footer */
.footer {
padding: 70px 0 0;
background: url('	https://www.vzolote.com.ua/image/footer-background.png') 0 0/cover no-repeat;
}

.footer__container {
padding: 0 95px;
}

.footer__items {
display: flex;
justify-content: space-between;
margin-bottom: 60px;
align-items: center;
gap: 30px;
}

.footer__item h5 {
color: #fff;
font-family: 'Jost', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%;
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 0px;
}

.footer__new-item {
color: #fff;
text-transform: uppercase;
font-family: 'Jost', sans-serif;
outline: none !important;
text-decoration: none !important;
}

.footer__new-item:focus {
color: #fff;


}

.footer__item ul li {
margin-top: 10px;
}

.footer__item .list-unstyled li a {
color: #fff;
font-family: 'Jost', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%;
/* 18.2px */
}

.footer__soc-block {
display: flex;
flex-direction: column;
gap: 20px;
}

.footer__socials {
list-style: none;
display: flex;
padding: 0;
gap: 15px;
}

.footer__socials li a {
background: #fabb24;
width: 30px;
display: flex;
height: 30px;
border-radius: 50%;
align-items: center;
justify-content: center;
transition: all 0.5s ease-in-out;
}

.footer__new-items {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
gap: 18px;
flex: 1 1 100%;
font-weight: 500;
text-align: center;
flex-direction: column;
}
.footer__new-items_info a{
color:#fff;
text-transform: uppercase;
}
.footer__new-items_info ul{
padding: 0;
}
.footer__new-items_info ul li{
list-style: none;
}
.footer__new-items_info ul li a{
color:#fff;

text-transform: capitalize;
}
.footer__new-items p {
color: #fff;
}

.footer__tel {
color: #fff;
font-family: 'Jost', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 160%;
/* 25.6px */
text-decoration: none;
}

.footer__item .list-unstyled li a,
.footer__tel {
position: relative;
}

.footer__item .list-unstyled li a:hover,
.footer__tel:hover {
text-decoration: none;
}

.footer__item .list-unstyled li a::before,
.footer__tel::before {
content: '';
position: absolute;
left: 0;
bottom: -5px;
width: 0px;
height: 1.5px;
background-color: #fabb24;
transition: width 0.7s;
}

.footer__item .list-unstyled li a:hover:before,
.footer__tel:hover:before {
width: 80px;
}

.footer__socials li a:hover {
transform: translate(0px, -5px);
background: #fabb24;
}

.footer__bottom {
background: #1D1D1D;
padding: 10px 0;
color: #fff;
font-size: 13px;
line-height: 130%;
}

.footer__bottom .footer__container {
display: flex;
justify-content: center;
}

.footer__bottom a {
color: #fff;
font-size: 13px;
line-height: 130%;
}












/* alert */
.alert {
/* padding: 8px 14px 8px 14px; */
/* display: none !important; */
position: fixed;
left: 0;
top: 0;
z-index: 10;
background: #00000070;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
margin: 0;
border: none;
}

.my-alert-body {
background: #fff;
max-width: 500px;
width: 100%;
max-height: 300px;
height: 100%;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
position: relative;
z-index: 30;
align-items: center;
text-align: center;
padding: 0 20px;
}

.alert-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
background: #00000070;
}

.my-alert-wish-body div {
order: 2;
margin: 20px 0;
}

.my-alert-body .succes-name {
order: 2;
}

.my-alert-body .success-btn {
order: 3;
margin-top: 20px;
}

.my-alert-body button {
order: 1;
}

.my-alert-body button.close {
align-self: flex-end;
position: relative !important;
top: -80px !important;
right: 15px !important;
font-size: 24px !important;
}

/* breadcrumb */
.breadcrumb {
margin: 26px 31px 17px;
/*padding: 8px 0;*/
padding: 0px 0;
background-color: transparent;
}

.breadcrumb i {
font-size: 12px;
}

.breadcrumb>li {
    color: var(--grey-txt, #676767);
    /* body 14 regular */
    /*font-family: Lato;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:not(:last-child):after {
    content: " > ";
    padding: 0 5px;
}

.breadcrumb li:last-child a {
    color: #fabb24;
}

.pagination {
    margin: 0 0 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0 10px;
}

.pagination>li {
    background: #000;
    border-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
    background: transparent;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none !important;
    border-radius: 50%;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
color: #fff !important;
background-color: #fabb24 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
background-color: #fabb24;
}

/* buttons */
.buttons {
margin: 1em 0;
}

.btn {
padding: 7.5px 12px;
font-size: 12px;
border: 1px solid #cccccc;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
font-size: 9px;
}

.btn-sm {
font-size: 10.2px;
}

.btn-lg {
padding: 10px 16px;
font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
font-size: 12px;
}

.btn-group>.btn-xs {
font-size: 9px;
}

.btn-group>.btn-sm {
font-size: 10.2px;
}

.btn-group>.btn-lg {
font-size: 15px;
}

.btn-default {
color: #777;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #e7e7e7;
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #229ac8;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
background-color: #fabb24 !important;
background-position: 0 -15px;
box-shadow: none;
outline: none !important;
}

.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.my-modal-cart-delete-btn {
background: transparent;
border: none;
outline: none !important;
transition: all 0.5s ease-in-out;
padding: 0;
}

.my-modal-cart-delete-btn:hover svg path {
fill: #fabb24;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.disabled,
.btn-danger[disabled] {
box-shadow: none;
background: transparent !important;
border: none !important;
}

.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #df5c39;
background-image: linear-gradient(to bottom, #e06342, #dc512c);
background-repeat: repeat-x;
border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}

.btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: #23A1D1;
border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
background-color: rgba(0, 0, 0, 0);
background-image: none;
box-shadow: none;
}

.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
transition: all 0.3s ease-in-out;
}

/*.btn-inverse:hover,*/
/*.btn-inverse:active,*/
/*.btn-inverse.active,*/
/*.btn-inverse.disabled,*/
/*.btn-inverse[disabled] {*/
/*    background-color:#fc71f8;*/
/*    color: #fff;*/
/*}*/

/* list group */
.list-group a {
border: 1px solid #DDDDDD;
color: #888888;
padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
color: #444444;
background: #eeeeee;
border: 1px solid #DDDDDD;
text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
content: '\f053';
font-family: FontAwesome;
}

.carousel-control .icon-next:before {
content: '\f054';
font-family: FontAwesome;
}

/* product list */
.product-thumb {
margin-bottom: 20px;
overflow: auto;
transition: all 0.3s ease-in-out;
}


.product-thumb .image {
width: auto;
/*height: 330px;*/
display: flex;
align-items: center;
justify-content: center;
}

.product-thumb .image a {
display: block;
width: 100%;
}

.product-thumb .image a:hover {
opacity: 0.8;
}

.product-thumb .image img {
margin-left: 0;
margin-right: 0;
width: 100%;
max-width: 292px;
}

.product-grid .product-thumb .image {
float: none;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}

.product-thumb h4 {
font-weight: bold;
}

.product-list .product-thumb .caption {
margin-left: 230px;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}

.product-grid .product-thumb .caption {
    min-height: 0;
}
}

.product-thumb .rating {
padding-bottom: 10px;
}

.rating .fa-stack {
font-size: 8px;
}

.rating .fa-star-o {
color: #999;
font-size: 15px;
}

.rating .fa-star {
color: #FC0;
font-size: 15px;
}

.rating .fa-star+.fa-star-o {
color: #E69500;
}

h2.price {
margin: 0;
}

.product-thumb .price {
color: #444;
}

.product-thumb .price-new {
color: var(--pink, #fabb24);
/*font-family: Lato;*/
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%;
/*padding-right: 10px;*/
}

.product-thumb .price-old {
/*color: var(--grey-txt-2, #A2A2A2);*/
color: #000;
/*font-family: Lato;*/
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 130%;
/* 23.4px */
text-decoration-line: line-through;
}

.product-thumb .price-tax {
color: #999;
font-size: 12px;
display: block;
}

.product-thumb .button-group {
/*border-top: 1px solid #ddd;*/
background-color: transparent;
overflow: auto;
}

.product-list .product-thumb .button-group {
border-left: 1px solid #ddd;
}

#product-category h1 {
padding: 0 10px;
}

#product-category .seotags_cloud {
padding: 20px 10px !important;
}

#product-category .seotags_cloud .seotags_list {
padding: 0;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
    border-left: none;
}
}

.product-thumb .button-group button {
width: auto;
border: none;
display: inline-block;
float: left;
background-color: transparent;
color: #888;
line-height: 38px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
padding: 0;
}

.product-thumb .button-group button+button {
/*width: 20%;*/
/*border-left: 1px solid #ddd;*/
padding: 0;
}

.product-thumb .button-group button:hover {
/*color: #fc71f8;*/
/*background-color: #fc71f8;*/
text-decoration: none;
cursor: pointer;
}


.row .myproductlist-in-category::before,
.row .myproductlist-in-category::after,
.row .my-product::before,
.row .my-product::after {
display: none;
}

.myproductlist-in-category {
display: flex;
flex-wrap: wrap;
row-gap: 20px;
/*column-gap: 20px;*/
justify-content: space-around;
padding-top: 20px;
}

.myproductlist-in-category .product-thumb {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 10px 10px;
width: 25%;
}

.myproductlist-in-category .price-and-article {
justify-content: center;
}

.myproductlist-in-category .caption {
text-align: center;
}


.myproductlist-in-category .caption .product-model p {
margin: 0;
}

.my-product-category-description {
margin: 50px 0 0;
padding: 0 10px;
}

.my-product-category-description__content {
display: none;
}

.my-product-category-description__info {
margin-top: 35px;
}

.my-product-category-description__title {
color: var(--black, #000);
/*font-family: Lato;*/
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
padding-bottom: 20px;
}

.my-product-category-description p {
color: var(--grey-txt, #676767);
/*font-family: Lato;*/
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 180%;
padding-bottom: 40px;
margin: 0;
}

.my-product-category-description__more-btn {
color: var(--black, #000);
/*font-family: Lato;*/
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.my-product-category-description__more-content {
transition: all 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
height: 0;
margin-top: 40px;
}

.my-product-category-description__more-content_open {
opacity: 1;
visibility: visible;
height: auto;
}

.myproductlist-in-category__pagin {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
margin-top: 20px;
}

.load-more-button {
display: flex;
height: 44px;
padding: 10px 30px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 40px;
border: 1px solid var(--grey-strock, #D9D9D9);
background: transparent;
transition: all 0.5s ease-in-out;
}

.load-more-button:hover {
background: #fabb24;
color: #fff;
}

.load-more-button svg path {
fill: #666;
transition: all 0.5s ease-in-out;
}

.load-more-button:hover svg path {
fill: #fff;
}

.top-list .dropdown-menu {
top: 30px;
}

.top-list .dropdown-backdrop {
display: none;
}

/*=====================PRODUCT PRODUCT======================*/
.my-product__thumb,
.my-product__info {
width: 100%;
}

.my-product__thumb .thumbnail {
padding: 5px;
border: none;
}

.my-product__thumb .thumbnail img {
width: 100%;
}



.stock-and-wish {
display: flex;
align-items: center;
justify-content: space-between;
color: #000;
}

.btn-no-border {
background: transparent;
border: none;
}

.my-product {
display: flex;
gap: 10px;
}

.my-product__info {
padding: 0 20px !important;
}

.my-product__info h1 {
color: var(--black, #000);
/*font-family: Lato;*/
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.my-product__price {
display: inline-flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
color: var(--grey-txt-2, #A2A2A2);
/*font-family: Lato;*/
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 130%;
gap: 20px;
margin-right: 20px;
}

.my-product .rating{
display: inline-block;
    position: relative;
top: -4px;
}
.my-product .rating p{
margin: 0;
}

.my-product__price .new-price h2 {
color: var(--pink, #fabb24);
font-size: 20px;
margin: 0;
font-weight: 600;
}




.my-manufacturer {
display: flex;
padding: 10px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
background: #F8F8F8;
}

.my-manufacturer li {
display: flex;
gap: 15px;
}

.podibni-tovary {
position: relative;
padding: 30px 0;
}

.podibni-tovary .product-thumb {
background: #fff;
margin: 0 0 80px;
/*padding: 10px 15px 10px 10px;*/
border-radius: 0;
display: flex;
align-items: center;
gap: 15px;
flex-direction: column;
position: relative;
overflow-x: hidden;
}

.podibni-tovary .product-thumb .image {
width: 100%;
height: 100%;
}

.podibni-tovary .product-thumb .caption {
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 100%;
padding: 0 5px;
align-items: center;
}

.podibni-tovary .product-thumb .caption .price-and-btn {
display: flex;
justify-content: space-between;
align-items: center;
}

.podibni-tovary .product-thumb .caption .price-and-btn .price {
color: var(--black, #000);
/*font-family: Lato;*/
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}

.podibni-tovary .product-thumb .product-add-btn {
width: 36px;
height: 36px;
}

.podibni-tovary .product-thumb .button-group button+button {
width: auto;
}

.podibni-tovary .product-thumb .button-group button {
padding: 0;
}

.podibni-tovary .product-thumb .button-group {
display: flex;
gap: 10px;
flex-direction: column;
position: absolute;
top: 25%;
right: -100%;
transition: all 0.5s ease-in-out;
}

.podibni-tovary .product-thumb:hover .button-group {
right: 5px;
}

.podibni-tovary .product-thumb h4 {
margin-top: 0;
margin-bottom: 20px;
font-weight: 400;
}

.podibni-tovary .product-thumb .caption p {
margin: 0;
padding-bottom: 10px;
}

/*#product-product.container {*/
/*    padding-top: 50px;*/
/*}*/

#product-product .swiper-button-adc-prev,
#product-product .swiper-button-adc-next {
width: 36px !important;
height: 36px !important;
display: flex !important;
}

.podibni-tovary .swiper-button-prev,
.podibni-tovary .swiper-button-next {
width: 36px !important;
height: 36px !important;
display: flex !important;
}

/*.podibni-tovary .swiper-container{*/
/*    max-width: 1260px;*/
/*}*/
.podibni-tovary .swiper-button-prev {
left: -45px;
}

.podibni-tovary .swiper-button-next {
right: -45px;
}

.podibni-tovary .price-and-btn .button-group button:last-child .product-add-btn svg {
margin-left: 3px;
margin-bottom: 3px;
}


.prodvar li {
border-radius: 40px !important;
padding: 10px 15px !important;
font-size: 14px !important;
line-height: 130%;
border: 1px solid #D9D9D9;
margin-right: 2px;
margin-bottom: 7px;
}

.prodvar li p {
margin: 0 !important;
}

.prodvar li a {
display: flex;
}

.prodvar li .pronaz {
font-weight: 700;
}

.prodvar li .propr {
color: #676767;
}

.prodvar li .propr:before {
content: " - ";
padding: 0 3px;
}

.forprodtovar .prodvar {
margin: 0 0 25px;
}


#product-product #product h3 {
display: none;
}

.my-radio-group-label::before {
display: none;
}

.my-radio-group-label {
display: flex;
align-items: center;
gap: 10px;
}

.my-radio-group-label-svg {
transition: all 0.5s ease-in-out;
}

.my-radio-group-label-svg-rotate {
transform: rotate(180deg);
}

.my-radio-group-show {
display: block;
}

.my-radio-group {
display: flex;
align-items: flex-end;
gap: 4px;
display: flex;
flex-wrap: wrap;
}

.my-radio-group-active {
display: flex !important;
}

.radio input[type="radio"] {
display: none;
}

.radio label {
display: flex;
padding: 10px 15px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 40px;
border: 1px solid rgba(0, 0, 0, 0.20);
color: var(--grey-txt, #676767);
text-align: center;
font-family: 'Lato';
font-size: 14px;
line-height: 130%;
/* 18.2px */
transition: all 0.5s ease-in-out;
}

.radio label:hover {
color: #fff;
background: #000;
}

.radioactive {
color: #fff !important;
background: #000;
}

.freemail-control {
border: 1px solid rgba(0, 0, 0, 0.20);
padding: 12px;
margin-bottom: 6px;
}

.freemail-label {
display: flex;
align-items: center;
font-size: 14px !important;
font-weight: 400 !important;
}

.freemail-input {
display: none;
}

.freemail-label::before {
content: " ";
color: #fff;
display: inline-block;
/* шрифт Awesome*/
font: 10px/15px FontAwesome;
margin-right: 8px;
position: relative;
text-align: center;
width: 16px;
height: 16px;
background: #FFF;
border: 1px solid #e3e3e3;
border-radius: 3.333px;
}

input.freemail-input:checked+label.freemail-label:before {
content: '\f00c';
background: #000;
}

.freemail-textarea {
display: none;
border: 1px solid rgba(0, 0, 0, 0.20);
padding: 12px;
border-radius: 0;
}

.my-product .thumbnails {
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}

.my-product .thumbnails .item {
margin-left: 13px;
}

.thumbnails .image-additional {
margin: 3px !important;
}

.my-product__title_mob {
display: none;
}

.product__stock {
color: #308C0F;
}

.my-product__wish-btn {
display: block;
right: 0px;
top: 5px;
position: absolute;
}

.podibni-tovary .swiper-slide {
max-height: 500px;
}


.product-button-together {
display: flex;
align-items: center;
gap: 20px;
flex-direction: row-reverse;
}

@media (max-width: 1199px) {

.my-product {
    flex-direction: column;
}

.my-product .thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.my-product__title_desc {
    display: none;
}

.my-product__title_mob {
    display: block;
}

.my-product .my-product__thumb,
.my-product .my-product__info,
.my-product .my-product__thumb .thumbnails {
    width: 100%;
}

.my-product .my-product__info {
    padding: 0 !important;
}

}

@media (max-width: 991px) {
/*.podibni-tovary .product-thumb .button-group {*/
/*    display: none;*/
/*}*/


.thumbnails .image-additional {
    position: unset;
}
}

@media (max-width: 767px) {
.prodvar_intro .my-product {
    flex-direction: column;
}

.prodvar_intro .my-product .my-product__thumb {
    width: 100%;
}

.prodvar_intro .my-product .my-product__thumb .thumbnails {
    margin: 0;
}

#product-product .podibni-tovary .swiper-button-prev {
    left: 8%;
}

#product-product .podibni-tovary .swiper-button-next {
    right: 8%;
}

#product-product .swiper-pager {
    top: 100.5% !important;
}
}

@media (max-width: 600px) {
.my-product__btn-group {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-thumb .image a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 450px) {
.my-product__btn-group {
    flex-direction: column;
    gap: 5px !important;
    align-items: center !important;
}
.product-button-together{
    flex-direction: column-reverse;
}
.my-product .my-product__btn-group .my-product__btn {
    width: 290px;
}

.my-product .my-product__btn-group .oc-qty {
    margin-bottom: 27px !important;
}

.my-product .my-product__btn-group #button-cart {
    justify-content: center;
}

.podibni-tovary .product-thumb .button-group {
    right: 25px;
}

.product-thumb .btn-oc-wrap {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}

.podibni-tovary .product-thumb {
    margin: 0 0 10px;
}

.my-product__wish-btn {
    top: -15px !important;
}

.product-thumb .button-group {
    right: 10px;
    opacity: 1;
}
}



/*==============================================PRODUCT PRODUCT===============================================*/


/*================================ACCORDION====================================*/
.accordion {
margin: 40px 0 70px;
}

.accordion-item {
padding: 20px 0;
border-top: 1px solid #D9D9D9;
cursor:pointer;
}

.accordion-item:last-child {
border-bottom: 1px solid #D9D9D9;
}

.accordion-item__hedaer {
display: flex;
justify-content: space-between;

}

.accordion-item__hedaer_icon {
font-size: 20px;
}

.accordion-item__body {
padding: 10px 0;
display: none;
}

.accordion-item.active-accord .accordion-item__body {
display: block;
}

.accordion-item.active-accord .accordion-item__hedaer_icon {
color: #fabb24;
}

/*================================ACCORDION====================================*/






/*=================================WISHLIST====================================*/
.wishlist-page .table {
border: none;
}

.wishlist-page .table>thead,
.my-cart .table>thead {
border-bottom: 1px solid #e7e7e7 !important;
}

.wishlist-page .table>thead>tr>td,
.my-cart .table>thead>tr>td {
padding: 8px 0px 10px 0px !important;
border: none !important;
color: var(--grey-txt, #676767);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 130%;

}

.wishlist-page .table>tbody>tr>td>a>img,
.my-cart .table>tbody>tr>td>a>img {
width: 90px;
height: 90px;
}

.wishlist-page .table>tbody>tr>td,
.my-cart .table>tbody>tr>td {
padding: 10px 0 !important;
border: none !important;
}

.wishlist-page .table>tbody>tr,
.my-cart .table>tbody>tr {
border-bottom: 1px solid #e7e7e7 !important;

}

.wishlist-page .table>tbody>tr>td,
.my-cart .table>tbody>tr>td {
vertical-align: inherit;
}

.wishlist-page .table>tbody>tr>td>.wishlist-page__btn-group>button {
border: none;
background: transparent;
}

.wishlist-page__btn-group {
display: flex;
align-items: center;
justify-content: flex-end;
}

.wishlist-page .table>tbody>tr>td>.wishlist-page__btn-group svg path {
fill: #fff !important;
}

.wishlist-page__product-name {
font-size: 16px;
}

.wishlist-page__product-model {
color: var(--grey-txt, #676767);
font-size: 14px;
}

.wishlist-page__product-price .price-new {
color: var(--pink, #fabb24);
font-size: 18px;
font-weight: 500;
margin-right: 10px;
}

.wishlist-page__product-price .price-old {
color: var(--grey-txt-2, #A2A2A2);
font-size: 18px;
text-decoration-line: line-through;
}

.wishlist-page .breadcrumb>li:nth-child(2) {
display: none;
}

/*=================================WISHLIST====================================*/

/*=================================CART PAGE===================================*/


.my-cart__title {
display: flex;
align-items: center;
justify-content: space-between;
margin: 20px 0 30px;
}

.my-cart__title h1 {
margin: 0;
color: var(--black, #000);
font-size: 24px;
font-weight: 400;
line-height: 130%;
text-transform: uppercase;
}

.my-cart__title .my-modal-cart-delete-btn {
color: var(--black, #000);
font-size: 14px;
/*display: flex;*/
display: none;
align-items: center;
gap: 10px;
margin-right: 25px;
}

.my-cart table {
border: none;
}

.my-cart .price {
font-size: 18px;
font-weight: 500;
color: #000;
}

.table-responsive {
border: none !important;
overflow: hidden;
}

.my-drop-table-right__total-and-shopbtn {
display: flex;
align-items: center;
gap: 34px;
padding: 20px;
border: 1px solid #fabb24;
background: #fabb241c;
}

.my-drop-table-right__total-and-shopbtn .my-drop-table-right__total-and-shopbtn_total:nth-child(1) {
display: none;
}

.my-drop-table-right__total-and-shopbtn .my-drop-table-right__total-and-shopbtn_total:nth-child(2) {
display: none;
}

.my-drop-table-right__total-and-shopbtn_total .my-drop-table-right__total-and-shopbtn_total-title {
display: none;
}

.cart-body__item {
padding: 20px 0;
border-top: 1px solid #D9D9D9;
}

.cart-body__thumb {
width: 133px;
height: 133px;
}

.cart-body__thumb img {
width: 133px;
height: 100%;
}

.cart-body__name-and-deletebtn {
display: flex;
align-items: center;
justify-content: space-between;
}

.cart-body__price-and-pult {
display: flex;
align-items: flex-end;
justify-content: space-between;
}

.cart-body__total-and-pult {
display: flex;
align-items: center;
gap: 30px;
}

.cart-body__total-and-pult .price {
width: 70px;
text-align: end;
}

.cart-body__edit-options {
display: none;
}

.cart-body__edit-options a {
border: none;
box-shadow: none;
padding: 0px;
color: #fabb24 !important;
}

.cart-body__edit-options a:after {
content: "";
display: block;
height: 1px;
background: #fabb24;
width: 0px;
transition: all 0.5s ease-in-out;
}

.cart-body__edit-options a:hover:after {
width: 100%;
}

.cart-body__edit-options a i {
display: none;
}




.modal-edit .modal-dialog {
height: 100vh;
margin: 0;
position: absolute;
right: -600px !important;
transition: all 0.5s ease-in-out;
}

.modal-edit .modal-dialog {
background: #fff;
}

.modal-edit .modal-dialog .close {
opacity: 1 !important;
position: absolute;
right: 30px;
top: 30px;
z-index: 1;
}

.modal-edit .modal-dialog .close svg circle {
transition: all 0.5s ease-in-out;
}

.modal-edit .modal-dialog .close:hover svg circle {
fill: #fabb24;
}

.modal-edit .modal-dialog .modal-content {
position: relative;
top: 50%;
transform: translateY(-50%);
border-radius: 0;
box-shadow: none;
border: none;
height: 100%;
display: flex;
flex-direction: column;
}

.modal-edit .modal-dialog .modal-content .modal-header {
border: none;
height: 25%;
display: flex;
align-items: center;
}

.modal-edit .modal-dialog .modal-content .modal-header h4 {
color: var(--black, #000);
font-family: 'Lato', sans-serif !important;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 110%;
}

.modal-edit .modal-dialog .modal-content .modal-body {
padding: 10px 50px !important;
height: 55%;
display: flex;
}

.modal-edit__footer {
height: 20%;
background: #000;
}

.modal-edit .modal-dialog .modal-content .modal-body .control-label {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
color: #000;

}

.modal-edit .modal-dialog .modal-content .modal-body .form-group:nth-child(1) div {
display: flex;
align-items: flex-end;
gap: 5px;
flex-wrap: wrap;
}

.modal-edit .modal-dialog .modal-content .modal-body .form-group:nth-child(2) .control-label {
border: 1px solid rgba(0, 0, 0, 0.20);
padding: 12px;
margin-bottom: 6px;
width: 100%;
}

.modal-edit .modal-dialog .modal-content .modal-body textarea {
padding: 12px;
border-radius: 0;
}

.modal-edit .modal-dialog .modal-content .modal-body button {
width: 311px;
padding: 18px 30px;
border-radius: 40px;
background: var(--pink, #fabb24);
text-shadow: none;
border: none;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.modal-edit .modal-dialog .modal-content .modal-body button i {
display: none;
}












.modal-edit-open .modal-dialog {
right: 0 !important;
}

.dropdown-backdrop {
background: rgba(0, 0, 0, 0.60);
}

.my-drop-overlay {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: fixed;
padding: 0;
width: 100%;
max-width: 1300px;
}

.my-drop-body {
padding: 40px;
list-style: none;
background: #FFF;
box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
margin: 0;
width: 100%;
}

.my-drop-title {
color: var(--black, #000);
font-size: 24px;
line-height: 130%;
text-transform: uppercase;
margin-bottom: 40px;
}

.my-drop-table {
display: flex;
gap: 60px;
margin-top: 40px;
flex-direction: column;
}


.my-drop-table-left {
min-width: 500px;
width: 100%;
}

.my-drop-table-left__name-and-model {
display: flex;
align-items: center;
gap: 15px;
}

.my-drop-table-left__name-and-model_block {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
}

.my-drop-table-left__name-and-model_block .product-model p {
margin: 0 !important;
}

.my-drop-table-right {
/*max-width: 390px;*/
/*padding: 40px;*/
/*border: 1px solid var(--grey-strock, #D9D9D9);*/
max-height: 360px;
}

.my-drop-table-right .my-drop-table-right__total:nth-child(odd) {
display: none;
}

.my-modal-cart-table tr,
th,
td {
background: #fff;
}

.my-modal-cart-table .img-thumbnail {
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
width: 90px;
height: 90px;
}

.my-drop-table-right__title .close-cart-modal {
color: var(--black, #000);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0 0 10px !important;
padding-bottom: 30px;
border-bottom: 1px solid #D9D9D9;
}

.my-drop-table-right__total {
display: flex;
justify-content: space-between;
}

.my-drop-table-right__total_title {
font-size: 14px;
}

.my-drop-table-right__total_text {
color: var(--black, #000);
font-size: 36px;
font-weight: 400;
line-height: 130%;
/* 46.8px */
margin: 0;
}

.my-drop-table-right__group-btn {
display: flex;
flex-direction: row;
gap: 10px;
justify-content: space-between;
align-items: center;
}

.my-drop-table-right__group-btn-cart,
.my-drop-table-right__group-btn-checkout {
display: flex;
padding: 18px 30px;
justify-content: center;
border-radius: 40px;
text-align: center;
font-size: 16px;
transition: all 0.5s ease-in-out;
}

.my-drop-table-right__group-btn-checkout {
background: var(--pink, #fabb24);
color: var(--white, #FFF);
border: 1px solid #fabb24;
}

.my-drop-table-right__group-btn-checkout:hover {
background: transparent;
color: #fabb24;
}

.my-drop-table-right__group-btn-cart {
border: 1px solid var(--grey-strock, #D9D9D9);
color: #000;
}

.my-drop-table-left button svg path {
transition: all 0.5s ease-in-out;
}

.my-drop-table-left .table>tbody>tr>td,
.my-drop-table-left .table>tbody>tr>th {
border-top: none !important;
border-bottom: 1px solid #e7e7e7;
padding: 10px 0;
vertical-align: inherit;
}

.my-drop-table-left .table>tbody>tr>th {
color: var(--grey-txt, #676767);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.my-drop-table-left .table>tbody>tr>td,
.my-cart .my-drop-table-left__name-and-model .my-drop-table-left__name-and-model_block a {
color: var(--black, #000);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.my-drop-table-left .product-model,
.my-cart .my-drop-table-left__name-and-model .my-drop-table-left__name-and-model_block .product-model {
color: var(--grey-txt, #676767);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%;
padding-bottom: 40px;
}

.my-drop-overlay .plus-quantity,
.my-drop-overlay .minus-quantity {
border-radius: 50% !important;
text-decoration: none;
font-size: 14px;
line-height: 14px;
color: #000;
display: inline-flex;
height: 30px;
width: 30px;
margin: 0 auto;
cursor: pointer;
background: #FFF;
border: 1px solid #D9D9D9;
transition: all 0.5s ease-in-out;
outline: none;
align-items: center;
justify-content: center;
}

.my-drop-overlay .plus-quantity:hover,
.my-drop-overlay .minus-quantity:hover {
background: #000;
border-color: #FFF;
color: #FFF;
}

.incr-decr {
padding: 0px 20px;
display: flex;
align-items: center;
gap: 5px;
}

.my-drop-overlay .my-drop-table-right__group-btn {
margin-top: 10px;
}

.my-modal-cart-incr-decr {
width: 115px;
margin: 0 10px;
}

.my-modal-cart-price {
width: 50px;
}

.my-cart-modal-mob-info {
display: none;
}

.my-cart .my-drop-table {
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.cart-podibni-tovary-container {
margin-top: 20px;
margin-bottom: 50px;
}

.cart-podibni-tovary-container .swiper-pager {
top: -8%;
right: 0;
}

.cart-podibni-tovary-container .podibni-tovary .swiper-button-next,
.cart-podibni-tovary-container .podibni-tovary .swiper-button-prev {
top: 0 !important;
}

.cart-podibni-tovary-container .podibni-tovary .swiper-button-next {
right: 0;
}

.cart-podibni-tovary-container .podibni-tovary .swiper-button-prev {
left: 93%;
}

.cart-podibni-tovary-container .podibni-tovary .product-thumb {
flex-direction: row;
margin: 0;
align-items: flex-start;
}

.cart-podibni-tovary-container .podibni-tovary .product-thumb .caption {
align-items: flex-start;
height: 165px;
justify-content: space-between;
padding: 10px 10px 10px 0;
}

.cart-podibni-tovary-btn {
border: none;
background: transparent;
}

.cart-podibni-tovary-container .podibni-tovary .product-thumb .image {
max-width: 165px;
}

.cart-podibni-tovary-container .podibni-tovary .product-thumb .price-and-btn {
width: 100%;
}

.cart-podibni-tovary-container .swiper-slide {
border: 1px solid var(--grey-strock, #D9D9D9);
}

#error-not-found .buttons .main-banner__btn {
display: none;
}


.qty__group {
display: flex !important;
align-items: center;
}

@media (max-width: 1200px) {
.cart-podibni-tovary-container .podibni-tovary .swiper-button-prev {
    left: 91%;
}
}

@media (max-width: 993px) {
.my-drop-table {
    flex-direction: column;
    align-items: center;
}

.cart-podibni-tovary-container .podibni-tovary .swiper-button-prev {
    left: 89%;
}
}



@media (max-width: 600px) {
.my-drop-body {
    padding: 20px;
}

.my-drop-table {
    gap: 20px;
    margin-bottom: 30px;
}

.my-drop-table-left {
    display: none;
}

.my-cart-modal-mob-info__item {
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
}

.my-cart-modal-mob-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.my-cart__title .my-modal-cart-delete-btn {
    margin: 0 !important;
}

.my-cart__title .my-modal-cart-delete-btn a {
    display: flex;
    align-items: center;
}

.my-cart-modal-mob-info__item_top {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 27px;
}

.my-cart-modal-mob-info__thumb {
    width: 118px;
    height: 118px;
    min-width: 118px !important;
}

.my-cart-modal-mob-info__thumb img {
    width: 100% !important;
    height: 100% !important;
}

.my-drop-table-right {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease-in-out;
}

.my-drop-table-right .my-drop-table-right__group-btn {
    align-items: center;
}

.my-drop-table-right .my-drop-table-right__group-btn a {
    width: 100%;
}

.my-drop-body .my-modal-close-button {
    top: 20px;
    right: 20px;
}

.my-cart-modal-mob-info__other {
    min-width: auto !important;
    width: 100%;
}

.my-cart-modal-mob-info__name-and-del,
.my-cart-modal-mob-info__incr-and-price {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.my-cart-modal-mob-info__name-and-del a {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}

.my-cart-modal-mob-info__model p {
    margin: 5px 0 10px !important;
}

.my-modal-cart-incr-decr {
    margin: 0;
    align-items: center;
    display: none;
}

.my-modal-cart-incr-decr .my-quantity-value {
    padding: 0 10px !important;
}

.my-modal-cart-price {
    width: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #000;
    width: 100%;
    text-align: right;
}

.my-cart__title .my-modal-cart-delete-btn svg {
    position: unset !important;
}

.my-drop-table-right__group-btn .my-drop-table-right__group-btn-cart {
    display: none;
}

.my-drop-table-right__total-and-shopbtn_total {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.my-drop-table-right__total-and-shopbtn {
    width: 100%;
    flex-direction: column;
}

.my-drop-table-right__total-and-shopbtn_total-title {
    display: block !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}

.my-drop-table-right__total_text {
    font-size: 24px;
}

.my-drop-table-right__total-and-shopbtn {
    gap: 12px;
}

.fixed-price-and-order {
    background: #fff;
    position: fixed;
    top: 50px;
    z-index: 1;
    width: 92.5%;
    left: 50%;
    transform: translateX(-50%);
}

.my-drop-table-right-fixed {
    position: fixed !important;
    top: 61px !important;
    z-index: 1;
}

.cart-podibni-tovary-container .podibni-tovary .swiper-button-prev {
    left: 80%;
}

.modal-edit .modal-dialog .modal-content .modal-header {
    height: auto;
    padding: 0 10px !important;
    margin-top: 50px;
}

.modal-edit .modal-dialog .modal-content .modal-body {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px !important;
}

.modal-edit .modal-dialog .modal-content .modal-header h4 {
    font-size: 27px;
}

.modal-edit .modal-dialog .close {
    right: 40px;
    top: 10px;
}
}

@media (max-width: 460px) {
.cart-podibni-tovary-container .podibni-tovary .swiper-button-prev {
    left: 75%;
}
}

/*=================================CART PAGE===================================*/


/*=================================SIMPLECHECKOUT===================================*/

.my-simplecheckout-test {
margin: 60px 0;
}

.simplecheckout-cart th.name {
text-align: left !important;
}

.my-simplecheckout-name {
display: flex;
align-items: center;
gap: 15px;
width: 380px;
}

.my-simplecheckout-name__info {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
text-align: left;
padding-right: 30px;
}

.my-simplecheckout-name__img {
width: 90px;
height: 90px;
display: block;
}

.my-simplecheckout-name a img {
width: 100%;
}

#simplecheckout_cart {
border: none;
padding: 0;
}

.form-horizontal .form-group:before {
display: none;
}

.simplecheckout-block-content .form-group {
display: flex;
flex-direction: column;
width: 48%;
margin: 0;
}

.my-simplecheckout-cart-disp-block {
padding: 12px 0;
border-bottom: 1px solid var(--grey-strock, #D9D9D9);
display: flex;
justify-content: space-between;
}

.simplecheckout-cart__header_name-and-total {
display: flex;
justify-content: space-between;
font-size: 18px !important;
line-height: 130%;
color: #000;
padding-bottom: 22px;

width: 100%;
}

.simplecheckout-cart__header .total-header {
font-size: 18px !important;
color: #000 !important;
}

.my-simplecheckout-cart-disp-block__thumb-and-name {
display: flex;
gap: 15px;
}

.my-simplecheckout-cart-disp-block .price .price__block .price,
.my-simplecheckout-cart-disp-block .quantity .input-group .quantity,
.my-simplecheckout-cart-disp-block .total span {
color: var(--grey-txt, #676767) !important;
text-align: center;
font-size: 12px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 130% !important;
}

.my-simplecheckout-cart-disp-block .price .price__block .price__new,
.my-simplecheckout-cart-disp-block .quantity .input-group .checout-cart-quantity-card,
.my-simplecheckout-cart-disp-block .total p {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
}

.my-simplecheckout-cart-disp-block .quantity .input-group .checout-cart-quantity-card {
padding: 0;
height: 20px;
text-align: center;
}

.my-simplecheckout-cart-disp-block .price__block,
.my-simplecheckout-cart-disp-block .quantity .input-group,
.my-simplecheckout-cart-disp-block .total {
display: flex !important;
flex-direction: column;
gap: 10px;
}

.my-cost-category {
flex: 1 1 auto;
padding-left: 20px;
display: flex;
align-items: center;
}

.my-cost-category:before {
content: " ";
display: block;
height: 10px;
width: 1px;
background: #D9D9D9;
margin-right: 20px;
}

h4 i {
transition: all .3s linear;
}

.mysortblock .mysortblock-list {
display: grid;
grid-gap: 15px;
position: absolute;
justify-content: flex-end;
top: 100%;
padding: 40px 10px;
width: 100%;
background: #fff;
left: 0;
z-index: 1;
border-top: 1px solid #e7e7e7;
transition: all 0.5s ease-in-out;
opacity: 0;
visibility: hidden;
}

.mysortblock-list.active {
opacity: 1;
visibility: visible;
}

.mysortblock .mysortblock-list a {
text-align: right;
color: #676767;
}

.mysortblock .mysortblock-list a.active {
position: relative;
color: #000;
}

.mysortblock .mysortblock-list a.active::before {
content: "\f00c";
font-family: 'FontAwesome';
margin-right: 10px;
}

.mysortblock-title span {
margin-right: 8px;
cursor: pointer;
}

.mysortblock-title i {
transition: all .3s linear;
}

.mysortblock.active .mysortblock-title i {
transform: rotate(180deg);
}

.my-cost-category h4 {
cursor: pointer;
}

.my-cost-category h4.active i,
.my-sort-product-category__drop-open.active i {
transform: rotate(180deg);
}

/*.simplecheckout-block-content .form-horizontal .row-customer_register,*/
/*.simplecheckout-block-content .form-horizontal .row-customer_password,*/
/*.simplecheckout-block-content .form-horizontal .row-customer_confirm_password{*/
/*    display: none;*/
/*}*/
.row-customer_field21:after {
background: red;
display: none !important;
width: 10px;
height: 10px;
}



/*#simplecheckout_shipping_address*/

.simplecheckout-left-column,
.simplecheckout-right-column {
padding-left: 30px;
position: relative;
border-left: 2px solid #e7e7e7;
max-width: 930px;
}


.simplecheckout-left-column .form-group .col-sm-12,
.simplecheckout-block-content .form-group .col-sm-12 {
position: unset !important;
}




.row-customer_field21 label {
display: none !important;
}

.simplecheckout-block-content .form-group .row-customer_field22 {
display: none !important;
}



.simplecheckout-block-content .row-shipping_address_field25,
.simplecheckout-block-content .row-shipping_address_field37 {
width: 100% !important;
}

.simplecheckout-block-content .row-shipping_address_field25 textarea,
.simplecheckout-block-content .row-shipping_address_field37 input {
height: 150px !important;
}

.simplecheckout-block-content .row-shipping_address_field26 {
display: flex;
padding: 12px;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;
background: #FF4791;
color: var(--white, #FFF) !important;
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 130%;
/* 18.2px */
max-width: 287px;
max-height: 42px;
}

.simplecheckout-block-content:has(.paymant-radio-btn) {
display: flex;
align-items: center;
gap: 20px;
}

.paymant-radio-btn {
margin: 10px 0 !important;
}

.simplecheckout-block-content .paymant-radio-btn:nth-child(1) label {
border-radius: 0 !important;
background: #FF4791;
border: none;
padding: 12px;
font-family: 'Lato', sans-serif;
}

.simplecheckout-block-content .paymant-radio-btn:nth-child(2) label {
border-radius: 0 !important;
background: transparent;
border: 1px solid #000;
color: #000 !important;
padding: 11px 12px;
font-family: 'Lato', sans-serif;
}

.simplecheckout-block-content .row-customer_field21 input,
.simplecheckout-block-content .row-customer_field22 input,
.simplecheckout-block-content .row-customer_field23 input,
.simplecheckout-block-content .row-customer_field24 input,
.simplecheckout-block-content .row-shipping_address_field36 input,
.simplecheckout-block-content .row-shipping_address_field28 input {
/*display: none;*/
}

.simplecheckout-block-content .row-customer_field21 .checkbox,
.simplecheckout-block-content .row-customer_field22 .checkbox,
.simplecheckout-block-content .row-customer_field23 .checkbox,
.simplecheckout-block-content .row-customer_field24 .checkbox,
.simplecheckout-block-content .row-shipping_address_field36 .checkbox,
.simplecheckout-block-content .row-shipping_address_field28 .checkbox {

text-align: left !important;
}

.simplecheckout-block-content .row-customer_field21 label,
.simplecheckout-block-content .row-customer_field22 label,
.simplecheckout-block-content .row-customer_field23 label,
.simplecheckout-block-content .row-customer_field24 label,
.simplecheckout-block-content .row-shipping_address_field36 label,
.simplecheckout-block-content .row-shipping_address_field28 label {
font-size: 14px !important;
}

.simplecheckout-block-content .row-customer_field21 label:before,
.simplecheckout-block-content .row-customer_field22 label:before,
.simplecheckout-block-content .row-customer_field23 label:before,
.simplecheckout-block-content .row-customer_field24 label:before,
.simplecheckout-block-content .row-shipping_address_field36 label:before,
.simplecheckout-block-content .row-shipping_address_field28 label:before {

content: " ";
color: #fff;
/*display: inline-flex;*/
display: none;
font: 10px/15px FontAwesome;
margin-right: 8px;
position: relative;
text-align: center;
width: 16px;
height: 16px;
background: #FFF;
border: 1px solid #e3e3e3;
border-radius: 3.333px;
flex: 0 0 auto;
}

/*input.freemail-input:checked+label.freemail-label:before {*/

/*}*/
.simplecheckout-block-content .row-customer_field22 input:checked~.simplecheckout-block-content .row-customer_field22 label:before,
.simplecheckout-block-content .row-customer_field23 input:checked~.row-customer_field23 label:before,
.simplecheckout-block-content .row-customer_field24 input:checked~.row-customer_field24 label:before {
content: '\f00c';
background: #000;
}


.simplecheckout-block-content .row-customer_field22 .checkbox label,
.simplecheckout-block-content .row-customer_field23 .checkbox label,
.simplecheckout-block-content .row-customer_field24 .checkbox label {
padding: 5px 0 !important;
display: flex !important;
align-items: center;
}

.my-simplecheckout-cart-info__btn {
/*padding: 18px 30px;*/
/*justify-content: center !important;*/
/*align-items: center;*/
/*gap: 10px;*/
/*align-self: stretch;*/
/*border-radius: 40px;*/
/*background: var(--pink, #fabb24);*/
}

.my-simplecheckout-cart-info__btn a {
color: #fff !important;
text-align: center;
}

input.simplecheckout-cart-total__opn-elem {
background: #FFF !important;
font-size: 14px !important;
color: var(--grey-txt-2, #A2A2A2) !important;
}

.simplecheckout-cart-total__opn-block .inputs {
color: var(--black, #000);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}

.simplecheckout-cart-total__opn-click {
color: var(--pink, #fabb24);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%;
/* 18.2px */
text-decoration-line: underline;
cursor: pointer;
}

.my-simplecheckout-cart__right-block {
display: flex;
flex-direction: column;
gap: 8px;
max-width: 390px;
width: 100%;
position: fixed;
right: auto;
left: 69%;
}

.my-simplecheckout-cart__price-and-qnty {
display: flex;
justify-content: space-between;
width: 30%;
}

.row-shipping_address_field29 .input-group,
.row-shipping_address_field30 .input-group {
width: 100%;
}

.row-shipping_address_field29 .input-group .input-group-btn,
.row-shipping_address_field30 .input-group .input-group-btn {
display: none;
}

.form-group:has(.bordered-titul) {
width: 100% !important;
}

@media (max-width: 1200px) {

.my-simplecheckout-cart-info {
    max-width: 930px !important;
    padding: 20px !important;
}

.simple-content .table-responsive,
.simplecheckout-block {
    padding: 20px !important;
}

#simplecheckout_cart {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 !important;
}

.simple-content .checkout-heading {
    padding: 20px 0 !important;
}

.simplecheckout-cart th {
    padding: 20px 20px 20px 0 !important;
}

.my-simplecheckout-cart__right-block {
    position: absolute;
    right: 0;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
}
}

@media (max-width: 600px) {
.simple-content fieldset {
    flex-direction: column;

}

.simple-content fieldset .form-grouprequired {
    width: 100%;
}

.simple-content .buttons {
    text-align: center;
}

.simplecheckout-block-content .form-group {
    width: 100%;
}

legend {
    margin: 0 !important;
}

legend br {
    display: none;
}

.simplecheckout-block-content:has(.paymant-radio-btn) {
    flex-direction: column;
}

.paymant-radio-btn {
    max-width: 240px;
    width: 100%;
}

.simplecheckout-block-content .paymant-radio-btn label {
    width: 100%;
}

.simple-content .table-responsive,
.simplecheckout-block {
    padding: 10px 0 !important;
}

.simplecheckout-left-column,
.simplecheckout-right-column {
    padding-left: 0;
    border: none;
}
}


@media (max-width: 484px) {
.my-simplecheckout-cart-disp-block {
    display: block;
    min-width: 350px;
}

.my-simplecheckout-cart__price-and-qnty {
    width: 100%;
    justify-content: space-around;
}
}

@media (max-width: 422px) {
.my-simplecheckout-cart-disp-block {
    display: block;
    min-width: 300px;
}
}


/*=================================SIMPLECHECKOUT===================================*/


/*===============================PRODUCT CATEGORY=================================*/

#product-category #content h1 {
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
text-transform: uppercase;
}

.my-sort-product-category {
display: flex;
align-items: center;
justify-content: flex-start;
position: relative;
transition: all 0.5s ease-in-out;
border-bottom: 1px solid #e7e7e7;
}

.my-sort-product-category__drop {
position: absolute;
top: 100%;
left: 0;
padding: 40px 10px;
width: 100%;
background: #fff;
z-index: 1;
border-top: 1px solid #e7e7e7;
transition: all 0.5s ease-in-out;
opacity: 0;
visibility: hidden;
}

.my-cost-category-drop .ocf-content {
margin-bottom: 0;
}

.my-sort-product-category__drop-open {
cursor: pointer;
}

.my-sort-product-category__drop-open.active+.my-sort-product-category__drop {
opacity: 1;
visibility: visible;
}

.my-sort-product-category__drop-open img{
width: 15px;
transform: rotate(90deg);
margin: 0 10px 0 5px;
}

.my-sort-product-category__drop,
.my-cost-category-drop,
.my-new-filter__block {
padding: 20px 10px !important;
border-bottom: 1px solid rgba(229, 228, 226, 0.90);
}

.my-new-filter__block a:nth-child(2),
.my-new-filter__block a:nth-child(3) {
display: none;
}

.my-sort-product-category__drop:hover {
opacity: 1;
visibility: visible;
}

.my-sort-product-category__drop ul {
list-style: none;
padding: 0;
margin: 0;
}

.my-sort-product-category__drop ul li {
margin-bottom: 10px;
}

.my-sort-product-category__drop ul li a {
color: var(--grey-txt, #676767);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.my-sort-product-category__sort {
border: none;
box-shadow: none;
max-width: 150px;
color: var(--black, #000);
font-size: 15px !important;
font-style: normal;
font-weight: 400;
line-height: 130%;
border-radius: 0 !important;
}

.my-sort-product-category__sort option {
background-color: #fff;
border-radius: 0 !important;

}

.my-sort-product-category__sort:focus {
border: none;
box-shadow: none;
}

.my-cost-category-drop {
position: absolute;
top: 100%;
padding: 40px 10px;
width: 100%;
background: #fff;
left: 0;
z-index: 1;
border-top: 1px solid #e7e7e7;
transition: all 0.5s ease-in-out;
opacity: 0;
visibility: hidden;
}

.my-cost-category-drop.active {
opacity: 1;
visibility: visible;
}

.ocf-input-group-addon {
background: transparent !important;
}

.my-cost-category .ocf-input-group .ocf-form-control {
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
color: #000;
padding: 15px 20px;
height: 100%;
background: #F8F8F8;
min-width: 100px;
}

.my-cost-category-drop .ocf-header,
.my-cost-category-drop .ocf-filter-name,
.my-cost-category-drop .ocf-noUi-pips {
display: none;
}

.my-cost-category-drop .ocf-noUi-connect:before,
.my-cost-category-drop .ocf-noUi-handle {
background-color: #000000;
}

.my-cost-category-drop .ocf-theme-light .ocf-search-btn-static {
color: #fff;
display: inline-flex;
height: 44px;
padding: 10px 30px;
justify-content: center;
align-items: center;
max-width: 200px;
gap: 10px;
flex-shrink: 0;
border-radius: 40px;
background-color: var(--black, #000) !important;
transition: all 0.5s ease-in-out;
opacity: 1 !important;
}

.my-sort-product-category__sort__group {
display: flex;
align-items: center;
gap: 15px;
}

.my-sort-product-category__mob,
.myproductlist-in-category__mob-whish {
display: none;
}


.product-category__breadcrump-mob-filter {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 10px;
}

.my-sort-product-category {
padding: 0 10px;
}

.my-new-filter__block {
position: absolute;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
z-index: 10;
background: #fff;
padding: 20px 10px;
gap: 10px;
align-items: flex-start;
top: 50px;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
}

.my-new-filter__block.active {
opacity: 1;
visibility: visible;
}

.my-new-filter__icon {
width: 60px;
text-align: end;
height: 30px;
display: flex;
align-items: center;
justify-content: flex-start;
cursor: pointer;
}

@media (max-width: 790px) {
.myproductlist-in-category .product-thumb {
    width: 33.3%;
}

.myproductlist-in-category .product-thumb .myBtnGroup {
    right: 10px;
    opacity: 1;
    top: 30%;
}

.myproductlist-in-category .product-thumb .btn-oc-wrap {
    opacity: 1;
    visibility: visible;
}

.my-product-category-description__content {
    flex-direction: column-reverse;
    align-items: center;
}

.my-product-category-description__img {
    max-width: 565px;
}

.my-product-category-description__img img {
    width: 100%;
}

.langmob {
    padding-bottom: 10px;
}
}

@media (max-width: 545px) {
.myproductlist-in-category .product-thumb .btn-oc-wrap {
    bottom: -35px !important;
    position: relative;
}

.myproductlist-in-category__mob-whish_delivery {
    color: #000;
    padding: 0 10px;
}

.myproductlist-in-category__mob-whish_delivery p {
    margin-bottom: 5px;
}

.choose-category__container #content {
    position: unset;
}

.myproductlist-in-category .product-thumb {
    width: 100%;
    margin: 3px 0;
    padding: 0 0 50px;
}

.myproductlist-in-category .product-thumb::after {
    content: "";
    display: block;
    height: 1px;
    width: 96%;
    background: #e7e7e7;
    position: absolute;
    bottom: 0;
    margin: 0 10px;
}

.my-sort-product-category__sort__group {
    display: none;
}

.my-sort-product-category__mob,
.my-sort-product-category__mob_drop .mysortblock-in-category {
    display: block;
}

/*.my-sort-product-category__mob{*/
/*    width: 100%;*/
/*}*/
.my-sort-product-category__mob-header {
    display: flex;
    align-items: center;
}

.my-sort-product-category__mob_drop {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 100vh;
    top: 100px;
    padding: 10px;
    left: 0;
}

.my-sort-product-category__mob_drop-open {
    opacity: 1;
    visibility: visible;
}

.myproductlist-in-category__mob-whish {
    display: flex;
    position: absolute;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
    top: 10px;
}

.myproductlist-in-category__mob-whish button {
    border: none;
    background: transparent;
}

.myproductlist-in-category__mob-whish .product-add-btn {
    background: transparent;
}

.myproductlist-in-category__mob-whish .product-add-btn svg {
    position: relative;
    left: 20px;
    top: -5px;
}

.myproductlist-in-category__mob-whish .product-add-btn svg path {
    fill: #000;
}

.myproductlist-in-category__mob-whish .product-add-btn:hover {
    background: transparent;
}

.my-cost-category-drop #column-left {
    display: block !important;
}

.my-cost-category-drop .ocf-popover {
    display: none !important;
}

}

/*===============================PRODUCT CATEGORY=================================*/



/*=============================CONSULTATION MODAL===============================*/
.open-callback-modal {
position: fixed;
right: 30px;
z-index: 5;
top: 85%;
background: #fabb24;
padding: 16px 16px 12px;
border-radius: 50%;
transition: all 0.5s ease-in-out;
height: 60px;
}

.open-callback-modal:hover {
background: #000;
}


.open-callback-modal {
cursor: pointer;
}

.modal-consultation {
position: fixed;
top: 0;
width: 100%;
height: 102vh;
z-index: 1000;
transition: all 0.5s ease-in-out;
right: -100%;
}

.modal-consultation-open {
right: 0;
/*display: block !important;*/
}

.modal-consultation__overlay {
background: #000000cf;
display: flex;
justify-content: flex-end;
height: 100%;

position: absolute;
top: 0;
left: 0;
width: 100%;
}

.modal-consultation__body {
display: flex;
align-items: stretch;
background: #fff !important;
position: relative;
flex-direction: column;
margin: 0 !important;
padding: 0 !important;
border-radius: 0 !important;
justify-content: flex-end;
height: 100%;
width: 40%;
margin-left: auto !important;
}

.modal-consultation__top {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 38px 55px;
gap: 44px;
}

.modal-consultation__head {
/*padding: 38px 55px !important;*/
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
}

.modal-consultation__head .cb-title {
color: var(--black, #000) !important;
font-family: 'Lato', sans-serif;
font-size: 42px !important;
font-weight: 400;
line-height: 110%;
text-transform: inherit !important;
text-align: left !important;
}

.modal-consultation__head .cb-title1 {
font-size: 16px !important;
font-weight: 400;
line-height: 130%;

}

.modal-consultation__head .cb-title .modal-consultation__body .close svg circle {
transition: all 0.5s ease-in-out;
}

.modal-consultation__body .close:hover svg circle {
fill: #fabb24;
}

.modal-consultation__info {
display: flex;
flex-direction: column;
max-width: 100%;
/*height: 100%;*/
overflow-x: overlay;
opacity: 0;
visibility: hidden;
}

.modal-consultation-open .modal-consultation__info {
opacity: 1;
visibility: visible;
}

.modal-consultation__info_item {
margin-bottom: 20px;
}

.modal-consultation__info_item label {
color: var(--black, #000);
font-size: 13px;
line-height: 130%;
}

.modal-consultation__info_item input {
background: #F8F8F9 !important;
color: #000;
font-size: 14px !important;
font-weight: 400;
line-height: 130%;
border-radius: 0 !important;
height: auto !important;
padding: 15px !important;
}

.modal-consultation__content {
padding: 20px 55px;
height: 70%;
display: flex;
flex-direction: column;
justify-content: center;
}


.modal-consultation__info form button {
border: none;
background: transparent;
}

.modal-consultation__btn {
display: flex;
padding: 18px 30px !important;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 40px;
background: var(--pink, #fabb24);
color: #fff;
max-width: 311px;
cursor: pointer;
margin-top: 20px;
}

.modal-consultation__btn a {
color: var(--white, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
/* 20.8px */
}

.modal-consultation__footer {
background: #000;
padding: 38px 55px;
height: 30%;
display: flex;
flex-direction: column;
}

.modal-consultation__footer h4,
.modal-consultation__footer a {
color: #fff;
}

.modal-consultation__footer h4 {
font-size: 20px;
font-weight: 400;
line-height: 130%;
/* 26px */
text-transform: uppercase;
}

.modal-consultation__footer a {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
display: flex;
align-items: center;
gap: 13px;
padding: 18px 0;
}

@media (max-width: 993px) {
.modal-consultation__body {
    flex-direction: column;
}

}

@media (max-width: 767px) {


.modal-consultation__top {
    padding: 16px;
    gap: 16px;
}

.modal-consultation__head .cb-title {
    font-size: 24px !important;
}

.modal-consultation__head .cb-title1 {
    font-size: 16px !important;
}

.modal-consultation__top .my-modal-close-button {
    top: 24px !important;
    right: 24px !important;
}

.open-callback-modal {
    right: 15px;
    top: 89%;
}

.modal-consultation__info_item {
    margin-bottom: 10px;
}

.modal-consultation__info_item input {
    margin-bottom: 0 !important;
}

.modal-consultation__footer {
    height: 40%;
}
}

@media (max-width: 450px) {
.modal-consultation__footer {
    padding: 38px 55px 75px;
    height: 45%;
}
}

/*=============================CONSULTATION MODAL===============================*/




/*=============================INFORMATION CONTACT===============================*/

.information-contact .form-horizontal fieldset .my-form-group {
display: flex;
justify-content: space-between;
}

.information-contact .my-form-group .form-group {
display: flex;
flex-direction: column;
width: 48%;
/*margin: 0;*/
}

.information-contact .form-group label,
.account-voucher .form-group label,
.my-login-container__form .form-group label {
padding: 20px 0 10px !important;
text-align: left !important;
color: var(--black, #000);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}

.information-contact .form-group input,
.information-contact .form-group textarea,
.account-voucher .form-group input,
.account-voucher .form-group textarea,
.my-login-container__form .form-group input {
text-align: left !important;
padding: 15px !important;
background: #F8F8F9 !important;
height: 50px;
border-radius: 0;
border: none;
box-shadow: none !important;
outline: none !important;
}

.information-contact .form-group {
margin: 0;
}

h1,
h2 {
color: var(--black, #000);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
text-transform: uppercase;
}

h3 {
color: var(--black, #000);
font-size: 20px !important;
font-style: normal;
font-weight: 400;
line-height: 130%;
/* 26px */
text-transform: uppercase;
}

.information-contact h3 {
margin-bottom: 50px;
}

.information-contact .buttons {
margin: 45px 0;
}

/*=============================INFORMATION CONTACT===============================*/

/*===============================ACCOUNT VOUCHER=================================*/

.account-voucher .form-group {
margin: 0;
}

.account-voucher .account-voucher__my-group-1,
.my-login .my-login-container__form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.account-voucher .account-voucher__my-group-1 .form-group,
.account-voucher .account-voucher__my-group-2,
.my-login .my-login-container__form .form-group {
width: 48%
}

.account-voucher .radio-block {
display: flex;
justify-content: space-around;
}

.account-voucher .radio-block .radio label {
padding: 0px 0px 10px !important;
display: flex;
justify-content: center;
}

.account-voucher .radio-block .radio label input {
margin: 0;
}

.account-voucher .buttons div {
display: flex;
flex-direction: column;
align-items: flex-start;
}

/*===============================ACCOUNT VOUCHER=================================*/

/*===============================ACCOUNT LOGIN=================================*/

.my-login-container__item {
border: 1px solid #e7e7e7;
padding: 20px;
margin-bottom: 50px;
}

.my-login-container__item h2 {
margin: 0;
border-bottom: 1px solid #e7e7e7;
padding-bottom: 10px;
margin-bottom: 15px;
}

/*===============================ACCOUNT LOGIN=================================*/

/*===============================COMMON SUCCESS=================================*/

.my-success h1,
.my-manufacturer__list h1,
.my-account-order h1,
.my-account-account h2 {
padding-bottom: 10px;
border-bottom: 1px solid #e7e7e7;
margin-bottom: 15px;
}

.my-success .main-banner__btn,
.my-manufacturer__list .main-banner__btn,
.my-account-order .main-banner__btn {
margin-top: 20px;
float: right;
}

/*===============================COMMON SUCCESS=================================*/

/*===============================ACCOUNT ACCOUNT=================================*/

.my-account-account ul {
display: flex;
justify-content: space-between;
}

.my-account-account h2 {
margin-top: 50px;
}

/*===============================ACCOUNT ACCOUNT=================================*/
.header-container {
position: relative;
}

.myHeaderPult .dropdown-backdrop {
display: none;
}


body::-webkit-scrollbar,
.my-product .thumbnails::-webkit-scrollbar {
width: 5px;
height: 5px;
}

body::-webkit-scrollbar-track,
.my-product .thumbnails::-webkit-scrollbar-track {
background-color: #000;
}

body::-webkit-scrollbar-thumb,
.my-product .thumbnails::-webkit-scrollbar-thumb {
background: #fabb24;
}

.seotags_list a {
font-family: 'Lato', sans-serif;
}

.dropdown-menu li {
padding-bottom: 10px;
}





/*===============================ONE CLICK MODAL=================================*/
.oc-body__top_slider {
position: relative;
}

.oc-body__top {
display: flex;
gap: 15px;
padding-bottom: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.20);
margin-bottom: 16px;
min-width: 0;
}

.oc-body__top .oc-price-wrap {
justify-content: space-between;
}

.my-onclick-img-block {
width: 215px;
}

.oc-thumbs-slider {
position: relative;
width: 213px;
}

.oc-thumbs-slider__item {
display: flex;
justify-content: center;
align-items: center;
height: 202px;
padding: 15px;
}

.oc-thumbs-slider__item img {
width: 100%;
height: 100%;
object-fit: cover;
}

.oc-thumbs-slider .slick-list {
overflow: hidden;
}

.oc-thumbs-slider .slick-track {
display: flex;
gap: 5px;
}

.oc-thumbs-slider .slick-arrow {
position: absolute;
top: 50%;
z-index: 8;
font-size: 0;
background: transparent;
border: none;
}

.oc-thumbs-slider .slick-arrow.slick-prev {
left: -2px;
background: url('https://www.vzolote.com.ua/image/arrow-left.png') 0 0 no-repeat;
}

.oc-thumbs-slider .slick-arrow.slick-next {
right: 0;
background: url('https://www.vzolote.com.ua/image/arrow-right.png') 0 0 no-repeat;
}

.oc-thumbs-slider .slick-dots {
display: none !important;
}

.oc-total-and-qty {
display: flex;
align-items: center;
gap: 50px;
}

.oc-footer .row-buttons .oc-total {
display: none;
}

.oc-footer .row-buttons .btn-success {
width: 91.4%;
margin: 0 auto;
font-size: 16px;
line-height: 130%;
display: flex;
justify-content: center;
padding: 18px 30px;
transition: all 0.5s ease-in-out;
}

.oc-footer .row-buttons .btn-success:hover {
background: #000 !important;
border-color: #000;
}

.oc-footer .row-buttons .btn-success:focus {
outline: none;
}

.oc-body__top .oc-price-wrap .oc-popup-name {
max-width: 250px;
}

.oc-body__bottom_title-and-value {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}

.oc-body__bottom_title-and-value {
font-size: 14px;
line-height: 130%;
}

.oc-form-block__item label {
font-size: 13px;
font-weight: 400;
line-height: 130%;
}

.oc-form-block__item label:before {
display: none;
}

.oc-form-block__item label:after {
content: '* ';
color: #F00;
font-weight: bold;
padding-left: 2px;
}

.oc-body__top_slider .counter {
display: none;
position: absolute;
bottom: 5px;
right: 20px;
}

@media (max-width: 767px) {
.oc {
    width: 100% !important;
    /*margin: 0 10px !important;*/
}
}

@media (max-width: 600px) {
.oc-body__top {
    flex-direction: column;
}

.oc-thumbs-slider {
    width: 100%;
}

.oc-body {
    padding: 0 15px;
}

.oc-thumbs-slider__item {
    height: 415px;
    padding: 0 0 10px 0;
}

.oc-thumbs-slider .slick-dots {
    display: flex !important;
    font-size: 0;
    gap: 8px;
    padding: 0;
}

.oc-thumbs-slider .slick-dots li {
    list-style: none;
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.oc-thumbs-slider .slick-dots button {
    font-size: 0;
    border: none;
    outline: none;
    padding: 0;
}

.oc-thumbs-slider .slick-dots li.slick-active {
    background-color: #fabb24;
    width: 30px;
    border-radius: 15px;
}

.oc-thumbs-slider .slick-arrow {
    top: auto;
    bottom: -8px;
}

.oc-thumbs-slider .slick-arrow.slick-prev {
    left: auto;
    right: 60px;
}

.oc-body__top_slider .counter {
    display: block;
}

.oc-body__top {
    padding-bottom: 0px;
}

.oc-total-and-qty {
    gap: 20px;
}

.oc-price,
.oc-special {
    font-size: 20px;
}

.oc-price {
    color: #fabb24 !important;
}

.oc-body__bottom_title-and-value {
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
}

.oc-body__bottom_title-and-value p {
    margin: 0;
}

.oc-body__top {
    margin-bottom: 24px;
}

.oc-price-wrap {
    margin: 0 0 5px !important;
}

.oc-form-block__item label {
    display: none;
}

.oc-form-items {
    flex-direction: column;
}

.oc-form-block .oc-form-items .oc-form-block__item {
    width: 100% !important;
}

.oc-footer .row-buttons .oc-total {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.oc-footer .row-buttons {
    flex-direction: column;
    padding: 16px;
    border: 1px solid #fabb24;
    background: #fabb2421;
    gap: 12px;
}

.oc-form-group input {
    padding: 25px 15px !important;
}

.oc-body__top .oc-price-wrap .oc-popup-name {
    max-width: 100%;
}

.oc-body__top .oc-price-wrap .oc-popup-name span {
    padding: 10px 0;
}
}

/*===============================ONE CLICK MODAL=================================*/


.dropdown-menu-right {
right: 35px !important;
left: auto;
top: -35px !important;
}










/*===============================SUCCESS PAGE=================================*/

.success-container {
min-height: auto !important;
}

.success__header {
padding: 50px 0;
text-align: center;
}
.success__header svg circle{
fill: #fabb24;
}

.success__header .success-btn {
float: inherit !important;
padding: 18px 30px;
background: none;
border-radius: 40px;
border: 1px solid #000;
transition: all 0.5s ease-in-out;
max-width: 217px;
margin: 0 auto;
cursor: pointer;
color: #000;
transition: all 0.3s ease-in-out;
}

.success__header .success-btn:hover {
border-color: transparent;
background: #fabb24;
color: #fff;
}

.success__header .success-btn:hover a {
color: #fff;
}

.success__question {
position: relative;
background: #f5f5f5;
}

.success__question img {
position: absolute;
width: 100%;
max-height: 586px;
object-fit: cover;
}

.success__question_items {
position: relative;
}

.success__question .success-container {
padding-top: 190px;
padding-bottom: 120px;
}

.success__question_items {
position: relative;
max-width: 1268px;
background: #fff;
padding: 60px;
margin: 0 auto;
}

.success__question_items h2 {
font-size: 24px;
font-weight: 400;
line-height: 130%;
/* 31.2px */
text-transform: uppercase;
padding-bottom: 40px;
}

.success__question_item {
padding: 12px 0;
cursor: pointer;
}

.success__question_items h2,
.success__question_item {
border-bottom: 3px solid #f5f5f5;
}

.success__question_item p {
margin: 0px;
color: var(--black, #000);
font-size: 20px;
font-weight: 400;
line-height: 130%;
}

.success__question_item span {
color: var(--grey-txt, #676767);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}

.success__question_item-hidden {
margin-top: 16px;
display: none;
}

.success__question_item-top {
display: flex;
align-items: center;
justify-content: space-between;
}

.success__question_item-top span {
transition: all 0.5s ease-in-out;
}

.success__question_svg-rotate {
transform: rotate(45deg);
}

.success__header p {
padding-bottom: 25px;
font-size: 16px;
color: #000;
}

.success__header h2 {
text-transform: capitalize;
}

@media (max-width: 993px) {
.success__header {
    padding: 100px 0 50px;
}

.success__header svg {
    width: 73px;
}
}

@media (max-width: 600px) {
.success__question {
    background: #fff;
}

.success__question img {
    display: none;
}

.success__question .success-container {
    padding: 0;
}

.success__question_items {
    padding: 60px 16px 40px;
}

.success__question_item {
    padding: 24px 0;
}

.success__question_item p {
    font-size: 16px;
    font-weight: 600;
}

.success__question_item span {
    font-size: 14px;
    font-weight: 400;
}
}

/*===============================SUCCESS PAGE=================================*/



/*===============================PRODUCT SEARCH=================================*/

#product-search {
margin-bottom: 50px;
}

#product-search .control-label {
font-weight: 400;
font-size: 15px;
padding-bottom: 10px;
color: #000;
}

#product-search .form-control {
text-align: left !important;
padding: 15px !important;
/*background: #F8F8F9 !important;*/
height: 50px;
border-radius: 0;
border: none;
border-bottom: 1px solid #00000059;
box-shadow: none !important;
outline: none !important;
/*margin-bottom: 60px;*/
font-size: 20px;
}



.product-search__category-filter p {
margin: 0;
}

.product-search__category-filter_title {
font-size: 15px;
color: #000;
display: flex;
align-items: flex-end;
gap: 5px;
border-bottom: 1px solid #e7e7e7;
padding: 20px 0;
}

.product-search__category-filter_title i {
transition: all 0.5s ease-in-out;
}

.product-search__category-filter .product-search__category-filter_categories {
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
padding: 20px 0;
transition: all 0.5s ease-in-out;
margin: 0;
opacity: 0;
visibility: hidden;
gap: 20px;
}

.product-search__category-filter_categories-active {
opacity: 1 !important;
visibility: visible !important;
}

.product-search__content {
height: 5rem;
display: flex;
align-items: center;
margin-bottom: 30px;
margin-top: 75px;
}

.product-search__btn-label input {
display: none;
}

.product-search__btn-label {
padding: 14.5px 15px 0;
border-bottom: 1px solid #00000059;
/*border-left: 1px solid #00000059;*/
margin: 0;
cursor: pointer;
}

.product-search__btn-label img{
max-width: 30px;
}

.product-search__pagina {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 10px;
}

.product-search__container_content .my-modal-close-button {
top: 30px !important;
right: 8px !important;
}

/*===============================PRODUCT SEARCH=================================*/




/*===============================MY TAGS=================================*/


.myTags {
display: flex;
flex-wrap: wrap;
row-gap: 20px;
column-gap: 10px;
justify-content: flex-start;
margin-bottom: 50px;
}

.myTags a {
border: none;
background: #f8f8f8;
border-radius: 20px !important;
transition: all 0.5s ease-in-out;
}

.myTags a:hover {
background: #fabb24;
color: #fff;
border: none;
}


/*===============================MY TAGS=================================*/






/*==============================================================MY-ADAPTIV=================================================================*/




/*Подсказка на иконке избранного для карточки товара*/
.tooltip-inner,
.tooltip.top .tooltip-arrow {
display: none;
}


.logo-block {
position: relative;
z-index: 1;
}

.logo-block img {
max-width: 200px;
}

.myproductlist-in-category .caption,
.choose-category__container .caption {
display: flex;
padding: 0 10px;
justify-content: space-between;
align-items: center;
gap: 8px;
width: 100%;
}

.myproductlist-in-category .caption {
flex-direction: column;
}

.choose-category__container .product-model {
flex: 1 1 auto;
}

.myproductlist-in-category .caption .product-bottom-content,
.myproductlist-in-category .caption .myProductListPrice {
width: 100%;
}

.myproductlist-in-category .caption .myProductListPrice .price {
display: flex;
justify-content: space-between;
gap: 21px;
}

.myproductlist-in-category .btn-oc-wrap {
left: 0;
text-align: center;
}

.prod-cat-new-price {
text-align: left;
}

.prod-cat-old-price {
text-align: end;
}





.sale__title-full,
.sale .original-composition__img.mob,
.original-composition .original-composition__img.mob,
.langmob,
.mob-search {
display: none;
}


.top-header-fixed {
position: fixed;
z-index: 10;
background: #fff;
width: 100%;
top: 0;
}

.product-category__breadcrumb,
.my-cart__breadcgumb,
#common-home,
.my-cart__breadcrumb,
.wishlist-page__breadcrumb,
.product-special__breadcrumb,
#account-login,
.product-search,
.information-information__breadcrumb,
#information-sitemap,
#information-contact,
#product-manufacturer,
#account-voucher,
#affiliate-login,
#checkout-checkout,
#account-account,
#account-register,
#common-success,
#error-not-found,
.breadcrumb-product-search,
.product-product-breadcrumb,
.container:has(.my-simplecheckout-test-block) {
flex: 1 1 100%;
margin-top: 118px;
}


.breadcrumb-product-search,
.wishlist-page__breadcrumb,
.product-product-breadcrumb,
.product-category__breadcrumb,
.information-information__breadcrumb,
.product-special__breadcrumb,
.my-cart__breadcgumb {
padding-top: 20px;
}

/*#account-wishlist,*/
/*.product-search,*/
/*#checkout-cart{*/
/*    width: 100%;*/
/*}*/

.container:has(.my-simplecheckout-test-block) .breadcrumb,
#error-not-found .breadcrumb {
margin-left: 0;
margin-right: 0;
}

.wishlist-page__breadcrumb li:nth-child(2) {
display: none;
}

.navbar-collapse:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 42%;
height: 95%;
background: #fff;
}



.footer__logo img {
max-width: 200px;
}

.myMenu .langmob,
.myMenu .navbar-nav,
.myMenu .mob-info {
width: 40% !important;
}

.myMenu .navbar-nav {
height: 65%;
overflow: scroll;
overflow-x: hidden !important;
z-index: 5;
}
.myMenu .navbar-nav::-webkit-scrollbar {
width: 5px;
}
.myMenu .navbar-nav::-webkit-scrollbar-track {
background-color: #000;
}
.myMenu .navbar-nav::-webkit-scrollbar-thumb {
background-color: #fabb24;
}

@media (max-width: 1309px) {
.choose-category__items {
    column-gap: 15px;
    justify-content: flex-start;
}
}



@media (max-width: 1217px) {

.product-category__breadcrumb,
.my-cart__breadcgumb,
#common-home,
.my-cart__breadcrumb,
.wishlist-page__breadcrumb,
#account-login,
.information-information__breadcrumb,
#information-sitemap,
#information-contact,
#product-manufacturer,
#account-voucher,
#affiliate-login,
#checkout-checkout,
#account-account,
#account-register,
#common-success,
#error-not-found,
.product-special__breadcrumb,
.product-search,
.breadcrumb-product-search,
.product-product-breadcrumb,
.container:has(.my-simplecheckout-test-block) {
    margin-top: 159px !important;
}

.myProductListPrice,
.product-thumb .price-new,
.product-thumb .price-old {
    font-size: 15px !important;
}
}


@media (max-width: 993px) {
.choose-category .how-make-order {
    margin-top: 30px;
}

.original-composition__container{
    padding: 15px 0;
}
.seo-max-height{
    padding: 50px 10px;
}


h1 {
    margin-top: 5px;
    margin-bottom: 0;
}



.footer {
    padding: 60px 0 0;
    background: url(https://www.vzolote.com.ua/image/footer-background.png) center center/cover no-repeat;
}

.footer__container {
    padding: 0 10px;
}

.footer__items {
    flex-wrap: wrap;
}

.footer__soc-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.footer__contact {
    width: 100%;
    margin-bottom: 50px;
}






.langmob {
    display: block;
}

.langmob button.btn.btn-link.language-select.active {
    color: var(--black, #000) !important;
}

.header-menu {
    display: flex;
    align-items: center;
    width: 50px;
    gap: 20px;
}

.header-menu .myNavbar {
    display: flex;
}

.myHeaderPult {
    width: 50px;
    justify-content: flex-end;
}

.langmob #form-language .btn-group .btn {
    padding: 0px 4px !important;
}

.mob-search {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
}

.mob-search .mySearch {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    background: #F8F8F9;
    border-radius: 40px;
}

.mob-search .mySearch input {
    height: 100% !important;
}

.mob-search .mySearch span i {
    font-size: 22px !important;
}

.mob-search .mySearch input {
    padding-left: 50px !important;
}

.dropdown-backdrop {
    display: none !important;
}

.mob-akk ul li {
    padding: 10px 30px;
    border-radius: 40px;
    border: 1px solid #000;
}

.mob-akk ul li:hover {
    background: #000;
}

.mob-tel-drop {
    margin-bottom: 20px !important;
    position: relative;
    float: inherit;
}

.mob-reg-anchor {
    background: #000;
}

.mob-reg-anchor a {
    color: #fff;
}

.mob-tel .dropdown a {
    position: relative;
    bottom: 3px;
    left: 8px;
}

.mob-tel .dropdown span {
    font-size: 16px;
}

.greeting .main-banner__btn {
    margin-top: 20px;
}

.product-category__breadcrumb,
#common-home,
.my-cart__breadcrumb,
.wishlist-page__breadcrumb,
#account-login,
.information-information__breadcrumb,
#information-sitemap,
#information-contact,
#product-manufacturer,
#account-voucher,
#affiliate-login,
#checkout-checkout,
#account-account,
#account-register,
#error-not-found,
.product-special__breadcrumb,
.product-search,
.breadcrumb-product-search,
.container:has(.my-simplecheckout-test-block) {
    margin-top: 60px !important;
}

.breadcrumb .my-cart__breadcgumb {
    margin-top: 59px !important;
}

.rabotai-suka-hrenov-style {
    margin-top: 59px !important;
}

.product-search {
    margin-top: 120px !important;
}

.product-product-breadcrumb {
    margin: 60px 10px 17px !important;
}

#checkout-cart,
#account-wishlist,
#common-success {
    margin-top: 0 !important;
}

header {
    position: fixed !important;
    z-index: 99;
    top: 0;
    width: 100%;
    background: #fff;
}

.footer__new-items {
    justify-content: center;
}



/* .mfpnew-wrap {
overflow-y: scroll;
}*/



.header-container {
    padding: 10px 10px !important;
}

.myproductlist-in-category {
    justify-content: space-between;
}

.myproductlist-in-category .product-thumb {
    width: 33%;
}

.choose-category__container,
.seotags_cloud,
.how-make-order .choose-category__container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.modal-consultation__body {
    width: 50%;
}

.modal-consultation__top,
.modal-consultation__footer {
    padding: 38px 15px;
}

.my-modal-close-button {
    top: 15px !important;
    right: 15px !important;
}

.myMenu .langmob,
.myMenu .navbar-nav,
.myMenu .mob-info {
    width: 40% !important;
}

.myMenu .navbar-nav {
    height: 65%;
    overflow: scroll;
}

.greeting-banner__some-text_img {
    display: none;
}

.greeting-banner__some-text_info {
    margin: 0 10px;
}
}

@media (min-width: 768px) {
.container {
    width: 100% !important;
}
}

@media (max-width: 768px) {



.main-banner-img {
    display: none;
}

.main-banner {
    min-height: 585px;
    /*background: url('https://www.vzolote.com.ua/image/banners/mobval.png') 100% 100%/cover no-repeat;*/
    background: transparent;
    position: relative;
}

.main-banner__container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
}

.main-banner__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.main-banner__tit-svg {
    flex-direction: column;
}

.main-banner__tit-svg .open-callback-modal {
    position: fixed;
    top: 70%;
    right: 10px;
    transform: translate(-10px, -50%);
}

.main-banner__title {
    font-size: 32px;
    text-align: center;
}

.choose-category__container {
    padding: 0px 0px !important;
}

.choose-category__items {
    row-gap: 10px;
    padding: 0 10px;
}

.choose-category__item {
    width: 100px;
    text-align: center;
}

.choose-category__item img {
    width: 100%;
}

.seotags_cloud {
    padding: 0 10px !important;
}

.how-make-order .choose-category__container {
    padding-bottom: 50px !important;
}

.how-make-order .choose-category__container .choose-category__items {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.how-make-order .choose-category__item {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.how-make-order .choose-category__img-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 15px;
}

.how-make-order .choose-category__img-back img {
    width: 35px;
    height: 35px;
}

.how-make-order .choose-category__name {
    text-align: left;
}

.greeting-banner {
    background: url('https://www.vzolote.com.ua/image/banners/greetingbanner.png') 55% 100%/cover no-repeat;
}

.myMenu {
    /*width: 360px !important;*/
    margin-top: 49px !important;
}

#menu .btn-navbar i {
    margin-bottom: 7px;
}

.alert-success {
    padding: 10px !important;
    margin: 0px auto;
    border-radius: 0px;
    width: 100%;
}


.btn-oc-wrap button.btn-oc {
    padding: 10px 15px !important;
    font-size: 14px !important;
}

.product-search__container_content .my-modal-close-button {
    top: -45px !important;
}

.modal-consultation__body {
    max-width: 100% !important;
    width: 100%;
}

.product-thumb .myBtnGroup {
    right: 15px;
    opacity: 1;
    top: 30%;
}

.product-thumb .btn-oc-wrap {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}
}

@media (max-width: 766px) {
.original-composition__container{
    padding: 0px 10px 50px;
}



.sale .sale__info,
.original-composition .original-composition__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.sale .sale__title-full,
.original-composition .original-composition__title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}

.original-composition__items.sale__items .original-composition__item.dis,
.sale__info .dis,
.sale .original-composition__img.desc,
.original-composition .original-composition__item.dis,
.original-composition .original-composition__img.desc {
    display: none !important;
}

.sale__info .sale__title-full,
.sale .original-composition__img.mob,
.original-composition .original-composition__img.mob {
    display: block;
}

.sale .original-composition__item,
.original-composition .original-composition__item {
    max-width: 490px;
    margin: 0 auto;
}
}


@media (max-width: 668px) {
.myproductlist-in-category .product-thumb {
    width: 50% !important;
}
}

@media (max-width: 600px) {

    .modal-consultation__content,
    .modal-consultation__footer {
        padding: 16px;
    }
    
    .modal-consultation__footer a {
        padding: 10px 0;
    }
    
    .modal-consultation__info h3 {
        font-size: 24px !important;
    }
    
    .modal-consultation__info form {
        margin: 16px 0;
    }
    
    .modal-consultation__info form button {
        width: 100%;
    }
    
    .my-product__title_mob {
        font-size: 20px;
    }
    
    .footer__bottom .footer__container {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: 16px;
    }
    
    .footer__bottom .footer__container a {
        font-size: 16px;
    }
    
    .footer__bottom .footer__container span {
        order: 3;
    }
    
    .choose-category__items {
        justify-content: space-between;
    }
    
    .myMenu .langmob,
    .myMenu .navbar-nav,
    .myMenu .mob-info {
        width: 65% !important;
    }
    
    .navbar-collapse:before {
        width: 67% !important;
    }
    
    .my-mob-search{
        max-width: 64% !important;
    }
}

/*@media (max-width: 500px) {*/
/*    #form-language{*/
/*        margin-bottom: 7px;*/
/*    }*/
/*}*/
@media (max-width: 450px) {


.greeting-banner__some-text_info {
    padding: 40px 10px;
}

.scroll-text {
    margin-bottom: 30px;
}

#common-home .seotags_cloud .seotags_list {
    display: flex !important;
    flex-direction: column;
}

.myMenu {
    width: 100% !important;
}


.btn-oc-wrap button.btn-oc {
    padding: 10px 30px !important;
    font-size: 12px !important;
}
.product-add-btn{
    width: 45px !important;
    height: 45px !important;
}

.mfpnew-bg {
    /*background: #fff !important;*/
    background: #0b0b0b !important;
}
}



/*=====================================================================================================================================================*/

@media (max-width: 1200px) {

.product-thumb .button-group button,
.product-thumb .button-group button+button {
    width: 33.33%;
}
}

@media (max-width: 767px) {

.product-thumb .button-group button,
.product-thumb .button-group button+button {
    width: 33.33%;
}
}

.thumbnails {
overflow: auto;
clear: both;
list-style: none;
padding: 0;
margin: 0;
}

/*.thumbnails>li {*/
/*    margin-left: 20px;*/
/*}*/

.thumbnails {
margin-left: -20px;
}

.thumbnails>img {
width: 100%;
}

.image-additional a {
margin-bottom: 0px;
padding: 5px;
display: block;
}

.image-additional {
max-width: 78px;
}

.thumbnails .image-additional {
float: left;
margin-left: 20px;
}

@media (min-width: 1200px) {

#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
    clear: left;
}
}

@media (min-width: 992px) and (max-width: 1199px) {

#content .col-md-2:nth-child(6n+1),
#content .col-md-3:nth-child(4n+1),
#content .col-md-4:nth-child(3n+1),
#content .col-md-6:nth-child(2n+1) {
    clear: left;
}
}

@media (min-width: 768px) and (max-width: 991px) {

#content .col-sm-2:nth-child(6n+1),
#content .col-sm-3:nth-child(4n+1),
#content .col-sm-4:nth-child(3n+1),
#content .col-sm-6:nth-child(2n+1) {
    clear: left;
}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
    width: 100%;
}

#column-left+#content .product-layout .col-md-3 {
    width: 50%;
}

#column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
}

#content+#column-right .product-layout .col-md-3 {
    width: 100%;
}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
right: 10px;
position: absolute !important;
top: -25px !important;
}


header {
/*position: relative;*/
position: unset;
}


.header-container {
width: 100% !important;
padding: 15px 30px 15px 10px;
max-width: 100% !important;

}

header .header-container {
border-bottom: 1px solid rgba(229, 228, 226, 0.90);
}

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}

/*.header-menu {*/
/*    flex: 1 1 auto;*/
/*}*/

.header-menu .navbar {
float: right;
}

.myHeaderPult {
display: flex;
gap: 23px;
align-items: center;
position: relative;
right: 5px;
z-index: 0 !important;
}

.myBtnBlock {
width: auto;
position: unset !important;
margin-top: -5px;
}

.myBtn {
padding: 0;
border-radius: 44px;
background: transparent;
color: #000 !important;
width: 100%;
border: none;
box-shadow: none;
}

.mySearch {
position: relative;
width: 25px;
}

.mySearch span {
position: absolute;
top: 57%;
left: 5px;
z-index: 10;
transform: translate(0px, -55%);

}

.mySearch button {
background: transparent;
border: 0;
}

.mySearch input {
padding: 0px 10px 0 30px !important;
border-radius: 44px !important;
border: 0;
height: 36px !important;
background: transparent;
box-shadow: none !important;
}


i.fa-user {
color: #fc71f8;
}

.language-btn {
padding: 11px 0;
}

/*@media (min-width: 994px) {*/

/*    .myNavbar,*/
/*    .myDrop {*/
/*        position: unset !important;*/
/*    }*/

/*    .myDrop .lvl1 {*/
/*        margin-left: 0 !important;*/
/*        width: 100%;*/

/*    }*/

/*    .subcats {*/
/*        display: flex;*/
/*        justify-content: space-evenly;*/
/*        padding: 35px 0;*/
/*    }*/

/*}*/




.mySetka {
display: flex;
justify-content: center;
width: 100%;
padding: 20px 0px 20px 0px;

}

.mySetka__big,
.mySetka__list,
.mySetka__list_item {
width: 48%;
}

.mySetka__list_item {
overflow: hidden;
max-width: 255px;
max-height: 255px;
}

.mySetka__big img,
.mySetka__list_item img {
width: 100%;
object-fit: cover;
transition: all 0.3s ease-in-out;
}

.mySetka__big img:hover {
transform: scale(1.1);

}

.mySetka__list_item img:hover {
transform: scale(1.1);

}

.mySetka__big {
max-width: 570px;
max-height: 540px;
}

.mySetka__big img {
height: 100% !important;
}

.mySetka__list {
display: flex;
flex-wrap: wrap;
gap: 30px;
}

.mySetka__big,
.mySetka__list_item {
position: relative;
}

.mySetka__big_info {
position: absolute;
z-index: 1;
color: #000;
bottom: 10%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 20px;
}

.mySetka__list_item-name {
position: absolute;
left: 0;
bottom: 0;
/* top: 0; */
width: 100%;
display: flex;
text-transform: uppercase;
align-items: center;
justify-content: space-between;
padding: 15px 20px;
background: #0000005e;
color: #fff;
margin: 0;
border-radius: 30px;
}

.mySetka__big_info h4 {
font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1200 - 320)));
padding: 8px 45px 3px;
background: #0000005e;
border-radius: 30px;
color: #fff;
margin: 0;
text-transform: uppercase;
}

.mySetka__big_info a {
background: #fc71f8eb;
border-radius: 5px;
color: #fff;
text-transform: uppercase;
font-size: 20px;
padding: 10px 25px;
}


.cart-icon {
width: 21px;
height: 21px;
}

.cart-text {
font-weight: 600;
font-size: 14px;
}

.cart-total {
width: 20px;
display: flex;
height: 20px;
color: #fff;
background: #000;
border-radius: 50%;
align-items: center;
justify-content: center;
position: absolute;
top: -10px;
right: -10px;
}

.mywish .cart-total {
background: #fabb24;
}

.accaunt-icon {
width: 20px;
height: 19px;
}


.row h3 {
text-align: center;
margin: 20px;
font-family: 'Jost', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%;
/* 24px */
text-transform: uppercase;
}

/*#menu .btn-navbar {*/
/*    display: none;*/
/*}*/

/*.drop-menu-arrow i,*/
/*.mob-akk,*/
/*.mob-info,*/
/*.mob-tel,*/
/*.lvl1-back-btn,*/
/*.all-product-href {*/
/*    display: none*/
/*}*/




.bestseller-section,
.featured-section {
background: #F8F8F9;
padding-bottom: 50px;
}



/*=========================PRODUCT CARD==============================*/

.product-thumb {
background: #fff;
margin: 10px 10px 80px;
display: flex;
align-items: center;
flex-direction: column;
}

.product-bottom-content {
display: flex;
align-items: center;
}

.product-bottom-content .btn-oc {
text-transform: uppercase;
}

.myBtnGroup {
display: flex;
flex-direction: column;
position: absolute;
top: 40%;
right: -10px;
transform: translateY(-50%);
opacity: 0;
transition: all 0.5s ease-in-out;
gap: 5px;
}

.product-thumb:hover .myBtnGroup {
right: 10px;
opacity: 1;
}

.product-bottom-content .nameAndOneClickBlock {
width: 100%;
}

.price-and-article {
display: flex;
justify-content: space-between;
padding-top: 10px;
}

.wishlist-btn {
position: absolute;
top: 0;
right: 20px;
}

.wishlist-btn i {
color: #000 !important;
transition: all 0.3s ease-in-out;
}

.wishlist-btn i:hover {
color: #888 !important;
}

.product-add-btn {
width: 48px !important;
height: 48px !important;
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #00000052;
font-size: 18px;
transition: all 0.3s ease-in-out;
}

.product-add-btn:hover {
background: #fabb24;
}

.product-add-btn img {
width: 18px;
}

.product-add-btn svg path {
fill: #fff;
}

.nameAndOneClickBlock h4 {
color: var(--black, #000);
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%;
height: auto;
min-width: 40px;
padding-bottom: 25px;
}

.myProductListPrice {
color: var(--black, #000);
font-family: 'Lato', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 130%;
padding-top: 10px;
}

.my-product__btn-group {
display: flex;
align-items: center;
gap: 20px;
margin: 40px 0;
justify-content: space-between;
}

.my-product__btn {

padding: 18px 30px;

border-radius: 40px;
color: #fff;
border: none;
background: var(--black, #000);
/* font-family: Lato; */
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
transition: all 0.5s ease-in-out;
}

.my-product__btn-group .oc-product-btn .my-product__btn {
background: var(--pink, #fabb24);
border: 1px solid #fabb24;
}

.my-product__btn-group .my-product__btn:hover {
background: var(--pink, #fabb24);
color: #fff;
}

.my-product__btn-group .oc-product-btn .my-product__btn:focus {
outline: none;
color: #fff;
}

.my-product__btn-group .oc-product-btn .my-product__btn:hover {
background: transparent;
box-shadow: none;

color: #fabb24;
}

.cart-icon svg {
margin-left: 2.5px;
width: 20px;
}


.oc-form-block .oc-form-items {
gap: 10px;
}

.oc-form-block .oc-form-items .oc-form-block__item {
width: 50%;
}










@media (max-width:768px) {
#form-language .btn-group .btn {
    flex: 1;
    text-align: center;
    padding: 5px 9px 5px 0px;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    color: #060606;
}

.mfpnew-content .pull-left {
    float: left;
    margin-left: 0px;
}
}

/*Карусель товара 23.07.23*/

.swiper-viewport {
margin: 0 0 60px;
background: #fff0 !important;
z-index: 1;
border: 4px solid #fff;
border-radius: 4px;
box-shadow: 0 0px 0px rgba(0, 0, 0, .2) !important;
width: 100%;
position: relative;
overflow: visible;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom: 0px !important;
width: 100%;
}

.swiper-pagination {
position: static !important;

}

.swiper-viewport .product-model p {
text-align: center;
margin-top: 12px;
}





#additional-carousel {
overflow: hidden;
}

#additional-carousel .owl-wrapper-outer {
border-radius: 0;
border: none;
margin: 0 auto;
box-shadow: none;
width: 100% !important;
}

/*#additional-carousel .owl-item {*/
/*    width: 135px !important;*/
/*    height: 135px;*/
/*}*/

#additional-carousel .image-additional {
width: 100%;
max-width: 100%;
margin: 0;
}

.my-onclick-img-block .image-additional a {
width: 165px;
height: 203px;
margin: 0 auto;
}

.my-onclick-img-block .image-additional a img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* Add this CSS to make the navigation arrows always visible */
.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
display: inline-block;
}

.my-product .owl-carousel .owl-buttons div {
opacity: 1 !important;

}

#account-wishlist #column-right {
display: none;
}

/*.pronaz {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 130%;*/
/*    margin: 0;*/
/*}*/
.pronaztitle {
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 1);
line-height: 20.8px;
margin-bottom: 15px;
margin-top: 25px;
}

/*.propr {*/
/*    color: #676767;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 18.2px;*/
/*}*/
/*.prodvar li {*/
/*    list-style: none;*/
/*    padding: 2px;*/
/*    display: inline-block;*/
/*    border: 1px solid #D9D9D9;*/
/*    padding: 9px 16px 9px 16px;*/
/*    width: 90px;*/
/*    height: 65px;*/
/*    border-radius: 6px;*/
/*}*/

.prodvar li.active {
border: 2px solid black;
}

.active .pronaz {
color: #fff;
}

.active .propr {
color: #fff !important;
}

.my-cart__title .my-modal-cart-delete-btn svg {
position: absolute;
margin-left: 10px;
margin-top: 1.5px;
}

.myBtn {
height: 21px;
width: 21px;
background: url(/image/icon/cart.svg);
border-radius: 0px;
background-repeat: no-repeat;
}

.myBtn:hover {
height: 21px;
width: 21px;
background: url(/image/icon/carthover.svg);
border-radius: 0px;
background-repeat: no-repeat;
}


.my-cart .minus-quantity {
border-radius: 50% !important;
text-decoration: none;
font-size: 20px;
line-height: 14px;
color: #000;
display: inline-flex;
height: 30px;
width: 30px;
margin: 0 auto;
cursor: pointer;
background: #FFF;
border: 1px solid #000000;
transition: all 0.5s ease-in-out;
outline: none;
align-items: center;
justify-content: center;
opacity: 1 !important;
}

.my-cart .minus-quantity:hover {
border-radius: 50% !important;
text-decoration: none;
font-size: 18px;
line-height: 14px;
color: #fff;
display: inline-flex;
height: 30px;
width: 30px;
margin: 0 auto;
cursor: pointer;
background: #000;
border: 1px solid #000000;
transition: all 0.5s ease-in-out;
outline: none;
align-items: center;
justify-content: center;
}

.my-cart .input-group input {
display: none;
}

.my-cart .my-quantity-value {
padding: 0px 8px;
font-size: 18px;
color: #000;
}

.my-cart .btn-default[disabled] {
background-color: #ffffff;
border-color: #ccc;
color: #ccc;
}

.my-modal-close-button {
position: absolute;
top: 35px;
right: 55px;
z-index: 1;
width: 30px;
height: 30px;
background: #000 !important;
border: none;
border-radius: 50%;
font-size: 18px;
color: #fff;
opacity: 1;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s;
padding: 0;
}

/*.my-modal-close-button:hover {*/
/*    opacity: 0.7;*/
/*}*/
.my-drop-body .my-quantity-value {
padding: 0px 20px;
}

.my-drop-body .cart-quantity__input {
display: none;
}

.oc ul.prodvar {
padding: 0;
margin: 15px 0;
}

.oc .prodvar li {
list-style: none;
padding: 2px;
display: inline-block;
}

.oc .prodvar li img {
padding: 2px;
border: 1px solid #ccc;
cursor: pointer;
}

.oc .prodvar li.active {
background-color: black;
/* Измените на желаемый цвет фона */
color: white;
/* Измените на желаемый цвет текста */
}







/*=========================PRODUCT CARD==============================*/






#menu .btn-navbar {
display: block;
font-size: 15px;
color: #000;
padding: 0px;
background-color: transparent;
border: none !important;
box-shadow: none;
background-image: none;
outline: none !important;
}

#menu .btn-navbar:hover {
color: #000;
background-color: transparent;
}

#menu .btn-navbar i {
font-size: 19px;
}

.navbar-nav {
display: flex;
flex-direction: column;
width: 100%;
position: relative;
margin: 0 !important;
}


.myMenu {
display: block;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
position: fixed;
left: -5%;
z-index: 5;
width: 100%;
margin-top: 50px;
border-top: 1px solid #e3e3e3;
background: #0b0b0bd1;
height: 100vh;
}


#menu .nav>li>a,
.subcats>li {
padding: 20px 10px;
border-bottom: 1px solid #e3e3e3;
font-size: 16px;
}

.subcats>li>a {
display: block;
width: 100%;
}

.drop-menu-arrow i {
display: block
}

.drop-menu-arrow {
display: flex !important;
justify-content: space-between;
}

.myDrop {
position: unset !important;
}

.lvl1 {
margin-left: 0;
display: block;
top: 0;
left: -5px;
width: 100%;
height: 100vh;
z-index: 7;
border: none;
box-shadow: none;
opacity: 0;
visibility: hidden;
/*transition: all 0.3s ease-in-out;*/
margin: 0 !important;
background: #fff !important;
}

.menu-opened {
left: 0;
opacity: 1;
visibility: visible;
display: flex;
flex-direction: column;
overflow-y: hidden;
}


.close-burger {
font-size: 25px !important;
display: none !important;
}

.switch-close-icon {
display: block !important;
}

.switch-opn-icon {
display: none !important;
}


.lvl1-back-btn,
.all-product-href {
display: block;
cursor: pointer;
}

/*===================================header=====================================*/

.navbar {
position: unset;
}

.navbar-header {
display: flex;
}


@media (max-width:1199px) {
.mySetka__list {
    gap: 15px;
}
}

@media (max-width:993px) {
.close-burger {
    font-size: 25px !important;
    display: none !important;
}

.switch-close-icon {
    display: block !important;
}

.switch-opn-icon {
    display: none !important;
}


.lvl1-back-btn,
.all-product-href {
    display: block;
}

/*===================================header=====================================*/

.navbar {
    position: unset;
}

.navbar-header {
    display: flex;
}

#top,
.desk-akk,
.mySearch {
    display: none;
}

.navbar-toggle {
    display: block !important;
}

.header-menu {
    flex: none;
    order: 0;
}

.header-menu .container {
    padding: 0;
}

.logo-block {
    order: 2;
}

.myHeaderPult {
    order: 3;
}

/*#menu .btn-navbar {*/
/*    display: block;*/
/*    font-size: 15px;*/
/*    color: #000;*/
/*    padding: 0px;*/
/*    background-color: transparent;*/
/*    border: none !important;*/
/*    box-shadow: none;*/
/*    background-image: none;*/
/*    outline: none !important;*/
/*}*/

/*#menu .btn-navbar:hover {*/
/*    color: #000;*/
/*    background-color: transparent;*/
/*}*/

/*#menu .btn-navbar i {*/
/*    font-size: 19px;*/
/*}*/

/*.navbar-nav {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    margin: 0 !important;*/
/*}*/


/*.myMenu {*/
/*    display: block;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*    position: fixed;*/
/*    left: -5%;*/
/*    z-index: 5;*/
/*    width: 100%;*/
/*    margin-top: 50px;*/
/*    border-top: 1px solid #e3e3e3;*/
/*    background: #0b0b0bd1;*/
/*    height: 100vh;*/
/*}*/


/*#menu .nav>li>a,*/
/*.subcats>li {*/
/*    padding: 20px 10px;*/
/*    border-bottom: 1px solid #e3e3e3;*/
/*    font-size: 16px;*/
/*}*/

/*.subcats>li>a {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.drop-menu-arrow i {*/
/*    display: block*/
/*}*/

/*.drop-menu-arrow {*/
/*    display: flex !important;*/
/*    justify-content: space-between;*/
/*}*/

/*.myDrop {*/
/*    position: unset !important;*/
/*}*/

/*.lvl1 {*/
/*    margin-left: 0;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: -5px;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    z-index: 7;*/
/*    border: none;*/
/*    box-shadow: none;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*    margin: 0 !important;*/
/*    background: #fff !important;*/
/*}*/

/*.menu-opened {*/
/*    left: 0;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    overflow-y: hidden;*/
/*}*/

/* ===========================CART===============================*/
#cart>.btn {
    display: block;
    position: relative;
    text-align: end;
}

.myBtnBlock {
    width: auto !important;
}

.myBtn {
    border: none;
    box-shadow: none;
}

#cart.open>.btn {
    border: none;
}

.cart-text {
    display: none;
}

.cart-total {
    display: inline-flex;
    position: absolute;
    /*right: 1px;*/
    /*width: 15px;*/
    /*height: 15px;*/
}

.cart-icon {
    width: 18px;
    height: 19px;
}

/* ===========================CART===============================*/

.mob-akk {
    display: flex;
    font-size: 16px;
    gap: 10px;
    padding: 0px 10px;
    justify-content: center;
}

.mob-akk ul {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.accaunt-icon {
    width: 18px;
    height: 19.5px;
}

.mob-info {
    display: block;
    /*padding: 10px 0;*/
}

.mob-info-head {
    color: #616161;
    text-transform: uppercase;
    font-size: 10px;
}

.mob-info ul {
    list-style: none;
    padding: 20px 0;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
}

.mob-tel {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 10px;
}

.mob-tel-drop {
    margin: 0 !important;
    background: transparent;
    border: none;
    box-shadow: none;
}

.mob-tel-drop li a {
    padding: 0;
}

/*=================================header END===================================*/
.mySetka {
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.mySetka__big,
.mySetka__list {
    max-height: 100%;
    width: 60%;
}

.mySetka__list {
    justify-content: space-between;
}

.mySetka__list_item {
    width: 48%;
}



}

.lvl1-back-btn {
padding: 10px;
color: #000;

}

.lvl1-back-btn i {
font-size: 14px;
}

.lvl1-back-btn span {
font-size: 18px;
font-weight: 700;
padding-left: 20px;
}

.lvl1-back-btn img{
width: 15px;
transform: rotate(180deg);
}

@media (max-width:767px) {
    .navbar-nav {
        width: auto !important;
    }
    
    .mySetka__list {
        flex-direction: column;
        align-items: center;
    }
    
    .mySetka__list_item {
        width: 100%;
    }
    
    .lvl1-back-btn{
        display: none;
    }

}

@media (max-width:520px) {

.mySetka__big,
.mySetka__list {
    width: 100%;
    padding: 0 15px;
}
}

#button-cart {
background: white;
color: rgba(0, 0, 0, 1);
border: 1px solid black;
padding: 18px 30px;
border-radius: 40px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
transition: all 0.5s ease-in-out;
display: flex;
justify-content: space-between;
/*     width: 100%; */
}

#button-cart:hover {
background: #000;
color: #fff;
}

#button-cart:focus {
outline: none;
}

.accordion-item__hedaer_title {
font-weight: bold;
color: rgba(0, 0, 0, 1);
}

span.opn-burger{
border: 1px solid #fabb24;
padding: 10px 15px;
font-size: 17px;
}

.seo-max-height{
height: 360px;
overflow-y: scroll;
max-width: 1250px;
margin: 50px auto;
padding: 0 10px;
}
.seo-max-height h1,
.seo-max-height h2{
text-align: center;
}

.seo-max-height::-webkit-scrollbar {
width: 5px;
}
.seo-max-height::-webkit-scrollbar-thumb {
background-color: #fabb24;
}
.seo-max-height::-webkit-scrollbar-track {
background-color: #000;
}
.mob-info{
z-index: 1;
margin: 10px;
}
.svg-and-number{
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
font-weight: 600;
}
.myMenu__overlay{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.opn-sort-categoty{
opacity: 1;
visibility: visible;
}
.header__numbers{
position: absolute;
left: 69%;
}
.header__numbers_number{
display: flex;
flex-direction: column;
}
.accordion-item__body .table thead{
display: none;
}




.oc .btn-danger{
display: none !important;
}

.my-mob-search{
position: relative;
max-width: 40%;
border: 1px solid #e7e7e7;
margin: 10px 0;
border-radius: 30px;
z-index: 1000;
}
.my-mob-search a{
    display: flex;
align-items: center;
}
.my-mob-search a p{
margin: 0;
}

@media(max-width: 768px){
.my-mob-search{
    display: block;
}
.header__numbers{
     display: none;
}
}


.simplecheckout-block-content .form-group label{
    width: 100%;
}
.select2-container--bootstrap .select2-selection--single{
    text-align: left !important;
    padding: 15px !important;
    background: #F8F8F9 !important;
    height: 50px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    height: auto!important;


    border:none!important;
    border-radius: 0px!important;
    font-size: 12px!important;
}
.select2-container--bootstrap .select2-dropdown{
    borer:none!important;
}


#tab-review.tab-pane{
max-width: 1380px;
margin: 0 auto;
padding: 0 15px;    
}
#tab-review.tab-pane .form-group{
margin: 0;
}
#tab-review.tab-pane .form-group label{
margin: 20px 0;
padding: 0;
}
#tab-review.tab-pane .form-group input,
#tab-review.tab-pane .form-group textarea{
text-align: left !important;
padding: 15px !important;
background: #F8F8F9 !important;
height: 50px;
border-radius: 0;
border: none;
box-shadow: none !important;
outline: none !important;

}
#tab-review.tab-pane .radio-block .col-sm-12{
    display: flex;
align-items: center;
gap: 5px;

}

#tab-review #review table,
#tab-review #review tbody,
#tab-review #review tr,
#tab-review #review td{
border: none;  
background: #F8F8F9;
padding: 20px;
}
#tab-review #review .fa-stack-2x{
color: #fabb24;
font-size: 21px;
}
#tab-review #button-review{
padding: 10px 30px;
border-radius: 40px;
color: #fff;
border: none;
background: var(--black, #000);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%;
cursor: pointer;
transition: all 0.5s ease-in-out;

}



.main-banner-img-mob{
display: none;
}

@media(min-width: 1900px){
.main-banner{
    min-height: 600px;
}
}

@media(min-width: 1622px){
.main-banner-img {
    object-fit: cover;
}
/*.main-banner__container{*/
/*    top: 29%;*/
/*}*/

}
@media(max-width: 768px){

    .main-banner-img-mob{
    display: block;
    object-fit: fill;
    } 
    .original-composition__title,
    .sale__title-full{
        display: none !important;
    }
    .original-composition__btn{
        position: absolute;
        bottom: 50px;
    }
    
    .myHeaderPult{
        gap: 10px;
    }
}

.footer__socials_item img,
.drop-menu-arrow img{
width: 20px;
}



.accordion-item__hedaer_icon i{
display: none;
}

.accordion-item__hedaer_icon{
font-size: 0px;
}

.accordion-item__hedaer_icon:after{
content: " + ";
font-size: 20px;
transition: .3s;
}

.accordion-item.active-accord .accordion-item__hedaer_icon:after{
content: " - ";   
}


.myPodmenu .subcats{
height: 100%;
}

.myDrop__arrow-img{
    transition: all .3s;
}

.myDrop__arrow-img.active{
    transform: rotate(90deg);
}

.product_description_wrap,
.my-product-category-pagina{
    padding: 0 10px !important;
}

.mycolumnleft .hidden-xs{
    display: block !important;
    padding: 20px !important;
}


















@media(max-width:767px){
    .mycolumnleft .ocf-body,
.mycolumnleft .ocf-footer{
    display:none;
}

.mycolumnleft .ocf-popover.ocf-in.ocf-right{
        transform: translate(-100%, 100%);
}
}


@media(max-width: 450px){
    .main-banner{
        margin: 0;
    }
    .main-banner__btn{
        display: inline-flex;
    }
}


/*#menu .nav>li>a, .subcats>li:last-child{*/
/*    margin-bottom: 50px;*/
/*}*/