body{
    line-height: initial!important;
}
:root{
    --main-theme-color: #eb3e32;
    --breadcrumb-background: #ededed;
}

.headerShopButton {
color: #fff;
    background: var(--main-theme-color);
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    width: max-content;
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    
    align-items: center;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(16px, 2vw, 20px);
    transition: .3s;
    cursor: pointer;
}
.headerShopButton:hover {
    background: var(--breadcrumb-background);
    color: var(--main-theme-color);
}
.headerBtnSe{
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    padding-bottom: 10px;
}
.header-middle{
    padding: 10px 0;
}
.headerSearch{
        width: 100%;
}
.headerSearch input{
    width: 100%!important;
    max-width: 100%;
    height: 50px!important;
}
.headerNumber{
        color: #1a1a1a;
}
.header-middle-align-middle{
    margin-right: auto;
    padding-left: 20px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area{
    background: #2d0c0a;
    background-image: none!important;
}
.productItemLinkQ {
    color: #fff;
    background: var(--main-theme-color);
    padding: 15px 30px;
    border-radius: 30px;
    text-align: center;
    width: max-content;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    grid-gap: 8px;
    
    align-items: center;
    font-size: clamp(14px, 2vw, 16px);
    transition: .3s;
}
.productIWishQ {
    background: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
}
.product-item .inner-content .product-thumb{
    height: 320px;
    border-radius: 20px !important;
}
.product-thumb .product-thumbImg{
    height: 100%;
    width: 100%;
}
.product-item .inner-content .product-thumb img{
    border-radius: 20px!important;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.productItemLinkQ:hover {
    background: var(--breadcrumb-background);
    color: var(--main-theme-color);
}
.product-collection{
    border-radius: 30px;
    overflow: hidden;
}
.product-collection .product-collection-content{
    position: relative;
}
.product-collection .product-collection-content:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #2b2b2b 100%);
    z-index: 1;
}
.product-collection .product-collection-content .content{
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
.product-collection-content .title{
    font-size: 28px;
}
.page-header-area{
    padding: 20px 0;
    background: transparent!important;
}
.page-header-content{
    text-align: left;
}
.page-header-content .title{
        text-align: left;
    color: #1a1a1a;
    font-size: 24px;
    letter-spacing: initial;
    text-transform: math-auto!important;
}
.breadcrumb{
    justify-content: start !important;
    color: #1a1a1a;
}
.breadcrumb-area .breadcrumb li {
    color: #1a1a1a;
    font-size: 14px;
    line-height: initial;
    text-transform: math-auto!important;
}
.breadcrumb-area .breadcrumb li h1{
        color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    text-transform: math-auto !important;
}
.breadcrumb-area .breadcrumb li a {
    color: #1a1a1a;
}
.pagination-line span{
    color: var(--main-theme-color);
}

.product-description {
    width: 100%;
}

.product-description table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #fff;
}

.product-description tr:not(:last-child) th,
.product-description tr:not(:last-child) td {
    border-bottom: 1px solid #eeeeee;
}

.product-description th,
.product-description td {
    padding: 16px 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
}

.product-description th {
    width: 38%;
    background: #f8f8f8;
    color: #222;
    font-weight: 600;
}

.product-description td {
    color: #666;
    font-weight: 400;
}

.product-description tr {
    transition: background-color .25s ease;
}

.product-description tr:hover td {
    background: #fafafa;
}

.product-description tr:hover th {
    background: #f3f3f3;
}

@media (max-width: 767px) {
    .product-description table,
    .product-description tbody,
    .product-description tr,
    .product-description th,
    .product-description td {
        display: block;
        width: 100%;
    }

    .product-description tr {
        padding: 14px 16px;
    }

    .product-description tr:not(:last-child) {
        border-bottom: 1px solid #eeeeee;
    }

    .product-description tr:not(:last-child) th,
    .product-description tr:not(:last-child) td {
        border-bottom: 0;
    }

    .product-description th,
    .product-description td {
        padding: 0;
    }

    .product-description th {
        margin-bottom: 5px;
        background: transparent;
        font-size: 14px;
    }

    .product-description td {
        font-size: 14px;
    }

    .product-description tr:hover th,
    .product-description tr:hover td {
        background: transparent;
    }
}

.product-single-item .product-single-thumb .single-product-nav .swiper-slide img{
    height: 120px;
    object-fit: cover;
}
.product-single-item .product-single-info .pro-qty{
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.btn-theme{
    color: #fff;
    background: var(--main-theme-color);
    padding: 15px 30px!important;
    border-radius: 10px;
    text-align: center;
    width: max-content;
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    align-items: center;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(16px, 2vw, 20px);
    transition: .3s;
    cursor: pointer;
}
.btn-theme:hover{
    color: var(--main-theme-color);
    background: var(--breadcrumb-background);
}
.productLike{
        display: flex;
    align-items: center;
    grid-gap: 8px;
}
.productLike svg{
    color: var(--main-theme-color)!important;
}
.shop-top-bar{
    border-radius: 15px;
}
.product-slider-wrap .product-swiper-btn-wrap .product-swiper-btn-prev, .product-slider-wrap .product-swiper-btn-wrap .product-swiper-btn-next{
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-cart-form .table tbody .cart-product-item .product-thumb img, .shipping-form-coupon .form-group .form-control, .shipping-form-cart-totals table{
    border-radius: 10px!important;
}
.shipping-form-cart-totals .btn-theme{
        color: #fff;
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
}
.shipping-form-cart-totals .btn-theme:hover{
    color: var(--main-theme-color);
    background: var(--breadcrumb-background);
}
.cartTableRes{
            overflow-y: hidden;
                    width: 100%;
}
.shopping-cart-form table td, .shopping-cart-form .table thead tr th{
    padding: 20px;
}
.shopping-cart-form .table tbody .cart-product-item .product-thumb a{
    width: 90px;
    height: 90px;
}
.shopping-cart-form .table tbody .cart-product-item .product-thumb img{
    width: 90px;
    height: 90px;
}

.shopping-cart-form .table tbody .cart-product-item .product-thumb{
    display: flex;
    border: 0;
}
.shopping-cart-form .table tbody .cart-product-item .product-price div, .shopping-cart-form .table tbody .cart-product-item .product-subtotal div{
    display: flex;
    border: 0;
            width: 100px;
}
.shopping-cart-form table th, .shopping-cart-form table td{
    text-align: left!important;
}

.checkoutPage {
    --checkout-dark: #1a1a1a;
    --checkout-primary: #eb3e32;
    background: #fff;
}

.checkoutPage__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 32px;
    align-items: start;
}


/* =========================
   LEFT
========================= */

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

.checkoutBox {
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: #fff;
}

.checkoutBox__title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
}

.checkoutBox__title h3 {
    margin: 0;
    color: var(--checkout-dark);
    font-size: 21px;
    font-weight: 700;
}

.checkoutBox__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    flex-shrink: 0;

    border-radius: 50%;

    background: var(--checkout-dark);
    color: #fff;

    font-size: 14px;
    font-weight: 700;
}


/* =========================
   FORM
========================= */

.checkoutFormGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
}

.checkoutField {
    display: flex;
    flex-direction: column;
}

.checkoutField--full {
    grid-column: 1 / -1;
}

.checkoutField label {
    margin-bottom: 8px;

    color: #8c8c8c;

    font-size: 13px;
    line-height: 1.4;
}

.checkoutField input,
.checkoutField textarea {
    width: 100%;

    border: 1px solid #ddd;
    border-radius: 14px;

    outline: none;

    background: #fff;
    color: var(--checkout-dark);

    font-size: 15px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.checkoutField input {
    height: 54px;
    padding: 0 16px;
}

.checkoutField textarea {
    min-height: 110px;

    padding: 16px;

    resize: vertical;
}

.checkoutField input::placeholder,
.checkoutField textarea::placeholder {
    color: #bcbcbc;
}

.checkoutField input:focus,
.checkoutField textarea:focus {
    border-color: var(--checkout-primary);

    box-shadow:
        0 0 0 3px rgba(235, 62, 50, .10);
}

.checkoutField__note {
    margin-top: 8px;

    color: #aaa;

    font-size: 12px;
}

.checkoutFormGrid--delivery {
    margin-top: 24px;
}

.checkoutField--comment {
    margin-top: 24px;
}


/* =========================
   OPTIONS
========================= */

.checkoutOptions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkoutOption {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 78px;

    padding: 12px 16px;

    border: 1px solid #ddd;
    border-radius: 14px;

    background: #fff;

    cursor: pointer;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}


/* hidden radio */

.checkoutOption input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}


/* hover */

.checkoutOption:hover {
    border-color: #bbb;
}


/* ACTIVE OPTION */

.checkoutOption:has(input:checked) {
    border-color: var(--checkout-primary);

    box-shadow:
        0 0 0 1px var(--checkout-primary);

    background:
        rgba(235, 62, 50, .02);
}


/* ICON */

.checkoutOption__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex-shrink: 0;

    margin-right: 14px;

    border-radius: 11px;

    background: var(--checkout-dark);
    color: #fff;

    font-size: 17px;

    transition:
        background-color .2s ease,
        color .2s ease;
}

.checkoutOption__icon--light {
    background: #f3f3f3;
    color: var(--checkout-dark);
}


/* active icon */

.checkoutOption:has(input:checked)
.checkoutOption__icon {
    background: var(--checkout-primary);
    color: #fff;
}


/* CONTENT */

.checkoutOption__content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.checkoutOption__content strong {
    color: var(--checkout-dark);

    font-size: 15px;
    font-weight: 600;
}

.checkoutOption__content small {
    margin-top: 4px;

    color: #999;

    font-size: 12px;
}


/* PAYMENT LOGOS */

.checkoutOption__paymentLogos {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-left: auto;

    padding-left: 15px;

    color: #333;

    font-size: 13px;

    white-space: nowrap;
}


/* RADIO */

.checkoutOption__radio {
    position: relative;

    width: 20px;
    height: 20px;

    flex-shrink: 0;

    margin-left: 12px;

    border: 1px solid #ccc;
    border-radius: 50%;

    background: #fff;

    transition: border-color .2s ease;
}

.checkoutOption:has(input:checked)
.checkoutOption__radio {
    border-color: var(--checkout-primary);
}

.checkoutOption:has(input:checked)
.checkoutOption__radio::after {
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: var(--checkout-primary);

    transform: translate(-50%, -50%);
}


/* =========================
   RIGHT
========================= */

.checkoutPage__right {
    position: sticky;

    top: 110px;
}

.checkoutSummary {
    padding: 26px;

    border: 1px solid #e6e6e6;
    border-radius: 20px;

    background: #f3f3f3;
}

.checkoutSummary__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 24px;
}

.checkoutSummary__heading h3 {
    margin: 0;

    color: var(--checkout-dark);

    font-size: 20px;
    font-weight: 700;
}

.checkoutSummary__heading span {
    color: #aaa;

    font-size: 12px;
}


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

.checkoutSummary__product {
    display: grid;

    grid-template-columns:
        64px
        minmax(0, 1fr)
        auto;

    gap: 14px;

    align-items: center;
}

.checkoutSummary__productImage {
    display: block;

    width: 64px;
    height: 64px;

    overflow: hidden;

    border-radius: 10px;
}

.checkoutSummary__productImage img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.checkoutSummary__productInfo {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.checkoutSummary__productName {
    display: -webkit-box;

    overflow: hidden;

    color: var(--checkout-dark);

    font-size: 14px;
    line-height: 1.35;

    text-decoration: none;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    transition: color .2s ease;
}

.checkoutSummary__productName:hover {
    color: var(--checkout-primary);
}

.checkoutSummary__productMeta {
    margin-top: 5px;

    color: #999;

    font-size: 12px;
}

.checkoutSummary__productPrice {
    color: var(--checkout-dark);

    font-size: 15px;
    font-weight: 700;

    white-space: nowrap;
}


/* =========================
   BONUS
========================= */

.checkoutSummary__bonus {
    display: flex;

    gap: 9px;

    margin-top: 16px;

    padding: 14px 16px;

    border: 1px dashed #ddd;
    border-radius: 14px;

    background: #fff;
}

.checkoutSummary__bonus i {
    margin-top: 2px;

    color: var(--checkout-primary);

    font-size: 14px;
}

.checkoutSummary__bonus p {
    margin: 0;

    color: #888;

    font-size: 12px;
    line-height: 1.55;
}

.checkoutSummary__bonus a {
    color: var(--checkout-dark);

    text-decoration: underline;

    transition: color .2s ease;
}

.checkoutSummary__bonus a:hover {
    color: var(--checkout-primary);
}


/* =========================
   ROWS
========================= */

.checkoutSummary__rows {
    margin-top: 20px;

    padding: 17px 0;

    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.checkoutSummary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.checkoutSummary__row + .checkoutSummary__row {
    margin-top: 16px;
}

.checkoutSummary__row span,
.checkoutSummary__row strong {
    color: #666;

    font-size: 13px;
    font-weight: 400;
}

.checkoutSummary__free {
    color: #aaa !important;
}


/* =========================
   TOTAL
========================= */

.checkoutSummary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 17px 0 14px;
}

.checkoutSummary__total span {
    color: var(--checkout-dark);

    font-size: 17px;
    font-weight: 700;
}

.checkoutSummary__total strong {
    color: var(--checkout-dark);

    font-size: 26px;
    font-weight: 700;
}


/* =========================
   AGREE
========================= */

.checkoutSummary__agree {
    display: flex;
    align-items: flex-start;

    gap: 9px;

    margin-bottom: 15px;

    cursor: pointer;
}

.checkoutSummary__agree input {
    width: 17px;
    height: 17px;

    margin-top: 2px;

    accent-color: var(--checkout-primary);
}

.checkoutSummary__agree span {
    color: #777;

    font-size: 12px;
    line-height: 1.5;
}

.checkoutSummary__agree a {
    color: var(--checkout-dark);

    text-decoration: underline;

    transition: color .2s ease;
}

.checkoutSummary__agree a:hover {
    color: var(--checkout-primary);
}


/* =========================
   BUTTON
========================= */

.checkoutSummary__submit {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    width: 100%;
    height: 50px;

    padding: 0 24px;

    border: 0;
    border-radius: 999px;

    background: var(--checkout-primary);
    color: #fff;

    cursor: pointer;

    font-size: 14px;
    font-weight: 600;

    transition:
        background-color .25s ease,
        transform .25s ease;
}

.checkoutSummary__submit:hover {
    background: var(--checkout-dark);

    transform: translateY(-1px);
}

.checkoutSummary__submit span {
    font-size: 20px;
}


/* =========================
   ADVANTAGES
========================= */

.checkoutSummary__advantages {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin-top: 20px;
}

.checkoutSummary__advantages div {
    display: flex;
    align-items: center;

    gap: 10px;

    color: #999;
}

.checkoutSummary__advantages i {
    width: 16px;

    color: var(--checkout-primary);

    text-align: center;
}

.checkoutSummary__advantages span {
    font-size: 12px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {

    .checkoutPage__grid {
        grid-template-columns:
            minmax(0, 1fr)
            350px;

        gap: 24px;
    }

}


@media (max-width: 991px) {


    .checkoutPage__grid {
        grid-template-columns: 1fr;
    }

    .checkoutPage__right {
        position: static;

        top: auto;
    }

}


@media (max-width: 767px) {

    .checkoutPage__left {
        gap: 14px;
    }

    .checkoutBox,
    .checkoutSummary {
        padding: 20px;

        border-radius: 16px;
    }

    .checkoutBox__title {
        margin-bottom: 24px;
    }

    .checkoutBox__title h3 {
        font-size: 18px;
    }

    .checkoutFormGrid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .checkoutField--full {
        grid-column: auto;
    }

    .checkoutOption {
        min-height: 72px;
    }

}


@media (max-width: 480px) {

    .checkoutBox,
    .checkoutSummary {
        padding: 16px;
    }

    .checkoutOption {
        padding: 11px 12px;
    }

    .checkoutOption__icon {
        width: 38px;
        height: 38px;

        margin-right: 10px;
    }

    .checkoutOption__content strong {
        font-size: 13px;
    }

    .checkoutOption__content small {
        font-size: 11px;
    }

    .checkoutOption__paymentLogos {
        display: none;
    }

    .checkoutSummary__product {
        grid-template-columns:
            58px
            minmax(0, 1fr);
    }

    .checkoutSummary__productImage {
        width: 58px;
        height: 58px;
    }

    .checkoutSummary__productPrice {
        grid-column: 2;
    }

    .checkoutSummary__total strong {
        font-size: 22px;
    }

}


.shop-sidebar-block{
        background-color: #f3f3f3;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
}
.shop-top-bar, .shop-sidebar-block{
    border: 1px solid #e1e1e1;
}
.product-item .inner-content .product-thumb, .product-single-item .product-single-thumb .single-product-thumb img, .product-single-item .product-single-thumb .single-product-nav .swiper-slide img{
    border: 0;
}
.header-search-area .header-searchbox .btn-submit{
    background: #1a1a1a!important;
    color: #fff;
}
.aside-search-box-wrapper .search-form .form-control{
    overflow: hidden;
    border-radius: 20px;
        line-height: initial;
    height: 50px;
    color: #1a1a1a!important;
    border: 1px solid #e8e8e8;
}
.header-search-area .header-searchbox .form-control{
    border: 1px solid #e8e8e8;
}
.aside-search-box-wrapper .search-form .form-control::placeholder{
    color: #1a1a1a;
    opacity: 0.6;
}
.aside-search-box-wrapper .search-form .search-button{
    border-radius: 0 20px 20px 0;
    width: 50px;
    background: transparent!important;
    color: #1a1a1a;
}
.aside-search-box-wrapper .btn-close:hover{
    color: #1a1a1a;
    background: transparent!important;
}
.aside-search-box-wrapper .btn-close{
background: transparent;
    color: #1a1a1a;
    font-size: 50px;
    height: 50px;
    width: 50px;
}
.aside-search-box-wrapper.offcanvas-top{
        top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    height: 180px;
}

.aside-cart-wrapper .btn-aside-cart-close:hover{
        background: #fff;
}
.aside-cart-wrapper .aside-cart-product-list .product-list-item a img{
    border-radius: 15px;
}
.menuCartTwo{
    color: #fff !important;
    background: #1a1a1a !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    text-align: center !important;
    width: max-content !important;
    display: flex !important;
    justify-content: center !important;
    grid-gap: 8px !important;
    align-items: center !important;
    font-size: clamp(14px, 2vw, 16px) !important;
    line-height: clamp(14px, 2vw, 16px) !important;
    transition: .3s !important;
    cursor: pointer !important;
    text-transform: math-auto !important;
    width: 100% !important;
    margin-bottom: 10px;
    border: 0!important;
}
.menuCartTwo:hover{
    background: var(--main-theme-color)!important;
    border: 0!important;
}
.menuCartOne{
    color: #1a1a1a !important;
    background: transparent !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    text-align: center !important;
    width: max-content !important;
    display: flex !important;
    justify-content: center !important;
    grid-gap: 8px !important;
    align-items: center !important;
    font-size: clamp(14px, 2vw, 16px) !important;
    line-height: clamp(14px, 2vw, 16px) !important;
    transition: .3s !important;
    cursor: pointer !important;
    text-transform: math-auto !important;
    width: 100% !important;
    margin-bottom: 10px;
    border: 2px solid #1a1a1a!important;
}
.menuCartOne:hover{
    background: #1a1a1a!important;
    color: #fff!important;
    border: 2px solid #1a1a1a!important;
}

.footer-area{
    background: #1a1a1a;
}
.footer-bottom{
    background: #212121;
}
.off-canvas-wrapper .offcanvas-body{
    background: #fff;
}
.off-canvas-wrapper .info-items > ul > li > a, .mobile-menu-items ul li a, .mobile-menu-items ul li.active-expand ul li a{
    color: #1a1a1a;
}
.mobile-menu-items ul li .mobile-menu-expand::before, .mobile-menu-items ul li .mobile-menu-expand::after{
    background: #1a1a1a;
}
.mobile-menu-items ul li a{
        border-bottom: 1px solid #ddd;
}
.off-canvas-wrapper .info-items > ul > li{
        border: 0;
    padding: 0 20px;
}
.off-canvas-wrapper .info-items > ul{
        display: grid;
    grid-gap: 20px;
    padding-top: 20px;
}
.off-canvas-wrapper .btn-menu-close{
    background: #fff;
    color: #1a1a1a;
    padding-left: 20px;
    padding-right: 20px;
}
.sdgwege{
    
}
.mobMesf{
        font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
}

/* menu cat */
.mainMenuMainBack {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.mainMenuMain{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 99999;
    padding: 40px;
    height: 100%;
    overflow: auto;
    transform: translateX(-100%);
    transition: .3s;
}
.mainMenuMainBack{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.mainMenuMain.active{
    transform: translateX(0%);
}
.mainMenuMain.active + .mainMenuMainBack{
    opacity: 0.5;
    visibility: visible;
}
.mainMenuUl{
    
}
.mainMenuUl li{
    
}
.mainMenuUl a{
    
}
.mainMenuSubMenu{
        padding-left: 15px;
    display: grid;
    grid-gap: 8px;
}
.mainMenuHeading{
font-weight: 500;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    cursor: pointer;
    padding-left: 0;
        color: #1a1a1a;
}
.mainMenuHeadingArrow{
  width: 50%;
  display: flex;
  justify-content: end;
  padding: 5px;
}
.mainMenuHeadingArrowTwo{
  width: 50%;
  display: flex;
  justify-content: end;
  padding: 5px;
}
.mainMenuHeadingArrow svg, .mainMenuHeadingArrowTwo svg{
    transition: .3s;   
}
.mainMenuHeadingArrow.active svg, .mainMenuHeadingArrowTwo.active svg{
    transform: rotate(180deg);
}
.mainMenuHeadingSub{
font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    display: flex;
    padding-top: 10px;
}

.mainMenuSubMenuOne, .mainMenuSubMenuTwo{
    display: none;
}
.mainMenuHeadingFlex{
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.mainMenuSubMenu a{
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    display: flex;
    padding-top: 10px;
    width: 50%;
    color: #1a1a1a;
}
.mainMenuSubMenu a:hover{
    color: var(--main-theme-color);
}

.mainMenuMainTop{
grid-gap: 20px;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}
.mainMenuMainTop > div{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}
.mainMenuMainTopClose{
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.catalogFilters {
    --filters-dark: #1a1a1a;
    --filters-primary: #eb3e32;

    width: 100%;
    padding: 24px;

    border: 1px solid #e9e9e9;
    border-radius: 18px;

    background: #fff;
}

.catalogFilters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 6px;
}

.catalogFilters__eyebrow {
    display: block;

    margin-bottom: 3px;

    color: #999;

    font-size: 11px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .08em;
}

.catalogFilters__head h3 {
    margin: 0;

    color: var(--filters-dark);

    font-size: 22px;
    font-weight: 700;
}

.catalogFilters__close {
    display: none;

    width: 40px;
    height: 40px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f5f5f5;
    color: var(--filters-dark);

    font-size: 24px;
    line-height: 1;

    cursor: pointer;
}


/* BLOCK */

.catalogFilterBlock {
    border-bottom: 1px solid #eeeeee;
}

.catalogFilterBlock:last-of-type {
    border-bottom: 0;
}

.catalogFilterBlock__title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 20px 0;

    border: 0;

    background: transparent;
    color: var(--filters-dark);

    font-size: 15px;
    font-weight: 700;

    text-align: left;

    cursor: pointer;
}

.catalogFilterBlock__title svg {
    transition: transform .25s ease;
}

.catalogFilterBlock.is-open .catalogFilterBlock__title svg {
    transform: rotate(180deg);
}

.catalogFilterBlock__body {
    display: none;

    padding: 0 0 20px;
}

.catalogFilterBlock.is-open .catalogFilterBlock__body {
    display: block;
}


/* CHECKBOX */

.catalogCheck {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 34px;

    cursor: pointer;
}

.catalogCheck + .catalogCheck {
    margin-top: 6px;
}

.catalogCheck input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.catalogCheck__box {
    position: relative;

    width: 19px;
    height: 19px;

    flex-shrink: 0;

    margin-right: 10px;

    border: 1px solid #d3d3d3;
    border-radius: 5px;

    background: #fff;

    transition:
        border-color .2s ease,
        background-color .2s ease;
}

.catalogCheck input:checked + .catalogCheck__box {
    border-color: var(--filters-primary);
    background: var(--filters-primary);
}

.catalogCheck input:checked + .catalogCheck__box::after {
    content: "";

    position: absolute;

    top: 3px;
    left: 6px;

    width: 5px;
    height: 9px;

    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;

    transform: rotate(45deg);
}

.catalogCheck__text {
    color: #555;

    font-size: 14px;

    transition: color .2s ease;
}

.catalogCheck:hover .catalogCheck__text,
.catalogCheck input:checked ~ .catalogCheck__text {
    color: var(--filters-dark);
}

.catalogCheck__count {
    margin-left: auto;

    color: #aaa;

    font-size: 12px;
}


/* PRICE */

.catalogPrice {
    display: flex;
    align-items: flex-end;

    gap: 8px;

    margin-bottom: 16px;
}

.catalogPrice__field {
    flex: 1;
}

.catalogPrice__field span {
    display: block;

    margin-bottom: 5px;

    color: #999;

    font-size: 11px;
}

.catalogPrice__field input {
    width: 100%;
    height: 44px;

    padding: 0 11px;

    border: 1px solid #dedede;
    border-radius: 9px;

    outline: none;

    color: var(--filters-dark);

    font-size: 13px;
}

.catalogPrice__field input:focus {
    border-color: var(--filters-primary);

    box-shadow:
        0 0 0 3px rgba(235, 62, 50, .08);
}

.catalogPrice__divider {
    width: 10px;
    height: 1px;

    margin-bottom: 22px;

    background: #bbb;
}

.catalogPriceQuick {
    display: flex;
    flex-direction: column;
}


/* SIZES */

.catalogSizes {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 7px;
}

.catalogSizes label {
    cursor: pointer;
}

.catalogSizes input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.catalogSizes span {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 38px;

    border: 1px solid #dedede;
    border-radius: 8px;

    background: #fff;
    color: #555;

    font-size: 13px;
    font-weight: 500;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.catalogSizes label:hover span {
    border-color: #aaa;
}

.catalogSizes input:checked + span {
    border-color: var(--filters-primary);

    background: var(--filters-primary);
    color: #fff;
}


/* COLORS */

.catalogColors {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.catalogColors label {
    display: flex;
    align-items: center;

    color: #555;

    font-size: 14px;

    cursor: pointer;
}

.catalogColors input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.catalogColors__dot {
    position: relative;

    width: 23px;
    height: 23px;

    margin-right: 10px;

    border: 2px solid #fff;
    border-radius: 50%;

    background: var(--filter-color);

    box-shadow: 0 0 0 1px #ddd;

    transition: box-shadow .2s ease;
}

.catalogColors__dot--white {
    box-shadow: 0 0 0 1px #cfcfcf;
}

.catalogColors input:checked + .catalogColors__dot {
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 4px var(--filters-primary);
}


/* ACTIONS */

.catalogFilters__actions {
    display: grid;

    grid-template-columns: 1fr auto;

    gap: 9px;

    margin-top: 24px;
}

.catalogFilters__apply {
    min-height: 46px;

    padding: 0 16px;

    border: 0;
    border-radius: 10px;

    background: var(--filters-primary);
    color: #fff;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background-color .2s ease,
        transform .2s ease;
}

.catalogFilters__apply:hover {
    background: var(--filters-dark);

    transform: translateY(-1px);
}

.catalogFilters__reset {
    min-height: 46px;

    padding: 0 14px;

    border: 1px solid #e1e1e1;
    border-radius: 10px;

    background: #fff;
    color: #777;

    font-size: 13px;

    cursor: pointer;
}


/* MOBILE BUTTON */

.catalogFiltersMobileBtn {
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 15px!important;
    gap: 8px;

    min-height: 44px;

    padding: 0 16px;

    border: 1px solid #dedede;
    border-radius: 10px;

    background: #fff;
    color: #1a1a1a;

    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.shop-top-bar{
    margin: 0;
}

.catalogFiltersMobileBtn svg {
    flex-shrink: 0;
}

.catalogFiltersMobileBtn__count {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 21px;
    height: 21px;

    padding: 0 5px;

    border-radius: 20px;

    background: #eb3e32;
    color: #fff;

    font-size: 11px;
}


/* OVERLAY */

.catalogFiltersOverlay {
    position: fixed;

    inset: 0;

    z-index: 9998;

    visibility: hidden;

    background: rgba(0, 0, 0, .42);

    opacity: 0;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}

.catalogFiltersOverlay.is-active {
    visibility: visible;

    opacity: 1;
}

.shopMobTopsf{
                display: flex;
        grid-gap: 10px;
        align-items: normal;
        justify-content: space-between;
        margin-bottom: 20px;
    }
.shop-top-bar{
    width: 100%;
    padding: 10px 16px;
    padding-right: 32px;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .shop-top-left{
        display: none;
    }
    .shop-top-bar .shop-top-right{
                margin: 0;
        padding: 0;
        border: 0;
    }
    .catalogFiltersMobileBtn {
        display: inline-flex;
    }

    .catalogFilters {
        position: fixed;

        top: 0;
        left: 0;

        z-index: 9999;

        width: min(420px, 92vw);
        height: 100dvh;

        padding: 22px 20px 110px;

        overflow-y: auto;

        border: 0;
        border-radius: 0 18px 18px 0;

        box-shadow: 20px 0 50px rgba(0, 0, 0, .12);

        transform: translateX(-105%);

        transition: transform .3s ease;
    }

    .catalogFilters.is-active {
        transform: translateX(0);
    }

    .catalogFilters__close {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .catalogFilters__head {
        position: sticky;

        top: -22px;

        z-index: 5;

        margin: -22px -20px 10px;

        padding: 20px;

        border-bottom: 1px solid #eee;

        background: #fff;
    }

    .catalogFilters__actions {
        position: sticky;

        bottom: -110px;

        z-index: 5;

        margin: 25px -20px -110px;

        padding: 16px 20px;

        border-top: 1px solid #eee;

        background: #fff;
    }

}
.shop-top-bar .shop-sort span, .shop-top-bar .shop-sort .form-select{
    font-size: 14px;
}
.footer-area .widget-collapsed-title{
    background-color: #212121;
    border: 1px solid #2b2b2b;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .shop-top-bar{
        padding-right: 16px;
    }
    .catalogFilters {
        width: 100%;

        border-radius: 0;
    }

    .catalogSizes {
        grid-template-columns: repeat(5, 1fr);
    }

}

.footer-area .widget-collapse-body{
    background: transparent !important;
    border: 0;
}
.footer-area .widget-collapsed-title:before{
     display: inline-block;
      width: 24px;
      height: 24px;
      --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='2' d='M12 20v-8m0 0V4m0 8h8m-8 0H4'/%3E%3C/svg%3E");
      background-color: currentColor;
      -webkit-mask-image: var(--svg);
      mask-image: var(--svg);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.footer-area .widget-collapsed-title:not(.collapsed):before{
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='2' d='M20 12H4'/%3E%3C/svg%3E");
}

.about-content .sub-title {
  color: #eb3e32;
  font-weight: 600;
}

.about-content .title span {
  color: #eb3e32;
}

.about-content .btn-theme {
  background: #eb3e32;
  color: #fff;
  border-color: #eb3e32;
}

.about-content .btn-theme:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.aboutBenefits {
  background: #f7f7f7;
}

.aboutBenefits__heading {
  max-width: 650px;
  margin: 0 auto 50px;
  text-align: center;
}

.aboutBenefits__heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #eb3e32;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.aboutBenefits__heading h2 {
  margin: 0 0 16px;
  color: #1a1a1a;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 700;
}

.aboutBenefits__heading p {
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}

.aboutBenefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.aboutBenefits__item {
  position: relative;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #fff;
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.aboutBenefits__item:hover {
  transform: translateY(-6px);
  border-color: #eb3e32;
  box-shadow: 0 15px 40px rgba(0,0,0,.07);
}

.aboutBenefits__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 25px;
  border-radius: 50%;
  background: rgba(235, 62, 50, .1);
  color: #eb3e32;
  font-size: 14px;
  font-weight: 700;
}

.aboutBenefits__item h3 {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 700;
}

.aboutBenefits__item p {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .aboutBenefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .aboutBenefits {
    padding: 60px 0;
  }

  .aboutBenefits__grid {
    grid-template-columns: 1fr;
  }

  .aboutBenefits__item {
    padding: 24px 20px;
  }
}

.about-content .title{
    color: #1a1a1a;
    text-transform: math-auto!important;
}
.about-content .sub-title{
    color: #1a1a1a;
    text-transform: math-auto!important;
}

.otherPageDes {

    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.8;
}


/* Заголовки */

.otherPageDes h1,
.otherPageDes h2,
.otherPageDes h3,
.otherPageDes h4,
.otherPageDes h5,
.otherPageDes h6 {
    margin-top: 32px;
    margin-bottom: 14px;

    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.otherPageDes h1 {
    font-size: 38px;
}

.otherPageDes h2 {
    font-size: 30px;
}

.otherPageDes h3 {
    position: relative;

    font-size: 22px;
}


.otherPageDes h4 {
    font-size: 19px;
}

.otherPageDes h5,
.otherPageDes h6 {
    font-size: 17px;
}


/* Параграфи */

.otherPageDes p {
    margin: 0 0 16px;

    color: #666;
}


/* Посилання */

.otherPageDes a {
    color: #eb3e32;

    text-decoration: underline;
    text-underline-offset: 3px;

    transition: color .2s ease;
}

.otherPageDes a:hover {
    color: #1a1a1a;
}


/* Списки */

.otherPageDes ul,
.otherPageDes ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.otherPageDes li {
    margin-bottom: 8px;

    color: #606060;
}

.otherPageDes ul {
    list-style: none;

    padding-left: 0;
}

.otherPageDes ul li {
    position: relative;

    padding-left: 24px;
}

.otherPageDes ul li::before {
    content: "";

    position: absolute;

    top: 11px;
    left: 4px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #eb3e32;
}

.otherPageDes ol {
    counter-reset: item;
}

.otherPageDes ol li::marker {
    color: #eb3e32;
    font-weight: 700;
}


/* Жирний текст */

.otherPageDes strong,
.otherPageDes b {
    color: #1a1a1a;
    font-weight: 700;
}


/* Курсив */

.otherPageDes em,
.otherPageDes i {
    color: #555;
}


/* Цитата */

.otherPageDes blockquote {
    margin: 26px 0;
    padding: 20px 24px;

    border-left: 4px solid #eb3e32;
    border-radius: 0 12px 12px 0;

    background: #f8f8f8;

    color: #555;

    font-size: 15px;
    line-height: 1.7;
    border-radius: 20px;
}


/* Розділювач */

.otherPageDes hr {
    margin: 30px 0;

    border: 0;
    border-top: 1px solid #e7e7e7;
}


/* Таблиці */

.otherPageDes table {
    width: 100%;

    margin: 24px 0;

    border-collapse: collapse;

    overflow: hidden;

    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.otherPageDes th,
.otherPageDes td {
    padding: 14px 16px;

    border: 1px solid #e7e7e7;

    text-align: left;
    vertical-align: top;
}

.otherPageDes th {
    background: #1a1a1a;
    color: #fff;

    font-weight: 600;
}

.otherPageDes td {
    background: #fff;
    color: #606060;
}


/* Код / технічний текст */

.otherPageDes code {
    padding: 3px 7px;

    border-radius: 6px;

    background: #f3f3f3;
    color: #eb3e32;

    font-size: 14px;
}


/* Зображення */

.otherPageDes img {
    max-width: 100%;
    height: auto;

    margin: 20px 0;

    border-radius: 14px;
}


/* Перший елемент без зайвого відступу */

.otherPageDes > *:first-child {
    margin-top: 0;
}


/* Останній елемент без нижнього відступу */

.otherPageDes > *:last-child {
    margin-bottom: 0;
}


/* Адаптивність */

@media (max-width: 767px) {

    .otherPageDes {
        font-size: 15px;
        line-height: 1.7;
    }

    .otherPageDes h1 {
        font-size: 30px;
    }

    .otherPageDes h2 {
        font-size: 25px;
    }

    .otherPageDes h3 {
        font-size: 20px;
    }

    .otherPageDes h4 {
        font-size: 18px;
    }

    .otherPageDes h1,
    .otherPageDes h2,
    .otherPageDes h3,
    .otherPageDes h4,
    .otherPageDes h5,
    .otherPageDes h6 {
        margin-top: 26px;
    }

    .otherPageDes table {
        display: block;

        overflow-x: auto;

        white-space: nowrap;
    }

    .otherPageDes th,
    .otherPageDes td {
        padding: 12px 14px;
    }

}

.faqSection {
    --faq-dark: #1a1a1a;
    --faq-primary: #eb3e32;
    background: #fff;
}

.faqSection__heading {
    max-width: 680px;
    margin: 0 auto 45px;
    text-align: center;
}

.faqSection__heading > span {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--faq-primary);

    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.faqSection__heading h2 {
    margin: 0 0 14px;

    color: var(--faq-dark);

    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.1;
}

.faqSection__heading p {
    margin: 0;

    color: #777;

    font-size: 15px;
    line-height: 1.7;
}

.faqSection__list {
    max-width: 900px;
    margin: 0 auto;
}

.faqItem {
    border-bottom: 1px solid #e8e8e8;
}

.faqItem:first-child {
    border-top: 1px solid #e8e8e8;
}

.faqItem__head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 22px 0;

    border: 0;

    background: transparent;
    color: var(--faq-dark);

    text-align: left;

    font-size: 17px;
    font-weight: 600;

    cursor: pointer;
}

.faqItem__head > span:first-child {
    padding-right: 25px;
}

.faqItem__icon {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f5f5f5;

    transition:
        background-color .25s ease,
        transform .25s ease;
}

.faqItem__icon span {
    position: absolute;

    width: 12px;
    height: 2px;

    border-radius: 10px;

    background: var(--faq-dark);

    transition:
        transform .25s ease,
        background-color .25s ease;
}

.faqItem__icon span:nth-child(2) {
    transform: rotate(90deg);
}

.faqItem__body {
    max-height: 0;

    overflow: hidden;

    transition: max-height .35s ease;
}

.faqItem__content {
    padding: 0 55px 22px 0;

    color: #707070;

    font-size: 14px;
    line-height: 1.75;
}

.faqItem.is-open .faqItem__head {
    color: var(--faq-primary);
}

.faqItem.is-open .faqItem__icon {
    background: var(--faq-primary);
}

.faqItem.is-open .faqItem__icon span {
    background: #fff;
}

.faqItem.is-open .faqItem__icon span:nth-child(2) {
    transform: rotate(0);
}


/* HOVER */

@media (hover: hover) {

    .faqItem__head:hover {
        color: var(--faq-primary);
    }

    .faqItem__head:hover .faqItem__icon {
        background: rgba(235, 62, 50, .10);
    }

    .faqItem__head:hover .faqItem__icon span {
        background: var(--faq-primary);
    }

}


/* RESPONSIVE */

@media (max-width: 767px) {

    .faqSection {
        padding: 60px 0;
    }

    .faqSection__heading {
        margin-bottom: 30px;
    }

    .faqItem__head {
        padding: 18px 0;

        font-size: 15px;
        line-height: 1.4;
    }

    .faqItem__icon {
        width: 30px;
        height: 30px;
    }

    .faqItem__content {
        padding: 0 40px 18px 0;

        font-size: 13px;
    }

}

.promoPhotoSection {
    padding: 45px 0;
}

.promoPhotoSlider {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.promoPhotoSlide {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
}

.promoPhotoSlide img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.promoPhotoSlide:hover img {
    transform: scale(1.02);
}
.widget-logo-area img{
    width: 100%;
    max-width: 240px;
}
.homeCatss{
}
@media (max-width: 1199px) {
    .homeCatss{
        padding-bottom: 40px!important;
        padding-top: 40px!important;
    }
    .homeCatss .container{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .product-collection {
        height: 260px;
    }
}
/* Стрілки */

.promoPhotoSlider__prev,
.promoPhotoSlider__next {
    position: absolute;
    top: 50%;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(255,255,255,.92);
    color: #1a1a1a;

    box-shadow: 0 5px 20px rgba(0,0,0,.12);

    cursor: pointer;

    transform: translateY(-50%);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.promoPhotoSlider__prev {
    left: 20px;
}

.promoPhotoSlider__next {
    right: 20px;
}

.promoPhotoSlider__prev:hover,
.promoPhotoSlider__next:hover {
    background: #eb3e32;
    color: #fff;
}

.promoPhotoSlider__prev:hover {
    transform: translateY(-50%) translateX(-2px);
}

.promoPhotoSlider__next:hover {
    transform: translateY(-50%) translateX(2px);
}


/* Pagination */

.promoPhotoSlider__pagination {
    position: absolute !important;
    bottom: 18px !important;
    left: 50% !important;

    z-index: 10;

    display: flex;

    width: auto !important;

    gap: 6px;

    transform: translateX(-50%);
}

.promoPhotoSlider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;

    margin: 0 !important;

    background: rgba(255,255,255,.75);

    opacity: 1;

    transition:
        width .25s ease,
        background .25s ease;
}

.promoPhotoSlider__pagination .swiper-pagination-bullet-active {
    width: 26px;

    border-radius: 20px;

    background: #eb3e32;
}


/* Адаптивність */

@media (max-width: 991px) {


}

@media (max-width: 767px) {

    .promoPhotoSection {
        padding: 25px 0;
    }

    .promoPhotoSlider,
    .promoPhotoSlide {
        border-radius: 16px;
    }


    .promoPhotoSlider__prev,
    .promoPhotoSlider__next {
        width: 42px;
        height: 42px;
    }

}

@media (max-width: 575px) {
    .product-areaQ .row:last-child .col-lg-3{
        flex: 0 0 auto;
        width: calc(50% - 5px);
        padding: 0;
    }
    .product-areaQ .row:last-child .col-lg-4{
        flex: 0 0 auto;
        width: calc(50% - 5px);
        padding: 0;
    }
    .ssdfsdf{
        grid-gap: 0 10px;
    }
    .product-areaQ{
        padding: 0 15px;
    }

    .promoPhotoSlider__prev,
    .promoPhotoSlider__next {
        display: none;
    }
        .product-item .inner-content .product-thumb {
        height: 220px!important;
    }

}

.promoPhotoSection{
    padding: 0;
}
.promoPhotoSection .container{
    padding: 0;
}

/* media */
@media (max-width: 767px) {
    .cartTableRes {
        overflow-x: auto;
    }
    .divider-content a{
        margin: auto;
    }
}
@media (max-width: 991px){
    .header-middle-align-end{
        align-items: center;
    }
    .header-action-area{
        top: 0!important;
    }
    .headerBtnSe{
        display: none;
    }
    .headerNumber{
        display: none;
    }
    .shipping-form-cart-totals{
        padding-top: 20px;
    }
}
@media (max-width: 1199px) {
    .product-item .inner-content .product-thumb {
        height: 280px;
    }
}
@media (max-width: 1199px) {
    .product-single-item .product-single-thumb .single-product-nav .swiper-slide img{
        height: 100px;
    }
}
.contact-info-wrap .contact-info .info-item{
    box-shadow: none!important;
}
.contact-page-wrapper .contact-form-wrap{
    box-shadow: none!important;
    border: 1px solid #ddd;
}
.contact-form .form-group .form-control{
        border-radius: 10px;
    font-style: initial;
}
    .product-area.product-single-area .container, .product-area.product-default-area .container, .shopping-cart-area .container, .shopping-checkout-wrap .container, .checkoutPage .container, .about-default-wrapper .container, .faqSection .container, .contact-area.contact-page-area .container{
        padding-top: 20px;
    }