/*
 * Webasyst CUSTOM theme family
 *
 * Shop-Script app CSS
 * (requires linking base custom.css file from the Site app)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2013 Webasyst LLC
 * @package Webasyst
 */
 
/* Misc layout and elements */

.sidebar { }
.sidebar.left300px { width: 287px; float: left;margin: 0px 20px 20px 0px; }
.content.left300px { width: 900px;float: right;}
.sidebar.right300px { width: 270px; float: right; }
.content.right300px { margin-right: 300px; }
.sidebar p { line-height: 1.3em; }

.quantity {
margin: 0 10px 0 10px;
width: 30px;
border: 1px solid #ccc;
width: 50px;
height: 29px;
padding: 0;
text-align: center;
font: normal 14px/29px Tahoma, Geneva, sans-serif;
color: #666;
}

.breadcrumbs { padding: 5px 0 15px; }
#cart-form h4{padding: 10px 0px;}


.currency-toggle { position: absolute; right: 165px; padding-top: 55px; } /* pulled-out currency selector */

.bonus { background: #ceb; padding: 2px 4px 1px; }

.plugin { margin-bottom: 20px; } /* shipping and payment plugins ouput */

/* Homepage */

.promo.hero.superhero { margin-top: -15px; padding: 0; overflow: hidden; background: #fff; }
.promo a { display: block; height: 400px; position: relative; }
.promo a .image { position: absolute; right: 0; left: 0; top: 0; bottom: 0; }
.promo a .image .corner.right { right: 60px; }
.promo a .image .corner.top { top: 30px; }
.promo a .image img { width: 100%; top: -30%; position: absolute; }
.promo a .info { position: absolute; top: 10px; left: 30px; max-width: 60%; }
.promo a .info h2 { font-size: 3em; font-weight: bold; color: #000; line-height: 1.5em; margin-bottom: 0; text-shadow: 0 1px 1px #fff; }
.promo a .info p { color: #222; font-size: 1.3em; text-shadow: 0 1px 1px #fff; }

.promo .bx-wrapper { margin: 0 auto; direction: ltr; }
.promo .bx-wrapper .bx-viewport { border: none; box-shadow: none; left: 0; }
.promo .bx-wrapper .bx-pager,
.promo .bx-wrapper .bx-controls-auto { bottom: 20px; }
.promo .bx-wrapper .bx-controls-direction a { display: none; opacity: 0.7; }
.promo:hover .bx-wrapper .bx-controls-direction a { display: block; }

/* Category */

.sub-categories {
margin-bottom: 20px;
border: 1px dotted #81A236;
overflow: hidden;
padding: 10px;
}
.sub-categories a{
margin: 0px 10px;
color: #81A236;
cursor: pointer;
display: inline-block;
float: left;
font-weight: bold;
padding: 3px 5px;
}
.sub-categories a:hover{
    color: #FF770D;
}
.filters {
margin: 20px 0px;
display: block;
border: 2px solid #18ceff;
background: #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
text-decoration: none;
margin-bottom: 17px;
-webkit-box-shadow: rgba(0,0,0,0.35) 2px 2px 10px;
-moz-box-shadow: rgba(0,0,0,0.35) 2px 2px 10px;
box-shadow: rgba(0,0,0,0.35) 2px 2px 10px;
color: #000;
-webkit-transition: border-color 200ms;
-moz-transition: border-color 200ms;
-o-transition: border-color 200ms;
transition: border-color 200ms; }
.filters:hover{border-color: #00acda;}
.filters input[type="text"] { font-size: 0.9em; width: 50px; text-align: right; }
.filters h4{height: 34px;
line-height: 35px;
background: #18ceff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #18ceff), color-stop(100%, #049cc6));
background: -webkit-linear-gradient(#18ceff,#049cc6);
background: -moz-linear-gradient(#18ceff,#049cc6);
background: -o-linear-gradient(#18ceff,#049cc6);
background: linear-gradient(#18ceff,#049cc6);
background-repeat: no-repeat;
border-bottom: 1px solid #c2c2c2;
font-size: 14px;
color: #fff;
text-shadow: rgba(0,0,0,0.6) 0 -1px 1px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
padding-left: 11px;
position: relative;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
z-index: 2;}
.filters:hover h4{-webkit-box-shadow: rgba(0,0,0,0.15) 0 -100px 34px -34px inset;
-moz-box-shadow: rgba(0,0,0,0.15) 0 -100px 34px -34px inset;
box-shadow: rgba(0,0,0,0.15) 0 -100px 34px -34px inset;}
.filters p{padding: 15px 0 10px 20px;}
.filters p b{font-size: 15px;
font-weight: bold;
line-height: 2.2;
color: #1590cb;}
.filters p label{font-size: 14px;
line-height: 20px;}
.filters input[type="submit"]{margin: 10px 0 15px 70px;
background: #65af1f;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88c925), color-stop(100%, #51931a));
background: -webkit-linear-gradient(#88c925,#51931a);
background: -moz-linear-gradient(#88c925,#51931a);
background: -o-linear-gradient(#88c925,#51931a);
background: linear-gradient(#88c925,#51931a);
text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
-webkit-box-shadow: rgba(0,0,0,0.4) 0 0 0 0 inset;
-moz-box-shadow: rgba(0,0,0,0.4) 0 0 0 0 inset;
box-shadow: rgba(0,0,0,0.4) 0 0 0 0 inset;
height: 37px;
line-height: 19px;
padding: 0 23.5px;
-webkit-border-radius: 23.5px;
-moz-border-radius: 23.5px;
-ms-border-radius: 23.5px;
-o-border-radius: 23.5px;
border-radius: 23.5px;
font-size: 17px;
border: none;
color: #fff;  cursor: pointer;}
.filters input[type="submit"]:hover{background: #6cbf17;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8bd917), color-stop(100%, #5ba11f));
background: -webkit-linear-gradient(#8bd917,#5ba11f);
background: -moz-linear-gradient(#8bd917,#5ba11f);
background: -o-linear-gradient(#8bd917,#5ba11f);
background: linear-gradient(#8bd917,#5ba11f);}
/* Product info and lists */

.tags a { color: green; }
.tags.cloud { text-align: center; font-size: 0.9em; padding-top: 20px; margin-top: 30px; border-top: 1px solid #ccc; }

ul.skus { padding-left: 0; }
ul.skus li { list-style: none; }

.stocks { margin-top: 10px; margin-bottom: 15px; font-size: 0.9em; }
.stocks .stock-critical { color: #e00; }
.stocks .stock-low { color: #a80; }
.stocks .stock-high { color: #0a0; }
.stocks .stock-none { color: #aaa; }
.stocks .icon16 { margin-top: 0.05em; }

ul.menu-h.sorting { margin-left: 0; }
ul.menu-h.sorting li { padding-right: 5px; }

i.sort-desc { height: 0; width: 0; border: 4px solid transparent; border-bottom-color: #000; margin-bottom: 0.2em; display: inline-block; display: block\9; float: left\9; }
i.sort-asc { height: 0; width: 0; border: 4px solid transparent; border-top-color: #000; margin-top: 0; display: inline-block; display: block\9; float: left\9; }

#product-list ul.product-list .price {
color: #693;
font-weight: bold;
font-size: 130%;
padding: 4px 0;
display: block;
float: left;
}
.price { font-size: 12px;
font-weight: bold;
color: #000;}
#product .compare-at-price {
  margin: 0 3px;
  color: #999 !important;
  font-size: 18px;
  font-weight: bold;
}
.price-cart{
      float: left;
}
#product .compare-at-price:after{
      content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #ec4646;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}
#category .compare-at-price {
  text-decoration: line-through;
  color: #cc0000;
  margin: 0 3px;
}
.out-of-stock { color: #a77; }
.disabled { color: #777; }
#category .description-category { 
font-size: 12px;
text-align: justify;
text-indent: 20px;
background: #ffd;
border: #f90 1px solid;
padding-left: 10px;
padding-right: 10px;
display: table;
margin-bottom: 20px;
}
/* Category end */
.buy-block-cart{
border: 3px solid #cdcdcd;
  margin: 20px 0 20px -6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 7px 10px 13px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.buy-block-cart .right{
    float: right;
  margin: 9px 0 0 20px;
}
.buy-block-cart .cell{
    height: 44px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.buy-block-cart:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.buy-block-cart .add2cart.price{
    font-size: 30px;
  line-height: 30px;
  float: left;
  margin: 0 15px 0 0;
}
.buy-block-cart .amount{
      float: left;
  margin: 0 16px 0 0;
}
#block-cart-form input[type=submit]{
      font-size: 17px;
  padding: 4px 12px;
  background-color: #749a29;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ae35), color-stop(100%, #63891f));
  background: -webkit-linear-gradient(#88ae35,#63891f);
  background: -moz-linear-gradient(#88ae35,#63891f);
  background: -o-linear-gradient(#88ae35,#63891f);
  background: linear-gradient(#88ae35,#63891f);
  border: 1px solid #63891f;
  color: #fff;
  cursor: pointer;
}
.buy-block-cart .skus-carts2{
    
}
.buy-block-cart .skus-carts2 ul.skus li{
      float: left;  margin-left: 20px;
}
.buy-block-cart .skus-carts2 ul.skus{
  padding: 0;
  margin: 5px 0px;
  font-size: 80%;
    float: right;
}
/***** Product ******/
.right-product-block{
    float: right;
  width: 430px;
}
#product h1{
    line-height: 1.5;
    margin: 10px 0px;
    font-weight: bold;
    font-size: 30px;
}
.blok_price{
margin-bottom: 20px;
  border: 1px solid #D6ECF3;
  padding: 4px;
  background: url("img/slash-bg.png") repeat scroll 0% 0% transparent;
  border-radius: 4px;
}
div.cart { 
  background: #fff;
  border: 1px solid #D6ECF3;
  border-radius: 4px;
    padding-left: 15px;
      padding-bottom: 15px;
}
#product .summary{
  border-top: 3px solid #E0E0E0;
  padding: 10px 0px 10px;
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: justify;
}
.fone{ 
  border: 1px solid #CCC;
  text-align: center;
  padding: 4px 0px;
  border-radius: 3px;
  font: bold 14px/22px "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #0075AC;
  margin-bottom: 10px;
 }
 .avaliability-info{
     
 }
 .avaliability-info ul{
list-style: outside none none;
margin: 0px 0px 20px;
padding: 0px;
border: 1px solid #CCC;
font: 12px/26px Arial,Helvetica,sans-serif;
white-space: nowrap;
border-radius: 3px;
 }
.avaliability-info ul li {
    border-top: 1px solid #CCC;
    height: 26px;
    overflow: hidden;
    padding: 0px 10px;
    background: url("img/avaliability-info.png") no-repeat scroll 0px -9999px transparent;
}
 .avaliability-info ul li:first-child {
    border: 0px none;
}
.avaliability-info ul li.check {
    font-weight: bold;
    padding-left: 29px;
    background-position: 10px 6px;
    color: #318C00;
}
.avaliability-info ul li.check-not{
    padding-left: 29px;
    background-position: 10px -108px;
}
.avaliability-info ul li.ozov-info{
      padding-left: 29px;
  background-position: 10px -80px;
}
.avaliability-info ul li.ship-info {
    background-position: 9px -166px;
     padding-left: 29px;
}
.avaliability-info  ul li.next-day-ship {
    background-position: 9px -192px;
    padding-left: 29px;
}
#product h2{
      font: bold 23px/27px "Trebuchet MS",Arial,Helvetica,sans-serif;
  padding: 0px 0px 5px;
  border-bottom: 3px solid #CDCDCD;
  margin: 0px 0px 21px;
  color: #000;
}
#product .info-price{
      padding: 19px 0px 0px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  font-style: italic;
  color: #F00;
  clear: left;
}
.catalog-hold li{
    width: 200px;
}
.catalog-hold span.photo{
      width: 200px;
  height: 200px;
  margin-bottom: 5px;
  display: block;
}
.catalog-hold.orange-catalog a:hover .discount{
      color: #FF770D;
}
.catalog-hold.green-catalog a:hover .discount{
      color: #1a7c00;
}
.catalog-hold.blue-catalog a:hover .discount{
      color: #06c;
}
.catalog-hold .discount{
        font: normal 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.catalog-hold .discount del{
    font-size: 80%;
}
.orange-catalog h3{
      color: #ff7800;
  border-color: #ff7800;
}
.green-catalog h3{
      color: #1a7c00;
  border-color: #1a7c00;
}
.blue-catalog h3{
      color: #06c;
  border-color: #06c;
}
.title3{
    font: normal 17px/21px "RotondaCBold", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 3px solid #ccc;
  color: #ccc;
  zoom: 1;
  overflow: hidden;
  padding: 6px 0px 6px 10px;
  margin: 0 0 13px 0;
}
.orange-catalog .bx-wrapper .bx-next{
      background: url(img/slider-nav-orange.png) no-repeat -33px 0px;
}
.orange-catalog .bx-wrapper .bx-prev{
      background: url(img/slider-nav-orange.png) no-repeat 0px 0px;
}
.green-catalog .bx-wrapper .bx-next{
      -webkit-filter: hue-rotate(65deg);
      background: url(img/slider-nav-orange.png) no-repeat -33px 0px;
}
.green-catalog .bx-wrapper .bx-prev{
      -webkit-filter: hue-rotate(65deg);
      background: url(img/slider-nav-orange.png) no-repeat 0px 0px;
}
.blue-catalog .bx-wrapper .bx-next{
      -webkit-filter: hue-rotate(180deg);
      background: url(img/slider-nav-orange.png) no-repeat -33px 0px;
}
.blue-catalog .bx-wrapper .bx-prev{
      -webkit-filter: hue-rotate(180deg);
      background: url(img/slider-nav-orange.png) no-repeat 0px 0px;
}
.catalog-hold.green-catalog a:hover {
  color: #1a7c00;
  text-decoration: underline;
}
.catalog-hold.blue-catalog a:hover {
  color: #06c;
  text-decoration: underline;
}
.catalog-hold .inact{
  height: 50px;
  display: block;
}
.catalog-hold p{
    height:215px;
}
.catalog-hold a{
    color: #000;
  font: normal 12px/15px Tahoma, Geneva, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
.catalog-hold a:hover{
    
}
/*
div.cart.fixed { overflow: hidden; position: fixed; top: 70px; z-index: 1312; box-shadow: 0 -2px 10px -5px rgba(0, 0, 0, 0.7) !important; }
div.cart.fixed a { }*/
/******* Product end ***********/
.error { color: #a33; }

.add2cart .price{
  color: #379c22;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1em;
  text-shadow: 0 1px 2px #fff;
}

.add2cart input[type=submit]{font-size: 17px;
padding: 4px 12px;
background-color: #749a29;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ae35), color-stop(100%, #63891f));
background: -webkit-linear-gradient(#88ae35,#63891f);
background: -moz-linear-gradient(#88ae35,#63891f);
background: -o-linear-gradient(#88ae35,#63891f);
background: linear-gradient(#88ae35,#63891f);
border: 1px solid #63891f;
color: #fff;cursor: pointer;}

.data-price{
  background: #fdfadc;
  border-radius: 5px;
  border-right: 1px solid #e6e3bd;
  border-bottom: 1px solid #e6e3bd;
  float: left;
  padding: .35em .8em;
  position: relative;
  z-index: 5;
    clear: both;
    margin-top: 0px;
}
.data-price:before{
  background: #fff;
  border-radius: 10px;
  content: '';
  display: block;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  z-index: 1;
  right: -5px;
  border-left: 1px solid #e6e3bd;
}
.data-price:after{
  left: -5px;
  background: #fff;
  border-radius: 10px;
  content: '';
  display: block;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  z-index: 1;

}
.not-price{
    border: 1px solid #d9d9d9;
  border-radius: 5px;
  float: left;
  margin-left: -12px;
  padding: .35em 1em;
  position: relative;
    margin-top: 10px;
      margin-bottom: -5px;
}
.not-price:before{
  right: -5px;
  border-left: 1px solid #d9d9d9;
  content: '';
  background: #fff;
  border-radius: 10px;
  display: block;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  z-index: 1;
}
.not-price:after{
  background: #fff;
  border-radius: 10px;
  content: '';
  display: block;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  z-index: 1;
  left: -5px;
    border-right: 1px solid #d9d9d9;
}
.rating i.icon16 { margin-right: 0.13em; }
h1 .rating i.icon16 { margin-top: 0.37em; }

table.compare { width: 100%; }
table.compare td { text-align: center; line-height: 1em; padding: 10px 2px; }
table.compare th { text-align: left; }
table.compare td img { display: block; margin: 0 auto 10px; }

ul.thumbs { padding: 0; margin: 0; }
ul.thumbs li{
    display: inline-block;
vertical-align: top;
position: relative;
height: 350px;
margin: 0px 22px;
}
ul.thumbs li .product{
display: inline-block;
vertical-align: top;
padding: 20px;
position: relative;
display: block\9;
float: left\9;

}
ul.thumbs .dont-cart{
    float: right;
padding-top: 6px;
color: #666666;
}
ul.thumbs img { margin-bottom: 2px; display: block;height:200px; }
ul.thumbs img.overhanging { position: absolute; left: -20px; }
ul.thumbs i.icon16.overhanging { position: absolute; left: -20px; margin: 0; top: 2px; }
ul.thumbs i.icon10.overhanging { position: absolute; margin-left: -17px; margin-right: 7px; }
ul.thumbs input { margin: 0 3px 0 0 /* for correct checkbox display */; }
ul.thumbs input[type=submit]{
font-size: 14px;
padding: 4px 12px;
background-color: #749a29;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ae35), color-stop(100%, #63891f));
background: -webkit-linear-gradient(#88ae35,#63891f);
background: -moz-linear-gradient(#88ae35,#63891f);
background: -o-linear-gradient(#88ae35,#63891f);
background: linear-gradient(#88ae35,#63891f);
border: 1px solid #63891f;
color: #fff;
float: right;
cursor: inherit;
}
ul.thumbs li:hover .product{
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
z-index: 15;
height: auto;
background: white;
}
ul.thumbs.li50px li { width: 50px; } /* fixed li width options */
ul.thumbs.li100px li { width: 100px; }
ul.thumbs.li150px li { width: 150px; }
ul.thumbs.li200px li { width: 200px; }
ul.thumbs.li250px li { width: 250px; }
ul.thumbs.li300px li { width: 300px; }
ul.thumbs.li350px li { width: 350px; }
ul.thumbs li a { font-weight: bold;text-decoration: none; }

ul.thumbs li .description { margin-bottom: 0; display: none;}
ul.thumbs li:hover .description { margin-bottom: 0; display: block;padding-top:10px;}
ul.thumbs li.selected { /* nothing! */ }
ul.thumbs li.selected img { border: 4px solid #FDDA3B; margin: -4px -2px -2px -4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
ul.thumbs li.highlighted { background: inherit; }
ul.thumbs li.highlighted img { -moz-box-shadow: 0px 0px 10px #fe2; -webkit-box-shadow: 0px 0px 10px #fe2; box-shadow: 0px 0px 10px #fe2; }

table.table { margin-top: 25px; margin-left: -10px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.table th { padding-left: 7px; padding-right: 7px; }
table.table td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.table td.min-width { width: 1%; }
table.table td p { margin: 0; }
table.table td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.table tr.no-border td { border: none; }
table.table tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.table tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }
.related table.table { margin-top: 10px; }
.related table.table td { padding: 10px 7px 15px; border: none; }
.related h3 input { font-size: 14px; }

.image { position: relative; display: inline-block; max-width: 100%; display: block\9; /* IE8- hack */ }
.image img { max-width: 100%; height: auto; }
.image .corner { position: absolute; z-index:10; font-size: 0.8em; color: #fff; font-weight: bold; }
.image .corner.top { top:-5px; }
.image .corner.bottom { bottom:-5px; }
.image .corner.left { left:-8px; }
.image .corner.right { right:-8px; }
.image .loading { opacity: 0.7; }
.gallery .image { float: left\9; /* IE8 */ }

.badge { background: #fff; border-radius: 50%; border: 4px double rgba(0,0,0,0.3); width: 100px; height: 100px; transform: rotate(-13deg); -webkit-transform: rotate(-13deg); -moz-transform: rotate(-13deg); -o-transform: rotate(-13deg); box-shadow: 0 3px 10px rgba(0,0,0,0.3); color: #000; font-weight: bold; font-style: italic; font-size: 1.6em; padding: 11px 13px 15px; }
.badge span { display: block; vertical-align: middle; text-align: center; line-height: 1.2em; padding-top: 40px; }
.badge.new { background: #ff4; color: #000; }
.badge.bestseller { background: #74ff30; color: #030; }
.badge.low-price { background: #ffc2e3; color: #300; }

ul.thumbs .badge { font-size: 1.05em; width: 70px; height: 70px; padding: 2px; }
ul.thumbs .badge span { width: 68px; margin-top: 28px; overflow: hidden; padding-top: 0px; }
table.table { margin: 20px 0 0 0; }
table.table .image { margin-right: 10px; width: 48px; }
table.table .badge { font-size: 0.8em; width: 24px; height: 24px; padding: 3px 3px 4px; border: 0; }
table.table .badge span { display: block; width: 20px; overflow: hidden; padding-top: 6px; padding-left: 3px; }

table.cart{  margin: 0;}
table.cart td a{font-size: 14px;}
table.cart td { vertical-align: top; padding: 20px 7px 25px;   font-size: 14px;}
table.cart td input.qty { max-width: 50px; text-align: right; }
table.cart td.total { font-size: 1.3em; }


.options { line-height: 1.8em; }
.services { margin-bottom: 20px; }
.add2cart {  }


h1.cart{}
h1.cart span{color: slategrey;font-size: 16px;font-weight: bold;}

h2.cart{color: #693;font-size: 20px;font-weight: bold;text-align: center;}

.aux { padding: 15px; font-size: 0.9em; }
table.features td { padding: 1px 0 4px; }
table.features td.name { min-width: 145px; color: #777; vertical-align: top; }

/* Checkout */

.checkout-header { margin: 0 90px; color: #999; }
.checkout-header h3 a { text-transform: uppercase; text-decoration: none; color: #777; }
.checkout-header h3 a:hover { color: #a00 !important; }
.checkout-header strong { color: #666; }
.checkout {/* margin: 20px 70px 50px; border-top: 3px solid #888; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)*/ }
.checkout ul.checkout-options { padding-left: 50px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
.checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.checkout ul.checkout-options li h3 label { margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
.checkout ul.checkout-options li p { width: 70%; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
.checkout ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -6px; left: 0px; /* adjusted for default 60x32-px logos */ }
.checkout ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
.checkout .checkout-result { padding: 80px 0 60px; background: #fff; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout .checkout-result.error h1 { color: red; }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout .checkout-step { padding: 0; /*border: 3px solid #888;*/ border-top: 0; }
.checkout .checkout-step h2 { padding: 17px 20px 15px;font-weight: bold;background: #eee;margin: 0;color: #000; }
.checkout .checkout-step h2 a { text-decoration: none; color: #000; }
.checkout .checkout-step h2 a:hover { color: #a00 !important; }
.checkout .checkout-step h2.upcoming a:hover { color: #000 !important; cursor: default; }
.checkout .checkout-step h2 a.hint { font-size: 0.5em; color: #aaa; text-decoration: underline; }
.checkout .checkout-step-content { /*padding: 20px; background: #fff; */}
.checkout .checkout-step-content span.comment{}
.checkout .checkout-step-content textarea{height: 40px;width: 40%;}
.checkout .checkout-step ul.menu-v { margin-left: 0; margin-top: 20px; }
.checkout .checkout-step #login-form h1 { display: none; }
.checkout .checkout-step input.large {font-size: 1.4em;margin-bottom: 40px;margin-left: 281px;}
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; }
.checkout blockquote p { margin-bottom: 10px; }
.checkout blockquote p span { color: #000; }
.checkout .checkout-step h2 span{display: none;}
/* Product reviews */

.write-review { margin: 30px 0 40px; }

.review { margin-bottom: 30px; }
.review .summary { font-size: 0.9em; color: #777; }
.review .summary h6 { color: #000; font-size: 1.1em; }
.review .summary a.username { color: #777; }
.review .summary a.username:hover { color: red; }
.review .summary a { display: inline; padding: 0; }
.review .summary .date { color:#aaa; }
.review p { margin-top: 5px; margin-bottom: 5px; line-height: 1.3em; }
.review .actions a { padding: 0 !important; }

.reviews { margin-bottom: 20px; }
.reviews ul { margin-left: 0; }
.reviews ul li ul { padding-left: 25px; }
.reviews ul li ul li .review h6 { color: #555; }
.reviews ul li .review-form { padding: 10px 30px; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul.menu-h.auth-type { padding: 0 0 40px; margin-left: -5px; }
.reviews ul.menu-h.auth-type li { padding-right: 10px; }
.reviews ul.menu-h.auth-type li a { padding: 5px 6px; }
.reviews ul.menu-h.auth-type li a img { top: 0; }
.reviews textarea { height: 100px; min-height: 100px; width: 75%; margin-top: 0; }

.review-form { padding: 0; margin-bottom: 30px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form-fields p { margin: 0 0 10px; }
.review-form-fields p.review-field a { display: inline; padding: 0; text-decoration: none; }
.review-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #aaa;}
.review-form-fields input[type="text"] { width: 20em;}
.review-form textarea { min-width: 70%; min-height: 160px; }
.review-form .review-submit { padding:0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; }
.review-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.review-form ul.menu-h.auth-type { padding-bottom: 20px; }
.review-form label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #AAA; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }
.reviews span.rate .icon10 { background-repeat: no-repeat; background-image: url(../../../../wa-content/img/icon10.png); height: 10px; width: 10px; display: inline-block; text-indent: -9999px; }
.reviews span.rate .icon10.star { background-position: -60px -40px; }
.reviews span.rate .icon10.star-empty { background-position: -80px -40px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Customer account */

.order-status { padding: 2px 5px; color: #fff; }
h1 .order-status { font-size: 0.75em; margin-left: 10px; }

/* Shop-Script icons */

.icon16.star,
.icon16.star-full { background-image: url("img/icons.png"); background-position:-16px 0; }
.icon16.star-half { background-image: url("img/icons.png"); background-position:-32px 0; }
.icon16.star-empty { background-image: url("img/icons.png"); background-position:-48px 0; }
.icon16.star-hover { background-image: url("img/icons.png"); background-position:-64px 0; }
.icon10.star,
.icon10.star-full { background-image: url("img/icons.png"); background-position:0 -16px; }
.icon10.star-half { background-image: url("img/icons.png"); background-position:-10px -16px; }
.icon10.star-empty { background-image: url("img/icons.png"); background-position:-20px -16px; }
.icon16.remove { background-image: url("img/icons.png"); background-position:-96px 0; }
.icon16.saved { background-image: url("img/icons.png");  background-position:-112px 0; }
.icon16.stock-red { background-image: url("img/icons.png"); background-position:-128px 0; }
.icon16.stock-yellow { background-image: url("img/icons.png"); background-position:-144px 0; }
.icon16.stock-green { background-image: url("img/icons.png"); background-position:-160px 0; }
.icon16.stock-transparent { background-image: url("img/icons.png"); background-position:-176px 0; }
.icon16.loading { background-image: url("img/loading16.gif"); background-position:0 0; }

.korpus{clear: both;font-size: 16px;min-height: 400px;}
.korpus div{padding: 10px;}
.korpus > div, .korpus > input { display: none;}
.korpus > label { padding: 5px;border: 1px solid #4f7942; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; line-height: 28px; cursor: pointer; position: relative; }

.korpus > input:checked + label:after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; border: 2px solid #fff; color: #EB4321;}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.korpus > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.korpus > input:nth-of-type(5):checked ~ div:nth-of-type(5)   { display: block; padding: 5px; border: 1px solid #4f7942; border-top-left-radius: 0px;
border-top-right-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;}



.share{
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f6), color-stop(100%, #dce3d6));
  background: -webkit-linear-gradient(#f9f9f6,#dce3d6);
  background: -moz-linear-gradient(#f9f9f6,#dce3d6);
  background: -o-linear-gradient(#f9f9f6,#dce3d6);
  background: linear-gradient(#f9f9f6,#dce3d6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px #fff,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 0px 0px #fff,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 0px 0px #fff,inset 0px 1px 2px 0px rgba(0,0,0,0.2);
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  margin: 10px auto;
  text-align: center;
  padding-top: 6px;
  width: 250px;
}
.share span{color: #4c4c4c;}
#product .description, #product .description h3{
    font-size: 1.154em;
  line-height: 1.3em;
  text-align: justify;
}
#product .description div, #product .description p{
padding-bottom: 4px;
}
