#hoursPopout {
    position: absolute;
    background: #fff;
    top: 42px;
    right: 6%;
    z-index: 9999;
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    box-shadow: 9px 9px 16px -10px rgba(0,0,0,0.6);
    width: 350px;
    text-align: center;
    display: none;
}
.hoursHeader {
    padding: 0px 40px 0 20px;
}
.hoursOpen {
    margin-bottom: 20px;
    text-align: left;
}
.hoursOpen ul li {
    list-style: disc;
}
#hoursClose {
    line-height: 0px;
    display: block;
    float: right;
    position: relative;
    right: -28px;
    cursor: pointer;
    color: #666;
}
.hoursBox {
display: none;
}
.hoursShow {
display: block;
}

/*----[CHECKOUT STYLES]-----*/
table.table-checkout-shipping-method .row {
    margin-left: 2px;
}

.opc-progress-bar-item._active:before {
    background: #d30a16;
}

.opc-progress-bar-item._active > span:before {
    background: #d30a16;
}

.opc-estimated-wrapper .estimated-block .estimated-price {
    color: #37e44b;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #d30a16;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #d30a16;
}
@media (max-width: 600px) {
    .install-wrapper {
        visibility: hidden;
        display: none;
    }
}

#tab-label-related.post.tab {
    display: none;
}