.filter-items.item-check li {
    display: flex;
    align-items: center;
    line-height: 35px;
}

.filter-items.item-check input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    color: #21983F;
    background-color: #21983F;
}

.filter-items.item-check li label {
    cursor: pointer;
}


.discounted_price_item{
    border: 1px solid #eb5226;
    padding: 10px;
    border-radius: 5px;
}

.discounted_price_item h5{
    font-size: 16px;
    margin-bottom: 5px;

}

.discounted_cash_price,
.discounted_card_price{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}












input.error, textarea.error {
    border: 1px solid red !important;
}

label.error{
    color: red !important;
}

.product-variation-form{
    margin-bottom: 10px;
}

.product-variation-form label{
    white-space: nowrap;
}

.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::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 #f14242;
}

.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: #f14242;
    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 .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,
.payment_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;
}

.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: #ec4745;
    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 {
    background: #ecf0f1;
    pointer-events: all;
    z-index: 1200;
    padding: 0;
    margin: 50px 0 0 0;
    left: 170px;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    max-height: 250px;
    overflow-y: auto;
    width: 82%;
    overflow-x: hidden;
    opacity: 1;
    transition: .25s opacity;
}

.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;
}

.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;
}





.product-wrap .label-group,
.swiper-wrapper .label-group{
    z-index: 99;
}

.product-wrap .label-group,
.swiper-wrapper .label-group {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
}

.product-wrap .label-group .special_offer_label{
    width: 40px;
    height: 40px;
}

.product-single-gallery .special_offer_label,
.swiper-wrapper .label-group .special_offer_label{
    width: 50px;
}

.rate_section{
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.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;
}


.product-short-desc ul{
    list-style-type: inherit !important;
}

.product-price .product-price{
    width:100%;
    float:left;
}
.product-price .old-price{
    /*width:100%;*/
    /* float:left; */
}