﻿:root {
    --cartBG: white;
    --borderColor: #2a3a47;
    --btnPrimary: #2a3a47;
    --btnPrimaryColor: white;
    --textPrimaryColor: black;
    --quantityBG: #f5f5f5;
    --QuantityBorderColor: rgba(0, 0, 0, .3);
    --productBG: white;
}


.btn-primary {
    display: inline-block;
    background-color: #1d202e;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: unset !important;
    border-radius: 0;
    border: none;
}

    .btn-outline-primary,
    .btn-primary.disabled, .btn-primary:disabled {
        display: inline-block;
        background-color: #ddd !important;
        padding: 3px 20px;
        text-transform: uppercase;
        font-size: 20px;
        border-bottom: unset !important;
        border-radius: 0;
        border: none;
        color: #1d202e !important;
    }

.hwcsp-container h2 {
    font-size: 25px;
    position: relative;
    margin-bottom: 30px;
    font-family: title
}

    .hwcsp-container h2:after {
        content: " ";
        width: 50px;
        border-bottom: 3px solid #ca8543;
        position: absolute;
        bottom: -10px;
        left: 0%;
    }

.hwcsp-container p {
    margin-bottom: 1rem;
}

.btn-primary, .btn-success {
    background-color: #1d1f2e;
    border-color: #1d1f2e;
    color: #ffffff;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600;
    border-radius: 0;
}

    .btn-primary:hover, .btn-success:hover {
        color: #fff !important;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }

    .btn-success i {
        color: white;
    }

#hwcsi-container .hwcct-container .cart-toggle,
#hwcsi-container .hwcct-container .cart-toggle span,
#hwcsi-container .hwcct-container .cart-toggle i {
    color: white !important;
}

.hwccs-container .hwccs-filter-accodrion .hwccs-filter-group {
    transition: unset !important;
}

.hwccs-container .catalog-item .hw-productimg, .hwccp-container .catalog-item .hw-productimg { 
    background-color: white;
}