/* Custom gap utilities for Bootstrap 4 */
.gap-0 {
    gap: 0px;
}
.gap-1 {
    gap: 0.25rem;
} /* 4px */
.gap-2 {
    gap: 0.5rem;
} /* 8px */
.gap-3 {
    gap: 1rem;
} /* 16px */
.gap-4 {
    gap: 1.5rem;
} /* 24px */
.gap-5 {
    gap: 1.75rem;
} /* 28px */
.gap-6 {
    gap: 2rem;
} /* 32px */
/* a:hover {
    color: #c68841 !important;
} */
.header.shop .nav li a:hover {
    color: rgba(217, 156, 86, 1);
}
.header.shop .nav li.active {
    color: rgba(217, 156, 86, 1);
}

.header.shop .nav li .dropdown li a {
    color: rgba(71, 84, 103, 1);
    text-transform: capitalize;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.header.shop .nav li .dropdown .sub-dropdown li a {
    color: rgba(71, 84, 103, 1);
    text-transform: capitalize;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}
/* Overlay effect when the drawer is open */
.no-scroll {
    overflow: hidden;
}
.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 84, 103, 0.4);
    z-index: 1049;
}
.drawer {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.97);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 1rem;
    z-index: 1050;
}

.drawer a {
    padding: 0.625rem 0.938rem !important;
    text-decoration: none;
    font-size: 1.125rem;
    color: rgba(52, 64, 84, 1);
    display: block;
    transition: 0.3s;
}

.drawer a:hover {
    color: rgba(217, 156, 86, 1);
}
.drawer a.active {
    color: rgba(217, 156, 86, 1);
    background-color: rgba(255, 255, 255, 0.97);
}

.drawer .closebtn {
    position: absolute;
    right: 1rem;
    font-size: 2.25rem;
    margin-left: 3.125rem;
}

/* Toggle button for drawer */
.navbar-toggler {
    cursor: pointer;
    outline: none;
    color: rgba(52, 64, 84, 1);
}
/* Home Page CSS */
/* Banner Sliding */
#Gslider .carousel-inner {
    background: #000000;
    color: black;
}

#Gslider .carousel-inner,
#Gslider .carousel-inner .carousel-item {
    height: 550px;
}
/* #Gslider .carousel-item {
    height: 100%;
} */
#Gslider .carousel-inner .carousel-img {
    width: 100% !important;
    opacity: 0.8;
}
.carousel-caption {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
/* #Gslider .carousel-inner .carousel-caption {
    bottom: 58%;
} */

#Gslider .carousel-inner .carousel-caption .carousel-title {
    font-family: SignPainter;
    font-size: 8rem;
    font-weight: 400;
    line-height: 8.25rem;
    color: rgba(217, 156, 86, 1);
}

#Gslider .carousel-inner .carousel-caption p {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: rgba(255, 255, 255, 1);
}
#Gslider .carousel-inner .carousel-caption .carousel-button {
    padding-top: 3rem;
    gap: 0.75rem; /* Adds space between items inside */
    display: flex;
}

#Gslider .carousel-indicators {
    bottom: 70px;
}
/* Home page main area after carousel */
.bg-main {
    background: #feecd7;
}
.home-main-product-area {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.main-heading-text-area {
    margin-bottom: 4rem;
}
.main-heading {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
    color: rgba(16, 24, 40, 1);
}
.main-text {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: rgba(71, 84, 103, 1);
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.product-thumb .description {
    padding: 15px;
}
.btn_heart {
    padding: 12px 11px;
    margin-top: -50px;
    float: right;
    margin-right: 6px;
    border: 1px solid #868688 !important;
    background-color: #868688 !important;
    color: #ffffff !important;
}

/* Additional button styling */
.btn_heart:hover {
    border: 1px solid #ffffff !important;
}

.btn-light {
    color: #344054;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
}
.product-title a {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: rgba(16, 24, 40, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2 * 1.75rem);
}
.price .starting-price {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(71, 84, 103, 1);
}
.price .price-new {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: rgba(16, 24, 40, 1);
}

.bg-second {
    background: #fff6eb;
}
.feature-category-area {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.featured_text {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgba(198, 136, 65, 1);
    text-align: center;
    padding-bottom: 0.75rem;
}
.feature-heading {
    font-family: Petrona;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    padding-bottom: 3rem;
}
.our_product_box {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
    height: 22.25rem;
    width: 100%;
    padding-top: 7.375rem;
    text-align: center;
}
.our_product_box .text-white {
    font-family: Petrona;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 2.5rem;
}
.our_product_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.our_product_box h1,
.our_product_box a {
    position: relative;
    z-index: 2;
}
.our_product_box a {
    padding: 10px 14px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(208, 213, 221, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
.our_product_box a:hover {
    background-color: rgba(190, 192, 196, 0.6);
}
.index-about {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.index-about .featured_text {
    text-align: left;
    padding-bottom: 0px;
}
.about-description {
    font-family: Petrona;
    font-size: 2.25rem;
    color: #101828;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    color: rgba(16, 24, 40, 1);
    padding-bottom: 3rem;
    padding-top: 2.063rem;
}
.about-detail {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    color: rgba(71, 84, 103, 1);
}
.index-about .btn-white {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.blog-area {
    padding-top: 6rem;
    padding-bottom: 3rem;
}
.blog-area .blogs h2 {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 1.25rem;
    color: rgba(16, 24, 40, 1);
}
.blog-area .blogs p {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    color: rgba(71, 84, 103, 1);
    margin-bottom: 2rem;
}
.join-family {
    background-color: gray;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: 50% 50%;
    color: #fff;
    height: 24.75rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.join-family .content-area {
    padding-left: 11rem;
    padding-right: 11rem;
}
.join-family .slogan {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 1.25rem;
}
.join-family .joining-request {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: center;
    color: rgba(254, 236, 215, 1);
    padding-bottom: 2rem;
}
.testimonial-area {
    background: rgba(255, 250, 245, 1);
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.testimonial-area .testimonial-content {
    background: rgba(158, 110, 56, 1);
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 1rem;
}
.testimonial-area .testimonial-heading {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: rgba(254, 236, 215, 1);
    padding-bottom: 0.75rem;
}
.testimonial-area .testimonial {
    font-family: Petrona;
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 2rem;
}
.testimonial-area .testimonial-img {
    width: 56px;
    height: 56px;
    gap: 0px;
    border-radius: 100%;
    opacity: 0px;
    background: rgba(224, 224, 224, 1);
    margin-bottom: 1rem;
}
.testimonial-area .user-name {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0.25rem;
}
.testimonial-area .supporting-text {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgba(254, 236, 215, 1);
}
/* End Home Page CSS */
/* Shop Page CSS */
.bg-light-gray {
    background: #f9fafb !important;
}
.product-category-area {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.product-category-title {
    font-family: Petrona;
    font-size: 3.75rem;
    font-weight: 500;
    line-height: 4.5rem;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: capitalize;
    color: rgba(16, 24, 40, 1);
}
.product-count {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: center;
    color: rgba(71, 84, 103, 1);
}
.product-categories-area {
    padding-top: 1.5rem;
    padding-bottom: 0.875rem;
}
.category_links {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgba(102, 112, 133, 1) !important;
    padding-bottom: 0.625;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.category-active {
    color: #c68841 !important;
    border-bottom: 2px solid #c68841 !important;
}
/* End Shop Page CSS */
/* Product Detail Page CSS */
.product-detail-area {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.product-des .short .product-title {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    color: rgba(16, 24, 40, 1);
}
.shop.single .product-des .short .description {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: rgba(16, 24, 40, 1);
    width: 64%;
    margin-bottom: 1.5rem;
}
/* Size */
.shop.single .product-des .size {
    margin-top: 0.375rem;
}
.shop.single .product-des .size h4 {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: rgba(52, 64, 84, 1);
    margin-bottom: 0.375rem;
}
.shop.single .product-des .size h4 span {
    color: rgba(217, 156, 86, 1);
}
.shop.single .product-des .size ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.shop.single .product-des .size ul li input[type="radio"] {
    display: none; /* Hide the radio button */
}

.shop.single .product-des .size ul li label {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    min-width: 6rem;
    height: 4.5rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(228, 231, 236, 1);
    background: rgba(228, 231, 236, 1);
    color: rgba(16, 24, 40, 1);
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 600;
}

.shop.single .product-des .size ul li label span {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgba(71, 84, 103, 1);
}

.shop.single .product-des .size ul li label:hover,
.shop.single .product-des .size ul li input[type="radio"]:checked + label {
    border: 1px solid rgba(217, 156, 86, 1);
    background: rgba(254, 236, 215, 1);
}
.shop.single .product-des .size ul li.active label {
    border: 1px solid rgba(217, 156, 86, 1) !important;
    background: rgba(254, 236, 215, 1) !important;
}

.shop.single .product-des .product-buy {
    margin-top: 1.5rem;
}
.shop.single .quantity {
    margin-bottom: 1.5rem;
}
.shop.single .quantity h6 {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: rgba(52, 64, 84, 1);
    margin-bottom: 0.375rem;
}
.shop.single .quantity h6 span {
    color: rgba(217, 156, 86, 1);
}
.shop.single .quantity .input-group {
    width: 9.125rem;
    display: inline-block;
}
.shop.single .quantity .button {
    display: inline-block;
    position: absolute;
    top: 0;
    display: inline-block;
}

.shop.single .quantity .button .btn {
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    background: transparent;
    color: rgba(0, 0, 0, 1);
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
}
.shop.single .quantity .button .btn:hover {
    color: rgba(217, 156, 86, 1);
}
.shop.single .quantity .button.minus .btn {
    left: 0;
    border-right: 1px solid rgba(208, 213, 221, 1);
    overflow: hidden;
}
.shop.single .quantity .button.plus {
    right: 0;
    border-left: 1px solid rgba(208, 213, 221, 1);
    overflow: hidden;
}
.shop.single .quantity .input-number {
    width: 100%;
    text-align: center;
    height: 45px;
    overflow: hidden;
    padding: 0px 45px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 0.625rem;
}
.shop.single .add-to-cart .btn.min {
    border: solid 1px rgba(208, 213, 221, 1);
}
.shop.single .vat-inclusive {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    color: rgba(16, 24, 40, 1);
}
.product-detail-join-family-area {
    margin-top: 6rem;
}
.recommended-heading {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(16, 24, 40, 1);
}
/* End Product Detail Page CSS */
/* Login/sign up Page CSS */
.header.shop.blank-header {
    border: none;
}

.blank-header .cat-nav-head .list-main li {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(71, 84, 103, 1);
}
.blank-header .cat-nav-head .list-main li a {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(198, 136, 65, 1);
}
.shop.login {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.shop.login h2 {
    font-family: Petrona;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.375rem;
    text-align: center;
    color: rgba(16, 24, 40, 1);
}
.shop.login .login-signup-button {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.shop.login .btn-light {
    width: 174px;
    height: 36px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
}
.shop.login .btn-light:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(198, 136, 65, 1);
}

.shop.login .btn-white {
    border: solid 1px rgba(208, 213, 221, 1);
}
.shop.login .btn-white:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.shop.login .form .form-group input {
    width: 100%;
    line-height: 36px;
    padding: 0 20px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 5px;
    color: rgba(16, 24, 40, 1) !important;
    background: rgba(255, 255, 255, 1);
}
.shop.login .form .form-group input:focus {
    outline: none;
    border: 1px solid rgba(198, 136, 65, 1);
}
.shop.login .form .form-group label {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;

    color: rgba(52, 64, 84, 1);

    position: relative;
}
.shop.login .form .form-group label span {
    color: rgba(198, 136, 65, 1);
    display: inline-block;
    position: absolute;
    right: -0.75rem;
    font-size: 1rem;
}
.shop.login .btn-mustard {
    padding: 0.625rem 1.125rem 0.625rem 1.125rem;
}
/* End Login/sign up Page CSS */
/* Cart Page */
.shopping-cart {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.shopping-cart .cart-heading {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 1rem;
    color: rgba(16, 24, 40, 1);
}
.shopping-cart .cart-product {
    border: 1px solid rgba(228, 231, 236, 1);
    box-shadow: 0px 1px 2px 0px rgba(228, 231, 236, 1);
}
.shopping-cart .cart-img {
    width: 154px;
    height: 154px;
    min-width: 154px;
    max-width: 154px;
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.shopping-cart .cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.header .shopping-list .cart-img img {
    object-fit: cover;
    object-position: center;
}

.shopping-cart .product-des .product-name {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgba(16, 24, 40, 1);
    margin-top: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2 * 1.5rem);
}
.shopping-cart .product-des .product-size {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(71, 84, 103, 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1 * 1.5rem);
}
.shopping-cart .qty {
    margin-top: 0.5rem;
}
.shopping-cart .qty .input-group {
    width: 175px;
    display: inline-block;
}
.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
}
.shopping-cart .qty .button.minus {
    left: 0;
    border-right: 1px solid rgba(208, 213, 221, 1);
    overflow: hidden;
}
.shopping-cart .qty .button.plus {
    right: 0;
    border-left: 1px solid rgba(208, 213, 221, 1);
    overflow: hidden;
}
.shopping-cart .qty .button .btn {
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    background: transparent;
    color: rgba(0, 0, 0, 1);
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
}
.shopping-cart .qty .button .btn:hover {
    color: rgba(217, 156, 86, 1);
}
.shopping-cart .qty .input-number {
    width: 100%;
    text-align: center;
    height: 45px;
    overflow: hidden;
    padding: 0px 45px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 0.625rem;
}
.shopping-cart .cart-product .price {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: rgba(16, 24, 40, 1);
}
.shopping-cart .cart-checkout {
    padding-top: 1rem;
    border-top: 1px solid rgba(228, 231, 236, 1);
}
.shopping-cart .cart-checkout .total-products {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: rgba(16, 24, 40, 1);
}
.shopping-cart .cart-checkout .order-subtotal {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    color: rgba(16, 24, 40, 1);
}
.shopping-cart .cart-checkout .delivery {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: rgba(71, 84, 103, 1);
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}
.empty-text {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    margin-top: 0.5rem;
}
.shopping .img-profile {
    height: 2.5rem;
    width: 2.5rem;
}
/* End Cart Page */
.shopping-wishlist {
    padding-top: 2rem;
    padding-bottom: 10rem;
}
.shopping-wishlist .cart-heading {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 1rem;
    color: rgba(16, 24, 40, 1);
}

/* Checkout Page */
.shop.checkout {
    margin-top: 3rem;
    margin-bottom: 6rem;
}
.shop.checkout .checkout-form h2 {
    font-family: Petrona;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.375rem;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 1rem;
}
.shop.checkout .form .form-group {
    margin-bottom: 25px;
}
.shop.checkout .form .form-group label {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: left;
    color: rgba(52, 64, 84, 1);
    position: relative;
}
.shop.checkout .form .form-group label span {
    color: rgba(198, 136, 65, 1);
    display: inline-block;
    position: absolute;
    right: -12px;
    font-size: 16px;
}
.shop.checkout .form .form-group input,
.shop.checkout .form .form-group select {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 10px;
    outline: none;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}
.shop.checkout .form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 10px;
    outline: none;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}
.shop.checkout .form .form-group textarea:hover,
.shop.checkout .form .form-group textarea:focus,
.shop.checkout .form .form-group input:hover,
.shop.checkout .form .form-group input:focus {
    border: 1px solid rgba(198, 136, 65, 1);
}
.shop.checkout .form .radio-form-group {
    width: 100%;
    min-height: 20px;
    padding: 10px 10px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 10px;
    outline: none;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 1rem;
}
.shop.checkout .form .radio-form-group:hover,
.shop.checkout .form .radio-form-group.active {
    border: 1px solid rgba(198, 136, 65, 1);
}
.shop.checkout .form .radio-form-group input[type="radio"]:checked {
    accent-color: rgba(198, 136, 65, 1);
}
.checkbox-form-group {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}
.checkbox-form-group a {
    text-decoration: underline;
}
.checkbox-form-group input[type="checkbox"] {
    accent-color: rgba(198, 136, 65, 1);
}
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    appearance: none; /* Modern browsers */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Removes any default margin */
}
hr {
    background-color: rgba(228, 231, 236, 1);
}

.shop.checkout .order-details h2 {
    font-family: Petrona;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.375rem;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 1rem;
}
.shop.checkout .single-widget .content ul {
    margin-top: 2rem;
}
.shop.checkout .single-widget .content ul li.order_subtotal {
    display: block;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600 !important;
    line-height: 1.5rem;
    text-align: left;
    color: rgba(52, 64, 84, 1) !important;
    margin-bottom: 0.25rem;
}
.shop.checkout .single-widget .content ul li {
    display: block;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;

    color: rgba(71, 84, 103, 1);
}
.shop.checkout .single-widget .content ul li span {
    display: inline-block;
    float: right;
}
.shop.checkout .single-widget .content ul li.last {
    display: block;
    padding-top: 0.875rem;
    padding-bottom: 1rem;
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    border-bottom: 1px solid rgba(228, 231, 236, 1);
}

.shop.checkout .single-widget .btn-mustard {
    width: 100%;
    text-align: center;
}
/* End Checkout Page */
/* Blog Page */
.blog-subscribe {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.blog-subscribe h2 {
    font-family: Petrona;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 1.75rem;
}
.blog-subscribe input {
    width: 100%;
    line-height: 2.75rem;
    padding: 0 1.25rem;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 5px;
    color: rgba(16, 24, 40, 1) !important;
    background: #f6f7fb;
    outline: none;
}
.blog-subscribe input:focus {
    border: 1px solid rgba(198, 136, 65, 1);
}
.blog-subscribe small {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
    color: rgba(71, 84, 103, 1);
}
.blog-subscribe small a {
    text-decoration: underline;
}
.blog-subscribe p {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: rgba(71, 84, 103, 1);
}
.blog-categories .nav-tabs {
    border: 1px solid rgba(228, 231, 236, 1);
    border-radius: 0.5rem;
    padding: 0.125rem;
}
.blog-categories .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.blog-categories .nav-tabs .nav-link {
    border: none;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgba(102, 112, 133, 1);
}
.blog-categories .nav-tabs .nav-link.active {
    color: rgba(52, 64, 84, 1);
    background-color: transparent;
    border: 1px solid rgba(228, 231, 236, 1);
    border-radius: 0.5rem;
}
.shop-blog.grid .blogs {
    padding-top: 3rem;
    padding-bottom: 6rem;
}
.blogs .shop-single-blog {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 3rem;
}
.blogs .shop-single-blog:hover {
    box-shadow: 0px 10px 10px #0000000a;
}
.blogs .shop-single-blog img {
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    height: 100%;
    width: 100%;
}
.blogs .shop-single-blog .content {
    border: 1px solid rgba(228, 231, 236, 1);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 1.5rem;
}
.blogs .shop-single-blog .content .title-area {
    max-width: 90%;
}
.blogs .shop-single-blog .content .icon-area {
    max-width: 10%;
}
.blogs .shop-single-blog .content .title {
    font-family: Petrona;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(2 * 2rem); /* Force a height for two lines */
}
.blogs .shop-single-blog .content .arrow-icon {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}
.blogs .shop-single-blog .content .title:hover {
    color: rgba(217, 156, 86, 1);
}
.blogs .shop-single-blog .content p {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(71, 84, 103, 1);
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit to 1 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5rem; /* Force height for one line */
}
.blog-single .blog-single-main .blog-title {
    font-family: Petrona;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.75rem;
    letter-spacing: -0.02em;
    color: rgba(16, 24, 40, 1);
    margin-top: 0px;
    margin-bottom: 1.5rem;
}
.blog-single .blog-single-main p {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: rgba(71, 84, 103, 1);
}
.blog-single .blog-single-main .blog-detail {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.blog-single .related-blogs {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.blog-single .related-blogs h3 {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: rgba(198, 136, 65, 1);
    margin-bottom: 0.75rem;
}
.blog-single .related-blogs h2 {
    font-family: Petrona;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.75rem;
    letter-spacing: -0.02em;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 4rem;
}
.blog-single .related-blogs .btn-mustard {
    margin-top: 4rem;
}
/* End  Blog Page */
.flexslider {
    margin: 0px !important;
}
.sort-area {
    margin-bottom: 1.5rem;
}
.custom-select {
    -webkit-appearance: none; /* Hides the default arrow in Chrome/Safari */
    -moz-appearance: none; /* Hides the default arrow in Firefox */
    appearance: none; /* Hides the default arrow in modern browsers */
    padding-right: 2.5rem; /* Space for the chevron */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center; /* Position the chevron */
    background-size: 1rem;
    outline: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    align-content: center;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    border: solid 1px rgba(208, 213, 221, 1);
    border-radius: 10px;
    color: rgba(16, 24, 40, 1);
}
.custom-select:focus {
    outline: none;
    box-shadow: none;
}
.custom-select:hover {
    border-color: rgba(198, 136, 65, 1) !important;
}
.custom-select:focus {
    border-color: rgba(198, 136, 65, 1) !important;
    outline: none;
}
.sort-by-select {
    width: 280px !important;
}
.sort-by-select .option {
    width: 280px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.text-not-found {
    font-family: Petrona;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: rgba(16, 24, 40, 1);
    margin: 100px auto;
}
.custom-alert {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 2050;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 30px 20px 20px;
    border-radius: 5px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    text-align: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: rgba(52, 64, 84, 1);
    background-color: rgba(249, 250, 251, 1);
    border-color: rgba(208, 213, 221, 1);
}

.page-item.disabled .page-link {
    pointer-events: none;
    color: rgba(52, 64, 84, 1);
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(52, 64, 84, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(208, 213, 221, 1);
}

.page-link:focus,
.page-link:hover {
    text-decoration: none;
    color: rgba(52, 64, 84, 1);
    background-color: rgba(249, 250, 251, 1);
    border-color: rgba(208, 213, 221, 1);
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.success-page {
    padding-top: 8.719rem;
    padding-bottom: 11.719rem;
}
.success-page .success-page-content {
    padding-left: 6rem;
    padding-right: 6rem;
    text-align: center;
}
.success-page img {
    margin-bottom: 1.25rem;
}
.success-page h2 {
    font-family: Noto Serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.75rem;
    letter-spacing: -0.01em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(16, 24, 40, 1);
}
.success-page .text-thanks {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(71, 84, 103, 1);
    margin-bottom: 1.5rem;
}
.success-page h5 {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(71, 84, 103, 1);
    margin-bottom: 1.5rem;
}

/* .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
} */

/* user profile */
.custom-file-container {
    position: relative;
    width: 100%;
    height: 50px;
    border: 2px dashed #dcdcdc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
}

.custom-file-container:hover {
    border-color: rgba(198, 136, 65, 1);
    background-color: #ffffff;
}

.custom-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-file-label {
    font-size: 1rem;
    text-align: center;
    color: #6c757d;
    pointer-events: none;
    margin-bottom: 0px;
}

.file-placeholder {
    color: #6c757d;
    font-weight: bold;
}

.custom-file-container.file-selected {
    border-color: rgba(198, 136, 65, 1);
    background-color: #ffffff;
}
/* end user profile */
.header.shop .nav li a {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(71, 84, 103, 1);
}
.user-name {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(16, 24, 40, 1);
}
.user-email {
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(71, 84, 103, 1);
    text-transform: none;
}
.contact-us {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.error {
    color: #dc3545 !important;
}
