﻿/* PRODUCT BUILDER STYLES */
fieldset {
    opacity: 0.3;
}
fieldset.active {
    opacity: 1;
}
.options label {
    transition: 0.3s;
}
.options input[type="radio"] {
    display: none;
}
.options input[type="radio"]:checked + label {
    border-color: #0071e3;
    background: #0071e3;
    color: #fff;
}
/* END PRODUCT BUILDER STYLES */

.product-variants {
    margin-top: 10px;
    overflow: hidden;
}
.product-variants__options {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: left;
}
.product-variants__options a {
    display: inline-block;
    zoom: 1;
    margin: 0 3px 6px 0;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    text-decoration: none;
    color: #464646;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 17px 6px 17px;
}
.product-variants__options a:focus {
	outline:none;
}
.product-variants__options a.selected {
    background-color: #e8e8e8;
    color: #464646;
}
.product-variants__options a.unavailable {
    color: #bfbfbf;
    border-color: #dedddd;
    background-color: #f5f5f5;
}
.product-variants__options a.unavailable.selected {
    color: #333;
}
.store-item-price__option {
    margin-bottom: 22px;
    line-height: 1.2rem;
}
.store-item-price__option__label {
	padding-right:10px;
    margin-bottom: 6px;
    font-size: 0.8rem;
    font-style: italic;
}
.store-item-price__option__value {
    font-size: 26px;
    color: #e71724;
}
.store-item-price__option__oldvalue {
	font-size:1rem;
	text-decoration:line-through;
}
.store-item-price__shipping {
    padding: 5px;
}
.store-item-price__shipping__label {
    font-size: 0.8rem;
}
.store-item-price__shipping__value {
    font-size: 1rem;
}
#shipping-extra-info img {
    vertical-align: top;
}
.store-purchase-instr {
    margin-bottom: 10px;
}
.purchase-instr__notice {
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #FF0000;
    border-radius: 3px;
    color: #ff0000;
    font-weight: bold;
}
.purchase-instr__value {
    padding: 5px 10px;
    font-weight: bold;
}
.store-item-description {
    margin: 10px 0;
    color: #4a4a4a;
}
.store-item-description__label {
    position: relative;
    margin-bottom: 10px;
	font-size:0.875rem;
    font-weight: bold;
    color: #444;
}
.store-item-description__part-number {
	margin-bottom:10px;
	font-size:0.875rem;
}

.product-features .accordion-title:before{
    left: 1rem;
    top:31%;
    content: url('/_resources/themes/base-foundation-theme/svg/plus-blue.svg');
}

.product-features  .is-active>.accordion-title::before{
    content: url('/_resources/themes/base-foundation-theme/svg/minus-blue.svg');
}

/* add to cart*/
.zoomContainer {
	z-index:1;
}
.store-addtocart-option {
	position:relative;
}
.store-addtocart-option .loading-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/ellipsis.gif') no-repeat center center;
    background-color: rgba(255,255,255,0.75);
    z-index: 1;
}

.customcart-notification {
    display: none;
    margin-top: 10px;
    padding: 3px 15px 3px 35px;
    color: #333;
    background: transparent url('../images/loader.gif') left center no-repeat;
    border-radius: 5px;
    transition: background 300ms ease-out;
}
.customcart-notification.success {
    padding-left: 15px;
    background-image: none;
    background-color: #b6e0b6;
}
.cart-func {
    overflow: hidden;
    text-align: center;
    margin-bottom:20px;
}
.cart-func label {
    margin: 0;
}
.cart-func input {
    display: block;
}
.cart-func .cart-qty {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
}
.cart-func .cart-qty input {
    float: left;
    width: 65px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
}
.cart-qty-controller {
    height: 16px;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}
.cart-qty-controller .cart-inc-qty,
.cart-qty-controller .cart-dec-qty {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/qty-arrows.png');
    background-repeat: no-repeat;
}
.cart-qty-controller .cart-inc-qty {
    background-position: 0 center;
}
.cart-qty-controller .cart-dec-qty {
    background-position: -16px center;
}
.cart-qty-controller .cart-inc-qty:hover,
.cart-qty-controller .cart-dec-qty:hover {
    background-color: #e5e5e5;
}
.cart-func input.customcart-add {
    padding: 12px 25px;
    font-size:14px;
    font-weight:bold;
    background: #065785;    
    color: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;    
	border: 0;
    outline: 0;
    transition: background-color 300ms ease-out;
}
.cart-func input.customcart-add:hover {
    background-color: #000;
}
@media only screen and (min-width: 25.9375em) {
    .cart-func {
        text-align: left;
    }
    .cart-func.right-align {
        text-align: right;
    }
    .cart-func input.customcart-add {
        display: inline-block;
        width: auto;
        margin: 0 0.4rem;
    }
}
/* end add to cart */
/* Details Page */

.store-details .store-item-price span.store-item-price__option__value {
    font-size: 1.5rem;
    font-weight:600;   
}

/*set a border on the images to prevent shifting*/

#gallery_01 img, #gallery_03 img {
    border: 2px solid white;
}
#gallery_01 div, #gallery_03 div {
    float: left;
    background: white;
}
#gallery_01, #gallery_03{
	margin:0 0 10px 0;
	overflow:hidden;
}

/*Change the colour*/

.active img {
    border: 2px solid #cecece !important;
}
.large-pic-holder {
    background: white;
    margin: 0 auto 20px auto;
    position:relative;
}
@media only screen and (max-width: 1200px) {
    .product-variants__options a {
        margin-left: 6px;
        padding: 4px 14px 4px 14px;
    }
}
@media only screen and (max-width: 768px) {
    .cart-func input.customcart-add {
        border-radius: 0px;
    }
    .product-variants__options {
        text-align: center;
    }
    .product-variants__options a {
        display: block;
        margin-right: 0;
        margin-bottom: 0px;
        padding: 6px 17px 6px 17px;
        border-radius: 0px;
    }
    .product-name {
        font-size: 1.5rem;
    }
}