*{
    --bg-color:#F7F8FA;
    --accent-color:#2E8882;
    --accent-light-green:#E6F1F0;
    --text-primary:#191919;
    --text-secondary:#777777;
}
@font-face {
    font-family: 'Raleway';
    src: url('/assets/template/fonts/Raleway-Bold.woff2');
    src: local('Raleway Bold'), local('Raleway-Bold'),
        url('/assets/template/fonts/Raleway-Bold.woff2') format('woff2'),
        url('/assets/template/fonts/Raleway-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('/assets/template/fonts/Raleway-SemiBold.woff2');
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
        url('/assets/template/fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('/assets/template/fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('/assets/template/fonts/Geologica-Regular.woff2') ;
    src: local('Geologica Regular'), local('Geologica-Regular'),
        url('/assets/template/fonts/Geologica-Regular.woff2') format('woff2'),
        url('/assets/template/fonts/Geologica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('/assets/template/fonts/Geologica-SemiBold.woff2') ;
    src: local('Geologica SemiBold'), local('Geologica-SemiBold'),
        url('/assets/template/fonts/Geologica-SemiBold.woff2') format('woff2'),
        url('/assets/template/fonts/Geologica-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('/assets/template/fonts/Geologica-Light.woff2') ;
    src: local('Geologica Light'), local('Geologica-Light'),
        url('/assets/template/fonts/Geologica-Light.woff2') format('woff2'),
        url('/assets/template/fonts/Geologica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('/assets/template/fonts/Geologica-Thin.woff2') ;
    src: local('Geologica Thin'), local('Geologica-Thin'),
        url('/assets/template/fonts/Geologica-Thin.woff2') format('woff2'),
        url('/assets/template/fonts/Geologica-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
    color: inherit;
}
img{
    object-fit: cover;
}
button{
    background: transparent;
    border: none;
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    font-family: 'Geologica';
    font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mspc2{
    width: auto !important;
}
.round{
    border-radius: 6px;
}
.vertical-margin{
    margin-bottom: 100px;
}
@media(max-width:768px){
    .vertical-margin{
        margin-bottom: 80px;
    }
}
/*Color*/
.bg-color{
    background: var(--bg-color);
}
.button{
    padding: 16px 60px;
    border-radius: 6px;
    border:none;
    outline: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    cursor: pointer;
    text-align: center;
}
.button-green{
    background: var(--accent-color);
    color: #fff;
}
.button-green:disabled{
    opacity: 0.6;
}
.button-green:hover{
    background: #236f6a;
}

.button-green-o{
    background: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}
.button-green-o:hover{
    background: var(--accent-color);
    color: #fff;
}
.button-green-o:hover svg path{
    fill: #fff;
}
.button-black-o{
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
}
.button-black-o:hover{
    background: #777;
    border: 1px solid #777;
    color: #fff;
}
@media(max-width:576px){
    .button{
        padding: 8px 20px;
        width: auto;
    }
}
.primary{
    color: var(--text-primary);
}
.secondary{
    color: var(--text-secondary);
}
.accent-text{
    color: var(--accent-color);
}
.footer a:hover{
    color: var(--accent-color);
}
/*Forms*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background : var(--bg-color);
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background : var(--accent-color);
  border-radius: 2px;
  /* box-shadow:  0 0 6px rgba(0, 0, 0, 0.5); */
} 
.mse2_number_inputs{
    display: flex;
    justify-content: space-between;
}
.filter-price input{
    width: 70px;
    border-radius: 10px;
    text-align: center;
}
#mse2_filters .mse2_number_slider {
    font-size: .7em;
    margin-bottom: 10px;
}

#mse2_filters .mse2_number_inputs label {
    display: inline-block;
}
#mse2_filters .mse2_number_slider{
    height: 4px;
    border: none;
    background: #2E888233;
}
.ui-widget-header{
    background: var(--accent-color);
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active{
    width: 12px;
    height: 12px;
    border-radius: 20px;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
    top: -.25rem;
}

.widget-content{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
#mse2_filters {
    position: relative;
}

#mse2_filters .mse2_number_slider .ui-state-default, .mse2_number_slider .ui-state-default {
    border: none;
    background: var(--accent-color);
    border-radius: 20px;
}

#mse2_filters .mse2_number_slider.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    top: 45%;
    transform: translateY(-50%);
    margin-left: -1px;
}

#mse2_filters .mse2_number_slider.ui-slider .ui-slider-handle:nth-child(3) {
    transform: translate(-87%, -50%);
}

#mse2_filters .mse2_number_slider  {
    border-radius: 8px;
    height: 6px;
    background: #F1F1F1;
    border: none !important;
}
#mse2_filters .mse2_number_slider .ui-widget-header {
    background: var(--accent-color);
}

.open-form-wrap{
    background: #E6F1F0;
    padding: 60px 0;
}
.form-group{
    width: 100%;
}
.form-label{
    margin-bottom:0;
}
.form-control{
    height: 51px;
}
.cart-form-section .form-control{
    height: 40px;
}
.form-control:focus {
    color: var(--text-secondary);
    background-color: transparent;
    border-color: var(--accent-color);
    outline: 0;
    box-shadow: none;
}
.radio-wrap{
    display:flex;
    gap: 12px;
    /* width: 40%; */
    margin-bottom: 4px;
    align-items: flex-start;
    font-weight: 400;
    font-size: 18px;
}
.radio-wrap:has(input[type="radio"]:disabled){
    color: var(--text-secondary);
}
input[type="radio"] {
    margin-top: 6px;
    cursor: pointer;
    transform: scale(1.4);
    accent-color: var(--accent-color);
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox.error + label::before{
      border: 1px solid brown ;
}
.custom-checkbox:checked + label::before {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: rgba(46, 136, 130,0.33); 
}
.custom-checkbox:not(:disabled):active + label::before {
  background-color: rgba(46, 136, 130,0.66); 
}
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 136, 130,0.125);
}
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: var(--accent-light-green);
}
.custom-checkbox:disabled + label::before {
  background-color: black;
}

.modal-content{
    border-radius: 12px;
}
.modal-header{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 40px;
    border: none;
}
.modal-body{
    padding: 40px;
    padding-top: 0;
}
.modal-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}
.modal-descr{
    color: var(--color-text);
}
.btn-close {
    cursor: pointer;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 0.5;
}
.modal-header .btn-close,
.modal-body .btn-close{
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 12px;
}
.success-block{
    position: relative;
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center; 
    padding: 40px 0 0;
}

.success-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03A696;
    border-radius: 50%;
    height: 82px;
    width: 82px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.success-title{
    font-size: 28px;
    font-weight: 600;
}
.success-text{
    font-size: 18px;
    color: #5A5A5A;
}
@media(max-width:768px){
    .service-banner-form-wrap{
        padding: 20px 0;
        background-size:cover;
    }
    .modal-header{
        padding: 40px 20px;
    }
    .modal-body{
        padding: 40px 20px;
        padding-top: 0;
    }
    .open-form-wrap .open-form-text{
        text-align: center;
    }
}

.stepper {
	position: relative;
	display: flex;
    align-items: center;
}

.stepper{
	width: 100%;
	padding: 12px 16px;
	font-weight: 500;
	text-align: center;
	-moz-appearance: textfield;
	background: var(--bg-color);
	border-radius:6px;
	font-size: 18px;
	color:var(--text-primary);
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.stepper input[type=number]{
    text-align: center;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 600;

}
.stepper-arrow {
	/* position: absolute; */
	text-align: center;
	top: 50%;
	/* margin-top: -19px; */
	width: 48px;
	height: 48px;
	font-size: 32px;
	line-height: 48px;
	font-weight: 600;
	cursor: pointer;
	color: var(--accent-color);
	border-radius: 0;
	transition: .3s all ease;
}


.stepper-arrow.up {
	right: 4px;
}

.stepper-arrow.up:before {
	content: '+';
}

.stepper-arrow.down {
	left: 4px;
}

.stepper-arrow.down:before {
	content: '−';
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}
@media(max-width:1200px){
    .stepper{
        width: 150px;
        height: 48px;
    }
}
/*Text*/
.fz-16{
    font-size: 16px;
}
.fz-18{
    font-size: 18px;
}
.fz-20{
    font-size: 20px;
}
.fz-24{
    font-size: 24px;
}
.fz-28{
    font-size: 28px;
}
.fz-36{
    font-size: 36px;
}
.fz-40{
    font-size: 40px;
}
.fz-48{
    font-size: 48px;
}
h1,h2,h3,h4,h5,h6
.h1,.h2,.h3,.h4,.h5,.h6,.font-title,.el-title{
    font-family: 'Raleway';
}
h1,.h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
}
h2,.h2{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
}
h3,.h3{
    font-weight: 600;
    font-size: 24px;
}
h4,.h4{
    font-size: 20px;
}
h5,.h5{
    font-size: 18px;
}
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.text-upper{
    text-transform: uppercase;
}
.text-transform-none{
    text-transform: none;
}
.text-del{
    text-decoration: line-through;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 28px;
}
.section-title_title{
    font-family: 'Raleway';
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}
.section-title_link{
    color: var(--accent-color);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-title_link svg{
    transition: 0.3s;
}
.section-title_link:hover svg{
    transform: translate(4px);
}

@media(max-width:991px){
    .fz-36{
        font-size: 30px;
    }
    .fz-40{
        font-size: 30px;
    }
    .fz-48{
        font-size: 30px;
    }
    h1,.h1{
        font-size: 32px;
    }
    h2,.h2{
        font-size: 30px;
    }
    .section-title_title{
        font-size: 30px;
    }
}
@media(max-width:768px){
    .section-title{
        font-size: 32px;
    }
}
.content-seo{
    line-height: 170%;
    font-size: 16px;
}
.content-seo p,
.content-seo span,
.content-seo ul,
.content-seo ol{
    color: var(--text-secondary);
}
.content-seo a {
    color: var(--accent-color);
}
.content-seo a:hover {
   text-decoration: underline;
}
.content-seo a:hover{
    text-decoration: underline;
}
.content-seo ul{
    list-style: disc;
}
.content-seo ol{
    list-style: decimal;
}
.content-seo li{
    margin-left: 1rem;
    margin-bottom: 0.25rem;
}
.content-seo h2,.content-seo h3{
    margin: 0.75rem 0;
}
/*UI*/
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  /* display: inline-flex;
  align-items: center; */
  user-select: none;
}

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #777;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: rgba(46, 136, 130,0.33);
}

.custom-checkbox:not(:disabled):active + label::before {
  background-color: rgba(46, 136, 130, 0.66);
}

.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 136, 130, 0.125);
}

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #777;
}

.custom-checkbox:disabled + label::before {
  background-color: black;
}
.sidebar{
    background: var(--bg-color);
    border-radius: 6px;
    padding: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}
.sidebar_title{
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8
}
.sidebar>ul{
    margin-top: 10px;
}
.sidebar li{
    margin-bottom: 10px;
}
.sidebar>ul>li+ul{
    opacity: 0;
    height: 0px;
    transform: translateY(-10px);
    transition: 0.3s;
    margin-left: 20px;

}
.sidebar>ul>li:has(>.parent-row.opened)+ul{
    opacity: 1;
    height: 100%;
    transform: translateY(0);
    animation-name: sidebar;
    animation-duration: 0.4s;
} 
@keyframes sidebar {
  0%   {height: 0px}
  100%  {height: 100%;}
}

.sidebar .parent-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.sidebar .parent-row svg{
    transition: 0.3s;
    transform: rotateX(180deg)
}
.sidebar .parent-row.opened svg{
    transform: rotateX(0deg);
}
@media(max-width:991px){
    .sidebar .parent-row.sidebar_title {
        padding-bottom: 0;
        border: none;
    }
    .sidebar .parent-row.sidebar_title.opened{
        padding-bottom: 15px;
        border-bottom: 1px solid #E8E8E8
    }
    .sidebar .parent-row.sidebar_title + ul{
        position: relative;
        z-index: -1;
        opacity: 0;
        height: 0px;
        transform: translateY(-10px);
        transition: 0.3s;
    }
    .sidebar .parent-row.sidebar_title.opened + ul{
        z-index: 1;
        opacity: 1;
        height: 100%;
        transform: translateY(0);
        animation-name: sidebar;
        animation-duration: 0.4s;
    }
}
.header-mobile-body #mse2_filters{
    padding: 12px 24px 0 0;
    max-height: 85vh;
    overflow-y: auto;
}
.sidebar-filters{
    margin-top: 10px;
    max-height: 185px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btn-show-more{
    width: 100%;
    background: var(--bg-color);
    padding: 12px 16px;
    font-weight: 200;
    font-size: 18px;
}
.btn-show-more span{
    position: relative;
    margin-left: 8px;
}
.btn-show-more span::after{
    transition: 0.3s;
    position: absolute;
    top: -70%;
    transform: translateY(50%);
    right: -18px;
    content:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTAuNSA0LjVMNS41IDkuNUwxMC41IDQuNSIgc3Ryb2tlPSIjNzc3Nzc3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+');
}
.btn-show-more.active span::after{
    top: 50%;
    transform: translateY(50%) rotateZ(180deg);
 
}
.btn-reset-all{
    width: 100%;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #777777;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-secondary);
}
/*Owl*/
.owl-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}
.owl-dots .owl-dot span{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E8E8E8;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span{
    background: var(--accent-color);
}
.owl-nav-custom .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-nav-custom.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 48px;
    height: 48px;
    left: calc(-48px - 32px);
}
.owl-nav-custom.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    width: 48px;
    height: 48px;
    right: calc(-48px - 32px);
}
.owl-nav-custom .owl-dots{
    margin-top: 30px;
}
@media(max-width:1440px){
    .owl-nav-custom.owl-carousel .owl-nav button.owl-prev{
        left: calc(-48px - 1%);
    }
    .owl-nav-custom.owl-carousel .owl-nav button.owl-next{
        right: calc(-48px - 1%);
    }
}
/*Header*/
.header-top{
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top .working-time br{
    display: none;
}
header .button{
    padding: 8px 16px;
}
header .contact-el{
    display: flex;
    gap: 8px;
    align-items: center;
}
header .contact-el:hover{
    color: var(--accent-color);
}

.header-bottom{
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
header img{
    display: block;
}
.header-logo{
    width: 130px;
}
.header-logo img{
    width: 100%;
}
header .footer-social svg:hover path[fill]{
    fill: var(--accent-color);
}
header .phone:hover{
    text-decoration: underline;
}
#miniCartIcon{
    cursor: pointer;
    position: relative;
}
.cart-total{
    position: absolute;
    left: 16px;
    top: -8px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--accent-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-size: 14px;
}

#msMiniCart{
    width: 20vw;
    position: absolute;
    opacity: 0;
    transform: translateX(-100px);
    right: 100px;
    top: 60px;
    z-index: -1;
    background: #fff;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0px 4px 8px 0.1px var(--accent-color);
    transition: 0.2s;
}
#msMiniCart.opened{
        z-index: 3;
    opacity: 1;
    /* right: 50px; */
    transform: translate(0);
}
#mobileMenuIcon{
    background: var(--accent-color);
    height: 48px;
    width: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-cart-item{
    display: flex;
    position: relative;
    gap: 8px;
    align-items: center;
}
.navbar-cart-item-right{
    position: absolute;
    top: 0;
    right: 0;
}
.navbar-cart-item-left img{
    object-fit: contain;
}
li.menu-item-has-children{
    position: relative;
}
.header-menu-nav {
    height: 70px;
}
/*Верхний уровень*/
.header-menu-nav > ul{
    display: flex;
    gap: 10px;
    height: 100%;
}
.header-menu-nav > ul >li{
    font-size: 18px;
    font-weight: 600;
}
.header-menu-nav > ul >li.menu-item-has-children{
    margin-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.header-menu-nav > ul >li.menu-item-has-children::after{
    transition: 0.3s;
    position: absolute;
    top: 28%;
    right: -18px;
    content:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTAuNSA0LjVMNS41IDkuNUwxMC41IDQuNSIgc3Ryb2tlPSIjNzc3Nzc3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+');
}
.header-menu-nav > ul > li.menu-item-has-children:hover::after{
    transform: rotateX(180deg) translateY(-4px);
}
/*2 уровень*/
.header-menu-nav > ul > li.menu-item-has-children > ul.sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    width: max-content;
    z-index: 3;
    background: #fff;
}
.header-menu-nav > ul >li >ul>li{
    margin-bottom: 0.75rem;
}
.header-menu-nav > ul > li.menu-item-has-children > ul.sub-menu:has(.menu-item-has-children){
    width: 80vw;
    left: -200%;
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu{
    padding: 1rem;
    border-radius: 6px;
    /* column-count: 3; */
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0px 4px 8px 0.1px var(--accent-color);
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu:has(.menu-item-has-children){
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
    box-shadow: 0px 4px 8px 0.1px var(--accent-color);
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu{
    margin-bottom: 0.25rem;
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu:has(.menu-item-has-children) >li{
    margin-bottom: 0.75rem;
    width: 24%;
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu >li>a{
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1;
    color: var(--accent-color);
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu >li>a:hover{
    text-decoration: underline;
}
/*3 уровень*/
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu li.menu-item-has-children > ul.sub-menu{
    font-weight: 200;
    display: block;
    color: var(--text-secondary);
}
.header-menu-nav > ul > li.menu-item-has-children:hover > ul.sub-menu li.menu-item-has-children > ul.sub-menu a:hover{
    color: var(--accent-color);
}
/*mob - 1 уровень*/
.header-mobile-nav{
    margin: 20px 0;
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}
.header-mobile-nav  > ul >li{
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
}
/* .header-mobile-nav > ul >li.menu-item-has-children{
    position: relative;
} 
    .header-mobile-nav > ul >li.menu-item-has-children::after{
    position: absolute;
    top: -15%;
    transform: translateY(50%);
    right: 0;
    content:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDEwIDExIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTMgMTAuNUw4IDUuNUwzIDAuNSIgc3Ryb2tlPSIjNzc3Nzc3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+');
}*/
.header-mobile-nav > ul > li.menu-item-has-children > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-mobile-nav > ul > li.menu-item-has-children > div>svg{
    transition: 0.3s;
}
.header-mobile-nav > ul > li.menu-item-has-children.opened > div>svg{
    transform: rotateZ(90deg);
}

/*mob - 2 уровень*/
.header-mobile-nav > ul > li.menu-item-has-children > ul.sub-menu{
    display: none;
    font-weight: 400;
    color: var(--text-secondary);
}
.header-mobile-nav > ul > li.menu-item-has-children.opened > ul.sub-menu{
    display: flex;
    flex-direction: column;
}
.header-mobile-nav > ul > li.menu-item-has-children > ul.sub-menu >li{
    padding: 4px 0 4px 12px;
    font-weight: 200;
}
.header-mobile-close{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
    color: var(--text-secondary);
}
.header-mobile-close img{
    width: 12px;
    height: 12px;
}
.header-search{
    position: relative;
    width: 200px;
}
.search-article-wrapper .header-search{
    width: 100%;
}
.header-search svg{
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}
.header-search input{
    padding-left: 2.5rem;
}
body:has(.header-mobile.opened){
    height: 100vh;
    overflow-y: hidden;
}
.header-mobile{
    padding: 20px 0;
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0;
    transform: translate(-100vw);
    z-index: 4;
    transition:0.3s;
}
.header-mobile.opened{
    background: #fff;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    transform: translate(0);
}
.header-mobile-nav .current-menu-item{
    color: var(--accent-color);
}
#cartBigMobile{
    display: none;
}
@media(max-width:1400px){
    .header-search{
        width: 100%;
    }
}
@media(max-width:1200px){
    #msMiniCart{
        top: 80px;
        width: 40vw;
    }
}
@media(max-width:1100px){
    .header-bottom{
        justify-content: space-between;
    }
}
@media(max-width:991px){
    #msMiniCart{
        right: 20px;
        width: 70vw;
    }
    #cartBigMobile{
        display: block;
    }
    #cartBigDesctop{
        display: none;
    }
}

/*Breadcrumbs*/
.breadcrumbs-wrap{
    padding: 20px 0;
    margin-bottom: 40px;
}
.breadcrumbs-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.breadcrumbs-list a:hover{
    text-decoration: underline;
}
/* Footer */
.footer{
    padding: 60px 0;
}
.footer-list li{
    margin-bottom: 6px;
    transition: 0.5s ease-in-out;
    color: var(--accent-color);
    position: relative;
}
.footer-list li a::before{
    content: "-";
    position: absolute;
    left: -3px;
    top: 8px;
    font-size: 50px;
    line-height: 0;
    color: var(--accent-color);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.footer-list li a:hover::before {
    opacity: 1;
    visibility: visible;
}
.footer-list li a{
    color: var(--text-primary);
}
.footer-list li:hover{
    padding-left: 16px;
}
.footer-contact-list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
footer .contact-el{
    display: flex;
    gap: 8px;
    align-items: start;
}
.footer-social{
    display: flex;
    gap: 8px;
}
.footer-credits-wrap{
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    margin-top: 60px;
    flex-wrap: wrap;
}
.footer-credits-wrap img{
    height: 40px;
    width: auto;
}
@media(max-width:576px){
    .footer-credits-wrap{
        gap: 12px;
        justify-content: flex-start;
    }
    .footer-credits-wrap img{
        height: 32px;
    }
}
/*Pagination*/
.pagination-custom{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pag-item{
    border-radius: 50%;
    background: var(--bg-color);
    color: var(--text-secondary);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.pag-item:not(.disabled):hover,
.pag-item.active{
    background: var(--accent-color);
    color: #fff;
    font-weight: 600;
}
.pag-item:not(.disabled):hover svg path{
    stroke: #fff;
}
.pag-item.disabled svg{
    opacity: .5;
}
/*Advantages*/
.advantage_item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 6px;
    background: var(--bg-color);
    padding: 12px;
    height: 100%;
}
.advantage_link{
    display: none;
    color: var(--accent-color);
    gap: 4px;
    align-items: center;
}
.advantage_item:has(.advantage_link):hover .text{
    -webkit-line-clamp: 2;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.advantage_item:has(.advantage_link){
    cursor: pointer;
}
.advantage_item:has(.advantage_link):hover .advantage_item_info .el-title{
    color: var(--accent-color);
}
.advantage_item:has(.advantage_link):hover .advantage_link{
    display: flex;
}


@media(max-width:768px){
    .advantages-slider .advantage_item img{
        width: 20vw;
    }
}
@media(max-width:576px){
    .advantage_item:has(.advantage_link) .advantage_link{
        display: flex;
    }
}
/*Faq*/
.faq_item{
    margin-bottom: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
}
.faq_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #E8E8E8
}
.faq_title div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.faq_text{
    padding: 0 20px;
    transform: translateY(-10px);
    height: 0px;
    opacity: 0;
    transition: 0.3s;
}
.faq_item svg{
    transition: 0.3s;
}
.faq_item.active svg{
    transform: rotateX(-180deg)
}
.faq_item.active .title{
    color: var(--accent-color);
}
.faq_item.active .faq_text{
    padding: 16px 20px;
    opacity: 1;
    height: auto;
    transform: translateY(0px);
}
@media(max-width:576px){
    .faq_icon{
        display: none;
    }
}
/*About Us*/

.about_us_img{
    height: 18rem;
    width: 100%;
}
@media(max-width:576px){
    .main-about h2{
        text-align: center;
    }
}
/*Main Links*/
.main_link_el{
    padding: 24px 8px;
    display: flex;
    gap: 16px;
    align-items: center;
    background: var(--bg-color);
    height: 100%;
}
.main_link_el .el-title{
    display: flex;
    align-items: center;
    gap: 4px;
}
.main_link_el .el-title svg{
    opacity: 0;
    transition: 0.2s;
    transform: translate(-10px);
}
.main_link_el:hover .el-title{
    color: var(--accent-color);
}
.main_link_el:hover .el-title svg{
    opacity: 1;
    transform: translate(0);
}
@media(max-width:768px){
    .main_link_el .el-title{
        color: var(--accent-color);
    }
    .main_link_el .el-title svg{
        opacity: 1;
        transform: translate(0);
    }
}
/*Banner*/
.main-banner{
    overflow-x: hidden;
    max-width: 100vw;
    background: #FAECDD;
    position: relative;
    height: 520px;
    padding: 40px 0;
    margin-bottom: 40px;
}
.main-banner img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.main-banner .container{
    height: 100%;
}
.main-banner .inner-banner{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}
.brand_banner_wrap{
    background: var(--bg-color);
    border-radius: 6px;
    padding: 20px;
}
.banner_wrap{
    background: #E6F1F0;
    border-radius: 6px;
    position: relative;
    min-height: 300px;
}
.banner_wrap img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 1;
}
.banner_wrap .text-wrap{
    position: relative;
    width: 60%;
    padding: 20px;
    z-index: 2;
}
@media(max-width:1600px){
    .main-banner{
        height: 480px;
    }
}
@media(max-width:1400px){
    .main-banner{
        height: 440px;
    }
}
@media(max-width:1200px){
    .main-banner .inner-banner{
        width: 60%;
    }
    .main-banner img{
        right: -20%;
    }
}
@media(max-width:991px){
    .main-banner{
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 40px 0 0;
    }
    .main-banner .inner-banner{
        width: 100%;
    }
    .main-banner img{
        margin-top: -1.75rem;
        position: static;
        height: 400px;
    }
    .banner_wrap img{
        margin-top: -1.75rem;
        position: static;
        height: 100%;
        width: 100%;
    }
    .banner_wrap .text-wrap{
        padding: 20px 12px;
        width: 100%;
    }
}
/*Brand*/
.brand-card a{
    display: block;
}
.brand-card img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*Service*/
.main_servivce_card{
    display: flex;
    background: var(--bg-color);
    border-radius: 6px;
    padding: 12px 12px 12px 24px;
    gap: 48px;
    align-items: center;
    justify-content: space-between;
}

.service-card{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px;
    gap: 30px;
    background: var(--bg-color);
}
.service-card img{
    width: 220px;
    height: 220px;
}
@media(max-width:768px){
    .service-card{
        padding: 16px;
        gap: 16px;
        flex-direction: column;
        align-items: start;
    }
    .service-card img{
        width: 100%;
        height: auto;
    }
    .service-card .secondary{
        /* height: 200px; */
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  overflow: hidden;
    }
}
@media(max-width:576px){
    .main_servivce_card{
        gap: 12px;
    }
    .main_servivce_card img{
        width: 30vw;
        height: 30vw;
    }
}
@media(max-width:460px){
    .main_servivce_card img{
        width: 120px;
        height: 120px;
    }
}
/*Category*/
.main_categories_img{
    width: 100%;
    height: 100%;
}
.main_category_card{
    display: flex;
    padding: 8px;
    gap: 12px;
    align-items: center;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #E8E8E8;
}
.main_category_card svg:first-child{
    width: 40px;
    height: 40px;
}
.main_category_card:hover svg path[stroke]{
    stroke: var(--accent-color);
}
.main_category_card:hover svg path[fill]{
    fill: var(--accent-color);
}
.main_category_card:hover{
    color: var(--accent-color);
}
.main_category_card .arrow{
    transition: 0.3s;
}
.main_category_card:hover .arrow{
    transform: translate(4px);
}
.catalog-sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:991px){
    .catalog-sort{
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-top: 20px;
    }
}
@media(max-width:576px){
    .main_category_card p{
        width: 80vw;
    } 
    .main_category_card .arrow{
        display: none;
    } 
}
/*Addresses*/
.tabs-header{
    display: flex;
    gap: 24px 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.tabs-header_el{
    cursor: pointer;
    text-transform: uppercase;
    color: var(--text-secondary);
    font-size: 18px;
    font-weight: 300;
}
.tabs-header_el.active,
.tabs-header_el:hover{
    color: var(--text-primary);
}
.tabs-header_el:hover{
    text-decoration: underline;
}
.addresses-all{
    display: flex;
    flex-direction:column;
    height: 550px;
    overflow-y: auto;
    gap: 16px;
}
.addresses-all_el{
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 6px;
    padding: 12px;
    background: #F7F8FA;
}
.addresses-all_el a:hover{
    color: var(--accent-color);
    text-decoration: underline;
}
.addresses-all_el p{
    display: flex;
    gap: 8px;
    align-items: center;
}
.address-gallery{
    position: relative;
}

.address-gallery .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
    display: none;
}
.address-gallery #main_slider:hover .owl-nav{
    display: flex;
}
.address-gallery .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    border-radius: 0 6px 6px 0;
    background: #fff;
    width: 40px;
    height: 40px;
    left: 0;
}
.address-gallery .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    border-radius: 6px 0 0 6px;
    background: #fff;
    width: 40px;
    height: 40px;
    right: 0;
}
@media(max-width:991px){
    .tabs-header{
        margin-bottom: 24px;
    }
}
/*Blog*/
.blog-card a:hover{
    color: var(--accent-color);
}
.blog-card_img img{
    width: 100%;
    height: 270px;
}
.blog-content-list{
    width: max-content;
    background: var(--accent-light-green);
    padding: 12px;
    border-radius: 6px;
    margin: 24px 0;
}
.blog-content-list li:not(:last-child){
    margin-bottom: 6px;
}
.blog-content-list li a{
    color: var(--accent-color);
    font-weight: 700;
}
.blog-content-list li a:hover{
    text-decoration: underline;
}
/*Product*/
.trends-slider-wrap{
    background: var(--bg-color);
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.trends-slider-wrap .section-title{
    justify-content: start;
    margin-bottom: 20px;
    gap: 12px;
}

@media(min-width:991px) and (max-width:1440px){
    .trends-slider-wrap .section-title{
        flex-direction: column;
        align-items: start;
        margin-bottom: 16px;
        gap: 8px;
    } 
}
@media (max-width:576px){
    .trends-slider-wrap .section-title{
        flex-direction: column;
        align-items: start;
        margin-bottom: 16px;
        gap: 8px;
    } 
}
#productGallery .swiper-thumbs .swiper-wrapper{
    height: 120px;
}
#productGallery .swiper-thumbs .swiper-wrapper img{
    height: 100%;
    width: 100%;
}
.trends-slider .owl-dots{
    margin-top: 20px;
    justify-content: start;
}
.product-price{
    display: flex;
    align-items: flex-end;
    line-height: 1;
    gap: 8px;
}
.product-price .badge-wrap{
    position: relative;
}
.product-price .badge-wrap .badge{
    border-radius: 4px;
    padding: 4px 6px;
    color: #fff;
    background: var(--accent-color);
}
#modalProductImage{
    width: 100%;
}
.product-buttons{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.product-buttons .button{
    padding: 16px 40px;
}
.product-colors-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.product-colors-wrap a{
    display: block;
}
.product-colors-wrap a img{
    width: 80px;
    height: 80px;
    border-radius: 6px;
}
.product-colors-wrap a.active img{
    border: 1px solid var(--accent-color);
}
.product-card-trend{
    display: flex;
    gap: 12px;
}
.calc-slider .product-card-trend{
    flex-direction: column;
}
.product-card-trend img{
    width: 120px;
    height: 120px;
}
.product-card{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
}

.product-card a:has(img){
    width: 300px;
    height: 300px;
    position: relative;
}
.product-card img{
    width: 100%;
    height: 100%;
}
.product-card:hover a:has(img)::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    border-radius: 6px;
}
.product-card a .quickview-btn{
    z-index: 3;
    display: none;
    gap: 10px;
    position: absolute;
    top: 50%;
    width: max-content;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: var(--accent-color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 6px;
}
.product-card-footer .quickview-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color);
    border-radius: 6px;
    padding: 4px;
}
.product-card:hover a .quickview-btn{
    display: flex;
}
.badge-wrap{
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    display: flex;
    gap: 4px;
    min-height: 20px;
    flex-wrap: wrap;
}
.badge-wrap .badge{
    padding: 4px 10px;
    border-radius: 4px;
    background: #F8353E;
    font-size: 12px;
}
#quickViewModal .button, .product-card .button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    width: 100%;
}

.product-tab-header{
    display: flex;
    align-items: center;
    background: #F7F8FA;
    border-radius: 6px;
    height: 60px;
}
.product-tab-header .product-tab-nav{
    cursor: pointer;
    height: 100%;
    font-size: 24px;
    padding: 12px 24px;
    color: var(--text-secondary);
}
.product-tab-header .product-tab-nav.active{
    font-weight: 600;
    border-bottom: 2px solid var(--accent-color);
    color: var(--accent-color);
}
.product-tab-body{
    display: none;
}
.product-tab-body.active{
    display: block;
}
.cat_tab{
    display: none;
}
.cat_tab.active{
    display: block;
}
.product-options ul{
    column-count: 2;
    list-style: none;
    color: var(--text-primary);
}
.product-options ul li {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.product-options ul li .option-between {
    flex-grow: 1;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 4px 7px 8px;
}
.product-options ul li span {
    text-align: right;
    font-weight: 400;
    margin-left: 5px;
}
.mySwiper2 .swiper-slide img{
    height: 528px;
    width: 100%;
    border-radius: 6px;
}
.mySwiper .swiper-slide img{
    border-radius: 6px;
}
.mySwiper .swiper-slide-thumb-active img{
    border: 1px solid var(--accent-color);
}
@media(max-width:1440px){
    .mySwiper2 .swiper-slide img{
        height: 450px;
    }
}
@media(max-width:1200px){
    .mySwiper2 .swiper-slide img{
        height: 60vw;
    }
}
@media(max-width:991px){
    #quickViewModal .button, .product-card .button{
        padding: 4px 20px;
        width: 100%;
        font-size: 16px;
    }
}
@media(max-width:768px){
    .mySwiper2 .swiper-slide img{
        height: 80vw;
    }
    .product-price{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-card a:has(img){
        height: 250px;
    }
    
}
@media(max-width:567px){
    .product-card a:has(img){
        height: 200px;
    }
     #quickViewModal .button, .product-card .button{
        padding: 4px;
    }
}

/*Cart*/
#msCart{
    overflow-x: auto;
    margin-bottom: 12px;
}
.cart-table tbody tr{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.cart-table tbody tr td{
    vertical-align: middle;
}
.cart-table .cart-img{
    width: auto;
    height: 100%;
    max-width: 150px;
}
.cart-promo-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cart-promo-row{
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-promo-row .button{
    padding: 8px 20px;
}
#msOrder{
    margin-top: 0 !important;
}
.cart-form-section{
    border-radius: 6px;
    padding: 8px;
    background: var(--bg-color);
    margin-bottom: 20px;
}
.cart-form-side-section{
    border-radius: 6px;
    padding: 48px 20px;
    background: #E6F1F0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cart-form-side-section .border-top{
    padding-top: 20px;
    border-top: 1px solid #19191933;
}
.deliveries, .payments{
    display: flex;
    gap: 12px;
}
.deliveries input, .payments input{
    margin-top:7px;
}
.select-custom {
    position: relative;
    /* width: 260px; */
    cursor: pointer;
}
.select-button{
    cursor: pointer;
    position: relative;
    padding-right: 32px;
}
.select-custom::after{
    position: absolute;
    top: -25%;
    transform: translateY(50%);
    right: 12px;
    content:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTAuNSA0LjVMNS41IDkuNUwxMC41IDQuNSIgc3Ryb2tlPSIjNzc3Nzc3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+');
}
.hl-lens-selector .select-custom::after{
    top: 0%;
}
.select-dropdown {
    position: absolute;
    min-width: 250px;
    top: calc(100% + 4px);
    left: -50%;
    transform: translateX(50%);
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    
    z-index: 1000;
    padding: 12px;
    display: none;
}
.sort-select .select-dropdown {
    left: -25%;
    transform: translateX(0%);
}
.select-dropdown.show {
    display: block;
}
.select-dropdown-inner{
    overflow-y: auto;
    max-height: 200px;
}
.select-option {
    padding: 6px;
    margin-right: 12px;
    cursor: pointer;
    transition: background 0.15s;
}

.select-option:hover {
    background: #E6F1F0;
}

.select-option.active {
    background: #E6F1F0;
    color: var(--accent);
    font-weight: 500;
}
.mobile-cart-item{
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 12px 0;
}
.total-coast,.payments{
    position: relative;
}
.payment_warn{
    position: absolute;
    z-index: 2;
    font-size: 14px;
    border-radius: 6px;
    background: #fed7d8;
    padding: 4px;
    color: #191919;
}
.payment_warn::after{
    content: ''; 
    position: absolute; 
    left: 45%;
    bottom: 100%;
    border: 10px solid transparent;
    border-bottom: 10px solid #fed7d8; 
}
.total-coast .payment_warn{
    top: 70%;
    width: max-content;
    left: 35%;
    transform: translateX(-50%);
}
.payments .payment_warn{
    top: 120%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:991px){
    .cart-table{
        width: 800px;
    }
    .deliveries, .payments{
        flex-direction: column;
    }
}
/*Calculator*/
.calc-wrap{
    padding: 20px;
    background: var(--bg-color);
}
.calc-search{
    display: flex;
    align-items: center;
}
.calc-steps-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.calc-steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid var(--accent-light-green) !important;
    background: var(--accent-light-green) !important;
    color: var(--text-primary) !important;
    border-radius: 6px;
}
.ui-state-active .secondary{
    color: var(--text-secondary) !important;
}
.ui-widget.ui-widget-content{
    border:none;
    border-radius: 6px;
}
.calc-steps-el{
    color: var(--text-secondary);
    padding-left: 52px;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}
.calc-steps-el::after{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #777777;
    color: var(--text-secondary);
}
.calc-steps-el:not(:last-of-type)::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    width: 90px;
    height: 1px;
    background: #777;
}
.calc-steps-el.active:not(:last-of-type)::before{
    background: var(--accent-color);
}
.calc-steps-el:nth-child(1)::after{
    content: '1';
}
.calc-steps-el:nth-child(2)::after{
    content: '2';
}
.calc-steps-el:nth-child(3)::after{
    content: '3';
}
.calc-steps-el.active,
.calc-steps-el:hover{
    color: var(--accent-color);
    font-weight: 600;
}
.calc-steps-el.active::after,
.calc-steps-el:hover::after{
    position: absolute;
    color: #fff;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
}
#calc-step-2 ol{
    list-style: decimal;
    margin-left: 1rem;
}
.calc-product{
    display: flex;
    align-items: center;
    gap: 20px;
}
.calc-product img{
    width: 270px;
    height: auto;
    border-radius: 4px;
}
.calc-radio-group{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}
.calc-res-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.calc-res-wrap span:first-of-type{
    width: 70%;
}
.calc-res-wrap span:last-of-type{
    width: 30%;
    text-align: right;
}
.calc-info-element{
    cursor: help;
    position: relative;
}
.calc-info-icon{
    position: absolute;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    top: -4px;
    right: -16px;
    background: var(--accent-color);
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
}
.calc-info-box{
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    font-weight: 400;
    width: 400px;
    z-index: 2;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 250px;
    /* overflow-y: auto; */
}
.calc-info-element:hover .calc-info-box{
    display: block;
}
@media(max-width:1400px){
    .calc-steps-el:not(:last-of-type)::before{
        width: 30px;
    }
}
@media(max-width:1200px){
    .calc-steps-el:not(:last-of-type)::before{
        width: 120px;
    }
}

@media(max-width:991px){
    .calc-steps {
        padding-bottom: 12px;
        overflow-x: auto;         
        overflow-y: hidden;
        min-width: 100%;          
        flex-wrap: nowrap;      
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
        -webkit-overflow-scrolling: touch; 
    }

    .calc-steps-el {
        white-space: nowrap;     
        flex-shrink: 0;           
    }

    .calc-steps-el:not(:last-of-type)::before {
        left: 105%;               
        width: 20px;

    }
    .calc-info-box{
        width:70vw;
        left: 0;
        transform: translate(-50%);
        top: 30px;

    }
}
@media(max-width:768px){
    .calc-wrap{
        padding: 12px;
    }
    .cart-form-side-section{
        padding: 12px;
    }
    .calc-product img{
        width: 100%;
    }
    .calc-product{
        gap: 12px;
        flex-direction: column;
    }
    .calc-res-wrap span:last-of-type{
        font-size: 20px;
    }
}

/*Profile*/
#office-auth-form{
    width: 100%;
}
#office-auth-login,#office-auth-register{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
/* #office-auth-form .button{
    padding: 8px;
} */