@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);
/*
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
*/

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Regular.eot');
  src: url('../fonts/RobotoSlab-Regular.eot') format('embedded-opentype'), url('../fonts/RobotoSlab-Regular.woff2') format('woff2'), url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'PT Sans', sans-serif;
  color:#000000;
  border-top: solid 12px #ee3123;
  min-width:320px;
}

img {max-width:100%; display:inline-block; height:auto;}
a{color:#000000;}
a:focus, a:hover{color:#000000; text-decoration: underline;}
h3 a:hover{text-decoration: none; color:#ee3123;}

input, select, textarea {border:1px solid #dddddd}
input:focus, 
select:focus, 
textarea:focus {border:1px solid #666!important;}

¸form .fieldset{width: 100%; float: left;}
.form-list{list-style: none; padding: 0; margin: 0;}
.validation-failed {border-color:#ee3123 !important;}

.form-list select {padding: 7px 0;width: 100%;border: solid 1px #cccccc;}
.form-list em
.form-list .required{color: #ee3123;}
.form-list input[type=text],
.form-list input[type=number],
.form-list input[type=email],
.form-list input[type=password],
#checkout-step-account input[type=password] {
  border: 1px solid #ccc;
  line-height: 33px;
  height: 33px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.form-list textarea {
  border: 1px solid #ccc;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  min-height: 150px;
}
.form-list .label{color:#000;font-weight: normal;font-size: 100%;}
.form-list .label label{font-weight: normal;}

.form-list .options-list{list-style: none;padding: 0;}
.form-list .options-list input[type="radio"]{display: inline-block;}

.form-list #downloadable-links-list.options-list {}
.form-list #downloadable-links-list.options-list li{display: block; vertical-align: -2px; }
.form-list #downloadable-links-list.options-list li a {background: url(../images/icon-dl.png) no-repeat; line-height: 26px; padding-left: 30px; background-position: center left; padding-top: 8px;}
.item-options.samples a { background: url(../images/icon-dl.png) no-repeat; line-height: 26px; padding-left: 30px; background-position: center left; padding-top: 8px; display: inline-block;}
.form-list #downloadable-links-list.options-list li .label{padding: 0;}
.form-list #downloadable-links-list.options-list li .product-downloadable-link { display:inline-block; vertical-align: -2px; }
.form-list #downloadable-links-list.options-list li .price-notice .price {padding-left: 5px;}

.form-list > li {float: left;width: 100%; margin: 0 0 15px;}
.form-list > li .field{width: 50%; float: left;}
.form-list > li .wide{width: 100%; padding: 0!important;}
.form-list > li .field .input-box {float: left; width: 100%; clear: both;}
.form-list > li .field:nth-child(1){padding: 0 10px 0 0;}
.form-list > li .field:nth-child(2){padding: 0 0 0 10px;}
.form-list .list-select li.control{margin-bottom: 5px;}
.form-list > li input[type=radio],
.form-list > li input[type=checkbox]{float: left;}
.form-list > li input[type=radio] + label {padding: 0 0 0 10px;width: 80%;display: block;float: left;}
.form-list > li input[type=checkbox] + label {padding: 0 0 0 10px;width: 80%;display: block;float: left;}
.form-list > li .list-select{padding: 0 !important;}
.form-list .required em{color:#ee3123; padding: 0 5px 0 0;}
.fieldset{margin-bottom: 10px;float: left;width: 100%;}
.fieldset .form-list ul{list-style: none;}
.webforms-captcha{float: left;}

form .buttons-set{float: left;width: 100%; margin-top: 30px;}
form .buttons-set p.required{color:#ee3123;margin-bottom: 30px;}
form .buttons-set button.button span {
    float: left;
    display: block;
    padding: 0;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    color: #333;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

form .buttons-set button.button span span {
    line-height: 20px;
    padding: 14px 40px;
    font-size: 14px;
}

form .buttons-set button.button:hover span {
    background-color: #ee3123;
    color: #fff;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.no-display{display: none!important;}

.nobr{white-space: nowrap;}

.header-container{margin-bottom:10px;}

.header {
  padding:20px 0;
}

.header .logo {
  margin: 0;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header .welcome-msg {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ee3123;
  font-size: 25px;
  float: left;
}

.header .info-links{
  float: right;
}

.header .form-language {
  display: inline-block;
  float: left;
  line-height: 36px;
}

.top-links{background-color: #f8f8f8;}

.header ul.links {
  float: right;
  height: 32px;
  line-height: 32px;
  text-align: right;
  padding: 0 10px;
  margin-bottom: 0;
}
.header ul.links li {
  display: inline;
  margin: 0 0 0 20px;
}

.header ul.links li a{
  font-family: 'PT Sans Narrow', sans-serif;
  color: #000000;
  font-size: 18px;
}

.header ul.links li a:hover,
.header ul.links li a:active
.header ul.links li.selected a{
  font-family: 'PT Sans Narrow', sans-serif;
  color: #ee3123;
  text-decoration: none;
}

#quick-compare {float: right;color: #000000; line-height: 32px;}
#quick-compare ol {list-style: none;margin: 0 0 10px 0;padding: 0;border-bottom: solid 1px #d3d3d3;}
#quick-compare span.icon{height: 32px;}
#quick-compare .dropdown-toggle{font-size: 18px;font-family: 'PT Sans Narrow', sans-serif;}
#quick-compare .dropdown-menu{z-index: 99999;width: 300px; padding: 25px;}
#quick-compare .dropdown-menu .empty{text-align: center; padding: 10px 0;}
#quick-compare .actions a { float:right; line-height: 32px; }
#quick-compare .actions button { float:left; }
#quick-compare .dropdown-menu .item { padding:3px 0; }
#quick-compare .dropdown-menu .item .product-name { padding-right:20px; }
#quick-compare .btn-remove { float:right; display: block;width: 17px;height: 17px;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;background: url(../images/pix.png) 0 -150px no-repeat;}
.icon.i-compare-top{background-image: url(../images/sprite.png);background-position: -214px -10px;width: 28px;}

button.button.btn-inline span span{padding: 0 10px;line-height: 36px;height: 36px;}

.header .contact{font-family: 'PT Sans Narrow', sans-serif;font-size: 15px;line-height: 36px;margin: 0 10px 0 0; float: left;}
.header .contact.dropdown{padding: 0px 0 0;}
.header .contact.dropdown a label{padding: 0 10px 0 0;}
.header .contact a.phone{background: url(../images/phone.png) no-repeat 0px 3px;padding: 0 0 2px 25px; line-height: 20px;text-decoration: none;color:#000;}
.header .contact a.email{background: url(../images/mail.png) no-repeat 0px 4px;padding: 0 0 2px 22px; line-height: 20px;text-decoration: none;color:#000;}
.header .contact.dropdown a.phone {line-height: 36px; padding:0 10px 0 35px; background-position:10px 11px;}

.catalogsearch-term-popular ul.tags-list {
  column-count: 3;
  list-style-position: inside;
  padding: 40px 0 30px;
}

@media only screen and (max-width: 768px) {
  .catalogsearch-term-popular ul.tags-list {
    column-count: 2;
  }
}

@media only screen and (max-width: 360px) {
  .catalogsearch-term-popular ul.tags-list {
    column-count: 1;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:active,
.navbar-default .navbar-nav > li.open > a:hover {
  background: #ee3123;
  color:#ffffff;
  cursor:pointer;
}

.navbar-collapse {
  padding: 0;
}

.navbar {
  border-radius: 0;
  border: none;
  border-bottom: solid 4px #ee3123;
}

.navbar-right {
  margin: 0;
}

.navbar.affix{z-index: 1000000;top:0;left:0;}
.navbar.affix .navbar-collapse {padding:0 15px;}
.navbar.navbar-default .home_page_li {display:none;}
.navbar.affix.navbar-default .home_page_li {display:block;}
.nav>li{z-index: 10001!important;}

.header-minicart a {float:left; display:inline-block;}
.header-minicart a.product-image{border: solid 1px #d3d3d3; padding: 3px;}

.search-form {
  position: relative;
  margin: 17px 0 17px 0;
  width: 100%;
}
#mobile_search .search-form {margin:0 0 20px;}

.search-form .search-button {
  background: url(../images/sprite.png) no-repeat transparent;
  background-position: -57px -108px;
  width: 34px;
  height: 34px;
  opacity: 0.3;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.search-form .search-button span span{
  background: none;
  display: none;
}

.search-form .input-text {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 35px 0 7px;
  color: #bbb;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

.footer {
  background-color: #ee3123;
  color: #ffffff;
}

.footer a.social-icons {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  vertical-align: middle;
  margin-bottom: 6px;
}

.footer a.social-icons img {
  display: block;
}

.footer a.facebook{
  background: url(../images/icons/facebook.png) no-repeat;
}

.footer a.twitter{
  background: url(../images/icons/twitter.png) no-repeat;
}

.footer a.pinterest{
  background: url(../images/icons/pinterest.png) no-repeat;
}

.footer a.instagram{
  background: url(../images/icons/instagram.png) no-repeat;
}

.left-socials{margin: 0 0 20px;}
.left-socials a{ display: inline-block;}
.left-socials img{width: 100%;}
.left-socials div{padding: 0 5px 5px 0;}
.left-socials div:last-child{padding: 0 5px 0 0; margin-right: -5px;}

/*.left-socials a.facebook{
  background: url(../images/icons/facebook-big.png) no-repeat;
}
.left-socials a.twitter{
  background: url(../images/icons/twitter-big.png) no-repeat;
}
.left-socials a.pinterest{
  background: url(../images/icons/pinterest-big.png) no-repeat;
}
.left-socials a.instagram{
  background: url(../images/icons/instagram-big.png) no-repeat;
}*/

.input-box .checkbox{display: inline-block;}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
  text-align: right;
  margin-left:30px !important;
  min-height: 50px;
  width: 250px;
}

.header-minicart .dropdown{z-index: 99998;}

.header-minicart .dropdown-toggle{
  display: inline-block;
}

.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: left;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 0px;
  list-style: none;
}
.header-minicart .mini-products-list li {
  padding: 0 0 8px 0;
  position: relative;
  display: inline-block;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
  margin-left: 69px;
  font-size: 12pxM
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #000000;
  float: none;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #ddd;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.header-minicart .minicart-actions ul li a {
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #eeeeee;
  padding: 0 12px;
  transition:     color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition:  color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition:    color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.header-minicart .minicart-actions ul li a:hover{
  background-color: #ee3123;
  color:#ffffff;
  text-decoration: none;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

#mini-cart .dropdown-menu {
  width: 300px;
  padding: 25px;
  text-align: left;
}

.search-form .search-autocomplete ul{background-color: #fff;text-align: left;padding: 3px; list-style: none;}
.search-form .search-autocomplete li{padding: 3px 5px;cursor: pointer;line-height: 24px; color: #777777;}
.search-form .search-autocomplete li span{float: right;}
.search-form .search-autocomplete {left: 0 !important;top: 42px !important;position: relative;z-index: 4100 !important;}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
#mini-cart .feature-icon{font-family: 'PT Sans Narrow', sans-serif; font-size: 23px; font-weight: 700; color: #000000;}
#mini-cart .fa-stack{width: 80px; height: 80px;}
#mini-cart .fa-stack .fa-circle{color: #ee3123;font-size: 80px;}
#mini-cart .fa-stack .fa-shopping-cart{font-size: 48px; line-height: 80px;}


#mini-cart .dropdown-menu .inner {}
#mini-cart .dropdown-menu .incl-tax { display:block; padding-bottom:10px; text-align:right; }
#mini-cart .dropdown-menu .empty { padding:10px 0; }
#mini-cart .block-subtitle { padding:0; margin:0 0 10px; }
#mini-cart .product-name {line-height: 1em; font-size: 13px; margin: 0;}
#mini-cart .btn-remove,
#mini-cart .btn-edit { float:left;display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }
#mini-cart .btn-remove {  background: url(../images/pix.png) 0 -150px no-repeat;}
#mini-cart .btn-edit {background: url(../images/pix.png) 0 -167px no-repeat;
  margin: 0 5px 0 0;}
#mini-cart .product-details strong { font-weight:normal; }
#mini-cart .actions { margin:0; padding:0; border:none; text-align:left; display: inline-block;}
#mini-cart .actions button { float:left; margin-right:1px;  }
#mini-cart .truncated { margin-left:3px; }
#mini-cart .truncated .item-options { -webkit-transform: translateZ(0); /* Fix disappearing mini-cart in Safari if product has options */ }

/*.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:69px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Common styling for mini list and cross-sell list */
/*.mini-products-list .product-image,
.cart .crosssell .product-image { padding:3px; border:1px solid #e5e5e5; }
.mini-products-list .product-image:hover,
.cart .crosssell .product-image:hover { border-color:#999; }*/



/* ============================================ *
 * First page
 * ============================================ */
.klaro-bannerslider {margin:20px 0 20px; padding-bottom: 40px!important; padding-right: 20px;}
.klaro-bannerslider-standard{position: relative;}
.klaro-right-banners {margin:20px 0 20px!important; padding: 0 0 30px!important;}
.klaro-right-banners a{position: relative; float:right; width:100%;}
.klaro-right-banners a img{width: 100%;}
.klaro-right-banners a .content {background: rgba(255,255,255,0.5); max-width:170px; width:100%; position: absolute; bottom: 20px; min-height: 40px; right: 0;}
.klaro-right-banners a .content h2{color:#000;font-size: 17px; line-height:20px; padding:10px; font-weight:bold;text-transform: uppercase; font-family: 'PT Sans Narrow', sans-serif;  text-align: center; margin: 0;line-height: 1.2;}

.klaro-info-block {margin-bottom: 40px!important;float: left;}
.klaro-info-block img{width: 85px; height: 85px; float: left;}
.klaro-info-block .content {padding: 0 0 0 100px;}
.klaro-info-block .content h3{font-family: 'PT Sans', sans-serif; font-size: 18px; color:#808080; text-transform: uppercase; padding: 0; margin: 0;}
.klaro-info-block .content h2{font-family: 'PT Sans', sans-serif; font-size: 30px; color:#000000; padding: 0; margin: 0; min-height: 70px;}
.klaro-info-block .content h2 a{font-family: 'PT Sans', sans-serif; font-size: 30px; color:#000000; padding: 0; margin: 0; min-height: 70px; text-decoration: none;}
.klaro-info-block .content p{font-family: 'PT Sans', sans-serif; font-size: 14px; color:#808080;}
.klaro-info-block .content a{font-family: 'PT Sans', sans-serif; font-size: 14px; color:#000000; text-decoration: none;}
.klaro-info-block .content a:hover,
.klaro-info-block .content a:active{color:#ee3123;}

.klaro-info-block .content form input[type=text] {border:solid 1px #e8e8e8; width:48%; margin: 0 0 0 0; font-size: 12px; outline: none; float:left;}
.klaro-info-block .content form input[type=submit] {background: #e6e6e6;border: solid 1px #e8e8e8;font-family: 'PT Sans', sans-serif; font-size: 12px; color:#000000; width:48%; float:right;}

.banner-slider .owl-controls .owl-buttons div {
  position:absolute;
  display:block;
  width:50px;
  height:50px;
  background-image:url(../images/slider-arrows.png);
  background-repeat:no-repeat;
  background-color:#fff;
  cursor:pointer;
  text-decoration:none;
  text-indent:-9999px;
  overflow:hidden;
  margin: 0;
  transition:     opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition:  opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  /* Fix: opacity transition disabled for Firefox to prevent possible glitches during animation */
  opacity:0;
  filter:alpha(opacity=0);
}

.banner-slider {position: relative;}
.banner-slider .owl-pagination {position: absolute;bottom: 10px;right: 15px;}
.banner-slider .owl-controls .owl-page {display: inline-block; vertical-align: middle; zoom: 1; margin: 3px;height: 24px;width: 24px;}
.banner-slider .owl-controls .owl-page span{background-color: #ee3123; border-radius: 20px;margin: 0; margin: 6px 0 0 6px;}
.banner-slider .owl-controls .owl-page:hover span{height: 24px;width: 24px; margin: 0;}
.banner-slider .owl-controls .owl-page.active span{height: 24px;width: 24px; margin: 0;}

.banner-slider .owl-controls .owl-buttons div{border-radius: 0;}
.banner-slider:hover .owl-controls .owl-buttons div{opacity: 1;}
.banner-slider .owl-buttons div:hover{background-color: #ee3123;}

.banner-slider .owl-controls .owl-buttons .owl-prev{background-position: -2px 0;left: 0;top: 44%;}
.banner-slider .owl-controls.clickable .owl-buttons .owl-prev:hover{background-position: -2px -50px;}

.banner-slider .owl-controls .owl-buttons .owl-next {background-position: -48px 0;right: 0;top: 44%;}
.banner-slider .owl-controls.clickable .owl-buttons .owl-next:hover{background-position: -48px -50px;}

/*.header-minicart{}
.header-minicart a{height: 70px; display: flex; vertical-align: middle;}
.header-minicart a:hover{text-decoration: none;}
.header-minicart .icon{position: relative; display: inline-block; height: 70px; width: 70px; border-radius: 35px; background: #ee3123;line-height: 70px; font-size: 40px;}
.header-minicart .label{color:#000000; font-family: 'PT Sans Narrow', sans-serif; font-size: 23px; font-weight: bold; padding: 0 0 0 20px; margin: 0; line-height: 70px;}
*/

.cms-home .page-title{display: none;}
.cms-home .page-title + div{display: none;}
.cms-home-products{padding: 0 0 40px!important;}

.top-links{margin: 5px 0 0!important;}

.product-nav {list-style: none; padding: 0; margin: 0;position: relative;}
.product-nav > li {display: inline-block;}
.product-nav > li > h3{display: inline-block; color:#999999; border-right: solid 1px #999999; padding:0 20px; font-style: 28px; font-weight: normal; cursor: pointer;}
.product-nav > li > h3:hover{color:#000000;}
.product-nav > li:first-child > h3{padding:0 20px 0 0;}
.product-nav > li:last-child > h3{border: none;}
.product-nav h3 a{ color:#b3b3b3; }
.product-nav > li.active > h3{color:#000000;}
.product-nav > li.active > .products-slider {}
.product-nav .products-slider{position: absolute;}
.product-nav-height{min-height: 550px;}

.products-slider .owl-controls .owl-buttons div {
  float:left;
  display:block;
  width:30px;
  height:30px;
  background-image:url(../images/slider-arrows.png);
  background-repeat:no-repeat;
  background-color:#e5e5e5;
  cursor:pointer;
  text-decoration:none;
  text-indent:-9999px;
  overflow:hidden;
  border-radius: 0px;
  transition:     opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition:  opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.products-slider{position: relative;padding: 20px 0 0; display: none; left: 0;border-top: solid 1px #d3d3d3;}
.products-slider .owl-pagination{display: none;}
.products-slider .owl-controls .owl-buttons{position: absolute; top: -40px; right: 0;}
.products-slider .owl-controls .owl-buttons div {}
.products-slider .owl-buttons div:hover{background-color: #ee3123;}

.products-slider .owl-controls .owl-buttons .owl-prev{background-position: -10px -10px;}
.products-slider .owl-controls.clickable .owl-buttons .owl-prev:hover{background-position: -10px -60px;}

.products-slider .owl-controls .owl-buttons .owl-next {background-position: -60px -10px;}
.products-slider .owl-controls.clickable .owl-buttons .owl-next:hover{background-position: -60px -60px;}

.products-slider .item{
  padding-left: 10px;
  padding-right: 10px;
}
.products-slider .item h3{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.products-slider .item h3 a{
  font-family: 'PT Sans', sans-serif;
  color:#000000;
  font-size: 26px;
}
.products-slider .item h3 a:hover{
  color: #ee3123;
  text-decoration: none;
}
.products-slider .item p{
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  /*height: 54px;*/
}

.products-grid .button.btn-cart {
  width: 100%;
  margin: 10px 0 0;
}

.products-grid .button.btn-cart span {
  font-size: 18px;
  font-family: "PT Sans",georgia,serif;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  height: 50px;
  line-height: 50px;
}

.products-slider input.qty{width:30px;}
div.configurable select{width: 100%;height: 32px;border: solid 1px #e6e6e6;color: #cccccc;font-size: 14px;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;}
div.configurable select:hover{color:#666666; border-color: #666666;}

.products-slider.box-up-sell .owl-controls .owl-buttons{top: -60px;}

a.button {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
button.button span {
  float:left;
  display:block;
  padding:0;
  font-size:12px;
  text-align:center; 
  white-space:nowrap;
  background-color: #eeeeee;
  color: #333333;
  
  transition:     color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition:  color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition:    color 300ms ease-in-out, background-color 300ms ease-in-out;
}

button.button:hover span {
  background-color: #ee3123;
  color: #ffffff;
}

button.button {
  -webkit-border-fit: lines;
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.category-title .link-rss{float: right; color: #999999; font-size: 12px; text-decoration: none;}

.products-list h2.product-name {margin: 0 0 20px 0;}

.badges {width: 60px; height: 60px; border-radius: 50%; color: #ffffff; position: absolute; top:0; text-align: center; line-height: 60px; font-size: 17px; font-weight: bold;}
.badges.new{background-color: #ffc10d; right: -3px; top: -3px; z-index: 10000;}
.badges.sale{background-color: #ee3123; left: -3px; top: -3px; z-index: 10000;}
.block-viewed #recently-viewed-items .badges.sale { left: 0; }
.block-viewed #recently-viewed-items .badges.new { right: 0; }

.products-grid .price-box {
  margin-top: 15px;
  vertical-align: middle;
  display: table-cell;
  margin: 5px 0 10px;
  font-size: 1em;
  padding: 10px 0;
}
.products-grid .product-options-dd{min-height: 32px;}

.products-list .price-box{padding: 0 0 10px;}

.products-grid .price-box .regular-price .price,
.products-grid .price-box .special-price .price,
.products-grid .price-box .old-price .price,
.products-grid .price-box .was-old-price .price,
.products-list .price-box .regular-price .price,
.products-list .price-box .special-price .price,
.products-list .price-box .old-price .price,
.products-list .price-box .was-old-price .price,
.price-box .price {
  font-size: 26px;
  color: #ee3123;
  line-height: 1em;
}

.products-grid .price-box .old-price,
.products-list .price-box .old-price {
  margin-bottom: 0;
}
.products-grid .price-box .special-price,
.products-list .price-box .special-price {
  margin-bottom: 0;
}

.products-grid .price-box .price-label,
.products-list .price-box .price-label {
  display: none;
}

.products-grid .price-box .price-from,
.products-list .price-box .price-from{
  display: inline-block;
}

.products-grid .price-box .price-to,
.products-list .price-box .price-to{
  display: inline-block;
}

.products-grid .price-box .price-to:before,
.products-list .price-box .price-to:before{
  content: "-";
  display: inline-block;
  font-size: 26px;
  color: #ee3123;
  line-height: 1em;
}

.products-grid .price-box .price-from .price-label,
.products-list .price-box .price-from .price-label {
  display: none;
}

.price-box-bundle{display: none;}

.products-grid .price-box .price-from .price,
.products-list .price-box .price-from .price,
.price-box-bundle .price-box .price-from .price {
  font-size: 26px;
  color: #ee3123;
  line-height: 1em;
}

.price-box-bundle .price-box .price {
  font-size: 26px;
  color: #ee3123;
  line-height: 1em;
}

.products-grid .price-box .price-to .price-label,
.products-list .price-box .price-to .price-label {
  display: none;
}

.products-grid .price-box .price-to .price,
.products-list .price-box .price-to .price,
.price-box-bundle .price-box .price-to .price {
  font-size: 26px;
  color: #ee3123;
  line-height: 1em;
}

.price-as-configured .price-label{
  display: none;
}
.price-as-configured .price{
  font-size: 36px;
  color: #ee3123;
  line-height: 1em;
}

.product-options .price-notice {
  color: #ee3123;
  line-height: 1em;
}
.product-options .qty-holder label{
  font-weight: normal;
}
.product-options .qty-holder input.qty{
  display: inline-block;
  line-height: 23px;
  width: 36px;
  text-align: center;
}

.products-grid .price-box .old-price .price,
.products-list .price-box .old-price .price {
  text-decoration: line-through;
  color: #999999;
}
.category-description{margin: 0 0 30px;}
.category-products .products-grid .item{padding-top: 10px; padding-bottom: 10px;}
.category-products .products-grid .item:hover {
  z-index:10;
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  border-color:transparent;

  transition:     box-shadow 400ms ease-out;
  -moz-transition:  box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition:    box-shadow 400ms ease-out;
}
.category-products .products-grid .item a.product-image {display:block; text-align:center;}

.category-products .products-list .item{padding: 10px 0;}
.category-products .products-list .item:hover {
    z-index:10;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    border-color:transparent;

    transition:     box-shadow 400ms ease-out;
    -moz-transition:  box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition:    box-shadow 400ms ease-out;
  }



.price-box .label{
  color:#000;
  display: none;
}

.minimal-price-link{display: none;}

.minimal-price-link:hover{
  text-decoration: none;
}

.category-products{margin-top:10px; padding-top: 10px; border-top: solid 1px #e5e5e5;}

.products-list .add-to-links{margin: 0;padding: 0;margin-top:10px; padding-top: 10px; border-top: solid 1px #e5e5e5;}
.products-list .add-to-links li {margin: 0 3px}
.products-list .add-to-links li a{color:#000000; font-size: 11px;}
.products-list .add-to-links li a i{color:#ee3123; font-size: 16px;margin: 0 5px 0 0;}

.product-shop .sharing-links{list-style: none;  display: inline-block; margin: 10px 0 0 0; padding: 0;}
.product-shop .sharing-links li{display: inline-block;margin: 0 15px 0 0;}
.product-shop .sharing-links li a{color:#000000; font-size: 12px;}
.product-shop .sharing-links li a i{color:#ee3123; font-size: 18px;margin: 0 5px 0 0;}
.product-shop .add-to-links{display: inline-block; margin: 10px 0 0 0; padding: 0;}

.product-shop .sharing-links .link-share {font-size: 12px;cursor: pointer;}
.product-shop .sharing-links .link-share i{color:#ee3123;font-size: 18px;margin: 0 5px 0 0;}
.product-shop .sharing-links .link-share ul{margin: 0;padding: 0;}
.product-shop .sharing-links .link-share li{margin: 0 15px 10px;}
.product-shop .sharing-links .link-share li a{font-size:13px;padding-left: 25px;line-height: 20px;display: inline-block;}

.product-shop .sharing-links .link-share li a.fb-share{background: url(../images/facebook_icon.png) no-repeat;}
.product-shop .sharing-links .link-share li a.gp-share{background: url(../images/google_plus_icon.png) no-repeat;}
.product-shop .sharing-links .link-share li a.tw-share{background: url(../images/twitter_icon.png) no-repeat;}
.product-shop .sharing-links .link-share li a.pi-share{background: url(../images/pinterest_icon.png) no-repeat;}


.send-friend .fieldset p{margin: 0;}

.products-grid .item:hover .add-to-links{
  display: block;
}

.add-to-links li {
  display: inline-block;
  list-style: none;
}
.product-shop .add-to-links li {
  margin: 0 15px 0 0;
}
.product-shop .add-to-links li a{color:#000000; font-size: 12px;}
.product-shop .add-to-links li a i{color:#ee3123; font-size: 18px;margin: 0 5px 0 0;}
.add-to-links.addto-links-icons .link-compare { margin-left:3px; }
.addto-links-icons.addto-onimage {
  float:right;
  margin-top:-36px; /* Move up */
  position:relative;
  z-index:1;
  padding-bottom:4px; /* Use padding to cover the bottom part of the product image below icons */
  padding-right:4px;
  text-align: right;
  display: none;
}

.easytabs {margin-left:0 !important;}

.attribute-list .owl-controls .owl-buttons div {
  float:left;
  display:block;
  width:30px;
  height:30px;
  background-image:url(../images/slider-arrows.png);
  background-repeat:no-repeat;
  background-color:#e5e5e5;
  cursor:pointer;
  text-decoration:none;
  text-indent:-9999px;
  overflow:hidden;
  border-radius: 0px;
  transition:     opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition:  opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.product-attributes {padding: 60px 0 40px!important;}
.product-attributes h3{color:#ee3123; border-bottom: solid 1px #d3d3d3; margin: 0; padding: 0 0 5px;}
.product-attributes h3 a{color:#ee3123;}
.product-attributes .owl-item{text-align: center;}
.product-attributes .owl-item a{color:#ee3123; text-decoration: none;}
.product-attributes .owl-item a:hover{text-decoration: none;}

.box-collateral {margin: 15px 0;}

.product-collateral {padding:0 15px;}
.product-collateral-left{padding-right: 45px;}
.product-collateral-right{padding:0 15px 0 45px; border-left: solid 1px #d3d3d3;margin: 0 0 20px;}

.product-collateral #product_tabs_feeding_advice_attribute_contents table{border-top: solid 1px #d3d3d3;border-bottom: solid 1px #d3d3d3;}
.product-collateral #product_tabs_feeding_advice_attribute_contents table th{background-color: #f3f3f3;border-bottom: solid 1px #d3d3d3;text-align: center;}
.product-collateral #product_tabs_feeding_advice_attribute_contents table tr td {background-color: #ffffff;text-align: center;padding: 10px 0;border-left: solid 1px #e5e5e5;}
.product-collateral #product_tabs_feeding_advice_attribute_contents table tr td:first-child{border-left: none;}
.product-collateral #product_tabs_feeding_advice_attribute_contents table tr:first-child td{background-color: #f3f3f3;}
.product-collateral #product_tabs_feeding_advice_attribute_contents table tr:last-child td{border-bottom: none;}
.product-collateral #product_tabs_feeding_advice_attribute_contents table tr:nth-child(odd) td {background-color: #f3f3f3;}

.attribute-list{position: relative;padding: 20px 0 0; display: none;}
.attribute-list .owl-pagination{display: none;}
.attribute-list .owl-controls .owl-buttons{position: absolute; top: -40px; right: 0;}
.attribute-list .owl-controls .owl-buttons div {}
.attribute-list .owl-buttons div:hover{background-color: #ee3123;}

.attribute-list .owl-controls .owl-buttons .owl-prev{background-position: -10px -10px;}
.attribute-list .owl-controls.clickable .owl-buttons .owl-prev:hover{background-position: -10px -60px;}

.attribute-list .owl-controls .owl-buttons .owl-next {background-position: -60px -10px;}
.attribute-list .owl-controls.clickable .owl-buttons .owl-next:hover{background-position: -60px -60px;}

.news-latest{padding: 0 0 15px;}
.news-latest div.item{padding: 0 0 15px;}
.news-latest div.item h3{font-size: 28px;}
.news-latest div.item h5{color:#808080;}
.news-latest div.item p{color: #808080;}
.news-latest div.item a{color:#000;}
.news-latest div.item a:hover{text-decoration: none; color:#ee3123;}
.news-latest .buttons{text-align: right;}
.news-latest .buttons a{  font-family: "PT Sans",georgia,serif;background-color: #eeeeee; color: #333333; padding: 10px 20px; text-decoration: none; text-transform: uppercase;  display: inline-block;}
.news-latest .buttons a:hover{background-color: #ee3123; color: #ffffff;}

.breadcrumbs{}
.breadcrumbs ul {margin: 0; padding: 0;}
.breadcrumbs ul li{display: inline-block;color:#999999; font-family: "PT Sans",georgia,serif; font-size: 12px;}
.breadcrumbs ul li a {color:#999999; font-family: "PT Sans",georgia,serif; font-size: 12px;}

.category-image{padding: 0 0 30px;}

.block-layered-nav{padding-bottom: 40px;}
.block-layered-nav ol{list-style-type: none;}
.block-layered-nav .narrow-by-list-header {display:none;}
.block-layered-nav #narrow-by-list{position: relative;}
.block-layered-nav #narrow-by-list dd{display: none;}
.block-layered-nav #narrow-by-list dd.selected{display: block;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #f2f2f2;
  z-index: 100;
  border-top:solid 1px #dcdcdc;}
.block-layered-nav #narrow-by-list dd ol{margin: 0; padding: 0;}
.block-layered-nav #narrow-by-list dd li{display: inline-block; margin: 5px 10px;}
.block-layered-nav #narrow-by-list dd li a{color:#000000; text-decoration: none; font-size: 13px; line-height: 30px; padding: 0 20px; background: #e6e6e6; display: inline-block;}
.block-layered-nav #narrow-by-list dd li a:hover{color:#ffffff; background: #ee3123;}
.block-layered-nav #narrow-by-list dt{display: inline-block;color:#b3b3b3; margin-bottom: 5px; font-family: "PT Sans",georgia,serif; font-size: 18px; font-weight: normal; padding: 0 10px; border-right: solid 2px #b3b3b3;cursor: pointer;}
.block-layered-nav #narrow-by-list dt:first-child{padding: 0 10px 0 0;}
.block-layered-nav #narrow-by-list dt.selected{color:#000;}
.block-layered-nav #narrow-by-list dt.last{border:none;}
.block-layered-nav .currently ol li{  text-decoration: none;
  font-size: 13px;
  line-height: 30px;
  padding: 0 30px 0 20px;
  background: #ee3123;
  display: inline-block;
  color:#ffffff;
  position: relative; margin:10px 5px 0 0;}
.block-layered-nav .currently{display: inline-block;}
.block-layered-nav .currently ol {margin: 0; margin-top:-10px; padding: 0;float: none;display: inline-block;}
.block-layered-nav .currently ol li .label{display: none;}
.block-layered-nav .currently ol li .value{color: #ffffff;}
.block-layered-nav .currently ol li .btn-remove{color: #fff;position: absolute;right: 10px;font-weight: bold;top: 0;font-size: 14px;}
.block-layered-nav .block-subtitle{float: left;line-height: 30px;margin: 0 10px 0 0;font-size: 18px;}
.block-layered-nav .actions{color:#ee3123; margin:10px 0; white-space:nowrap; display:inline-block;}

.block-layered-nav #narrow-by-list dd li span{color:#000000; text-decoration: none; font-size: 13px; line-height: 30px; padding: 0 20px; background: #e6e6e6; display: inline-block;}
.block-layered-nav #narrow-by-list dd li.m-selected-ln-item span{color:#ffffff; background: #ee3123;}
.block-layered-nav #narrow-by-list dd li{display: inline-block; margin: 5px 10px;}

.toolbar{font-family: "PT Sans",georgia,serif; font-size: 18px;font-weight: normal;}
.toolbar .amount{display: inline-block; line-height: 42px; float: left;}
.toolbar .sort-by{display: inline-block; line-height: 42px;padding: 0 0 0 60px;}
.toolbar .sort-by label{font-weight: normal; float: left; padding: 0 10px 0 0;}
.toolbar .limiter{display: inline-block; line-height: 42px;padding: 0 0 0 60px;}
.toolbar .limiter label{font-weight: normal; float: left; padding: 0 10px 0 0;}
.toolbar .sorter{display: inline-block; line-height: 42px;float: right;}

.bottom-pagination .toolbar .amount{display: none!important;}
.bottom-pagination .toolbar .sort-by{display: none!important;}
.bottom-pagination .toolbar .limiter{display: none!important;}
.bottom-pagination .toolbar .sorter{display: none!important;}

.view-mode{}
.view-mode label{font-family: "PT Sans",georgia,serif; font-size: 18px;font-weight: normal; padding: 0 10px 0 0;}
.view-mode a{text-indent: -9999px; display: inline-block; width: 42px; height: 42px;}
.view-mode a.active{background-color: #e6e6e6;}
.view-mode a.list{background-image: url(../images/sprite.png); background-position: -359px -109px; background-repeat: no-repeat;}
.view-mode a.grid{background-image: url(../images/sprite.png); background-position: -309px -109px; background-repeat: no-repeat;}
.view-mode a.list:hover{background-color:#ee3123; background-position: -359px -159px;-webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.view-mode a.grid:hover{background-color:#ee3123; background-position: -309px -159px;-webkit-transition: all 0.5s ease; transition: all 0.5s ease;}

.pager{}
.pager .pages{font-size: 14px; color:#999999;}
.pager .pages label{font-weight: normal;}
.pager .pages ol{display: inline-block;padding: 0;}
.pager li>a, .pager li>span{padding: 0;background:none;border: none;}
.pager .pages li{color:#000000;width: 30px;height: 30px;line-height: 30px;display: inline-block;background-color: #f5f5f5;}
.pager .pages li.current{background-color: #e5e5e5;}
.pager .pages li a{font-size: 14px; color:#000000;border-radius: 0;display: block;-webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.pager .pages li a:hover{background: none;background-color: #ee3123;border-radius: 0;color:#fff;}
.pager .pages li a.next:before{content:">";}
.pager .pages li a.previous:before{content:"<";}

.products-list{list-style-type: none;margin: 0 0 50px;padding: 0;}
.products-list .item{margin: 0 0 15px;}

.left-nav{margin-top: 20px; margin-bottom:20px;}
.left-block-item{margin-bottom: 10px!important;}
.left-block-item p{color:#808080;}
.cms-blocks-bottom p{color:#808080;}

.subcategories{list-style: none;padding: 0 0 30px 0;}
.subcategories li{border-bottom: solid 1px #e5e5e5; position: relative;}
.subcategories li .expand{background-color: #e6e6e6;font-size: 18px;position: absolute;top: 0;right: 0;padding: 0 9px;line-height: 33px; cursor: pointer;}
.subcategories li a{color:#b3b3b3; font-size: 18px;line-height: 32px;}
.subcategories li a:hover{color:#000000; text-decoration: none;}
.subcategories .level1{list-style: none;display: block;margin: 0;padding: 0;}
.subcategories .level1 li{padding: 0 0 0 30px;}
.subcategories .level1 li:first-child{border-top: solid 1px #e5e5e5;}
.subcategories .level1 li:last-child{border-bottom: none;}

.left-block-banners{padding-bottom: 30px!important;}
.left-block-banners a{position: relative;float: none;display: block;}
.left-block-banners a img{width: 100%;}
.left-block-banners a .content {background: rgba(255,255,255,0.5); width: 155px; position: absolute; top: 40px; min-height: 40px; right: 0;}
.left-block-banners a .content h2{color:#000;font-size: 17px;font-weight:bold;text-transform: uppercase; font-family: 'PT Sans Narrow', sans-serif;  text-align: center;padding: 0;margin: 0;line-height: 1.2em; padding: 10px 0;}
.left-block-banners .news-latest{margin-bottom: 15px!important;}


.product-shop{padding-bottom:30px;}
.product-shop h2.product-name{}
.product-shop h2.product-name a{color:#000000;}

.category-products .action-buttons {}
.category-products .action-buttons .minimal-price-link{display: none;}
.category-products .action-buttons .qty {width: 26px; margin: 0 0 10px;}
.category-products .action-buttons select{width: 100%; margin: 0 0 10px;}
.category-products .action-buttons .regular-price{color:#ee3123; font-size: 32px;}
.category-products .action-buttons .button.btn-cart{width: 100%;}
.category-products .action-buttons .button.btn-cart span {
  font-size: 20px;
  font-family: "PT Sans",georgia,serif;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  height: 50px;
  line-height: 50px;
}

.products-grid div.item{margin-bottom: 40px;padding-top: 10px;}
.products-grid div.item .product-image,
.category-products .products-list .item .product-image{
  display: inline-block;
  position: relative;
}
.products-grid h2.product-name{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.products-grid h2.product-name a{color:#000000;  font-size: 24px;}
.products-grid div.short-description {
}
.products-grid div.actions {
  padding-top: 20px;
}
.products-grid input.qty {width: 30px;}

.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-thumbs{list-style: none;margin:0;padding: 0;}
.product-image-thumbs li{border: solid 1px #e0e0e0; padding: 5px; text-align: center;}

.under-main-image {overflow: hidden; margin-top: 15px!important; margin-bottom: 15px!important; text-align: center;}
.ingredients-percent {display: inline-block; width:120px; font-family: 'Roboto Slab';}
.special-attributes{padding: 20px 0 0; width: auto; float: none; display: inline-block; vertical-align: top;}
.special-attributes a{display: inline-block; color:#ee3123;font-size: 11px; text-align: center;}
.ingredients-image {width: 100%; border: 2px solid #ee3123; height: 60px; transition: all 0.3s ease-in;}
.ingredients-image .left-percent {width: 22%; float: left; background-color: #ee3123; color: #fff; height: 100%; position: relative;}
.ingredients-image .left-percent-holder { position: absolute; transform: rotate(-90deg); left: -16px; right: 0; top: 15px; width: 56px; height: 26px; transition: all 0.3s ease-in; }
.ingredients-image .left-percent .text { height: 26px; vertical-align: middle; display: table-cell; width: 56px; line-height: 1.2; font-size: 10px; text-align: center; transition: all 0.3s ease-in;}
.ingredients-image .right-percent {width: 78%; float: left; color: #fff; height: 100%; position: relative; z-index: 100; background: #fff;}
.ingredients-image .right-percent .color-percent { display: block; background: #f47974; width: 62%; height: 100%;}
.ingredients-image .right-percent .number-percent { position: absolute; z-index: 100; top: 0; left: 4px; right: 0;}
.ingredients-image .right-percent .number { font-size: 26px; font-weight: bold; display: block; text-shadow: -1px 0 #f47974, 0 1px #f47974, 1px 0 #f47974, 0 -1px #f47974; transition: all 0.3s ease-in; line-height: 100%; padding-top: 2px; height: 32px;}
.ingredients-image .ingredients-table { display: table; width: 100%;}
.ingredients-image .right-percent .text { font-size: 10px; text-shadow: -1px 0 #f47974, 0 1px #f47974, 1px 0 #f47974, 0 -1px #f47974; transition: all 0.3s ease-in;
  display: table-cell; vertical-align: middle; height: 24px; overflow: hidden; line-height: 1.2;}
.ingredients-image:hover { transition: all 0.3s ease-in; height: 90px; width: 152%; }
.ingredients-image:hover .right-percent .number { font-size: 38px; padding-top: 6px; transition: all 0.3s ease-in; height: 50px;}
.ingredients-image:hover .right-percent .text { font-size: 14px; transition: all 0.3s ease-in; height: 36px;}
.ingredients-image:hover .left-percent .text { font-size: 14px; width: 86px; height: 42px; vertical-align: middle; display: table-cell; transition: all 0.3s ease-in; }
.ingredients-image:hover .left-percent-holder { left: -24px; right: 0; top: 22px; width: 86px; height: 42px; transition: all 0.3s ease-in;}
.special-attributes a { width: 60px;}

@media (min-width: 992px) {
  .special-attributes a { width: 88px;}
  .special-attributes a:nth-child(6n) { clear: both;}
}

.clearer{width: 100%;clear: both;}

.block-viewed{display:inline-block; width:100%;}
.block-viewed .block-title{font-family: "PT Sans",georgia,serif; font-size: 18px; font-weight: normal;color:#000000; border-bottom: solid 1px #d2d2d2; padding: 0 0 10px;}
#recently-viewed-items .item{padding: 10px 0 0;}
#recently-viewed-items .item a.product-image{display: block;text-align: center;}
#recently-viewed-items .item h3.product-name{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#recently-viewed-items .item .product-name a{color:#000000;}
#recently-viewed-items .owl-controls .owl-buttons{position: absolute; top: -40px; right: 0;}
#recently-viewed-items .owl-controls .owl-buttons div {
  float:left;
  display:block;
  width:30px;
  height:30px;
  background-image:url(../images/slider-arrows.png);
  background-repeat:no-repeat;
  background-color: transparent;
  cursor:pointer;
  text-decoration:none;
  text-indent:-9999px;
  overflow:hidden;
  border-radius: 0px;
  transition:     opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition:  opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

#recently-viewed-items .owl-controls .owl-buttons div{margin: 5px 2px;}
#recently-viewed-items .owl-controls .owl-buttons div:hover{background-color:#e5e5e5;}
#recently-viewed-items .owl-controls .owl-buttons .owl-prev{background-position: -10px -10px;}
#recently-viewed-items .owl-controls.clickable .owl-buttons .owl-prev:hover{/*background-position: -10px -60px;*/}
#recently-viewed-items .owl-controls .owl-buttons .owl-next {background-position: -60px -10px;}
#recently-viewed-items .owl-controls.clickable .owl-buttons .owl-next:hover{/*background-position: -60px -60px;*/}

.block-poll {margin: 0 0 30px;}
.block-poll .block-title{padding: 0 0 5px;border-bottom: solid 1px #d2d2d2;margin: 0 0 15px;}
.block-poll .block-title strong{font-family: 'PT Sans', sans-serif; font-size: 18px; color:#000000;font-weight: normal;}
.block-poll ul{list-style: none; padding: 0;}
.block-poll ul li input{display: inline-block;}
.block-poll .label{color:#000000;font-size: 14px;font-weight: normal;}
.block-poll .label label{font-weight: normal;}
.block-poll .actions{text-align: right;}
.block-poll .actions button span span{font-size: 18px;padding: 0 20px; line-height: 56px; text-transform: uppercase;}

.block-poll ol#poll-answers{padding-left: 20px;}
.block-poll ol#poll-answers li{margin-bottom: 5px;}
.block-poll ol#poll-answers li .votes{padding-right: 10px;}

.product-view{margin: 40px 0 0;}
.product-view .product-mobile-show-box {margin-bottom:20px !important; display:none;}
.product-view .product-mobile-show-box .fake_h1 {margin:0 0 5px; font-size:36px; font-weight:500; line-height:1.1em;}
.product-view .product-name h1{margin:0 0 5px;}
.product-view h2{color:#ee3123;font-size: 21px; font-weight: bold;}
.product-view .ratings{margin:0 0 10px;}
.product-view .no-rating{margin: 0;}
.product-view .link-price-alert a,
.product-view .no-rating a{color:#b3b3b3; font-size: 14px;}
.product-view .short-description{margin:0 0 10px;}
.product-view .rating-box {background-color: rgba(255, 255, 255, 0.4); display: inline-block;margin: 0 10px 0 0;}
.product-view .rating-links{display: inline-block; margin: 0; color:#b3b3b3;}
.product-view .rating-links a{font-size: 14px; color:#b3b3b3; text-decoration: none;margin: 0 5px;}
.product-view .rating-box .rating {opacity: 0.6;}
.product-view .desc-short-description {font-size: 16px; padding: 10px 0 20px;}
.rating-box {width: 69px;height: 13px;font-size: 0;line-height: 0;background: url(../images/rating.png) 0 0 repeat-x;text-indent: -999em;overflow: hidden;}
.rating-box .rating{float: left; height: 13px; background: url(../images/rating.png) 0 100% repeat-x;}

.easytabs-content-wrapper .easytabs-a-accordion {border-bottom:#999999 1px solid; color:#999999; background:none; padding:10px 0 5px;}
.easytabs-content-wrapper .easytabs-content {padding:7px 0 20px;}

.product-sheets{}
.product-sheets ul{list-style: none;padding: 20px 0 0 5px;}
.product-sheets li{padding: 0 0 10px; margin: 0;}
.product-sheets li a{background: url(../images/icon-dl.png) no-repeat; line-height: 26px; display: inline-block; padding-left: 30px;font-size: 16px; font-weight: bold;}
.product-sheets li a span{font-weight: normal;}

.product-shop .price-box{margin: 20px 0;}
.product-shop .price-box .regular-price, .product-shop .price-box .was-old-price {margin: 0;  line-height: 42px;}
.product-shop .price-box .regular-price .price, .product-shop .price-box .was-old-price .price {color:#ee3123; font-size: 36px;}
.product-shop .price-box .old-price{margin: 0;  line-height: 42px;}
.product-shop .price-box .old-price .price-label{display: none;}
.product-shop .price-box .old-price .price{color:#999999; font-size: 36px; text-decoration:line-through;}
.product-shop .price-box .special-price{margin: 0;  line-height: 1em;}
.product-shop .price-box .special-price .price-label{display: none;}
.product-shop .price-box .special-price .price{color:#ee3123; font-size: 36px;}
.product-view .product-options-bottom{padding: 0 0 10px;}
.product-view .product-options-bottom .add-to-cart{border-bottom: solid 1px #e5e5e5;padding: 0 0 10px;}
.product-view .product-options-bottom .add-to-cart label{
  font-size: 16px;
  font-weight: normal;
}
.product-view .product-options-bottom .add-to-cart input.qty{
  width: 36px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}

.product-view .product-shop button.btn-cart{width:100%;display: block;margin: 10px 0 0;}
.product-view .product-shop button.btn-cart span{float:none; font-size: 26px; color:#000; line-height: 68px; text-transform: uppercase;}
.product-view .product-shop button.btn-cart:hover span{color:#fff;}

.product-view .block-viewed{padding: 0 0 30px;}

.product-view .box-up-sell{margin-top: 50px; display: block; border:none;}
.product-view .box-up-sell h2{border-bottom: solid 1px #d3d3d3; padding: 0 0 5px; margin: 0 0 20px;}

.product-shop .grouped-items-table.data-table tr.even{background-color: #f3f3f3;}
.product-shop .grouped-items-table .price-box{margin: 0;}
.product-shop .grouped-items-table .price-box .old-price .price,
.product-shop .grouped-items-table .price-box .regular-price .price,
.product-shop .grouped-items-table .price-box .special-price .price {
  font-size: 26px;
}
.product-shop .grouped-items-table .price-box .old-price,
.product-shop .grouped-items-table .price-box .regular-price{line-height: 32px;}

.product-shop .grouped-items-table .tier-prices{padding-left: 20px;}

.block-tags{ padding: 0 0 20px; }
.block-tags ul{list-style: none; margin: 0; padding: 0;}
.block-tags li{display: inline-block; padding: 0 8px 0 0;}
.block-tags li a{color:#000000; text-decoration: none;}

.products-grid .upsell-wrapper div.item{margin: 0 15px 15px 0;}

.dedicated-review-box{}
.dedicated-review-box ol{list-style: none; margin: 0; padding: 0;}
.dedicated-review-box ol li{font-size: 12px;padding: 10px 0 10px;border-bottom: solid 1px #d3d3d3;}
.dedicated-review-box .title{font-size: 20px; font-weight: bold; margin: 0 10px 0 0;}
.dedicated-review-box .user{font-size: 16px; font-weight: bold; margin: 0 0 0 5px;}
.dedicated-review-box .ratings-table td{line-height: 23px;}
.dedicated-review-box .ratings-table .label {color:#000000; font-size: 14px; font-weight: normal;}
.dedicated-review-box li p{margin: 5px 8px; font-size: 14px;}
.dedicated-review-box li .posted-on{color:#d2d2d2; font-style: italic; font-size: 12px; margin:0 0 0 8px;}
#review-form{}
#review-form table {border-bottom: solid 1px #d3d3d3;}
#review-form table thead th{white-space: nowrap; padding: 0 10px;border-bottom: solid 1px #d3d3d3; text-align:center;}
#review-form table td{text-align: center;padding: 5px; border-right: solid 1px #e5e5e5;}
#review-form table tr:nth-child(2) td,
#review-form table tr:nth-child(2) th{background:#f3f3f3;}
#review-form table td:last-child{border:none;}
#review-form table td input{display: inline-block;}
#review-form table td input[type=radio]{margin-top: 7px;}
#review-form .form-list{list-style: none; margin: 20px 0 0; padding: 0;}
#review-form .form-list label{margin: 0;line-height: 26px;}
#review-form button.btn-submit-review span{font-size: 16px; text-transform: uppercase; font-weight: normal; line-height: 36px; padding: 0 20px;}

#review-form .form-list li {width:100%; clear:both; display:block; padding:0px 0px 20px;}
#review-form .form-list .input-text {border: 1px solid #cccccc; line-height: 33px; padding: 0; padding-left:5px; padding-right:5px; width:33.333%; max-width:33.333%;}
#review-form .form-list label.required em {color:#ee3123; float:right;}
#review-form .form-list .input-box textarea{width:66.666%; max-width:66.666%; height: 100px; padding-left:5px; padding-right:5px;}
#review-form .buttons-set {clear:both; display:inline-block; width:100%;}


.product-block-inner{text-align: center;}


/**********/
/* FOOTER */
/**********/

.footer{ padding: 30px 10px; font-weight:normal;font-family: 'PT Sans', sans-serif; font-size: 14px; color:#ffffff;margin:20px 0 0;}
.footer h3{font-family: 'PT Sans', sans-serif; color:#ffffff; font-weight: bold;margin-bottom: 20px;}
.footer ul{margin: 0;padding: 0;}
.footer p {font-size: 14px;}
.footer ul li {list-style: none;font-family: 'PT Sans', sans-serif; font-size: 14px;}
.footer #footer_box4 ul li{overflow: hidden;text-overflow: ellipsis;}
.footer ul li label{margin: 0; font-weight: normal;}
.footer ul li a {list-style: none;font-weight:normal;font-family: 'PT Sans', sans-serif; font-size: 16px; color:#ffffff; text-decoration: none;}
.footer ul li a:hover{color:#000000; 
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  -o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;}
.footer .block-subscribe {margin-top: 20px;  margin-bottom: 10px;}
.footer .block-subscribe .block-title{font-family: 'PT Sans', sans-serif; font-size: 24px; color:#ffffff; font-weight: bold;}
.footer .block-subscribe ul li{display: block;width: 49%;float: left;margin: 0;}
.footer .block-subscribe ul li:first-child { margin-right: 2%;}
.footer .block-subscribe ul li.agreement{display: block; margin: 5px 0 5px;width: 100%;}
.footer .block-subscribe ul li.agreement input{float: left;}
.footer .block-subscribe ul li.agreement label{font-size: 13px;font-weight: normal; margin:0 0 0 10px; width: 90%; padding:0;float: left;}
.footer .block-subscribe ul li.agreement label a{font-size: 13px;font-weight: normal;line-height: 22px;}
.footer .block-subscribe ul li input[type=checkbox]{vertical-align: top;}
.footer .block-subscribe ul li input[type=text]{width: 100%; height: 25px;color: #000; font-size: 14px; padding-left:5px; padding-right:5px;}
.footer .block-subscribe .actions{text-align: right; clear: both;}
.footer .block-subscribe form{width: 100%;}
.footer .block-subscribe button{font-family: 'PT Sans', sans-serif; font-size: 13px; color:#000000;}
.footer .block-subscribe button span span{padding: 15px;background: #fff;color:#000000;}
.footer .block-subscribe button span span:hover{background: #eeeeee;}
.footer .block-subscribe .validation-advice{color: #000000;}
.footer .block-contact{}
@media (min-width: 992px) {
  .footer .row .col-md-2 { width: 17.5%; }
  .footer .row .col-md-4 { width: 30%; }
}

/* back link */
.back-link a, 
a.back-link {margin-top:5px; display:inline-block;}
.back-link a small, 
a.back-link small {
  float:left;
  display:block;
  width:30px;
  height:30px;
  margin:-5px 10px 0 0;
  background-image:url(../images/slider-arrows.png);
  background-repeat:no-repeat;
  background-position: -10px -10px;
  background-color:#e5e5e5;
  cursor:pointer;
  text-decoration:none;
  text-indent:-9999px;
  overflow:hidden;
  transition:     opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition:  opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}

.back-link a:hover small, 
a.back-link:hover small{background-color: #ee3123;background-position: -10px -60px;}

/* end back link */

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 60%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {

}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 20px 40px;
  background-color: #e6e6e6;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

.navbar-toggle {float:left; margin-left:15px;}

.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
  display: inline-block;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

.cart-totals .checkout-types .btn-checkout span{
  padding: 9px 6px;
  font-size: 18px;
  background-color: #ee3123;
  color: #ffffff;
}



.cart-table {
  
  width:100%;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table tbody td {
  border-right: solid 1px #e5e5e5;
}
.cart-table tbody td:last-child {
  border-right: none
}
.cart-table h2 {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.cart-table h2 a{
  font-weight: 400;
  color: #000000;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
}
.cart-table thead th{text-align: center;}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table .product-cart-info {
  width: 60%;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-actions .button.btn-update span span{padding: 5px 10px;}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 150px;
  width: 150px;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 14px;
}
.cart-table .cart-links > li > a {
  display: block;
  color:#000000;
  text-decoration: none;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border: solid 1px #e0e0e0;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}
.cart-table .item-options dd:after {
  content: ",";
  margin-left: -2px;
}
.cart-table .item-options dd:last-child:after {
  content: "";
  margin: 0;
}
.cart-table .item-options.downloadable dd:after {
  margin: 0;
}

.cart-table .item-options dt,
.cart-table .item-options dd {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.cart-links{list-style: none; padding: 0; margin: 0;}
.product-cart-remove .btn-remove{display: inline-block; background: url(../images/btn-cart-rm.png) no-repeat; width: 13px; height: 13px; text-indent: -99999px;}
.cart-table tfoot tr{border: none;}
.cart-table .cart-footer-actions {padding: 20px 0 40px;}
.cart-table .cart-footer-actions button {background: none;margin: 0; border: none;background-color: #e6e6e6; padding: 8px 10px;}
.cart-table .cart-footer-actions button:hover{background-color: #ee3123; color:#ffffff;}
.cart-table .cart-footer-actions button span{font-size: 14px; }
.cart-table .cart-footer-actions .btn-update{float: right;}


/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

.delivery-info-message {
  text-align: center;
  background: #ee3123;
  color: #fff;
  display: block;
  padding: 5px 0 5px 0;
  border-bottom: #fff solid;
}
.dropdown-toggle .delivery-info-message {
  max-width: 100%;
  display: block;
  font-size: 12px;
  padding-bottom: 2px!important;
}
.delivery-info-message-checkout {
  color: #ee3123;
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-size: 14px;
  width: 100%;
  margin-bottom:10px;
}
.cart .cart-totals table td {
  padding: 2px 0;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 18px;
  padding: 0;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  
}
.cart .cart-totals table tfoot strong {
  font-weight: 700;
  font-size: 18px;
}

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
.cart .giftcard label {
  
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form label {
  display: block;
  width: 100%;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper {
  display: block;
  vertical-align: bottom;
  margin-top: 10px;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

@media only screen and (max-width: 960px) {
  .header-minicart {
    width: 211px;
  }
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2,
.coupons h2 {
  color: #000000; font-size: 24px; border-bottom: solid 1px #d3d3d3; padding: 0 0 5px; margin: 0 0 20px;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
  padding-right: 20px;
}
.crosssell ul{margin: 0; padding: 0;list-style: none;}
.crosssell .product-name {white-space: nowrap;text-overflow: ellipsis;overflow: hidden; margin: 0;}
.crosssell .product-name a{color:#000000; font-size: 24px;}
.crosssell .price-box .price{font-size: 21px!important;}
.crosssell .actions{display: inline-block;}
.crosssell .products-grid > li{margin: 0 0 40px;}
.crosssell .products-grid .button.btn-cart span{height: auto; font-size: 11px;line-height: 32px; width: auto; padding: 0 15px;}
.crosssell .products-grid .price-box{margin: 0;}
.crosssell .products-grid .icon{background-color: transparent;}
.crosssell .products-grid .icon:hover{background-color: #ee3123;}


/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}


.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.sp-methods .disabled-input {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #aaa;
}
.sp-methods .disabled-error {
  color: #aaa;
}
/* One Page Checkout */

div.onestep-step h1 {
    font-size: 21px;
    text-transform: uppercase;
}
div.onestep-step h3 {
    font-size: 21px;
    border-bottom: 1px solid #d3d3d3;
    display: block;
    float: left;
    margin: 20px 0 10px;
    padding: 0 0 5px;
    width: 100%;
}

div.onestep-step #login-form {padding-bottom:10px;}
div.onestep-step .registered-users {padding:0 20px 10px; float:left; display:block; width:100%;}
div.onestep-step .registered-users .form-list {margin:0 -10px;}
div.onestep-step .registered-users .form-list li {
	float:left;
	width:50%;
	padding:0 10px;
}
div.onestep-step .registered-users input, 
div.onestep-step .registered-users input[type="text"] {width:100%; padding-left:5px; padding-right:5px;}
div.onestep-step .registered-users .buttons-set a {margin-top:14px; display:inline-block;}
div.onestep-step .registered-users .buttons-set .f-right {float:right; width:50%; margin-left:10px; padding-left:10px;}
div.onestep-step .registered-users .buttons-set button.button {width:100%;}
div.onestep-step .registered-users .buttons-set button.button span {width:100%; line-height:48px; font-size:14px;padding: 0;}

.checkout-onestep-success .main,
.checkout-onepage-success .main {
  padding-bottom:40px;
}
.checkout-onestep-success .main .buttons-set,
.checkout-onepage-success .main .buttons-set {
  padding-top:20px;
}
.checkout-onestep-success .main .buttons-set .button span span,
.checkout-onepage-success .main .buttons-set .button span span {
  font-size:14px; line-height:20px; padding:14px 40px;
}

.checkout-cart-index .cart-empty {padding-bottom:40px;}
.checkout-cart-index .cart-empty a {text-decoration:underline;}
.checkout-cart-index .cart-empty a:hover {text-decoration:none;}

.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
  width: 100%;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: left;
}

#review-buttons-container .required {text-align:right; color:#ee3123; font-size:10px; line-height:20px;}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}


#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 27px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  /*border: 1px solid #e6e6e6;*/
  margin: 0;
  white-space: nowrap;
  background: #e6e6e6;
  padding: 0 5px;
}
.configurable-swatch-list li.selected .swatch-label {
  /*border: 1px solid #ee3123;*/
}

.configurable-swatch-list {
  margin: 0px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
  padding: 0;
}
.configurable-swatch-list li {
  zoom: 1;
  margin: 0 0 0 10px;
  display: inline-block;
  list-style: none;
}
.configurable-swatch-list li.configurable-swatch-save{
  margin: 0;
  text-align: center;
  line-height: 54px;
  padding: 0 0 0 10px;
  float: left;
  display: block;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
}

.swatch-link:hover .swatch-label{
  background: #ee3123;
  color:#ffffff;
  border-color: #ee3123;
}

.configurable-swatch-list li.selected .swatch-link{
  text-decoration: none;
}
.configurable-swatch-list li.selected .swatch-label{
  background: #ee3123;
  color:#ffffff;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */.product-view .product-options .swatch-attr
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  /*display: inline-block;*/
  /*float: left;*/
  border: 0;
  display: table-cell;
  vertical-align: middle;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  font-size: 12px;
  color:#000;
  line-height: 54px;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
  display: none;
}

.product-view .product-options dd{
  margin-bottom: 30px;
}

.product-view .product-options dd.last{
  margin-bottom: 10px;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
.product-view .product-options dd.bundle-option {
  margin-bottom: 20px;
}
.product-view .product-options dd.bundle-option .input-box {
  display: inline-block;
  padding-right: 10px;
}
.product-view .product-options dd.bundle-option input[type="radio"]{
  vertical-align: -2px;
}
.product-view .product-options dt.bundle-option label {
  margin-bottom: 0;
}
.product-view .product-options dd.bundle-option .options-list {
  margin-top: 7px;
}
.product-view .product-options dd.bundle-option .bundle-option-select {
  margin-top: 11px;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}
.product-options{clear: both;float: left;width: 100%; margin: 0 0 20px;}
.product-options dl{margin: 0;display: table-row;}
.product-options p.required{display: none;}

/* Global Messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.success { color:#3d6611; font-weight:bold; }
.error { color:#ee001c; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0; padding:0; }
.messages { overflow:hidden; margin:0 0 10px; }
.messages li { margin:0 0 1%; }
.messages > li:last-child { margin-bottom:0; }
.messages li li { margin:0; }
.messages a { text-decoration:underline; }
.catalog-category-view .messages { margin-top:15px; margin-bottom:15px; }
.cms-index-index .messages,
.cms-home .messages { margin:20px 0 20px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg { 
  background-position:25px center !important;
  background-repeat:no-repeat !important;
  padding:25px 25px 25px 80px !important;
  font-size:12px !important; 
}
.error-msg {
  border-color:#c02230;
  background-color:#F5DAD3;
  background-image:url(../images/i_msg-error.png);
  color:#c02230;
}
.success-msg {
  border-color:#296a23;
  background-color:#e9ffca;
  background-image:url(../images/i_msg-success.png);
  color:#296a23;
}
.note-msg,
.notice-msg {
  border-color:#7c622a;
  background-color:#FDEDA4;
  background-image:url(../images/i_msg-note.png);
  color:#7c622a;
}

.remember-me-popup {display:none;}

.customer-account-login .account-login {padding-bottom:20px;}
.customer-account-login .account-login h2 {
    font-size: 21px;
    border-bottom: 1px solid #d3d3d3;
    display: block;
    float: left;
    margin: 20px 0 10px;
    padding: 0 0 5px;
    width: 100%;
	text-transform:uppercase;
}
.customer-account-login .account-login .col-md-6 {padding:20px 15px;}
.customer-account-login .account-login #login-form {padding-bottom:10px;}
.customer-account-login .account-login #login-form input {border: 1px solid #cccccc; line-height: 33px; padding: 0; padding-left:5px; padding-right:5px; display: inline-block;width: auto;}
.new-users .buttons-set {padding-top:5px;}
.new-users .button span {
  float:left;
  display:block;
  padding:0;
  font-size:12px;
  text-align:center; 
  white-space:nowrap;
  background-color: #eeeeee;
  color: #333333;
  transition:     color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition:  color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition:    color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.new-users .button:hover span {
  background-color: #ee3123;
  color: #ffffff;
}
.new-users .button span span {line-height:20px; padding:14px 40px; font-size:14px;}
.customer-account-login .account-login .registered-users {padding:0 20px 20px; float:left; display:block; width:100%; background:#f8f8f8;}
.customer-account-login .account-login .registered-users h2 {padding-bottom:0; border-bottom:0 none;}
.customer-account-login .account-login .registered-users .form-list {margin:0 -10px;}
.customer-account-login .account-login .registered-users .form-list li {
	float:left;
	width:50%;
	padding:0 10px;
}
.customer-account-login .account-login .registered-users input, 
.customer-account-login .account-login .registered-users input[type="text"] {width:100%; padding-left:5px; padding-right:5px;}
.customer-account-login .account-login .registered-users .buttons-set {padding-top:10px; clear:both;}
.customer-account-login .account-login .registered-users .buttons-set a {margin-top:14px; display:inline-block;}
.customer-account-login .account-login .registered-users .buttons-set .f-right {float:right; width:50%; margin-left:10px; padding-left:10px;}
.customer-account-login .account-login .registered-users .buttons-set button.button {width:100%;}
.customer-account-login .account-login .registered-users .buttons-set button.button span {width:100%; line-height:48px; font-size:14px;padding: 0;}
.customer-account-login .account-login .registered-users label.required em {color:#ee3123;}
.customer-account-login .account-login .registered-users p.required {display:block; clear:both; color:#ee3123; font-size:10px; line-height:20px; text-align: right; padding-top:10px; margin-bottom:0;}
.customer-account-login .account-login .registered-users .fieldset{margin: 0;}

.customer-account-logoutsuccess .main-container {padding-bottom:30px;}

.account-create {padding-bottom:40px;}
.account-create .form-list {padding-top:10px;}
.account-create .form-list li {width:25%; clear:both; display:block; padding-bottom:20px; padding-right:10px;}
.account-create .form-list li.fields {padding-bottom:0; width:50%; padding-right:0;}
.account-create .form-list li.fields .postalsystem-dropdowns select { margin-bottom: 15px;}
.account-create .form-list li.fields .postalsystem-dropdowns .loader { height: 100%; }
.account-create .form-list li.fields .customer-name {width:100%;}
.account-create .fields .field  {width:50%; float:left; padding-bottom:20px;}
.account-create .fields div.field:first-child {padding-right:10px;}
.account-create .fields div.field:last-child {padding-left:10px;}
.account-create .form-list .input-text {border: 1px solid #cccccc; line-height: 33px; padding: 0; padding-left:5px; padding-right:5px; width:100%;}
.account-create .form-list label.required em {color:#ee3123;}
.account-create .control .input-box {float:left; margin-right:10px;}
.account-create .button {float:right;}
.account-create .button span span {line-height:20px; padding:14px 40px; font-size:14px;}
.account-create p.back-link {padding-top:9px; margin-bottom:0;}
.account-create p.required {display:block; clear:both; color:#ee3123; font-size:10px; line-height:20px; text-align: right;}
.account-create form .buttons-set{float: none;}
.account-create h3{border-bottom: solid 1px #d3d3d3;padding-bottom: 10px;text-transform: uppercase; font-size: 22px;}
.account-create .control label {max-width:90%;}

.guest-search-form .form-list li {width:25%; clear:both; display:block; padding-right:10px;}
.guest-search-form .form-list li.fields {padding-bottom:0; width:50%; padding-right:0;}
.guest-search-form .form-list li.fields .field{padding: 0!important;}
.guest-search-form .form-list .input-text {border: 1px solid #cccccc; line-height: 33px; padding: 0; padding-left:5px; padding-right:5px; width:100%;}
.guest-search-form .buttons-set button.button {}
.guest-search-form .buttons-set button.button span {width:100%;}
.guest-search-form .buttons-set button.button span span{line-height: 20px;padding: 14px 40px;font-size: 14px;}

.forgot-password .form-list li {width:25%;}
.reset-forgotten .form-list li {width:50%;}

.advanced-search{}
.advanced-search .form-list{}
.advanced-search .form-list li{width: 50%;}
.advanced-search .form-list li:nth-child(odd){padding-right: 10px;clear: both;}
.advanced-search .form-list li:nth-child(even){padding-left: 10px;}
.advanced-search .form-list li .input-range input{width: 45%;}

.block-account {padding: 30px 0 40px;}
.block-account .block-title span{font-size: 21px; font-weight: normal; text-transform: uppercase;}
.block-account .block-content {padding: 30px 0 0;}
.block-account .block-content ul{list-style: none;margin: 0;padding: 0;}
.block-account .block-content ul li{}
.block-account .block-content ul a{font-size:18px; line-height:24px; padding:5px 0; color:#b3b3b3; text-decoration: none; display:block; border-bottom:1px solid #b3b3b3;}
.block-account .block-content ul .current a,
.block-account .block-content ul a:hover{color:#000000;}
.block-account .block-content ul .current a strong{font-weight: normal;}

.my-account {padding:20px 0 40px; display:inline-block; width:100%;}
.my-account table {clear:both;}
.my-account .page-title h1 {margin-bottom:20px;}
.my-account h2 {clear:both;}
.my-account .welcome-msg {margin-bottom:20px; margin-top:20px; display:inline-block;}
.my-account .hello {margin-bottom:20px;}
.my-account .box-account {clear:both;}
.my-account .box-head {margin:20px 0; padding-bottom:5px; border-bottom:1px solid #b3b3b3; display:block; width:100%; float:left;}
.my-account .box-head h2 {font-size:21px; padding-bottom:5px; margin:0; text-transform:uppercase; float:left;}
.my-account .box-head a {margin:4px 0px 4px 10px; float:right;}
.my-account .col2-set {clear:both; margin:0 -15px;} 
.my-account .col2-set .col-1, 
.my-account .col2-set .col-2 {float:left; width:50%; padding:0px 15px 20px;}
.my-account .box-title {margin:20px 0; padding-bottom:5px; border-bottom:1px solid #b3b3b3; display:block; width:100%; float:left;}
.my-account h2.box-title {font-size:21px; text-transform:uppercase;}
.my-account .col2-set .box-title {margin-top:0;}
.my-account .box-title h3 {font-size:18px; padding-bottom:5px; margin:0; float:left;}
.my-account .box-title a {margin:1px 0px 3px 10px; float:right;}
.my-account .box-head a, 
.my-account .box-title a, 
.my-account .box-account-address a.edit {color:#b3b3b3;}
.my-account .box-head a:hover, 
.my-account .box-title a:hover, 
.my-account .box-account-address a.edit:hover {color:#000; text-decoration:none;}

.my-account h2.legend {margin:20px 0; padding-bottom:10px; border-bottom:1px solid #b3b3b3; display:block; width:100%; float:left; font-size:21px; text-transform:uppercase;}
.my-account .form-list {margin:0 -10px;}
.my-account .form-list li {width:33.333%; clear:both; display:block; padding:0px 10px 20px;}
.my-account .form-list li.fields {padding-bottom:0; width:66.666%;}
.my-account .form-list li.fields .customer-name {width:100%;}
.my-account .form-list li.control {width:100%;}
.my-account .form-list li.control div.input-box {display:inline-block;}
.my-account .fields .field  {width:50%; float:left; padding:0px 10px 20px;}
.my-account .fields .field:nth-child(2) { padding-left: 0;}
.my-account .form-list .input-text {border: 1px solid #cccccc; line-height: 33px; padding: 0; padding-left:5px; padding-right:5px; width:100%;}
.my-account .form-list select {border: 1px solid #cccccc; padding:6px 1px; width:100%;}
.my-account .form-list select.postalsystem-select-3 {margin-bottom: 0;}
.my-account .form-list label.required em {color:#ee3123; float:right;}
.my-account .control input {display:inline-block; margin-right:5px; margin-top:3px;}
.my-account .buttons-set {clear:both; display:inline-block; width:100%;}
.my-account .button {float:right;}
.my-account .buttons-set2 .button {float:right; margin-left:10px;}
.my-account .button span {width:100%;}
.my-account .button span span {line-height:20px; padding:14px 40px; font-size:14px;}
.my-account p.back-link {padding-top:9px; margin-bottom:0;}
.my-account p.required {display:block; clear:both; color:#ee3123; font-size:10px; line-height:20px; text-align: right;}
.my-account .pager {display:block; clear:both; margin:10px 0;}
.my-account .pager .amount {float:left; line-height:29px; margin-bottom:0}
.my-account .pager .limiter {float:right; line-height:29px;}
.my-account .pager .limiter label {margin-bottom:0;}
.my-account .pager .limiter select {border: 1px solid #cccccc; padding:3px 1px;}

.my-account .data-table {width:100%;}
.my-account .data-table th {border:1px solid #e5e5e5; padding:10px; vertical-align:top; background:#f2f2f2; font-weight:normal;}
.my-account .data-table td {border:1px solid #e5e5e5; padding:10px; vertical-align:top;}
.my-account .data-table .product-name {font-size:18px; margin:-1px 0;}
.my-account .data-table td .rating-box {margin-top:2px}

.my-account #my-orders-table-holder {padding:0 0 20px; clear:both;}
.my-account .box-recent .box-head {border-bottom:0 none; padding-bottom:0;}
.my-account .box-recent .box-head h2 {padding-bottom:0;}
.my-account #dashboard-box-account-holder {clear:both;}
.my-account #dashboard-box-account-holder p {margin-bottom:0;}

.my-account .box-account-address .box-head h2 {font-size:18px; text-transform:none;}
.my-account .box-account-address .box-head a {margin:1px 0px 3px 10px;}
.my-account .box-account-address .box-title {margin:0; border-bottom:0 none;}
.my-account .box-account-address .box-title h3 {font-size:16px; text-transform:uppercase;}
.my-account .box-account-address address {margin-bottom:10px;}
.my-account .box-account #my_recent_reviews {padding:0; list-style:none; margin:0; clear:both;}
.my-account .box-account #my_recent_reviews li {position:relative; padding-left:40px; clear:both;}
.my-account .box-account #my_recent_reviews li .number {position:absolute; left:0; min-width:30px; height:30px; line-height:30px; font-size:18px; background:#e5e5e5; text-align:center;}
.my-account .box-account #my_recent_reviews li h3 {font-size:18px; padding-top:5px; margin-top:0;}
.my-account .box-account #my_recent_reviews li .ratings strong {margin-right:10px; display:inline-block;}
.my-account .box-account #my_recent_reviews li .ratings .rating-box {display:inline-block; position:relative; top:1px;}

.my-account .data-table#my-reviews-table td {padding-top:12px;}
.my-account .data-table#my-reviews-table td .product-name {font-size:18px; margin:-1px 0;}
.my-account .data-table#my-reviews-table td .rating-box {margin-top:2px;}

.my-account .product-review dt {margin:10px 0;}

.my-account .billing-agreements .form-list {padding-bottom:10px; display:inline-block; width:100%;}
.my-account .billing-agreements .form-list li {padding-right:0; width:50%; padding-right:10px;}
.my-account .billing-agreements .form-list select {width:60%; float:left;}
.my-account .billing-agreements .form-list li .button {float:left;}
.my-account .billing-agreements .form-list li .button span span {line-height: 21px; padding: 7px 30px;}

.customer-address-index .my-account h1 {float:left;}
.customer-address-index .my-account .page-title .button {margin:14px 0 0 0;}
.my-account .addresses-list {clear:both;}
.my-account .addresses-list h2 {margin:20px 0; padding-bottom:10px; border-bottom:1px solid #b3b3b3; display:block; width:100%; float:left; font-size:21px; text-transform:uppercase; cursor:default;}
.my-account .addresses-list .addresses-list-box {clear:both; margin:0 -15px;}
.my-account .addresses-list ol{padding:0; list-style:none; float:left; clear:both; width:100%;}
.my-account .addresses-list ol li{padding:0 15px 20px; float:left; width:50%;}
.my-account .addresses-list ol li.item h3 {margin-top:0; margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #b3b3b3; font-size:18px;}
.my-account .addresses-list ol li.item address {margin-bottom:10px;}
.my-account .addresses-list ol li.item a, 
.my-account .addresses-list ol li.item .separator {color:#b3b3b3;}
.my-account .addresses-list ol li.item a:hover {color:#000; text-decoration:none;}

.my-account .order-info-box .box-title {margin:10px 0 20px; padding:10px 0; display:block; width:100%; float:left; cursor:default; clear:both;}
.my-account .order-info-box .box-title h2, 
.my-account .order-items.order-details h2 {margin:0; padding:0; display:block; width:100%; float:left; font-size:21px; text-transform:uppercase;}
.my-account .order-items.order-details .box-title {margin:10px 0 20px; padding:10px 0 0; display:block; width:100%; float:left; cursor:default; border-bottom:0 none;}
.my-account .order-items.order-details .order-box-holder {padding-bottom:40px;}
.my-account .order-info-box address {margin-bottom:0;}

.my-account .order-items {clear:both;}
.my-account .order-items .item-options {margin-bottom:0; margin-top:10px;}
.my-account .order-items .item-options dt, 
.my-account .order-items .item-options dd {display:inline-block; margin-right:5px;}
.my-account .order-items .item-options dt:after {content:":";}

.sales-order-view .my-account .title-buttons {display:inline-block; width:100%; padding:10px 0 20px;}
.sales-order-view .my-account .title-buttons h1 {float:left; margin:0; text-align:left; margin-top:10px;}
.sales-order-view .my-account .title-buttons a {display:inline-block; margin-top:10px;}
.sales-order-view .my-account .title-buttons .separator {display:none;}
.sales-order-view .my-account .title-buttons .f-right {float:right;}
.sales-order-view .my-account .title-buttons .f-right a {float:left; margin-left:10px;}
.sales-order-view .my-account .title-buttons a.link-rss {text-align:left; text-indent:-9999px; width: 40px; height:40px; display:inline-block; overflow:hidden; position:relative;}
.sales-order-view .my-account .title-buttons a.link-rss:before {font-size:25px; width:40px; height:40px; line-height:40px; text-align:center; font-family: 'FontAwesome'; content: "\f09e"; text-indent:0; float:left; text-align:center; background:#ee3123; color:#fff; border-radius:20px;}
.sales-order-view .my-account .title-buttons a.link-reorder {text-align:left; text-indent:-9999px; width: 40px; height:40px; display:inline-block; overflow:hidden; position:relative;}
.sales-order-view .my-account .title-buttons a.link-reorder:before {font-size:25px; width:40px; height:40px; line-height:40px; text-align:center; content: " "; text-indent:0; float:left; text-align:center; background:#ee3123 url(../images/sprite.png) -55px -55px no-repeat; color:#fff; border-radius:20px;}
.sales-order-view .my-account .title-buttons a.link-print {text-align:left; text-indent:-9999px; width: 40px; height:40px; display:inline-block; overflow:hidden; position:relative;}
.sales-order-view .my-account .title-buttons a.link-print:before {font-size:25px; width:40px; height:40px; line-height:40px; text-align:center; font-family: 'FontAwesome'; content: "\f02f"; text-indent:0; float:left; text-align:center; background:#ee3123; color:#fff; border-radius:20px;}

.my-account .order-info {float:left; clear:both;}
.my-account .order-info dt {display:inline-block; margin-right:10px;} 
.my-account .order-info dd {display:inline-block;}
.my-account .order-info dd ul {margin:0; padding:0; list-style:none;}
.my-account .order-info dd ul li {margin:0; padding:0;}
.my-account .order-date {float:right;}
.order-date span {display:inline-block; margin-right:10px;}

.my-account .my-wishlist a.link-rss {text-align:left; text-indent:-9999px; width: 40px; height:40px; display:inline-block; overflow:hidden; position:relative; float:right;}
.my-account .my-wishlist a.link-rss:before {font-size:25px; width:40px; height:40px; line-height:40px; text-align:center; font-family: 'FontAwesome'; content: "\f09e"; text-indent:0; float:left; text-align:center; background:#ee3123; color:#fff; border-radius:20px;}
.my-account .my-wishlist .page-title {padding-bottom:20px;}
.my-account .my-wishlist .buttons-set {padding-top:10px;}
.my-account .my-wishlist .item-options dt { margin-top: 10px;}

.my-account #wishlist-table { display:block;}
.my-account #wishlist-table thead {display:none;}
.my-account #wishlist-table tbody tr {display:block; padding: 10px 0; margin-bottom:15px; width:100%; float:left; clear:both; position:relative;}
.my-account #wishlist-table tbody tr:hover {
	z-index:10;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-color:transparent;
	transition:     box-shadow 400ms ease-out;
	-moz-transition:  box-shadow 400ms ease-out;
	-webkit-transition: box-shadow 400ms ease-out;
	-o-transition:    box-shadow 400ms ease-out;
}
.my-account #wishlist-table tbody { display: block;}
.my-account #wishlist-table tbody td {border:0 none; display: block; float: left;}

.my-account #wishlist-table tbody td:nth-of-type(1) {width:33.3333%; padding:0;}
.my-account #wishlist-table tbody td:nth-of-type(1) a {padding:0 15px; float:left;}
.my-account #wishlist-table tbody td:nth-of-type(1) a img {width:100%;}
.my-account #wishlist-table tbody td:nth-of-type(2) {width:38.8888%; padding:0;}
.my-account #wishlist-table tbody td:nth-of-type(3) {width:27.7779%; padding:0 15px;}
.my-account #wishlist-table tbody td.last {display:none;}

.my-account #wishlist-table tbody h3 {font-size:30px; margin-bottom:20px; margin-top:0}
.my-account #wishlist-table tbody h3 a:hover {text-decoration:underline; color:#000;}
.my-account #wishlist-table tbody .description {margin-bottom:20px;}
.my-account #wishlist-table tbody textarea {width:100% !important; height:101px !important; border:1px solid #cccccc; line-height:33px; padding-left:5px; padding-right:5px;}
.my-account #wishlist-table tbody .price-box {margin-top:15px; vertical-align:middle; font-size:1em; padding:10px 0;}
.my-account #wishlist-table tbody .price {font-size:26px; color:#ee3123; line-height:1em;}
.my-account #wishlist-table tbody .price-box .old-price {margin-bottom: 0;}
.my-account #wishlist-table tbody .price-box .special-price {margin-bottom: 0;}
.my-account #wishlist-table tbody .price-box .price-label {display: none;}
.my-account #wishlist-table tbody .price-box .old-price .price {text-decoration: line-through; color: #999999;}
.my-account #wishlist-table tbody .price-box .price-to, .my-account #wishlist-table tbody .price-box .price-from { display:inline-block; }
.my-account #wishlist-table tbody .price-box .price-to:before {     content: "-"; display: inline-block; font-size: 26px; color: #ee3123; line-height: 1em;}
.my-account #wishlist-table tbody .cart-cell .input-box.configurable {margin-bottom:10px;}
.my-account #wishlist-table tbody .cart-cell label {display:inline-block; margin-bottom:10px;}
.my-account #wishlist-table tbody .cart-cell .qty {display:inline-block; margin-bottom:10px; width:26px; margin-left:3px;}
.my-account #wishlist-table tbody .cart-cell .button {width:100%; display:inline-block; margin-bottom:10px;}
.my-account #wishlist-table tbody .cart-cell .button span {font-family:"PT Sans",georgia,serif; font-size:20px; height:50px; line-height:50px; padding:0; text-transform:uppercase; width:100%;}
.my-account #wishlist-table tbody .cart-cell .link-edit {display: inline-block; width: 15px; height: 15px; background: rgba(0, 0, 0, 0) url("../images/pix.png") no-repeat scroll -1px -168px; margin-right:5px; text-indent: -99999px;}
.my-account #wishlist-table tbody .cart-cell .btn-remove {display: inline-block; background: url(../images/btn-cart-rm.png) no-repeat 50% 50%; width: 15px; height: 15px; text-indent: -99999px;}
.my-account #wishlist-table tbody .cart-cell .truncated .details { display: none; }
.my-account #wishlist-table tbody .cart-cell p {margin-bottom:0; line-height:13px;}
/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:4px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder ol { list-style:none; padding:0; margin:0;}
.block-reorder button.button { width: 48%; float:left; margin: 10px 0 0;}
.block-reorder button.button span, .block-reorder .actions a { font-size: 18px; font-family: "PT Sans",georgia,serif; text-transform: uppercase; width: 100%; padding: 0; height: 50px; line-height: 50px;}
.block-reorder .actions a {float: right; width: 48%; text-align: center; text-transform: uppercase; margin-top: 10px; background-color: #eee; color: #333; transition: color 300ms ease-in-out, background-color 300ms ease-in-out; -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;}
.block-reorder .actions a:hover { background-color: #ee3123; color: #fff; text-decoration: none;}

.lang-switcher{float: right;line-height: 36px; font-size:15px; font-family: 'PT Sans Narrow', sans-serif;z-index: 99999;}
.dropdown:hover {  }
.dropdown-toggle {
  display: block;
  cursor: default;
} 

.dropdown-toggle * {
  display: inline-block;
}

.dropdown-menu > li {
  white-space: nowrap;
}

.dropdown-toggle.cover > div {
  padding: 0 10px;
  cursor: default;
}

.dropdown-toggle .dropdown-icon {
  width: 18px;
  text-indent: -9999px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.dropdown-toggle .label {
  padding-right: 2px;
}

.dropdown-toggle .value {
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4000;
  padding: 10px 5px;
  min-width: 130px;
  line-height: 1.5em;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  float: none;
  margin: 0;
}
.dropdown-menu.left-hand {
  left: auto;
  right: 0;
}

.dropdown-menu label {margin-bottom:0;}

.open > .dropdown-toggle.cover > div {
  z-index: 4001;
  position: relative;
}

.lang-switcher .dropdown-menu.left-hand .label {
  width: 16px;
  height:16px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right:7px;
  margin-top:3px;
  float:left;
}

/* Dropdown */
.open > .dropdown-toggle.cover, 
.dropdown.contact.open, 
.dropdown.user.open, 
.dropdown-menu,
.header .search-form .search-autocomplete ul
{
  -moz-box-shadow:0 2px 10px rgba(0,0,0, 0.15);
  -webkit-box-shadow:0 2px 10px rgba(0,0,0, 0.15);
  box-shadow:0 2px 10px rgba(0,0,0, 0.15);
}
.dropdown.contact.open a.phone {
  background-color: #ffffff;
  z-index: 4001;
  position: relative;
}
.header .dropdown-menu{
  background-color: #ffffff;
  color: #333333;
  z-index: 100000;
}
.info-links .dropdown-menu > li .label {
  margin-right: 8px;
}
.info-links .dropdown-menu .dropdown-icon {
  width: 18px;
  text-indent: -9999px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 0;
  font-size: 100%;
}
.info-links .dropdown-menu > li * {
  display: inline-block;
}
.dropdown-toggle.cover > div { padding:0 10px; cursor:default; }
/*.dropdown:hover .dropdown-toggle.cover > div,*/
.open > .dropdown-toggle.cover > div {
  z-index:4001;
  position:relative;
}

.navbar .dropdown .caret{display: none!important;}

.block-account .block-content ul .current a strong{font-weight: normal;}

.header-sub-mobile .icons {display:none;}

/**************/
/* NEWS ITEMS */
/**************/


.toolbar-news{margin: 20px 0 30px;}
.toolbar-news .pager{margin: 30px 0 0;}

.klaro-news-index-index h1 {margin-bottom:20px;}
.news-item{margin: 0 0 80px;}
.news-item .date{color:#808080;font-size: 12px;}
.news-item h2 {font-size: 21px; margin-top:10px;}
.news-item h2 a{font-weight: 700;}
.news-item h2 a:hover,
.news-item h2 a:active,
.news-item h2 a:focus{text-decoration: none;color:#ee3123;}
.news-item .description{color:#808080; font-size: 14px;}
.news-item .description a.more{color:#000000; font-size: 14px;}
.news-item .description a.comment{float: right;}
.news-item .news_image img {width:100%;}

.single-news{padding-bottom:20px; display:inline-block; width: 100%;}
.single-news h4{color: #ee3123;font-size: 21px;}
.single-news .date{float: left; color: #808080; font-size: 12px;}
.single-news .social{float: right; color: #999999; font-size: 12px;}
.single-news .social a{color: #999999;}
.single-news .news_image img {clear: both; width:100%; max-width:100%; margin-top:10px;}
.single-news .news{clear: both; margin: 20px 0 0; float: left; width: 100%;}
.single-news .news-item-comment{float: left; width: 100%;}
.single-news .back{float: left;}
.single-news .loadfile a{color: #999999;text-decoration: underline;}

.single-news .news-item-comment {list-style: none; margin: 20px 0 0; padding: 0;border-top: solid 1px #d2d2d2;}
.single-news .news-item-comment label{margin: 0;line-height: 26px;}
.single-news .news-item-comment label .required {color:#ee3123;}
.single-news .news-item-comment .input-box {margin-bottom:10px;}
.single-news .news-item-comment .input-box input{width:33.333%; border:1px solid #cccccc; line-height:33px; padding-left:5px; padding-right:5px;}
.single-news .news-item-comment .input-box textarea{width:66.666% !important; height:120px !important; border:1px solid #cccccc; line-height:33px; padding-left:5px; padding-right:5px;}
.single-news .news-item-comment .button-set {width:66.666%; padding:10px 0 20px;}
.single-news .news-item-comment button span{font-size: 16px; text-transform: uppercase; font-weight: normal; line-height: 36px; padding: 0 20px;}
.single-news .news-item-comment .button-set p.required {color:#ee3123; font-size:10px; line-height:20px; float:right; margin-top:8px;}

.single-news .author {font-size: 12px;}
.single-news .author strong{font-size: 16px; font-weight: bold;}

#comment_block .comment-item{padding: 0 0 10px; margin-bottom:10px; display:inline-block; border-bottom: solid 1px #d3d3d3;}
#comment_block .comment-item h5{font-size: 12px; margin-top:0;}
#comment_block .comment-item h5 span{font-size: 16px; font-weight: bold;}
#comment_block .comment-item .posted_on{color: #d2d2d2;font-style: italic;font-size: 12px;}

.validation-advice{color:#ee3123;font-size: 11px;}

.special-attribute-grid{list-style: none; padding: 0; margin: 0;}
.special-attribute-grid li{padding-bottom: 30px;}
.special-attribute-grid li:hover {
  z-index:10;
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  border-color:transparent;

  transition:     box-shadow 400ms ease-out;
  -moz-transition:  box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition:    box-shadow 400ms ease-out;
}
.special-attribute-grid li .specialattribute-name a{color:#ee3123;font-size: 16px;text-transform: uppercase;font-weight: 500;}

.product-icons-top{padding-bottom: 20px; float: left; width: 100%;}
.product-icons-image{margin-top: 20px!important;text-align: right;}
.product-icons-title{}
.product-icons-title h2{margin-bottom: 0; color:#ee3123;}
.product-icons-title p{font-size: 18px;}
.product-icons-info{clear: both;float: none; padding: 0 0 20px; margin:0 0 20px;}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.franchisee{}
.franchisee p{margin-top: 30px;}
.franchisee-finder{margin: 30px 0;}
.franchisee-finder label{padding-right: 10px; vertical-align: 12px;}
.franchisee-finder input, .franchisee-finder select{vertical-align: 12px;margin-right: 10px;}

.franchisee-item{margin-top: 80px!important;}
.franchisee-item p{margin: 0; line-height: 1em;}
.franchisee-item .title{margin: 0px 0 20px;}
.franchisee-item .address{margin: 0px 0 20px;}
.franchisee-item .additional-data{}
button.btn-find span{
  font-size: 16px;
  font-family: "PT Sans",georgia,serif;
  text-transform: uppercase;
  width: 100%;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
}

/* Data Table
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.data-table { width:100%; }
.data-table th,
.data-table td { padding:10px; vertical-align: top; }
.data-table thead { background:none; border-bottom:1px solid #d5d5d5; }
.data-table thead th { font-weight:bold; vertical-align:bottom; border-right: none; }
.data-table thead th.wrap { white-space:normal; }

.data-table tr.odd td,
.data-table tr.odd th { border-right:1px solid #f5f5f5;}
.data-table tr.odd td.last { border-right:none; }
.data-table tr.odd {}
.data-table tr.odd.last { border-bottom:#eee solid 1px; }

.data-table tr.even td,
.data-table tr.even th { border-right:1px solid #f5f5f5; }
.data-table tr.even td.last { border-right:none; }
.data-table tr.even { background-color:#fbfbfb; }

.data-table tbody tr:hover {}
.data-table tbody tr.product-shop-row:hover { background-color:#fff; } /*TODO:?*/
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.odd tr.last { border-bottom:#d5d5d5 solid 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}
.data-table th .tax-flag { /*white-space:nowrap;*/ font-weight:normal; }

/* Additional classes for mobile devices
-------------------------------------------------------------- */
/* Cell title */
.data-table .cell-label { display:none; }

.catalog-product-compare-index h1{display: inline-block;}
.catalog-product-compare-index button span{font-size: 17px;font-family: "PT Sans",georgia,serif;text-transform: uppercase;width: 100%;padding: 0 10px;height: 36px;line-height: 36px;}
.catalog-product-compare-index .add-to-links{display: inline-block;margin: 0 0 0 0;padding: 0;}
.catalog-product-compare-index .price-box .regular-price .price{color: #ee3123;font-size: 24px;}
.catalog-product-compare-index .link-print {color:#b3b3b3;float: right;line-height: 70px;margin-right: 10px;}
.catalog-product-compare-index .button-set{margin: 10px;}

.scroll-to-top {
  display:none;
  position:fixed;
  width:50px;
  height:50px;
  bottom:30px;
  right:30px;
  z-index:10000;
  text-indent:-9999px;
  border-radius:50%;
  background:url(../images/sprite.png) -200px -100px no-repeat #e5e5e5;
  transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.scroll-to-top:hover {
  background-position:-200px -150px;
  background-color:#ee3123;
}

@media (min-width:768px){
  .container{width: auto;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-index-index .col-main,
  .customer-account-index .col-main,
  .customer-account-edit .col-main,
  .customer-address-form .col-main,
  .customer-address-index .col-main,
  .sales-order-view .col-main,
  .sales-order-history .col-main,
  .newsletter-manage-index .col-main,
  .downloadable-customer-products .col-main,
  .review-customer-index .col-main,
  .oauth-customer-token-index .col-main { left:0; width: 100%; float: none;}
  .wishlist-index-index .left-nav,
  .customer-account-index .left-nav,
  .customer-account-edit .left-nav,
  .customer-address-form .left-nav,
  .customer-address-index .left-nav,
  .sales-order-view .left-nav,
  .sales-order-history .left-nav,
  .newsletter-manage-index .left-nav,
  .downloadable-customer-products .left-nav,
  .review-customer-index .left-nav,
  .oauth-customer-token-index .left-nav { display: none;}
}
@media (min-width:992px){.container{width: auto;}}
@media (min-width:1200px){
  .container{width:1170px}
  .affix-top .container{width: auto;}
}

@media only screen and (max-width:1200px) {
	.header-minicart {padding-left:20px;}
	.klaro-info-block .content {padding-right:15px;}
	.klaro-info-block .content.second {padding:10px 15px 20px 0; clear:both;}
	.products-grid .price-box .regular-price .price, .products-grid .price-box .special-price .price, .products-grid .price-box .old-price .price, .products-grid .price-box .was-old-price .price  {font-size:22px;}
	.products-grid .button.btn-cart span {height:auto; font-size:16px; line-height:40px;text-overflow: ellipsis; overflow: hidden;}
	.product-shop{padding:0 0 30px;}
	.product-collateral{padding:0;}
	.product-collateral-left {padding:0 15px 0 0;}
	.product-collateral-right {padding:0 0 0 15px;}
  .product-nav-height{min-height: auto;}
  .category-products .action-buttons .button.btn-cart span {font-size: 16px;}
  .franchisee-finder label {display:block;}
  .franchisee-finder > label {float:none!important;}
  .franchisee-finder .button-container { clear:both!important;}
}

@media (min-width:992px){
	#mobile_search {display:none !important;}
	.checkout-method-hide-md {display:none !important;}
	#checkout-login-form-holder {display:inline-block !important; height:auto !important; width:100%;}
	#checkout-step-login .registered-users p.required {display:none;}
	#checkout-form-holder {display:inline-block !important; height:auto !important; width:100%;}
	.footer_box {display:inline-block !important; height:auto !important; width:100%;}
	.footer .subscribe_box {display:inline-block !important; height:auto !important; width:100%;}
	#new-users-content {display:inline-block !important; height:auto !important; width:100%;}
	#registered-users-content {display:inline-block !important; height:auto !important; width:100%;}
  .dropdown-submenu:hover>.dropdown-menu {display: block;}
}

@media only screen and (max-width:991px) {
	.header {padding:10px 0 10px;}
	.header .form-language {padding-bottom:4px;}
	.header .logo {padding-left: 0; padding-right: 0;}
  .header .header-sub {padding-bottom:20px;}
	.navbar-default .navbar-nav > li > a {font-size:15px; width: 90%; display: inline-block;}
	.header ul.links li a {font-size:15px;}
	.header .welcome-msg {font-size:22px;padding-left: 20px!important;}
	.header .contact.dropdown {padding-top:0; display:none;}
	.header .contact a.phone {line-height:23px; display:inline-block;}
	.header .contact a.email {line-height:23px; display:inline-block; background-position:0 4px;}
	.header-minicart {display: block; margin-left:0 !important;}
	.header-minicart .subtotal .label {color: #636363;}
	.header-minicart .minicart-wrapper:before {background-color: #EDEDED;}
	.header-minicart .quantity-button {float: none;}
	.header-minicart .header-minicart .block-cart {padding: 15px;}
	.header-minicart .header-minicart .block-subtitle {padding-top: 59px;}
/*	.header-minicart .minicart-actions {padding-bottom: 33px;}
	.header-minicart .minicart-actions .cart-link {bottom: 0; right: 10px; position: absolute;}*/
	.header-minicart .minicart-actions .checkout-types.minicart li {display: inline-block;}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {display: inline;}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {display: inline-block; vertical-align: top;}
	.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {width: auto; float: none; display: inline; margin: 0 10px 5px 10px; line-height: 40px;}
	.navbar-default .navbar-toggle {border-color:transparent; width:100px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:none;}
	.navbar-default .navbar-toggle .sr-only {width:auto; height:auto; left:55px; clip:rect(auto, auto, auto, auto); top:13px; font-size:19px; color:#000; font-weight:700; color:#fff; z-index:2;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#fff; z-index:2; position:relative;}
	.navbar-default .navbar-toggle .navbar-bg {position:absolute; width:100%; background-color:#ee3123; z-index:1; height:50px; top:0px; left:0px; pointer-events:none;}
	.navbar-default .navbar-toggle.collapsed .navbar-bg {display:none;}
	.navbar-default .navbar-toggle.collapsed .icon-bar {background-color:#000;}
	.navbar-default .navbar-toggle.collapsed .sr-only {color:#000;}
	.navbar.affix .navbar-collapse {padding:0;}
	.dropdown-menu {padding:10px 0px;}
	.top-links {display:none;}
	.header-sub-mobile .icons {display:block; float:right; text-align:right; padding-top:5px;}
	.header-sub-mobile .icons .circle {display:inline-block; float:left; width:70px; height:70px; border-radius:100%; background-color:#ee3123; text-align:center; margin-left:11px; text-decoration:none;}
	.header-sub-mobile .icons .circle:after {font-family:FontAwesome; font-size:40px; line-height:70px; color:#fff; text-align:center; text-decoration:none;}
	.header-sub-mobile .icons .circle:hover {text-decoration:none;}
	.header-sub-mobile .icons .search-icon:after {content:"\f002"; cursor:pointer;}	
	.header-sub-mobile .icons .user-icon:after {content:"\f007";}	
	.header-sub-mobile .icons .phone-icon:after {content:"\f095";}	
	.header-sub-mobile .icons .minicart-icon:after {content:"\f07a";}
	.header-sub-mobile .search {display:none;}
	.header-sub-mobile .icons .minicart-icon {display:none;}	
	.header-sub-mobile .icons .user {margin:-6px -15px -4px 0px; float:left;}
	.header-sub-mobile .icons .user .user-icon {margin:6px 15px 4px 15px;}
	.header-sub-mobile .icons .user.open .icon_holder {
  		z-index: 4001;
  		position: relative;
		background:#FFF;
		float:left;
  	}
	.header-sub-mobile .icons .user ul.links {background:none; height:auto; line-height:1.5em; margin:0; padding:0;}
	.header-sub-mobile .icons .user ul.links li {display:block; margin:0; text-align:left;}
	.header-sub-mobile .icons .user ul.links li a {font-size:14px; line-height:1.42857em; padding:3px 20px; font-weight:400; color:#333; white-space:nowrap; display:block;}
	.header-sub-mobile .icons .user ul.links li a:focus, 
	.header-sub-mobile .icons .user ul.links li a:hover {background:#f5f5f5; color:#262626;}
	.header-sub-mobile .icons .contact {margin:-6px -15px -4px 0px; float:right; display:block;}
	.header-sub-mobile .icons .contact .phone-icon {margin:6px 15px 4px 15px;}
	.header-sub-mobile .icons .contact.open .icon_holder {
  		z-index: 4001;
  		position: relative;
		background:#FFF;
		float:right;
  	}
	
	/* bootstrap menu width override */
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-fixed-top {top: 0; border-width: 0 0 1px;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float:none!important; margin:0px;}
	.navbar-nav>li {float:none; border-bottom: 1px solid #cdcdcd;}
  .navbar-nav>li.dropdown.open { background-color: #eee;}
  .navbar-nav>li.dropdown.open .dropdown-menu { background-color: #f8f8f8;}
    .navbar-nav>li>a {padding-top: 10px; padding-bottom: 10px;}
    .collapse.in{display:block !important;}
	.navbar-nav .open .dropdown-menu {position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}
	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu>li>a {padding:5px 15px 5px 25px}
	.navbar-nav .open .dropdown-menu>li>a {line-height:20px}
	.navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-nav .open .dropdown-menu>li>a:hover {background-image:none}
	/* end bootstrap menu width override */
	
	.navbar .dropdown .caret {display: inline-block!important; border:0 none; width:24px; height:24px; background-color:#cccccc; margin-top:-2px; text-align:center;font-weight: bold;}
	.navbar .dropdown .caret:before {content:"+"; font-size:18px; line-height:24px;}
	.navbar .dropdown.open .caret:before {content:"-";}
  .navbar .dropdown.open .dropdown-submenu .caret:before{content:"+";}
  .navbar .dropdown.open .dropdown-submenu.open .caret:before{content:"-";}
  .navbar .dropdown.open .dropdown-submenu.open .dropdown-submenu .caret:before{content:"+";}
  .navbar .dropdown.open .dropdown-submenu.open .dropdown-submenu.open .caret:before{content:"-";}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {color:#000; padding-left:40px; padding-top:10px; padding-bottom:10px; border-bottom:1px solid #cdcdcd;}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {padding-left:55px;}
  .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding-left:75px;}
	.navbar-nav .open .dropdown-menu {margin-top:0; padding-top:0; padding-bottom:0;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#000; width: 90%; display: inline-block; border-bottom: 0;}
  .navbar-default .navbar-nav .dropdown-menu > li { border-bottom: 1px solid #cdcdcd;}
  .navbar-default .navbar-nav .dropdown-menu > li:last-child { border-bottom: 0;}
  .navbar-default .navbar-nav .dropdown-menu a p { margin:0;}
  .navbar .dropdown-submenu.open { background-color: #eee; }
	.navbar .dropdown.open .dropdown-submenu.open ul {display: block; background-color: #f8f8f8;}
  .navbar .dropdown.open .dropdown-submenu.open .dropdown-submenu ul {display: none}
  .navbar .dropdown.open .dropdown-submenu.open .dropdown-submenu.open ul {display: block;}

	.nav > li > a {padding-left:25px;}
	.navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li.selected > a,
  .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li.open > a:active,
  .navbar-default .navbar-nav > li.open > a:hover {
    background:none;
    color:#000;
  } 
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color:#000;}
	.navbar-toggle {position:inherit;}
	.dropdown-submenu>a:before {
		/*float:right;
		display:inline-block;
		content: "+";
		width:24px; height:24px; font-size:18px;
 		border:0 none;
		margin-top:-2px;
		margin-right:0px;
		background-color:#cccccc;
		text-align:center;
		font-family: "PT Sans Narrow",sans-serif;
		font-weight: bold;
		text-transform: uppercase;*/
	}
	.dropdown-submenu:hover>a:before {/*content: "-";*/}
	.dropdown-submenu>a:after {display:none;}	
	.klaro-info-block img {width:55px; height:55px;}
	.klaro-info-block .content {padding-left:65px;}
	.klaro-info-block .content h3 {font-size:14px;}
	.klaro-info-block .content h2 {font-size:22px; min-height:50px;}
	.klaro-info-block .content h2 a {font-size:22px;}
	.products-slider .item h3 a {font-size:22px;}
	.klaro-bannerslider.nopadding-left {padding-right:0px;}
	
	.left-nav .block-viewed .owl-carousel {margin-top:40px;}

	.product-collateral-right .owl-carousel {margin-top:40px;}
	
	.left-nav .block-account, .left-nav .block-reorder {display:none;}
	.customer-account-login .account-login {padding-bottom:40px;}
	.customer-account-login .account-login h1 {margin-bottom:20px;}
	.customer-account-login .account-login .col-md-6 {padding:0 15px;}
	#new-users-content {padding:10px 0 40px; clear:both;}
	#registered-users-content {padding:10px 0 0px; clear:both;}
	.account-create .form-list li {width:50%;}
	.account-create .form-list li.fields {width:100%;}
	.my-account .form-list li {width:50%;}
	.my-account .form-list li.fields {width:100%;}	
	.my-account .billing-agreements .form-list li {width:100%;}
	
	.my-account #my-reviews-table.data-table col {display:block; width:100%;}
	.my-account #my-reviews-table.data-table tr {display:block; float:left; clear:both; padding:5px 0; width:100%;}	
	.my-account #my-reviews-table.data-table td {display:block; float:left; clear:both; padding:5px 0; border:0 none; width:100%;}
	.my-account #my-reviews-table.data-table td.last a {color:#d3d3d3;}
	.my-account #my-reviews-table.data-table td.last a:hover {color:#000; text-decoration:none;}
	
	.my-account #my-orders-table-holder {padding-bottom:0;}
	.my-account .box-recent .box-head {border-bottom:1px solid #b3b3b3; padding-bottom:10px;}
	.my-account .box-recent #my-orders-table {display:block; width:100%;}
	.my-account .box-recent #my-orders-table colgroup, 
	.my-account .box-recent #my-orders-table thead {display:none;}
	.my-account .box-recent #my-orders-table tbody {display:inline-block; width:100%;}
	.my-account .box-recent #my-orders-table tr {display:block; padding:0 0 20px; border:0 none; width:50%; float:left;}
	.my-account .box-recent #my-orders-table td {display:block; padding:0; border:0 none;}
	.my-account .box-recent #my-orders-table tr.odd {padding-right:15px;}
	.my-account .box-recent #my-orders-table tr.even {padding-left:15px;}
	.my-account .box-recent #my-orders-table td a, 
	.my-account .box-recent #my-orders-table td .separator {color:#b3b3b3; margin-top:10px; display:inline-block;}
	.my-account .box-recent #my-orders-table td a:hover {color:#000;}
/*	.my-account .box-recent #my-orders-table .td-order:before {}
	.my-account .box-recent #my-orders-table .td-date:before {}
	.my-account .box-recent #my-orders-table .td-ship_to:before {}
	.my-account .box-recent #my-orders-table .td-order_total:before {}
	.my-account .box-recent #my-orders-table .td-status:before {}*/

	.my-account #wishlist-table tbody tr {padding-right:15px;}
	.my-account #wishlist-table tbody td:nth-of-type(1) {width:33.3333%; float:left;}
	.my-account #wishlist-table tbody td:nth-of-type(1) a {padding:0 15px; float:left;}
	.my-account #wishlist-table tbody td:nth-of-type(1) a img {width:100%;}
	.my-account #wishlist-table tbody td:nth-of-type(2) {width:66.6667%; padding:0; float:right;}
	.my-account #wishlist-table tbody td:nth-of-type(3) {width:66.6667%; padding:0; float:right;}
	.my-account #wishlist-table tbody td.last {display:none;}

  .my-wishlist .data-table td { padding:10px; }
  .my-wishlist .product-image { display:block; margin:0 0 5px; }
  .my-wishlist textarea { display:block; width:97%; height:109px; }
  .my-wishlist .buttons-set { margin-top:2em; }
  .my-wishlist .buttons-set button.button { float:none; }
  #wishlist-table .add-to-links { white-space:nowrap; }

  #checkout-step-login {margin-bottom:0;}
	.osc-column-wrapper div.onestep-step {margin-bottom:0;}
	.customer-account-login .account-login .registered-users, 
	div.onestep-step div.login-method {background:none !important; padding:0;}
	.checkout-method-md {display:none;}
	div.onestep-step h1, 	
	.customer-account-login .account-login h2, 
	.customer-account-login .account-login .registered-users h2, 
	.checkout-method-hide-md h3 {
		font-size: 21px;
		border-bottom: 1px solid #d3d3d3;
		color:#000;
		display: block;
		margin:0;
		padding:10px 0 5px;
		width: 100%;
		text-transform:uppercase;
	}
	div.onestep-step h1 {margin-top:20px;}
	div.onestep-step h1.collapsed, 
	.customer-account-login .account-login h2.collapsed, 
	.checkout-method-hide-md h3.collapsed {color:#d3d3d3;}
	div.onestep-step h1:hover, 
	.customer-account-login .account-login h2:hover, 
	.customer-account-login .account-login h2.collapsed:hover, 
	div.onestep-step h1.collapsed:hover, 
	.checkout-method-hide-md h3:hover, 
	.checkout-method-hide-md h3.collapsed:hover {color:#000; cursor:pointer;}
	#checkout-login-form-holder, 
	#checkout-form-holder {padding-top:10px; padding-bottom:10px; clear:both;}
	.customer-account-login .account-login .registered-users p.required {padding-top:20px;}
	#checkout-step-login .registered-users p.required {display:block; clear:both; color: #ee3123; font-size: 10px; line-height: 20px; text-align: right; padding-top:10px; position:relative; top:10px;}
	.news-item .news-content {width:100%; padding:10px 0 0;}
	
	.category-products .products-list .item {padding-right:15px;}
	.category-products .action-buttons {padding:0;}
	.category-products .product-shop .desc {margin-bottom:10px;}

    .footer {padding: 30px 10px 70px;}
	.footer h3 {
		border-bottom:1px solid #f2655b;
		padding:10px 0;
		margin:0;
	}
	.footer .block-subscribe {margin:0 0 10px;}
	.footer .expand_mobile:before {
		float:right;
		display:inline-block;
		content: "-";
		width:24px; height:24px; font-size:18px;
 		border:0 none;
		margin-top:-2px;
		margin-right:0px;
		background-color:#fbc1bd;
		text-align:center;
		font-family: "PT Sans Narrow",sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		-webkit-transition-property: background;
		-moz-transition-property: background;
		-o-transition-property: background;
		transition-property: background;
		-webkit-transition-duration: 250ms;
		-moz-transition-duration: 250ms;
		-o-transition-duration: 250ms;
		transition-duration: 250ms;
	}
	.footer .expand_mobile.collapsed:before {
		content: "+";
	}
	.footer .expand_mobile:hover:before {background-color:#ef3123; color:#FFF; cursor:pointer;}
	.footer .footer_box {margin:15px 0;}
	.footer .footer_box ul li a {position:relative; padding-left:26px;}
	.footer .footer_box ul li a:before {content: "\003e"; position:absolute; top:0px; left:15px;}
    .footer .footer_box ul li.agreement a:before{display: none;}
    .footer .footer_box ul li a.email:before,
    .footer .footer_box ul li a.phone:before {
      content: ""!important;
    }
    .footer .footer_box ul li.agreement a{padding-left: 0;}
	.footer .block-contact .footer_box ul li a {padding-left:0;}
	.footer .block-contact .footer_box .footer_box ul li a:before {display:none;}

    .header .dropdown-toggle.open + .dropdown-menu {display: block;}

    .header-sub-mobile .icons .user .dropdown-menu,
    .header-sub-mobile .icons .contact .dropdown-menu {
      left: auto;
      right: 0;
    }

    .header-sub-mobile .icons .user .open + .dropdown-menu,
    .header-sub-mobile .icons .contact .open + .dropdown-menu {
      display: block;
    }
}

@media only screen and (max-width: 979px) {
  .opc .section .step {padding: 10px;}  
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {width: 47.72727%; margin-right: 4.54545%; float:left;}
  .crosssell .products-grid > li:nth-child(odd) {clear: left;}
  .crosssell .products-grid > li:nth-child(even) {margin-right: 0;}
  .crosssell .products-grid > li:nth-child(3n+1) {clear: none;} 
  .display-single-price .cart-table {float: none; width: 100%;}
/*  .display-single-price .cart-forms {float: left; padding-right: 10px; padding-left: 0;}
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {padding-left: 10px;}
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {width: 50%;}
  .display-single-price .crosssell {clear: right; float: right;}*/  
  .category-products .toolbar .amount {display:block; float:none; margin:0;}
  .category-products .toolbar .sort-by {padding-left:0;}
  .category-products .toolbar .limiter {padding-left:40px;}
  .product-collateral-left {padding-right:15px;}
  .product-collateral-right {padding-left:15px;}
  .badges {width: 45px; height: 45px; line-height: 45px; font-size: 14px;}
}

@media only screen and (max-width: 960px) {
	.hide-below-960 {display:none;}
}

@media (min-width:768px){
	#my_recent_reviews-holder {display:inline-block !important; height:auto !important; width:100%;}
	#dashboard-box-account-holder {display:inline-block !important; height:auto !important; width:100%;}
	#addresses-primary-list, 
	#addresses-additional-list {display:inline-block !important; height:auto !important; width:100%;}
	#my-orders-table-holder {display:inline-block !important; height:auto !important; width:100%;}
	.order-box-holder {display:inline-block !important; height:auto !important; width:100%;}
}

@media only screen and (max-width: 767px) {
	.gift-message-form .giftmessage-area {max-width: 100%;}
	.gift-message-form .gift-item .product-img-box {width: 100%;float: none;}
	.gift-message-form .gift-item .fieldset {margin-left: 0px;}
	.gift-message-form .gift-item .fieldset textarea {width: 100%;}
	#narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {clear: left;}
	.opc #opc-login .description,
	.opc #opc-login p.required {display: none;} 
	.shipping .shipping-form .form-list > li {width: 100%;float: none;}
	.shipping .shipping-form .form-list > li label {display: block;}
	.shipping .shipping-form .form-list > li input,
	.shipping .shipping-form .form-list > li select {width: 100%;}  
	.cart-table th {font-size: 12px;}
	.cart-table th,
	.cart-table td {padding: 7px 6px;}
	.cart-table h2 {font-size:18px;}
	.cart-table .product-cart-actions > li {white-space: inherit;}  
	.cart .cart-totals table tfoot td {font-size: 18px;}
	.header .welcome-msg {display:none;}
	.header .info-links .contact {display:none;}	
 	.klaro-info-block .content h2 {min-height:1px;}
	.klaro-info-block .content.second {padding:10px 15px 20px 65px; clear:none;}
	.klaro-info-block .content form input[type=text] {float:left; width:150px;}
	.klaro-info-block .content form input[type=submit] {float:left; width:100px; margin-left:20px;}
	.klaro-bannerslider {margin:0px 0 0px;}
	.klaro-right-banners {margin:0px -5px 20px!important;}
	.klaro-right-banners .col-sm-12.nopadding {padding:0 5px!important;}
	.klaro-right-banners a .content {width:100%; max-width:100%; bottom:10px;}
	
	.left-nav .subcategories {display:none;}
	.left-nav .block-viewed, 
	.left-nav .block-poll {width:33.333%; padding:0 15px; float:left;}
	.left-nav .left-block-banners {padding-right:15px!important;}
	
	.product-image-thumbs li {display:inline-block;}
	
	.product-shop {padding:0 0 15px 0;}
    .special-attributes{padding:0 0 15px 0;}
	.product-collateral-left {padding-right:15px;}
  	.product-collateral-right {padding-left:15px; border-left:0 none;}
	.product-collateral {padding:0;}

	.product-collateral-right .owl-carousel {margin-top:0px;}
	.product-view .product-mobile-hide-box {display:none;}
	.product-view .product-mobile-show-box {display:inline-block; width:100%;}

	.news-item .news-content {width:58.3333%; padding:0 15px;}
	.my-account .box-head {margin:0; padding-top:10px;}
	.my-account .box-head.collapsed h2 {color:#d3d3d3;}
	.my-account .box-head.collapsed:hover,  
	.my-account .box-head[data-toggle]:hover {cursor:pointer;}
	.my-account .box-head.collapsed:hover h2, 
	.my-account .box-head[data-toggle]:hover h2 {color:#000;}
	.my-account .box-account-address .box-title {padding-top:20px;}
	#dashboard-box-account-holder {padding-top:20px; padding-bottom:30px; clear:both; float:left; width:100%;}
	.my-account .box-account .col2-set .col-1, 
	.my-account .box-account .col2-set .col-2 {padding-bottom:20px;}
	.my-account .box-account #my_recent_reviews li {padding-top:20px;}
	.my-account .box-account #my_recent_reviews li h3 {margin-top:0;}
	.my-account .addresses-list {padding-top:10px; padding-bottom:20px; display:inline-block; width:100%;}
	.my-account .addresses-list h2 {margin:0; padding-top:10px;}
	.my-account .addresses-list h2.collapsed {color:#d3d3d3;}
	.my-account .addresses-list h2:hover, 
	.my-account .addresses-list h2.collapsed:hover {color:#000; cursor:pointer;}
	.my-account .addresses-list ol{padding-top:20px;}
	.my-account #my-orders-table-holder {padding-top:20px; padding-bottom:20px;}
	.my-account .order-info-box .box-title {margin:0;}
	.my-account .order-items.order-details .box-title {margin:0; padding:10px 0; border-bottom:1px solid #d3d3d3;}
	
	.my-account .order-info-box .box-title.collapsed h2, 
	.my-account .order-items.order-details .box-title h2 {color:#d3d3d3;}
	.my-account .order-info-box .box-title:hover h2,
	.my-account .order-info-box .box-title.collapsed:hover h2, 	
	.my-account .order-items.order-details .box-title:hover h2, 
	.my-account .order-items.order-details .box-title.collapsed:hover h2 {color:#000; cursor:pointer;}
	.my-account .order-info-box .box-title, 
	.my-account .order-items.order-details .box-title {cursor:pointer;}
	
	.my-account .order-info-box.col2-set .col-1, 
	.my-account .order-info-box.col2-set .col-2 {width:100%; padding:0 15px;}
	.my-account .order-info-box .order-box-holder, 
	.my-account .order-items.order-details .order-box-holder {padding:20px 0 40px; clear:both;}

  .form-list > li .field{width: 100%;}
  .form-list > li .field:nth-child(1){padding: 0;}
  .form-list > li .field:nth-child(2){padding: 0; margin: 15px 0 0;}
}

@media only screen and (max-width: 740px) {
/*  .checkout-types {float: none; text-align: center;}*/
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {width: auto; float: none;}
  .checkout-types li {float: none; width: 100%; margin-left: 0;}
  .header-minicart .minicart-actions .cart-link {right: auto; left: 0; text-align: center; width: 100%;}
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {width: 100%; display: block; margin-left: 0;}
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {line-height: 1.6;}  
}

@media only screen and (max-width: 699px) {
	.header .contact {font-size:13px; margin-top:1px;}
	#select-language {font-size:12px;}
	.lang-switcher {font-size:13px;}
	.display-both-prices .cart-table thead th.cart-total-head,
	.display-both-prices .cart-table td.product-cart-total {display: none;}
	.header .header-minicart {display:none;}
	.header-sub-mobile {padding-right:0px; width:100%;}
	.header-sub-mobile .icons {float:right;}
	.header-sub-mobile .icons .minicart-icon {display:inline-block;}	
	.header-sub-mobile .icons .circle {width:50px; height:50px; margin-left:5px; float:left;}
	.header-sub-mobile .icons .circle:after {font-size:30px; line-height:50px;}
	.header-sub-mobile .icons .user, 
	.header-sub-mobile .icons .contact {margin:-5px -5px -4px 0px; float:left;}
	.header-sub-mobile .icons .user .user-icon {margin:5px 3px 4px 3px;}
	.header-sub-mobile .icons .contact .phone-icon {margin:5px 5px 4px 5px;}
	.header-sub-mobile .icons .user.open .icon_holder, 
	.header-sub-mobile .icons .contact.open .icon_holder {
  		z-index: 4001;
  		position: relative;
		background:#FFF;
		float:left;
  	}
}


@media (min-width:601px){
	.cart-table .btn-remove-link .btn-remove {display:none;}
	.my-account .order-details #my-orders-table .show-mobile {display:none;}
	.block-layered-nav #narrow-by-list {display:inline-block; width:100%;}
}

@media only screen and (max-width: 600px) {
	.linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {display: none;}
	.cart-table .cart-tax-total:after {right: -9px;}
	.cart-table .cart-tax-total.cart-tax-total-expanded:after {right: -13px;}
	.cart-table colgroup, .cart-table thead {display: none;}
	.cart-table tr {display: block; margin-bottom: 10px; padding-bottom: 43px; position: relative; width: 100%;}
	.cart-table tr:after {content: ''; display: table; clear: both;}
	.cart-table tr:last-child {margin-bottom: 0;}
	.cart-table tfoot tr {padding-bottom: 0;}
	.cart-table td {border: none; display: block;}
	.cart-table td[data-rwd-label] {padding-left: 15px; margin-bottom: 6px;}
	.cart-table td[data-rwd-label] .price {font-weight: normal;}
	.cart-table td[data-rwd-label]:before {content: attr(data-rwd-label) ":"; font-size: 12px; padding-right: 5px; text-transform: uppercase;}
	.cart-table td.product-cart-price {text-align: left;}
	.cart-table h2 {font-size: 18px;}
	.cart-table .cart-links {padding-top: 5px; padding-right: 5px;}
	.cart-table .cart-links > li {white-space: normal; text-align: center; margin:0;}
	.cart-table .cart-links > li > a {padding: 2px 0px; margin-right:10px;}
	.cart-table .cart-tax-info {font-style: italic; padding-left: 15px; font-size: 13px;}
	.cart-table .cart-tax-info .price {font-size: 13px;}
	.cart-table .product-cart-image {width: 25%; float: left; padding-bottom: 0; margin-bottom:-50px;}
	.cart-table .product-cart-image a.cart-edit {display: block; font-size: 16px; text-align: center; text-transform: uppercase;}
	.cart-table .product-cart-image .product-image img {max-width:100%;}
	.cart-table tbody td {border-right:0 none;}
	.cart-table .product-cart-info,
	.cart-table .product-cart-edit, 
	.cart-table td[data-rwd-label] {float: right; width: 75%;}
	.cart-table .product-cart-edit {position:absolute; bottom:6px; left:25%; padding:10px 15px;}
	.cart-table .product-cart-edit a {float:left;}
	.cart-table .product-cart-actions,
	.cart-table .product-cart-price {padding-bottom: 0; padding-top: 0; float: right;}
	.cart-table .product-cart-remove,
	.cart-table .product-cart-total,
	.cart-table .product-cart-actions .cart-links {display: none;}
	.cart-table .product-cart-image .cart-links {display: block; position:absolute; bottom:18px; left:50%; background: url(../images/btn-cart-rm.png) no-repeat; width: 13px; height: 13px; text-indent: -99999px; z-index:1000;}
	.cart-table .btn-remove-link .btn-remove {display: block; margin-top:5px; margin-right:0; background: url(../images/btn-cart-rm.png) no-repeat; width: 13px; height: 13px; text-indent: -99999px; z-index:1000;}
	.cart-table .product-cart-actions .button {display: none;}
	.cart-table .product-cart-info .product-cart-sku {margin-bottom: 5px;}
	.cart-table .product-cart-actions {text-align: left;}
	.cart-table .product-cart-actions .qty {margin-right: 7px; margin-bottom: 7px;}
	.cart-table .item-options {margin-bottom:0;}
	.cart-table .price,
	.cart-table .product-cart-price:before {font-weight:500; font-size: 15px;}
	.cart-table .cart-footer-actions {text-align: center; width: 100%;}
	.cart-table .cart-footer-actions #empty_cart_button {float: right;}
	.cart-table .cart-footer-actions .btn-continue {float: left;}
/*	.cart-table .cart-footer-actions .btn-update,*/
	.cart-table .cart-footer-actions span.or {display: none;}
	.cart-totals {text-align: right;}
	.cart .cart-forms {padding-bottom:10px;}
	.cart .crosssell .products-grid > li:nth-child(even),
	.cart .crosssell .products-grid > li:nth-child(3n),
	.cart .crosssell .products-grid > li {width: 100%; margin-right:0%; float:none;}

	.left-nav {padding:0!important;}
	.left-nav .left-block-banners {width:100%; padding:0!important; float:left;}
	.left-nav .left-block-banners .col-xs-12 {width:50%; padding:0 15px 15px!important; min-height: 155px;}
	.left-nav .block-viewed, 
	.left-nav .block-poll {width:50%; padding:0 15px; float:left;}
	
	.my-account .col2-set .col-1, 
	.my-account .col2-set .col-2 {width:100%; padding-bottom:40px;}
	.my-account .box-account-address {padding-bottom:20px;}
	.my-account .box-account-address .box-head {margin-top:0;}
	.my-account .box-account-address .col2-set .col-1, 
	.my-account .box-account-address .col2-set .col-2 {padding-bottom:20px;}
	.my-account .addresses-list .addresses-list-box {clear:both; margin:0;}
	.my-account .addresses-list ol li{width:100%; padding:0 0 20px 0;}	
	.my-account .buttons-set2 .button {float:left; margin-left:0px; margin-bottom:10px; width:100%;}
	
	.my-account .box-recent #my-orders-table tr {width:100%; padding:0 0 20px !important;}
	
/*	.my-account .order-details #my-orders-table tbody tr {display:block;}*/
	
	.my-account .order-details #my-orders-table colgroup {display:none;}
	
	.my-account .order-details #my-orders-table tbody tr {border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}
	.my-account .order-details #my-orders-table tbody tr td {display:block; border:0 none; padding-top:0;}
	.my-account .order-details #my-orders-table tbody tr td:first-child {padding-top:10px;}
	.my-account .order-details #my-orders-table tbody tr td.last {display:table-cell; border:1px solid #e5e5e5; padding-top:10px;}
	.my-account .order-details #my-orders-table .th-hide-mobile {display:none;}
	
	.my-account #wishlist-table tbody tr {padding:10px 15px;}
	.my-account #wishlist-table tbody h3 {margin-top:20px;}
	.my-account #wishlist-table tbody td:nth-of-type(1) {width:100%; float:none; text-align: center; margin: auto;}
  .my-account #wishlist-table tbody td:nth-of-type(1) a { max-width: 240px; float: none; margin: auto;}
  .my-account #wishlist-table tbody td:nth-of-type(2) {width:100%; padding:0; float:left;}
	.my-account #wishlist-table tbody td:nth-of-type(3) {width:100%; padding:0; float:left;}
	
	.display-both-prices .cart-table td[data-rwd-tax-label]:before {content: attr(data-rwd-tax-label) ":";}  
	.btn-checkout {width: 100%;}    
	.product-cart-sku {display: none;}
	.display-both-prices .cart-forms,
	.display-both-prices .cart-totals-wrapper,
	.display-both-prices .crosssell,
	.display-single-price .cart-forms,
	.display-single-price .cart-totals-wrapper,
	.display-single-price .crosssell {float: none; width: 100%;}    
	.header-minicart .minicart-actions .checkout-button {width: 100%;}  	
	.header .col-xs-3 {width:33%;}
	.header .col-xs-9 {width:67%;}
	.product-nav {margin:10px 0;}
	.product-nav li {display:block; position:relative;}
	.product-nav .add-to-links li {display:inline-block;}
	.product-nav > li > h3 {display:block; padding:10px 0 5px; margin:0; border-right:0 none; border-bottom:#999999 1px solid;}
	.product-nav > li:first-child > h3 {padding:10px 0 5px;}
	.product-nav > li:last-child > h3 {border-bottom:1px solid;}
	.product-nav .products-slider {border-top:0 none; padding-top:40px; display:block; position:relative;}
	.product-nav-height {display:none;}
	.products-slider .owl-controls .owl-buttons {top:0;}
	.block-layered-nav {padding-bottom:30px;}
	.block-layered-nav .narrow-by-list-header {display:block; font-size:18px; line-height:22px; padding:10px 0; color:#999999; border-bottom:1px solid #999999; margin:0;}
	.block-layered-nav .block-subtitle {margin-bottom:10px;}
	.block-layered-nav #narrow-by-list {padding:20px 0 0 15px; margin:0;}
	.block-layered-nav #narrow-by-list dt {display:block; padding:0; margin:0; border:0 none; font-size:18px;}
	.block-layered-nav #narrow-by-list dt:hover {color: #000;}
	.block-layered-nav #narrow-by-list dt:before {content: "\003e"; margin-right:5px;}
	.block-layered-nav #narrow-by-list dt:first-child {padding:0;}
	.block-layered-nav #narrow-by-list dd.selected {position:relative; top:0; left:0; background:#FFF;}
	.block-layered-nav #narrow-by-list dd ol {margin:5px -5px 15px;}
	.block-layered-nav #narrow-by-list dd ol li {margin:5px 5px;}
	.block-layered-nav .currently {margin:20px 0 0px 0;}
	/*.category-products .toolbar {display:none;}*/
	.category-products .toolbar label {float:none; margin-bottom:0;}
	.category-products .toolbar select {border:0 none;}
	.category-products .toolbar .amount {display:block; float:none; margin:0; border-bottom:#999999 1px solid; color:#999999; display: none;}
	.category-products .toolbar .sort-by {display:block; margin:0; padding:0; border-bottom:#999999 1px solid; color:#999999;}
	.category-products .toolbar .limiter {display:block; margin:0; padding:0; border-bottom:#999999 1px solid; color:#999999;}
	.category-products .toolbar .sorter {display:block; margin:0; padding:0; border-bottom:#999999 1px solid; color:#999999; float:none; display: none;}
	.block-layered-nav .narrow-by-list-header:hover, 
	.category-products .toolbar .amount:hover, 
	.category-products .toolbar .sort-by:hover, 
	.category-products .toolbar .limiter:hover, 
	.category-products .toolbar .sorter:hover {color:#000; cursor:pointer;}
	.category-products .toolbar .sorter p {margin:7px 0;}
	.category-products .toolbar .pager {display:block;}
	.products-slider.box-up-sell h2 {margin-bottom:40px;}
	.products-slider.box-up-sell .owl-controls .owl-buttons {top:-40px;}
	.news-item .news_image {width:50%; padding-left:0; padding-right:0;}
	.news-item .news-content {width:100%; padding:10px 0 0;}
	.single-news .news-item-comment .input-box input{width:50%;}
	.single-news .news-item-comment .input-box textarea{width:75% !important;}
	.single-news .news-item-comment .button-set {width:75%;}
	#review-form .form-list .input-text{width:50%; max-width:50%;}
	#review-form .form-list .input-box textarea {width:75%; max-width:75%;}
}

@media only screen and (max-width: 480px) {
	#checkout-review-table thead > tr > th {display: none;}
	#checkout-review-table thead > tr > th:first-child {display: block;}
	#checkout-review-table thead > tr > th:first-child {display: block;}
	.linearize-table.checkout-review-table thead tr:nth-child(1n+2) {display: none;}  
	.sp-methods .checkmo-list {padding-left: 0;}
	.sp-methods .checkmo-list label {width: 135px;}
	.opc .buttons-set .button + .buttons-set .button,
	.paypal-express-review .buttons-set .button + .buttons-set .button {margin-left: 0;}
	.header-minicart a.skip-cart {z-index: 1;}
	.header-sub-mobile .icons .circle {width:51px; height:51px; margin-left:5px;}
	.header-sub-mobile .icons .circle:after {font-size:26px; line-height:47px;}  
	.klaro-info-block .content.second {padding-top:5px;}
	.products-slider .item h3 a {font-size:18px;}   	
	.klaro-info-block .content.second p {display:none;}
	.klaro-info-block .content form input[type=text] {clear:both;}
	.klaro-info-block .content form input[type=submit] {width:150px; clear:both; margin-left:0; margin-top:8px;}	  
	.header .col-xs-3 {width:35%;}
	.header .col-xs-9 {width:65%;}
	.cart-table .product-cart-image {width: 33.333%;}
	.cart-table .product-cart-info,
	.cart-table .product-cart-edit, 
	.cart-table td[data-rwd-label] {width:66.666%;}
	.cart-table .product-cart-edit {left:33.333%;}
	.cart-table .product-cart-actions,
	.cart-table .product-cart-remove,
	.cart-table .product-cart-total,
	.cart-table .product-cart-image .cart-links {left:66.666%;}
	.customer-account-login .account-login  .registered-users .form-list li,	
	div.onestep-step .registered-users .form-list li {width:100%; padding-bottom:20px;}
	.customer-account-login .account-login .registered-users p.required {padding-top:0; position:relative; top:10px;} 
	#checkout-step-login .registered-users p.required {padding-top:0;}
	.customer-account-login .account-login .registered-users .buttons-set {margin-top:-20px; position:relative; z-index:100;}
	div.onestep-step .registered-users .buttons-set {margin-top:-30px; position:relative; z-index:100;}
	.customer-account-login .account-login .registered-users .buttons-set a, 
	div.onestep-step .registered-users .buttons-set a {margin:0px 0 10px;}
	.customer-account-login .account-login .registered-users .buttons-set .f-right, 
	div.onestep-step .registered-users .buttons-set .f-right {margin-left:0; padding-left:0; width:100%;}
	div.customer-name div.field, div.two-fields div.field {width:100% !important; padding-left:0; padding-right:0;}
	.account-create .form-list li {width:100%; padding-bottom:20px; padding-right:0;}
	.account-create .fields div.field{padding:0 0 20px; width:100%;}
	.account-create .fields div.field:first-child {padding-right:0;}
	.account-create .fields div.field:last-child {padding-left:0;}
	.my-account .form-list {margin-left:0; margin-right:0;}
	.my-account .form-list li {width:100%; padding:0 0 20px;}
	.my-account .fields div.field{padding:0 0 20px; width:100%;}
	.my-account .button {float:none; width:100%;}
	.my-account p.back-link {padding-top:20px;}
	.my-account .billing-agreements .form-list li {padding-right:0;}
	.my-account .billing-agreements .button {width:40%;}
	.my-account .billing-agreements .button span {width:100%;}	
	.customer-address-index .my-account .page-title .button {display:none;}
	.news-item .news_image {width:100%;}
	.single-news .news-item-comment .input-box input {width:100%;}
	.single-news .news-item-comment .input-box textarea {width:100% !important; min-width: !important; max-width: !important;}
	.single-news .news-item-comment .button-set {width:100%;}
	.single-news .news-item-comment button.button {width:100%;}
	.single-news .news-item-comment button.button span {width:100%;}
	.single-news .news-item-comment .button-set p.required {margin-top:0px;}
	.my-account .order-info {float:none; display:block; margin-bottom:10px;}
	.my-account .order-date {float:none; display:block;}
	.my-account #wishlist-table tbody tr {width:100%;}
	#review-form table thead th{padding: 0 5px;}
	#review-form .form-list .input-text{width:100%; max-width:100%;}
	#review-form .form-list .input-box textarea {width:100%; max-width:100%;}
	#review-form .form-list .button-set {width:100%;}
	#review-form button.button {width:100%; display:block;}
	#review-form button.button span {width:100%; float:none;}
  .category-title .link-rss{display: none;}
  .product-view .link-price-alert a,
  .product-view .no-rating a{font-size: 12px; line-height: 14px;}
  .more-views{padding: 0 0 20px!important;}
  .product-shop .price-box{text-align: center;}
  .badges {width: 40px; height: 40px; line-height: 40px; font-size: 11px;}
  .product-shop h2.product-name {line-height: 22px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
  .product-shop h2.product-name a {font-size: 18px;}
  .category-products .action-buttons .button.btn-cart span {height: auto; line-height: 40px; font-size: 18px; text-overflow: ellipsis; overflow: hidden;}
    .form-list > li .field:nth-child(2) {margin: 0 0 20px;}
  .left-nav .left-block-banners .col-xs-12 {min-height: 130px;}
  .category-products .action-buttons .button.btn-cart span {font-size: 11px;}
  .products-grid .button.btn-cart span {font-size: 11px;}
  .navbar-default .navbar-nav > li > a {width: 86%;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a { width: 86%;}
}

@media only screen and (max-width: 360px) {
	.header-sub-mobile .icons .circle {width:44px; height:44px; margin-left:3px;}
	.header-sub-mobile .icons .circle:after {font-size:20px; line-height:40px;}
	.header .col-xs-3 {width:33%;}
	.header .col-xs-9 {width:67%;}	
	.klaro-right-banners {margin:0px 0px 10px!important;}
	.klaro-right-banners .col-sm-12.nopadding {padding:0 0 10px!important; width:100%!important;}
	.klaro-right-banners a img {min-width:100%;}
	.klaro-right-banners a .content {width:100%; max-width:170px; bottom:20px;}
	.klaro-info-block .content h3 {font-size:12px;}
	.klaro-info-block .content h2 {font-size:18px; min-height:1px;}
	.klaro-info-block .content h2 a {font-size:18px;}

	.left-nav .left-block-banners {width:100%; padding:0 0 30px!important; float:left;}
	.left-nav .left-block-banners .col-xs-12 {width:100%; padding:0 15px 0!important;} 
	.left-nav .block-viewed {width:100%; padding:0 15px; float:left;}
	.left-nav .block-poll {width:100%; padding:0 15px 20px; float:left;}
	
	.category-products .products-grid .item {}
    .footer .block-subscribe form{width: 100%;}
    .footer .block-subscribe form ul li {display: block;}
    .footer .footer_box ul li a:before{left: 5px;}
}

@media only screen and (max-width: 320px) {
  .crosssell ul .item {padding: 0 0px 40px;}
  .crosssell ul .product-details .crosssell-actions {padding: 0 5px;}
  .klaro-info-block .content form input[type=submit] {margin-left:0px;}
}

.demo-notice{height: 75px;background-color:#ee3123; color:#fff; text-align: center; font-size: 16px; font-weight: bold; text-transform: uppercase; position: relative;}
.demo-notice div div{}
.demo-notice div div:before{position: absolute; display: block; left: 0; background: url(../images/demo-icon.png) no-repeat; height: 50px; width: 50px; content: " "; top:5px;}
.demo-notice div div:after{position: absolute; display: block; right: 0; background: url(../images/demo-icon.png) no-repeat; height: 50px; width: 50px; content: " "; top:5px;}
.demo-notice div div p{padding: 0 80px;height: 60px;vertical-align: middle;line-height: 60px;}
@media only screen and (max-width:991px) {
.demo-notice div div p{display: table-cell; line-height: 22px;}
}
@media only screen and (max-width: 600px) {
  .demo-notice{height: auto;}
  .demo-notice div div:before{position: relative; margin: 0 auto 20px;}
  .demo-notice div div:after{display: none;}
  .demo-notice div div p{padding: 0 20px 20px;}
}
/* POSTALSYSTEM SELECT - START */
.franchisee-finder {
  overflow: hidden;
}
.franchisee-finder > label {
  float: left;
}
.franchisee-finder button {
  float: right;
}
.franchisee-finder .button-container.disabled {
  cursor: not-allowed;
  overflow: hidden;
  float: right;
}
.franchisee-finder .button-container.disabled .btn-find {
  pointer-events: none;
}
.franchisee-finder .button-container.disabled span {
  color: #aaa;
}
.franchisee-finder .postalsystem-dropdowns {
  float: left;
}
.postalsystem-dropdowns {
  position: relative;
}
.checkout-onestep-index .postalsystem-dropdowns {
  margin-bottom: 20px;
}
.checkout-onestep-index .postalsystem-dropdowns label {
  margin-top: 20px;
}
.checkout-onestep-index .postalsystem-dropdowns label:first-child {
  margin-top: 0;
}
.checkout-onestep-index .postalsystem-dropdowns select.hidden + label {
  margin-top: 0;
}
.checkout-onestep-index .postalsystem-dropdowns select {
  margin-bottom: 0;
}
.postalsystem-dropdowns select {
  min-width: 100px;
  height: auto;
}
.postalsystem-dropdowns select.disabled {
  background-color: #ddd;
  pointer-events: none;
}
.postalsystem-dropdowns .loader {
  background: url('../images/opc-ajax-loader.gif') no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  background-size: 18px;
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
}
.franchisee {
  clear: both;
  margin-top: 20px;
}
.my-account .postalsystem-dropdowns .loader {
  height: 100%;
}
.my-account .postalsystem-dropdowns select {
  margin-bottom: 15px;
}
/* POSTALSYSTEM SELECT - END */

/* PRINT PAGE - START
.page-print {
  font-size: 12px;
}

.page-print .print-description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.page-print .print-description h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.page-print .product-collateral {
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.page-print .product-collateral .box-collateral {
  margin: 15px 0;
}

.page-print .product-collateral .box-collateral table {
  display: block;
  border: 0;
  text-align: left;
}

.page-print .product-collateral .box-collateral table tr {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.page-print .product-collateral .box-collateral table tr td {
  display: block;
}

.page-print .logo {
  margin: auto;
  text-align: center;
  display: block;
}

.page-print .product-shop .top,
.page-print .special-attributes {
  width: 300px;
  margin: auto;
  text-align: center;
}

.page-print .product-shop h1 {
  color: #083D71;
  font-size: 30px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.page-print .print-feedingadvice {
  float: right;
  width: 38%;
  margin-left: 2%;
}

.page-print .box-feedingadvice table tr td,
.page-print .tableBorder tr:first-child td {
  border: none;
}

.page-print .print-ingredients {
  float: left;
  width: 60%;
}

.page-print h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
 PRINT PAGE - END */