html,
body,
form,
.buttons input,
.listview select,
.limit select,
.sort select {
  margin: 0;
  padding: 0;
}
* {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;									 
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
/*  background-color: #fff;*/
  background-color: #eeeeee;
  color: #333333;
  /* var text-color */
  min-width: 1100px;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 13px;
}
form {
  display: inline;
}
select {
  padding: 5px 2px;
  border: 1px solid #C7C7C7;
  /* var grey-light */
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea {
  padding: 8px 15px;
  border: 1px solid #C7C7C7;
  /* var gray-dark */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height:120%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type="checkbox"] {
  vertical-align: middle;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #f08f00;
  /* var base */
  outline: none;
}
.a_decor,
.a_decor a,
.a_decor a:visited,
.a_decor:hover,
.a_decor a:hover {
  color: #2b68cc;
  /* var base-dark */
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}
a,
a:visited {
  color: #333333;
  /* var text-color */
  text-decoration: underline;
  cursor: pointer;
  /* line-height:120%; */
}
a:hover {
  text-decoration: underline;
  color: #333333;
  /* var base */
}
a img {
  border: none;
}
h1,h2,h3,h4,h5 {
    padding:0;
    margin:0 0 15px;
    line-height:120%;
}
h1 {
    font-size: 18px;
}
h2 {font-size: 16px;}
h3 {
    font-size: 16px;
}
h4 {
    font-size:14px;
}
p {
  margin-top: 5px;
  line-height:150%;
}
html.notOverflow,
html.notOverflow body {
  overflow: hidden !important;
}
/* layout */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  left: 0;
}
#header {
  padding-bottom: 0;
  /* var header-color */
  background: #f08f00de;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0px;
}
#header.min-width {
  padding-left:0 !important;
  padding-right:0 !important;
}
#header .min-width {
  background: none;
  /* var header-center-color */
}
#header .header-top.min-width {
/*  background-color: #f7f7f7;*/
  /* var header-center-top-color */
}
.header-top,
.header-center,
.header-bottom,
.content-container {
  margin: 0 auto;
}
.header-top {
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 40px;
}
.header-top .box {
}
.header-top .login {padding: 4px 10px;}
.header-center .feedback {
}
.header-center {
  text-align: right;
}
.header-center .logo {
  height: 60px;
  float: left;
  /* display: table; */
  padding-top: 10px;
  margin-right: 10px;
width:18%;
}
.header-elements > div {
    font-size:0;
}
.header-elements > div > div {
  display:inline-block;
  vertical-align:middle;
  float:none;
  font-size:12px;
}
#header .logo a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#header .logo {
}
#header .logo img {
/*  max-height: 135px;*/
width: 100%;
}
.header-bottom-bg {
/*  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 54px;*/
}
.header-top-container {
  min-height: 40px;
/*  background: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
  border-top: 5px solid #08c;*/
}
.header-bottom-container {
  position: relative;
}
#column_right,
#column_left {
  float: right;
  width: 0px;
}
#column_left {
  float: left;
}
#content {
  margin: 0 0 0;
  padding-bottom: 15px;
}
#content .top .left {
  width: 5px;
  height: 0px;
  float: left;
}
#content .top .right {
  width: 5px;
  height: 32px;
  float: right;
}
#content .top .center {
}
.list {
  text-align: center;
}
.content-category-top,.content-top {
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px;
}
.h1-wrap,.h2-wrap {
  margin-bottom:15px;
  position: relative;
  background: #222222;
}
.h1-wrap *,.h2-wrap * {
  text-transform: uppercase;
  background: #f08f00;
  /* var content-color */
  padding: 8px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index:1;
  width:35%;
  background: -moz-linear-gradient(left,  rgba(255,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f08f00), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #f08f00 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  #f08f00 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.h1-category {
  padding-left:35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index:1;    
}
.h1-category h1 {
  text-transform: uppercase;
  background: #ffffff;
  /* var content-color */
  padding: 5px 10px;
  margin: 0;
  position: relative;
  z-index:1;
}
#content .middle {
  min-height: 180px;
}
#content .bottom .left {
  width: 5px;
  height: 5px;
  float: left;
}
#content .bottom .right {
  width: 5px;
  height: 5px;
  float: right;
}
#content .bottom .center {
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.list-box ul {
  padding: 0 5px 0px 20px;
  margin: 0;
}
.list-box li {
  margin: 0 0 5px;
  color: #f08f00;
  /* var base */
  font-size: 15px;
}
.list-box a {
  font-size: 13px;
}
.list-box a:hover {
  text-decoration: none;
  color: #f08f00;
}
.list-box1 ul {
  margin-left: 0;
}
.list-box1 li {
  margin: 0;
}
.list-box1 a:hover {
  text-decoration: none;
}
.list-box2 ul {
  padding: 0;
}
.list-box2 li {
  list-style: none;
  margin-bottom: 15px;
}
.list-box2 a {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 5px;
  display: block;
}
.list-box2 a:hover {
  color: #f08f00;
  /* var base */
}
.list-box2 li span {
  display: block;
}
.list-box2 .shot {
  color: #999999;
  font-size: 10px;
  margin: 0 0 10px;
}
.list-box2 .date {
  display: block;
  color: #1a1a1a;
  font-size: 10px;
  margin: 0 0 1px;
}
.list-box3 ul {
  padding: 0;
  margin: 0;
}
.list-box3 li {
  margin: 0 0 15px;
  padding: 0 0 25px;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
}
.list-box3 a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  /* var base */
  font-weight: 700;
}
.list-box3 a:hover {
  text-decoration: none;
  color: #f08f00;
}
.list-box3 .date {
  font-size: 12px;
  color: #777;
  display: block;
  margin: 8px 0 15px;
}
.lb-des {
  margin: 3px 0 0;
  font-size: 14px;
  color: #222;
}
.list-content li {
  display: table;
  width:100%;
}
.list-content-left {
  padding-right: 10px;
  margin-bottom: 10px;
  width: 9%;
}
.list-content-right {
  /* width:58%; */
}
.list-content-left,
.list-content-right {
  display: table-cell;
  /* display:inline-block; */
  vertical-align: top;
}
.short_description {
  font-size: 13px;
  color: #999999;
  display: block;
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .short_description {
  clear: left;
  padding-top: 5px;
}
.main-list-content .list-box2 li {
  margin-bottom: 0;
}

.main-list-box-good,.main-list-box {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  overflow: hidden;
  position: relative;
}
.main-list-box-good.slider-type2 {
  padding-top: 25px;
}
#content .middle .main-list-box-good.slider-type2:first-child {
    padding-top:0 !important;
}
.desktop-module {
  display: none;
}
#content_bottom {
  margin-top: 0;
  float: left;
  width: 100%;
}
#content_top {
  width: 100%;
}
#content_top .box {
  margin-bottom: 20px;
}
#content #content_top .middle {
  min-height: auto !important;
}
.column a {
  text-decoration: none;
}
.column .box,
.block .box {
  /* border: 1px solid #f1f1f1; */
  /* var gray-light */
  margin-bottom: 25px;
  text-align: left;
  position: relative;
}
.column .box {
  background-color: #ffffff;
  /* var box-color */
}
.column .box .toggle {
  display: none;
  background: url(../image/box-arrow.png) no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}
.column .box h2,
.column .box .top,
.block .box h2,
.block .box .top {
  font-size: 16px;
  line-height:16px;
  color: #333333;
  /* var text-color */
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0px 10px 15px;
  background: -moz-linear-gradient(left,  rgba(255,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f08f00), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #f08f00 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,0,0,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  #f08f00 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
  /* border-bottom: 2px solid #f08f00; */
}
.column .box .top img,
.block .box .top img {
  float: left;
  margin-right: 5px;
}
#content .column .middle,
#content .block .middle {
  min-height: auto !important;
}
.column .box .middle,
.block .box .middle {
  padding: 20px 0px 20px;
  text-align: left;
  margin: 0;
}
.column .box .bottom,
.block .box .bottom {
  height: 16px;
}
.success,
.warning,
.wait {
  padding: 8px 10px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  box-sizing:border-box;
}
.success:before,
.warning:before,
.wait:before {
  content: ' ';
  font-family: FontAwesome;
  font-size: 16px;
  color: #000;
  left: 10px;
  top: 6px;
  position: absolute;
}
.wait:before {
  content: '\f05a';
  color: #C7C378;
}
.warning:before {
  content: '\f057';
  color: #C28E8E;
}
.success:before {
  content: '\f058';
  color: #A5BD71;
}
.success {
  background: #EFF6DF;
  border: 1px solid #A5BD71;
  color: #748A46;
}
.warning {
  background: #FFF0F0;
  border: 1px solid #C28E8E;
  color: #945656;
}
.wait {
  background: #FBFAEA;
  border: 1px solid #C7C378;
  color: #A8A457;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  color: rgba(255,0,0,1);
  display: block;
}
.success.hide,
.warning.hide {
    display:none;
}
.help {
  cursor: pointer;
}
.tooltip {
  border: 1px solid #FDDA5C;
  background: #FBFF95;
  padding: 5px;
  font-size: 11px;
  width: 250px;
}
#preview {
  position: absolute;
  border: 1px solid #CCCCCC;
  background: #1B57A3;
  padding: 5px;
  display: none;
  color: #fff;
  width: 312px;
  z-index: 1000;
}
.clear {
  overflow: hidden;
  width: 100%;
  clear: both;
}
.button-icon-view {
  padding: 3px 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background: url(../image/icon-arrow.png) no-repeat center center #ff0000;
  /* var base */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-icon-view:hover {
  background-color: #d2d2d2;
}
.button-text-dotted {
  color: #ff0000 !important;
  font-size: 16px;
  border-bottom: 1px dotted #ff0000;
  padding-bottom: 1px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
.button-text-dotted:hover {
  border-bottom: 1px solid #ff0000;
  text-decoration: none;
}
.button-text {
  position: relative;
  color: #ff0000;
  /* var base */
  font-size: 14px;
  background: url('../image/button-text.png') no-repeat right center;
  padding-right: 10px;
  text-decoration: none;
  line-height: 7px;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  margin: 5px 0;
}
.button-text:after {
  content: '\f105';
  /* fa-angle-right */
  color: #aaa;
  font-size: 12px;
  line-height: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  display: block;
  text-align: center;
}
.button-text:hover:after {
  color: #ff0000;
}
.button-text:hover {
  color: #ff0000;
  /* var base */
  text-decoration: none;
}
a.button-silver:hover span {
    color: #fff !important;
}
.button-text3 {
  padding: 1px 0;
  padding-right: 15px;
}
.button-text2 {
  position: relative;
  color: #ff0000;
  /* var base */
  font-size: 14px;
  padding-right: 10px;
  text-decoration: none;
  line-height: 7px;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  margin: 5px 0;
}
.button-text2:hover {
  color: #ff0000;
  /* var base */
  text-decoration: none;
}
.button-text2:after {
/*  content: '\f105';
  /* fa-angle-right */
/*  color: #f08f00;
  /* var base */
/*  font-size: 12px;
  line-height: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  display: block;
  text-align: center;*/
}
.button-text2:hover:after {
  color: #aaa;
}
.button-text-edit {
  background: url('../image/icon-edit2.png') no-repeat right center;
}
.button-text-edit:hover {
  background: url('../image/icon-edit2-hover.png') no-repeat right center;
}
.button-text-delete {
  background: url('../image/icon-delete2.png') no-repeat right center;
}
.button-text-delete:hover {
  background: url('../image/icon-delete2-hover.png') no-repeat right center;
}
.button-yes,
.button-yes2,
.button-yes3,
.button-no {
}
.button-yes {
  text-align: left;
  background: #333333;
  /* var base */
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-right: 2px;
  /*  margin-bottom: 5px;*/
  margin: 0 3px;
}
.button-yes.ui-large,
.button-yes2.ui-large {
  padding: 14px 15px;
  margin-right:2px;
}
.button-no.ui-large {
  padding: 14px 15px;
  margin-left:2px;
}

.button-yes i, .button-yes span,
.button-yes2 i, .button-yes2 span {
    display: inline-block;
    vertical-align: middle;
}
.button-yes i + span,
.button-yes2 i + span {
    padding-left: 4px;
}
.button-yes span {
/*  padding: 9px 5px;
  padding-right: 25px;
  margin-right: 15px;
  display: block;*/
  position: relative;
  font-weight: 600;
}
.button-yes:hover {
  /* var base-dark */
  color: #fff;
  text-decoration: none;
}
.button-yes3 span {
}
.button-yes3 span:after {
  content: '\f104';
  /* fa-angle-left */
  color: #fff;
}
.button-yes2 {
  text-align: left;
  background: #ffb131;
  /* var secondary */
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 1px;
  padding: 10px 15px;
  margin: 0 3px;
}
.button-yes2 span {
  /* padding: 9px 15px 9px 15px; */
  /* padding-right: 17px; */
  /* margin-right: 5px; */
/*  display: block;*/
  position: relative;
  min-width: 115px;
  font-weight: 600;
  color: #ffffff;
}
.button-yes2 i {
  color: #ffffff;
}
.button-yes2:hover {
  /* var secondary-dark */
  color: #fff;
  text-decoration: none;
}
.button-yes2:hover span:after {
  color: #fff;
}
.cart-oform,
.chekoutquick-button {
  margin-right: 2px;
  /* margin-bottom: 5px; */
}
.button-no {
  text-align: left;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  background: #DBDBDB;
  /* var gray-light */
  color: #312222;
  /* var text-color */
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 5px;
  margin: 0 3px;
  padding:;
}
.button-no i, .button-no span {
    display: inline-block;
    vertical-align: middle;
}
.button-no i + span {
    padding-left: 4px;
}
.button-no span {/*  padding: 9px 5px;
  padding-right: 15px;
  margin-right: 15px;
  display: block;*/position: relative;font-weight: 600;font-size: 14px;}
.button-no:hover {
  color: #ffffff;
  /* var text-color */
  text-decoration: none;
}
.button-no:hover span:after {
  color: #ffffff;
}    
.button i {
  padding-right: 5px;
}
.button-uppercase {
  background: #d8d8d8 !important;
}
.button-uppercase:hover {
  background: #f08f00 !important;
}
.button {
  padding-left: 17px;
  display: inline-block;
  margin-right: 5px;
  background: #ffffff;
  /* var base */
  text-decoration: none;
  color: #fff;
  * display: inline;
  * zoom: 1;
  behavior: url('catalog/view/javascript/pie.htc');
  text-align: center;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.button span {
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding: 9px 17px 9px 2px;
  /* var base */
  text-transform: uppercase;
  behavior: url('catalog/view/javascript/pie.htc');
}
.button .fa-lg {
  vertical-align: -10%;
}
.button1 {
  background: #DBDBDB;
}
.button1:hover {
}
.button-border-blue {
  margin-right: 0;
  /* var gray-light */
  /* background: #d8d8d8 !important; */
  box-sizing: border-box;
}
.compare-icon span {
  color: #000000;
  /* var base-dark */
  text-transform: uppercase;
}
.compare-icon:hover span {
  color: #ffffff;
  /* var base-dark */
  
}
.addcart-icon span {
  text-align: center;
  color: #ffffff;
}
.addcart-product {
}
.addcart-product:hover {
}
.addcart-product:hover span {
    color: #333;
}
.a_add_to_cart {/* background: #333333 !important; *//* color: beige; */}
.a_add_to_cart font {
    background: #333333;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 3px 5px;
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: -6px;
    left: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display:none;
    z-index: 1;
    font-weight:700;
}
.addcart-product font {
    background: #333333;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 3px 5px;
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: -6px;
    right: 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display:none;
    z-index: 1;
    font-weight:700;
}
.pcard .addcart-product {
  position: relative;
}
.a_add_to_cart.add-yes font,.addcart-product.add-yes  font {
    display:block;
}
.a_add_to_cart.add-yes span {
    color: #000;
    text-shadow: none;
}
.addcart-product font {
    top:-8px;
    right:-8px;
}
.a_add_to_cart.add-yes {
}
.a_add_to_cart.add-yes,.addcart-product.add-yes {
    /* background: #066900 !important; */
    /* color: #000 !important; */
}
.addcart-product.add-yes span {
    color: #fff;
}
.list_showtable .a_add_to_cart.add-yes:hover { 
}
.addcart-product.add-yes:hover,.a_add_to_cart.add-yes:hover {
    /* background: #ff0000 !important; */
}
.button-border-blue:hover {
  /* background: #f08f00 !important; */
}
.compare-icon.button-border-blue:hover {,background: #f08f00 !important;color: #ffffff;}
.compare-icon.button-border-blue:hover span,
.addcart-icon.a_add_to_cart:hover span,
.a_add_to_cart:hover i {
  color: #ffffff;
}
.dialog_add_to_cart {
  background: #595959 !important;
}
.dialog_add_to_cart:hover {
}
.button2 {
  background: #595959;
  /* var secondary */
}
.open-close-form-review {
}
.button2 span {
  text-transform: uppercase;
}
.button4 {
  background: #d8d8d8;
}
.button4 span {
  text-transform: uppercase;
  color: #000000;
}
.button-silver {
  background: #f1f1f1;
  /* var gray-light */
  color: #333;
}
.button-silver span {
  color: #333;
}
.button-not-radiur,
.button-not-radius span {
  border-radius: 0;
}
.rf-button i {
 color: #333;
}
a.button:hover {
  color: #fff;
  /* background: #f08f00; */
  /* var base-dark */
  text-decoration: none;
}
a.button:hover span {
  /*background:@base-dark;*/
  color: #fff;
}
.btnQ:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
a.button2:hover,
.a_add_to_cart:hover {
  /* background: #f08f00 !important; */
  /* var secondary-dark */
}
a.subscribe-button:hover {
/*  background: #ff0000 !important;*/
  border: none !important;
}
a.button2:hover span {
  /*background:@secondary-dark;*/
}
a.button4:hover {
}
a.button4:hover span {
}
a.button-silver:hover {
}
.btnQ {
  cursor: pointer;
}
.button-back span {
  background-image: none;
  position: relative;
  /* padding: 9px 15px 9px 15px; */
  margin-right: 0px;
  padding-left: 17px;
  margin-left: 10px;
  font-weight: 600;
}
.button-back span:after {
  display: none;
}
.button-back:hover span:before {
 color:#ffffff; 
}
.button-back span:before {
  content: '\f060';
  /* fa-arrow-left  */
  color: #000;
  font-size: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  display: block;
  text-align: center;
}
.button.disabled {
    -webkit-transition: background .3s, border-color .3s;
    -moz-transition: background .3s, border-color .3s;
    -o-transition: background .3s, border-color .3s;
    transition: background .3s, border-color .3s;
    opacity: 0.4;
}
a.a-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1;
  filter: alpha(opacity = 0);
}
a.a-all:hover {
/*  opacity: 0.1;
  filter: alpha(opacity = 10);*/
}
.buttons {
  border-top: 1px solid #d3d2d2;
  padding-top: 15px;
  margin-top: 25px;
}
.buttons table {
  width: 100%;
  border-collapse: collapse;
}
.buttons table td {
  vertical-align: middle;
}
.content {
  padding: 10px;
  margin-bottom: 10px;
}
.list_category {
  text-align: center;
  width: 100%;
}
.list_showlist {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
}
.list_showlist-good {
  position: relative;
  text-align: left;
  color: #a2a2a2;
  font-size: 14px;
  padding: 15px 0;
  margin: 0;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  border-top: none;
  font-size:0;
  
}
.list_showlist-good-left {
  margin-right: 2%;
}
.list_showlist-good-right {margin-left: 1%;padding-top: 10px;text-align: center;}
.list_showlist-good-right .good-rating {
  margin-top: 7px;
  text-align: center;
}
.list_showlist-good-left,
.list_showlist-good-right {
  width: 20%;
  display: inline-block;
  * display: inline;
  * zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding:0 5px;
  box-sizing:border-box;
  font-size:12px;
}
.list_showlist-good-right {
  width: 22%;
}
.list_showlist-good-center {
  width: 53%;
  display: inline-block;
  * display: inline;
  * zoom: 1;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-right: 2%;
  font-size:12px;
}
.list_showlist a {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  /* var text-color */
  text-decoration: none;
}
.list_showlist a:hover {
  text-decoration: none;
  color: #f08f00;
  /* var base */
}
.list_showlist .good-new,
.list_showlist .good-old,
.list_showlist .good-value {
  padding: 0;
}
.list_showlist-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.list_showlist-good img,
.list_showlist-border {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.list_showlist-good:hover a img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.list_showlist .list_showlist-good:hover .list_showlist-border {
  border: 1px solid #f1f1f1;
  /* var gray-light */
  box-shadow: 0 0 2px 2px #f1f1f1;
  /* var gray-light */
}
.list_showlist-good .good-value,
.list_showlist-good .good-value-new {
  height: auto;
  padding: 0;
}
.list_showlist-line {
  width: 100%;
  height: 1px;
  margin: 5px 0;
}
.list_showtable {
  margin: 0 0 5px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f2f2;
  box-sizing: border-box;
}
.list_showtable .good-ico-new,
.list_showtable .good-ico-top,
.list_showtable .good-ico-spec {
  color: #fff;
  padding: 3px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-size: 9px;
  height: auto !important;
  width: auto !important;
  text-transform: uppercase;
  background-image: none;
  position: static;
  display: inline-block;
  * display: inline;
  * zoom: 1;
  vertical-align: top;
  margin: 5px 0 5px 0;
}
.list_showtable .good-ico-new:before,
.list_showtable .good-ico-top:before,
.list_showtable .good-ico-spec:before {
  display: none;
}
.list_showtable .good-ico-new {
  background-color: #40c15e !important;
  /* var new-color !important*/
}
.list_showtable .good-ico-top {
  background-color: #4983d3 !important;
  /* var top-color !important*/
}
.list_showtable .good-ico-spec {
  background-color: #ff434b !important;
  /* var special-color !important*/
}
.list_showtable tr {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_showtable tr.even {
  background-color: #f7f7f7;
}
.list_showtable tr:hover {
  background-color: #fafafa;
}
.list_showtable tr.head {
  background-color: #eceaea !important;
}
.list_showtable td {
  vertical-align: top;
  padding: 7px 10px;
  margin: 0;
  vertical-align: middle;
  color: #333333;
  /* var text-color */
  font-size: 12px;
}
.list_showtable td .image-hover-wrap {
    position: relative;
    text-align: center;
    z-index: 100;
}
.list_showtable td .image-hover-wrap img {
    position: absolute;
    right:100%;
    top:-100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    z-index:10;
    max-width:inherit;
    border:1px solid #cacaca;
    /* var gray-dark */
}
.list_showtable td .image-hover-wrap:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    z-index:10;
}
.list_showtable td.list_showtable-image .image-hover {
    font-size:22px;
    cursor: pointer;
    position: relative;
    z-index:1;
    color:#cacaca;
    /* var gray-dark */
}
.list_showtable td.list_showtable-image .image-hover:hover {
    color: #f08f00;
    /* var base */
}
.list_showtable tr.head td {
  padding: 15px 10px;
  font-size: 13px;
  color: #555;
  font-weight: 700;
  text-align: center !important;
}
.list_showtable td.list_showtable-name {
  position: relative;
}
.list_showtable td.list_showtable-name a.name {
  color: #333333;
  /* var base */
  text-decoration: none;
  font-size: 13px;
  display: block;
}
.list_showtable td a.list_showtable-name:hover {
  color: #333333;
  /* var text-color */
}
.list_showtable .qr-price-title,
.list_showtable .qr-quantity-title,
.list_showtable .qr-sum-title {
  display: none;
  font-weight: 700;
}
.pageinfo {
  padding: 3px 0 0;
  overflow: auto;
  text-align: left;
/*  background: #ffffff;*/
  /* var content-color */
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0;
  z-index: 1;
}
.pageinfo .float-left_f3,
.pageinfo .float-left_f2,
.pageinfo .float-left_f1 {
  float: left;
  padding-left: 10px;
}
.pageinfo b {
  font-weight: 400;
  color: #cacaca;
  /* var gray-dark */
  font-size: 12px;
  text-transform: uppercase;
}
.pageinfo .float-left_f3 b {
  padding-right: 7px;
}
.pageinfo .float-left_f2 b {
  padding-right: 7px;
}
.pageinfo .float-left_f1 b {
  padding-right: 7px;
}
.pageinfo .float-left {
  float: left;
}
.pageinfo select {
  border-radius: 0;
  padding: 5px 5px;
}
.pagination {
  margin: 40px 0 20px;
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  /* var text-color */
}
.pagination .links,
.pagination .results {
  padding: 5px 5px 5px 0px;
  text-align: center;
}
/*.pagination .links {float:left;}*/
.pagination .links a,
.pagination .links b,
.pagination .links span {
  font-size: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-decoration: none;
}
.pagination .links span {
  font-size: 14px;
}
.pagination .links a.number,
.pagination .links b {
  border: 2px solid #ffffff;
  /* var bg-color */
  padding: 3px 8px;
  color: #999;
  /* var text-color */
  background: #ffffff;
  /* var bg-color */
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.pagination .links b {
  color: #333;
  /* var secondary */
  border: 2px solid #999;
  /* var secondary */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.pagination .links a.number:hover {
  color: #f08f00;
  /* var secondary */
}
.pagination .links a.next {
  /*background: url(../image/paginator-next.png) no-repeat;*/
  width: 13px;
  height: 23px;
  margin: 0 8px;
  position: relative;
}
.pagination .links a.next:after,
.pagination .links a.prev:after {
  font-family: FontAwesome;
  text-decoration: :none;
  color: #f6f6f6;
  /* var gray */
  font-size: 36px;
  position: relative;
  line-height:61%;
}
.pagination .links a.next:after {
  content: '\f105';
}
.pagination .links a.prev:after {
  content: '\f104';
}
.pagination .links a.next:after:hover,
.pagination .links a.prev:after:hover {
  color: #cacaca;
  /* var gray-dark */
}
.pagination .links a.next:hover {
}
.pagination .links a.prev {
  width: 13px;
  height: 23px;
  margin: 0 8px;
}
.pagination .links a.prev:hover {
}
/*.pagination .results {float:right;}*/
.tabs {
  width: 100%;
  height: 31px;
  margin-bottom: 0px;
}
.tabs a {
  float: left;
  display: block;
  padding: 6px 15px 7px 15px;
  margin-right: 2px;
  border: 1px solid #DDD;
  background: #ffffff url('../image/tab_3.png') repeat-x;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  z-index: 1;
  position: relative;
  top: 1px;
}
.tabs a.selected {
  background: #ffffff url('../image/tab_3.png') repeat-x;
  border-bottom: 0px;
  padding-bottom: 8px;
  z-index: 3;
}
.tab_page {
  border: 1px solid #DDD;
  background: #FFF;
  padding: 10px;
  display: block;
  z-index: 2;
  margin-bottom: 10px;
}
#footer {
  width: 100%;
  background-color: #3d3d3d;
  /* var footer-color */
}
#footer .min-width {
  background-color: #3d3d3d;
  /* var footer-center-color */
}
.footer-container {
  padding-top: 25px;
  /* padding-bottom: 35px; */
}
.footer-bottom {
    margin-top: 30px;
    padding: 10px 0;
    background-color: #fff;
    /* var footer-color */
    border-top: 1px solid #f1f1f1;
    /* var gray */
}
#footer .footer-bottom .min-width {
    background-color: #fff;
    /* var footer-center-color */
}
.footer-contact {
  width: 320px;
}
.footer-contact a {
    text-decoration:none;
    font-size:14px;
    color: #ffffff;
}
.footer-contact p i {
    text-align:center;
    width:14px;
    margin-right: 6px;
    font-size: 18px;
    color: #f08f00;
  /* var base */
}
.footer-contact a:hover {
    text-decoration:none;
}
.mini-info {
  width: 200px;
  line-height: 14px;
}
.footer-contact .contact-blog {
  width: 48%;
  margin-right: 1%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer-payment {
  max-width: 200px;
  margin-bottom: 30px;
  text-align: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.footer-payment img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 15px;
}
.footer-payment img:last-child {
    margin-right:0;
}
.footer .site-map {
  color: #333333;
  /* var text-color */
  font-size: 14px;
  padding-left: 25px;
  background: url(../image/sitemap.png) no-repeat left center;
}
.footer .site-map:hover {
  text-decoration: none;
  color: #333333;
  /* var text-color */
  opacity: 0.7;
  filter: alpha(opacity = 70);
}
.footer-title {
  font-size: 14px;
  color: #f08f00;
  /* var text-color */
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer p {
    font-size:14px;
    color: #ffffff;
}
.menu-bottom {
  padding: 0;
  margin: 0;
}
.menu-bottom li {
  padding: 0;
  margin: 0 0 5px;
  font-size: 14px;
  color: #333333;
  /* var text-color */
  list-style: none;
}
.menu-bottom li:before {
  content: '\f111';
  /* fa-cirecle  */
  color: #f08f00;
  /* var base */
  font-size: 8px;
  margin-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.menu-bottom a {
  font-size: 14px;
  text-decoration: none;
  /*text-decoration: underline;*/
}
.menu-bottom2 a {
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
}
.menu-bottom2 li:before {
    color: #f08f00;
}
.menu-bottom a:hover {
  text-decoration: none;
}
.menu-bottom2 a:hover {
  color: #f08f00;
}

a.copyright {
  color: #B4B4B4;
}
#information ul {
  /* margin-top:0px; */
  margin-bottom: 0px;
  margin-left: 8px;
  padding-left: 12px;
  list-style: none;
}
#tooltip {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  visibility: hidden;
  padding: 3px;
  max-width: 300px;
  z-index: 100;
}
.ajax_loading32 {
  text-align: center;
  background: url('../image/ajax-loader32.gif') center center no-repeat transparent;
  width: 32px;
  height: 32px;
}
.ajax_loading16 {
  text-align: center;
  background: url('../image/ajax-loader16.gif') center center no-repeat transparent;
  width: 16px;
  height: 16px;
}
table.cart {
    margin-top:20px;
}
.cart-info-button-wrap {
  border-collapse: collapse;
}
.cart-info-button-wrap .button-yes,
.cart-info-button-wrap .button-no {
  /* float: left; */
  /* width: 245px; */
}
.cart-info-button-wrap .button-yes {
/*  float: right;*/
}
.cart-info-button-wrap .button-yes span,
.cart-info-button-wrap .button-yes2 span,
.cart-info-button-wrap .button-no span {
  /* padding-top: 11px; */
  /* padding-bottom: 11px; */
  text-align: center;
}
.cart-info-button-wrap .cart-oform span {
  /* padding-top: 11px; */
  /* padding-bottom: 10px; */
  font-weight: 600;
  color: #fff;
}
.cart-info-button-wrap .chekoutquick-bez {
  background: #333; 
  color:#fff;
}
.cart-info-button-wrap .chekoutquick-bez span:after {
  color:#fff !important;
}
.cart-info-button-wrap .button-yes.chekoutquick-button {
  /* width: 255px; */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.cart-info-button-wrap .button-yes.chekoutquick-bez:hover {
  border: 1px solid #ff0000 !important;
  background:#ff0000 ;
  
}
.cart-info-button-wrap .button-yes.chekoutquick-button:hover {
}
.cart-info-button-wrap .chekoutquick-bez:hover span,
.cart-info-button-wrap .chekoutquick-bez:hover span:after {
 color:#fff !important; 
}
.cart-info-button-wrap .button-yes:hover span,
.cart-info-button-wrap .button-yes:hover span:after {
 color: #fff;
}
.cart-back {
  /* gray-dark */
  /* border-right: none; */
  background: #d8d8d8;
}
.cart-back:hover {
}
.cart-back:hover span {
    color: #ffffff;
}
.cart-clear {
  /* gray-dark */
}
.cart-stock-empty {
    position: absolute;
    top:10px;
    left:10px;
    color:;
    font-size:20px;
    color: #945656;
}
.cart-stock-empty-stars,
.cart-stock-min-order {
    color: #945656;
    font-weight: bold;
    display: block;
    margin: 5px 0 8px;
    line-height: 120%;
}
.cart-info-wrap td {
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding: 2px 10px 2px 0;
  position: relative;
}
.cart-info-line {
  width: 5px;
  border-left: 1px solid #f1f1f1;
  /* var gray-light */
  margin-left: 5px;
  right: 0;
  position: absolute;
  height: 52px;
  top: 50%;
  margin-top: -26px;
}
.cart-info-line-mini {
  width: 5px;
  border-left: 1px solid #f1f1f1;
  /* var gray-light */
  margin: -8px 5px 0;
  right: -10px;
  position: absolute;
  height: 16px;
  top: 50%;
}
.cart-info-wrap .cb {
  display: none;
}
.cart-info-wrap {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  border-collapse: collapse;
  width: 100%;
}
td.cart-t-quantity-wrap {
  width: 108px;
}
.cart-product_remove {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  position: relative;
}
.cart-product_remove:after {
  content: '\f00d';
  /* fa-times  */
  color: #d22300;
  font-size: 16px;
  line-height: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
}
.cart-product_remove:hover:after {
  color: #b11d00;
}
.cart-product_remove:hover {
}
.cart-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 19%;
  margin-right: 2%;
}
.cart-img img {
  max-width: 75px;
  width: 100%;
  height: auto;
}
.cart-info-block {
  width: 77%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.cart-info-block div {
  color: #a2a2a2;
  font-size: 14px;
  margin-bottom: 3px;
}
.cart-info a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.cart-info a:hover {
  text-decoration: none;
}
.cart-t-price {
  font-size: 16px;
  font-weight: 700;
  width: 100px;
}
.cart-t-total {
  font-size: 16px;
  width: 100px;
  color: rgba(255,0,0,1);
  /* var base */
  font-weight: 700;
}
.cart-total-price {
  font-size: 18px;
}
.cart-price {
  text-align: left;
  margin: 30px 0;
}
.cart-total-price {
  font-size: 16px;
  font-weight: 700;
}
#cart-total-fmt {
  color: #f0454c;
}
.good_description div {
  width: 100%;
  line-height: 16px;
  margin-bottom: 12px;
  margin-top: 10px;
  display: block;
  font-size: 12px;
}
.good_description table,
.good_description td {
  border: 1px solid #EEE;
  margin: 0px;
  padding: 3px;
  line-height: 12px;
}
.good_description td div {
  margin: 0px;
  line-height: 14px;
}
.good_description div {
  text-align: justify;
  padding-bottom: 10px;
}
.good {
  float: left;
  margin: 12px 5px 0px;
  width: 220px;
/*  max-width: 250px;*/
  height: 415px;
  position: relative;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.good .name-titlekod {
    text-align: left;
    padding: 2px;
}
.good .name-titlekod a {
    color: #333;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.pcard-related .good .name-titlekod a {
    color: #333;
    margin-bottom: 4px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.good-line-blue {
    margin: 0px auto 3px;
}
.good-showcase {
  margin-bottom: 15px;
  /* var gray-light */
}
.good-list-wrap .good {
  margin: 0;
  padding: 12px 5px 0px;
  /* var gray-light */
  padding: 5px 1% !important;
  width: 25% !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.good-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.good:hover a img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.good-list-wrap .good:hover .good-border {
}
.good:hover a {
    color: #000000;
}
.good:hover .good-brand-container a {
    color: #06740F; 
}
.good:hover .a_add_to_cart,
.list_showlist-good:hover .a_add_to_cart,
.list_showlist-good:hover .button-report-supply-small,
.good:hover .button-report-supply-small  {
    /* background: #000000 !important; */
    border-radius: 3px;
}
.good-category {
  margin: 10px 1%;
  text-align: center;
  width: 23%;
  float: left;
  position: relative;
/*  min-height: 280px;*/
}
.homegood.good-category {
  width: 18% !important;
  float: left;
  position: relative;
}
.good-wrapper_top {
  height: 0px;
}
.good-wrapper_bottom {
  height: 0px;
}
.good-wrapper {
  position: relative;
  text-align: left;
  padding: 0;
  height: 100%;
  behavior: url('catalog/view/javascript/pie.htc');
  background: #ffffff;
}
.good-wrapper_c {
  margin: auto;
  padding: 5px 5px;
  position: relative;
}
.good-wrapper {
  text-align: center;
}
.good img,
.good-ico-new,
.good-ico-top,
.good-ico-spec {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.good-title-container, .good-model-container {
  padding: 3px 3%;
  height: 30px;
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}
.good-brand-container {
    padding: 1px 0%;
    height: 15px;
    overflow: hidden;
    width: 93%;
    margin: 0 auto;
}
.good-brand-container .good-title a {
    color: #06740F;
    height: 14px;
    text-transform: uppercase;
}
.good-title {
  text-align: center;
  display: table;
  width: 100%;
}
.good-title a {
  height: 35px;
  vertical-align: middle;
}
.good-title-container .good-title a {
}
.good a {
  line-height:120%;
  text-decoration: none;
  color: #000000;
  /* var text-color */
  font-size: 14px;
}
.a_add_to_cart,
.compare,
.button-report-supply-small {
  position:relative;
  padding: 0;
  margin-right: 3px;
  margin-bottom: 3px;
  background-size: 16px 16px !important;
  /* background: #f08f00; */
}
.compare span,
.button-report-supply-small span {
  /* overflow: hidden; */
  display: block;
  width: 40px;
  height: 40px;
  padding: 0px 0px;
  text-align: center;
  color: #000000;
  font-size: 24px;
}
a.a_add_to_cart span {
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
    font-size: 13px;
    padding: 0px 6px;
    color: #000000;
    /* font-weight: 100; */
    /* overflow: hidden; */
}
.compare span,
.a_add_to_cart i {
  color: #000000;
  /* var base */
}
.a_add_to_cart span {
}
.compare span {
  background-position: center center;
}
.compare-container .a_add_to_cart {
  margin-right: 0;
}
.compare i,
.a_add_to_cart i,
.button-report-supply-small i {
  padding-right: 0;
  line-height: 38px;
  font-size: 24px;
}
.compare-icon.compare-yes {
}
.compare-icon.compare-yes span {
  color: #ff0000;
}
.compare-icon.compare-yes:hover {
}
.compare-icon.compare-yes:hover span {
  color: #fff;
}
.compare-icon.compare-yes:hover {
/*  background: #f08f00 !important;*/
}
.pcard-compare {
 background: #d8d8d8;
}
.pcard-compare:hover {
}
.pcard-compare:hover span {
  color: #fff !important;
}
.pcard-compare.compare-yes:hover {
}
.compare-tab {
  padding: 0;
  width: 35px;
  height: 35px;
}
.a_add_to_cart-tab {
  padding: 0;
  width: 35px;
  height: 35px;
}
.a_add_to_cart-tab, .compare-tab {
  padding: 0;
  background-size: 16px 16px !important;
}
.a_add_to_cart-tab:hover, .compare-tab:hover {
}
.a_add_to_cart-tab span,.compare-tab span {
  overflow: hidden;
  display: block;
  width: 27px;
  height: 27px;
  color: #666;
  padding: 6px 4px;
  font-size: 24px;
} 
.a_add_to_cart-tab span {
}
.compare-tab span {
  background-position:center center;
}
.compare-container .a_add_to_cart {
  margin-right:0;
}
.homegood.good-category a.category-title {
  margin-left: 0;
  text-align: center;
}
.good-category a.category-title {
  text-align: left;
  display: block;
  margin-left: 10%;
/*  width: 100%;*/
  text-transform: uppercase;
  text-decoration: none;
}
.good-category img {
  width: auto !important;
}
.good a:hover {
  color: #ef9818;
  /* var base */
  text-decoration: none;
}
.good:hover .button2 {
}
.good-rating {
  padding: 9px 0px;
}
.good-rating span {
  position: relative;
  content: ' ';
  width: 67px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.good-rating span:before,
.good-rating span:after {
  content: '\f006';
  /* fa-star-o */
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.good-rating span:after {
  color: #ffb131;
  /* var secondary */
}
.good-rating span:before {
  color: #ababab;
  content: '\f006\f006\f006\f006\f006';
  /* fa-star-o */
}
.good-rating span.stars0:after {
  content: '';
}
.good-rating span.stars1:after {
  content: '\f005';
}
.good-rating span.stars2:after {
  content: '\f005\f005';
}
.good-rating span.stars3:after {
  content: '\f005\f005\f005';
}
.good-rating span.stars4:after {
  content: '\f005\f005\f005\f005';
}
.good-rating span.stars5:after {
  content: '\f005\f005\f005\f005\f005';
}
.good-bottom {
  text-align: center;
  width: 100%;
  z-index: 3;
}
.good-line {
  width: 105px;
  margin: 3px auto 3px;
}
.good-price_2 {
  margin-top: 5px;
}
.good-price_2-dop {
  color: #a2a2a2;
  font-size: 13px;
  margin-bottom: 15px;
}
.stock-info {
  text-align: center;
  font: 16px pfdin_light;
}
.stock-info i {
  font-size: 16px;
  color:#06740F;
}
.stock-no {
  padding-top: 2px;
  min-height: 20px;
  font: 16px pfdin_light;
}
.stock-infolist {
  padding-right: 2%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.good-value,
.good-value-new {
  padding-top: 5px;
  font: 20px pfdin_medium;
  color: #333;
  height: 25px;
}
.good-value-old {
  text-decoration: line-through;
  font: 16px pfdin_light;
  color: #aaa;
  font-weight: 400;
}
.good-ico-new,
.good-ico-top,
.good-ico-spec {
  width: 30px;
  height: 30px;
  background-size: 46px 46px !important;
  position: absolute;
  z-index: 2;
}
.good-ico-new:before,
.good-ico-top:before,
.good-ico-spec:before {
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}
.good-ico-new:before {
  content: '\041d\043e\0432\044b\0439';
  background: #40c15e;
  /* var new-color */
  border: 5px solid #40c15e;
  /* var new-color */
}
.good-ico-top:before {
  content: '\0445\0438\0442';
  background: #4983d3;
  /* var top-color */
  border: 5px solid #4983d3;
  /* var top-color */
}
.good-ico-spec:before {
  content: '\0430\043a\0446\0438\044f';
  background: #ff434b;
  /* var special-color */
  border: 5px solid #ff434b;
  /* var special-color */
}
.good-ico-new {
  left: 50%;
  margin-left: -23px;
  top: 10px;
}
.good-ico-top {
  right: 10px;
  top: 10px;
}
.good-ico-spec {
  left: 10px;
  top: 10px;
}
.good input {
  width: 30px;
}
.select-popup-link,
.select-popup-link:hover {
  background-image: url(../image/select_i.gif);
  background-repeat: no-repeat;
  background-position: 100% 1px;
  margin-right: 7px;
  padding-right: 16px;
}
.select-popup {
  margin-top: 3px;
  display: none;
  z-index: 1000;
  text-align: left;
  font-size: 11px;
  position: absolute;
  width: 110px;
  background-color: #FFF;
  border: 1px solid #000;
  font-weight: normal;
  opacity: 0.9;
  filter: alpha(Opacity=90);
}
.select-popup ul {
  list-style: none;
  padding: 4px;
  margin: 0;
  width: 100%;
}
.select-popup li {
  display: block;
  width: 102px;
}
.select-popup li a {
  padding: 2px 4px;
  color: #333333;
  /* var text-color */
  display: block;
  text-decoration: none;
}
.select-popup li a:hover {
  background-color: #97D6FF;
  color: #000;
  text-decoration: none;
}
.f1 {
  width: 140px;
}
.f1 .select-popup {
  margin-left: 95px;
}
.f2 {
  width: 105px;
}
.f2 .select-popup {
  margin-left: 31px;
}
.f3 {
  width: 190px;
}
.f3 .select-popup {
  margin-left: 78px;
}
#quickview_blank,
#quickview_content {
  -webkit-transition: opacity 0.1s ease, height 0.5s ease;
  -moz-transition: opacity 0.1s ease, height 0.5s ease;
  -o-transition: opacity 0.1s ease, height 0.5s ease;
  transition: opacity 0.1s ease, height 0.5s ease;
}
#quickview_blank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  overflow: hidden;
  opacity: 0.3;
  filter: alpha(opacity = 30);
  visibility: visible;
}
#quickview_content {
  max-height: 80%;
  font-size: 13px;
  text-align: right;
  position: fixed;
  top: 25%;
  left: 50%;
  background: #FFF;
  box-shadow: 0 0 12px #000;
  z-index: 2000;
  padding: 5px 15px 15px;
  min-height: 100px;
  z-index: 1001;
  overflow-x: hidden;
  visibility: visible;
}
#quickview_blank.hide,
#quickview_content.hide {
  opacity: 0;
  filter: alpha(opacity = 0);
  visibility: hidden;
}
#quickview_content .quickview_content_wrap {
  margin-top: 6px;
  text-align: left;
}
#quickview_content a {
  font-size: 14px;
  color: #333333;
  /* var text-color */
  text-decoration: none;
}
#quickview_content h2 {
  text-align: left;
  background: #f08f00;
  /* var base */
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  top: -15px;
  left: -20px;
  width: 95%;
  z-index: 1;
}
#quickview_content h2 a {
  color: #ffffff;
  width: 93%;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
}
#quickview_content h2 a:hover {
  /* color: #ff0000; */
}
#quickview_content h2.notTransform {
  text-transform: inherit;
  font-size: 16px;
}
#quickview_content h2.notTransform a {
  font-size: 14px;
}
#quickrequest_form input,
#quickrequest_form textarea {
  display: block;
  padding: 8px 2%;
  width: 96%;
  margin-top: 10px;
}
.close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 16px;
  cursor: pointer;
  z-index: 10;
  color: #ffffff;
}
.close_btn:after {
  content: '\f00d';
  /* fa-times */
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #ffffff;
}
.close_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.slider-box {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*margin-bottom:20px;*/
}
.slider-box .s {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
.slider-box .s-info {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70%;
  background: #f8f8f8;
  padding: 10px;
}
.slider-box {
  overflow: hidden;
}
.slider-box,
.slider-box .s-info,
.slider-box .s,
.slider-box img {
  -moz-border-radius: 6px;
  /* Firefox */
  -webkit-border-radius: 6px;
  /* Safari, Chrome */
  -khtml-border-radius: 6px;
  /* KHTML */
  border-radius: 6px;
  /* KHTML */
  /*behavior: url('catalog/view/javascript/pie.htc');*/
}
.slider-box .s-info {
  padding: 10px 15px;
}
.slider-box .s-info .s-title {
  font-size: 16px;
  color: #ff0000;
  /* var base */
}
.slider-box img {
  display: block;
}
#pager {
  bottom: 20px;
  left: 20px;
  position: absolute;
  text-align: left;
  z-index: 6;
  width: 67px;
}
#pager a {
  /*border:1px solid #fff;*/
  background-color: #f08f00;
  /* var base */
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  -moz-border-radius: 100%;
  /* Firefox */
  -webkit-border-radius: 100%;
  /* Safari, Chrome */
  -khtml-border-radius: 100%;
  /* KHTML */
  border-radius: 100%;
  /* KHTML */
  behavior: url('catalog/view/javascript/pie.htc');
}
#pager a.selected {
  background-color: #2b68cc;
  /* var base-dark */
}
#slider-wrap {
  position: relative;
  width: 98%;
  padding: 0 1%;
}
.slider-type2 #slider-wrap {
  width: 100%;
  padding: 0;
}
.slider-left-border,
.slider-right-border {
  position: absolute;
  top: 1%;
  height: 98%;
  width: 60px;
  z-index: 14;
}
.slider-type2 .slider-left-border,
.slider-type2 .slider-right-border {
  display: none;
}
.slider-left-border {
  background: url(../image/slider-opacity-left.png) repeat-y top left;
  left: 0;
}
.slider-right-border {
  background: url(../image/slider-opacity-right.png) repeat-y top right;
  right: 0;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.slider-prev,
.slider-next,
.slider-prev:after,
.slider-next:after {
  background: no-repeat center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.slider-prev:after,
.slider-next:after {
  font-size: 40px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
  color: #f08f00;
  /* var base */
}
.slider-prev:after {
  content: '\f104';
  /* fa-angle-left */
  right: 10px;
}
.slider-next:after {
  content: '\f105';
  /* fa-angle-right */
  right: 13px;
}
.slider-prev:hover:after {
  color: #aaa;
}
.slider-next:hover:after {
  color: #aaa;
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slider-type2 .slider-prev,
.slider-type2 .slider-next {
  height: 30px;
  width: 40px;
  top: -70px;
  background-color: transparent;
}
.slider-type2 .slider-prev {
  right: 25px;
  left: inherit;
}
.slider-type2 .slider-next {
  right: -13px;
}
.slider-prev:hover {
}
.slider-prev:hover,
.slider-next:hover {
}
.slider-next:hover {
}
.slider-type2 .slider-prev:hover,
.slider-type2 .slider-next:hover {
  background-color: transparent;
}
.slider-prev.disabled,
.slider-next.disabled {
  color: #eee;
}
.slider-prev.disabled {
}
.slider-next.disabled {
}
.slider-prev.disabled,
.slider-next.disabled {
  opacity: 0.3;
  filter: alpha(opacity = 30);
  cursor: default;
}
#slider-wrap .good {
  margin: 0px 7px 0px;
  border-right: 1px solid #ddd;
}
#slider-wrap .good:first-child {
  margin-left: 0 !important;
}
#slider-wrap .good:last-child {
  margin-right: 0 !important;
}
.tabs-1 {
  width: 100%;
  min-height: 250px;
  margin-top: 10px;
}
.tabs-1 .tabs-ul {
  height: 48px;
  padding: 0;
  margin: 0;
}
.tabs-1 .tabs-ul li {
  float: left;
  list-style: none outside none;
  margin: 0;
}
.tabs-1 .tabs-ul a {
  background: #f1f1f1;
  /* var gray-light */
  color: #333333;
  /* var text-color */
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  margin: 0;
  text-decoration: none !important;
  border: 1px solid #cacaca;
  /* var gray-dark */
  border-left: none;
  border-bottom: none;
  position: relative;
  top: 11px;
}
.tabs-1 .tabs-ul li:first-child a {
  border: 1px solid #cacaca;
  /* var gray-dark */
}
.tabs-1 .tabs-ul a:hover {
  background: #f6f6f6;
  /* var gray */
}
.tabs-1 .tabs-ul a.selected {
  background: #fff;
  cursor: default;
  color: #000;
  border: 1px solid #cacaca;
  /* var gray-dark */
  border-top: 4px solid #f08f00 !important;
  /* var base !important*/
  border-bottom: 0 !important;
  padding: 12px 20px;
  top: 5px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabs-1 > div {
  padding: 10px;
  /* var gray-dark */
  border-top: none;
}
.content-wrap1 {
  background: #fdfdfd;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  margin-right: 8px;
  position: relative;
}
.radioChecked {
  background-position: 0 -16px;
}
.radio:after {
  content: '\f111';
  /* fa-circle  */
  font-size: 16px;
  position: absolute;
  left: 1px;
  top: -1px;
  color: #f08f00;
  /* var base */
  font-family: FontAwesome;
}
.radio.radioChecked:after {
  content: '\f058';
  /* fa-check-circle  */
}
.radio input {
  margin-left: -17px;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.add_to_cart_good input {
  border-radius: 0;
  padding: 3px 2%;
  width:96%;
  margin-top:3px;
}
.quantity-style-wrap {
  height: 30px;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  background: #f6f6f6;
  /* var gray */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.quantity-style-wrap input,
.quantity-style-wrap .quantity-input {
  width: 35px;
  border: none;
  color: #333333;
  /* var text-color */
  font-size: 16px;
  padding: 5px;
  text-align: center;
  margin: 0;
  background: #f6f6f6;
  /* var gray */
}
.quantity-style-up,
.quantity-style-down {
  width: 28px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.quantity-style-down {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.quantity-style-down:hover {
}
.quantity-style-up {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.quantity-style-up:hover {
}
.quantity-style-up:after,
.quantity-style-down:after {
  font-size: 20px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 5px;
  display: block;
  text-align: center;
  color: #cacaca;
  /* var gray-dark */
  background: #fff;
}
.quantity-style-up:after {
  content: '\f105';
  /* fa-angle-right */
  right: 50%;
  margin-right: -4px;
}
.quantity-style-down:after {
  content: '\f104';
  /* fa-angle-left  */
  left: 50%;
  margin-left: -4px;
}
.quantity-style-up:hover:after,
.quantity-style-down:hover:after {
  color: #000;
}
.quantity-style-up,
.quantity-style-down,
.quantity-style-wrap input,
.quantity-style-wrap .quantity-input,
.quantity-style-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
/*
    quantity-style mini
*/
.quantity-style-mini {
  height: 18px;
}
.quantity-style-mini input,
.quantity-style-mini .quantity-input {
  height: 14px;
  padding: 2px;
  width: 35px;
  font-size: 12px;
}
.quantity-style-mini .quantity-style-up,
.quantity-style-mini .quantity-style-down {
  width: 16px;
  height: 18px;
}
.quantity-style-mini .quantity-style-up:after,
.quantity-style-mini .quantity-style-down:after {
  font-size: 16px;
  top: 0px;
}
.quantity-style-mini .quantity-style-up:after {
  right: 50%;
  margin-right: -4px;
}
.title-mini1 {
  color: #A2A2A2;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.add_to_cart_good-q {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
}
.add_to_cart_good-q .quantity-style,
.add_to_cart_good-q .quantity-sum {
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  width: 49%;
  text-align: left;
  color: #ff0000;
}
.pcard-sum-value {
  font: 20px pfdin_medium;
  color: #ff0000;
  margin-top: 3px;
  display: inline-block;
}
#content.text-page {
  color: #333333;
  /* var text-color */
  font-size: 14px;
}
#content.text-page h1 {
  background: none;
  color: #333;
  /* var text-color */
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#content.text-page .h1-wrap h1 {
  background: #fff !important;
  padding: 5px 10px !important;
  color: #000 !important;
}
#content.text-page h1:after,
#content.text-page h2:after {
  border: none;
}
#content.text-page p {
  margin: 0 0 15px;
  padding: 0;
  color: #333333;
  /* var text-color */
  font-size: 14px;
}
#content.text-page h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #333333;
  /* var text-color */
}
#content.text-page h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#content.text-page h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#content.text-page h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #33e3bf;
  /* var base */
}
#content.text-page ul {
  margin: 5px 0 15px;
  padding: 0;
}
#content.text-page ul li {
  padding-left: 20px;
  list-style: none;
  margin: 0 0 5px;
}
#content.text-page ul li:before {
  content: '\f111';
  /* fa-cirecle  */
  color: #f08f00;
  /* var base */
  font-size: 8px;
  margin-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: -20px;
  margin-top: -3px;
}
#content.text-page ol li {
  margin-bottom:8px;
}
#content.text-page ul li ul,
#content.text-page ol li ul {
  padding-left: 10px;
  margin-top: 10px;
}
#content.text-page ol li ol {
  margin-top: 10px;
}
#content.text-page li
#content.text-page h2,
#content.text-page h3,
#content.text-page h4,
#content.text-page h5, 
#content.text-page h6 {
    margin-bottom: 8px;
}
#content.text-page ul+h2,
#content.text-page ul+h3,
#content.text-page ul+h4,
#content.text-page ul+h5, 
#content.text-page ul+h6 {
    margin-top: 25px;
}
#content.text-page ul li ul {
  padding-left: 30px;
}
#content.text-page blockquote {
  border-left: 6px solid #f08f00;
  /* var base */
  padding: 15px 30px;
  margin: 0 0 25px;
  background: #fbfbfb;
  font-size: 16px;
  font-style: italic;
  color: #f08f00;
  /* var base */
}
#content.text-page table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #dfdfdf;
}
#content.text-page table tr,
.table td {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#content.text-page table tr {
  border-bottom: 1px solid #dfdfdf;
}
#content.text-page table tr:hover {
  background-color: #f7f7f7;
}
#content.text-page table td:hover {
  background-color: #ebebeb;
}
#content.text-page table thead tr {
  background-color: #EDEDED !important;
  border-bottom: 0;
}
#content.text-page table td,
th {
  vertical-align: top;
  padding: 3px 7px;
  margin: 0;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
#content.text-page table thead tr {
  border-bottom: 1px solid #dfdfdf;
}
#content.text-page table thead tr th {
  padding: 10px 7px;
  color: #848386;
  font-weight: 400;
}
#content.text-page table th:last-child,
.table td:last-child {
  border-right: none;
}

#content.text-page table.table-no-border,
#content.text-page table.table-no-border tr,
#content.text-page table.table-no-border thead tr,
#content.text-page table.table-no-border td, 
#content.text-page table.table-no-border th{
    border:none;
}
#content.text-page table.table-no-border tr:hover {
  background-color: transparent;
}
#content.text-page table.table-no-border td:hover {
  background-color: transparent;
}
#content.text-page table.table-no-border thead tr {
  background-color: transparent !important;
}

.content-container img {
  max-width: 100%;
  height: auto !important;
}
.text-page-date {
  color: #1a1a1a;
  font-size: 12px;
}
.text-page-line {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  height: 10px;
  margin: 5px 0 5px;
}
.text-page a {
  color: #ff0000;
  /* var base */
  font-size: 14px;
}
.text-page a:hover {
  text-decoration: none;
}
#content .contact h2 {
  border: none;
  color: #333333;
  /* var base */
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.contact-form {
    font-size: 0
}
.contact-left,
.contact-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  font-size: 12px;
  box-sizing: border-box;
}
.captcha-left,
.captcha-right {
  vertical-align: middle;
}
.contact-right {
  padding-left: 30px;
}
.contact-bottom {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  padding-top: 10px;
  margin-top: 10px;
}
.contact input,
.contact textarea {
  padding: 8px 2%;
  width: 96%;
  margin-top: 5px;
  box-sizing: border-box;						 
}
.contact input[type="checkbox"] {
  width: auto;
}
.contact .captcha input {
  width: 100%;
}
.contact h3 {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-map-wrap {
  margin-top: 25px;
}
.contact-map {
  margin-bottom: 25px;
}
.contact-content-top {
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding: 5px 0 35px;
}
.contact-content-bottom {
  padding: 25px 0 15px;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  margin-bottom: 10px;
}
.contact-content-bottom ul {
  padding: 0;
  margin: 0;
}
.contact-content-bottom ul li {
  width: 30%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0;
  margin: 0 1%;
  list-style: none;
  font-size: 14px;
}
.contact-content-bottom ul li h3 {
  color: #f08f00;
  /* var base */
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.contact-street-wrap,
.contact-phone-wrap,
.contact-email-wrap {
  position: relative;
}
.contact-street-wrap:before,
.contact-phone-wrap:before,
.contact-email-wrap:before {
  content: '';
  /* fa-cirecle  */
  color: #f08f00;
  /* var base */
  font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-street-wrap:before {
  content: '\f041';
  /* fa-map-marker   */
}
.contact-phone-wrap:before {
  content: '\f095';
  /* fa-phone  */
}
.contact-email-wrap:before {
  content: '\f1fa';
  /* fa-at  */
}
.contact-street-wrap {
  padding-left: 34px;
}
.contact-phone-wrap {
  padding-left: 34px;
}
.contact-email-wrap {
  padding-left: 34px;
}
.contact-time-wrap {
  background: url(../image/contact-time.png) no-repeat left top;
  padding-left: 34px;
}
.checkout-container {
  max-width: 1024px;
  margin: 0 auto 50px !important;
}
.checkout-title-wrap {
  padding: 0;
  margin: 40px 0 20px;
  height: 58px;
  position: relative;
}
.checkout-title ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 58px;
  position: relative;
  z-index: 3;
}
.checkout-title li {
  list-style: none;
  display: block;
  width: 200px !important;
  top: 0;
  position: absolute;
}
.checkout-title li.center {
  margin-left: -100px;
  left: 50%;
  text-align: center;
}
.checkout-title li.left {
  left: 0;
  text-align: left;
}
.checkout-title li.right {
  right: 0;
  text-align: right;
}
.checkout-title li span {
  display: block;
  margin-bottom: 5px;
}
.checkout-title li .checkout-title-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: relative;
}
.checkout-title li .checkout-title-img:after {
  content: '\f111';
  /* fa-circle  */
  color: #f1f1f1;
  /* var gray-light */
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: -6px;
  right: 1px;
  display: block;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  /* var @content-color*/
  padding: 2px;
}
.checkout-title li .checkout-title-img:last-child:after {
  right: 0;
}
.checkout-title li .checkout-title-img.active {
  background: none;
}
.checkout-title li .checkout-title-img.active:after {
  content: '\f058';
  /* fa-check-circle */
  color: #f08f00;
  /* var base */
}
.checkout-title-bg-silver {
  position: absolute;
  left: 0;
  bottom: 26px;
  height: 4px;
  width: 100%;
  background: #f1f1f1;
  /* var gray-light */
  z-index: 1;
}
.checkout-title-bg-50,
.checkout-title-bg-100 {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 50%;
  background: #f1f1f1;
  height: 4px;
  z-index: 2;
}
.checkout-title-bg-100 {
  width: 100%;
}
.p-info {
  margin-bottom: 20px;
  /* padding-left:35px; */
}
.p-info span {
  font-size: 16px;
}
.p-info b {
  color: #333;
  /* var base */
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.p-info input {
  position: relative;
  left: -15px;
  width: 300px;
  border: 1px solid #d3d2d2;
  color: #483d3d;
}
.account-button .button {
  width: 245px;
}
.account-edit-button .button {
  width: 150px;
}
.account-page h3 {
  font-size: 12px;
  text-transform: uppercase;
  /* padding-left:35px; */
  margin: 0 0 20px;
}
.table-list2 {
  border-collapse: collapse;
}
.table-list2 td {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
}
.table-list2 td font {
  font-size: 14px;
  padding: 0 5px;
  color: #aaa;
}
.table-list2 tr.odd {
  background: #fefefe;
}
.table-list2 tr.even {
  background: #fff;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#cart-content {
  text-align: center;
}
.payment-list {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  padding-top: 30px;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.payment-list-bg {
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.payment-list ul,
.payment-list textarea {
  padding: 0;
  margin: 20px 0 0;
}
.payment-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-list li p {
  padding: 0 0 0 20px;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 87%;
}
.payment-list li span.radio {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height:100%; */
  min-height: 16px;
  background-repeat: no-repeat !important;
}
.payment-list li .radio-wrap {
  position: relative;
  margin: 0 0 0px;
}
.table-list3 {
  border-top: 1px solid #f1f1f1;
  /* var gray-light */
  border-collapse: collapse;
  width: 100%;
}
.table-list3 td {
  padding-top: 30px;
  padding-right: 30px;
  width: 200px;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.table-list3 td.table-list-title {
  width: 130px;
}
.table-list3 td .radio {
  float: left;
  clear: left;
}
.table-list3 td .radio-wrap {
  position: relative;
}
.table-list3 td p {
  padding: 0;
  padding-left: 30px;
  margin: 0;
}
.table-list3 td label {
  display: block;
}
.confirm-left {
  width: 192px;
  border: 1px solid #f1f1f1;
  /* var gray-light */
  padding: 14px;
}
.confirm-left-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.confirm-left p {
  margin: 0 0 15px;
  padding: 0;
}
.confirm-left p b {
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.confirm-left p font {
  color: #333333;
  /* var text-color */
  font-size: 13px;
}
.confirm-left p font.confirm-nomber {
  color: #ff0000;
  /* var base */
  font-size: 24px;
  font-weight: 700;
}
.confirm-count {
  color: #a2a2a2;
  font-size: 12px;
  margin-bottom: 20px;
}
.confirm-total {
  color: #333333;
  /* var text-color */
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}
.confirm-total span {
  color: #ffb131;
  /* var secondary */
}
.confirm-info {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.confirm-info .button {
  position: absolute;
  right: 0;
  top: 0;
}
#content .confirm-info h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #f08f00;
  /* var base */
  font-size: 14px;
  border: none;
  text-transform: capitalize;
}
.confirm-info ul {
  padding: 0;
  margin: 0;
}
.confirm-info li {
  margin-right: 50px;
  max-width: 200px;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  list-style: none;
}
.confirm-info li span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}
.confirm-subtitle-wrap {
  border-top: 1px solid #D3D2D2;
  padding-top: 15px;
  margin-top: 25px;
}
.confirm-subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: right;
}
.confirm-subtitle font {
  font-weight: 400;
}
.adresses-list {
  margin-top: 10px;
}
.adresses-list p {
  /*font-size:12px;*/
  margin-bottom: 10px;
}
.adresses-list .radio,
.adresses-list label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.adresses-list label {
  width: 85%;
}
.tl2-nomber {
  color: #f08f00;
  /* var base */
}
.table-list3 td {
  padding: 15px 10px;
}
.payment-content-form {
    
}
.add-address-form,.payment-content-form {
  margin-top: 25px;
  padding: 10px;
  background: #f5f4f4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  text-align: left
}
.add-address-form.show,.payment-content-form.show {
  max-height: 500px;
  display: block;
}
.add-address-form td,.payment-content-form td {
  padding: 5px;
}
.add-address-form-button {
  padding: 5px;
}
#address_2 table td {
  padding: 5px 10px;
  padding-left: 0;
}
.payment-content-form input[type="text"] {
    min-width: 245px;
}
#passport_series,#passport_num {
    width: 105px;
    min-width: auto;
}
.payment-conent-info {
    font-size: 12px;
    line-height: 16px;
    padding-left: 36px;
    background: #F1F1F1;
    border: 1px solid #CACACA;
    color: #000;
}
.form-style1 .fs-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.form-style1 label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  display: block;
}
.good-list-wrap {
  float: left;
  width: 100%;
}
#tab_products .quantity-text,
#tab_products .price-text,
#tab_products .cart-t-total-text,
#tab_histroy .comment,
#tab_histroy .data-added,
#tab_histroy .status,
#tab_downloads .file-size,
#tab_downloads .file-date,
#tab_downloads .file-name {
  display: none;
  font-weight: 700;
  color: #000;
}
.checkout-confirm-t-right {
  margin-left: 1%;
}
#slider-news .news-right .newsTitle {
}
#slider-news .news-right .newsTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  margin: 0 0 5px 0;
  background:none;
  text-transform: none;
}
#slider-news .news-right .newsTitle h2 a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.main-box-news li {
  max-width: 48%;
  max-width: 590px;
  max-height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
body {
/*  background: #ffffff;*/
  /* var bg-color */
}
.min-width {
/*   background: #ffffff;*/
  /* var content-center-color */
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.min-width.clear {
   background: none !important;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.content-container {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
  /* var content-color */
}
#up-button {
  color: #444;
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  display: none;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 7px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  z-index: 200;
}
#up-button:hover {
  color: #000;
}
.review-top {
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.review-top-left,
.review-top-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
  text-align: left;
}
.review-top-left {
  font-size: 12px;
  color: #333333;
  /* var text-color */
  font-weight: 700;
}
.review-top-right {
  text-align: right;
}
.review-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.review-list li {
  list-style: none;
  display: block;
  margin: 10px 0 20px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  /* var gray-light */
  padding-bottom: 20px;
}
.rf-button i, .review-send i {
    color: #000000;
}
.rl-left,.rl-right {
    display:inline-block;
    vertical-align:top;
}
.rl-left {
    width:10%;
}
.rl-right {
    width:87%;
    margin-left:2%;
}
.rl-product {
    padding-bottom:10px;
    color:#555;
}
.rl-product a {
    color:#555;
    /* var gray-light */
    font-size:11px;
}
.rl-product a i {
    margin-right:2px;
}
.rl-product a:hover {
    color: #f08f00;
    /* var base */
}
.rl-rating img {
  position: relative;
  content: ' ';
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.rl-rating img:before {
  content: '\f006';
  /* fa-star-o */
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #eee;
}
.rl-rating img.ch:before {
  color: #ffb131;
  /* var secondary */
  content: '\f005';
  /* fa-star-o */
}
.rl-top {
  margin-bottom: 5px;
}
.rl-user,
.rl-rating {
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  width: 100%;
}
.rl-user {
  text-align: right;
  font-size: 14px;
  line-height:16px;
  color: #f08f00;
  /* var base */
  font-weight: 100;
  font-style: italic;
}
.rl-user i {
    margin-right:3px;
}
.rl-rating {
  text-align: right;
}
.rl-des {
  font-size: 14px;
}
.review-form {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.review-form-2 {
  background: #f1f1f1;
  /* var gray-light */
  padding: 15px 15px;
}
.review-form.show {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.review-form-left,
.review-form-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
}
.review-form-left {
  width: 37%;
}
.review-form-right {
  width: 59%;
}
.review-form span {
  font-size: 14px;
}
.review-form .review-form-info {
  margin: 0 0 15px;
  color: #5c5151;
  font-size: 12px;
}
.review-form p,
.rf-rating {
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
}
.review-button-list {
  text-align: left;
}
.open-close-form-review,
.open-close-form-review span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review-form input[type="text"],
.review-form textarea {
  display: block;
  padding: 9px 1.3%;
  width: 97%;
  max-width: 630px;
  margin-top: 10px;
  font-size: 14px;
  box-sizing: border-box;						 
}
review-form .buttons-wrap {
    border-color:#cacaca;
    /* var gray-dark */
} 
.review-form b {
  font-size: 14px;
}
.rating-stars, .rating-starscl {
  margin-bottom: 5px;
}
.rating-stars, .rating-stars span,
.rating-starscl, .rating-starscl span { 
    display: inline-block;
    vertical-align: top;
}
.rating-stars span,
.rating-starscl span {
  position: relative;
  width: 18px;
  height: 18px;
}
.rating-stars span:before,
.rating-starscl span:before  {
  content: '\f006';
  /* fa-star-o */
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #aaa;
}
.rating-stars span.ch:before,
.rating-starscl span.ch:before {
  color: #ffb131;
  /* var secondary */
  content: '\f005';
  /* fa-star  */
}
.review-form input,
.review-form span,
.rf-rating img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.captcha-block {
  margin-bottom: 20px;
}
.captcha-block .captcha {
  width: 48%;
  margin-right: 2%;
}
.captcha-block #captcha-wrap,
.captcha-block .captcha {
  display: inline-block;
  vertical-align: middle;
}
.rf-button {
  text-align: left;
  margin-top: 13px;
}
.rf-button .button {
  margin: 0;
}
.rf-button .button i {
    padding: 9px 5px 9px 0;
    vertical-align: -20%;
}
.review-send {
  background:#333333;
}
.review-send span,
.review-send i {
  color:#ffffff;
}
.rating-stars span, .rating-starscl span { 
  cursor: pointer;
}
#review_title {
  display: none;
}
.options-color {
    
}
.option-wrap {
    margin: 0 0 10px;
}
.option-wrap label {
    font-size: 12px;
    margin: 0 0 5px;
    display: block;
}
.option-color-h-list {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    margin: 1px 1px 1px 0;
    cursor: pointer;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.option-color-h-list:hover {
    opacity: 0.7;
    z-index: 2;
}
.option-color-h-list[data-disabled="disabled"] {
    opacity: 0.2;
    cursor: default;
}
.option-color-h-list[data-disabled="disabled"]:after {
    content:'\f05e';
    font-family: FontAwesome;
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.20);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.option-color-h-list[data-selected="selected"] {
    border: 2px solid rgba(0, 0, 0, 0.70);
    /* box-shadow:  0 1px 3px 1px rgba(0, 0, 0, 0.5); */
    opacity: 1;
}
.options-color-select-left {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-right: 5px;
}
.options-color-select-right {
    display: inline-block;
    vertical-align: middle;
}
#compare-box {
  float: right;
  padding-top: 5px;
}
.compare-box .compare-link {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
}
.compare-box .compare-link i {
  margin-right: 8px;
color: #333333;
}
.compare-box .compare-link span {
  color: #333333;
  /* var base */
  font-weight: 700;
}
.coupon-container #coupon {
    border-top: 1px solid #f1f1f1;
    padding:30px 0 10px;
}
.coupon-container  b {
    margin-bottom:20px;
    display:block;
}
.coupon-container input {
    width:209px;
}
/****************************************** 
  dark-style
******************************************/
.dark-style .footer .left {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer .site-map {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer .site-map:hover {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer-title {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .footer .right p {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .menu-bottom li {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .menu-bottom li a {
  color: #ffffff;
  /* var text-color-light */
}
.dark-style .menu-bottom li a:hover {
  color: #cadaf4;
  /* var base-light */
}
.dark-style .catalog-datetime {
  color: #ffffff;
  /* var base-very-light */
}
.dark-style .copyright a {
  color: #eee;
}
.dark-style .footer-contact p {
  color: #fff;
  /* var text-color-light */  
}
.dark-style .footer-contact a {
  color: #fff;
  /* var text-color-light */ 
}
.dark-style .footer-contact a:hover {
  color: #cadaf4;
  /* var base-light */
}
.dark-style .mini-info {
  color: #fff;
  /* var text-color-light */    
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}
@media screen and (max-width: 1150px) {
  .main-h1 {
    max-width: 526px !important;
  }
}
.catalog-datetime2 {
    padding-top: 2px;
    /* text-align: right; */
    color: #f08f00;
    font-size: 14px;
    text-transform: uppercase;
    /* width: 184px; */
    float: left;
}
.column1 {
    width: 35%;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 4px;
}
.copyright2 a,
.copyright a {
    color: #000000;
    text-decoration: none;
}
.table-wrap {
    overflow: auto;
    width: 100%;
    position: relative;
}
.counters {
    font-size: 13px;
    color: #666666;
    line-height: 12px;
}
.button-report-supply {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
.button-report-supply i {
    position: absolute;
    left: 17px;
    top: 16px;
    font-size: 18px;
}
.button-report-supply span {
    padding-left: 30px;
}
.button-report-supply-small {
    /* padding: 9px 11px; */
    /* vertical-align: top; */
    op; */
    background: #d8d8d8;
    /* background: #d8d8d8; */
}
.button-report-supply-small i {
    padding: 0;
    color: #000;
}
.button-report-supply-small:hover i {
    color:#fff;
}
.reportsupplyform-wrap input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}
#reportsupply-form {
    margin-bottom: 20px;   
}
.checkoutquick_form input[type="text"], 
.checkoutquick_form textarea {
    display: block;
    padding: 9px 12px;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}


.agreement-wrap {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}
.agreement-wrap a {
    font-size:13px;
    color: #f08f00;
    /* var base */
}
#agreement-text {
    font-size: 11px;
    color:#6d6c6c;
    max-width: 450px;
    margin-top: 10px;
}
#agreement-text a {
    font-size: 11px;
    color: #ff0000;
    /* var base */ 
}
.agreement-wrap.error {
    animation: agreement-error 0.4s ease-in-out infinite;
    -webkit-animation: agreement-error 0.4s ease-in-out infinite;
}
.buttons-wrap {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
}

.button-switch-wrap {
    font-size: 0;
    margin:0 0  15px;
}
.button-switch {
    font-size: 12px;
    color:#000;
    border: 1px solid #cacaca;
    /* gray-dark */
    background: #f1f1f1;
    /* var gray-light */
    text-transform: uppercase;
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
     -o-transition: background-color .3s;
    transition: background-color .3s; 
}
.button-switch+.button-switch {
    border-left:none;
}
.button-switch:hover {
    background: #cacaca;
    /* gray-dark */
    color:#000;
    text-decoration: none;
}
.button-switch.active {
    padding-left: 30px;
    background:#f08f00 !important;
    /* var base !important*/
    color: #fff;
    border-color:#f08f00;
    /* var base */
}
.button-switch.active:after {
  content: '\f00c';
  /* fa-check  */
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  display: block;
}
@keyframes agreement-error {
    10% {
        transform:translateX(-5px);   
    }
    30% {
        transform:translateX(0px);   
    }
    70% {
        transform:translateX(5px);   
    }
    100% {
        transform:translateX(0px);   
    }
}
.contact .agreement-wrap,
.contact .agreement-wrap a {
    font-size: 13px;
}

#create-customer-org-form input[type="text"],
#create-customer-org-form input[type="password"] {
    width: 100%;
    max-width:470px;
}
#create-customer-org-form .ui-grid {
    margin-bottom: 10px;
}
#create-customer-org-form .ui-grid,
#create-customer-org-form .ui-field {
    max-width: 470px;
}
#create-customer-form input[type="text"],
#create-customer-form input[type="password"] {
    width: 100%;
    max-width:350px;
}
.login-form-buttons {
    margin-top: 15px;
}
.login-form-buttons > a {
    display: inline-block;
}
#login-form p,
#login-form p a,
#login-form li {
    font-size: 13px;
}
#login-form p a {
    color:#f08f00;
    /* var base */
    font-weight: 700;
}
#login-form p a:hover {
    text-decoration: none;
}
#login-form input[type="text"],
#login-form input[type="password"] {
    width: 100%;
}
.agreement-cookies-status-wrap {
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    color: #fff;
    font-size: 0;
    z-index: 9990;
    text-align: left;
    opacity: 1;
    visibility: visible;
    display: table;
    -webkit-transition: opacity .5s, visibility;
    -moz-transition: opacity .5s, visibility;
    -o-transition: opacity .5s, visibility;
    transition: opacity .5s, visibility;
    border-top:1px solid #fff;
}
.agreement-cookies-status-wrap.hide {
    opacity: 0;
    visibility: hidden;
}
.agreement-cookies-status-text {
    margin: 0;
    font-size: 12px;
}
.agreement-cookies-status-buttons, .agreement-cookies-status-text {
    display: table-cell;
    vertical-align: middle;
}
.agreement-cookies-status-text {
    margin: 0;
    font-size: 13px;
}
.agreement-cookies-status-buttons {
    text-align: right;
    width: 250px;
}
.agreement-cookies-status-wrap a {
  font-size:14px;
  margin-left: 5px;
}
.agreement-cookies-status-wrap a.text-button {
    color:#f08f00;    
    /* var base */
    text-decoration: none;
}
.agreement-cookies-status-wrap a.text-button:hover {
    text-decoration: underline;    
}
.agreement-cookies-status-wrap .button {
    padding-left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;

}
.agreement-cookies-status-wrap .button span {
    padding: 6px 10px 6px 2px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /*   .good-ico-new {
  background: url('../image/product-new@2x.png') no-repeat;
}
.good-ico-top {
  background: url('../image/product-top@2x.png') no-repeat;
}
.good-ico-spec {
  background: url('../image/product-spec@2x.png') no-repeat;
} */
  /*   .a_add_to_cart span,
.addcart-icon span {
  background-image: url(../image/addcart-icon@2x.png);
  background-size: 16px 16px !important;
}
.compare span,
.compare-icon span {
  background-image: url(../image/compare-icon@2x.png);
  background-size: 16px 16px !important;
} */
}
@media screen and (max-width: 1150px) {
  .main-h1 {
    max-width: 526px !important;
  }
}
.review-image img {
max-width:120px !important;
}
.sizes_table {
  padding: 0 5%;
  margin-top:10px;
}
.sizes_table table tr {
    border-bottom: 1px solid #ebe8e5;
}
.sizes_table table tr td {
    padding: 2px 0;
}

.sizes_table table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.button:before, 
.button-yes:before,
/*.tabs-mod-twa .tabs-ul a:before,*/
.button-yes2:before,
.button-no:before {
  content: "";
  position: absolute;
  z-index: -1;top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f08f00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button:hover:before,
.button:focus:before,
.button:active:before,
.button4:focus:before,
.button4:active:before,
.button-yes:hover:before,
.button-yes:active:before,
.button-yes:focus:before,
.button-no:hover:before,
.button-no:active:before,
.button-no:focus:before,
.button-yes2:hover:before,
.button-yes2:active:before,
.button-yes2:focus:before,
.tabs-mod-twa .tabs-ul a:focus:before,
.tabs-mod-twa .tabs-ul a:active:before,
.tabs-mod-twa .tabs-ul a:hover:before {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
