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-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;
}


.cart_remove{
    cursor: pointer;
}


.tf-mini-cart-item .tf-mini-cart-image img{
    height: auto !important;
}

@media (min-width: 1200px) {
.tf-checkout-cart-main .box-ip-shipping,
  .tf-checkout-cart-main .box-ip-contact,
  .tf-checkout-cart-main .box-ip-checkout {
    margin-bottom: 22px;
  }
}

.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;
}

.remove_wishlist,
.pc-build-remove-product{
    cursor: pointer;
}

.account-dashboard{
    position: relative;
}

.account-dashboard .is_whole_seller,
.account-dashboard .request_whole_seller,
.account-dashboard .pending_whole_seller{
    position: absolute;
    right: 0;
    cursor: pointer;
}

.account-dashboard .pending_whole_seller{
    background-color: #407ad8;
    border: #407ad8;
}


.account-dashboard .is_whole_seller{
    background-color: #2d9e40;
    border: #2d9e40;
}


.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;
}






.card-product .name-product{
    -webkit-line-clamp: 1;
}


.modal-quick-view .tf-product-info-wrap .tf-product-variant .color-btn2 {
  width: 34px !important;
  height: 34px !important;
}
.modal-quick-view .tf-product-info-wrap .tf-product-variant .color-btn2 .check-color {
  width: 28px !important;
  height: 28px !important;
}
.tf-product-info-wrap .variant-color .color-btn2:not(.select-item) {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.tf-product-info-wrap .variant-color .color-btn2:not(.select-item) .check-color {
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tf-product-info-wrap .variant-color .color-btn2:not(.select-item).active {
  border-color: var(--dark-2);
}
.tf-product-info-wrap .variant-color .color-btn2.style-image {
  width: 56px;
  height: 56px;
  padding: 5px;
  border: 1px solid var(--line);
}
.tf-product-info-wrap .variant-color .color-btn2.style-image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.tf-product-info-wrap .variant-color .color-btn2.style-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-product-info-wrap .variant-color .color-btn2.style-image-square {
  width: 80px;
  height: 100px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.tf-product-info-wrap .variant-color .color-btn2.style-image-square .img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.tf-product-info-wrap .variant-color .color-btn2.style-image-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-btn2 .check-color{
    display: flex;
    align-items: center;
    justify-content: center;
}


.tf-product-info-wrap .variant-color .text-btn2:not(.select-item) {
  position: relative;
  /* width: 38px;
  height: 38px; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* border-radius: 50%; */
  /* padding: 5px; */
}
.tf-product-info-wrap .variant-color .text-btn2:not(.select-item) .check-color {
  /* width: 32px;
  height: 32px; */
  display: flex;
  flex-shrink: 0;
  /* border-radius: 50%; */
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}
.tf-product-info-wrap .variant-color .text-btn2:not(.select-item).active {
  border-color: var(--dark-2);
}


.koko-payment{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-variation-price .koko-payment{
    justify-content: left;
}