.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity .minus,
.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity .plus
{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity input{
    width: 100%;
    padding: 6px 0;
    max-width: 36px;
    text-align: center;
    color: #1D1F1F;
    font-size: 16px;
    font-weight: 500;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_price span{
    color: #899A9A;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.checkout_special_offer .checkout_special_title .special_price span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    background: #A8FFAC;
    border-radius: 4px;
    opacity: 0.98;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout_special_offer .checkout_special_title .special_price {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    color: #1D1F1F;
    font-size: 13px;
    font-weight: 500;
}

.checkout_special_item_image img {
    min-width: 118px;
    width: 118px;
    height: 136px;
    object-fit: cover;
    object-position: center;
    display: flex;
    max-width: 100%;
}

@media (min-width: 992px) {
    .checkout_special_item_image img {
        min-width: 124px;
        width: 124px;
        height: 124px;
    }

    .checkout_special_offer .checkout_special_title .special_price {
        flex-direction: row;
        gap: 7px;
    }
}

.checkout_special_offer .checkout_special_title .special_price span {
     padding: 6px 12px;
}

/*.checkout_special_offer{*/
/*    display: none;*/
/*}*/

/*.woocommerce a.remove:hover{*/
    /*pointer-events: none;*/
    /*opacity: 1 !important;*/
    /*color: #fff !important;*/
/*}*/

.checkout_special_offer_description_title{
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout_special_offer_description_text{
    font-size: 14px;
}

.woocommerce a.remove:hover {
    background: none;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_btn {
    /*background: #A8FFAC;*/
    cursor: pointer;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_btn:hover,
.single_product_content .single_product_text .single_product_price form button:hover {
    box-shadow: 0 2px 8px 0 rgba(5, 5, 5, 0.6);
}

.cart_product_items_title{
    margin-top: 15px;
}

.minus{
    margin: 0 auto;
    /*padding-left: 9px;*/
    /*height: 100%;*/
    /*width: 100%;*/
}

.plus{
    margin: 0 auto;
    /*padding-right: 9px;*/
    /*height: 100%;*/
    /*width: 100%;*/
}

.quantity_wrap {
    padding: 0;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity{
    padding: 0;
}

.quantity_wrap_span .quantity input {
    /*max-width: 26px;*/
}

.quantity_wrap_span .minus, .quantity_wrap_span .plus{
    width: 100%;
    height: 100%;
}

/*.xoo-wsc-plus{*/
/*    padding-right: 9px;*/
/*}*/

/*.xoo-wsc-minus{*/
/*    padding-left: 9px;*/
/*}*/

span.xoo-wsc-chng{
    padding: 0;
    margin: 0 auto !important;
}

.checkout_special_item_price{
    margin: 0 10px;
}
input[type="number"].xoo-wsc-qty{
    padding: 0;
    max-width: 20px;
}

.product-total .quantity_wrap_span .quantity input {
    height: 100%;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity input{
    max-width: 20px;
}

.quantity_wrap_span .quantity input{
    max-width: 20px !important;
}

.product-total .quantity_wrap_span .plus, .product-total .quantity_wrap_span .minus{
    padding: 0 9px;
}

.about-us_slider{
    left: 0;
}

.product_rating_reviews .product_rating svg {
    width: 13px;
    height: 13px;
}

@media (min-width: 400px) {
    .product_rating_reviews .product_rating svg {
        width: 17px;
        height: 16px;
    }
}

.footer_logo img {
  width: 140px;
  height: 40px;
}

.categories_all_btn{
    border: 1px solid #6cda70;
}

.category_item{
    border: 1px solid #6cda70;
}

.why-us_item{
    border: 1px solid #6cda70;
}

.wrap__variations .variation{
    border: 1px solid #6cda70;
}

.wrap__variations .variation input:checked~.variation_wrap{
    background-color: #e7ffeb;
}

.variation_wrap_kit .color {
    color: #6cda70;
}

.variation_wrap_info .price{
    color: #6cda70;
}

.variation_wrap_info .price-one{
    color: #000;
}

.single_product_price_mobile form .variations_button button{
    background: #eb6a6a;
    box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
    color: #FFFFFF;
}

.wrap__variations .variation_benefit {
    background-color: #6cda70;
    color: #000;
}

.single_product_reviews_slider_item img{
    max-height: 330px;
}
    
.right_sidebar_delivery {
    background-color: #A8FFAC;
}

