:root {
    --primary-font: 'Inria Sans';
    --primary-color: #1F3A8A;
    --white-color: #fff;
}

.categories-wrapper {
    padding-top: 22px;
}

.toggle-wrapper {
    width: 100%;
    border-radius: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.category-item .category-name h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: var(--primary-color);
}

.toggle-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #3D60C9;
    /* active background */
    border-radius: 50px;
    top: 0;
    left: 0;
    transition: left 0.3s ease;
    z-index: 1;
}

.toggle-option {
    flex: 1;
    padding: 10px 0;
    cursor: pointer;
    z-index: 2;
    color: #475467;
    position: relative;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

input[name="toggle"] {
    display: none;
}

#toggle2:checked~.toggle-slider {
    left: 50%;
}

#toggle1:checked~label[for="toggle1"],
#toggle2:checked~label[for="toggle2"] {
    color: white;
}

.add-to-cart-btn.added {
    background-color: #00AABC;
}

.card-box-header {
    border-bottom: 1px solid #1F3A8A33;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0px 18px 3px;
    margin-bottom: 40px;
}

.cart-box {
    background: white;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 20px 18px;
    margin-left: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-items .category-item {
    min-width: 110px;
    margin-right: 6px;
    padding-top: 15px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.category-item .category-name {
    margin-top: 10px;
}

.category-items {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    overflow: auto;
}

.cart-box h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--primary-color);

}

.cart-box p.subtext {
    margin: 11px 0 20px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #475467;

}

section.woo-product-widget {
    padding-top: 76px;
    padding-bottom: 76px;
}

.cart-box .section-title {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #1F3A8A;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 21px;
    margin-top: 30px;
}

.item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
    margin-bottom: 15px;
}

.cart-box .item-row .item-name {
    flex: 1;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: var(--primary-color);
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity-controls button {
    border: 1px solid #949494;
    background: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    color: #949494;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-controls span {
    width: 20px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
}

.item-row .price {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: var(--primary-color);
    width: 70px;
    white-space: nowrap;
}

.divider {
    border-top: 1px solid #eee;
    margin: 16px 0;
}

.box-footer-section .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #1c2c5a;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 9px;
}

.buttons button {
    border: none;
    border-radius: 50px;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.container {
    max-width: 1299px;
}

.section-title h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: var(--primary-color);
}

.section-details {}

.section-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: 19px;
}

.section-details ul li {
    padding-left: 15px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-right: 32px;
    position: relative;
}

.section-details ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #475467;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.category-items .category-item {
    cursor: pointer;
    transition: all 0.3s;
}

.category-items .category-item.active,
.category-items .category-item:hover {
    background-color: var(--primary-color);
}

.category-items .category-item.active .category-name h3,
.category-items .category-item:hover .category-name h3 {
    color: var(--white-color);
}

.category-items .category-item svg,
.category-items .category-item svg path {
    fill: var(--primary-color);
}

.category-items .category-item.active svg path,
.category-items .category-item:hover svg path,
.category-items .category-item.active svg,
.category-items .category-item:hover svg {
    fill: var(--white-color);
}

.categories-inner-section {
    padding-top: 12px;
}

.the-left-section {
    background: #F7F7F7;
    padding: 36px 20px;
    border-radius: 16px;
}

.toggle-buttons {
    background-color: #fff;
    padding: 8px;
    border-radius: 35px;
    border: 1px solid #F4F4F4;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.02);
}

.caterogory-title {}

.caterogory-title h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    color: var(--primary-color);

}

.main-product-wrapper-ajax {
    padding-top: 19px;
}

.category-products .product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D2D8E8;
    padding-bottom: 13px;
    margin-bottom: 14px;
}

.category-products .product-row .product-title h4 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #1F3A8A;
    margin: 0;
}

.category-products .product-row .prodcut-price p {
    margin-bottom: 0;
    font-family: 'Inria Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #4C5470;
    text-transform: uppercase;
}

.category-products .product-row .product-info {
    display: flex;
    align-items: center;
}

.category-products {
    padding: 8px;
    margin-top: 28px;
}

.product-add-to-cart .add-to-cart-btn {
    display: flex;
    width: 29px;
    height: 29px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-left: 24px;
}

.product-add-to-cart .add-to-cart-btn.added {
    background: #00AABC;
    border-color: #00AABC;
}

.box-footer-section {
    border-top: 1px solid #1F3A8A33;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 36px;
    padding: 28px 18px 1px;
}

.box-footer-section .total-row span,
.box-footer-section .total-row span span.amount {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}

.box-footer-section button {
    border: 1px solid #D5D2D2;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--primary-color);
    padding: 9px 18px;
    background-color: var(--white-color);
}

.box-footer-section button.btn-checkout {
    background-color: #FFE000;
    color: #475467;
    border-color: #FFE000;
    width: 100%;
}

.product-row.row-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;
    margin-bottom: 14px;
}

.product-row.row-heading .product-title {
    width: 33%;
}

.product-row.row-heading .product-info h4 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--primary-color);
}


.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 9px !important;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.owl-dots {
    display: none;
}

.category-items.owl-carousel {
    padding-left: 40px;
    padding-right: 40px;
}

input[type="radio"].toggle-services:checked+label {
    color: white;
    background-color: #3D60C9;
    border-radius: 50px;
}

/* 2 tabs */
.toggle-wrapper input:nth-of-type(1):checked~.toggle-slider {
    left: 0%;
    width: 50%;
}

.toggle-wrapper input:nth-of-type(2):checked~.toggle-slider {
    left: 50%;
    width: 50%;
}

/* 3 tabs */
.toggle-wrapper input:nth-of-type(3):checked~.toggle-slider {
    left: 0%;
    width: 33.33%;
}

.toggle-wrapper input:nth-of-type(4):checked~.toggle-slider {
    left: 33.33%;
    width: 33.33%;
}

.toggle-wrapper input:nth-of-type(5):checked~.toggle-slider {
    left: 66.66%;
    width: 33.33%;
}

/* 4 tabs */
.toggle-wrapper input:nth-of-type(6):checked~.toggle-slider {
    left: 0%;
    width: 25%;
}

.toggle-wrapper input:nth-of-type(7):checked~.toggle-slider {
    left: 25%;
    width: 25%;
}

.toggle-wrapper input:nth-of-type(8):checked~.toggle-slider {
    left: 50%;
    width: 25%;
}

.toggle-wrapper input:nth-of-type(9):checked~.toggle-slider {
    left: 75%;
    width: 25%;
}

span.woocommerce-Price-amount.amount {
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #4C5470;
    text-transform: uppercase;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid lightblue;
    border-right-color: #FFE000;
    animation: l2 1s infinite linear;
}

@keyframes l2 {
    to {
        transform: rotate(1turn)
    }
}

.cleaning-loader-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    display: none;
}

@media(max-width: 991px) {
    .the-left-section {
        padding: 25px 16px;
    }

    .toggle-option {
        font-size: 14px;
    }

    .cart-box {
        margin-left: 0;
        margin-top: 20px;
    }
}