@charset "utf-8";
/* CSS Document */

.store-original-price {
    text-decoration: line-through;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.store-product-block {display:table;padding-top:30px;}
.store-product-block .content {display:table-cell;box-sizing: border-box;border-spacing:0px 20px;position: relative;}
.store-product-block .splitThridStore {padding:0px 20px 20px 20px;float:none;}
.store-product-block .splitThridStore:nth-child(2) {width:37.5%;}
.store-product-block .splitThridStore:nth-child(3) {width: 37.5%;}
.store-product-block .splitThridStore:nth-child(4) {width:25%;min-width:330px;padding:10px;float:none;border:solid 1px #b3b3b3;border-spacing:20px 0 0 0;}

.store-product-name2 {width:100%;margin:0px auto 10px auto;padding:12px;background-color:#f2f2f2;color:#5f6273;box-sizing: border-box;}
.store-product-detailed-description {color:#747474;}

.store-product-options {}
.store-product-options .form-group {padding:2px 0px;}
.store-product-options label {padding:6px 10px 0 0;box-sizing:border-box;}
.store-product-option-help-text {display: inline-block;}
.store-product-options select {margin: 0;padding: 2px 1.4em 2px .8em;cursor:pointer;font-size: 1em;color:#363636;line-height:1.5rem;box-sizing: border-box;border: 1px solid #7a7a7a;background-color: #fff;background-image: url("../images/form-select-arrow.png");background-repeat: no-repeat;background-position: right .7em top 50%, 0 0;background-size:8px auto;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;}
.store-product-customer-price-label{display:inline-block;}
.store-product-customer-price-entry-field, .store-product-option-entry {margin: 0;padding: 2px .8em 2px .8em;cursor:pointer;font-size: 1em;color:#363636;line-height:1.5rem;box-sizing: border-box;border: 1px solid #7a7a7a;background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;}
.input-group-addon, .input-group {display:inline-block;}
.store-btn-add-to-cart {min-height:1.5rem;padding:5px 25px;margin:0 15px 0 0;cursor:pointer;font-size:1em;text-decoration:none;box-sizing:border-box;background-color: #000000;color:#FFFFFF;border:solid 1px #FFFFFF;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.store-btn-add-to-cart:hover {background-color: #FFFFFF;color:#000000;border:solid 1px #000000;}

.store-out-of-stock-label {padding:4px 15px;position:relative;visibility:hidden;}
.store-out-of-stock-label::before {width:100%;height:100%;padding:4px 15px;background-color: #FFD600;box-sizing: border-box;content:'Not available with this selection';visibility:visible;position: absolute;top:0;left:0;}

.store-cart-page-cart {}
.store-cart-page-cart table.table-condensed {width:100%;}
.store-cart-page-cart table.table-condensed thead {}
.store-cart-page-cart table.table-condensed tbody {}
.store-cart-page-cart table.table-condensed tbody tr {vertical-align:top;}
.store-cart-page-cart table.table-condensed tbody tr td {}

@media only screen and (max-width:975px){
.store-product-block .splitThridStore {padding:0px 5px 5px 5px;}}
@media only screen and (max-width:875px){
.store-product-options label {white-space:normal;}
.store-product-block {display:block;padding-top:15px;}
.store-product-block .content {display:inline-block;border-spacing:0;}
.store-product-block .splitThridStore:nth-child(2) {width:225px;}
.store-product-block .splitThridStore:nth-child(3) {width:calc(100% - 235px);}
.store-product-block .splitThridStore:nth-child(4) {width:100%;padding:0px 5px 5px 5px;float:none;border:solid 1px #b3b3b3;}
.store-product-block .splitThridStore .accordionHeader {padding:5px;font-size:0.9em;}
.store-product-block .splitThridStore .accordionHeader::before {top:10px;}
	.store-product-block .splitThridStore .accordionHeader::after {top:6px;}
.store-product-block .splitThridStore .accordionContent {padding:5px;font-size:0.8em;line-height:1.5em;}
.store-product-name2 {position:relative;}}
@media only screen and (max-width:500px) {
.store-product-block {display:block;margin-bottom:990px;}
.store-product-block .splitThridStore:nth-child(2) {width:100%;position:absolute;bottom:0px;}
.store-product-block .splitThridStore:nth-child(3) {width:100%;}
.store-product-block .splitThridStore:nth-child(4) {font-size:0.8em;}
.store-product-primary-image {max-width:300px;margin:0 auto;}}
