/* Single product meta */
.woocommerce-js div.product .product_meta > span {
    display: inline-block;
    margin-right: 15px;
    align-items: center;
    font-weight: 400;
    text-decoration: inherit;
}

/* Single product price */
div.summary.entry-summary > p.price > span > bdi {
    color: #e68f1e !important;
    font-weight: 600;
    font-size: 23px !important;
}

/* Gallery image view */
div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images > ol > li > img {
    object-fit: contain !important;
    height: 120px;
}

/* Main big image on top of a gallery  */
.flex-viewport > div > div > a > img {
    height: 400px !important;
    object-fit: contain !important;
}

/* Set background to section recently viewed products */
.ast-separate-container.ast-two-container #secondary .widget {
    background-color: #f8f9fa;
}

/* Stock info  */
.stock {
    color: #198754 !important;
    font-weight: 800 !important;
}

.stock.in-stock {
    color: #456B25 !important;
}

/* Product Title  */
h1.entry-title {
    display: block !important;
    font-size: 35px !important;
    font-weight: 700 !important;
}

/* Additional info/ description section */
#tab-title-description > a, #tab-title-additional_information > a {
    padding: 10px;
    color: black;
}

/* Related Products */
#main > div > ul > li.ast-grid-common-col.ast-full-width.ast-article-post.desktop-align-center.tablet-align-center.mobile-align-center.product, section > ul > li {
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}

#main > div > ul > li.ast-grid-common-col.ast-full-width.ast-article-post.desktop-align-center.tablet-align-center.mobile-align-center.product:hover, section > ul > li:hover {
    border: 1px solid #eee;
    border-radius: 5px;
    transition: 0.4s;
}

section > ul.products .columns-3 {
    border: 0px !important;
}

div > section > ul > li.ast-article-single.ast-woo-product-no-review.desktop-align-center.tablet-align-center.mobile-align-center.product.type-product.status-publish.instock.taxable.shipping-taxable.purchasable.product-type-simple > div.astra-shop-thumbnail-wrap > a > img {
    height: 180px !important;
    object-fit: contain;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 80%;
    transition: 0.4s;
}

.fa .fa-plus:before{
    color: #CD7500 !important;
    font-size: 16px;
    font-weight: 900;
}

.fa .fa-minus:before {
    color: #CD7500 !important;
    font-size: 16px;
}

div.bapf_head.bapf_colaps_togl > h3 {
    font-size: 1.7rem !important;
    margin-bottom: 10px;
}

#product_categories_custom > div > h3 > i {
    position: absolute;
    display: none;
    right: 0;
    line-height: inherit;
    font-size: 16px;
    cursor: pointer;
    color: #CD7500 !important;
}

#product_categories_custom > ul.categories {
    display:block;
    margin-top:20px;
}

@media screen and (max-width: 921px) {
    /* Reverse Filtering Options and Eshop content */
    #content > div.ast-container {
        flex-direction: column !important;
    }

    #product_categories_custom > ul.categories {
        display: none;
        margin-top:20px;
    }

    #product_categories_custom > div > h3 > i {
        display: inline-block;
        position: absolute;
        right: 0;
        line-height: inherit;
        font-size: 16px;
        cursor: pointer;
        color: #CD7500 !important;
        overflow:hidden;
    }

}

.woocommerce-js.single-product a.added_to_cart {
    padding: .4em .4em 0;
    display: none;
}

@media screen and (max-width: 760px) {
    #product_categories_custom > div > h3 > i {
        display: inline-block;
        position: absolute;
        right: 30px;
        line-height: inherit;
        font-size: 16px;
        cursor: pointer;
        color: #CD7500 !important;
        overflow:hidden;
    }

}
