@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:400,400i,500,500i,700,700i";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.inner {
  min-width: 260px;
  max-width: 1170px;
  margin: 0 auto;
}
h1,
.welcome {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.welcome h1 {
  font-size: 32px;
  text-align: center;
}
h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
a {
  cursor: pointer;
  color: #ff9d00;
}
/*
a, a:visited, a b {
  color: #38B0E3;
  text-decoration: underline;
  cursor: pointer;
}*/
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto !important;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  outline: none;
  cursor: pointer;
}
input[type='text'],
input[type='password'],
textarea {
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin-left: 0;
  margin-right: 0;
}
select {
  border: 1px solid #029fd1;
  padding: 2px;
  outline: none;
}
label {
  cursor: pointer;
}
.top-line {
  background: #029fd1;
}
.top-line-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  color: #fff;
}
.top-links__item {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  padding: 0.5em 1.5em;
}
.top-links__item:not(:first-child) {
  border-left: 1px solid #5cc1e1;
}
.top-special {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.top-special .cart-in-top {
  border-left: 1px solid #5cc1e1;
}
.top-special #welcome {
  display: flex;
  align-items: center;
  border-left: 1px solid #5cc1e1;
  padding: 0 0 0 3em;
  background: url("../image/default-theme/welcome.png") 15px center no-repeat;
}
.top-special #welcome a {
  padding: 0 0.5em;
}
.top-special a {
  color: inherit;
}
.cart-in-top {
  padding: 0 7px 0 25px;
  background: url(../image/default-theme/sprite-header.png) 7px -77px no-repeat;
}
.top-m-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  border-right: 1px solid #5cc1e1;
  text-align: center;
}
.top-m-item:nth-child(3) {
  border-left: 1px solid #5cc1e1;
}
.top-m-icon {
  display: inline-block;
  width: 45px;
  height: 23px;
  margin: auto;
  background: url("../image/default-theme/sprite-header.png") no-repeat;
}
.icon-top-phone {
  background-position: center 0;
}
.icon-top-adress {
  background-position: center -26px;
}
.icon-top-people {
  background-position: center -51px;
}
.icon-top-cart {
  background-position: center -77px;
}
.mobile-phone {
  background: #ffbb00 linear-gradient(to bottom, #ffbb00, #ff9c00);
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.mobile-phone-link {
  color: inherit;
  background: url("../image/default-theme/sprite-header.png") no-repeat left 3px;
  padding-left: 30px;
  text-decoration: none;
}
.header {
  background: url("../image/default-theme/header.png") top center repeat-x;
}
.header-inner {
  position: relative;
  height: auto;
  padding-bottom: 65px;
}
.header-menu-line {
  position: absolute;
  bottom: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffbb00 linear-gradient(to bottom, #ffbb00, #ff9c00);
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0 5px;
}
.header-block {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  color: #fff;
  padding: 15px 0;
  min-height: 125px;
}
.logo {
  width: 270px;
  border-left: 1px solid #5cc1e1;
  text-align: center;
}
.header-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.header-container a {
  color: #ffe03a;
  text-decoration: none;
  border-bottom: 1px dashed #ffe03a;
}
.header-top-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-opening-hours,
.header-adress,
.header-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px solid #5cc1e1;
  padding: 0 1.5em;
}
.header-adress {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.header-contacts {
  flex-shrink: 0;
  justify-content: space-between;
  width: 370px;
  padding-right: 0;
}
.advantages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #5cc1e1;
  margin-top: 15px;
}
.advantages-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 1.5em;
}
.advantages-item:first-child {
  border-left: 1px solid #5cc1e1;
}
.advantages-icon {
  display: inline-block;
  background: url("../image/default-theme/sprite-top.png") no-repeat;
  width: 36px;
  height: 40px;
  margin-right: 1em;
}
.icon-pay {
  background-position: center -5px;
}
.icon-nalog {
  background-position: center -58px;
}
.icon-delivery {
  background-position: center -110px;
}
.icon-guarantee {
  background-position: center -166px;
}
.header-contacts {
  display: flex;
  align-items: center;
}
.header-search {
  position: relative;
  width: 410px;
  margin-right: 15px;
}
.header-search .search-input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 0.8em 1em;
  background: #fff;
}
.header-search .button-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 31px;
  height: 31px;
  background: url("../image/default-theme/search.png") no-repeat center;
  cursor: pointer;
}
.burger {
  display: none;
}
.main-inner {
  display: flex;
  justify-content: space-between;
}
.left-side {
  width: 280px;
  margin-right: 30px;
}
.main-block {
  width: 100%;
  min-height: 400px;
  margin-bottom: 25px;
  font-size: 14px;
}
.p-indent {
  text-indent: 5em;
}
.cat-list .box-heading {
  font-weight: 300;
  font-size: 15px;
}
.menu-left .box-heading {
  display: none;
}
.recommended .box-heading {
  display: none;
}
.footer {
  background: #029fd1 url("../image/default-theme/patern.png");
  color: #fff;
  font-size: 15px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 40px;
}
.footer a {
  color: #bfe5f1;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .capt {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
}
.footer .column {
  float: left;
  width: 18%;
  min-height: 100px;
}
.footer .column:not(:first-child) {
  padding-top: 1em;
}
.footer .column a {
  display: block;
}
.footer-logo-link {
  font-size: 13px;
}
.footer-adress,
.footer-phone {
  display: flex;
  color: #bfe5f1;
  margin-bottom: 1em;
}
.footer-icon {
  display: inline-block;
  width: 17px;
  background: url("../image/default-theme/sprite-footer.png") no-repeat;
  margin-right: 1em;
}
.icon-f-adress {
  height: 20px;
  background-position: center -17px;
}
.icon-f-phone {
  height: 17px;
  background-position: center 0;
}
.ya-share2 ul {
  padding: 0;
}
/* layout */
#container {
  margin-top: 30px;
}
#column-right {
  width: 280px;
  margin-right: 30px;
  line-height: 1.5;
}
#column-right ul {
  padding: 0;
}
/* header */
#header {
  height: 138px;
  margin-bottom: 7px;
  padding-bottom: 4px;
  position: relative;
  z-index: 99;
}
#header #logo {
  position: absolute;
  top: 32px;
  left: 10px;
}
#header #headbanner {
  position: absolute;
  top: 120px;
  left: 5px;
}
#header #greyline {
  position: absolute;
  top: 85px;
  left: 5px;
}
#language {
  position: absolute;
  top: 59px;
  left: 360px;
  width: 108px;
  color: #999;
  line-height: 17px;
}
#language img {
  cursor: pointer;
  margin-right: 5px;
  padding-left: 5px;
}
#email {
  position: absolute;
  font-size: 20px;
  top: 72px;
  left: 339px;
  color: #646464;
}
/*
#email_a {
  font-size: 18px;
}*/
#email_a1 {
  font-size: 18px;
}
#telephone {
  font-size: 21px;
  margin: 12px auto 0px;
  line-height: 1;
  font-weight: bold;
  padding:0px 6px 0px;
}
#logo_1_line {
  font-size: 31px;
  text-shadow: 3px 3px 2px #FFFFFF;
  letter-spacing: 1px;
  position: absolute;
  top: 31px;
  left: 3px;
  color: #0068C9;
  font-weight: bold;
}
#logo_2_line {
  font-size: 25px;
  text-shadow: 3px 3px 2px #FFFFFF;
  letter-spacing: -0.5px;
  position: absolute;
  top: 66px;
  left: 0;
  color: #0068C9;
  font-weight: bold;
}
#logo_3_line {
  font-size: 25px;
  text-shadow: 3px 3px 2px #D5D5D5;
  letter-spacing: -0.5px;
  position: absolute;
  top: 66px;
  left: 0;
  color: #04A3D5;
  font-weight: bold;
}
#work_time {
  position: absolute;
  font-size: 16px;
  top: 102px;
  left: 72px;
  color: #646464;
  font-weight: bold;
}
/*
#adres {
  position: absolute;
  font-size: 16px;
  top: 99px;
  left: 386px;
  color: #646464;
  font-weight: bold;
}*/
#currency {
  width: 120px;
  position: absolute;
  top: 56px;
  left: 550px;
  color: #999;
  line-height: 17px;
}
#currency a {
  display: inline-block;
  padding: 2px 4px;
  color: #999;
  text-decoration: none;
  margin-right: 2px;
  margin-bottom: 2px;
}
#currency a b {
  color: #000;
  text-decoration: none;
}
.top-line #cart .heading h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3px;
}
.top-line #cart .heading a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.top-line #cart #cart-total {
  display: flex;
  align-items: center;
  background: url('../image/arrow-down.png') 100% 50% no-repeat;
  padding-right: 10px;
}
.top-prod-word {
  display: none;
}
.top-count {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  color: #029fd1;
  font-weight: bold;
  background: #ff9d00 radial-gradient(#ffbb00, #ff9c00);
  font-size: 10px;
}
.top-price {
  margin-right: 10px;
  color: #fff;
}
.top-line #cart .content {
  position: absolute;
  display: none;
  top: 18px;
  right: 0;
  padding: 1em;
  min-height: 150px;
  min-width: 400px;
  border-top: 14px solid #029fd1;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 0 2px #029fd1;
  background: #FFF;
  z-index: 200;
}
.top-line #cart .content a {
  color: #363636;
}
.top-line #cart.active .heading {
  font-weight: 700;
}
.top-line #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 .image img {
  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;
  width: 17px;
}
.mini-cart-info .remove img {
  cursor: pointer;
  width: 7px;
  height: 7px;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total a {
  color: #363636;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.top-line #cart .checkout {
  text-align: right;
  clear: both;
}
.top-line #cart .empty {
  padding-top: 50px;
  text-align: center;
  color: #363636;
}
#header #search {
  position: absolute;
  top: 71px;
  right: 0;
  width: 298px;
  z-index: 7;
}
#header #search input {
  background: #FFF;
  padding: 1px 1px 1px 33px;
  width: 262px;
  height: 21px;
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 0 #F0F0F0;
}
#header #welcome {
  position: absolute;
  top: 7px;
  left: 503px;
  z-index: 5;
  width: 298px;
  text-align: left;
  color: #999999;
}
#header #welcome a {
  color: #000;
}
/* menu */
#menu {
  color: #ffffff;
  text-transform: uppercase;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#menu > ul > li {
  position: relative;
  display: inline-block;
  z-index: 20;
  padding: 0;
  font-size: 13px;
}
#menu > ul > li > a {
  font-size: 13px;
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 25px 10px;
  z-index: 6;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
#menu > ul > li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 0;
  border-left: 1px dotted rgba(42, 42, 42, 0.3);
}
#menu > ul > li:hover > a {
  background: #ffc933 linear-gradient(to bottom, #ffc933, #ffb033);
}
#menu > ul > li > div {
  display: none;
  position: absolute;
  z-index: 5;
  border-radius: 0 0 5px 5px;
  background: #ffe08f;
  /*url('../image/menu.png');*/
}
#menu > ul > li:hover > div {
  display: table;
}
#menu > ul > li > div > ul {
  display: table-cell;
}
#menu > ul > li ul + ul {
  padding-left: 20px;
}
#menu > ul > li ul > li > a {
  position: relative;
  text-decoration: none;
  color: #363636;
  display: block;
  white-space: nowrap;
  min-width: 120px;
  text-transform: none;
  font-size: 15px;
  padding: 21px 20px;
}
#menu > ul > li ul > li:not(:last-child) > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 92%;
  border-bottom: 1px dotted rgba(42, 42, 42, 0.3);
}
#menu > ul > li ul > li > a:hover {
  background: #efd286;
}
#menu > ul > li > div > ul > li > a {
  color: #363636;
}
.breadcrumb {
  display: inline-block;
  /*	background: url('../image/background.png') repeat-x transparent;*/
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 10px;
  color: transparent;
  font-size: 0;
}
.breadcrumb a {
  display: inline-block;
  color: #363636;
  font-size: 12px;
  text-decoration: none;
  padding: 0.7em 1em;
}
.breadcrumb a:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}
.breadcrumb a:hover {
  background: #fafafa;
}
.breadcrumb span:not(:first-child) a {
  border-left: 1px solid #e8e8e8;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555555;
  border-radius: 5px;
}
.success {
  background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  border-radius: 5px;
  z-index: 30;
  width: 100%;
}
.warning {
  background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  border-radius: 5px;
}
.attention {
  background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #FF0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  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: 0 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
table.list tbody td {
  padding: 0 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: 10px;
}
.pagination .links {
  float: left;
  font-size: 14px;
}
.pagination .links a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  color: #A3A3A3;
}
.pagination .links a:hover {
  border: 1px solid #029fd1;
}
.pagination .links b {
  display: inline-block;
  border: 1px solid #029fd1;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background: #029fd1;
}
.pagination .results {
  float: right;
  padding-top: 3px;
  color: rgba(24, 24, 24, 0.5);
}
/* button */
.button,
.btn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 13px;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  margin: 10px 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-decoration: none;
  background: #ffbb00 linear-gradient(to bottom, #ffbb00, #ff9c00);
}
.button:hover,
.btn:hover {
  background: #ff9e00 linear-gradient(to bottom, #ff9e00, #ff7800);
}
a.button {
  display: inline-block;
  text-decoration: none;
}
.callme {
  color: #ffe03a;
  border: none;
  border-bottom: 1px dashed #ffe03a;
  background: none;
  padding: 0;
}
#callme_button .callme {
  border: none;
}

@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.05), 0 0 1px #ffd, 0 0 2px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.05), 0 0 1px #ffd, 0 0 2px #fff;}
}

.xen{
    webkit-animation: pulsate 1s linear infinite;
    animation: pulsate 1s linear infinite;
}

.btn-show-email, .btn-show-phone {
    margin-left: 15px;
    font-size: 20px!important;
    border-radius: 5px;
    background: #158e06 linear-gradient(to bottom, #59dc15, #158e06);
    box-shadow: rgba(0,0,0,.3) 0 2px 5px;
	color:#befba2!important;
	padding:10px 6px;
	margin:10px auto 0px;
}

.header-contacts{
	padding-left:0px;
	padding-bottom: 13px;
}
.btn-show-email:hover, .btn-show-phone:hover{
    box-shadow: rgba(0,0,0,.3) 0px 5px 15px;

}

.btn-show-phone {
  font-size: 20px;
}
.btn-show-availability {
  display: inline-block;
  font-size: 13px;
  background: #33b1da linear-gradient(to bottom, #33b1da, #009ed1);
}
.btn-fast-order {
  background: #33b1da linear-gradient(to bottom, #33b1da, #009ed1);
  padding: 12px 20px;
  margin-left: 1em;
}
.buttonlink {
  float: right;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  background: url('../image/button.png') repeat-x;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 2px 2px #DDDDDD;
}
.buttonlink:visited {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.openButton,
.closeButton,
.buttonDelimiter {
  color: #ff9d00;
  font-size: 14px;
}
.buttonlink {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
/*

#button2, input.button2 {
  position: absolute;
  top: 36px;
  left: 679px;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 12px;
  //font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: url('../image/button.png') repeat-x;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 2px 2px #DDDDDD;
}

#button2 {
  display: inline-block;
  text-decoration: none;
  padding: 6px 69px 6px 69px;
}
*/
.buttonlink {
  margin: 0;
  border: 0;
}
.buttonlink:hover {
  background-position: 0 -24px;
}
.buttons {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px;
}
.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 {
  display: flex;
  line-height: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.htabs a {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-radius: 5px 5px 0 0;
  background: #e8e8e8;
  padding: 7px 15px 6px 15px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin-right: 20px;
}
/*

@-webkit-keyframes htabs {
  0% {
    color: rgba(0, 133, 189, 1);
  }
  50% {
    color: rgba(0, 133, 189, 0);
  }
  100% {
    color: rgba(0, 133, 189, 1);
  }
}

@keyframes htabs {
  0% {
    color: rgba(0, 133, 189, 1);
  }
  50% {
    color: rgba(0, 133, 189, 0);
  }
  100% {
    color: rgba(0, 133, 189, 1);
  }
}
*/
.htabs a.selected {
  padding-bottom: 7px;
  background: #39b3db;
  color: #fff;
}
.tab-content {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
}
.tab-content table {
  width: 100%;
  border: 2px solid #e8e8e8;
  border-collapse: collapse;
}
th {
  text-align: left;
  background: #ccc;
  padding: 5px;
  border: 1px solid #e8e8e8;
}
td {
  padding: 5px;
  border: 1px solid #e8e8e8;
}
/* box */
.box {
  margin-bottom: 20px;
}
.box-heading {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
/* box products */
.box-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.box-product > div {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 3%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 15px;
}
#column-left .box-product > div,
#column-right .box-product > div {
  margin-right: 0;
}
.box-product .image {
  margin-bottom: 0;
}
.box-product .name a {
  color: inherit;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.box-product .price {
  font-size: 16px;
  margin-bottom: 4px;
}
.box-product .price-old {
  color: #F00;
  text-decoration: line-through;
}
.box-product .price-new {
  font-weight: bold;
}
.box-product .rating {
  display: block;
  margin-bottom: 4px;
}
/* box category */
ul.box-category,
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-category > li:first-child {
  padding: 0 8px 8px 0;
}
ul.box-category > li {
  padding: 8px 8px 8px 0;
}
ul.box-category > li + li {
  border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
  text-decoration: none;
}
ul.box-category > li ul {
  display: none;
}
ul.box-category > li a.active {
  font-weight: bold;
}
ul.box-category > li a.active + ul {
  display: block;
}
ul.box-category > li ul > li {
  padding: 5px 5px 0 10px;
}
ul.box-category > li ul > li > a {
  text-decoration: none;
  display: block;
}
ul.box-category > li ul > li > a.active {
  font-weight: bold;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
/* content */
#content .content {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
#content .content .left {
  float: left;
  width: 49%;
}
#content .content .right {
  float: right;
  width: 49%;
}
/* category */
.category-info {
  overflow: auto;
  margin-bottom: 20px;
  text-align: justify;
  text-indent: 25px;
}
.category-info .image {
  float: left;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #E7E7E7;
}
.category-info li,
.tab-content li {
  list-style: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' version='1.1'><circle fill='#33b1da' r='4' cx='5' cy='5'/></svg>");
}
.category-list {
  overflow: auto;
  margin-bottom: 20px;
}
.category-list ul {
  padding-left: 0;
}
.category-list ul li {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  float: left;
  list-style: none;
  line-height: 16px;
  width: 23%;
  padding: 10px 5px 5px 5px;
  margin: 0.8%;
}
.category-list ul li a {
  display: inline;
  color: #ff9d00;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.category-list ul li span {
  display: block;
  height: 110px;
  font-weight: 500;
}
/* manufacturer */
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  overflow: auto;
  margin-bottom: 20px;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-content {
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
/* product */
.product-filter {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px;
  overflow: auto;
  margin-bottom: 25px;
}
.product-filter .display,
.product-filter .limit,
.product-filter .product-compare,
.product-filter .sort {
  display: flex;
  align-items: center;
}
.product-filter select {
  margin-left: 6px;
  border: 1px solid #e8e8e8;
}
.product-filter select::-ms-expand {
  color: #029fd1;
}
.product-filter .display {
  float: left;
  padding-top: 4px;
  order: 4;
}
.product-filter .display a {
  font-weight: 500;
}
.product-filter .sort {
  float: right;
  order: 1;
  padding-right: 10px;
}
.product-filter .limit {
  float: right;
  order: 2;
  padding-right: 10px;
}
.product-filter .limit b {
  white-space: nowrap;
}
.product-compare {
  float: left;
  padding-top: 5px;
  font-weight: 500;
  padding-right: 10px;
  order: 3;
}
.product-compare a {
  text-decoration: none;
  color: #ff9d00;
  white-space: nowrap;
}
.product-list > div {
  overflow: auto;
  margin-bottom: 15px;
}
.product-list .right {
  height: 130px;
  float: right;
  padding-left: 18px;
  border-left: 1px solid #EEEEEE;
}
.product-list > div + div {
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.product-list .image {
  float: left;
  margin-right: 10px;
}
.product-list .image img {
  padding: 3px;
  border: 1px solid #E7E7E7;
}
.product-list .name {
  margin-bottom: 3px;
}
.product-list .name a {
  color: #38B0E3;
  font-weight: bold;
  text-decoration: none;
}
.product-list .description {
  line-height: 15px;
  margin-bottom: 5px;
}
.product-list .price {
  float: right;
  height: 130px;
  width: 160px;
  margin-left: 8px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #EEEEEE;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.product-list .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .wishlist,
.product-list .compare {
  margin-bottom: 3px;
  text-align: center;
}
.product-list .wishlist a {
  color: inherit;
  text-decoration: none;
  padding-left: 18px;
  display: inline-block;
  background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
  color: inherit;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url('../image/add.png') left 60% no-repeat;
}
.product-list .pr-quantity {
    background-color: #00a1d6;
    color: white;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 5px;
}
.product-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-grid > div {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 1em;
}
.product-grid > div:nth-child(3n) {
  margin-right: 0;
}
.product-grid > div > div {
  width: 100%;
}
.product-grid > div .name {
  color: inherit;
}
.product-grid > div .price,
.product-grid > div .cart,
.product-grid > div .wishlist,
.product-grid > div .compare {
  align-self: flex-end;
}
.product-grid .image {
  display: block;
  margin-bottom: 0;
}
.product-grid .name a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.product-grid .description {
  display: none;
}
.product-grid .rating {
  display: block;
  margin-bottom: 4px;
}
.product-grid .price {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.product-grid .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-grid .price-new {
  font-weight: bold;
}
.product-grid .price .price-tax {
  display: none;
}
.product-grid .cart {
  margin-bottom: 3px;
}
.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
}
.product-grid .wishlist a {
  color: inherit;
  text-decoration: none;
  padding-left: 18px;
  display: inline-block;
  background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
  color: inherit;
  text-decoration: none;
  padding-left: 18px;
  display: inline-block;
  background: url('../image/add.png') left center no-repeat;
}
.product-grid .pr-quantity {
    background-color: #00a1d6;
    color: white;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 5px;
}
/* Product */
.product-info {
  overflow: auto;
  margin-bottom: 20px;
}
.product-info > .left {
  display: inline-block;
  vertical-align: top;
  width: 265px;
  margin-right: 15px;
}
.product-info > .left + .right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 295px);
  margin-left: 10px;
}
.product-info .image {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.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 a {
  float: left;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
}
.product-info .description span {
  display: inline-block;
  font-weight: normal;
  width: 200px;
}
.product-info .description a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.product-info .price {
  overflow: auto;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.product-info .price .price-retail {
    font-size: 15px;
    padding: 10px 0px 0px 0px;
    font-style: italic;
    color:#4a4a4a;
}
.product-info .price-old {
  color: #F00;
  text-decoration: line-through;
}
.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;
}
.product-info .options {
  border-bottom: 1px solid #E7E7E7;
  padding: 0 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .cart {
  border-bottom: 1px solid #E7E7E7;
  padding: 0 5px 10px 5px;
  margin-bottom: 20px;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
  color: #ff9d00;
  text-decoration: underline;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .review {
  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-info .right .pr-quantity {
    background-color: #04a504;
    color: white;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}
.availability-container {
  max-width: 100%;
  margin-top: 10px;
}
.availability-container .empty-stock {
  color: #c30000;
}
.availability-container .availability-analogue {
  color: #029fd1;
  font-weight: bold;
}
.availability-container .availability-name {
  font-weight: bold;
  color: #40ad0f;
}
.availability-container table {
  max-width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.availability-container td {
  font-weight: normal;
}
.availability-load {
  text-align: center;
}
.review-list {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  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 {
  font-weight: bold;
  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 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-content .left {
  width: 48%;
}
.login-content .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 0;
  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: bold;
}
/* 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 0;
  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 0;
  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 {
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info thead .price,
.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,
.cart-info tbody .model,
.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,
.cart-info tbody .total {
  text-align: right;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.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 */
.checkout-heading {
  background: #F8F8F8;
  border: 1px solid #DBDEE1;
  padding: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0 0 15px 0;
  display: none;
  overflow: auto;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
}
.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 {
  font-weight: bold;
  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%;
}
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}
#powered {
  margin-top: 5px;
  text-align: right;
  clear: both;
}
/* banner */
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
#language {
  display: none;
}
/* User */
#pricecomment {
  color: #8F8F8F;
  font-size: 11px;
  margin-top: 6px;
}
.overlay-subcategory {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  display: none;
  pointer-events: none;
  margin: 1px;
}
.half-closed .overlay-subcategory {
  display: block;
}
.category-list.half-closed {
  max-height: 135px;
  overflow: hidden;
  position: relative;
}
.overlay-filterpro {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  display: none;
}
.half-closed .overlay-filterpro {
  display: block;
}
.filterpro.half-closed {
  max-height: 137px;
  overflow: hidden;
  position: relative;
}
/*
form#filterpro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#filterpro table {
    margin: 0;
}
#filterpro .hided {
    margin: 0;
}
#filterpro .collapsible {
    width: 100%;
}
#filterpro .attribute_box {
    display: flex;
    align-items: center;
}
*/
#header .links {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 10px;
  padding-right: 10px;
  z-index: 11;
}
#header .links a {
  float: left;
  display: block;
  padding: 0 0 0 7px;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
#header .links a:hover {
  text-decoration: none;
}
#cboxLoadedContent {
  background: #029fd1 url("../image/default-theme/patern.png");
  color: #fff;
}
.hide {
  display: none;
}
@media (max-width: 1170px) {
  .main-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-contacts {
    padding:0px 10px 10px 0px;
  }
  .btn-show-email,
  .btn-show-phone {
    padding-left: 10px;
    padding-right: 10px;
margin: 4px auto 0px;

  }
  .advantages-guarantee {
    padding-right: 10px;
  }
}
@media (max-width: 1050px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-menu-line {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-search {
    margin-bottom: 10px;
  }
  .header-block {
    padding-bottom: 65px;
  }
  .advantages {
    display: none;
  }
  .product-info > .left + .right {
    width: 100%;
    margin-left: 0;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer .column {
    width: 25%;
  }
  .column.column-logo {
    order: 10;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .top-line-m,
  .catalog-m-block {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-block,
  .header-menu,
  .top-links,
  .top-special #welcome {
    display: none;
  }
  .top-special {
    position: static;
  }
  .top-special .cart-in-top {
    border: none;
  }
  .top-line #cart .content {
    top: 28px;
    right: 27px;
    min-width: 200px;
    max-width: calc(99% - 54px);
    margin-right: 10px;
    border-top-width: 10px;
  }
  .top-line-m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
  }
  .logo-m {
    display: flex;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .header {
    background: #33b1da;
  }
  .header-inner {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 15px;
  }
  .header-menu-line {
    position: static;
    margin-bottom: 0;
    background: none;
    padding: 0;
  }
  .header-search {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .burger {
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    cursor: pointer;
  }
  .burger svg {
    fill: #fff;
  }
  .box-product > div {
    width: 47%;
  }
  .column.column-logo {
    order: 10;
    width: 100%;
  }
  #container {
    margin-top: 0;
  }
  .main-inner {
    flex-wrap: wrap;
  }
  .left-side {
    width: 100%;
    margin-right: 0;
  }
  .burger-catalog {
    display: block;
    background: #ff9d00;
    color: #fff;
    font-size: 15px;
    margin: 1em 0;
    padding: 0.8em 1em;
    border-radius: 5px;
    cursor: pointer;
  }
  .top-menu-mobile {
    color: #ffffff;
    text-transform: uppercase;
  }
  .top-menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .top-menu-mobile > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px dotted rgba(42, 42, 42, 0.3);
    padding: 0;
    z-index: 20;
  }
  .top-menu-mobile > ul > li > a {
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 25px 10px;
    z-index: 6;
    position: relative;
  }
  .top-menu-mobile > ul > li:hover > a {
    background: #ffc933 linear-gradient(to bottom, #ffc933, #ffb033);
  }
  .top-menu-mobile > ul > li > div {
    position: absolute;
    z-index: 5;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: #ff9c00;
  }
  .top-menu-mobile > ul > li:hover > div {
    display: table;
  }
  .top-menu-mobile > ul > li > div > ul {
    display: table-cell;
  }
  .top-menu-mobile > ul > li ul + ul {
    padding-left: 20px;
  }
  .top-menu-mobile > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
  }
  .top-menu-mobile > ul > li ul > li > a:hover {
    background: #ffbb00;
  }
  .top-menu-mobile > ul > li > div > ul > li > a {
    color: #FFFFFF;
  }
  .product-filter {
    flex-wrap: wrap;
  }
  .product-filter .display,
  .product-filter .limit,
  .product-filter .product-compare,
  .product-filter .sort {
    width: 47%;
  }
  .product-filter .display {
    display: none;
  }
  .footer-inner {
    justify-content: center;
  }
  .product-info > .left + .right {
    width: calc(100% - 295px);
    margin-left: 10px;
  }
  .footer .column {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .top-price {
    display: none;
  }
  .login-content {
    flex-wrap: wrap;
  }
  .login-content .left {
    width: 100%;
  }
  .login-content .right {
    width: 100%;
  }
  .product-info > .left + .right {
    width: 100%;
    margin-left: 0;
  }
  .htabs {
    flex-wrap: wrap;
  }
  .htabs a {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
  .box-product > div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .product-grid > div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .product-filter .limit,
  .product-filter .sort {
    width: 97%;
    margin-bottom: 7px;
  }
  .category-list ul li {
    width: 47%;
  }
  .product-info > .left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .product-info .image {
    float: none;
  }
  .product-info .image-additional {
    float: none;
  }
  .product-info > .left + .right {
    float: none;
    margin-left: 0;
  }
  .product-info .description span {
    width: auto;
  }
  .breadcrumb {
    display: block;
  }
  .breadcrumb span {
    display: block;
  }
  .breadcrumb span a {
    display: block;
  }
  .breadcrumb span:not(:first-child) a {
    border: none;
  }
  .footer .column {
    width: 100%;
    text-align: center;
  }
  .column-logo {
    padding-top: 15px;
  }
  .footer-adress {
    display: inline-block;
  }
  .footer-phone {
    display: inline-block;
  }
  .footer-logo-link {
    margin-bottom: 1em;
  }
}
@media (min-width: 400px) {
  .h-lg-hide {
    display: none;
  }
}
@media (max-width: 400px) {
  .product-filter .display,
  .product-filter .limit,
  .product-filter .product-compare,
  .product-filter .sort {
    width: 97%;
    margin-bottom: 7px;
  }
  .tab-content table {
    display: block;
  }
  .tab-content table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-content table td {
    width: 100%;
    text-align: left;
    border: none;
  }
  .attribute tr td:first-child {
    width: 100%;
    text-align: left;
    background: #f9f9f9;
  }
}

/* Мои изменения */

@media screen and (max-width: 768px){
  .hide-menu-left{ display:none; }
}

@media screen and (min-width: 768px){
  .visible{ display:block; }
}

#payment-method { 
display:none; 
}


@media screen and (min-width:768px) and (max-width:1018px){
	.header-contacts{
		width:220px;		
	}
	.header-adress{
		-ms-flex-direction: row;
	}
}