/*
Fresh Store Builder

@documentation  http://freshstorebuilder.com/go/template-documentation
@help           https://www.freshstorebuilder.com/go/support
@package        Fresh Store Builder
@author         Fresh Development
@template		Fluid
@title 			style.css
@description	Main stylesheet

**Background patterns from subtlepatterns.com**

-------- IMPORTANT! PLEASE READ --------
Editing this file is not recommended and will cause problems
with upgrading. Please visit the documentation link above to
find out how to use the Fresh Store Builder template system.
*/

/***************************************************************************************/
/* DEFINE FONT FAMILIES */
/***************************************************************************************/

@font-face {
    font-family: 'creditcardstack';
    src:url('../fonts/creditcardstack.eot?424st');
    src:url('../fonts/creditcardstack.eot?#iefix424st') format('embedded-opentype'),
    url('../fonts/creditcardstack.woff?424st') format('woff'),
    url('../fonts/creditcardstack.ttf?424st') format('truetype'),
    url('../fonts/creditcardstack.svg?424st#creditcardstack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: local("☺"),
    url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.svg#icomoon") format("svg"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/***************************************************************************************/
/* GENERAL CSS */
/***************************************************************************************/

html, body {
    min-height: 100%;
    text-rendering: optimizelegibility;
    font-size:14px;
}

.body-pad {
    padding-top:50px;
}

.container {
    overflow:hidden;
}

.container90 {
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

.container80 {
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

.container70 {
    width: 84%;
    margin:0 auto;
    max-width:1140px;
}

.container60 {
    width: 60%;
    margin: 0 auto;
    max-width: 700px;
}

@media (max-width: 992px) {
    .container70 {
        width: 970px;
    }
}

@media (max-width: 768px) {
    .container70 {
        width: 750px;
    }
    .container60 {
        width:100%;
        max-width:100%;
    }
}

@media (max-width: 480px) {
    .container70 {
        width:100%;
    }
}

.bg-clip {
    background-clip:content-box;
}

.page-min-height {
    min-height:640px;
}

h1 { font-size: 24px; line-height: 30px; }
h2 { font-size: 22px; line-height: 30px; }
h3 { font-size: 20px; line-height: 30px; }
h4 { font-size: 14px; line-height: 20px; }
h5 { font-size: 13px; line-height: 20px; }
h6 { font-size: 12px; line-height: 20px; }

h1, h2, h3 {
    margin-top:10px;
}


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

.heading-plus1 {
    font-size:125%;
}

.heading-plus2 {
    font-size:150%;
}

a:focus { outline: none }
.form-control:focus {
    outline:none;
    border-color:#cccccc;
    box-shadow:none;
}

.no-pad-lr {
    padding-left:0;
    padding-right:0;
}

.no-mar-lr {
    margin-left:0;
    margin-right:0;
}

.no-mar-top {
    margin-top:0;
}

.no-pad-right {
    padding-right:0;
}

.no-pad-left {
    padding-left:0;
}

.add-pad-lr {
    padding-left:20px;
    padding-right:20px;
}

.add-pad-lr15 {
    padding-left:15px;
    padding-right:15px;
}

.row-align-right {
    text-align: right;
}

.custom-banner-warning-msg {
    vertical-align:middle;
    background-color:#DCDCDC;
    height:150px;
    font-size:1.5em;
    padding:20px
}

.list-inline {
    display:inline;
}

.clearall {
    clear:both;
}

.no-underline, .no-underline:hover {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.maketable {
    display:table;
}

.maketablecell {
    display:table-cell;
}

.img-float-left {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.img-float-right {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

/***************************************************************************************/
/* RESPONSIVE VIDEO & IMAGES */
/***************************************************************************************/

.logo-image img, .custom-header-image img {
    height: auto;
    max-width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-80 {
    max-height:80px;
    max-width:80px;
}

.img-50 {
    max-height:50px;
    max-width:50px;
}

/***************************************************************************************/
/* CSS TRANSITIONS */
/***************************************************************************************/
.header-navigation-list-item:hover, .btn:hover, .btn-info:hover,  {
    transition: background 1s ease 0s;
}

/***************************************************************************************/
/* FONT ICONS */
/***************************************************************************************/
#header-basket-productcount .fa-shopping-cart {
    font-size:20px;
    margin-right:5px;
}

.icon-amazon:before {
    content: "\e002";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align:middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.wishlist {*/
    /*display:inline;*/
/*}*/

/*.wishlist a:hover, .wishlist a:focus, .wishlist a:active, .wishlist a.active {*/
    /*text-decoration:none;*/
/*}*/

.social-follow-icons .fa-twitter-square, .social-follow-icons .fa-facebook-square, .social-follow-icons .fa-google-plus-square,
.social-follow-icons .fa-youtube-square, .social-follow-icons .fa-linkedin-square, .social-follow-icons .fa-pinterest-square,
.social-follow-icons .fa-envelope-square, .social-follow-icons .fa-rss-square {
    font-size:1.7em;
}

.social-follow-icons a:hover {
    text-decoration:none;
}

.social-follow-icons .fa-twitter-square {
    color:#77ccef;
}

.social-follow-icons .fa-facebook-square {
    color:#537bbd;
}

.social-follow-icons .fa-youtube-square {
    color:#b82c2a;
}

.social-follow-icons .fa-google-plus-square {
    color:#4c4c4c;
}

.social-follow-icons .fa-linkedin-square {
    color:#1485c7;
}

.social-follow-icons .fa-envelope-square {
    color:#9ecc91;
}

.social-follow-icons .fa-pinterest-square {
    color:#cb2028;
}

.social-follow-icons .fa-rss-square {
    color:#ff6600;
}

/***************************************************************************************/
/* STACKED FONT ICONS FOR CREDIT CARDS */
/***************************************************************************************/

.ccs {
    font-family: 'creditcardstack';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:45px;
    width: 35px;
    height: .7em;
    line-height: .7em;
    position:relative;
    display: inline-block;
}

.ccs:before, .ccs:after, .ccs span:before, .ccs span:after{
    position:absolute;
    top: 0;
    left: 0;
    content: '';
    padding: 0;
}

.ccs-visa:before {
    content: "\e600";
    color: #faa519;
}
.ccs-visa:after {
    content: "\e601";
    color: #00579f;
}

.ccs-discover span:before {
    content: "\e602";
    color: #fff;
}

.ccs-discover:before {
    content: "\e603";
    color: transparent;
    text-shadow: .005em .005em .015em #e45b1e, 0 0 0 #973910;
}
.ccs-discover:after {
    content: "\e604";
    color: #f48024;
    background: -webkit-linear-gradient(300deg, transparent 45%, #f48024 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ccs-discover span:after {
    content: "\e605";
    color: #000;
}
.ccs-mastercard:before {
    content: "\e606";
    color:#fff;
}
.ccs-mastercard:after {
    content: "\e607";
    color: #ed1b2d;
}
.ccs-mastercard span:before {
    content: "\e608";
    color: #fbb130;
}
.ccs-mastercard span:after {
    content: "\e609";
    color: #003473;
}
.ccs-jcb:before {
    content: "\e60a";
    color: #fff;
}
.ccs-jcb:after {
    content: "\e60b";
    color: #e30138;
    background: -webkit-linear-gradient(0deg, #6e2b2f 40%, #e30138 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ccs-jcb span:before {
    content: "\e60c";
    color: #55b330;
    background: -webkit-linear-gradient(0deg, #007b40 60%, #55b330 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ccs-jcb span:after {
    content: "\e60d";
    color: #006dba;
    background: -webkit-linear-gradient(0deg, #1d2970 20%, #006dba 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ccs-dinersclub:before {
    content: "\e60e";
    color: #fff;
}
.ccs-dinersclub:after {
    content: "\e60f";
    color: #0069aa;
}
.ccs-dinersclub span:before {
    content: "\e610";
    color: #000;
}
.ccs-amex:before {
    content: "\e611";
    color: #fff;
}
.ccs-amex:after {
    content: "\e612";
    color: #0068a5;
    background: -webkit-radial-gradient(35% 20%, #64bbf1, #0068a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    clip: rect(7px, 40px, 26px, 0px);
}

.securepayments-icons .list-inline > li {
    padding-left:0;
    padding-right:0;
}

.securepayments-icons .fa-lock {
    font-size:28px;
    width: 20px;
    height: .7em;
    line-height: .7em;
    position:relative;
    display: inline-block;
    top:-5px;
    color:#daa520;
}

/***************************************************************************************/
/* BASIC BUTTON STYLES */
/***************************************************************************************/
.fsb-button:focus, .fsb-button:active:focus, .fsb-button.active:focus, .fsb-button.focus,
.fsb-button:active.focus, .fsb-button.active.focus {
    outline:none;
}

.fsb-button, .fsb-button:focus, .fsb-button:active {
    margin: 10px 10px 13px 10px;
    line-height: 100%;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.fsb-button-xlarge, .fsb-button-xlarge:focus, .fsb-button-xlarge:active {
    padding: 14px 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 34px;
}

.fsb-button-large, .fsb-button-large:focus, .fsb-button-large:active {
    padding: 14px 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
}

.fsb-button-large-slim, .fsb-button-large-slim:focus, .fsb-button-large-slim:active {
    padding: 10px 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
}

.fsb-button-medium, .fsb-button-medium:focus, .fsb-button-medium:active {
    padding: 10px 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.fsb-button-small, .fsb-button-small:focus, .fsb-button-small:active {
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/***************************************************************************************/
/* HOMEPAGE WIDGETS */
/***************************************************************************************/

.widget {
    margin-top:10px;
    margin-bottom:10px;
}

#home-manufacturers {
    text-align: center;
}

.button-homepage-viewall {
    margin-top:-10px;
    width: 100%;
}

.slider-price-details {
    font-size:24px;
}

.slider-add-wrapper {
	margin-top:5px;
}

.bx-viewport {
	min-height:240px;
	}

/***************************************************************************************/
/* HEADER, FOOTER & MISC */
/***************************************************************************************/

#header-logo a:hover {
    text-decoration:none;
}

#footer-sitelinks {
    text-align:center;
}

#amazon-disclosure {
    margin:10px auto 0;
    width:90%;
}

.sidebar-category-list, .sidebar-brand-list, .sidebar-links-list {
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 10px auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sidebar-category, .sidebar-brand, .sidebar-links-list {
    list-style-type:none;
    margin:0;
    padding:0;
}

.sidebar-category a, .sidebar-brand a, .sidebar-links-list a {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    color: #777;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.sidebar-category a:hover, .sidebar-category a.open,
.sidebar-brand a:hover, .sidebar-brand a.open,
.sidebar-links-list a:hover, .sidebar-links-list a.open{
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-decoration: none;
}
.sidebar-category ul, .sidebar-brand ul, .sidebar-links-list ul {
    background: none repeat scroll 0 0 #fff;
    display: none;
    margin: 0;
}
.sidebar-category ul li a, .sidebar-brand ul li a, .sidebar-links-list ul li a {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #777;
    display: block;
    padding: 10px 0 10px 15px;
    text-decoration: none;
}
.sidebar-category li a:hover, .sidebar-brand li a:hover, .sidebar-links-list li a:hover {
    background: none repeat scroll 0 0 #f3f3f3;
}

.sidebar-category .count {
    font-style:italic;
    font-size:12px;
}

.sidebar-category .nocount {
    display:none;
}

.sidebar-category-level-1 a {
    padding-left: 10px;
}

.sidebar-category-level-2 a {
    padding-left: 20px;
}

.sidebar-category-level-3 a {
    padding-left: 30px;
}

.sidebar-category-level-4 a {
    padding-left: 40px;
}

.sidebar-category-level-5 a {
    padding-left: 50px;
}

.sidebar-category-level-1 a:before, .sidebar-category-level-2 a:before, .sidebar-category-level-3 a:before,
.sidebar-category-level-4 a:before, .sidebar-category-level-5 a:before {
    content: '-';
    padding-right:5px;
}

.sidebar-amazon-image {
    margin-top:10px;
    margin-bottom:10px;
}

.side .sidebar-box:first-of-type {
    margin-bottom:20px;
}

.sidebar-basket-header h4 {
    margin-top:0;
    margin-bottom:5px;
}

.sidebar-basket-header .fa-shopping-cart {
    font-size:16px;
    margin-right:5px;
}

.sidebar-basket-button {
    margin-top:10px;
}

.productlisting-box {
    overflow:hidden;
}

.productlisting-box-item {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 0 1px #ddd inset;
    margin: 10px auto;
    max-width: 250px;
    padding: 10px;
    transition: box-shadow 1s ease 0s;
}

.productlisting-box-item:hover {
    box-shadow: 0 0 5px #ccc inset;
    transition: box-shadow 1s ease 0s;
}

.productlisting-image {
    min-height:120px;
    text-align: center;
    line-height:120px;
}

.productlisting-box-item hr {
    margin: 5px 0;
}

.productlisting-title, .productlisting-price-details {
    text-align: center;
}

.productlisting-title {
    min-height:50px;
}

.productlisting-price-details {
    font-size:15px;
}

.productlisting-review-rating {
    text-align:center;
}

.productlisting-buttons .btn, .basket-totals-checkout .btn {
    white-space:normal;
}

#amazon-search-results .productlisting-box {
    min-height:310px;
}

#amazon-search-results .productlisting-price-details {
    margin-bottom:10px;
}

.categorylisting-box-item {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 0 3px #ddd inset;
    margin: 10px auto;
    padding:10px 0;
}

.categorylisting-box-item:hover {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc inset;
}

.categorylisting-box-item:hover h3 {
    text-decoration:underline;
}

.categorylisting-infobox {
    margin-top:0;
    color: #777;
    display: block;
    padding: 0 0 0 5px;
    text-decoration: none;
}

.categorylisting-infobox a:hover, .categorylisting-productcount:hover {
    text-decoration:none;
}

.categorylisting-title {
    margin-top:0;
}

#product-price-box .btn-block {
    margin-bottom:5px;
    white-space:normal;
}

.button-product-add, .button-product-amazon {
    font-size:18px;
}

.button-product-add {
    /*margin-top:10px;*/
}

.product-review-rating .fa {
    font-size:18px;
}

.product-info-links {
    margin-top:20px;
}

.product-info-links-header {
    text-transform: uppercase;
    display:block;
    padding-bottom:5px;
    padding-left:5px;
}

.product-information-links {
    padding-left:0;
    list-style: none;
    margin-bottom:0;
}

.product-availability-detail {
    margin-top:10px;
    margin-bottom:10px;
}

.product-information-links a {
    display:block;
    padding:5px;
    text-decoration:none;
}

.product-information-links a:hover {
    text-decoration: none;
}

#product-image-thumbnails {
    text-align:center;
    margin-top:10px;
}

.product-review-rating {
    padding-left:5px;
}

.product-attributes {
    list-style: none;
    padding-left:0px;
}

.product-attributes .label {
    font-size:100%;
    color:#333333;
    padding-left:0px;
}

.product-tags {
    margin-left:-10px;
    padding:0;
    list-style:none;
}

.product-tags li, .product-tags a {
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px;
    margin-bottom:10px;
}

.product-tags a {
    margin-left:20px;
    padding:0 10px 0 12px;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
}

.product-tags a:hover {
    text-decoration: none;
}

.product-tags a:before {
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-style:solid;
    border-width:12px 12px 12px 0;
}

.product-tags a:after {
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
}

.options-box {
    margin-bottom:10px;
}

.filteroptions-bar {
    margin-top:10px;
}

.pagination-totals-text {
    line-height:2em;
}

.filteroptions-messages .panel-body {
    padding:15px 0;
}

.filteroptions-messages .panel-body .btn-filter {
    margin-bottom:5px;
}

.product-filter-panel-options .attribute-name {
    display:inline;
}

.product-filter-panel-options .attribute-values {
    display:inline;
    font-weight:bold;
}

#body-filterproducts .button-filteroptions-submit {
    margin-top:10px;
}

#body-filterproducts .filteroptions-filter-option {
    line-height:1.75em;
}

#product-reviews-tabs {
    margin-top:20px;
}

#product-reviews-content {
    min-height:100px;
}

.product-user-reviews-content {
    padding-top:10px;
}

#product-amazon-review-box {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#product-amazon-review-box iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}

#product-lastupdated-date-link {
    font-size: 12px;
    color:#999999;
}


/* Styling used for Bundle Lightbox */

.bundle-variations-button {
    margin-top:10px;
}

.product-variations-lightbox{
    display: none;
}

/* hide product availability by default for #971 */
.product-variation-availability{
    display: none;
}

.bundle-availability-not-used {
    display:none;
}

/* Styling for FSB pages components */

#body-basket .basket-active #content-basket {
    margin-top:10px;
}

.btn-success {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top:5px;
    white-space:normal;
}

.button-basket-keepshopping {
    padding-left:5px;
}

#basket-checkout-link {
    margin-bottom:10px;
}

#basket-keepshopping-link {
    margin-top:10px;
}

#basket-totals .order-total-text, #basket-totals .basket-totals-count {
    font-size: 16px;
}

#basket-totals .order-total {
    font-size:16px;
    font-weight:bold;
}

#basket-products {
    width:100%;
}

.basket-divider {
    overflow: hidden;
    text-align: center;
}

.basket-divider:before, .basket-divider:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.basket-divider:before {
    right: 0.5em;
    margin-left: -50%;
}

.basket-divider:after {
    left: 0.5em;
    margin-right: -50%;
}

.basket-products-delete-desktop {
    display:block;
}

#basket-products hr:last-child {
    display:none;
}

#basket-delivery-information {
    padding:10px;
}

#sitenotlive .header-collapse-margin {
    margin-top:-30px;
}

#sitenotlive .custom-header-image {
    margin-bottom:20px;
}

#content-checkout {
    margin-top:15px;
}

.checkout-waiting {
    margin:10px 0;
}

.checkout-heading {
    text-align:center;
    margin-bottom:10px;
}

#body-custompage .product-embed-medium-box, #body-custompage .product-embed-small-box {
    min-height: 0;
}

/* User Reviews */

.review-star-select .option-star {
    font-size:22px;
    color:#daa520;
}

.user-review-gravatar-image {
    margin-right:20px;
}

.product-review-aggregate-rating {
    padding-left:5px;
}

.product-review-aggregate-rating .fa-star, .product-review-aggregate-rating .fa-star-o,
.product-review-aggregate-rating .fa-star-half-o {
    font-size:20px;
}

.schema-review-rating-details {
    display:none;
}

/* Filter Options Styles for Input Types */

.sidebar-filter-option input[type=checkbox] {
    padding-left:5px;
    padding-right:5px;
    border-radius:4px;
    -webkit-appearance:button;
    white-space: nowrap;
    overflow:hidden;
    width:18px;
    height:18px;
    display:inline-block;
    margin-top:0;
    vertical-align:baseline;
}

.sidebar-filter-option input[type=checkbox]:checked {
}

.sidebar-filter-option input[type=checkbox]:hover {
}

.sidebar-filter-option input[type=radio] {
    padding-left:5px;
    padding-right:5px;
    border-radius:15px;
    -webkit-appearance:button;
    white-space: nowrap;
    overflow:hidden;
    width:18px;
    height:18px;
    display:inline-block;
    margin-top:0;
    vertical-align:baseline;
}

.sidebar-filter-option input[type=radio]:checked {
}

.sidebar-filter-option input[type=radio]:hover {
}

.sidebar-filter-option-checkbox label {
    font-weight:300;
}

.sidebar-filter-option {
    margin-top:5px;
}

.filteroptions-filter-option-checkbox {
    display:inline-block;
}

.sidebar-filter-buttons .btn {
    margin-bottom:5px;
}


/* Styles to clean up Manufacturer descriptions from Amazon */

#product-azdescription-box .aplus .rightImage {
    clear: right;
    float: right;
    margin-left: 15px;
}

#product-azdescription-box .aplus .leftImage {
    clear: left;
    float: left;
    margin-right: 15px;
}

#product-azdescription-box .aplus .leftImage,
#product-azdescription-box .aplus .rightImage,
#product-azdescription-box .aplus .centerImage {
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
    vertical-align: top;
}

#product-azdescription-box .aplus .break {
    clear:both;
    height:0px;
    font-size:0px;
}

#product-azdescription-box .aplus .spacer {
    margin-bottom: 13px;
}

#product-azdescription-box .aplus img {
    border:none;
}

#product-azdescription-box .aplus .imageCaption {
    clear:both;
    padding: .5em .5em 0 .5em;
    font-size: .846em;
    display: block;
}

#product-azdescription-box .aplus table.data {
    border-collapse: collapse;
    margin-bottom: 1.25em;
    clear:both;
    width:100%;
}

#product-azdescription-box .aplus table.data th {
    font-weight: bold;
    background: #F7F7F7;
    border-style:solid;
    border-color: #CCCCCC;
    border-width:0 0 1px 1px;
}

#product-azdescription-box .aplus table.data td {
    border-left: 1px solid #CCC;
    border-bottom: 1px dotted #CCC
}

#product-azdescription-box .aplus table.data th, #product-azdescription-box .aplus table.data td
{
    padding:3px 10px;
    text-align:left
}

#product-azdescription-box .aplus table.data tfoot {
    font-style: italic;
}

#product-azdescription-box .aplus table.data caption {
    background: #eee;
    font-size: .8125em;
}

#product-azdescription-box .aplus table.data tr td:first-child, #product-azdescription-box .aplus table.data tr th:first-child {
    border-left-width:0px;
}

#product-azdescription-box .aplus ul {
    margin:0 0 1em 0;
}

#product-azdescription-box .aplus .center {
    text-align: center;
}

#product-azdescription-box .aplus .right {
    text-align: right;
}

#product-azdescription-box .aplus  .sixth-col,
#product-azdescription-box .aplus .fourth-col,
#product-azdescription-box .aplus .third-col,
#product-azdescription-box .aplus .half-col,
#product-azdescription-box .aplus .two-third-col,
#product-azdescription-box .aplus .three-fourth-col,
#product-azdescription-box .aplus .one-col {
    float:left;
    margin-right: 1.6760%;
    overflow: hidden;
}

#product-azdescription-box .aplus .last {
    margin-right:0px;
}

#product-azdescription-box .aplus .sixth-col {
    width: 15.080%;
}
#product-azdescription-box .aplus .fourth-col {
    width: 23.4637%;
}

#product-azdescription-box .aplus .third-col {
    width: 31.8436%;
}

#product-azdescription-box .aplus .half-col {
    width: 48.6034%;
}

#product-azdescription-box .aplus .two-third-col {
    width: 65.3631%;
}

#product-azdescription-box .aplus .three-fourth-col {
    width: 73.7430%;
}

#product-azdescription-box .aplus .one-col {
    width: 98.8827%;
    margin-right:0;
}

#product-azdescription-box .aplus .last {
    margin-right:0;
}



/* Targeting IE CSS problems */

#product-amazon-review-box {
    overflow-y:hidden\9;
}

#body-custompage .product-embed-medium-box, #body-custompage .product-embed-small-box {
    min-height: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* ie10, ie11+ */
    #product-amazon-review-box {
        overflow-y:hidden;
    }
}


/* DEFAULT SKIN COLORS */

body {
    background:#eeeeee;
}

a {
    color: #f25758;
}

a:hover {
    color:#f25758;
    text-decoration:underline;
}

p,h1,h2,h3,h4,h5,h6 {
    color:#3c3c3c;
}

.container {
    background:#ffffff;
    border-color:#dddddd;
}

footer {
    background:#ffffff;
}
.navbar {
    background-color: #f25758;
    border-color:#df4c4d;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar .nav, .navbar-default .navbar-toggle {
    border-color:#df4c4d;
    background-color: #f25758;
}

#navbar-collapse-1 .header-navigation-list-item a {
    color:#ffffff;
}

.header-navigation-list-item:hover, .navbar button, .navbar-default .navbar-toggle:hover {
    background-color: #df4c4d;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.header-navigation-list-item {
    border-color:#df4c4d;
}

#navbar-footer {
    background-color:#e6e6e6;
    border-color:#e6e6e6;
}

.footer-sitelinks-list-item a {
    color:#3c3c3c;
}

.footer-sitelinks-list-item a:hover {
    color:#f25758;
}

.btn-primary {
    background-color: #f25758;
    border-color: #f25758;
    color: #ffffff;
}

.btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color:#df4c4d;
    border-color:#df4c4d;
    color: #ffffff;
}

.btn-info {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #3c3c3c;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color:#d4d4d4;
    border-color:#d4d4d4;
    color: #3c3c3c;
}

.btn-warning {
    background-color: #f0c14b;
    border-color: #f0c14b;
    color: #000000;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #ecb11c;
    border-color: #ecb11c;
    color: #000000;
}

.btn-success {
    background-color: #f25758;
    border-color: #f25758;
    color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color:#df4c4d;
    border-color:#df4c4d;
    color: #ffffff;
}

.button-basket-keepshopping {
    border-color:#dddddd;
    background-color:#e8e8e8;
    color:#5c5c5c;
}

.button-basket-keepshopping:hover, .button-basket-keepshopping:focus,
.button-basket-keepshopping:active, .button-basket-keepshopping.active {
    background-color:#dbdbdb;
    background-color:#e8e8e8;
    color:#5c5c5c;
}

.button-basket-remove-mobile {
    border-color:#DDDDDD;
    background-color:#e8e8e8;
    color:#5c5c5c;
}

.button-basket-remove-mobile:hover, .button-basket-remove-mobile:focus,
.button-basket-remove-mobile:active, .button-basket-remove-mobile.active {
    background-color:#dbdbdb;
}

.cart-badge-active {
    background-color:#f25758;
    color:#ffffff;
}

.fa-star, .fa-star-o, .fa-star-half-o {
    color:#e4b849;
}

.slider-price-original {
    color:#777777;
    text-decoration: line-through;
}

.sidebar-category, .sidebar-brand, .sidebar-links-list {
    border-left: 3px solid #f25758;
}

.productlisting-price-original {
    color:#777777;
    text-decoration: line-through;
}

.productlisting-title h5 a {
    color:#555555;
}

.productlisting-title h5 a:hover {
    color: #f25758;
}

.categorylisting-box-item h3{
    color:#555555;
}

.categorylisting-box-item:hover h3, .categorylisting-box-item:hover .categorylisting-viewall {
    color:#f25758;
}

#product-title {
    color:#3c3c3c;
    font-size:20px;
}

.product-price-original {
    color:#777777;
    text-decoration: line-through;
}

.product-price-current, .product-price-list, .slider-price-current {
    color: #df4c4d;
}

.product-info-links-header {
    color:#888888;
}

.product-availability-detail {
    color:#777777;
}

.product-information-links a {
    color: #3c3c3c;
}

.product-information-links a:hover {
    color: #3c3c3c;
    background-color: #e6e6e6;
}

.product-instock {
    color: #4b9626;
}

.product-tags a {
    background-color:#e0e0e0;
    color:#3c3c3c;
}

.product-tags a:before {
    border-color:transparent #e0e0e0 transparent transparent;
}

.product-tags a:hover{
    background:#d3d3d3;
}

.product-tags a:hover:before {
    border-color:transparent #d3d3d3 transparent transparent;
}

.basket-divider {
    color:#aaaaaa;
}

.basket-divider:before, .basket-divider:after {
    background-color:#DDDDDD;
}

#basket-totals .order-total {
    color: #df4c4d;
}

.basket-products-delete-desktop a {
    text-decoration:none;
    color: #888888;
}

.basket-products-delete-desktop a:hover {
    text-decoration:underline;
    color: #f25758;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f25758;
    border-color: #f25758;
    color: #ffffff;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border-color:#dddddd;
    color: #3c3c3c;
}

.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #3c3c3c;
}

#product-reviews-content {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

#product-reviews-tabs.nav-tabs > li > a {
    border-color:#dddddd;
    background-color:#ffffff;
    color: #3c3c3c;
}

#product-reviews-tabs.nav-tabs > li > a:hover,
#product-reviews-tabs.nav-tabs > li > a:focus {
    border-color:#dddddd;
    background-color:#eeeeee;
    color: #3c3c3c;
}

#product-reviews-tabs.nav-tabs > li > a.selected, #product-reviews-tabs.nav-tabs > li > a.selected:hover,
#product-reviews-tabs.nav-tabs > li > a.selected:focus {
    border-color: #f25758;
    background-color: #f25758;
    color:#ffffff;
}

.bundle-variation-price-label {
    color: #3c3c3c;
}

#amazon-disclosure .disclosure-txt {
    font-size:12px;
    color:#6c6c6c;
}

.amazon-available-link {
    font-size:12px;
    text-transform:none;
}

#ouibounce-modal .ouibounce-modal {
    /*background-color: #f0f1f2;*/
    background-color:#fff;
    border-color: #252525;
}

#ouibounce-modal .ouibounce-modal-title {
    background-color: #df4c4d;
}

#ouibounce-modal .ouibounce-modal-title h3 {
    color:#fff;
}

#ouibounce-modal .ouibounce-modal-body {
    color: #333;
}

/***************************************************************************************/
/* COOKIE CONSENT STYLES */
/***************************************************************************************/

.cookie-consent-wrapper {
    background-color:#4a4a4a;
    color:#fff;
    vertical-align: middle;
    line-height:40px;
    position: fixed;
    top: 0;
    left:0;
    z-index:5000;
}

.cookie-consent-message {
    color: #fff;
    display:inline-block;
    vertical-align: middle;
    line-height:1.5em;
}

#cookie-consent .button-black, #cookie-consent .button-black:active, #cookie-consent .button-black:focus {
    background-color: #313131;
    border-color: #313131;
    color: #ffffff;
}

#cookie-consent .button-black:hover {
    background-color: #141414;
    border-color: #141414;
    color: #ffffff;
}

.button-slim {
    padding:2px 8px;
    line-height:16px;
    font-size:13px;
    white-space: nowrap;
    border-radius:0;
    box-shadow:none;
}

#cookie-consent .button-black a, #cookie-consent .button-black a:hover, #cookie-consent .button-black a:active,
#cookie-consent .button-black a:focus {
    color:#fff;
    text-decoration:none;
}

.alert-loading {
	color: #9b9b9b;
	background: url('../images/ajax-loader.gif') 12px 18px no-repeat;
	border-color: #bbb;
	padding-left: 36px;
}

.popover {
	display: block;
    position: fixed !important;
    bottom:10px !important;
    top:auto !important;
    left:auto !important;
    right:3% !important;
    background-color:#3c3c3c !important;
    color: #ffffff !important;
}

.popover.top .arrow:after {
    border-top-color: #3c3c3c !important;
}

/***************************************************************************************/
/* EXIT POPUP OUIBOUNCE STYLES */
/***************************************************************************************/

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:99999;
}
#ouibounce-modal .ouibounce-underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#ouibounce-modal .ouibounce-modal {
    min-width:400px;
    max-width: 600px;
    max-height: 800px;
    display:table;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    border-style: solid;
    border-width:6px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}
#ouibounce-modal .ouibounce-modal-title {
    font-size: 18px;
    padding: 10px;
    margin: 0;
    border-radius:0;
    text-align: center;
}
#ouibounce-modal h3 {
    color: #fff;
    font-size: 22px;
    margin: 0.2em;
    font-weight: 500;
}
#ouibounce-modal .ouibounce-modal-body {
    padding: 10px 15px;
    font-size: 0.9em;
}
#ouibounce-modal p {
    color: #344a5f;
}

#ouibounce-modal .exitpop-form {
    margin-bottom:10px;
}

#ouibounce-modal .ouibounce-modal-footer {
    text-align: center;
    width: 100%;
    margin:0 auto;
}
#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* MailChimp Specific CSS */

#mc_embed_signup {
    background-color: transparent !important;
}
#mc_embed_signup form {
    padding:0 !important;
}

#mc_embed_signup h2 {
    margin:5px 0 !important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom:5px !important;
}

#mc_embed_signup .button {
    margin-top:5px !important;
}

#mc_embed_signup div#mce-responses {
    margin:0 !important;
    padding: 0 !important;
    width:100% !important;
}

#mc_embed_signup div.response {
    margin: 5px 0 !important;
    padding: 5px 0 !important;
    width:100% !important;
}




/***************************************************************************************/
/* NEW DEVICE SIZE DEFINITION FOR KINDLE & GALAXY TAB COL-SMT */
/***************************************************************************************/
@media (min-width: 500px) and (max-width:749px) {
    .col-smt-1, .col-smt-2, .col-smt-3, .col-smt-4, .col-smt-5, .col-smt-6, .col-smt-7, .col-smt-8, .col-smt-9, .col-smt-10, .col-smt-11, .col-smt-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-smt-12 {
        width: 100%;
    }
    .col-smt-11 {
        width: 91.66666667%;
    }
    .col-smt-10 {
        width: 83.33333333%;
    }
    .col-smt-9 {
        width: 75%;
    }
    .col-smt-8 {
        width: 66.66666667%;
    }
    .col-smt-7 {
        width: 58.33333333%;
    }
    .col-smt-6 {
        width: 50%;
    }
    .col-smt-5 {
        width: 41.66666667%;
    }
    .col-smt-4 {
        width: 33.33333333%;
    }
    .col-smt-3 {
        width: 25%;
    }
    .col-smt-2 {
        width: 16.66666667%;
    }
    .col-smt-1 {
        width: 8.33333333%;
    }
    .col-smt-pull-12 {
        right: 100%;
    }
    .col-smt-pull-11 {
        right: 91.66666667%;
    }
    .col-smt-pull-10 {
        right: 83.33333333%;
    }
    .col-smt-pull-9 {
        right: 75%;
    }
    .col-smt-pull-8 {
        right: 66.66666667%;
    }
    .col-smt-pull-7 {
        right: 58.33333333%;
    }
    .col-smt-pull-6 {
        right: 50%;
    }
    .col-smt-pull-5 {
        right: 41.66666667%;
    }
    .col-smt-pull-4 {
        right: 33.33333333%;
    }
    .col-smt-pull-3 {
        right: 25%;
    }
    .col-smt-pull-2 {
        right: 16.66666667%;
    }
    .col-smt-pull-1 {
        right: 8.33333333%;
    }
    .col-smt-pull-0 {
        right: auto;
    }
    .col-smt-push-12 {
        left: 100%;
    }
    .col-smt-push-11 {
        left: 91.66666667%;
    }
    .col-smt-push-10 {
        left: 83.33333333%;
    }
    .col-smt-push-9 {
        left: 75%;
    }
    .col-smt-push-8 {
        left: 66.66666667%;
    }
    .col-smt-push-7 {
        left: 58.33333333%;
    }
    .col-smt-push-6 {
        left: 50%;
    }
    .col-smt-push-5 {
        left: 41.66666667%;
    }
    .col-smt-push-4 {
        left: 33.33333333%;
    }
    .col-smt-push-3 {
        left: 25%;
    }
    .col-smt-push-2 {
        left: 16.66666667%;
    }
    .col-smt-push-1 {
        left: 8.33333333%;
    }
    .col-smt-push-0 {
        left: auto;
    }
    .col-smt-offset-12 {
        margin-left: 100%;
    }
    .col-smt-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-smt-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-smt-offset-9 {
        margin-left: 75%;
    }
    .col-smt-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-smt-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-smt-offset-6 {
        margin-left: 50%;
    }
    .col-smt-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-smt-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-smt-offset-3 {
        margin-left: 25%;
    }
    .col-smt-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-smt-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-smt-offset-0 {
        margin-left: 0%;
    }
}

/***************************************************************************************/
/* NEW DEVICE SIZE DEFINITION FOR SMALL DESKTOPS COL-SMD */
/***************************************************************************************/
@media (min-width: 960px){
    .col-smd-1, .col-smd-2, .col-smd-3, .col-smd-4, .col-smd-5, .col-smd-6, .col-smd-7, .col-smd-8, .col-smd-9, .col-smd-10, .col-smd-11, .col-smd-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-smd-12 {
        width: 100%;
    }
    .col-smd-11 {
        width: 91.66666667%;
    }
    .col-smd-10 {
        width: 83.33333333%;
    }
    .col-smd-9 {
        width: 75%;
    }
    .col-smd-8 {
        width: 66.66666667%;
    }
    .col-smd-7 {
        width: 58.33333333%;
    }
    .col-smd-6 {
        width: 50%;
    }
    .col-smd-5 {
        width: 41.66666667%;
    }
    .col-smd-4 {
        width: 33.33333333%;
    }
    .col-smd-3 {
        width: 25%;
    }
    .col-smd-2 {
        width: 16.66666667%;
    }
    .col-smd-1 {
        width: 8.33333333%;
    }
    .col-smd-pull-12 {
        right: 100%;
    }
    .col-smd-pull-11 {
        right: 91.66666667%;
    }
    .col-smd-pull-10 {
        right: 83.33333333%;
    }
    .col-smd-pull-9 {
        right: 75%;
    }
    .col-smd-pull-8 {
        right: 66.66666667%;
    }
    .col-smd-pull-7 {
        right: 58.33333333%;
    }
    .col-smt-pull-6 {
        right: 50%;
    }
    .col-smd-pull-5 {
        right: 41.66666667%;
    }
    .col-smd-pull-4 {
        right: 33.33333333%;
    }
    .col-smd-pull-3 {
        right: 25%;
    }
    .col-smd-pull-2 {
        right: 16.66666667%;
    }
    .col-smd-pull-1 {
        right: 8.33333333%;
    }
    .col-smd-pull-0 {
        right: auto;
    }
    .col-smd-push-12 {
        left: 100%;
    }
    .col-smd-push-11 {
        left: 91.66666667%;
    }
    .col-smd-push-10 {
        left: 83.33333333%;
    }
    .col-smd-push-9 {
        left: 75%;
    }
    .col-smd-push-8 {
        left: 66.66666667%;
    }
    .col-smd-push-7 {
        left: 58.33333333%;
    }
    .col-smd-push-6 {
        left: 50%;
    }
    .col-smd-push-5 {
        left: 41.66666667%;
    }
    .col-smd-push-4 {
        left: 33.33333333%;
    }
    .col-smd-push-3 {
        left: 25%;
    }
    .col-smd-push-2 {
        left: 16.66666667%;
    }
    .col-smd-push-1 {
        left: 8.33333333%;
    }
    .col-smd-push-0 {
        left: auto;
    }
    .col-smd-offset-12 {
        margin-left: 100%;
    }
    .col-smd-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-smd-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-smd-offset-9 {
        margin-left: 75%;
    }
    .col-smd-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-smd-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-smd-offset-6 {
        margin-left: 50%;
    }
    .col-smd-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-smd-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-smd-offset-3 {
        margin-left: 25%;
    }
    .col-smd-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-smd-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-smd-offset-0 {
        margin-left: 0%;
    }
}

/***************************************************************************************/
/* VERTICAL SPACERS FOR BOOTSTRAP GRID */
/***************************************************************************************/
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

/***************************************************************************************/
/* Very Small Phones */
/***************************************************************************************/
@media only screen and (min-width : 219px){
    .pull-left-xs {
        float:left !important;
    }
    .pull-right-xs {
        float:right !important;
    }
    .trans-center-xs{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-xs {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header {
        text-align:center;
        margin-bottom:10px;
    }
    .container {
        padding-top:15px;
        padding-bottom:15px;
    }
    .main {
        border-bottom: 1px solid #eee;
    }
    .follow-icons-head {
        display:none;
    }
    #header-basket {
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
    }
    .header-collapse-margin {
        margin-bottom:0px;
        margin-top:-15px;
    }
    #top-bar-lg {
        display:none;
    }
    #top-bar-mobile {
        display:table;
        width:100%;
        margin-bottom:10px;
    }
    #body-basket .basket-active #top-bar-mobile {
        display:none;
    }
    #body-basket .basket-active #top-bar-mobile-2 {
        display:none;
    }
    #body-basket .basket-active .breadcrumb {
        display:none;
    }
    #body-basket .basket-active .navbar {
        margin-bottom:0;
    }
    .header-collapse-margin .social-follow-icons {
        display:none;
    }
    .follow-icons-head {
        display:none;
    }
    .follow-icons-footer {
        text-align: center;
        margin-bottom:15px;
    }
    #footer-securepayments {
        text-align:center;
    }
    #footer-copyright {
        text-align:center;
    }
    .categorylisting-infobox {
        text-align:center;
    }
    .bx-wrapper img {
        max-height:200px;
    }
    .slider-product-title, .slider-price-details {
        text-align:center;
    }
    .product-price-details {
        font-size:14px;
    }
    .pagination > li > a, .pagination > li > span {
        font-size:10px;
        padding:6px 8px;
    }
    .pagination-totals {
        text-align:center;
    }
    .pagination-numbers {
        text-align:center;
    }
    .pagination {
        margin:10px 0px
    }
    .basket-products-delete-desktop {
        display:none;
    }
    .basket-products-yousave-desktop {
        display:none;
    }
    .basket-products-yousave-mobile {
        display:block;
    }
    #basket-products {
        text-align: center;
    }
    .basket-products-quantity {
        margin:10px 0;
    }
    .btn-success {
        padding:10px 5px;
    }
    #product-filter-options-links .btn {
        margin-top:10px;
    }
    #body-filterproducts .filteroptions-filter-option label {
        display:block;
    }
    .product-user-reviews-title, .product-amazon-reviews-title {
        font-size:11px;
        font-weight:500;
    }
    .bundle-variations-ul-list {
        padding-left:5px;
        padding-right:5px;
    }
    .bundle-variation-productinfo {
        text-align: center;
    }
    #colorbox .btn-block {
        margin-bottom: 5px;
        white-space: normal;
        font-size:18px;
    }
    .button-variation-back, .button-variation-next {
        font-size:18px;
        margin-bottom: 5px;
        white-space:normal;
    }
    .ipcountry-redirect-close, .ipcountry-additional-stores {
        display:inline-block;
    }
    .ipcountry-button-close {
        font-size:16px;
        padding:3px 6px;
        margin-left:10px;
    }
    .social-share-vertical {
        display:none;
    }
    .social-share-horizontal {
        bottom:0px;
        left:50%;
        margin-left:-100px;
        background-color: transparent !important;
    }
    body {
        margin-bottom:50px;
    }
}

/***************************************************************************************/
/* Custom, iPhone Retina */
/***************************************************************************************/
@media only screen and (min-width : 320px) {
    .container {
        padding-top:15px;
        padding-bottom:15px;
    }
    .pull-left-xs {
        float:left !important;
    }
    .pull-right-xs {
        float:right !important;
    }
    .trans-center-xs{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-xs {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header-basket {
        margin-top:10px;
        margin-bottom:10px;
    }
    .navbar {
        border-radius:0;
        border-left-width:0;
        border-right-width:0;
        border-top-width:1px;
        border-bottom-width:1px;
    }
    .pull-mar-lr {
        margin-left:-15px;
        margin-right:-15px;
    }
    .navbar-collapse {
        border: 1px solid transparent;
    }
    .navbar-nav {
        margin:7.5px 0;
    }
    .follow-icons-head {
        display:none;
    }
    .bx-wrapper img {
        max-height:250px;
    }
    .product-price-details {
        font-size:16px;
    }
    .pagination > li > a, .pagination > li > span {
        font-size:14px;
        padding:6px 8px;
    }
}

/***************************************************************************************/
/* Extra Small Devices, Phones col-xs */
/***************************************************************************************/
@media only screen and (min-width : 480px) {
    .container {
        padding-top:15px;
        padding-bottom:15px;
    }
    .pull-left-xs {
        float:left !important;
    }
    .pull-right-xs {
        float:right !important;
    }
    .trans-center-xs{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-xs {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header-basket {
        margin-top:10px;
        margin-bottom:10px;
    }
    .navbar-nav {
        margin:0;
    }
    .follow-icons-head {
        display:none;
    }
    .bx-wrapper img {
        max-height:300px;
    }
    .pagination > li > a, .pagination > li > span {
        font-size:14px;
        padding:6px 12px;
    }
    .product-user-reviews-title, .product-amazon-reviews-title {
        font-size:16px;
        font-weight: 500;
    }

}

/***************************************************************************************/
/* Small Tables, Galaxy, Fire  col-smt */
/***************************************************************************************/
@media (min-width: 500px) {
    .container {
        padding-top:15px;
        padding-bottom:15px;
    }
    .pull-left-smt {
        float:left !important;
    }
    .pull-right-smt {
        float:right !important;
    }
    .trans-center-xs{
        position:relative;
        left:0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .trans-vert-xs {
        position:relative;
        top:0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .trans-center-smt{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-smt {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header {
        text-align:center;
    }
    #header-basket {
        margin-top:10px;
        margin-bottom:10px;
    }
    .follow-icons-head {
        display:none;
    }
    .category-image {
        margin:auto 0;
    }
    .categorylisting-infobox {
        text-align:left;
    }
    .productlisting-box {
        min-height:360px;
    }
    .product-price-details {
        font-size:16px;
    }
    #product-filter-options-links {
        text-align:center;
    }
    #body-custompage .product-embed-large-box.left, #body-custompage .product-embed-medium-box.left, #body-custompage .product-embed-small-box.left {
        padding-left:0;
        margin-left:-10px;
    }

    #body-custompage .product-embed-large-box.right, #body-custompage .product-embed-medium-box.right, #body-custompage .product-embed-small-box.right {
        padding-right:0;
        margin-right:-10px;
    }
}

/***************************************************************************************/
/* Medium Devices, iPad Tablets   col-sm */
/***************************************************************************************/
@media only screen and (min-width : 768px) {
    .container {
        width:768px;
        padding-top:15px;
        padding-bottom:15px;
    }
    .main {
        border-bottom: none;
    }
    .pull-left-sm {
        float:left !important;
    }
    .pull-right-sm {
        float:right !important;
    }
    .trans-center-smt{
        position:relative;
        left:0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .trans-vert-smt {
        position:relative;
        top:0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .trans-center-md{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-md {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar-nav {
        margin:0;
    }
    .navbar-collapse {
        padding-left:0;
        padding-right:0;
    }
    #top-bar-lg {
        display:table;
        width:100%;
    }
    #top-bar-mobile {
        display:none;
    }
    #body-basket .basket-active #top-bar-mobile-2 {
        display:inherit;
    }
    header {
        text-align:left;
    }
    .follow-icons-head {
        display:inline;
    }
    .follow-icons-footer {
        display:none;
    }
    #header-basket {
        margin-top:0px;
        margin-bottom:0px;
        text-align:right;
    }
    #no-cart-search {
        display:none;
    }
    .header-collapse-margin {
        margin-bottom:0;
        margin-top:-10px;
    }
    .header-collapse-margin .search-cart-head {
        padding-right:0px;
        text-align:right;
    }
    .header-collapse-margin #top-bar-lg {
        margin-bottom:10px;
    }
    .header-collapse-margin .follow-icons-head {
        padding-top:8px;
    }
    .header-collapse-margin .social-follow-icons {
        display:inline;
    }
    .social-follow {
        margin-top:15px;
    }
    #footer-securepayments h5 {
        margin-top:0px;
    }
    #footer-securepayments {
        text-align:right;
    }
    #footer-copyright {
        text-align:left;
    }
    #navbar-footer {
        display:none;
    }
    .content-box-header h1 {
        margin-top:0;
    }
    .categorylisting-infobox {
        text-align:left;
    }
    .productlisting-box {
        min-height:360px;
    }
    .slider-product-title, .slider-price-details {
        text-align:left;
    }
    .product-price-details {
        font-size:18px;
    }
    .basket-sidebar-mobile {
        display:none;
    }
    .basket-products-delete-mobile {
        display:none;
    }
    .basket-products-delete-desktop {
        display:block;
    }
    .basket-products-yousave-mobile {
        display:none;
    }
    .basket-products-yousave-desktop {
        display:block;
    }
    #basket-products {
        text-align: left;
    }
    .basket-products-quantity {
        margin:0;
    }
    #product-filter-options-links {
        text-align:center;
    }
    #checkout .header-collapse-margin {
        margin-top: -20px;
    }
    .social-share-vertical {
        display:inline;
        left:0px;
        top:150px;
    }
    .social-share-horizontal {
        display:none;
    }
    body {
        margin-bottom:0px;
    }
    #body-custompage .product-embed-large-box.left, #body-custompage .product-embed-medium-box.left, #body-custompage .product-embed-small-box.left {
        padding-left:0;
    }

    #body-custompage .product-embed-large-box.right, #body-custompage .product-embed-medium-box.right, #body-custompage .product-embed-small-box.right {
        padding-right:0;
    }
}

/***************************************************************************************/
/* Medium Small Devices, Tablets   col-smd  */
/***************************************************************************************/
@media only screen and (min-width : 800px) {
    .container {
        width:800px;
        padding-top:15px;
        padding-bottom:15px;
    }
    .pull-left-smd {
        float:left !important;
    }
    .pull-right-smd {
        float:right !important;
    }
    .trans-center-md{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-md {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .basket-sidebar-mobile {
        display:none;
    }
    #product-filter-options-links {
        text-align: right;
    }
    #product-filter-options-links .btn {
        margin-top:0px;
    }
    #body-filterproducts .filteroptions-filter-option label {
        display:inline;
        padding-right:15px;
    }
    #body-filterproducts .filteroptions-filter-option {
        line-height:2.5em;
    }
}

/***************************************************************************************/
/* Larger Devices, Desktops  col-md */
/***************************************************************************************/
@media only screen and (min-width : 980px) {
    .container {
        width:960px;
        margin:20px auto;
        padding:20px;
        border-width:1px;
        border-style: solid;
    }
    .pull-mar-lr {
        margin-left:-20px;
        margin-right:-20px;
    }
    .pull-left-md {
        float:left !important;
    }
    .pull-right-md {
        float:right !important;
    }
    .product-last {
        clear:right;
        margin-bottom:2px;
    }
    .trans-center-md{
        position:relative;
        left:0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .trans-vert-md {
        position:relative;
        top:50%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .trans-center-lg{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-lg {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .toggle-menu-item {
        display:none;
    }
    .navbar .nav {
        border-left-width:1px;
        border-left-style:solid;
        margin-left: 5px;
    }
    .header-navigation-list-item {
        border-right:1px solid #df4c4d;
        border-right-style: solid;
        border-right-width: 1px;
    }
    .navbar-collapse {
        padding-left:15px;
        padding-right:15px;
    }
    .pagination-numbers {
        text-align:right;
    }
    .pagination-totals {
        text-align:left;
    }
    .basket-sidebar-mobile {
        display:none;
    }
}

/***************************************************************************************/
/* Widescreen Desktops & iPad landscape @ 1024px */
/***************************************************************************************/

@media only screen and (min-width : 1024px) {
    #body-custompage .product-embed-large-box.left, #body-custompage .product-embed-medium-box.left, #body-custompage .product-embed-small-box.left {
        padding-left:0;
        margin-left:-10px;
    }

    #body-custompage .product-embed-large-box.right, #body-custompage .product-embed-medium-box.right, #body-custompage .product-embed-small-box.right {
        padding-right:0;
        margin-right:-10px;
    }
    .popover {
        right: 15% !important;
    }
}

/***************************************************************************************/
/* X-Large Devices, Wide Screens  col-lg */
/***************************************************************************************/
@media only screen and (min-width : 1200px) {
    .pull-left-xl {
        float:left !important;
    }
    .pull-right-xl {
        float:right !important;
    }
    .trans-center-lg{
        position:relative;
        left:0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .trans-vert-lg {
        position:relative;
        top:0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .trans-center-xl{
        position:relative;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .trans-vert-xl {
        position:relative;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/**** Added for Version 7.3.0 *************/
.options-box a.option_box_active {
    padding: 3px;
    display: inline-block;
    border: 1px solid #f25758;
}

.options-box a {
    padding: 2px;
    border: 1px solid #000;
    display: inline-block;
    margin: 0px 3px 3px 0px;
}