/**
Theme Name: Martin Brand
Author: One Custom
Author URI: https://onecustom.co.za
Description: A theme for Entelect – an Astra child-theme – remixed and extended by One Custom.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martin-brand
Template: astra
*/
body {
    /* Set "my-sec-counter" to 0 */
    counter-reset: my-sec-counter;
}
.tag-bubble a {
    color: #fff;
}
.tag-bubble a:hover {
    color: #1A7553;
}
.pod-disclaimer {
    margin-top: 10px;
    text-align: center;
}
.disclaimer-text {
    display: inline-block;
    width: 450px;
    font-size: 14px;
    line-height: 15px;
    color: #006540;
}
.body-text-links {
    color: #1A7553;
    text-decoration: underline;
}
.archive .woosb-products[class*="woosb-products-layout-grid"] {
    margin: 0;
}
.prod-desc {
    min-height: 126px;
}
.highlight-sml {
    color: #4E5652;
}
.archive .woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
    margin: 0px !important;
    width: 100% !important;
    padding: 10px 65px !important;
    border: none;
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.archive .woosb-products[class*="woosb-products-layout-grid"] .woosb-product:nth-child(1)  {
    border: none !important;
}
.archive .product-type-woosb .woosb-products .woosb-product {
    
}
.single .product-type-woosb .woosb-products .woosb-product {
    width: 31% !important;
    min-height: 400px;
    padding: 20px !important;
    border: #fff solid 8px !important;
    -moz-box-shadow: 2px 3px 20px -5px rgba(149, 149, 149, 0.5);
    -webkit-box-shadow: 2px 3px 20px -5px rgba(149, 149, 149, 0.5);
    box-shadow: 2px 3px 20px -5px rgba(149, 149, 149, 0.5);
}
.single .product-type-woosb .woosb-products .woosb-product:nth-child(1) {
    background-color: #fff;
}
.single .product-type-woosb .woosb-products .woosb-product:nth-child(2) {
    background-color: #F6F6F7;
}
.single .product-type-woosb .woosb-products .woosb-product:nth-child(3) {
    background-color: #F4F4F5;
}
.single .product-type-woosb .woosb-products .woosb-product:nth-child(4) {
    background-color: #F2F3F3;
}
.single .product-type-woosb .woosb-products .woosb-product:nth-child(5) {
background-color: #EBECEC;
}
.woosb-title-inner, .woosb-description, .woosb-availability, .woosb-price, .woosb-price-ori {
    text-align: left;
    font-size: 16px !important;
    font-weight: 400;
}
.archive .woosb-description, .archive .woosb-availability, .archive .woosb-price, .archive .woosb-price-ori {
    display: none;
}
/*.woosb-title-inner a:before {
    // Increment "my-sec-counter" by 1 
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) " ";
    font-size: 28px;
    font-size: 2.0rem;
    font-weight: 600;
    margin-right: 12px;
}
*/
.woosb-title-inner a {
    font-family: 'Dashiell-Fine',dashiell-fine,serif;
    font-weight: 600;
}
.archive .woosb-title-inner a {
    font-size: 16px;
    font-size: 1.1rem;
}
.single .woosb-title-inner a {
    font-size: 24px;
    font-size: 1.5rem;
}
.archive .woosb-title-inner a:after {
    content: "»";
    margin-left: 20px;
}
