.popup-banner {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dim background */
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 3px;
    border-radius: 8px;
    text-align: center;
}

#close-popup {
    margin-top: 10px;
    padding: 2px 8px;
    border: none;
    background-color: #f92626;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    right: 5px;
}

.popup-banner img{
    width: 100%;
    border-radius: 8px;
}


input.error, textarea.error {
    border: 1px solid red !important;
}

label.error{
    color: red !important;
}

.product-variation-form{
    margin-bottom: 10px;
}

.product-variation-form .color{
    display: block;
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 0;
}

.product-variation-form .color.active{
    border: #de2e2e 1px solid;
}

.product-variation-form .color.active::before {
    content: "";
}

.product-variation-form .color::before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: 2.2;
}

.product-variation-form .text {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0.8rem;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    -webkit-transition: border-color 0.35s, color 0.35s;
    transition: border-color 0.35s, color 0.35s;
}

.product-variation-form .variation_item:not(.color).active, .product-variation-form .variation_item:not(.color):hover {
    border: 1px solid #21983F;
}

.product-variation-form .image {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 1px;
    width: 60px;
    height: 30px;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    -webkit-transition: border-color 0.35s, color 0.35s;
    transition: border-color 0.35s, color 0.35s;
}

.product-single .product-availble .out-of-stock {
    margin-left: 5px;
    color: #de2e2e;
}

.product-single .product-availble .coming-soon {
    margin-left: 5px;
    color: #f39e31;
}

.product-variation-price .new-price {
    color: #333;
    text-decoration: none;
}

.product-variation-price .old-price {
    font-weight: 400;
    color: #aaa;
    margin-right: 10px;
}

.product-single .product-variation-price{
    padding-top: 0.8rem !important;
}


.product-single .add_product_to_cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    min-width: 14rem;
}

.product-single .add_product_to_cart:hover, .product-single .add_product_to_cart:focus {
    border-color: #474747;
    background-color: #626262;
}

.product-single .add_product_to_cart.disabled {
    background-color: #eee;
    border-color: #eee;
    color: #666;
    cursor: not-allowed;
}

.product-sticky-content.fixed .add_product_to_cart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 21rem;
}

.product-sticky-content.fixed .add_product_to_cart {
    margin-bottom: 0;
}

.product-single .quantity{
    pointer-events: none;
    user-select: none;
}

.go-to-forgot-password, .go-to-login {
    cursor: pointer;
}

.mobile-menu .megamenu li{
    padding: 0;
}


.filter-items.item-check input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    color: #21983F;
    background-color: #21983F;
}

.filter-items a{
    cursor: pointer;
}

.filter-items a:hover {
    color: #21983F;
}

.filter-items.item-check li{
    display: flex;
    align-items: center;
    line-height: 35px;
}

.filter-items.item-check li label{
    cursor: pointer;
}

.brand_filter_item{
    cursor: pointer;
}

.tab-with-title.tab-nav-boxed .nav-link-2 {
    display: block;
    position: relative;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1.5rem 2.85rem;
    -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
    
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    padding: 13px 22px 13px 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    font-size: 1.3rem;
}

.tab-with-title.tab-nav-boxed .nav-link-2{
    text-decoration: none;
    /* color: #21983F; */
}

.tab-with-title.tab-nav-boxed .nav-link-2:hover{
    color: #21983F !important;
}

.filter-actions .filter-clean-btn{
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
}

.w-100{
    width: 100%;
}

.page-item{
    cursor: pointer;
}


.page-item.disabled{
    cursor: not-allowed;
}

.delivery_message,
.card_payment_message,
.shipping_fee_message,
.coupon-message,
.not-added-product-list{
    margin-top: 20px;
    color: #f65353;
    display: block;
    font-weight: 600;
}

.bank_transfer_message{
    margin-top: 20px;
    color: #27ae48;
    display: block;
    font-weight: 600;
}

/* #payment_cash:disabled + label,
#payment_cash:disabled + label::after {
    cursor: not-allowed;
} */

input[name="payment_method"]:disabled + label {
    cursor: not-allowed;
    opacity: 0.6; /* Optional: makes disabled items look faded */
}

.brands-page .brand_logo{
    padding: 10px;
}

.brands-page .brand_logo a{
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column; /* Change the direction to column */
    height: 100%;
    align-items: center;
    padding: 10px;
    justify-content: center;
    transition: .5s ease;
    /*justify-content: space-between; */
}

.brands-page .brand_logo a:hover {
    border: 1px solid #29ac47;
}

.brands-page .brand_logo a img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 10px;
}

.text-danger{
    color:red !important;
}

.pointer{
    cursor:pointer;
}

.label-discount{
    cursor:pointer;
}

.tags-heading{
    color: #666;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 5px;
}

.product-tags{
    width:100%;
    margin-bottom:16px;
    float: left;
}

.product-tag{
    background-color: #21983F;
    color: #fff;
    border-radius: 10px;
    margin: 0 5px 5px 0;
    padding: 3px 14px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    float: left;
}

.product-single .product-categories, .product-single .product-sku{
    margin-bottom: 1.1rem;
}

.product-single .product-availble {
    color: #666;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 1.1rem;
}

.product-single .product-availble .in-stock {
    margin-left: 5px;
    color: #21983F;
}

.product-search-suggestion,
.compare-product-search-suggestion {
    background: #ecf0f1;
    pointer-events: all;
    z-index: 1200;
    padding: 0;
    margin: 40px 0 0 0;
    /* left: 145px; */
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    max-height: 250px;
    overflow-y: auto;
    width: 98%;
    overflow-x: hidden;
    opacity: 1;
    transition: .25s opacity;
}

.product-search-suggestion > a,
.compare-product-search-suggestion > a {
    display: block;
    color: #000 !important;
    font-size: 14px;
    padding: 8px 15px 8px 10px;
    text-align: left;
    transition: .1s all;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.blog-body{
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limits to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-single .post-content p{
    margin-bottom: unset !important;
}

.address .address-action:hover{
    color: #fff !important;
}

.product-single-details .product-action .add_product_to_cart {
    display: inline-flex;
    align-items: center;
    padding: 12px 27px 10px 26px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 24px;
    margin-bottom: 0;
}

.product-single-details .product-action .add_product_to_cart:before {
    content: "";
    margin-top: -2px;
    font-family: "Porto";
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 7px;
    line-height: 0;
    vertical-align: middle;
}

.btn-dark{
    color: #fff !important;
}

.product-variations > a:not(:last-child){
    margin-right: 0.8rem;
}

.add_product_to_wishlist,
.add-to-compare-product{
    cursor: pointer;
}

/* .product-default:hover .add_product_to_cart{
    color: #fff !important;
} */

.price-range .btn {
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    width: 4.8rem;
    height: 3.7rem;
    vertical-align: middle;
    line-height: 2.6;
    margin-left: 1rem;
    text-transform: none;
}

.btn-primary {
    color: #fff !important;
    border-color: #f14242;
    background-color: #f14242;
}

.price-range input {
    padding: 0.5rem;
    font-family: Poppins, sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 62px;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    -webkit-appearance: textfield;
}

.filter-items a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 0 1rem 0.2rem;
}

.filter-items a:hover {
    color: #f14242 !important;
}

.cart-opened .cart-dropdown .mobile-cart{
    z-index: 99999;
}

.btn-update-cart{
    margin-left: 1rem;
}

.select-2-container .position-relative{
    width: 300px;
    border: 2px solid #e0e0e0;
    background: #f6f6f8;
    color: #000;
    height: auto !important;
    padding: 0px;
    font-size: 14px;
    margin: 0 10px;
}

.select-2-container .select2-selection__arrow{
    height: 40px !important;
}

.select-2-container .select2-selection{
    height: 40px !important;
    background-color: transparent !important;
    border: none !important;
}

.select-2-container .select2-selection__rendered{
    line-height: 40px !important;
}

.product-default .label-group{
    z-index: 99;
}


.product-default .label-group .special_offer_label{
    width: 40px;
    height: 40px;
}

.product-single-gallery .special_offer_label{
    width: 50px;
}


.shop_pagination .page-item.disabled{
    display:block !important;
}

.build-pc .main-cat-input,
.add-product-to-pc-build{
    margin: 5px 10px !important;
}


.build-pc .important-note{
    color:red;
}