.shop-loading-overlay {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    bottom: 0;
    z-index: 2;
}

.refine-container {
    background: rgba(0, 0, 0, 0.87);
    position: absolute;
    top: 56px;
    z-index: 1;
    width: 200px;
    left: -200px;
    padding-bottom: 10px;
    transition: all .3s;
}

.refine-container.active {
    left: 15px;
}

.refine-search-mobile,
.refine-search-desktop {
    font-family: ifc hardball;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
    cursor: pointer;
}

.refine-search-desktop {
    display: none;
}

.refine-btn {
    font-family: Mohave;
    background: #9a4e03;
    color: #fff;
    width: 175px;
    text-align: center;
    margin-bottom: 8px;
    padding: 7px 0;
    font-size: 18px;
    cursor: pointer;
}

.refine-btn.active {
    background: #F07800;
}

.current-filter {
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
}

.call-listing-container-outer {
    background: #000;
    padding: 15px 15px;
    position: relative;
}

.product-container {
    background: #fff;
    padding: 10px 10px 55px 10px;
    font-size: 0;
    margin-bottom: 20px;
    position: relative;
}

.product-col {

}

.product-col.one {
    width: 200px;
}

.product-col.two {
    margin-top: 7px;
}

.product-image {
    width: 100%;
}

.product-col.two .row.one {
    position: relative;
}

.product-col.two .row.one .horizontal-spacer {
    position: absolute;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 9px;
    height: 1px;
    background: #bdbdbd;
}

.product-col.two .row.one a {
    color: #F07800;
}

.product-col.two .row.two {
    margin-top: 20px;
}

.product-col.two .row.two .headline {
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
    padding-left: 10px;
}

.product-title {
    font-family: Mohave-Bold;
    font-size: 23px;
    margin-bottom: 7px;
    color: #000;
}

.view-details {
    font-family: Mohave-SemiBold;
    font-size: 20px;
    color: #F07800;
}

.wood-option-container {
    text-align: center;
    display: inline-block;
    width: 33%;
    margin-bottom: 9px;
    vertical-align: top;
}

.wood-option-container img {
    width: 55px;
}

.wood-option-container div {
    font-size: 16px;
    margin-top: 5px;
    color: #000;
}

.more-color-container {
    position: relative;
}

.more-colors-text {
    position: absolute;
    top: 8px;
    left: 0;
    right: 3px;
    color: #fff !important;
    font-size: 27px !important;
}

.description {
    font-size: 20px;
    color: #000;
    margin-top: 35px;
}

.description a {
    color: #F07800;
}

.price-container {
    background: #1D565D;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 15px 5px 20px;
}

.price-container span:nth-child(1) {
    font-size: 20px;
}

.price-container span:nth-child(2) {
    font-size: 25px;
    margin-left: 15px;
}

.product-col-clear {
    clear: both;
}

.product-col-clear-two {
    display: none;
}

@media (min-width: 768px) {
    .product-container {
        padding-bottom: 40px;
    }

    .product-col.one {
        float: left;
        margin-right: 10px;
    }

    .product-col.two {
        overflow: auto;
    }

    .product-title {
        float: left;
        width: 280px;
        margin-bottom: 0;
    }

    .view-details {
        overflow: auto;
        text-align: right;
        padding-right: 35px;
    }

    .product-col-clear-two {
        display: block;
        clear: both;
    }

    .product-col.two .row.one .horizontal-spacer {
        margin-bottom: 7px;
    }

    .product-col.two .row.two .headline {
        font-size: 19px;
    }

    .call-listing-container {
        width: 718px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .refine-search-mobile {
        display: none;
    }

    .refine-container {
        position: relative;
        float: left;
        top: 0;
        width: initial;
        left: 15px;
    }

    .refine-search-desktop {
        display: block;
    }

    .call-listing-container {
        width: 755px;
        margin-right: initial;
    }

    .call-listing-container {
        padding-top: 42px;
    }

    .call-listing-container-inner {
        width: 994px;
        margin: auto;
    }

    .view-details {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    .refine-btn {
        width: 260px;
        font-size: 21px;
    }

    .call-listing-container-inner {
        width: 1170px;
    }

    .call-listing-container {
        width: 850px;
        padding-bottom: 15px;
    }

    .refine-search-desktop {
        font-size: 32px;
    }

    .wood-option-container {
        width: 13%;
        padding: 0 10px;
    }
}

