/* Product Sale Lebel */
ul.products li.product .product-label {
    display: none;
}


/* Woocommerce ordering label */
.woocommerce-ordering-label {
    display: none;
}



/* Checkout Privacy Policy Text Size */
.woocommerce-privacy-policy-text {
    font-size: 15px;
}


/* Hide bundled product description/excerpt */
.bundled_product_excerpt {
    display: none !important;
}

/* Bundle Product Title */
.single-product .details .bundled_product_title {
    font-size: 20px !important;
}







/* Terms & Conditions checkbox text */
.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
}


/* Terms & Conditions link color */
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #386d50 !important;
    text-decoration: underline;
}


/* Newsletter checkbox text - normal */
.automatewoo-optin label,
.automatewoo-optin label span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
}



/* Proudct description */
.woocommerce-product-details__short-description {
    clear: both;
    font-size: 15px;
    line-height: 1.9;
    padding-bottom: 0.5rem;
}



/* Mobile device search bar */
.aws-container .aws-search-form .aws-form-btn {
    text-align: center;
    background: #386D50;
    /* border: 1px solid #d8d8d8; */

}




/* Single Proudct page, whatsapp icon, email icon disable */
.sd-content {
    display: none;
}


/* Navigation font */
.main-navigation ul.menu ul li > a, .main-navigation ul.nav-menu ul li > a, .main-navigation ul.menu ul li.nolink {
    font-family: 'Instrument Sans';
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 27px;
}


/* Product title two line on mobile device */

@media (max-width: 1024px) {
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


/* Categoris image hide */
img.cg-cat-image {
    display: none;
}