.divider {
    display: block;
    width: 87%;
    margin: 25px auto 20px auto;
    max-width: max-content;
}

.divider.sm,
.desktop-filters {
    display: none;
}

.mobile-filters {
    width: 312px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-filter-label {
    font-family: 'LatiniaBlack';
    color: #3F1210;
    margin-bottom: 5px;
    font-size: 15px;
}

.mobile-filter-select {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 18px;
    color: #3F1210;
    font-family: 'LatiniaBlack';
    border: none;
    padding: 8px 10px;
}

.nice-select .option.selected {
    font-weight: 500;
}

.blurb {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: auto;
    max-width: 366px;
    margin-bottom: 35px;
}

.product-list {
    font-size: 0;
    max-width: 1690px;
    margin: auto;
    margin-top: 15px;
}

.product-col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}

.product-item {
    border: 4px solid #3F1210;
    text-align: center;
    width: 95%;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
}

.product-img {
    width: 94%;
    margin: auto;
    display: block;
    margin-top: 8px;
}

.product-name {
    font-size: 17px;
    font-weight: 800;
    margin-top: 10px;
    padding: 0 8px 4px 8px;
}

.product-desc {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.product-spacer {
    height: 2px;
    background: #E06225;
    margin: 6px 8px;
}

.prices-wrapper {
    margin-bottom: 15px;
    padding-top: 4px;
}

.product-price {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-inputs-container {
    margin-bottom: 15px;
}

.product-input-label {
    font-size: 14px;
    color: #262626;
    font-weight: 700;
    text-align: left;
}

.product-input-col {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.product-input-col.one {
    width: 42%;
}

.product-input-col.two {
    width: 13%;
}

.product-input-col.three {
    width: 41%;
}

.equals {
    font-size: 26px;
    line-height: 15px;
    padding-top: 26px;
}

.total-input {
    border: 1px solid #707070;
    height: 25px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.product-quantity-select {
    border: 1px solid #707070;
    border-radius: 0;
    box-sizing: border-box;
    height: 25px;
    line-height: 25px;
    width: 100%;
}

.nice-select.product-quantity-select:after {
    border-bottom: 2px solid #3F1210;
    border-right: 2px solid #3F1210;
    content: '';
    display: block;
    height: 6px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
}

.product-shop-btn {
    background: #3F1210;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s;
    width: 110px;
    border-radius: 24px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.product-shop-btn:hover {
    background: #E06225;
}

.product-radio-btns-container {
    text-align: left;
    margin-bottom: 13px;
}

.product-radio-btns-header {
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    padding-left: 8px;
    margin-bottom: 10px;
}

.product-radio-col {
    display: inline-block;
    vertical-align: top;
}

.product-radio-col.one {
    padding-left: 8px;
    margin-right: 10px;
}

/*custom checkbox styles*/
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="radio"]+label {
    font-size: 12px;
    line-height: 13px;
    padding-left: 16px;
    color: #2C2C2C;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
}

[type="radio"].filled-in+label:before, [type="radio"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}

[type="radio"].filled-in:not(:checked)+label:after {
    border: 1px solid #8D948F;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #fff;
}


[type="radio"].filled-in:checked+label:before {
    background: #E06225;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

[type="radio"].filled-in:checked+label:after {
    top: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #8D948F;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
}
/*end custom checkbox styles*/




@media (min-width: 414px) {
    .product-col {
        width: 50%;
    }

    .divider {
        width: 100%;
    }

    .product-name {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .blurb {
        max-width: 100%;
    }

    .divider.xs {
        display: none;
    }

    .divider.sm {
        display: block;
    }

    .products-container {
        width: 768px;
        margin: auto;
    }

    .product-col {
        margin-bottom: 40px;
    }

    .product-item {
        border: 5px solid #3F1210;
    }

    .product-img {
        margin-top: 9px;
        width: 92%;
    }

    .product-name {
        font-size: 23px;
        line-height: 28px;
        padding: 0 15px 4px 15px;
        max-width: 280px;
        margin: auto;
        margin-top: 10px;
    }

    .product-desc {
        font-size: 18px;
        line-height: 21px;
    }

    .product-spacer {
        height: 3px;
        margin-top: 12px;
        margin: 10px 15px;
    }

    .product-price {
        font-size: 20px;
    }

    .product-input-col.one {
        width: 38%;
    }

    .product-quantity-select {
        height: 37px;
        line-height: 37px;
        font-size: 17px;
    }

    .nice-select.product-quantity-select:after {
        right: 12px;
    }

    .total-input {
        height: 37px;
        font-size: 17px;
        padding-top: 5px;
    }

    .equals {
        padding-top: 34px;
        font-size: 34px;
    }

    .product-radio-btns-header {
        font-size: 16px;
        padding-left: 15px;
    }

    .product-radio-col.one {
        padding-left: 15px;
    }

    .product-shop-btn {
        font-size: 17px;
        width: 175px;
        margin-left: 12px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    [type="radio"]+label {
        font-size: 16px;
        line-height: 20px;
        padding-left: 29px;
    }

    [type="radio"].filled-in:checked+label:before {
        height: 14px;
        width: 14px;
        top: 3px;
        left: 3px;
    }

    [type="radio"].filled-in:checked+label:after {
        width: 18px;
        height: 18px;
    }

    [type="radio"].filled-in:not(:checked)+label:after {
        height: 18px;
        width: 18px;
    }
}

@media (min-width: 992px) {
    .mobile-filters,
    .divider.sm {
        display: none;
    }

    .desktop-filters-outer {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        max-width: 1650px;
        margin: auto;
    }

    .desktop-filters {
        display: block;
        margin: auto;
        background: #3F1210;
        padding: 30px 0px;
        box-sizing: border-box;
        margin-top: 45px;
        margin-bottom: 30px;
        width: 100%;
    }

    .desktop-filter-col {
        display: inline-block;
        margin: 0 25px;
        cursor: pointer;
    }

    .desktop-filter-col.active .desktop-filter-name {
        color: #E06225;
    }

    .desktop-filter-name {
        font-family: 'LatiniaBlack';
        font-size: 25px;
        color: #fff;
        transition: all .2s;
    }

    .desktop-filter-name:hover {
        color: #E06225;
    }

    .desktop-category-filters {
        text-align: center;
        font-size: 0;
    }

    .category-filter-col {
        display: inline-block;
        margin: 0 30px;
        margin-bottom: 15px;
    }

    .category-name {
        font-family: 'LatiniaBlack';
        color: #fff;
        font-size: 23px;
        cursor: pointer;
        transition: all .2s;
    }

    .category-name:hover {
        color: #3F1210;
    }

    .category-name.active {
        color: #3F1210;
        text-decoration: underline;
    }

    .desktop-category-sub-filters {
        background: #3F1210;
        text-align: center;
        padding: 12px 5px 0px 5px;
        width: 97%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .sub-category-filter-col {
        display: inline-block;
        margin-bottom: 12px;
    }

    .sub-category-name {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        margin: 0 8px;
        cursor: pointer;
        transition: all .2s;
    }

    .sub-category-name:hover {
        color: #E26326;
    }

    .sub-category-name.active {
        color: #E26326;
    }

    .products-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        max-width: 1650px;
    }

    .product-col {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .product-col {
        width: 25%;
    }
}








