@font-face {
  font-family: Century Gothic;
  src: url(GOTHICI.TTF);
}
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 100%;
  position: relative;
  transition: margin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  width: 100%;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 14px;
}
/**************************************help********/
.tn-box {
  width: 50%;
  /*position: relative;*/
  margin: 0 auto 20px auto;
  padding: 25px 15px;
  /*text-align: left;*/
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  /*opacity: 0;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: default;
  /*display: none;*/
}

.tn-box p {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  padding: 0 10px 0 60px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
/*.tn-box p:before{
	text-align: center;
	border: 3px solid rgba(255, 255, 255, 1);
	margin-top: -17px;
	top: 83%;
    left: 25%;
	width: 30px;
	content: 'i';
	font-size: 30px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}*/

.tn-progress {
  width: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 5px;
  left: 2%;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(255, 255, 255, 0.6);
}

/* Colors */

.tn-box-color-1 {
  background: #ac4646;
  border: 1px solid #ac4646;
}

/**************************************help********/
/* hacks */
.cf:before,	/* NEW CLEARFIX! - RESI PROBLEM S VYTECENIM FLOATOVANYCH PRVKЩ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
} /* IE 5.5/6/7 */
h1,
.welcome {
  color: #636e75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
h2 {
  color: #000000;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600;
}
p {
  margin-top: 0px;
  margin-bottom: 20px;
}
a,
a:visited,
a b {
  color: #22b699;
  text-decoration: underline;
  cursor: pointer;
  outline: medium none currentColor;
}
a:hover {
  text-decoration: none;
}
.content a,
.content a:visited,
.content a b {
  color: #22b699 !important;
}
a img {
  border: none;
}
b {
  font-weight: 600;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type="text"],
input[type="password"],
select,
textarea {
  background: #fafafa;
  border: 1px solid #000;
  padding-left: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica", sans-serif;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  box-sizing: border-box;
}
input[type="text"].top-search2 {
  border: none;
  padding-left: 10px;
  font-style: italic;
  width: 100%;
  height: inherit;
}
input[type="text"] {
  /*background: url("../image/notfon.png") 10% 50% no-repeat;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #bababa;
  box-shadow: none;
  color: #000000;
  outline: medium none currentColor;
}
select {
  height: 22px;
  width: 170px;
}
label {
  cursor: pointer;
  /*color: #9a9a9a;*/
  color: #000;
}

/*** RETINA ICON ***/
#retinaicon {
  background: #22b699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 22px;
  width: 23px;
  line-height: 23px;
  margin-right: 10px;
}
li:hover #retinaicon {
  background: #404040;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#retinaicon2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  text-align: center;
  height: 22px;
  width: 23px;
  line-height: 23px;
  margin-right: 10px;
}
li:hover #retinaicon2 {
  color: #000;
  margin-right: 10px;
}
.newsa {
  color: #000 !important;
  font-size: 14px !important;
}
/* layout */
#container-100 {
  width: 100%;
  margin: 0px;
  /*padding: 20px 0px 0px;*/
  position: absolute;
  background-color: #e1e1e1 !important;
}
#container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0px 5px;
  padding-top: 15px;
  margin-bottom: 40px;
}
#column-left {
  float: left;
  width: 220px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#column-right {
  float: right;
  width: 220px;
  margin-bottom: 20px;
}
#content {
  min-height: 400px;
}
#column-left + #column-right + #content,
#column-left + #content {
  margin-left: 240px;
}
#column-right + #content {
  margin-right: 240px;
}
/* header */
.top-100 {
  float: right;
  width: 80%;
  /*border-bottom: 1px solid #fff;
	background-color: #fff;*/
}
#top {
  position: relative;
  max-width: 1200px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  z-index: 100;
  padding: 0px 5px;
}
.header-100 {
  left: 0px;
  width: 100%;
  background-color: #e1e1e1;
  /*	display: inline-block; */
  position: relative;
  z-index: 91;
  height: auto;
  min-height: 150px;
}

#header {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 99;
  padding: 5px 5px;
  min-height: 150px;
  height: auto;
  width: 95%;
}
#header #logo {
  left: 0px;
  position: relative;
  vertical-align: middle;
  bottom: 0px;
  float: left;
  width: 20%;
  /*top: -35px;*/
}
#header #logo img {
  max-width: none;
}
#language {
  min-width: 140px;
  width: 100%;
  color: #999;
  line-height: 17px;
}
#language img {
  cursor: pointer;
  margin-right: 5px;
  padding-left: 5px;
}
#currency {
  min-width: 120px;
  width: 100%;
  color: #999;
  line-height: 17px;
}
#currency a {
  display: block;
  padding: 6px;
  color: #999;
  text-decoration: none;
  margin-right: 2px;
  margin-bottom: 2px;
}
#currency a b {
  color: #000;
  text-decoration: none;
}
#top #cart {
  z-index: 9;
  min-width: 30px;
  min-height: 52px;
  height: auto;
}
#top #cart .heading {
  float: right;
  z-index: 1;

  height: 40px;
  width: 40px;
  position: absolute;
  right: 30%;
  display: block;
  background: url("../image/redesign/backet1.png") top center no-repeat;
}
#top #cart .heading h4 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px;
}
#top #cart .heading a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
}
#top #cart:hover .heading {
  background: url("../image/redesign/backet.png") top center no-repeat;
}
.heading {
  background: url("../image/redesign/backet1.png") top center no-repeat;
}
#top #cart span {
  background-color: #9c0907;
  -moz-box-shadow: inset 0 0 0 1px rgba(100, 6, 5, 0.55);
  -webkit-box-shadow: inset 0 0 0 1px rgba(100, 6, 5, 0.55);
  box-shadow: inset 0 0 0 1px rgba(100, 6, 5, 0.55);
  display: inline-block;
  min-width: 13px;
  height: 13px;
  line-height: 13px;
  margin-left: 5px;
  right: 29%;
  z-index: 2;
  position: absolute;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
  padding: 2px;
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -khtml-border-radius: 50em;
  border-radius: 50em;
}
#top #cart .content {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 3px solid #f5f5f5;
  border-radius: 0;
  border-top: 3px solid #22b699;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  clear: both;
  display: none;
  min-height: 150px;
  min-width: 220px;
  padding: 5px 5px 0;
  position: absolute;
  right: 1px;
  top: 35px;
  height: auto;
  z-index: 61;
}
#top #cart .content:before {
  content: "";
  right: 6px;
  top: -10px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #22b699;
}
#top #cart.active .heading {
  font-weight: 700;
  background: url("../image/redesign/backet1.png") top center no-repeat;
}
#top #cart.active .content {
  display: block;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #eeeeee;
}
.mini-cart-info .name {
  max-width: 200px;
}
.mini-cart-info .image {
  min-width: 1px;
  max-width: 100px;
}
.mini-cart-info .image img {
  border: 1px solid #eeeeee;
  text-align: left;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info td.total {
  text-align: right;
}
.mini-cart-info .remove {
  text-align: right;
  min-width: 12px;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total tr:hover {
  background: #fff;
}
#top #cart .checkout {
  text-align: center;
  clear: both;
  padding-bottom: 5px;
}
#top #cart .checkout .button {
  color: #fff !important;
}
#top #cart .empty {
  padding-top: 50px;
  text-align: center;
}

/******* SEARCH *******/

.top-search {
  width: 188px;
}
#top .search {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 6;
  text-align: left;
}
.button-search {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  outline: medium none currentColor;
  background: url("../image/redesign/search2.png") center no-repeat;
  text-align: center;
}
.top-search2:focus ~ .button-search {
  background: url("../image/redesign/search.png") center no-repeat;
}
.no-search {
  display: inline-block;
}

/******* SEARCH 2 *******/

.searcharea {
  width: 236px;
  height: 33px;
  background: #e8e8e8;
  border: 2px solid #fff;
}
#top .search2 {
  text-align: left;
  float: left;
  height: 26px;
  position: relative;
  z-index: 10;
}
.top-search2 {
}
.top-search2:focus {
  border: 1px solid #22b699 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/******* MOBILE-SEARCH *******/

.top-mobile-search {
  width: 100%;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  border-radius: 5px !important;
  height: 36px;
  font-size: 16px !important;
}
.top-mobile-search:focus {
  border: 1px solid #22b699 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.mobile-search {
  position: relative;
  margin: 20px 10px 10px;
  text-align: left;
  display: none;
}
.mobile-search .button-search {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  vertical-align: middle;
  outline: medium none currentColor;
  text-align: center;
}
.mobile-search .button-search i {
  vertical-align: middle;
  color: #808080;
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  top: 8px;
  cursor: pointer;
}

.menu_body1 input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
#top #welcome {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 5;
  width: 298px;
  text-align: left;
  color: #999999;
}
#top #welcome a {
  color: #000;
}
#top .links {
  position: absolute;
  left: 290px;
  top: 8px;
  font-size: 10px;
  padding-right: 10px;
  z-index: 11;
}
#top .links a {
  float: left;
  display: block;
  padding: 0px 0px 0px 7px;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
#top .links a:hover {
  text-decoration: none;
}
#top .links a + a {
  margin-left: 8px;
  border-left: 1px solid #ccc;
}
/* menu */

#menu {
  /*position: absolute;*/
  top: 70%;
  left: 0;
  width: 100%;
  min-height: 41px;
  height: auto;
  vertical-align: center;
  margin: 0;
  z-index: 201;
  background: #444444;
}
#menu ul {
  background: #444444;
  width: 80%;
  margin-left: 28%;
  /*margin-left: 20%;*/
  padding: 0;
}
#menu > ul > li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0 -1px 0 0;
  width: 50%;
  display: block;
  float: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#menu > ul > li:hover {
  color: #fff;
}
#menu > ul > li > a.active {
  color: #b28f43;
}
#menu > ul > li > a {
  text-transform: uppercase;
  display: block;
  vertical-align: top;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  padding: 1px 15px 0;
  height: 54px;
  line-height: 54px;
}

#menu > ul > li > a > span {
  background-color: #22b699;
  opacity: 0;
  display: block;
  height: 12px;
  left: 50%;
  margin: 0px 0px 0px -8px;
  position: absolute;
  top: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
#menu > ul > li:hover span {
  opacity: 1;
}
#menu > ul > li:hover a {
  color: #22b699;
}
#menu > ul > li:hover a.active {
  border-bottom: 1px solid #fff;
}
#menu > ul > li > a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  color: #22b699;
}
#menu > ul > li > a.active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #22b699;
  color: #b28f43;
}
#menu > ul > li > a.active:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  color: #b28f43;
}
#menu > ul > li > div {
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 61;
  padding: 5px 5px 0px;
  border-bottom: 3px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #22b699;
  top: 45px;
}
#menu > ul > li:hover > div {
  display: table;
}
#menu > ul > li > div > ul {
  display: table-cell;
}
#menu > ul > li > div > ul > li {
  text-align: left;
}
#menu > ul > li > div > ul > li + li {
  border-top: 1px solid #eeeeee;
}
#menu > ul > li ul + ul {
  padding-left: 20px;
}
#menu > ul > li ul > li > a {
  text-decoration: none;
  padding: 8px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  min-width: 120px;
}
#menu > ul > li > div > ul > li > a:hover {
  color: #22b699 !important;
  background: #fcfcfc;
}
#menu > ul > li > div > ul > li > a .kolvo {
  opacity: 0;
  vertical-align: super;
  font-size: 0.8em;
  margin-left: 2px;
}
#menu > ul > li > div > ul > li > a:hover .kolvo {
  opacity: 1;
  color: #404040;
  text-shadow: 0px 1px 0px #ccc;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
#menu > ul > li > div > ul > li > a {
  color: #333 !important;
}

/****** MOBILE CATEGORY ******/

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 3000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  border-radius: 3px !important;
}
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 10px;
  z-index: 2;
  text-decoration: none;
  margin: 0px;
  color: #222222;
  background: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flexnav li a.active {
  background-color: green;
  text-decoration: underline;
  font-weight: 600;
}
.flexnav li ul {
  width: 100%;
}
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav li ul li a {
  display: block;
  background: #eee;
  padding-left: 20px;
}
.flexnav li ul li a .kolvo {
  font-size: 0.8em;
  margin-left: 2px;
  vertical-align: super;
}
.flexnav ul li ul li a {
  background: #bfbfbc;
}
.flexnav ul li ul li ul li a {
  background: #cbcbc9;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  display: inline-block;
  text-align: center;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  top: 30%;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
}
.menu-button {
  position: relative;
  display: none;
  margin: 15px 0px 0px;
  padding: 12px;
  background: #d5d5d5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  border-radius: 3px !important;
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #fafafa;
}
.menu-button .one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
}
.mobile-category {
  display: none;
}
.mobile-category ul {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.mobile-category li {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

.mobile-menu {
  display: none;
  text-align: center;
  margin: 10px auto;
}
.mobile-menu a {
  background-color: #444;
  border: 2px solid #eee;
  display: inline-block;
  margin: 1px 1px;
  padding: 2px 6px;
  text-decoration: none;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  border-radius: 3px !important;
}
.mobile-menu a:hover {
  background-color: #5e0403;
}
/****** MOBILE CATEGORY END ******/

.breadcrumb-100 {
  width: 100%;
  left: 0;
  background: #e1e1e1;
  position: absolute;
  top: 0px;
  display: block;
  height: 36px;
  z-index: 90;
}
.breadcrumb-100 + #content {
  margin-top: 50px;
}
.breadcrumb-100 + #column-left + #column-right + #content {
  margin-top: 50px;
}
.breadcrumb-100 + #column-left + #content {
  margin-top: 50px;
}
.breadcrumb-100 + #column-right + #content {
  margin-top: 50px;
}
.breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 5px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 36px;
  height: 36px;
  color: #5e0403;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.breadcrumb span:last-child {
  text-decoration: underline;
  color: #000000 !important;
  /*color: #FF69B4!important;*/
}
.breadcrumb i {
  display: inline-block;
  width: 33px;
  position: relative;
  z-index: 1;
}
.breadcrumb i:first-child {
  display: none;
}
/***.breadcrumb i:before {
	content:"";
	right: 45%;
	margin: 0px 1px 0px 0px;
	bottom: -12px;
	position: absolute;
	background-color: #eee;
	display: block;
	height: 32px;
	width: 32px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}**/
.breadcrumb i:after {
  content: " > ";
  left: 15px;
  margin: 0px auto;
  bottom: 0;
  position: absolute;
  /*background-color: #fff;*/
  display: block;
  height: 22px;
  width: 18px;
  color: #999999;
  text-decoration: none;
}
.breadcrumb i span {
  display: none;
}
.breadcrumb a {
  /*color: #999999!important;*/
  color: #000 !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}

.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  z-index: 999999;
}
.success {
  padding: 90px 20px 20px;
  background: url("../image/check.png") 50% 10% no-repeat #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eee;
  width: 300px;
  height: auto;
  position: fixed;
  top: 25%;
  left: 35%;
  text-align: center;
  color: #404040;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  -moz-box-shadow: #f5f5f5 0px 0px 0px 10px;
  -webkit-box-shadow: #f5f5f5 0px 0px 0px 10px;
  box-shadow: #f5f5f5 0px 0px 0px 10px;
  opacity: 0.9;
}
.success a {
  color: #404040;
  font-size: 14px;
}
.success a:visited {
  color: #404040;
}
.warning {
  padding: 90px 20px 20px;
  background: url("../image/error.png") 50% 10% no-repeat #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eee;
  width: 300px;
  height: auto;
  position: fixed;
  top: 25%;
  left: 35%;
  text-align: center;
  color: #404040;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  -moz-box-shadow: #f5f5f5 0px 0px 0px 10px;
  -webkit-box-shadow: #f5f5f5 0px 0px 0px 10px;
  box-shadow: #f5f5f5 0px 0px 0px 10px;
  opacity: 0.9;
}
.attention {
  background: #fff5cc url("../image/attention.png") 10px center no-repeat;
  border: 1px solid #f2dd8c;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  top: 10px;
  right: 10px;
  cursor: pointer;
  position: absolute;
}
.required {
  color: #c12222;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
}
.error {
  display: block;
  color: #fc2c2c;
  background: url("../image/red_info.png") 0px 50% no-repeat;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  padding: 2px 20px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form tr td:first-child {
  width: 150px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
table.list td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table.list thead td {
  background-color: #efefef;
  padding: 0px 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: 600;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #f1ffdd;
  cursor: pointer;
}
.pagination {
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.pagination .links {
  display: block;
  margin-bottom: 5px;
}
.pagination .links a {
  background: #ffffff;
  border: 1px solid #273664;
  color: #273664;
  display: inline-block;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  min-width: 40px;
  padding: 0;
  text-decoration: none;
}
.pagination .links a:hover {
  background: #273664;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.pagination div.links b {
  background: #273664 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  min-width: 40px;
  padding: 0;
  border: 1px solid #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
}
.pagination .results {
  background-color: #f7f7f7;
  border: 1px solid;
  color: #273664;
  display: inline-block;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 8px 0 5px -8px;
  text-decoration: none;
  width: 357px;
}
/***************************************** BUTTON ***************************************/
a.button,
input.button {
  cursor: pointer;
  color: #ffffff !important;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #273664 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  height: 40px;
  width: 150px;
  line-height: 30px;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.checkout a.button {
  padding: 0;
}
.button i {
  margin-right: 10px;
}
input.button {
  margin: 0;
  border: 0;
  padding: 8px 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #273664 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  /*height: 35px;
	width: 120px;*/
}
#button-search {
  line-height: 1px;
}
.right input.button {
  line-height: 0;
  padding: 0;
  width: 125px;
  margin-top: 10px;
}
a.button:hover,
input.button:hover {
  background: url("../image/notfon.png") 10% 50% no-repeat #404040;
  color: #fafafa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.buttons {
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.htabs {
  min-height: 30px;
  width: 100%;
  line-height: 16px;
  border-top: 5px solid #f5f5f5;
  background-color: #fafafa;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #eee;
  display: table;
}
.htabs a {
  border-top: 5px solid #f5f5f5;
  margin: -5px 0px 0px;
  background-color: #5e0403;
  padding: 7px 15px 7px 15px;
  float: left;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: none;
}
.htabs a.selected {
  background: #ffffff;
  border-top: 5px solid #22b699;
  position: relative;
  z-index: 3;
  color: #404040;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.htabs a.selected:before {
  content: "";
  right: 50%;
  margin: 0px -8px 0px 0px;
  bottom: -7px;
  position: absolute;
  background-color: #e7e7e7;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.htabs a.selected:after {
  content: "";
  right: 50%;
  margin: 0px -8px 0px 0px;
  bottom: -5px;
  position: absolute;
  background-color: #fff;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: none;
}
.tab-content {
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
  border-bottom: 10px solid #f5f5f5;
  padding: 20px 20px 10px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  position: relative;
}

/* box */
.box {
  height: auto;
  min-height: 210px;
  min-width: 225px;
  width: auto;
  margin-bottom: 20px;
  position: relative;
}
.banner {
  position: relative;
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  background: url("../image/redesign/bg-dark0.png") repeat;
}
.box .box-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
  /*background: #273664;*/
  background: #444444;
  padding: 0px 10px !important;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.box .box-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
  border-top: 1px solid #fff;
  border-bottom: 10px solid #f5f5f5;
  padding: 10px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
/* box products */
.box-product {
  width: 100%;
  overflow: auto;
}
.box-product > div {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 20px 26px;
  margin-bottom: 20px;
}
#column-left + #content .box-product > div {
  margin: 0px 0px 20px 18px;
}
#column-right + #content .box-product > div {
  margin: 0px 0px 20px 18px;
}
#column-left + #column-right + #content .box-product > div {
  margin: 0px 0px 20px 6px;
}
#column-left .box-product > div,
#column-right .box-product > div {
  width: 155px;
  margin-right: 0px;
}

.abc-a b {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  color: #22b699;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 4px 2px;
  opacity: 0.7;
  text-align: center;
  text-decoration: none;
  width: 20px;
}
.abc-a b:hover {
  opacity: 1;
  background-color: #22b699;
  color: #fff;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.box-product .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
}
.box-product .image .sale {
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -5px;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -khtml-border-radius: 50em;
  border-radius: 50em;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background-color: #e16e6e;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
}
.box-product .image img {
  padding: 0px;
  border: 0px solid #e7e7e7;
}
.box-product .name a {
  color: #404040;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.box-product .price {
  display: block;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.box-product .cart {
  display: none;
}
.box-product .price-old {
  color: #e16e6e;
  text-decoration: line-through;
}
.box-product .price-new {
  font-weight: bold;
}
.box-product .rating {
  display: block;
  margin-bottom: 4px;
}

/* box category */

.box-content-category {
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border-bottom: 10px solid #f5f5f5;
  padding: 10px;
}

ul.box-category {
  margin: -12px 0px -10px !important;
  list-style: none;
  padding: 0;
}
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-category > li > a {
  padding: 8px 8px 8px 14px;
  display: block;
  text-decoration: none;
  color: #333;
  margin: -1px -10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
}
ul.box-category > li > a:hover {
  text-decoration: none;
  color: #333;
  background-color: #f6f6f6;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
ul.box-category > li .loginregister {
  padding: 8px 5px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  margin: 1px 0px;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
}
ul.box-category > li .loginregister:hover {
  text-decoration: underline;
  background-color: #fff;
}
ul.box-category > li > a .kolvo {
  opacity: 0;
  vertical-align: super;
  font-size: 0.8em;
  margin-left: 2px;
}
ul.box-category > li > a:hover .kolvo {
  opacity: 1;
  color: #404040;
  text-shadow: 0px 1px 0px #ccc;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
ul.box-category > li ul {
  display: none;
}
ul.box-category > li > a.active {
  font-weight: 600;
  text-decoration: none;
  color: #fafafa;
  background-color: #22b699;
}
ul.box-category > li > a.active .kolvo {
  opacity: 1;
  color: #fafafa;
  text-shadow: 0px 1px 0px #ccc;
}
ul.box-category > li a.active + ul {
  display: block;
}

/********* ������������ ************/
ul.box-category > li ul {
  position: relative;
  padding: 0px;
  margin: 0px -10px;
  overflow: hidden;
}
ul.box-category > li ul:before {
  content: "";
  right: 30px;
  top: -6px;
  position: absolute;
  background-color: #22b699;
  display: block;
  height: 12px;
  margin: 0px 0px 0px -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
ul.box-category > li ul > li > a:hover {
  text-decoration: none;
  color: #333;
  background-color: #f6f6f6;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
ul.box-category > li ul > li > a .kolvo {
  opacity: 0;
  vertical-align: super;
  font-size: 0.8em;
  margin-left: 2px;
}
ul.box-category > li ul > li > a:hover .kolvo {
  opacity: 1;
  color: #404040;
  text-shadow: 0px 1px 0px #ccc;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
ul.box-category > li ul > li {
  border-top: 1px dotted #eee;
  padding: 0px;
}
ul.box-category > li ul > li:first-child {
  border-top: 0px;
}
ul.box-category > li ul > li > a {
  padding: 8px 8px 8px 30px;
  display: block;
  text-decoration: none;
  color: #22b699;
  margin: 0px 0px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
}
ul.box-category > li ul > li > a.active {
  font-weight: 600;
  background-color: #eeeeee;
  color: #404040;
}
ul.box-category > li ul > li > a.active .kolvo {
  opacity: 1;
  color: #404040;
  text-shadow: 0px 1px 0px #ccc;
}

/* Box-Accordeon */

.box-accordeon ul {
  list-style: none;
  margin: -10px !important;
  padding: 0px;
}
.box-accordeon ul li .down {
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 0px;
  background: url(../image/plus.png) 0px 0px no-repeat #22b699;
}
.box-accordeon > ul > li a.active + .down {
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 0px;
  background: url(../image/plus.png) 0px -16px no-repeat #fff;
}
.box-accordeon ul li {
  position: relative;
}
.box-accordeon ul li a {
  display: block;
}
.box-accordeon ul li a:hover {
  text-decoration: underline;
}
.box-accordeon ul li.double a {
  display: inline-block;
  margin: 0;
}
.box-accordeon > ul > li {
  border-top: 1px solid #eee;
  display: block;
  position: relative;
}
.box-accordeon > ul > li:first-child {
  border-top: 0;
}
.box-accordeon > ul > li > a {
  color: #404040;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  font-size: 14px;
}
.box-accordeon > ul > li > a.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.box-accordeon > ul > li a.active + ul {
  display: block;
}

/* ������������ 1*/
.box-accordeon > ul > li ul {
  display: none;
  list-style: none;
  margin: 0px !important;
  padding: 0px;
}
.box-accordeon > ul > li ul li {
  border-top: 1px dashed #eee;
}
.box-accordeon > ul > li ul li:first-child {
  border-top: 0;
}
.box-accordeon > ul > li ul li a {
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
}
.box-accordeon > ul > li ul li a:hover {
  color: #404040;
}
.box-accordeon > ul > li > ul > li a.active {
  color: #404040;
  background-color: #eee;
}
/* ������������ 2*/
.box-accordeon > ul > li ul > li > ul {
  display: none;
  list-style: none;
  margin: 0px !important;
  padding: 0px;
}
.box-accordeon > ul > li ul > li > ul li {
  border-top: 1px dashed #eee;
}
.box-accordeon > ul > li ul > li > ul li:first-child {
  border-top: 0;
}
.box-accordeon > ul > li ul > li > ul li a {
  color: #999999;
  padding: 10px 20px 10px 30px;
  text-decoration: none;
  font-size: 12px;
}
.box-accordeon > ul > li ul > li > ul li a:hover {
  color: #404040;
}
.box-accordeon > ul > li > ul > li > ul > li a.active {
  color: #404040;
  background-color: #eee;
}
/* ������������ 3*/
.box-accordeon > ul > li ul > li > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0px !important;
  padding: 0px;
}
.box-accordeon > ul > li ul > li > ul li > ul li {
  border-top: 1px dashed #eee;
}
.box-accordeon > ul > li ul > li > ul li > ul li:first-child {
  border-top: 0;
}
.box-accordeon > ul > li ul > li > ul li > ul li a {
  color: #999999;
  padding: 10px 20px 10px 40px;
  text-decoration: none;
  font-size: 12px;
}
.box-accordeon > ul > li ul > li > ul li > ul li a:hover {
  color: #404040;
}
.box-accordeon > ul > li > ul > li > ul > li a > ul li.active {
  color: #404040;
  background-color: #eee;
}

/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter span {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
ul.box-filter > li ul {
  padding-bottom: 20px;
}
ul.box-filter > li ul > li .kolvo {
  vertical-align: super;
  font-size: 0.8em;
  margin-left: 2px;
  display: inline-block;
  font-weight: 600;
}
.filterbutton {
  text-align: center;
  background-color: #f5f5f5;
  margin: 0px -10px -10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
#button-filter {
  display: inline-block;
  margin: 0px 10px;
}

/* content */
#content .content {
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: auto;
  padding: 15px 10px;
  background-color: #fff;
}
#content .content ul li {
  list-style: none outside none;
  padding: 5px 0px;
}
#content .content ul li a {
  font-size: 14px;
}

#content .empty-content {
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: auto;
  padding: 15px 10px 15px 50px;
  background: url("../image/content-attention.png") 10px 50% no-repeat #fff;
}
#content .content .left {
  float: left;
  width: 49%;
}
#content .content .right {
  float: right;
  width: 49%;
}
/* category */

.category-details {
  background-color: #fff;
  /*max-width: 935px;*/
  max-width: 1060px;
  position: relative;
  height: auto;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 5%;
}

.category-details-top {
  display: table;
  position: relative;
  margin: -10px 0px 10px -20px;
  padding-right: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 42px;
}
.category-details-top .image {
  position: relative;
  background-color: #fff;
  display: inline-block;
  float: left;
}
.category-details-top .image img {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0px 4px;
  height: 42px;
  width: 42px;
  margin-bottom: -5px;
}
.category-details .category-h1 {
  float: left;
  padding-left: 10px;
}
.category-h1 {
  font-size: 22px;
  font-weight: bold;
}
.category-details h2 {
  line-height: 42px;
  font-size: 20px;
  color: #636e75;
  margin-bottom: 0px;
  font-weight: normal;
}
.cat-details {
  height: auto;
  width: 95%;
  margin: 10px auto 20px;
  background: #ffffff;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #e8eff0;
  -webkit-box-shadow: 1px 6px 10px 1px rgba(83, 100, 103, 0.44);
  -moz-box-shadow: 1px 6px 10px 1px rgba(83, 100, 103, 0.44);
  box-shadow: 1px 6px 10px 1px rgba(83, 100, 103, 0.44);
  text-indent: 1.5em;
}
.category-details .refine-p {
  color: #404040;
  font-size: 13px;
  font-weight: 600;
  padding: 5px;
  margin-top: 10px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  display: block;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.category-info {
  overflow: auto;
  margin-bottom: 0px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  border-bottom: 0px solid #eee;
}

.category-list {
  overflow: auto;
  margin: 0px -20px 20px;
}
.category-list ul {
  padding-left: 0px;
}
.category-list ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  line-height: 16px;
  width: 157px;
  padding: 0px 3px;
  margin-bottom: 10px;
  margin-left: 5px;
}
#column-left + #column-right + #content .category-list ul li {
  margin-left: 6px;
}
#column-left + #content .category-list ul li {
  margin-left: 16px;
  width: 164px;
}
#column-right + #content .category-list ul li {
  margin-left: 16px;
  width: 164px;
}

.category-list ul li a {
  display: inline;
  text-decoration: none;
}
.category-list ul li span {
  display: block;
  min-height: 30px;
  border-top: 1px solid #eee;
  margin: 5px 0px 0px;
  padding: 10px 5px 5px;
  color: #404040;
  position: relative;
}
.category-list ul li:hover span {
  color: #22b699;
  border-top: 1px solid #22b699;
}
.category-list ul li:hover span:before {
  content: "";
  left: 50%;
  top: -4px;
  position: absolute;
  background-color: #22b699;
  display: block;
  height: 8px;
  width: 8px;
  margin: 0px 0px 0px -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-list ul li:hover span:after {
  content: "";
  left: 50%;
  margin: 0px 0px 0px -6px;
  top: -5px;
  position: absolute;
  background-color: #fff;
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-list ul li img {
}

/* manufacturer */
.manufacturer-list {
  overflow: auto;
  margin-bottom: 20px;
}
.manufacturer-heading {
  background: #f8f8f8;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-content {
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
/* product */
.product-filter {
  height: auto;
  margin: auto;
  overflow: auto;
  padding: 0 20px 0 5px;
  border-top: 1px solid #9a9a9a; /*#5e0403;*/
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  min-height: 36px;
  line-height: 36px;
}
.category-details .display {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  bottom: 60px;
}
.category-details .display a {
  width: 100%;
  max-width: 115px;
  font-size: 14px;
  display: inline-block;
  padding: 6px 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  margin-top: 3%;
  margin-left: 1%;
}
.category-details .display .notselect {
  color: #999;
  background-color: #eee;
}
.category-details .display .select {
  color: #fafafa;
  background-color: #22b699;
}
.category-details .display .select:after {
  content: "";
  right: 50%;
  margin: 0px -8px 0px 0px;
  top: 22px;
  position: absolute;
  background-color: #22b699;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-filter .sort {
  float: right;
}
.product-filter .sortb {
  font-size: 12px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  color: #000;
  margin-right: 15px;
}
.product-filter .limit {
  margin-left: 15px;
  float: right;
}
.product-filter .limitb {
  font-size: 12px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  color: #000;
  margin-right: 15px;
}
.product-filter .sort select {
  width: 145px;
}
.product-filter .limit select {
  width: 70px;
}
.product-compare {
  float: left;
  padding-top: 10px;
  position: relative;
  display: none;
}
.product-compare .icon-compare {
  padding: 0px;
  margin: 0px 0px 0px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 24px;
  width: 24px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  background: url("../image/icon-compare.png") 50% no-repeat #22b699;
  background-size: 16px 18px;
}
.product-compare:hover .icon-compare {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-compare > a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  display: inline-block;
  clear: right;
  padding-left: 6px;
  color: #999999;
}
.product-compare:hover a {
  color: #22b699;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*********************************** LIST **************************************/

.product-list > div {
  overflow: hidden;
  margin-bottom: 15px;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border-top: 5px solid #f5f5f5;
  border-bottom: 10px solid #f5f5f5;
  padding: 10px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.product-list .right {
  height: 150px;
  min-width: 150px;
  float: right;
  padding-left: 10px;
  margin-left: 15px;
  border-left: 1px solid #eeeeee;
  position: relative;
}
.product-list .right:before {
  content: "";
  left: -7px;
  top: 70px;
  position: absolute;
  background-color: #eee;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .right:after {
  content: "";
  left: -5px;
  top: 70px;
  position: absolute;
  background-color: #fff;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: none;
}
.product-list > div + div {
  padding-top: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border-top: 5px solid #f5f5f5;
  border-bottom: 10px solid #f5f5f5;
  padding: 10px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.product-list .image {
  float: left;
  margin-right: 20px;
  max-width: 110px;
}
.product-list .image .sale {
  display: inline-block;
  position: absolute;
  right: -35px;
  top: -20px;
  padding: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
  text-align: center;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -khtml-border-radius: 0em;
  border-radius: 0em;
  height: 50px;
  line-height: 73px;
  width: 80px;
  background-color: #e16e6e;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list .image img {
}
.product-list .name {
  margin-bottom: 3px;
}
.product-list .name a {
  color: #404040;
  font-weight: 600 !important;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px !important;
}
.product-list .description {
  line-height: 15px;
  margin: 10px 0px;
  color: #707070;
  font-weight: 400;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px;
  height: 90px;
  overflow: hidden;
}
.product-list .rating {
  color: #7b7b7b;
}
.product-list .price {
  display: block;
  margin: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #444444;
  padding: 5px;
}
.product-list .price-old {
  color: #e16e6e;
  text-decoration: line-through;
  display: block;
}
.product-list .price-new {
  font-weight: bold;
  display: block;
  font-size: 14px;
}
.product-list .price-tax {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #bbbbbb;
  padding: 5px 0px;
}
.product-list .list-button {
  /*display: block;*/
  display: none;
  text-align: center;
}
.product-list .cart {
  display: inline-block;
}
.product-list .cart .button {
  padding: 0px;
  margin: 0px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: block;
  background: url("../image/icon-cart.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-list .cart .button:hover {
  background-color: #404040;
}
.product-list .wishlist {
  display: inline-block;
}
.product-list .wishlist a {
  padding: 0px;
  margin: 0px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: block;
  background: url("../image/icon-wishList.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-list .wishlist a:hover {
  background-color: #404040;
}
.product-list .compare {
  display: inline-block;
}
.product-list .compare a {
  padding: 0px;
  margin: 0px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: block;
  background: url("../image/icon-compare.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-list .compare a:hover {
  background-color: #404040;
}

/*********************************** GRID **************************************/

.product-grid {
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-grid > div {
  /*width: 211px;*/
  width: 32%;
  min-height: 350px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0px -2px 15px 10px;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;

  border-top: 5px solid #273664;
  border-bottom: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;

  -webkit-box-shadow: 0px 5px 5px 0px rgba(39, 54, 100, 0.22);
  -moz-box-shadow: 0px 5px 5px 0px rgba(39, 54, 100, 0.22);
  box-shadow: 0px 5px 5px 0px rgba(39, 54, 100, 0.22);
  padding: 10px;
  position: relative;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  box-sizing: border-box;
}
.product-grid > div:hover {
  border-top: 2px solid #273664;
  border-bottom: 2px solid #273664;
  border-left: 2px solid #273664;
  border-right: 2px solid #273664;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-sizing: border-box;
}

/* ���� ���� �����-���� �� �������, ��: */
#column-left + #column-right + #content .product-grid > div {
  margin: 0px 0px 15px 10px;
}
#column-left + #content .product-grid > div {
  /*margin: 0px 20px 15px 10px;*/
  margin: 0px 0px 15px 5px;
}
#column-right + #content .product-grid > div {
  margin: 0px -1px 15px 10px;
}
/* ���� ���� �����-���� �� �������. */

.product-grid .image {
  height: auto;
  width: 301px;
  display: block;
  /*margin: 5px auto;*/
  overflow: hidden;
  position: relative;
  /*margin: -35px!important;*/
  clip: rect(40px 250px 160px 50px);
  left: -7.5px;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
}
.product-grid .image .sale {
  display: inline-block;
  position: absolute;
  right: -35px;
  top: -20px;
  padding: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
  text-align: center;
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  -khtml-border-radius: 0em;
  border-radius: 0em;
  height: 50px;
  line-height: 73px;
  width: 80px;
  background-color: #e16e6e;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-grid .image img {
  padding: 0px;
}
.product-grid .description {
  display: none;
  height: 48px;
  overflow: hidden;
  padding: 5px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #707070;
  font-weight: 400;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px;
}
.product-grid .name {
  display: table-cell;
  margin: 5px auto;
  padding: 5px 0px;
  height: 45px;
  text-align: center;
  width: inherit;
  vertical-align: middle;
}
.product-grid .name a {
  color: #333333;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: auto;
  max-width: 150px;
  margin: 0 auto;
}
.product-grid .grid-table {
  display: table;
  width: 100%;
  padding: 0px;
  margin: 4px 0px 0px;
  height: 36px;
}
.product-grid .rating {
  display: none;
  vertical-align: middle;
  text-align: left;
}
.product-grid .rating img {
  width: 70px;
}
.product-grid .price {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  /*background: #273664;*/
  background: #444444;
  padding: 5px;
  width: 10%;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
}
.product-grid .price-old {
  color: red; /*#E16E6E;*/
  text-decoration: line-through;
  display: block;
}
.product-grid .price-new {
  font-weight: bold;
  display: block;
}
.product-grid .price .price-tax {
  display: none;
}
.product-grid .grid-button {
  display: block;
  position: relative;
  bottom: -50px;
  opacity: 0;
  display: none;
}
.product-grid > div:hover .grid-button {
  bottom: 0px;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.product-grid .cart {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 95px;
}
.product-grid .cart .button {
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: block;
  background: url("../image/icon-cart.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-grid .cart .button:hover {
  background-color: #404040;
}
.product-grid .wishlist {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.product-grid .wishlist a {
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: block;
  background: url("../image/icon-wishList.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-grid .wishlist a:hover {
  background-color: #404040;
}
.product-grid .compare {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 160px;
}
.product-grid .compare a {
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: block;
  background: url("../image/icon-compare.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.product-grid .compare a:hover {
  background-color: #404040;
}

/* Product */
input.quantity-productcart {
  background: #f8f8f8;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-left: none;
  border-right: none;
  bottom: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  padding: 3px;
  margin: 0px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 53px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-operator {
  background: #f8f8f8;
  border: 1px solid #c6c6c6;
  bottom: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 3px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background: rgba(255, 255, 255, 0.41);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.41) 25%,
    rgba(255, 255, 255, 0.41) 28%,
    rgba(254, 254, 254, 0.51) 40%,
    rgba(254, 254, 254, 0.57) 48%,
    rgba(226, 226, 226, 0.66) 58%,
    rgba(226, 226, 226, 0.75) 70%,
    rgba(226, 226, 226, 0.96) 95%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(25%, rgba(255, 255, 255, 0.41)),
    color-stop(28%, rgba(255, 255, 255, 0.41)),
    color-stop(40%, rgba(254, 254, 254, 0.51)),
    color-stop(48%, rgba(254, 254, 254, 0.57)),
    color-stop(58%, rgba(226, 226, 226, 0.66)),
    color-stop(70%, rgba(226, 226, 226, 0.75)),
    color-stop(95%, rgba(226, 226, 226, 0.96)),
    color-stop(100%, rgba(219, 219, 219, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.41) 25%,
    rgba(255, 255, 255, 0.41) 28%,
    rgba(254, 254, 254, 0.51) 40%,
    rgba(254, 254, 254, 0.57) 48%,
    rgba(226, 226, 226, 0.66) 58%,
    rgba(226, 226, 226, 0.75) 70%,
    rgba(226, 226, 226, 0.96) 95%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.41) 25%,
    rgba(255, 255, 255, 0.41) 28%,
    rgba(254, 254, 254, 0.51) 40%,
    rgba(254, 254, 254, 0.57) 48%,
    rgba(226, 226, 226, 0.66) 58%,
    rgba(226, 226, 226, 0.75) 70%,
    rgba(226, 226, 226, 0.96) 95%,
    rgba(219, 219, 219, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.41) 25%,
    rgba(255, 255, 255, 0.41) 28%,
    rgba(254, 254, 254, 0.51) 40%,
    rgba(254, 254, 254, 0.57) 48%,
    rgba(226, 226, 226, 0.66) 58%,
    rgba(226, 226, 226, 0.75) 70%,
    rgba(226, 226, 226, 0.96) 95%,
    rgba(219, 219, 219, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.41) 25%,
    rgba(255, 255, 255, 0.41) 28%,
    rgba(254, 254, 254, 0.51) 40%,
    rgba(254, 254, 254, 0.57) 48%,
    rgba(226, 226, 226, 0.66) 58%,
    rgba(226, 226, 226, 0.75) 70%,
    rgba(226, 226, 226, 0.96) 95%,
    rgba(219, 219, 219, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
}
.quantity-operator:active {
  background: #404040;
  color: #fafafa !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-info {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
  padding: 0px;
  margin-bottom: 16%;
  position: relative;
}
.product-info .infoleft {
  display: table-cell;
  vertical-align: middle;
}
.product-info .inforight {
  display: table-cell;
  vertical-align: top;
  float: right;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
  margin-left: 4px;
}
.product-info > .left + .right {
  margin-left: 35%;
  margin-top: 8%;
}
.product-info h1 {
  background: #e8eff0 none repeat scroll 0 0;
  color: #010101;
  text-decoration: none;
  font-size: 24px;
  margin: 0 auto 20px;
  font-weight: normal;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding-left: 10%;
  text-decoration: none;
  width: 89%;
  -webkit-box-shadow: 0px 4px 5px 2px rgba(83, 100, 103, 0.44);
  -moz-box-shadow: 0px 4px 5px 2px rgba(83, 100, 103, 0.44);
  box-shadow: 0px 4px 5px 2px rgba(83, 100, 103, 0.44);
}
.product-info .image {
  /*padding-bottom: 20px;*/
  border-bottom: 1px solid #eee;
  float: left;
  /*margin-bottom: 20px;*/
  position: relative;
}
.zoomWindow {
  background-color: #ffffff;
  border: 4px solid #d8d8d8;
  margin-left: -4px !important;
  margin-top: -2px !important;
  z-index: 9 !important;
}
.zoomWindowContainer {
  width: 200px !important;
}
.zoomContainer {
  left: 0px !important;
  top: 0px !important;
}
.product-info .image .sale {
  display: inline-block;
  position: absolute;
  right: -16px;
  top: -16px;
  padding: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -khtml-border-radius: 50em;
  border-radius: 50em;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background-color: #e16e6e;
  -moz-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.35);
  z-index: 10;
}
.product-info .image:before {
  content: "";
  right: 50%;
  margin: 0px -7px 0px 0px;
  bottom: -6px;
  position: absolute;
  background-color: #eee;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info .image:after {
  content: "";
  right: 50%;
  margin: 0px -7px 0px 0px;
  bottom: -8px;
  position: absolute;
  background-color: #fff;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: none;
}
.product-info .image-additional {
  width: 260px;
  margin-left: -10px;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional img {
  border: 1px solid #e7e7e7;
}
.product-info .image-additional img:hover {
  border: 1px solid #bbb;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 25px;
  color: #3d3a45;
  font-size: 18px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  position: relative;
  display: table;
  box-sizing: border-box;
}
.zoom {
  background: rgba(247, 247, 247, 0.5);
  bottom: 20px;
  color: #3d3a45;
  display: block;
  font-size: 10.84px;
  height: 28px;
  left: 16.5%;
  position: absolute;
  text-decoration: none;
  width: 67%;
  z-index: 999;
  line-height: 28px;
  text-align: center;
}

#colorbox {
  z-index: 2;
}
.zoom i {
  margin-left: 11px;
}
div.description .infoleft span {
  color: #3d3a45;
  font-weight: bold;
}
.product-info .description a {
  color: #4d4d4d;
  text-decoration: none;
}
.product-info .description a:hover {
  text-decoration: underline;
}
.text-write {
  padding-left: 20px;
  background: url("../image/write.png") 10% 50% no-repeat;
}
.text-write:hover {
  text-decoration: underline !important;
}
.reiting {
  width: 120px;
  text-align: center;
  margin-bottom: 0px;
}
.product-info .price {
  overflow: auto;
  margin: 55px auto 60px;
  font-size: 48px;
  text-align: center;
  color: #fff;
  height: 67px;
  line-height: 67px;
  width: 75%;
  /*background: #273664;*/
  background: #444444;
  border: solid 1px #fff;
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
}
.product-info .price-old {
  color: #bc120d;
  text-decoration: line-through;
  font-size: 18px;
}
.product-info .price-new {
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4d4d4d;
  margin: -6px -4px;
  background-color: #eee;
  padding: 5px;
}
.product-info .options {
  padding: 0px 5px 20px 5px;
  margin-bottom: 15px;
  color: #000000;
  position: relative;
  height: auto;
  width: 100%;
  display: inline-block;
  /*min-height: 380px;*/
}

.product-info .options .option {
  margin: 4px 20px;
  display: block;
  position: relative;
}
.product-info .options .option > input[type="text"] {
  width: 100%;
}
.product-info .options .option > input[type="password"] {
  width: 100%;
}
.product-info .options .option > select {
  width: 100%;
}
.product-info .options .option > textarea {
  width: 100%;
}
.product-info .options label {
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
}
.product-info .options label:hover {
  font-weight: 600;
}
.option-image li {
  margin-bottom: 70px;
  width: 120px;
  height: 110px;
}
.option-image li label {
  height: auto;
  width: 100px;
}
.option-image input {
  float: left;
}
.variant {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 5px;
  margin: 10px 0px;
  color: #000000;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  display: block;
}
.variant:before {
  content: "";
  right: 50%;
  margin: 0px -8px 0px 0px;
  bottom: -7px;
  position: absolute;
  background-color: #e7e7e7;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.variant:after {
  content: "";
  right: 50%;
  margin: 0px -8px 0px 0px;
  bottom: -5px;
  position: absolute;
  background-color: #fff;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: none;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #cccccc;
  cursor: pointer;
  width: 80px;
}
#column-right + #content .product-info .option-image img {
  width: 80px;
}
#column-left + #content .product-info .option-image img {
  width: 80px;
}
.product-info .option-image .imagename {
  width: 120px;
}
#column-left + #column-right + #content .product-info .option-image .imagename {
  width: 100%;
}
.product-info .option-image tr {
  display: inline-block;
  float: left;
}
.product-info .option-image tr:hover {
  background-color: #fff;
}
.product-info .cart {
  padding: 10px 5px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
}
.product-info .cart-inside {
  /*****************************************************************/
  margin: 0px auto;
  padding: 0px;
  position: relative;
  text-align: left;
  display: table;
  width: 550px;
}

.product-info .cart .button:hover {
  background-color: #404040;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .wishlist {
  display: inline-block;

  bottom: 15px;
  left: 30px;
}
.product-info .wishlist .w1 {
  color: #404040;
  left: 10px;
  position: absolute;
  top: 0px;
}
.product-info .wishlist .w2 {
  left: 50px;
  position: absolute;
  top: -15px;
  background: url("../image/arrowproductcart.png") 50% 50% no-repeat;
  width: 70px;
  height: 80px;
  display: block;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.product-info .wishlist .w3:hover {
  background-color: #404040;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.product-info .compare {
  display: inline-block;

  bottom: 15px;
  left: 160px;
}
.product-info .compare .c1 {
  color: #404040;
  right: 10px;
  position: absolute;
  top: 30px;
}
.product-info .compare .c2 {
  right: 50px;
  position: absolute;
  top: -15px;
  background: url("../image/arrowproductcart.png") 50% 50% no-repeat;
  width: 70px;
  height: 80px;
  display: block;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.product-info .compare .c3:hover {
  background-color: #404040;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#review-title {
  font-weight: 600;
}
.product-info .review {
  color: #4d4d4d;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.product-info .review > div {
  padding: 8px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 20px;
}
.product-info .review > div > span {
  color: #38b0e3;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-description {
  height: auto;
  width: 95%;
  margin: 10px auto 20px;
  background: #ffffff;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #e8eff0;
  -webkit-box-shadow: 1px 6px 10px 1px rgba(83, 100, 103, 0.44);
  -moz-box-shadow: 1px 6px 10px 1px rgba(83, 100, 103, 0.44);
  box-shadow: 1px 6px 10px 1px rgba(83, 100, 103, 0.44);
  text-indent: 1.5em;
}

#tab-related .box-product > div > a {
  display: none;
}

.tags {
  display: block;
  margin-bottom: 20px;
}
.tags2 {
  font-weight: 600;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px;
  font-style: normal;
  padding-right: 10px;
}
.tags a {
  padding: 2px 5px;
  margin: 5px 2px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-color: #fafafa;
  color: #404040;
  text-decoration: none;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 12px;
}
.tags a i {
  padding: 2px;
  margin: 0px 5px 0px 0px;
}
.tags a:hover {
  background-color: #404040;
  color: #fff;
}
.review-list {
  padding: 0px;
  overflow: auto;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating img {
  padding-left: 10px;
}
.review-list .text {
  clear: both;
  padding: 10px 6px;
  border: 1px solid #eee;
  position: relative;
}
.review-list .text:before {
  content: "";
  left: 20px;
  margin: 0px -8px 0px 0px;
  top: -7px;
  position: absolute;
  background-color: #eee;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.review-list .text:after {
  content: "";
  left: 20px;
  margin: 0px -8px 0px 0px;
  top: -5px;
  position: absolute;
  background-color: #fff;
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: none;
}

.attribute {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  background: #f7f7f7;
  text-align: center;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: 600;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #4d4d4d;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.compare-info .button i {
  margin-right: 0px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  background: #f7f7f7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
.compare-info td {
  padding: 10px 5px;
  width: 20%;
  color: #4d4d4d;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  color: #e16e6e;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
/* wishlist */
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info thead td {
  color: #4d4d4d;
  font-weight: 600;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info tbody .image img {
  border: 1px solid #dddddd;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info tbody .price s {
  color: #f00;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.login-content {
  margin-bottom: 20px;
  overflow: auto;
}
.login-content .left {
  float: left;
  width: 48%;
}
.login-content .right {
  float: right;
  width: 48%;
}
.login-content .left .content,
.login-content .right .content {
  min-height: 190px;
}
/* orders */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-detail {
  background: #efefef;
  font-weight: 600;
}
/* returns */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  overflow: auto;
  margin-bottom: 20px;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
/* cart */
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.cart-info td {
  padding: 7px;
}
.cart-info thead td {
  color: #4d4d4d;
  font-weight: 600;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info thead .name {
  text-align: left;
}
.cart-info thead .model {
  text-align: left;
}
.cart-info thead .quantity {
  text-align: left;
}
.cart-info thead .price {
  text-align: right;
}
.cart-info thead .total {
  text-align: right;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.cart-info tbody .image img {
  border: 1px solid #dddddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .name {
  text-align: left;
}
.cart-info tbody .model {
  text-align: left;
}
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type="image"],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price {
  text-align: right;
}
.cart-info tbody .total {
  text-align: right;
}
.cart-info tbody span.stock {
  color: #f00;
  font-weight: 600;
}
.cart-module > div {
  display: none;
}
.cart-total {
  border-top: 1px solid #dddddd;
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px;
}
.cart-total table {
  float: right;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
/* checkout */
.step {
  background-color: #22b699;
  color: #ffffff;
  margin: 0px 10px 0px -10px;
  padding: 10px 20px;
  position: relative;
}
.step:before {
  content: "";
  background-color: #22b699;
  display: block;
  height: 12px;
  right: -3px;
  margin: 0px 0px 0px -8px;
  position: absolute;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}
.checkout-heading {
  border-bottom: 2px solid #ffffff;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #555555;
  margin: 15px 0px;
  height: 19px;
  overflow: hidden;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
  color: #000000 !important;
}
.checkout-heading a:hover {
  color: #000000 !important;
  font-weight: bold;
  font-size: 15px;
}

.checkout-content {
  padding: 0px 10px 15px;
  display: none;
  overflow: auto;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
  background: #273664;
  overflow: auto;
  padding: 0px 0px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}

.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product thead td {
  color: #4d4d4d;
  font-weight: 600;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
.contact-info {
  overflow: auto;
}
.contact-info .left {
  float: left;
  width: 48%;
}
.contact-info .right {
  float: left;
  width: 48%;
}
.contact-info i {
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: #404040;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #22b699;
  color: #fff;
}
h2.h2ContactUs {
  background-color: #e5e5e5;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
}
.h2ContactUs:before {
  content: "";
  left: 50px;
  bottom: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e5e5e5;
}
.contact-info .content {
  border: 0px !important;
}

.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}
.sitemap-info ul li {
  list-style-type: none;
  position: relative;
}
.sitemap-info ul li a {
  background-color: #fff;
  border: 1px solid #273664;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #273664;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin: 2px;
  min-width: 150px;
  padding: 5px;
  text-decoration: none;
}
.sitemap-info ul li ul li a {
  background-color: #273664;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  margin: 2px;
  min-width: 150px;
  padding: 5px;
  text-decoration: none;
}
.sitemap-info ul li ul {
  margin: 10px 0px;
}
.sitemap-info ul li ul li:first-child:before {
  margin-top: 10px;
  content: "";
  left: 5%;
  top: -16px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #273664;
}
.sitemap-info ul li a:hover {
  background-color: #404040;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* footer */
.footer-100 {
  display: inline-block;
  position: relative;
  bottom: -15px;
  background-color: #444444;
  width: 100%;
  left: 0px;
  clear: both;
}
#footer {
  clear: both;
  min-height: 230px;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer h6 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  padding: 15px 0px 10px;
  font-weight: normal;
}
#footer .column {
  float: left;
  width: 25%;
  min-height: 100px;
  margin-left: 0px;
  margin-bottom: 10px;
}
#footer .column ul {
  margin-top: 0px;
  padding-left: 4px;
}
#footer .column ul li {
  margin-bottom: 8px;
  list-style-type: none;
  box-sizing: border-box;
  height: 20px;
}
#footer .column a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica", "Ubuntu", sans-serif;
  font-size: 14px;
  width: 190px;
  height: 100%;
  text-align: left;
}
#footer .column a:hover {
  background: #3e414a;
  border-bottom: solid 1px #273664;
}
.footcont1:hover {
  background: #3e414a;
  border-bottom: solid 1px #273664;
  padding-left: 10px;
}
#footer .column tr {
  display: block;
  margin-bottom: 2px;
}
.footicon {
  height: 23px;
  width: 23px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
}
.footicon:hover {
  background: #000;
}
#footmob {
  background: url("../image/redesign/phonefoot.png") center center no-repeat;
}

#footmob:hover {
  background: rgba(39, 54, 100, 0.2) url("../image/redesign/phonefoot.png") center center no-repeat;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footemale {
  background: url("../image/redesign/mailfoot.png") center center no-repeat;
}
#footemale:hover {
  background: rgba(39, 54, 100, 0.2) url("../image/redesign/mailfoot.png") center center no-repeat;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footwwww {
  background: url("../image/redesign/www.png") center center no-repeat;
}
#footwwww:hover {
  background: rgba(39, 54, 100, 0.2) url("../image/redesign/www.png") center center no-repeat;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footfb {
  background: url("../image/redesign/fbfoot.png") center center no-repeat;
}
#footfb:hover {
  background: rgba(39, 54, 100, 0.2) url("../image/redesign/fbfoot.png") center center no-repeat;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footcont {
  padding-left: 10px;
  color: #fff;
}

.social-100 {
  display: inline-block;
  position: relative;
  bottom: -10px;
  background-color: #fff;
  border-top: 1px solid #efefef;
  width: 100%;
  left: 0px;
}
#social {
  clear: both;
  display: table;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#social a i {
  font-size: 30px;
  color: #cdcdcd;
  margin: 15px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#social a i:hover {
  color: #22b699;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.myworld {
  height: 26px;
  width: 26px;
  vertical-align: top;
  display: inline-block;
  background: #ccc url("../image/myworld.png") 50% no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  top: 1px;
}
.odnoklassniki {
  height: 26px;
  width: 26px;
  vertical-align: top;
  display: inline-block;
  background: #ccc url("../image/odnoklassniki.png") 50% no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  top: 1px;
}

.powered-100 {
  display: inline-block;
  position: relative;
  background-color: #383e51;
  width: 100%;
  left: 0px;
  height: auto;
  min-height: 61px;
  font-family: Century Gothic;
}
#powered {
  text-align: left;
  float: left;
  display: table;
  position: relative;
  min-height: 61px;
  height: auto;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 61px;
}
.seo {
  width: 50%;
  max-width: 600px;
  float: left;
  min-height: 61px;
  height: auto;
  line-height: 61px;
  color: #ffffff;
}
#powered p {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ffffff;
  margin-left: 30px;
}
#powered p a {
  color: #a0a0a0;
}
/* banner */
.banner div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  text-align: center;

  padding: 0;
  margin: 0;
}
.powered_powered {
  display: inline-block;
}
.powered_oplata {
  float: right;
}
.powered_oplata a {
  opacity: 0.8;
}
.powered_oplata a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.banner div img {
  margin: none;
  padding: none;
  border-bottom: solid 5px #5e0403;
}
#banner0 div {
  border-top: none;
}

/********************************* TOP-ICON *******************************/
#top ul {
  list-style: none outside none;
  margin: 0px;
  float: left;
  /*padding: 0 0 0 10px;*/
  padding-left: 10%;
}
#top > ul > li {
  float: left;
  position: relative;
  height: 53px;
  width: auto;
  padding: 0 10px;
  z-index: 10;
  margin-right: 10px;
}
#top > ul > li > p {
  display: block;
  margin-bottom: 0px;
}
.right-logo {
  position: absolute;
  right: 0px;
  width: 250px;
  height: 150px;
}
.headinfo {
  /*float: left;*/
  position: absolute;
  top: 90%;
  left: 10%;
  top: 90%;
  left: 10%;
  width: 50%;
}
body #top > ul > .headinfo .headphone {
  display: inline-block !important;
  top: 3px;
  height: 33px;
  padding-right: 8px;
}
body #top > ul > .headinfo .headmobile {
  display: inline-block !important;
  top: 3px;
  height: 33px;
  padding-right: 8px;
}
body #top > ul > .headinfo .headworktime {
  display: inline-block !important;
  top: 3px;
  height: 33px;
  padding-right: 8px;
}
body #top > ul > .headinfo .heademail {
  display: inline-block !important;
  top: 3px;
  height: 33px;
  padding-right: 8px;
}

.headinfo {
  color: #444444;
  margin-left: 20px;
  /*float: left;*/
}
.headmobile {
  background: url("../image/redesign/viber.png") left center no-repeat;
  padding-left: 23px;
  line-height: 34px;
  margin-right: 20px;
}
.heademail {
  background: url("../image/redesign/mail1.png") left center no-repeat;
  padding-left: 30px;
  line-height: 33px;
  margin-right: 20px;
}
.headmobile:hover {
  background: url("../image/redesign/viber.png") left center no-repeat;
}
.heademail:hover {
  background: url("../image/redesign/mail.png") left center no-repeat;
}
/********************************* MY ACCOUNT *******************************/
.menu_head {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: inline-block;
  background: url("../image/myaccount.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /*Firefox*/
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /*Chrome1-9,Safari4-5*/
  -ms-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* IE10 */
  -o-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* Opera 11.10+ */
  -khtml-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* �� ����� */
}
.menu_name {
  display: inline-block;
  width: 135px;
  height: 31px;
  color: #5469a9;
  text-decoration: none;
  position: relative;
  border: solid 1px #5469a9;
  line-height: 31px;
  text-align: center;
}
.menu_name:hover {
  background: #e8eaf3;
  -webkit-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#top > ul > li:hover .menu_head {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu_head:hover {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top .myaccount {
  position: absolute;
  top: 30px;
  z-index: 5;
  text-align: left;
  width: 240px;
  font-size: 12px;
}
.menu_body {
  position: absolute;
  display: none;
  min-width: 180px;
  padding: 5px 0px 3px !important;
  margin: 1em 0px 1em !important;
  border-bottom: 3px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #22b699;
  font-size: 12px;
}
.menu_body:before {
  content: "";
  background-color: #22b699;
  display: block;
  height: 12px;
  width: 12px;
  left: 15px;
  margin: 0px 0px 0px -8px;
  position: absolute;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.menu_body li a {
  font-size: 12px;
}
.menu_body li .enter {
  color: #606060;
  background: url("../image/key.png") 10% 50% no-repeat;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  display: inline-block;
}
.menu_body li .enter:hover {
  text-decoration: underline;
  background: url("../image/key2.png") 10% 50% no-repeat;
}
.menu_body li .registr {
  color: #606060;
  background: url("../image/reg.png") 5% 50% no-repeat;
  padding: 10px 10px 10px 25px;
  text-decoration: none;
  display: inline-block;
}
.menu_body li .registr:hover {
  text-decoration: underline;
  background: url("../image/reg2.png") 5% 50% no-repeat;
}
.menu_body li .logged_account {
  color: #606060;
  background: url("../image/account.png") 5% 50% no-repeat;
  padding: 10px 10px 10px 25px;
  text-decoration: none;
  display: inline-block;
}
.menu_body li .logged_account:hover {
  text-decoration: underline;
  background: url("../image/account2.png") 5% 50% no-repeat;
}
.menu_body li .logged_close {
  color: #606060;
  background: url("../image/logged_close1.png") 50% 50% no-repeat;
  padding: 10px 10px 10px 15px;
  display: inline-block;
}
.menu_body li .logged_close:hover {
  background: url("../image/logged_close2.png") 50% 50% no-repeat;
}
.menu_body .li_menu_account {
  margin: -5px 0px 0px;
  padding: 0px 5px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  background: #eee;
  font-family: Arial, Helvetica, sans-serif;
}
.menu_body .li_menu {
  background: #fff;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu_body .li_menu.alt {
  background: #fafafa;
}
.menu_body .li_menu a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.menu_body .li_menu a:hover {
  padding: 10px;
  text-decoration: underline;
}
.menu_body .li_menu:hover {
  background: #eee;
}

/********************************* SEARCH *******************************/
.menu_head1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: inline-block;
  background: url("../image/icon-search.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.menu_name1 {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  text-shadow: 1px 0px 1px #dadada;
  position: relative;
  top: -8px;
  left: 0px;
  padding: 10px 10px 10px 8px;
}
#top > ul > li:hover .menu_head1 {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu_head1:hover {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu_body1 {
  position: absolute;
  display: none;
  width: 188px;
  padding: 5px 5px 3px !important;
  margin: 1em 0px 1em !important;
  border-bottom: 3px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #22b699;
}
.menu_body1:before {
  content: "";
  background-color: #22b699;
  display: block;
  height: 12px;
  width: 12px;
  left: 15px;
  margin: 0px 0px 0px -8px;
  position: absolute;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.menu_body1 li {
  background: #fff;
}
.menu_body1 li.alt {
  background: #fafafa;
}
.menu_body1 li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.menu_body1 li a:hover {
  padding: 10px;
  text-decoration: underline;
}
.menu_body1 li:hover {
  background: #eee;
}

/********************************* CURRENCY *******************************/
.menu_head2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: inline-block;
  background: url("../image/icon-money.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.menu_name2 {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  text-shadow: 1px 0px 1px #dadada;
  position: relative;
  top: -8px;
  left: 0px;
  padding: 10px 10px 10px 8px;
}
#top > ul > li:hover .menu_head2 {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu_head2:hover {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top .currency {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 7;
  text-align: left;
}
.menu_body2 {
  position: absolute;
  display: none;
  padding: 5px 5px 3px !important;
  margin: 1em 0px 1em !important;
  border-bottom: 3px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #22b699;
}
.menu_body2:before {
  content: "";
  background-color: #22b699;
  display: block;
  height: 12px;
  width: 12px;
  left: 15px;
  margin: 0px 0px 0px -8px;
  position: absolute;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.menu_body2 li {
  background: #fff;
  list-style: none;
}
.menu_body2 li.alt {
  background: #fafafa;
}
.menu_body2 li a {
  color: #333;
  text-decoration: none;
  padding: 6px;
  display: block;
}
.menu_body2 li a:hover {
  padding: 6px;
  text-decoration: underline;
}
.menu_body2 li:hover {
  background: #eee;
}

/********************************* LANGUAGE *******************************/
.menu_head3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
  background: #ccc;
  display: inline-block;
  background: url("../image/icon-language.png") 50% 50% no-repeat #22b699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.menu_name3 {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  text-shadow: 1px 0px 1px #dadada;
  position: relative;
  top: -8px;
  left: 0px;
  padding: 10px 10px 10px 8px;
}
#top > ul > li:hover .menu_head3 {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu_head3:hover {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top .language {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 8;
  text-align: left;
}
.menu_body3 {
  position: absolute;
  display: none;
  padding: 5px 5px 3px !important;
  margin: 1em 0px 1em !important;
  border-bottom: 3px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #22b699;
}
.menu_body3:before {
  content: "";
  background-color: #22b699;
  display: block;
  height: 12px;
  width: 12px;
  left: 15px;
  margin: 0px 0px 0px -8px;
  position: absolute;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.menu_body3 li {
  background: #fff;
  list-style: none;
}
.menu_body3 li.alt {
  background: #fafafa;
}
.menu_body3 li a {
  color: #333;
  text-decoration: none;
  padding: 6px;
  display: block;
}
.menu_body3 li a:hover {
  padding: 6px;
  text-decoration: underline;
}
.menu_body3 li:hover {
  background: #eee;
}

/****************************************************************/
/***************** Owl Carousel CSS File v1.24 ******************/
/****************************************************************/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed;
  margin: 10px -10px -18px;
  padding-top: 5px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -54px;
  right: -10px;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #22b699;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 0 0 0 -1px;
  padding: 0px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 18px;
  background: #273664;
  height: 42px;
  width: 42px;
  line-height: 42px;
}
.owl-theme .owl-controls .owl-buttons div:last-child {
  border-right: 1px solid #fff;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #22b699;
  background: #f9f9f9;
  border-right: 1px solid #f9f9f9;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0;
}
.owl-theme .owl-controls .owl-buttons div:active {
  background: #eee;
  border-right: 1px solid #eee;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #22b699;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.item {
  margin: 10px;
  max-width: 200px;
  text-align: center;
}
#column-right .item {
  text-align: left !important;
}
#column-left .item {
  text-align: left !important;
}
.item .image {
  display: block;
  position: relative;
}
.item .image .sale {
  display: inline-block;
  position: absolute;
  right: -8px;
  top: -8px;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.196);
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -khtml-border-radius: 50em;
  border-radius: 50em;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background-color: #e16e6e;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
}
.item .image img {
  padding: 0px;
  border: 0px;
}
.item .name a {
  color: #404040;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.item .price {
  display: block;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.item .cart {
  display: none;
}
.item .price-old {
  color: #e16e6e;
  text-decoration: line-through;
}
.item .price-new {
  font-weight: bold;
}
.item .rating {
  display: block;
  margin-bottom: 4px;
}

#column-right .owl-carousel {
  margin: -10px 0px;
}
#column-right .item {
  float: none;
  width: 198px !important;
  border-bottom: 1px solid #eee;
  min-height: 70px;
  padding: 15px 0 5px;
}
#column-right .item:last-child {
  border-bottom: 0px solid #eee;
}
#column-right .item {
  display: table;
  margin: 0px !important;
  width: 198px;
}
#column-right .item .image {
  width: 60px;
  padding: 0 20px 0 0;
}
#column-right .item .info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#column-right .item .image .sale {
  font-size: 10px !important;
  font-weight: 600 !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  right: 6px !important;
  top: -4px !important;
}
#column-right .item:hover .info .name a {
  color: #22b699;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#column-left .owl-carousel {
  margin: -10px 0px;
}
#column-left .item {
  float: none;
  width: 198px !important;
  border-bottom: 1px solid #eee;
  min-height: 70px;
  padding: 15px 0 5px;
}
#column-left .item:last-child {
  border-bottom: 0px solid #eee;
}
#column-left .item {
  display: table;
  margin: 0px !important;
  width: 198px;
}
#column-left .item .image {
  width: 60px;
  padding: 0 20px 0 0;
}
#column-left .item .info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#column-left .item .image .sale {
  font-size: 10px !important;
  font-weight: 600 !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  right: 6px !important;
  top: -4px !important;
}
#column-left .item:hover .info .name a {
  color: #22b699;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#owl-example0 .owl-item img:hover {
  opacity: 0.8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#owl-example0 .owl-controls {
  background-color: #f5f5f5;
  border-top: 1px solid #ededed;
  margin: 10px -15px -24px;
  padding-top: 5px;
  text-align: center;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #c1c1c1;
  margin-bottom: 3px;
}
#progressBar {
  width: 100%;
  background: #ededed;
}

/****************************************************************/
/*************** Owl Carousel CSS File v1.24 END ****************/
/****************************************************************/

/****************************************************************/
/************************ News Module ***************************/
/****************************************************************/

.box-news {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 30px;
  overflow: auto;
  width: 160px;
}
#column-left .box-news {
  display: inline-block;
  vertical-align: top;
  margin: 0 0px 30px;
  overflow: auto;
  width: 200px;
}
#column-right .box-news {
  display: inline-block;
  vertical-align: top;
  margin: 0 0px 30px;
  overflow: auto;
  width: 200px;
}
#column-left + #column-right + #content .box-news {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 30px 0;
  overflow: auto;
  width: 328px;
}

.content-news {
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px;
}
.content-news .news {
  width: 100%;
}
.content-news .news a {
  text-decoration: none;
}
.content-news .news h3 {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  text-shadow: 0 1px 1px silver;
  margin-top: 0;
  margin-bottom: 5px;
}
.content-news .news p {
  margin: 5px 0;
}
.content-news .news .image {
  width: auto;
  float: right;
  margin: 5px;
}
.box-news h4 {
  min-height: 36px;
  margin: 0 0 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  font-weight: 600;
}
.box-news p {
  margin-top: 0;
  margin-bottom: 5px;
}
.newsa {
  color: #000 !important;
  font-size: 14px !important;
}
.addthis {
  padding: 10px 0px;
}
.newsimage img {
  float: left;
  margin: 0px 5px 10px 0px;
  padding: 2px 2px 0px 2px;
  border: 2px solid #eee;
}
#column-right .newsimage img {
  margin: 0px 5px 0px 0px;
  width: 60px;
}
#column-left .newsimage img {
  margin: 0px 5px 0px 0px;
  width: 60px;
}
#column-right .box-news h4 {
  min-height: 18px;
}
#column-left .box-news h4 {
  min-height: 18px;
}

/****************************************************************/
/************************ News Module END ***********************/
/****************************************************************/

/****************************************************************/
/********************* FLEXSLIDER SLIDESHOW *********************/
/****************************************************************/

.slideshow {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-bottom: 10px solid #f5f5f5;
  border-top: 5px solid #22b699;
  position: relative;
}
/* ����� �������� �������� */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider a img {
  outline: none;
  border: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
/* �������� ������ ����� ��������� ���-������� */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* ������ ���������� ����������� ��� .slides */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* �������� ����� �������� */
.flexslider {
  position: relative;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
/* �� ������ �������� ��� ���� ����������*/
.flex-container {
  min-width: 150px;
  max-width: 1220px;
  overflow: hidden;
}
.flexslider .slides {
  zoom: 1;
}
/* ������ ���������. ����� */
.flex-direction-nav a {
  display: block;
  position: absolute;
  width: 45px;
  height: 118px;
  top: 39%;
  cursor: pointer;
  text-indent: -9999px;
}
#column-left + #column-right + #content .flex-direction-nav a {
  top: 32%;
}
#column-left + #content .flex-direction-nav a {
  top: 36%;
}
#column-right + #content .flex-direction-nav a {
  top: 36%;
}

.flex-direction-nav .flex-next {
  right: 0;
  background: url(../image/arrows2.0.png) -75px 50% no-repeat;
}
.flex-direction-nav .flex-prev {
  left: 0;
  background: url(../image/arrows2.0.png) no-repeat;
}
/* ������ ���������. ���������� */
.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: -40px;
  text-align: center;
  margin: 0 0 0 -10px;
  display: none;
}
.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #b6b6b6 \9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
  -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
  box-shadow: inset 0 0 0 2px #b6b6b6;
}
.flex-control-paging li a.flex-active {
  background-color: #82d344;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
  background-image: -webkit-linear-gradient(top, #82d344, #51af34);
  background-image: -moz-linear-gradient(top, #82d344, #51af34);
  background-image: -o-linear-gradient(top, #82d344, #51af34);
  background-image: linear-gradient(to bottom, #82d344, #51af34);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ������� � ����������� */
.flexslider .slides p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: white;
  background-color: #222222;
  background: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/****************************************************************/
/******************** FLEXSLIDER SLIDESHOW END ******************/
/****************************************************************/

/****************************************************************/
/************************** CAROUSEL ****************************/
/****************************************************************/

.jcarousel-skin-opencart .jcarousel-container {
}
.jcarousel-skin-opencart .jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-skin-opencart .jcarousel-container-horizontal {
  padding: 0px 40px;
}
.jcarousel-skin-opencart .jcarousel-clip {
  overflow: hidden;
  width: 100%;
}
.jcarousel-skin-opencart .jcarousel-clip-horizontal {
}
.jcarousel-skin-opencart .jcarousel-item {
  text-align: center;
}
.jcarousel-skin-opencart .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}
.jcarousel-skin-opencart .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-opencart .jcarousel-next-horizontal {
  position: absolute;
  top: 26px;
  right: 4px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  background: url("../image/icon-arrowright.png") 50% no-repeat #22b699;
  background-size: 16px 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /*Firefox*/
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /*Chrome1-9,Safari4-5*/
  -ms-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* IE10 */
  -o-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* Opera 11.10+ */
  -khtml-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* �� ����� */
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background: url("../image/button-previous.png") center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover,
.jcarousel-skin-opencart .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-next-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal,
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background: none;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal {
  position: absolute;
  top: 26px;
  left: 4px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  background: url("../image/icon-arrowleft.png") 50% no-repeat #22b699;
  background-size: 16px 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /*Firefox*/
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /*Chrome1-9,Safari4-5*/
  -ms-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* IE10 */
  -o-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* Opera 11.10+ */
  -khtml-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); /* �� ����� */
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover {
  background-color: #404040;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 0px;
  background: url("../image/button-next.png") center no-repeat;
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover,
.jcarousel-skin-opencart .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background: none;
}

/****************************************************************/
/************************** CAROUSEL END ************************/
/****************************************************************/
/*color:#9e0039;*/
.horizontal-nav {
  background: #444444;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 41px;
  height: auto;
}
.horizontal-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}
.horizontal-nav ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 -1px 0 0;
  display: block;
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  vertical-align: top;
  position: relative;
  /*border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
}

.horizontal-nav ul li a {
  /*text-transform: uppercase;*/

  display: block;
  vertical-align: top;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  height: 41px;
  line-height: 41px;
}

.horizontal-nav ul li:hover {
  background: #000000;
  /*background: #FF69B4;*/
}
.horizontal-nav ul li a:active {
  background: #000000;
  /*background: #FF69B4;*/
}

/**************************************contact-trc************************************/
.contact-trc {
  position: absolute;
  margin-left: 50%;
  margin-right: 2%;
  margin-top: -5%;
  width: 10%;
  color: #fff;
  background: #ff9999;
  border: 1px solid #9e0039;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
.contact-trc h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.contact-trc p {
  font-size: 14px;
  color: #fff;
  font-weight: italic;
}
.contact-trc:hover {
  position: absolute;
  margin-left: 50%;
  margin-right: 2%;
  margin-top: -5%;
  width: 10%;
  color: #fff;
  background: #9e0039;
  border: 1px solid #9e0039;
  padding: 10px;
  border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
strong {
  font-style: normal;
}
.headinfo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.headinfo ul li {
  display: inline-block;
  /*float: left;*/
}
.headsocial {
  bottom: 20px;
  height: 26px;
  position: absolute;
  right: 23%;
}
.headsocial ul {
  display: inline-block;
  list-style-type: none;
  margin-top: 0;
  margin-left: 90px;
}
.headsocial ul li {
  float: left;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: block;
}
#inst {
  background: url("../image/redesign/inst.png") center no-repeat;
}
#vk {
  background: url("../image/redesign/vk.png") center no-repeat;
}
#fb {
  background: url("../image/redesign/fb.png") center no-repeat;
}
#inst:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#vk:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#fb:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.headsocial ul li a {
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.banner_wrap {
  width: 100%;
  height: auto;
  background: url("../image/redesign/bg-dark0.png") repeat;
}
.nocarousel {
  display: none;
}
li .parentmenu {
  position: relative;
}
ul #submenu {
  list-style-type: none;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 100;
  background: none;
  top: 41px;
  left: 0;
  display: none;
}
.parentmenu:hover #submenu {
  display: block;
}
ul #submenu li {
  width: 100%;
  height: 29px;
  display: block;
  margin-bottom: 2px;
  float: none;
  padding: 0;
  margin: 0;
}
ul #submenu li:hover {
  background: none;
}
ul #submenu li a {
  color: #000;
  font-size: 14px;
  height: 29px;
  background: rgba(230, 230, 230, 0.9);
  border-bottom: solid 1px #ffffff;
  width: 124px;

  line-height: 29px;
  text-align: left;
  padding-left: 18px;
}
ul #submenu li a:hover {
  background: #000000;
  /*background: #FF69B4;*/
  color: #ffffff;
}
ul #submenu li a:last-child {
  border-bottom: 1px solid transparent;
}
.horizontal-nav ul li .parentmenu a:hover #submenu {
  display: block;
  top: 0;
}
.categori {
  margin: 20px auto;
}
.categori-heading {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #273664;
  margin-bottom: 15px;
}
.categori-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.categori-product div {
  float: left;
  width: 289px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
.categori-product div:last-child {
  display: none;
}
.categori-product div div:last-child {
  display: block;
}
.categori-product div:hover {
  -webkit-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.55);
  box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.55);
  padding-bottom: -5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.categori-product div .name {
  height: 65px;
  width: 260px;
  z-index: 50;
  position: absolute;
  left: 2px;
  bottom: 5px;
  background: rgba(39, 54, 100, 0.6);
  padding: 12px;
}
.categori-product div .image {
  height: auto;
  width: inherit;
  z-index: 10;
  clear: both;
}
.categori-product div .name a {
  display: table-cell;
  border: solid 1px #ffffff;
  width: 260px;
  height: 65px;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}

.advantages {
  width: 100%;
  height: auto;
  min-height: 800px;
  background: #273664;
}
.advantagestext {
  width: 50%;
  height: auto;
  min-height: 800px;
  float: left;
}
.advantagesimg {
  width: 50%;
  background: url("../image/redesign/adv.jpg") top center no-repeat;
  background-size: cover;
  height: auto;
  min-height: 800px;
  float: left;
}
.advantagestext {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 45px 20px 20px 20px;
  color: #ffffff;
  text-align: justify;
}
.advtext {
  width: 100%;
  height: auto;
  min-height: 140px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.advtext1 {
  width: 172px;
  height: 140px;
  float: left;
}
#adv1 {
  background: url(../image/redesign/advantages3.png) top center no-repeat;
}
#adv2 {
  background: url(../image/redesign/advantages2.png) top center no-repeat;
}
#adv3 {
  background: url(../image/redesign/advantages1.png) top center no-repeat;
}
.advtext1 span {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-top: 90px;
}
.advantagestext h1 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.advtext2 p {
  text-indent: 2.5em;
}
.advtext2 p:nth-child(2) {
  text-indent: 0;
}
.advtext2 {
  padding: 0 20px;
  height: auto;
}
.maintext {
  width: 97%;
  height: auto;
  min-height: 261px;
  margin-top: 62px;
  text-align: justify;
  text-indent: 2.5em;
}
.maintext p:first-child {
  text-indent: 0;
}
.cat-left {
  height: auto;
  min-height: 210px;
  width: auto;
  min-width: 225px;
  margin-bottom: 16px;
}
.cat-heading {
  height: 42px;
  /*background: #273664;*/
  background: #444444;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  text-transform: uppercase;
}
ul.left-category {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #273664;
  background: #f7f7f7;
}
.left-category li {
  width: inherit;
  border-left: solid 1px #9a9a9a;
  border-right: solid 1px #9a9a9a;
  border-bottom: solid 1px #9a9a9a;
  line-height: 55px;
  padding-left: 10px;
  position: relative;
}
.left-category li a {
  color: #273664;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.left-category a:hover {
  /*color: #5e0403;
	color: #FF69B4;*/
  color: #000000;
  font-weight: bold;
}
.left-category li:last-child {
  border-bottom: solid 5px #9a9a9a;
}
ul.left-submenu {
  list-style-type: none;
  padding-left: 0;
  margin-left: -20px;
  display: none;
}
ul.showing_menu {
  display: block;
}
ul li .activeli ul .left-submenu {
  display: block;
}
ul.left-submenu li {
  padding: 0 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: dotted 1px #d0d3db;
  line-height: 35px;
}
ul.left-submenu li a {
  margin-left: 40px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
ul.left-submenu li:last-child {
  border-bottom: none;
}
.arrow1 {
  display: block;
  height: 17px;
  width: 17px;
  background: url("../image/redesign/elips2.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.arrow2 {
  display: block;
  height: 17px;
  width: 17px;
  background: url("../image/redesign/elips1.png") no-repeat;
  position: absolute;
  /*right: 20px;*/
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.attribute_box {
  font-size: 14px;
}
.option_name {
  color: #273664;
}
input [type="checkbox"] {
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: solid 1px #9a9a9a;
}
* [type="checkbox"] {
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: solid 1px #9a9a9a;
}
div .htabs a.selected {
  border-top: 5px solid #5e0403;
  color: #5e0403;
}
.option-image {
  height: auto;
  width: 95%;
}
#button-cart {
  height: 47px;
  width: 203px;
  background: #273664;
  color: #fff;
  border: solid 1px #fff;
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.29);
  border-radius: 0;
  margin: -5px 35px 0 0;
  font-size: 20px;
  background-image: url("../image/redesign/backet2.png") left center no-repeat;
}
#minus {
  margin-left: 15px;
  margin-right: -6px;
}
#plus {
  margin-left: -6px;
}
.product-description h1 {
  font-size: 15px;
  font-weight: bold;
}
.new {
  height: 66px;
  width: 66px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url("../image/redesign/new.png") center center no-repeat;
  z-index: 999;
}
.but_cart_img {
  display: block;
  width: 48px;
  height: 26px;
  background: url("../image/redesign/backet2.png") center center no-repeat;
  left: 18px;
  position: absolute;
  top: 10px;
}
#cboxNext,
#cboxPrevious,
#cboxClose {
  margin: 0 5px;
  cursor: pointer;
}
#cboxClose {
  color: red;
}
#tab-attribute {
  display: block !important;
  clear: both;
  width: auto;
  max-width: 265px;
}
/**************************************end contact-trc************************************/
body .ys-style-default,
body .yaslider-box,
body .ys-slide {
  width: 100% !important;
}
@media screen and (max-width: 980px) {
  #header #logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  #logo a {
    display: block;
  }
  #header > .top-100 {
    float: none;
  }
  .headsocial {
    right: 21%;
  }
  .horizontal-nav ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages {
    min-height: 900px;
  }
  .advantagesimg {
    min-height: 900px;
  }
  .tn-box p {
    /* width: 360px; */
    position: relative;
    margin: 0 auto 20px auto;
    padding: 25px 15px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
  }
  .tn-box {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default;
  }
  /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}	*/
}
@media only screen and (max-width: 992px) {
  .black-sale {
    width: 21% !important;
    height: 20% !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .advantagestext {
    width: 100%;
    height: auto;
    min-height: 650px;
  }
  .advtext {
    justify-content: space-around;
  }
  .advantagesimg {
    display: none;
  }
  .advantages {
    min-height: 650px;
  }
  .parentmenu:hover #submenu {
    display: none;
  }
  .headinfo {
    top: -150px !important;
  }
  .tn-box p {
    /* width: 360px; */
    position: relative;
    margin: 0 auto 20px auto;
    padding: 25px 15px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
  }
  .tn-box {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default;
  }
  /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
}
@media screen and (max-width: 1100px) {
  #menu ul {
    margin-left: 1%;
  }

  @media screen and (max-width: 1000px) {
    .ys-slide > .ys-p-image {
      left: 65%;
    }
    #menu ul {
      margin-left: 5%;
      width: 90%;
    }
    .right-logo {
      display: none;
    }
    #top #cart {
      z-index: 9;
      min-width: 30px;
      min-height: 52px;
      height: auto;
      left: 40%;
      position: relative;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
  @media screen and (max-width: 870px) {
    #powered,
    .seo {
      width: 100%;
      min-height: 20px;
      margin-left: 15px;
      line-height: 20px;
    }
    .advantages {
      min-height: 750px;
    }
    #powered p {
      margin-left: 0;
    }
    .right-logo {
      display: none;
    }
    #top #cart {
      z-index: 9;
      min-width: 30px;
      min-height: 52px;
      height: auto;
      left: 40%;
      position: relative;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
  @media screen and (max-width: 760px) {
    .product-info h1 {
      background: #e8eff0 none repeat scroll 0 0;
      color: #010101;
      text-decoration: none;
      font-size: 24px;
      margin: 0 auto 20px;
      font-weight: normal;
      height: 70px;
      line-height: 30px;
      text-align: center;
      padding-left: 10%;
      text-decoration: none;
      width: 89%;
      -webkit-box-shadow: 0px 4px 5px 2px rgba(83, 100, 103, 0.44);
      -moz-box-shadow: 0px 4px 5px 2px rgba(83, 100, 103, 0.44);
      box-shadow: 0px 4px 5px 2px rgba(83, 100, 103, 0.44);
    }
    #column-left {
      float: left;
      width: 95%;
      margin-bottom: 20px;
    }
    .ys-slide > .ys-p-image {
      left: 95%;
    }
    .ys-p-name,
    .ys-p-price,
    .ys-p-buy,
    .ys-p-details {
      top: 87% !important;
      left: 38% !important;
    }
    .headsocial ul {
      margin-left: 0;
    }
    .advantages {
      min-height: 850px;
    }
    #container > #column-left {
      display: block;
      /*float: none;*/
      margin: 0 auto;
    }
    #column-left .box {
      display: none;
    }
    .cat-left {
      float: left;
      height: auto;
      margin: 10px auto;
      min-height: 210px;
      min-width: 225px;
      position: relative;
      /*width: 290px;*/
      width: 100%;
      z-index: 10;
    }
    .left-category li {
      line-height: 40px;
    }
    .product-grid {
      justify-content: space-around;
    }
    .product-filter {
      width: 95%;
    }
    .product-filter .sort {
      float: left;
    }
    .category-details .product-filter .limit {
      float: right;
    }
    .arrow1,
    .arrow2 {
      top: 10px;
    }
    #tovar + #column-left {
      display: none;
    }
    .right-logo {
      display: none;
    }
    #preloader {
      display: none;
    }
    .headsocial {
      display: none;
    }
    .headinfo {
      margin-top: 35% !important;
      margin-left: 35% !important;
      margin-bottom: 15px !important;
    }
    #header #logo {
      margin-bottom: 100px !important;
    }
    .headinfo {
      top: -150px !important;
      left: -10%;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }

  @media screen and (max-width: 640px) {
    .horizontal-nav ul li {
      float: none;
      text-align: center;
    }

    .product-info .cart-inside {
      width: auto;
      font-size: 17px;
    }
    .product-info .cartbutton {
      position: absolute;
      top: 66px;
    }
    .product-description {
      margin-top: 70px;
    }
    .advantages {
      min-height: 900px;
    }
    .colorbox {
      width: 50% !important;
    }
    .right-logo {
      display: none;
    }
    #preloader {
      display: none;
    }
    .headsocial {
      display: none;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }

  @media screen and (max-width: 500px) {
    #button-cart {
      font-size: 15px;
      width: 190px;
    }
    .advantages {
      min-height: 980px;
    }
    .colorbox {
      width: 50% !important;
    }
    .headsocial {
      display: none;
    }
    .right-logo {
      display: none;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
  @media screen and (max-width: 470px) {
    .cat-left {
      idth: 200px;
    }
    .colorbox {
      width: 50% !important;
    }
    .right-logo {
      display: none;
    }
    #preloader {
      display: none;
    }
    .headsocial {
      display: none;
    }
    .headinfo {
      display: inline-block;
      right: 36px;
      margin-top: 35% !important;
      margin-left: 35% !important;
      margin-bottom: 15px !important;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
  @media screen and (max-width: 425px) {
    .ys-slide > .ys-p-image {
      left: 122%;
      top: 43%;
    }
    .ys-p-name,
    .ys-p-price,
    .ys-p-buy,
    .ys-p-details {
      top: 88% !important;
      left: 18% !important;
    }
    .ys-slide .ys-p-name a {
      font-size: 20px;
    }
    .advantages {
      min-height: 1030px;
    }
    .colorbox {
      width: 50% !important;
    }
    .right-logo {
      display: none;
    }
    #preloader {
      display: none;
    }
    .headsocial {
      display: none;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
  @media screen and (max-width: 370px) {
    .ys-slide > .ys-p-image {
      left: 130%;
      top: 46%;
    }
    .ys-p-name,
    .ys-p-price,
    .ys-p-buy,
    .ys-p-details {
      top: 84% !important;
      left: 3% !important;
    }
    .colorbox {
      width: 50% !important;
    }
    .right-logo {
      display: none;
    }
    #preloader {
      display: none;
    }
    .headsocial {
      display: none;
    }
    #top #cart {
      z-index: 9;
      min-width: 30px;
      min-height: 52px;
      height: auto;
      left: 40%;
      position: relative;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
  /******************************/

  @media screen and (max-width: 470px) {
    .product-info {
      margin-bottom: 55px;
    }

    .option-image li {
      margin-bottom: 20px;
    }
    .colorbox {
      width: 50% !important;
    }
    .right-logo {
      display: none;
    }
    #preloader {
      display: none;
    }
    #top #cart {
      z-index: 9;
      min-width: 30px;
      min-height: 52px;
      height: auto;
      left: 40%;
      position: relative;
    }
    .tn-box p {
      /* width: 360px; */
      position: relative;
      margin: 0 auto 20px auto;
      padding: 25px 15px;
      text-align: center;
      border-radius: 5px;
      color: #fff !important;
    }
    .tn-box {
      width: 90%;
      margin: 0 auto 20px auto;
      padding: 5px 5px;
      border-radius: 5px;
      color: #fff;
      display: flex;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      cursor: default;
    }
    /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
  }
}
/**Uvedomlenie*****/
.tn-box p {
  /* width: 360px; */
  position: relative;
  margin: 0 auto 20px auto;
  padding: 25px 15px;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
}
.tn-box {
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 5px 5px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: default;
}

.simplecheckout-cart .name a {
  color: #000000 !important;
  font-weight: bold !important;
  font-size: 15px !important;
}

td .name a {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

@media (max-width: 1000px) {
  #top #cart .heading {
    right: 3px;
  }
  #top #cart span {
    right: 0;
  }
  #top #cart {
    left: auto !important;
    right: 0 !important;
  }
  .tn-box p {
    /* width: 360px; */
    position: relative;
    margin: 0 auto 20px auto;
    padding: 25px 15px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
  }
  .tn-box {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default;
  }
  /*.tn-box p:before {
		text-align: center;
		border: 3px solid rgba(255, 255, 255, 1);
		margin-top: -17px;
		/* top: 83%; *
		left: 0;
		width: 30px;
		content: 'i';
		font-size: 30px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}*/
}
@media (max-width: 300px) {
  .top-100 {
    width: 95%;
  }
  .headinfo {
    margin-top: 23% !important;
  }
  .tn-box p {
    /* width: 360px; */
    position: relative;
    margin: 0 auto 20px auto;
    padding: 25px 15px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
  }
  .tn-box {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default;
  }
  .tn-box p:before {
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-top: -17px;
    /* top: 83%; */
    left: 0;
    width: 30px;
    content: "i";
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
}
.dropdown-address > li > a {
  color: #000000 !important;
}
textarea {
  width: 100%;
  height: 5vh;
}

.simple-content {
  margin: 0px 5px;
}
.simple-content fieldset {
  text-align: left;
}

.simple-content fieldset h3 {
  margin: 0;
}
.simple-content .name {
  float: none !important;
}
.simple-content .button,
#simplecheckout_login .button {
  margin: 0px !important;
}
.simple-content .buttons {
  margin: 0px 0px 15px 0px;
  border: none;
}
.simple-content .form-control {
  width: 100%;
}
#simplecheckout_login .buttons {
  margin: 0;
  border: none;
  background: inherit !important;
  padding: 0px !important;
}
.simplecheckout {
  width: 100%;
}
.simplecheckout:after {
  content: "";
  display: block;
  clear: both;
}
.simplecheckout-button-block:after {
  content: "";
  display: block;
  clear: both;
}
.simplecheckout-three-column {
  float: left;
  margin-right: 2%;
  min-width: 200px;
  max-width: 500px;
  width: 32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
  margin-right: 0px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .simplecheckout-three-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100%;
  }
  .ul {
    width: 300px;
  }
  .headinfo {
    display: inline-block;
    right: 36px;
    margin-top: 23% !important;
    margin-left: 35% !important;
    margin-bottom: 15px !important;
  }
}
.simplecheckout-left-column {
  float: left;
  margin-right: 10px;
  min-width: 280px;
  max-width: 900px;
  width: 52%;
}
.simplecheckout-right-column {
  float: right;
  min-width: 280px;
  max-width: 900px;
  width: 46%;
}
@media only screen and (max-width: 1024px) {
  .simplecheckout-left-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
  }
  .simplecheckout-right-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .simplecheckout label.col-sm-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .simplecheckout label.col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.simplecheckout-block {
  clear: both;
  margin-bottom: 20px;
}
.simplecheckout-block-content {
  padding: 10px;
}
@media only screen and (min-width: 1200px) {
  .simplecheckout-block-content > fieldset:nth-of-type(2),
  .simplecheckout-block-content > fieldset:nth-last-of-type(2) {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
  }
}
.simplecheckout-block-content:after {
  content: "";
  display: block;
  clear: both;
}
.simpleregister {
  margin-bottom: 5px;
}
.simpleregister-block-content {
  margin-bottom: 10px;
  padding: 10px;
}
@media only screen and (min-width: 1200px) {
  .simpleregister-block-content > fieldset:nth-of-type(2),
  .simpleregister-block-content > fieldset:nth-last-of-type(2) {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
  }
}
.simpleregister-block-content:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .simpleregister-block-content .simplecheckout-customer {
    width: 100%;
  }
}
.simpleregister-button-block {
  overflow: auto;
  margin-bottom: 20px;
  padding: 6px;

  background: none repeat scroll 0 0 #ffffff;
  text-align: right;
}
.simpleregister-button-right {
  float: right;
  text-align: right;
}
.simpleregister-button-left {
  float: left;
  text-align: left;
}
.simplecheckout-methods-table {
  width: 100%;
}
.simplecheckout-methods-table td.code {
  width: 1px;
}
.simplecheckout-methods-table td.title {
  padding: 5px;
}
.simplecheckout-methods-table td.title label {
  display: block !important;
}
.simplecheckout-methods-table td.quote {
  width: 15%;
  text-align: right;
}
.simplecheckout-methods-description {
  padding: 5px;
  margin: 5px 0px;
}
.simplecheckout-required {
  color: #ff0000;
  font-weight: bold;
}
.simplecheckout-button-block {
  clear: both;
  margin-bottom: 20px;
  padding: 6px;
  background: none repeat scroll 0 0 #ffffff;
  text-align: right;
}
.simplecheckout-button-right {
  float: right;
  text-align: right;
}
.simplecheckout-button-left {
  float: left;
  text-align: left;
}
.simplecheckout-button {
  display: inline-block;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  background: url("../image/button.png") top left repeat-x;
  -webkit-box-shadow: 0px 2px 2px #dddddd;
  -moz-box-shadow: 0px 2px 2px #dddddd;
  box-shadow: 0px 2px 2px #dddddd;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
  cursor: pointer;
  -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .simplecheckout-button-left {
    display: none;
  }
}
.simplecheckout-button:hover {
  background: url("../image/button-active.png") repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
  text-align: center;
}
.simplecheckout-login {
  display: inline-block;
}
.simplecheckout-login-left {
  width: 50%;
  text-align: left;
}
.simplecheckout-login-right {
  width: 50%;
  text-align: left;
}
.simplecheckout-login-right .button {
  float: left;
  margin: 0;
}
.simplecheckout-login-right input {
  max-width: 160px !important;
  text-align: left;
}
#simplecheckout_cart .form-control {
  display: inline-block !important;
  min-width: 50px;
}
.simplecheckout-cart {
  margin: 0px !important;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
/**********************************/
.simplecheckout-cart > tbody > tr > td.quantity > input {
  width: inherit;
}

.simplecheckout-table-form-right > input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.simplecheckout-table-form-right > select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.simplecheckout-block-content > textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/**********************************/
.simplecheckout-cart-total {
  padding: 7px 3px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: right;
}
.simplecheckout-cart-total:after {
  content: "";
  display: block;
  clear: both;
}
.simplecheckout-cart-total .buttons {
  background: inherit !important;
  padding: 0px !important;
}
.simplecheckout-cart-total input {
  margin-right: 0px !important;
  max-width: 100px;
}
.simplecheckout-cart-total span.inputs {
  margin: 0 3px 0 0 !important;
  display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type="text"] {
  margin: 0px;
}
.simplecheckout-cart-total-value {
  display: inline-block;
  margin: 0px 3px;
  min-width: 60px;
}
.simplecheckout-cart-total-remove {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.simplecheckout-cart-total-remove img {
  vertical-align: -2px;
  cursor: pointer;
}
.simplecheckout-cart col.image {
  width: 5%;
}
.simplecheckout-cart col.name {
}
.simplecheckout-cart col.model {
  width: 10%;
}
.simplecheckout-cart col.quantity {
}
.simplecheckout-cart col.price {
  width: 10%;
}
.simplecheckout-cart col.total {
  width: 10%;
}
.simplecheckout-cart col.remove {
  width: 7px;
}
.simplecheckout-cart th {
  padding: 8px;
  border-bottom: 1px solid #dddddd;
  background-color: #f8f8f8;
  color: #4d4d4d;
  font-weight: bold;
}
.simplecheckout-cart th.image {
  width: 1px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: static !important;
}
.simplecheckout-cart th.name {
  text-align: center;
}
.simplecheckout-cart .name {
  font-size: inherit !important;
}
.simplecheckout-cart th.model {
  text-align: center;
}
.simplecheckout-cart th.quantity {
  text-align: center;
}
.simplecheckout-cart .price {
  text-align: right;
  display: table-cell !important;
  font: inherit !important;
  font-weight: bold !important;
}
.simplecheckout-cart .total {
  text-align: right;
  display: table-cell !important;
  font: inherit !important;
  font-weight: bold !important;
}
.simplecheckout-cart .quantity {
  display: table-cell !important;
  float: none !important;
  position: static !important;
}
.simplecheckout-cart th.remove {
  width: 7px;
  text-align: center;
}
.simplecheckout-cart td {
  padding: 7px;
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
}
.simplecheckout-cart td.image {
  text-align: center;
  display: table-cell;
  vertical-align: middle !important;
  position: static !important;
}
.simplecheckout-cart td.name {
  text-align: center;
}
.simplecheckout-cart td.name div.image {
  display: none;
}
.simplecheckout-cart td.model {
  text-align: center;
}
.simplecheckout-cart td.quantity {
  min-width: 70px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
  float: none !important;
}
.simplecheckout-cart td.quantity .input-group {
  margin: auto !important;
}
.simplecheckout-cart td.quantity .quantity button {
  margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
  display: inline-block;
  border: 0px;
  cursor: pointer;
}
.simplecheckout-cart td.price {
  text-align: right;
  white-space: nowrap;
  display: table-cell !important;
  font: inherit !important;
}
.simplecheckout-cart td.total {
  text-align: right;
  white-space: nowrap;
  display: table-cell !important;
}
.simplecheckout-cart td.remove {
  padding-right: 3px;
  padding-left: 3px;
  width: 7px;
  vertical-align: top;
  text-align: center;
}
.simplecheckout-cart td.remove img {
  max-width: 30px !important;
  cursor: pointer;
}
.simplecheckout-cart td.product-warning {
  color: #ff0000;
  font-weight: bold;
}
.simplecheckout-cart td.right {
  vertical-align: middle;
  text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
  display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
  display: block;
}
.simplecheckout-scroll {
  overflow-y: scroll;
  max-height: 300px;
}
.simplecheckout-error-text {
  display: block;
  margin-top: 3px;
  color: #ff0000;
}
.simplecheckout-warning-text {
  margin: 5px 0;
  font-weight: bold;
}
.simplecheckout-warning-block {
  clear: both;
  margin-bottom: 15px;
  padding: 10px 10px 10px 33px;
  border: 1px solid #f8acac;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  text-align: left;
}
.simpleregister-warning-block {
  margin-bottom: 15px;
  padding: 10px 10px 10px 33px;
  border: 1px solid #f8acac;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  text-align: left;
}
.simplecheckout-proceed-payment {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
#simple_payment_address_block {
  margin-top: 15px;
}
.simplecheckout-customer-same-address {
  text-align: left;
  margin: 15px 0px;
}
#simplecheckout_login {
  margin: auto;
  text-align: center;
}
#simplecheckout_payment_form {
  padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
  display: block;
}
#simplecheckout_payment_form div.buttons {
  display: none;
}
#simplecheckout_login .simplecheckout-block-content {
  padding: 5px !important;
}
#simple_login_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  background-color: #000000;
}
#simple_login {
  position: fixed;
  z-index: 99991;
  display: none;
  padding: 5px;
  width: 300px;
  height: 250px;
  border: 1px solid #ffd9ff;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  background: none repeat scroll 0 0 #ffffff;
  -khtml-border-radius: 7px 7px 7px 7px;
}
#simple_login:after {
  content: "";
  display: block;
  clear: both;
}
#simple_login_header {
  padding: 0px 0px;
  text-align: right;
}
#simple_login_header img {
  margin: 0 0 0 auto;
}
.you-will-be-registered {
  font-weight: bold;
  margin-bottom: 10px;
}
.simplecheckout label,
.simpleregister label {
  display: inline-block !important;
  margin: 0;
}
.simplecheckout label input,
.simpleregister label input {
}
#simple_summary {
  display: none;
}
#simplecheckout_step_menu {
  margin-bottom: 10px;
}
.simple-step {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #d9d9d9;
  color: #000000;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  margin-bottom: 5px;
}
.simple-step-current {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #38b0e3;
  color: #ffffff;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  margin: 0px 5px;
}
.simple-step-completed {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #38b0e3;
  color: #ffffff;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.simplecheckout-summary-info {
  margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
  text-align: left;
}
.simplecheckout-summary-info td {
  text-align: left;
}
.simplecheckout-cart-buttons .buttons {
  border: none !important;
  padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
  border: none !important;
}
#temp_flat_container {
  text-align: center;
  margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
  border: 0 !important;
  padding: 0 !important;
}
#simplecheckout_comment textarea {
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
.simple-content input[type="text"],
.simple-content input[type="password"],
.simple-content input[type="email"],
.simple-content input[type="tel"],
.simple-content input[type="phone"],
.simple-content input[type="date"],
.simple-content input[type="time"],
.simple-content select,
.simple-content textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px !important;
}
.checkout-heading:after {
  content: "";
  display: block;
  clear: both;
}
.simple-content .checkout-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}
.checkout-heading span {
  display: inline-block !important;
  float: left;
}
.checkout-heading-button {
  float: right !important;
  display: inline-block !important;
}
.simplecheckout-select-address {
  text-align: left;
  margin-bottom: 10px;
}
.simple-captcha-container {
  margin-top: 5px;
}
.simplecheckout-tooltip {
  display: none;
}
#easyTooltip {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fde910;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 2px 2px #dddddd;
  -moz-box-shadow: 0px 2px 2px #dddddd;
  box-shadow: 0px 2px 2px #dddddd;
  opacity: 1 !important;
}
#easyTooltip:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
  cursor: pointer;
}

.simple-content .table-responsive {
  margin-bottom: 0 !important;
  border: none !important;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 640px) {
  .simplecheckout-cart col.image,
  .simplecheckout-cart th.image,
  .simplecheckout-cart td.image {
    display: none;
  }
  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model {
    display: none;
  }
  .simplecheckout-cart col.price,
  .simplecheckout-cart th.price,
  .simplecheckout-cart td.price {
    display: none;
  }
  .simplecheckout-cart td.name div.image {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #total_shipping span:first-child {
    max-width: 300px;
    display: inline-block;
  }
  td.quantity button[data-onclick*="Quantity"] {
    display: none;
  }
  /*.header-100 #header {
		height: 20vh!important;
	}
	.menu_name {
		margin: 50px 0;
	}
	#top #cart {
		margin: 50px 0;
		position: relative;
		top: 50px;
	}*/
}
@media only screen and (max-width: 420px) {
  #total_shipping span:first-child {
    max-width: 200px;
    display: inline-block;
  }
}
.row-customer_register .radio {
  display: inline-block !important;
  margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
  cursor: pointer;
  margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
  padding: 10px;
}
.simple-step-vertical-completed {
}
#agreement_checkbox {
  float: left;
  margin-right: 20px;
}
#agreement_checkbox .checkbox {
  margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
  border: 0;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  width: 100%;
  margin-top: 1px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.not_images_option {
  position: absolute;
  margin-top: -3%;
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 10.5px;
  background: white;
}
.not_images_option_mob {
  position: absolute;
  margin-top: -5%;
  margin-left: 5%;
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 10.5px;
  background: white;
}
.none {
  display: none;
}
/*************************/
@media screen and (max-width: 720px) {
  /*.banner_wrap{display: none!important;}*/
  .swiper-pagination {
    display: none !important;
  }
}
.inStoc {
  text-align: left;
  background-color: #ecf0f1;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  padding: 0px 10px 0 10px;
  color: #1abc9c;
  position: absolute;
  bottom: 3.2%;
  line-height: 1.72222;
}
.notStoc {
  text-align: left;
  background-color: #ecf0f1;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 10px 0 10px;
  /*padding: 0px 10px 0 36px;*/
  color: #bc1a1a;
  position: absolute;
  bottom: 3.2%;
  line-height: 1.72222;
}
@media screen and (max-width: 500px) {
  .menu_name {
    margin: 15px 0;
  }
  .width_ul_head_phone {
    width: 300px;
    padding-left: 0px !important;
  }
  .kostyl {
    margin-right: 11px;
  }
  #top,
  #cart {
    left: 10% !important;
    right: 0 !important;
    top: 14px !important;
  }
  .headinfo {
    margin-left: 26% !important;
  }
}
.social-link {
  margin-left: 4%;
  margin-right: 4%;
}
.social-link a {
  width: 92px;
  height: 30px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 6%;
}
.social-link a:hover,
.social-link a:visited,
.social-link a:active {
  color: inherit;
}
.social-link a i {
  width: 100%;
  height: auto;
  font-size: 30px;
}
