.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;
}

.product-wrapper-outer {
    background: #000;
    padding: 15px 15px;
}

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

.wood-preview-modal {
    display: none;
    position: fixed;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 2;
    text-align: center;
}

.wood-preview-modal-overlay {
    display: none;
    position: fixed;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.78);
}

.wood-preview-modal img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.close-preview-modal {
    font-size: 75px;
    line-height: 29px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 10px;
    cursor: pointer;
}

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

.product-image {
    width: 100%;
}

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

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

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

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

.product-col.two .row.two .headline span {
    color: #BF6000;
    font-size: 14px;
}

.wood-option-container {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 33%;
    margin-bottom: 15px;
    vertical-align: top;
    cursor: pointer;
}

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

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

.plus-sign {
    position: absolute;
    color: #fff !important;
    font-size: 50px !important;
    top: 5px;
    left: 2px;
    right: 0;
    width: 47px;
    margin: auto;
    z-index: 1;
}

.choose-circle,
.choose-band,
.choose-insert {
    height: 15px;
    width: 15px;
    position: absolute;
    background: #9B9B9B;
    border-radius: 50%;
    top: 51px;
    left: 0;
    right: 77px;
    margin: auto;
}

.choose-glass-slate-combo {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #9B9B9B;
    border-radius: 50%;
    top: 51px;
    left: 0;
    right: 77px;
    margin: auto;
}

.glass-slate-options-container {
    font-size: 19px;
}

.glass-slate-option-container {
    margin-bottom: 10px;
    cursor: pointer;
}

.price-mobile {
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 15px;
}

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

.qty-select-mobile, 
.qty-select-desktop {
    background: #D8D8D8;
    border-radius: 0;
    float: initial;
    width: 131px;
    height: 35px;
    line-height: 33px;
}

.qty-select-mobile {
    margin-bottom: 10px;
}

.qty-select-mobile:focus,
.qty-select-desktop:focus {
    outline: none;
}

.back-to-inventory, 
.back-to-inventory-desktop, 
.add-to-cart,
.add-to-cart-desktop {
    background: #F07800;
    font-size: 16px;
    color: #fff;
    width: 130px;
    display: inline-block;
    padding: 6px 0;
}

.add-to-cart {
    margin-right: 10px;
}

.description-wrapper {
    margin-top: 15px;
}

.description-header {
    font-size: 16px;
    color: #BF6000;
    margin-bottom: 3px;
}

.description-container {
    background: #797979;
    color: #fff;
    padding: 5px 10px;
}

.description-title {
    font-size: 20px;
}

.description {
    font-size: 16px;
    margin-top: 5px;
}

.description a {
    color: #F07800;
}

.product-description {
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.disclaimer {
    font-size: 15px;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.price-container-desktop {
    display: none;
}

.error-message {
    display: none;
    font-size: 18px;
    color: #ff2020;
    margin-bottom: 5px;
}

.sold-out {
    display: none;
    font-size: 27px;
    padding: 10px 0;
    color: #f00;
}

@media (min-width: 768px) {
    .product-col.one {
        float: left;
        margin-right: 20px;
    }

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

    .wood-option-container {
        width: 25%;
    }

    .back-to-inventory, 
    .add-to-cart {
        font-size: 20px;
        width: 190px;
    }

    .qty-select-mobile {
        width: 190px;
        font-size: 19px;
    }

    .price-mobile {
        font-size: 24px;
    }

    .price-mobile span:nth-child(2) {
        font-size: 29px;
    }

    .row.three {
        clear: both;
        padding-top: 30px;
    }

    .product-title {
        font-size: 28px;
        max-width: 335px;
    }

    .description {
        font-size: 19px;
    }

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

    .product-col.two .row.two .headline br {
        display: none;
    }

    .product-col.two .row.two .headline span {
        font-size: 15px;
        margin-left: 10px;
    }

    .description-title {
        font-size: 25px;
    }

    .product-description {
        font-size: 18px;
        margin-top: 10px;
    }

    .disclaimer {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .product-container {
        width: 942px;
        margin: auto;
    }

    .price-container-mobile {
        display: none;
    }

    .product-container-left {
        float: left;
        width: 700px;
    }

    .price-container-desktop {
        display: block;
        overflow: auto;
    }

    .green-background {
        background: #1D565D;
    }

    .price-container-desktop-inner {
        width: 200px;
        margin: auto;
        padding-top: 15px;
    }

    .qty-select-desktop {
        width: 200px;
    }

    .price-desktop {
        font-size: 18px;
        color: #fff;
        margin-top: 40px;
        margin-bottom: 30px;
    }

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

    .back-to-inventory-desktop,
    .add-to-cart-desktop {
        font-size: 21px;
        width: 100%;
        padding: 10px 0;
    }

    .back-to-inventory-desktop {
        margin-top: 15px;
    }

    .nice-select.open .list {
        height: 160px;
        overflow-y: scroll;
    }

    .error-message {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .sold-out {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .product-container {
        width: 1150px;
    }

    .product-container-inner {
        width: 1060px;
        margin: auto;
    }

    .product-container-left {
        width: 750px;
        margin-right: 30px;
    }

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

}


