/* paddings */

.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.p-30 {
    padding: 30px 0;
}

.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.p-40 {
    padding: 40px 0;
}

.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.p-50 {
    padding: 50px 0;
}

.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.p-60 {
    padding: 60px 0;
}

.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.p-80 {
    padding: 80px 0;
}

.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.p-120 {
    padding: 120px 0;
}

@media (min-width: 768px) {
    .pt-md-50 {
        padding-top: 50px;
    }
    .pb-md-50 {
        padding-bottom: 50px;
    }
    .p-md-50 {
        padding: 50px 0;
    }

    .pt-md-60 {
        padding-top: 60px;
    }
    .pb-md-60 {
        padding-bottom: 60px;
    }
    .p-md-60 {
        padding: 60px 0;
    }

    .pt-md-80 {
        padding-top: 80px;
    }
    .pb-md-80 {
        padding-bottom: 80px;
    }
    .p-md-80 {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .pt-lg-50 {
        padding-top: 50px;
    }
    .pb-lg-50 {
        padding-bottom: 50px;
    }
    .p-lg-50 {
        padding: 50px 0;
    }

    .pt-lg-60 {
        padding-top: 60px;
    }
    .pb-lg-60 {
        padding-bottom: 60px;
    }
    .p-lg-60 {
        padding: 60px 0;
    }

    .pt-lg-80 {
        padding-top: 80px;
    }
    .pb-lg-80 {
        padding-bottom: 80px;
    }
    .p-lg-80 {
        padding: 80px 0;
    }

    .pt-lg-120 {
        padding-top: 120px;
    }
    .pb-lg-120 {
        padding-bottom: 120px;
    }
    .p-lg-120 {
        padding: 120px 0;
    }
}

@media (min-width: 1200px) {
    .pt-xl-80 {
        padding-top: 80px;
    }
    .pb-xl-80 {
        padding-bottom: 80px;
    }
    .p-xl-80 {
        padding: 80px 0;
    }

    .pt-xl-120 {
        padding-top: 120px;
    }
    .pb-xl-120 {
        padding-bottom: 120px;
    }
    .p-xl-120 {
        padding: 120px 0;
    }
}


/* HEADER */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
        margin-left: auto;
    }

    .navbar-nav.nav-top {
        align-items: center;
        gap: 24px;
        padding: 6px 0 6px 27px;
        font-size: 16px;
    }
}

header .btn {
    padding: 5px 31px;
}

.navbar-nav.nav-top .nav-top-item .phones {
    display: flex;
    align-items: center;
}


.navbar-nav.nav-top a {
    color: var(--text-secondary);
}
.navbar-nav.nav-top a:hover {
    color: var(--accent);
}

.nav-top svg {
    margin-right: 8px;
    margin-top: 4px;
}

.nav-top-item .phones > .phone + .phone {
    position: relative;
}
.nav-top-item .phones > .phone + .phone::before {
    content: '';
    display: inline-block;
    background-color: var(--border-color);
    position: absolute;
}

.nav-item.active .nav-item, .dropdown:focus .nav-link, .dropdown:hover .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent);
}

.dropdown:hover .dropdown-toggle::after {
    background-image: url("../icons/chevron-down-accent.svg");
    background-position: center;
}

.navbar-collapse {
    flex-grow: unset;
}

.dropdown-toggle .bi-chevron-down {
    font-size: 10px;
    margin: 2px 0 -2px 4px;
}

.dropdown-header {
    white-space: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
}

.dropdown-header.active {
    color: var(--accent);
}

.dropdown-item.active {
    background-color: transparent;
    color: var(--accent);
}

.nav-item.has-megamenu .dropdown-item {
    font-size: 15px;
    line-height: 1.3;
    padding: 0.35rem 1.3rem;
    white-space: normal;
    display: flex;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--accent);
}

@media (max-width: 991px) {
    .dropdown-toggle .bi-chevron-down {
        padding-left: 40px;
    }
    .mobile-offcanvas .logo {
        padding: 0;
    }

    .navbar-nav.menu {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 12px;
    }
}

@media (min-width: 992px) {
    .nav-top-item {
        display: flex;
    }
    .navbar-nav:not(.nav-top, .ecom-group) {
        border-top: 1px solid var(--border-color);
        margin-top: -1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo .logo__icon {
        max-width: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        letter-spacing: normal;
        font-size: 15px;
    }

    .navbar-nav.nav-top .nav-top-item .phones {
        flex-direction: column;
        line-height: 1.5;
    }

    .nav-top-item .phones > .phone + .phone::before {
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .nav-top-item .phones > .phone + .phone {
        margin-left: 15px;
        padding-left: 16px;
    }

    .nav-top-item .phones > .phone + .phone::before {
        height: 10px;
        width: 1px;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
    }
}

.socials_list {
    display: flex;
    gap: 19px;
    align-items: center;
    height: 32px;
}
.socials_list svg path {
    transition: .3s ease-in-out;
}
.socials_list a:hover path {
    fill: #4D1313;
}

/* FOOTER */
.footer-links-wrap {
    padding: 24px 20px 0;
}

.footer_description {
    margin: 32px 0 0;
}

footer h5 {
    font-size: 18px;
}

.footer_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.footer_info-item svg {
    margin: 4px 8px 0 0;
}

.footer_info-item .phones {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

footer li.active span {
    color: var(--accent);
}

.dop-catalog {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dop-catalog:hover svg path {
    fill: var(--accent);
}

footer .footer-row {
    row-gap: 32px;
}

@media (max-width: 991px) {
    .footer-links-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 992px) {
    main:not(.main-page) {
        margin-top: 103px;
    }
}

/* MAIN SLIDER */
#myCarousel {
    position: relative;
}

#myCarousel .description {
    max-width: 634px;
}

#myCarousel .subcategory-btn .btn {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 16px;
}

#myCarousel .category-btn .btn {
    padding: 12px 0;
    width: 200px;
    justify-content: center;
}

@media (max-width: 991px) {
    #myCarousel .carousel-control-prev, #myCarousel .carousel-control-next {
        display: none;
    }

    .advantages_wrap .section-heading-txt {
        text-align: start;
    }
}

@media (max-width: 1599px) and (min-width: 1200px) {
    #myCarousel .carousel-control-prev {
        left: -70px;
    }
    #myCarousel .carousel-control-next {
        right: -70px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    #myCarousel .carousel-control-prev {
        left: -60px;
    }
    #myCarousel .carousel-control-next {
        right: -60px;
    }
}

/* ADVANTAGES */

.row.owl-carousel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.row.owl-carousel > * {
    padding-left: 0;
    padding-right: 0;
}

.owl-stage, .owl-item {
    display: flex;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: var(--accent);
    opacity: .2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--accent);
    opacity: 1;
}

.owl-theme .owl-dots {
    font-size: 0;
}

@media (max-width: 575px) {
    .advantages_wrap .section-heading-txt {
        margin-bottom: 24px;
    }
    .advantages_wrap .heading-text {
        text-align: start;
    }
}

/* RECOMMENDED PRODUCT */

/* PRODUCT CARD */

.product_card_wrap {
    display: flex;
}

.product_card, .product_card .product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-content .price-box {
    display: flex;
    flex-direction: column;
}

.product_card .product-content {
    flex-grow: 1;
    justify-content: space-between;
}
.product_card .introtext {
    flex-grow: 1;
    color: var(--secondary-color);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.product_card .product-content, .product-title a {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}

.product_card .img-box {
    width: 100%;
    position: relative;
}

.with-background .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    z-index: 1;
}

.product_card .img-fluid, .with-background .img-fluid {
    z-index: 2;
    object-fit: contain;
    height: 100%;
    width: auto;
    position: relative;
}

.recommended.product_card .img-box {
    height: 375px;
}

.product_card .img-box {
    height: 276px;
}

.btn__cart {
    background-color: var(--accent);
    color: #FFFF;
    padding: 7px 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn__cart:hover {
    background-color: var(--primary-color);
    color: #FFFF;
}
.btn__cart:hover i {
    margin-top: 3px;
    margin-bottom: -3px;
}

.view-product {
    font-size: 16px;
    line-height: 1.5;
    background-color: var(--primary-color);
}

.product_card .btn__cart {
    padding: 7px 31px;
}

@media (max-width: 991px) {
    .product_card .img-box {
        height: 300px;
    }
}

@media (min-width: 526px) {
    .product_card:not(.recommended) .btn__cart {
        padding: 10px 18px;
        min-width: max-content;
    }

    .product_card:not(.recommended) .price-box {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 525px) {
    .product_card .price-box {
        display: flex;
        flex-direction: column;
    }

    .product_card .btn__cart {
        padding: 10px 32px;
    }
}

.view-product {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    background-color: var(--primary-color);
    padding: 12px 32px;
    border-radius: 32px;
    z-index: 99;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.view-product:hover {
    color: #FFF;
}

.img-box:hover .view-product {
    opacity: 1;
    visibility: visible;
}

/* ABOUT SECTION */

.about-us.section {
    background-color: var(--bg-color-light);
}

.about-us .about-img .img-one {
    border-radius: 4px;
    max-width: 380px;
    max-height: 500px;
}
.about-us .about-img .img-two {
    border-radius: 4px;
    max-width: 340px;
    max-height: 320px;
    border: 2px solid #FFF;
}

.about-us .section-name {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.about-us .section-header {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
    color: var(--primary-color);
    letter-spacing: 0.05rem;
}

.about-us .about__content-wrap {
    padding: 26px 0;
}

.about-us .about-content {
    padding: 20px 0;
}

.about-us .about-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.about-us .about-content p + p, .about-us .about__content-wrap .btn {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .about-us .about-img .img-one {
        max-width: 280px;
        max-height: 365px;
    }
    .about-us .about-img .img-two {
        max-width: 235px;
        max-height: 222px;
        left: 30%;
        bottom: -23%;
    }
    .about-us .about__content-wrap {
        padding: 74px 0 0;
    }

    .about-us .section-header {
        font-size: 24px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .about-us .section-header {
        font-size: 26px;
    }
    .about-us .about-img .img-two {
        left: 20%;
        bottom: -45%;
    }
}

/* LATEST NEWS */

.latest-news .btn__read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    font-weight: 500;
}

.latest-news .btn__read-more i {
    /*transition: .3s ease-in-out;*/
}

.latest-news .card:hover .btn__read-more i {
    color: var(--accent);
    padding-left: 6px;
    /*transition: .3s ease-in-out;*/
}

.swiper-slide {
    display: flex;
}

.swiper-slide .body__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-slide .body__content .introtext {
    flex-grow: 1;
}

.latest-news .card__img-box {
    height: 288px;
}

/* FAQS */

.faqs-image {
    border-radius: 4px;
    max-height: 576px;
    max-width: 550px;
    width: 100%;
}

.accordion-item {
    background-color: var(--bg-color-light);
    border-radius: 4px;
}

.accordion-button {
    padding: 0;
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .accordion-wrapper .faq-card .faq-card-header {
        padding: 8px 0;
    }

    .faq-card .accordion-body {
        padding: 8px 0;
        margin: 0;
    }
}

/* CUSTOM CHECKBOX */

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 3px solid var(--secondary-color);
    border-radius: 0.25em;
    margin-right: 1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: var(--accent);
    background-color: var(--accent);
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-0.5 -0.5 16 16" fill="none" height="16" width="16"><path d="M14.5133125 2.463625c-0.0973125 -0.09806250000000001 -0.213 -0.175875 -0.340375 -0.229 -0.1275 -0.0530625 -0.2641875 -0.08043750000000001 -0.4023125 -0.08043750000000001s-0.27475 0.027375 -0.40225 0.08043750000000001c-0.12737500000000002 0.053125000000000006 -0.24306250000000001 0.13093749999999998 -0.340375 0.229L5.2355 10.266625000000001l-3.2739374999999997 -3.284375c-0.1009375 -0.0975 -0.22012500000000002 -0.17425 -0.35075 -0.22575 -0.1305625 -0.0514375 -0.2700625 -0.076625 -0.410375 -0.07425 -0.140375 0.0025 -0.278875 0.0325625 -0.407625 0.0885 -0.1286875 0.0559375 -0.2451875 0.13668750000000002 -0.34268750000000003 0.23762499999999998 -0.0975625 0.1009375 -0.1741875 0.2201875 -0.22568749999999999 0.35075 -0.0514375 0.130625 -0.0766875 0.2700625 -0.07425 0.41043749999999996 0.002375 0.140375 0.0324375 0.2788125 0.088375 0.40750000000000003 0.056 0.12875 0.13674999999999998 0.24525000000000002 0.23768750000000002 0.34275l4.0165625 4.0165625c0.09724999999999999 0.098 0.2129375 0.175875 0.340375 0.229 0.1275 0.053125000000000006 0.2641875 0.08043750000000001 0.40225 0.08043750000000001 0.138125 0 0.2748125 -0.027312500000000003 0.4023125 -0.08043750000000001 0.12737500000000002 -0.0531875 0.24306250000000001 -0.131 0.340375 -0.229L14.5133125 4.0011875c0.106125 -0.09793750000000001 0.19087500000000002 -0.2168125 0.2488125 -0.349125s0.08787500000000001 -0.27518750000000003 0.08787500000000001 -0.4196875 -0.0299375 -0.28731249999999997 -0.08787500000000001 -0.419625 -0.1426875 -0.2511875 -0.2488125 -0.349125Z" fill="%23ffffff" stroke-width="1"/></svg>');
    background-repeat: no-repeat;
    background-size: inherit;
}

/* FORMS */

form {
    font-size: 16px;
}

form .row > div:not(:last-of-type) {
    margin-bottom: 24px;
}

label.required, .form-group {
    position: relative;
}
label.required::before {
    content: '*';
    color: var(--accent);
    font-size: 16px;
    position: absolute;
    top: 0;
    right: -10px;
}

.form-group .form-label {
    position: absolute;
    top: 12px;
    left: 28px;
    z-index: 1;
}

.form-control {
    padding: 12px 16px;
    border: none;
    border-radius: 4px;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(4px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none !important;
    -webkit-text-fill-color: var(--primary-color) !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.8) inset !important;
}


.form-control:focus {
    background-color: #FFFFFFCC;
}

form .btn {
    padding: 11px 57px;
    font-size: 16px;
    letter-spacing: .025rem;
    max-width: 200px;
}

/* CONSULTATION OPEN FORM */

.consultation.section {
    position: relative;
    background-size: cover;
    background-position: center;
}
.consultation.section > * {
    position: relative;
    z-index: 3;
}

.consultation .form-header {
    margin-bottom: 40px;
    line-height: 1.3;
}

.consultation .title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 600;
}

.consultation .description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
}

.consultation .agreement {
    max-width: 570px;
}
.consultation textarea {
    min-height: 48px;
    height: 48px;
}

@media (max-width: 991px) {
    .blur {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        backdrop-filter: blur(2px);
    }
    .custom-checkbox + label::before {
        border-color: #FFF;
    }

    .consultation .agreement {
        color: #FFF;
    }
    .consultation .agreement a {
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }
}

@media (max-width: 767px) {
    .consultation .title {
        font-size: 32px;
    }

    .consultation .description {
        max-width: 80%;
    }
}

@media (max-width: 425px) {
    .consultation.section button[type="submit"] {
        width: 100%;
        max-width: none;
    }
}

/* BREADCRUMBS */

.breadcrumbs-wrap {
    background-size: cover;
    background-position: center;
}

.breadcrumb-item.active > * {
    color: var(--secondary-color);
}

.breadcrumbs-wrap .title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
}

.breadcrumb {
    margin-bottom: 0;
    row-gap: 8px;
}

@media (max-width: 767px) {
    .breadcrumbs-wrap .title {
        font-size: 32px;
    }
}

/* CATALOG SIDEBAR */

.widget-cat-container .parent .widget-cat-container {
    padding-left: 16px;
}

.widget-cat-container .parent > a, .widget-cat-container .parent > span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.widget-cat-container .parent + .parent {
    margin-top: 24px;
}

.widget-sidebar .widget-category {
    /*overflow-y: auto;*/
    /*max-height: 600px;*/
    padding-right: 1px;
}
.widget-category .bullets {
    overflow-y: auto;
    max-height: 600px;
    padding-right: 23px;
}

.widget-cat-container .daughter.active {
    color: var(--accent);
    font-size: 16px;
    text-transform: uppercase;
}

.widget-cat-container a:hover {
    color: var(--accent);
}


/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #8D0000 #FFFFFF;
}*/

/* Chrome, Edge and Safari */
.widget-category .bullets::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
.widget-category .bullets::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #FFFFFF;
}

.widget-category .bullets::-webkit-scrollbar-track:hover {
    background-color: #F6F6F6;
}

.widget-category .bullets::-webkit-scrollbar-track:active {
    background-color: #F6F6F6;
}

.widget-category .bullets::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8D0000;
    border: none;
    overflow: hidden;
}

.widget-category .bullets::-webkit-scrollbar-thumb:hover {
    background-color: #8D0000;
}

.widget-category .bullets::-webkit-scrollbar-thumb:active {
    background-color: #8D0000;
}

/* CATALOG */

.catalog-title h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
}

#mse2_results {
    margin-top: -24px;
}

#mse2_results .product_card_wrap {
    margin-top: 24px;
}

.select-dropdown {
    position: relative;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.5;
}

.select-dropdown label {
    position: absolute;
    top: 9px;
    left: 16px;
}

#mse2_sort {
    color: var(--primary-color);
    padding: 8px 40px 8px 119px;
    width: max-content;
}

.page-item .page-link, .page-item.disabled .page-link {
    border-color: var(--bg-color-light);
}
.page-item.active .page-link {
    background-color: var(--bg-color-light);
    color: var(--primary-color);
    border-color: var(--bg-color-light);
}

.page-link {
    border-radius: 0 !important;
}

.page-item {
    position: relative;
}
.page-item i {
    transform: translate(-50%, -50%);
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    font-size: 14px;
}

#catalog-range {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .select-dropdown_wrap {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 767px) {
    .catalog-title h1 {
        font-size: 24px;
    }
}

.price-slider_wrap {
    display: flex;
    justify-content: center;
}

.mse2_number_slider {
    width: calc(100% - 12px);
}

.mse2_number_slider.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: var(--accent);
    top: -2px;
    margin-left: -6px;
}

.mse2_number_slider.ui-widget.ui-widget-content {
    border: none;
    background-color: #cccccc;
    border-radius: 4px;
    height: 8px;
}


.mse2_number_slider .ui-widget-header {
    background: var(--accent);
}

.ui-state-active,
.ui-state-hover,
.ui-state-focus {
    border: none !important;
}

.mse2_number_inputs {
    margin-top: 14px;
}

.mse2_number_inputs input {
    border: 2px solid #66666678;
    padding: 6px 10px;
    margin-left: 4px;
    background: transparent !important;
}
.mse2_number_inputs input:hover, .mse2_number_inputs input:focus {
    border: 2px solid var(--accent);
}

#mse2_mfilter .widget-sidebar .widget-box {
    margin-bottom: 40px;
}

#mse2_mfilter .widget-sidebar > *:last-child {
    margin-bottom: 16px;
}

/* CART */

#msCart .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#msCart .product-price span:not(.old), .total-coast {
    font-size: 16px;
    font-weight: 500;
    color: var(--accent);
}
#msCart .product-price span.old,
.minicart-items .product-price span.old {
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
    color: var(--secondary-color);
}

.ms-count input {
    border: 1px solid var(--accent);
    padding: 8px;
    font-size: 16px;
    width: 70px;
    flex: none;
}

#msCart .ms-remove {
    width: 50px;
}

.ms-remove button {
    background: transparent;
    border: none;
}
.ms-remove button i {
    font-size: 20px;
    transition: .3s ease-in-out;
}
.ms-remove button:hover i {
    color: var(--accent);
}

/*.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {*/
/*    padding-top: inherit;*/
/*    padding-bottom: inherit;*/
/*}*/

.mspc2-message__error {
    color: var(--accent) !important;
}

.mspc2-message > div {
    font-size: 16px;
    line-height: 1.3;
}

.promo__code-input input {
    background-color: #f7f7f7;
}

#msOrder input, #msOrder textarea {
    border: 1px solid #ced4da;
}

.mail-delivery {
    display: none;
}
.mail-delivery.active {
    display: block;
}

#msOrder h4, #msOrder h4 {
    margin: 24px 0 12px;
}

#msOrder .btn {
    padding: 11px 0;
    width: 200px;
}

.minicart {
    height: max-content;
    max-height: 100vh;
}

.minicart-items .count {
    font-size: 16px;
    color: var(--secondary-color);
    height: max-content;
}

.minicart-items .img-cart-thumb {
    min-width: 80px;
    width: 80px;
    height: 80px;
}

/* new mini cart */
#msMiniCart, .msMiniCart {
    font-size: inherit !important;
}

/* PRODUCT PAGE */

.product-page h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 !important;
}

.product-page .product-price span:not(.old) {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--accent);
}

.product-page .product-price .old {
    font-size: 22px;
    color: var(--secondary-color);
    text-decoration: line-through;
}

.product-page .stock {
    margin-left: 24px;
    font-size: 18px;
}

.product-page #msProduct .description {
    font-size: 18px;
}

.product-page .ms-count {
    width: 90px;
}
.product-page .ms-count input {
    border-color: var(--border-color);
    height: 100%;
    text-align: center;
}

.product-page .btn__cart {
    max-width: none;
    padding: 11px 31px;
}

.product-page #msProduct > * + *{
    margin-top: 40px;
}

.product-page .product-options, .product-page .socials_list {
    margin-top: 20px;
}

.product-options li {
    font-size: 18px;
    color: var(--primary-color);
}
.product-options li span {
    color: var(--secondary-color);
}

.product-gallery .swiper-slide img {
    max-height: 670px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-gallery .top-image .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 6px;
}

.product-gallery .top-image .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(10px);
    z-index: 1;
}

.product-gallery .top-image .swiper-slide figure {
    position: relative;
    z-index: 2;
}

.product-gallery .top-image .swiper-slide figure a {
    display: block;
    height: 100%;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: transparent;
}
.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    font-size: 26px;
    font-weight: 400;
    color: var(--secondary-color);
}

.swiper-slide {
    height: auto;
}

.product-page .nav-tabs {
    border: none;
    background-color: var(--bg-color-light);
    border-radius: 4px;
}

.product-page .nav-tabs .nav-item.show .nav-link, .product-page .nav-tabs .nav-link.active {
    background-color: transparent;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
}

.related-products .swiper-wrapper {
    margin-bottom: 70px;
}

.related-products .swiper-horizontal>.swiper-pagination-bullets, .related-products .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

@media (max-width: 991px) {
    main.product-page {
        margin-top: 0;
    }

    .product-page #msProduct {
        margin-top: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-gallery .swiper-slide img {
        max-height: 570px;
    }

    .product-page h1 {
        font-size: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-gallery .swiper-slide img {
        max-height: 450px;
    }

    .product-page h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .product-page h1 {
        font-size: 32px;
    }

    .product-gallery .swiper-slide img {
        max-height: 360px;
    }

    .product-page #msProduct > * + * {
        margin-top: 32px;
    }

    .product-page .product-price span:not(.old) {
        font-size: 24px;
    }
}

@media (max-width: 425px) {
    .product-page #msProduct .btn__cart {
        width: 100%;
    }
}

.about-page .about-section .icon.icon_size-lg {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .about-img {
    max-width: 526px;
    max-height: 526px;
}

/* ARTICLE */

.article-page .card-img-top img {

}

/* CONTACTS */

.contacts-form_wrap {
    background-size: cover;
}

/* partners */

.partners .swiper-slide {
    align-items: center;
    justify-content: center;
}

.partners .swiper-wrapper {
    padding-bottom: 50px;
}

.partners .swiper-slide img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: .4s ease-in-out;
}

.partners .swiper-slide:hover img {
    filter: none;
}

.partners .swiper-horizontal>.swiper-pagination-bullets, .partners .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.seo-text h2, .seo-text h3, .seo-text h4 {
    margin: 24px 0 18px;
}

.seo-text iframe {
    max-width: 100%;
}

.seo-text ul {
    list-style: inherit;
}

/* ORDERS PAGE */

.orders-page table {
    min-width: 100%;
    border: none;
}
.orders-page .table-wrap {
    overflow-x: auto;
}

.orders-page table th {
    font-size: 17px;
    font-weight: 400;
    background-color: var(--accent);
    color: #fff;
    text-align: center;
}

.orders-page table tbody {
    font-size: 15px;
    text-align: center;
}

.orders-page table tbody tr:nth-child(even) {
    background-color: #f3e6e6ba;
}

.orders-page table th, .orders-page table td {
    padding: 6px 12px;
}

.orders-page table .products-list {
    width: max-content;
}

/* SEARCH */

.ui-menu.ui-autocomplete {
    z-index: 99999;
}

.mse2-ac-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mse2-ac-item img {
    min-width: 50px;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: var(--bg-color-light) !important;
    border: var(--bg-color-light) !important;
    color: var(--primary-color) !important;
}

@media (max-width: 767px) {
    .mse2-ac-item {
        font-size: 14px;
    }
}

/* MODALS */

.modal button.close {
    border: none;
    background: transparent;
    display: flex;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.2px;
}

.modal.show .modal-dialog {
    max-width: 800px;
    min-height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
}

.modal-content {
    padding: 40px 80px;
    border-radius: 4px;
    row-gap: 40px;
}

.modal-header, .modal-body {
    padding: 0;
    border: none;
}

.modal-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.modal-descr {
    font-size: 16px;
}

.modal input, .modal textarea {
    border: 1px solid #CCCCCC;
}

.modal .agreement label span {
    max-width: 520px;
}

@media (max-width: 991px) {
    .modal-content {
        padding: 40px;
    }
    .modal-title {
        font-size: 32px;
    }
    .modal.show .modal-dialog {
        max-width: 80%;
    }

    .modal .custom-checkbox + label::before {
        border-color: var(--secondary-color);
    }
}

#navbar_phone {
    max-width: 300px;
}

@media (max-width: 550px) {
    .modal-content {
        padding: 40px 12px;
    }

    .modal.show .modal-dialog {
        max-width: 100%;
        margin: auto 12px;
    }
}

@media (max-width: 425px) {
    .modal .btn {
        width: 100%;
        max-width: none;
    }
}


@media (max-width: 425px) {
    .recommended-products .btn-mt .btn {
        width: 100%;
    }
}
