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-availble .out-of-stock {
    margin-left: 5px;
    color: #de2e2e;
}

.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.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-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: 0px 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;
}



.category_filter_item .fa-regular{
    float: right;
}

.sub-category-wrapper .cat-sublist{
    list-style: none;
    padding: 0px 0 0 10px;
}

.category_filter_item.active{
    color: var(--color-primary);
}

.sub-category-wrapper .cat-sublist li.active{
    color: var(--color-primary);
}

.reset-filter-btn {
    height: 35px;
    border: 1px solid rgba(43, 66, 38, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #ffff;
    border-radius: 4px;
    color: #2C3C28;
    min-width: max-content;
}

.add_product_to_cart{
    cursor: pointer;
}

.shop_pagination{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: #706f6c;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: right;
}

.shop_pagination .page-item.active .page-link{
    background-color: #A96B18;
    border-color: #A96B18;
}

.shop_pagination .page-link,
.shop_pagination .page-link:hover {
    color: #A96B18;
}

.shop_pagination .page-item.prev{
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.shop_pagination .page-item.next {
    display: flex;
    padding: 0 10px;
    align-items: center;
}


.rate {
    float: left;
    /*width: 100%;*/
}

.rate:not(:checked) > input {
    position: absolute;
    visibility: hidden;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;    
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Reverse the order of labels for RTL (right-to-left) layout */
[dir="rtl"] .rate:not(:checked) > label,
[dir="rtl"] .rate > input:checked ~ label,
[dir="rtl"] .rate:not(:checked) > label:hover,
[dir="rtl"] .rate > input:checked + label:hover,
[dir="rtl"] .rate > input:checked + label:hover ~ label,
[dir="rtl"] .rate > input:checked ~ label:hover,
[dir="rtl"] .rate > input:checked ~ label:hover ~ label,
[dir="rtl"] .rate > label:hover ~ input:checked ~ label {
    float: right;
}

.rate_section .rate input[type=radio]~label::before{
    background-color: transparent;
}

.rate_section .rate input[type=checkbox]:checked~label::after, 
.rate_section .rate input[type=radio]:checked~label::after {
    opacity: 0;
}

.rate_section .rate > label{
    width: 25px;
    height: 25px;
}

.rts-product-details-section .details-product-area .product-catagory{
    margin-right: 5px;
}


.shopping_cart_area .clear-cart{
    cursor: pointer;
}

#customerForgotPasswordForm .input-wrapper {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

#customerForgotPasswordForm .input-wrapper input {
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    height: 50px;
}

#customerForgotPasswordForm .another-way-to-registration p {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 16px;
}

#customerForgotPasswordForm .another-way-to-registration p a {
    color: #2C3C28;
    font-weight: 600;
    margin-left: 10px;
}


.order-cencel {
    font-weight: bolder;
    font-size: 25px;
    color: rgb(128, 0, 0);
}

.order-pending{
    font-weight: bolder;
    font-size: 25px;
    color: rgb(212 121 0);
}

.order-body .subtotal{
    text-align: right;
}

.cart-total-area-start-right .subtotal{
    justify-content: space-between;
}

.cart-total-area-start-right .bottom .wrapper{
    justify-content: space-between;
}




.right-card-sidebar-checkout .cottom-cart-right-area input[type="radio"] {
    display: none;
}


.right-card-sidebar-checkout .cottom-cart-right-area .custom-checkbox .custom-control-label{
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
}

.right-card-sidebar-checkout .cottom-cart-right-area input[type="radio"]~label {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #FFF;
    font-weight: 500;
    padding-left: 25px;
    cursor: pointer;
}
 
.right-card-sidebar-checkout .cottom-cart-right-area input[type="radio"]~label::before {
    content: " ";
    position: absolute;
    top: 1 px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #2C3C28;
    border-radius: 50%;
    transition: all 0.3s;
    border-radius: 50%;
}

.right-card-sidebar-checkout .cottom-cart-right-area input[type=radio]~label::after {
    width: 8px;
    height: 8px;
    left: 3.2px;
    background: #2C3C28;
    border-radius: 50%;
    border: none;
    top: 22%;
}

.right-card-sidebar-checkout .cottom-cart-right-area .custom-checkbox{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}


.right-card-sidebar-checkout .cottom-cart-right-area #delivery_method h4{
    margin: 0px 0 10px 0;
}

.right-card-sidebar-checkout .cottom-cart-right-area .payment-methods h4{
    margin: 20px 0 10px 0;
}


/*.rts-billing-details-area .single-input input{*/
/*    height: 50px;*/
/*    width: 100%;*/
/*    border: 1px solid #E8E8E8;*/
/*    border-radius: 5px;*/
/*    margin-top: 10px;*/
/*}*/

/*.rts-billing-details-area .single-input {*/
/*    margin-bottom: 35px;*/
/*}*/

/* .right-card-sidebar-checkout .single-category #agree_tc{
    display: block;
} */

#agree_tc~label{
    padding-left: 5px;
    color: #FFF;
}

#agree_tc~label::before{
    display: none;
    /* position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #2C3C28;
    font-weight: 500;
    padding-left: 25px;
    cursor: pointer; */
}

#agree_tc~label::after{
    display: none;
}

.home-main-slider .swiper-button-prev::after,
.home-main-slider .swiper-button-next::after{
    display: none;
}
