:root {
    --primary-color: #BC202B;
    --primary-disabled-color: #BC202B20;
    --secondary-color: #0C8041;
    --secondary-disabled-color: #0C804120;
}
body, p {
    color: #444;
}
a {
    text-decoration: none;
    color: inherit;
}
.text-underline {
    text-decoration: underline;
}
.banner-bg {
    height: auto;
    justify-content: center;
    display: flex;
    /*padding: initial;*/
}
.banner-content .title {
    font-size: 48px;
    /*font-weight: bold;*/
    line-height: 1.3;
    letter-spacing: 3px;
}
.banner-content .sub-title {
    /*text-transform: none;*/
    color: #aaa;
    /*font-size: 12px;*/
    font-weight: normal;
}
.product-item {
    margin-bottom: 30px;
}
.product-item .product-content .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
}
.product-item .product-content .price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-content {
    padding: 30px 20px 20px;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--primary-disabled-color);
    border-color: var(--primary-disabled-color);
    color: white;
}
.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
}
.btn-primary:hover,
.btn-primary:active {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.btn-secondary:hover,
.btn-secondary:active {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn-outline-primary {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-width: .5px;
}
.btn-outline-secondary {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}
.btn-outline-secondary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
}
.bg-custom-secondary {
    background-color: var(--secondary-color);
}
.bg-custom-primary {
    background-color: var(--primary-color);
}
.bg-custom-secondary-light {
    background-color: var(--secondary-disabled-color);
}
.bg-custom-primary-light {
    background-color: var(--primary-disabled-color);
}
.product-item .product-img img,
.product-thumb-four img {
    object-fit: contain;
    height: 150px;
    width: 100%;
}
.collapse.show {
    visibility: visible;
}
.product-item-four {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-content-four::before {
    /*border-top: 1px solid var(--primary-color);*/
    height: 5px;
    width: 100px;
    background-color: green;
}
.product-thumb-four {
    margin-bottom: 20px;
}
.product-item-three {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.cart-plus-minus input {
    border: .5px solid #f0f0f0 !important;
}
input:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.shop-inner-wrap {
    padding-top: 60px;
}
.shop-details-area {
    padding: 60px 0;
}
.btn-primary:focus {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.breadcrumb-content::before {
    font-size: 30px;
}
.breadcrumb-content {
    padding-right: 40px;
}
.breadcrumb-content .title {
    font-size: 30px;
}
.scroll-top.open {
    bottom: 100px;
}
.whatsapp-widget {
    bottom: 10px;
    right: 15px;
    position: fixed;
    z-index: 1000;
}
.whatsapp-widget img {
    height: 70px;
    width: 70px;
}

@media (max-width: 1500px) {
    .breadcrumb-bg {
        padding: 210px 0 50px;
    }
}

@media (max-width: 768px) {
    .banner-bg {
        padding-top: 150px;
    }
    .banner-content .title {
        font-size: 25px;
        letter-spacing: 1px;
    }
    .product-item .product-img img {
        object-fit: contain;
    }
    .banner-content .sub-title {
        font-size: 12px;
    }
    .breadcrumb-bg {
        padding: 130px 0 50px;
    }
    .shop-details-area {
        padding-top: 20px;
    }
    .whatsapp-widget {
        right: 5px;
        bottom: 20px;
    }
    .whatsapp-widget img {
        height: 60px;
        width: 60px;
    }
    .scroll-top.open {
        bottom: 100px;
    }
}
