@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
  overflow-y: visible;
  overflow-x: visible;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
}

body, td, th, input, textarea, select, a {
  font-size: 12px;
}

h1, .welcome {
  font: normal 20px "Open Sans", sans-serif;
  color: #2e2e2e;
  margin-top: -3px;
  margin-bottom: 16px;
}

h1.category_other {
  background: url(/image/data/h1.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  font-size: 30px;
  line-height: 30px;
  color: #101922;
  background-color: white;
  display: block;
  margin: 0;
  background-position: top;
  padding-top: 30px;
  padding-right: 64px;
}

div.h1_block {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.other_category_filter {
  display: none;
}

h2 {
  color: #101922;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  background: url(/image/data/h2.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-top: 40px;
  margin-bottom: 20px;
}

h3 {
  color: #101922;
  font-size: 1.17em;
  margin-top: 0px;
  margin-bottom: 5px;
}

p {
  color: #101922;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 14px;
}

a, a:visited, a b {
  color: #101922;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
  outline: none;
  max-width: 100%;
}

a img, :link img, :visited img, :hover img, :active img {
  border: none;
  outline: none;
  max-width: 100%;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

input[type=text], input[type=password], textarea {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 4px;
  margin-left: 0px;
  margin-right: 0px;
}

select {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 4px;
}

label {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.float-right {
  float: right;
  overflow: hidden;
}

.float-left {
  float: left;
  overflow: hidden;
}

/* layout */
.wrapper-center {
  margin: 0 auto;
  text-align: left;
}

.wrapper-center .fm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tags {
  margin-left: 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.tags a {
  font-size: 14px;
  text-decoration: underline;
  color: #101922;
  border: 1px solid #ededed;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-right: 20px;
  text-transform: none;
  margin-top: 10px;
  float: left;
}

#container {
  width: 100%;
  border-top: 1px solid black;
  /* display: inline-block; */
  /* width: 878px; */
  /* float: right;   */
}

#guma {
  width: 100%;
}

#container-center {
  width: 100%;
  max-width: 878px;
  float: right;
}

#container-center-cart {
  width: 100%;
}

#guma-left {
  width: 232px;
  float: left;
  /* min-height: 1600px; */
}

#footer_logo {
  bottom: 0px;
  position: absolute;
  margin-bottom: 32px;
  margin-left: 64px;
}
#column-left {
  float: left;
  width: 100%;
}
#content {
  margin-bottom: 10px;
  margin-left: 25px;
}

#call-me img, #button-search img{
  
  
}

.forvid {
  width: 60%;
  float: right;
  margin-left: 1%;
}

.bell {
  width: 100%;
}

.leftbell {
  width: 50%;
  float: left;
}

.righttbell {
  width: 50%;
  float: right;
}

.title-rbell {
  font-size: 1.5em;
  text-align: center;
}

.contentbell {
  font-size: 1em;
  text-align: center;
}

.bellname, .belphone, .belbtn {
  margin: 5%;
}

.content ul li {
  margin-top: 10px;
  text-align: justify;
}

/* home page */
.home_page #header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home_page #header #logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}
#logo {
	margin-top: 10px;
}

.home_page #header #main_top_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home_page #header #main_top_text #contactPhone {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* header */
#header_lang_mob {
  display: none;
}

.wrapper-center {
  height: 105px;
}

#header {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header #mobile {
  display: none;
}

#header #mob_button {
  display: none;
}

#header #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header #main_top_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header #main_top_text #links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding-bottom: 5px;
}

#header #main_top_text #links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #919497;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 20px;
}

#header #main_top_text #links a:hover {
  color: #101922;
  text-decoration: none;
}

#header #main_top_text #contactPhone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #main_top_text #contactPhone .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header #main_top_text #contactPhone .heading .contactPhone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #101922;
  font: bold 18px "Open Sans";
  margin-right: 23px;
}

#header #main_top_text #contactPhone .heading .contactPhone .contactPhoneCode {
  display: inline-block;
  margin-right: 7px;
  color: #adb1b3;
  font-size: 18px;
}

#header #main_top_text #contactPhone #top-lang-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#header #main_top_text #contactPhone #top-lang-other form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#header #main_top_text #contactPhone #top-lang-other form #language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
}

#header #main_top_text #contactPhone #top-lang-other form #language a {
  color: #999;
  text-decoration: none;
  font-size: 13px;
  padding: 3px 0;
}

#header #main_top_text #contactPhone #top-lang-other form #language a:hover {
  color: #101922;
  text-decoration: underline;
}

#header #main_top_text #addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#header #main_top_text #addr .contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #999999;
  margin-right: 5px;
  margin-top: 2px;
}

#header #dressing-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header #dressing-room a#cart-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

#header #dressing-room a#cart-compare #compare-total {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 4px;
  border-radius: 50%;
  background-color: #ededed;
  color: #313131;
}

#header #dressing-room a#cart-compare img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
}

#header #dressing-room a#cart-compare span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #919497;
}

#header #dressing-room a#cart-compare:hover span {
  color: #313131;
}

#header #cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header #cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

#header #cart .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header #cart .heading#mobile {
  display: none;
}

#header #cart .heading #cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #313131;
  font: bold 13px "Open Sans";
  text-transform: uppercase;
  word-spacing: 25px;
}

#header #cart .heading .trempel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 4px;
  border-radius: 13px;
  background-color: #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header #cart .heading .trempel img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  width: 20px;
  height: 14px;
}

#header #cart .heading #cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 13px;
}

#header #cart .heading #cart-total span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header #cart .heading #cart-total span i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #919497;
  font-style: normal;
  font-weight: 600;
}

#header #cart .heading #cart-total span b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #313131;
  text-decoration: none;
}

#header #cart .content {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 80px;
  right: -3px;
  z-index: 99999;
  min-height: 70px;
  width: 410px;
  padding: 7px;
  background: #fff;
  color: #232323;
  border-top: 3px #000 solid;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

#header #cart .content:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 83px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom: 5px #000 solid;
  width: 0px;
  height: 0px;
}

#header #cart.active .content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#header #cart .content .mini-cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header #cart .content .mini-cart-info .cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2px 0;
}

#header #cart .content .mini-cart-info .cart-product div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
}

#header #cart .content .mini-cart-info .cart-product div.image {
  margin-right: 5px;
}

#header #cart .content .mini-cart-info .cart-product div.image img {
  border: 1px solid #eee;
}

#header #cart .content .mini-cart-info .cart-product div.name {
  margin-right: auto;
}

#header #cart .content .mini-cart-info .cart-product div.name a:hover {
  text-decoration: underline;
}

#header #cart .content .mini-cart-info .cart-product div.quantity {
  width: 35px;
}

#header #cart .content .mini-cart-info .cart-product div.total {
  width: 50px;
}

#header #cart .content .mini-cart-info .cart-product div.remove {
  width: 20px;
}

#header #cart .content .mini-cart-info .cart-product div.remove img {
  cursor: pointer;
}

#header #cart .content .mini-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #919497;
}

#header #cart .content .mini-cart-total > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3px;
  margin-right: 20px;
}

#header #cart .content .mini-cart-total > div strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

#header #cart .content .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

#header #cart .content .checkout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 10px 17px;
}

#header #cart .content .checkout a:hover {
  background: #999;
  color: #fff;
}

#header #cart .content .empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-btn {
  display: none;
}

#currency {
  padding: 5px 10px;
  color: #777;
  float: left;
  display: block;
  padding-bottom: 32px;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  position: relative;
}

#currency .spis {
  border-top: 3px #000 solid;
  float: left;
  display: none;
  padding: 7px 10px;
  margin: 0 0 0 0;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px #999;
  box-shadow: 0px 0px 4px #999;
}

#currency .spis:before {
  content: "";
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-bottom: 3px #000 solid;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0px;
  height: 0px;
}

#currency:hover .spis {
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
}

#currency ul {
  margin: 0;
  padding: 0;
}

#currency ul li {
  display: block;
  width: 90px;
  float: left;
}

#currency ul li a, #currency ul li a:hover {
  border: none;
  padding: 0;
  color: #232323;
  text-decoration: none;
  border-bottom: 0;
  margin: 3px 0;
}

#currency ul li a:hover {
  border: none;
  padding: 0;
  padding-left: 4px;
}

#currency ul li a b, #currency ul li a b:hover {
  text-decoration: none;
  border-bottom: 0;
  color: #888;
}

#footer .cover .wrapper-center {
  height: auto;
}

#main-left {
  width: 200px;
  margin-left: 64px;
  padding-top: 90px;
}

#main-left a {
  color: white !important;
}

#main-left .accordionTitle {
  display: none;
}

.slider_main {
  min-height: 600px;
  background: url(/image/data/IMG_9567.jpg);
  background-position-x: -151px;
  background-repeat: no-repeat;
  background-size: 110%;
}

.slider_main_inside {
  max-width: 1110px;
  margin: 0 auto;
}

.home_texts {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}

.home_services {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.home_services h2 {
  font-weight: 500;
  background: none !important;
  padding-top: 10px;
  margin-bottom: 40px;
}

.home_services ul {
  padding: 0;
}

.home_services ul li { 
  width: 33%;
  display: inline-table;
  display: -ms-inline-grid;
  display: inline-grid;
  margin-bottom: 50px;
  list-style: none;
  text-align: center;
}

.home_services ul li img {
  height: 119px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

/*.home_services ul li span {
  padding: 10px 40px 40px;
}*/

.home_texts h2 {
  font-weight: 500;
}

.outer_texts {
  background: #dbdbdb;
}

#welcome {
  float: right;
  text-align: right;
  color: #fff;
  height: 22px;
  padding: 4px 15px 0 20px;
  margin-left: 7px;
  background-image: url(../image/welcomeGrad.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  border-radius: 0 0 4px 20px;
  position: relative;
}

#welcome span.rz {
  float: left;
  margin: 3px 9px;
  width: 1px;
  height: 9px;
  border-left: 1px dotted #fff;
}

#welcome > a {
  color: #eee;
  text-decoration: none;
  float: left;
  font-size: 12px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#welcome > a:hover {
  border-bottom: none;
  color: #fff;
}

#welcome span.txt {
  float: left;
  margin-right: 5px;
}

/* menu */
#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  position: relative;
  background: #edeef2;
  border-bottom: 1px solid #e9ebed;
}

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#menu ul.fm li.fmLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid #dbdcdd;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menu ul.fm li.fmLi:first-child {
  border-left: 1px solid #dbdcdd;
}

#menu ul.fm li.fmLi a.fmLihr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #919497;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#menu ul.fm li.fmLi a.fmLihr.active, #menu ul.fm li.fmLi a.fmLihr:hover {
  color: #0e1921;
}

#menu ul.fm li.fmLi .submenu {
  display: none;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: 999999;
  padding: 10px;
  width: 100%;
  background: #adb1b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#menu ul.fm li.fmLi:hover .submenu {
  display: block;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#menu ul.fm li.fmLi .submenu .fmLiLi {
    display: -webkit-inline-box;
    width: 24.5%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
}

#menu ul.fm li.fmLi .submenu .fmLiLi > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 230px;
}

#menu ul.fm li.fmLi .submenu .fmLiLi a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
}

#menu ul.fm li.fmLi .submenu .fmLiLi a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

#menu ul.fm li.fmLi .submenu .fmLiLi a:hover {
  background: #fff;
  color: #adb1b3;
}

.mob-menu {
  display: none;
}

.pushy-open-left .mob-menu {
  display: block;
}

/* Record Fitting Room */
.record_fitting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ddd;
}

.record_fitting h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0;
}

.record_fitting form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.record_fitting form .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.record_fitting form .form-body div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.record_fitting form .form-body div > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.record_fitting form .form-body div > label {
  margin-bottom: 5px;
}

.record_fitting form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.record_fitting form .form-footer input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  color: #999;
  background-color: #fff;
}

.record_fitting form .form-footer input[type=submit]:hover {
  background-color: #999;
  color: #fff;
}

.brand-box {
  overflow: hidden;
  padding: 11px 0px 11px 0px;
  width: 980px;
  margin: 0 auto;
}

.brand-box b {
  float: left;
  color: #8169A8;
  font-size: 11px;
}

.brand {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.brand li {
  float: left;
  color: #232323;
  margin-left: 7px;
}

.brand li a {
  font-size: 11px;
  padding: 2px 5px;
}

.brand li a:hover {
  background: #8169A8;
  color: #fff;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  color: #b9bdbe;
}

.breadcrumb .wrapper-center {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b9bdbe;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #232323;
}

.breadcrumb .chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../image/Chevron.png") no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
  opacity: 0.5;
  margin: 0 12px;
}

#notification {
  width: 980px;
  margin: 0 auto;
}

.success, .warning, .attention, .information {
  padding: 10px 10px 10px 33px;
  color: #555555;
  border-radius: 5px 5px 5px 5px;
}

.success {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 200px;
  z-index: 99999999;
  margin: 0 0 0 25%;
  background: #EAF7D9 url("../image/success.png") 10px center no-repeat;
  border: 1px solid #BBDF8D;
  border-radius: 5px 5px 5px 5px;
}

.warning {
  background: #FFD1D1 url("../image/warning.png") 10px center no-repeat;
  border: 1px solid #F8ACAC;
  border-radius: 5px 5px 5px 5px;
}

.attention {
  background: #FFF5CC url("../image/attention.png") 10px center no-repeat;
  border: 1px solid #F2DD8C;
  border-radius: 5px 5px 5px 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;
  font-family: "Open Sans", sans-serif;
  display: block;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

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: bold;
}

table.list tbody td {
  vertical-align: top;
  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;
  background: #fff;
}

table.radio {
  width: 100%;
  border-collapse: collapse;
}

table.radio td {
  padding: 5px;
  vertical-align: top;
}

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 {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 30px;
}

.pagination .links {
  float: left;
}

.pagination .links a#icofirstpg, .pagination .links a#icoprevpg, .pagination .links a#iconextpg, .pagination .links a#icolastpg {
  font-size: 14px;
  line-height: 28px;
}

.pagination .links a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #a0a0a0;
  background: #dcdcdc;
  height: 33px;
  padding: 0px 12px 0px 12px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #dcdcdc;
  margin-right: 8px;
}

.pagination .links a:hover {
  background-position: 0 -30px;
}

.pagination .links b {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #a0a0a0;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  height: 33px;
  padding: 0px 12px 0px 12px;
  line-height: 32px;
  border-radius: 16px;
  margin-right: 8px;
}

.pagination .results {
  float: right;
  padding-top: 3px;
  padding-right: 10px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #959595;
}

/* button */
.button-sub, a.button, input.button, a.button-sub, input.button-sub {
  cursor: pointer;
  color: #232323;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 20px;
  position: relative;
}

a.button, a.button-sub {
  display: inline-block;
  text-decoration: none;
  height: 24px;
  padding: 14px 30px 0 30px;
}

input.button, input.button-sub {
  margin: 0;
  border: 0;
  height: 38px;
  padding: 0px 20px 0px 20px;
}

.buttons {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px;
  background: #FFFFFF url(../image/div-cat-back.png) bottom left repeat-x;
}

.buttons p {
  margin: 0;
}

.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 {
  height: 40px;
  line-height: 16px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.htabs a {
  border: none;
  color: #919497;
  background: #fff;
  float: left;
  font: 16px "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /* display: none; */
}

.htabs a.selected {
  color: #101922;
  border-bottom: 1px #101922 solid;
}

.tab-content {
  padding: 30px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto;
  width: 100%;
  background: #ededed;
}

.tab-content p {
  font-size: 14px;
  line-height: 1.5;
}

/* box */
.box {
  margin-bottom: 15px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  float: none;
}

.box .box-heading {
  font: normal 20px "Open Sans";
  color: #8a8c8e;
  padding: 6px 6px;
}

.box .box-content-sf {
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.box .box-content {
  background: #FFFFFF;
}

.box .box-content ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.box .box-content ul li {
  margin: 0;
  padding: 3px 3px;
  list-style: none;
  color: #8a8c8e;
}

.box .box-content ul li i {
  font-size: 15px;
}

.box .box-content ul li a {
  text-decoration: none;
}

.box-module {
  padding: 0px 0 10px 0;
  margin-top: 10px;
}

.box-module .box-heading-module {
  padding: 0 0px;
  height: 52px;
  font: normal 24px "Open Sans", sans-serif;
  color: #8169A8;
}

.ico-sale {
  position: absolute;
  top: 50px;
  left: 2px;
  width: 65px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0px 20px 20px 0;
  background: #000 url(../image/mainMenu.png) 0 50% repeat-x;
  behavior: url("catalog/view/javascript/PIE.htc");
}

.ico-sale .shadowSale {
  position: absolute;
  top: -50px;
  left: 0px;
  background: url(../image/ico-sale-shadow.png) no-repeat;
  width: 11px;
  height: 152px;
}

/* box products */
.box-product {
  width: 100%;
  text-align: center;
}

.box-product > div, .box-product > li {
  font-size: 13px;
  position: relative;
  width: 100px;
  vertical-align: top;
  margin: 0px 16px 15px 0;
  background: #FFFFFF;
  padding: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px #eee solid;
}

.box-product > div:hover, .box-product > li:hover {
  border: 2px #000 solid;
}

.box-product .image {
  display: block;
  margin-bottom: 0px;
}

.box-product .name {
  background: #A391BF;
  padding: 4px 5px;
  height: 16px;
  display: block;
}

.box-product .name a {
  height: 16px;
  overflow: hidden;
  font-size: 12px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: center;
}

.box-product .price {
  display: block;
  color: #fff;
  margin: 0;
  height: 16px;
  font-size: 12px;
  padding: 4px 5px;
  text-align: center;
  background: #8169A8;
}

.box-product .price-old {
  color: #ddd;
  text-decoration: line-through;
}

.box-product .price-new {
  font-weight: bold;
}

.box-product .rating {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 70px;
}

.box-product .cart {
  position: absolute;
  top: 40px;
  left: 2px;
  padding: 10px 0px 10px 10px;
  width: 215px;
  background: url("../image/cartBack.png") repeat;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.box-product .cart .button {
  padding-left: 30px;
  padding-right: 30px;
  float: right;
  border-radius: 20px 0 0 20px;
}

.box-product > li:hover .ico-sale {
  top: 214px;
}

.box-product > li:hover .cart {
  top: 204px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.box-product-lr-side {
  margin: 0 -19px 0 0;
  overflow: hidden;
}

.box-product-lr-side > div, .box-product-lr-side > li {
  float: left;
  font-size: 13px;
  position: relative;
  width: 108px;
  height: 230px;
  margin: 0 19px 0 0;
}

.box-product-lr-side .image img {
  width: 108px;
  border-bottom: 3px #333 solid;
}

.box-product-lr-side .name {
  position: relative;
  padding: 3px 0px 6px 0;
  display: block;
}

.box-product-lr-side .name a {
  font-size: 11px;
  color: #666;
  text-decoration: none;
  display: block;
  margin: 0;
}

.box-product-lr-side .price {
  display: block;
  color: #232323;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

.box-product-lr-side .price-old {
  color: #888;
  text-decoration: line-through;
}

.box-product-lr-side .rating {
  display: block;
}

/* box category */
.box-category ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.box-category > ul > li {
  margin: 0px 0px 1px 0px;
  overflow: hidden;
  padding: 0px;
}

.box-category > ul > li span {
  float: right;
  background: url(/image/data/arrow_down.png);
  width: 18px;
  height: 18px;
  margin: 9px 0px 0 0;
  cursor: pointer;
  opacity: 0.5;
}

.box-category > ul > li span.active {
  background: url(/image/data/arrow_up.png);
}

.box-category > ul > li span.accordionTitle2 {
  float: right;
  background: url(/image/data/arrow_down.png);
  width: 18px;
  height: 18px;
  margin: 9px 0px 0 0;
  cursor: pointer;
  opacity: 0.5;
}

.box-category > ul > li span.accordionTitle2.active {
  background-position: -4px -4px;
}

.box-category > ul > li > a {
  text-decoration: none;
  color: #8a8c8e;
  padding: 6px 25px 6px 0px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.box-category > ul > li > a:hover, .box-category > ul > li span.active ~ a {
  text-decoration: underline;
}

.box-category > ul > li a.active + ul {
  display: block;
}

.box-category > ul > li ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ededed;
  width: 170px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-category > ul > li ul > li {
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-category > ul > li ul > li ul > li {
  border-bottom: 0px #eee solid;
}

.box-category > ul > li ul > li:hover, .box-category > ul > li ul > li.child-active {
  background: #eee;
}

.box-category > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  color: #8a8c8e;
  padding: 5px 25px;
  font-size: 13px;
  text-transform: uppercase;
}

.box-category > ul > li ul > li > a:hover, .box-category > ul > li ul > li > a.active {
  font-weight: 600;
  text-decoration: underline;
}

.box-category > ul > li ul > li > a.subsub {
  padding: 6px 6px 6px 15px;
  font-style: italic;
}

.box-category > ul > li ul > li > a.active {
  font-weight: bold;
}

.box-tovar {
  width: 100%;
}

#tovar {
  width: 100%;
  font-size: 1.5em;
  color: #a54160;
  font-weight: bold;
  margin-left: 25px;
}

.tovar-block {
  float: left;
  display: inline;
  width: 100px;
  height: 133.33px;
  margin: 2%;
  border: 2px #adadad solid;
}

.tovar-block:hover {
  border: 2px #8a8c8e solid;
}

.clear {
  clear: both;
}

/* content */
#content > span {
  display: block;
  text-align: center;
}

#content > span > h1 {
  padding-top: 20px;
  background-position: top;
}

#content .content {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF url(../image/div-cat-back.png) bottom left repeat-x;
}

#content .content .left {
  float: left;
  width: 49%;
}

#content .content .right {
  float: right;
  width: 49%;
}

/* category */
.category-info {
  color: #232323;
  background: #dbdbdb;
  clear: both;
  margin: 0 auto;
  padding: 25px 50px;
}

.category-list .textRefine {
  float: left;
  line-height: 30px;
  margin-right: 10px;
  font-size: 15px;
  font-style: italic;
}

.category-list {
  overflow: auto;
  margin-bottom: 20px;
  padding: 0;
  border-left: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.categories-option, .filter-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list ul li {
  margin: 0 5px 5px 0;
  float: left;
  text-align: center;
  position: relative;
}

.category-list ul li span {
  height: 6px;
  width: 6px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.category-list ul li a {
  position: relative;
  color: #a7a9ac;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
  /* background: #f0f0f0; */
  display: block;
  text-transform: uppercase;
  font-weight: 13px;
  border-left: 1px solid #eaedf2;
}

.category-list ul li:first-child a {
  border-left: none;
}

.category-list ul li a div {
  padding: 5px 10px;
  border-radius: 8px;
}

.category-list ul li a:hover {
  color: #fff;
}

.category-list ul li:hover a div {
  background: #919497;
  padding: 5px 10px;
  border-radius: 8px;
}

/* manufacturer */
.manufacturer-list {
  overflow: auto;
  margin-bottom: 20px;
  background: #fff;
}

.manufacturer-heading {
  background: #eee;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}

.manufacturer-content {
  padding: 8px;
}

.manufacturer-list ul {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

/* product */
.product-filter {
  padding: 3px 5px 3px 8px;
  margin-bottom: 20px;
  overflow: auto;
  background: #efefef url(../image/mainMenu.png) 0 50% repeat-x;
}

.product-filter .display b {
  float: left;
  line-height: 29px;
}

.product-filter .display a {
  text-decoration: none;
}

.product-filter .display .icon-th-list, .product-filter .display .icon-th {
  width: 23px;
  height: 23px;
  float: left;
  margin: 4px 0 0 5px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.product-filter .display i.ico-grid, .product-filter .display a.ico-grid {
  background-position: -23px 0;
}

.product-filter .display a.ico-list, .product-filter .display a.ico-grid {
  background-color: #634891;
}

.product-filter .display a.ico-list:hover, .product-filter .display a.ico-grid:hover {
  background-color: #aaa;
}

.display i.ico-list, .display i.ico-grid {
  background-color: #aaa;
}

.product-filter .sort {
  float: right;
  color: #333;
}

.product-filter .limit {
  margin-left: 15px;
  float: right;
  color: #333;
}

.product-filter .product-compare {
  float: left;
  margin-left: 15px;
  font-weight: bold;
  line-height: 29px;
}

.product-filter .product-compare a {
  text-decoration: none;
  font-weight: bold;
}

.product-list > div {
  font-size: 13px;
  margin: 10px 0 10px 0;
  padding: 10px 10px;
  overflow: hidden;
  border: 2px #eee solid;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  behavior: url("/catalog/view/javascript/PIE.htc");
}

.product-list > div:hover {
  border: 2px #000 solid;
}

.product-list .left {
  float: left;
  width: 170px;
}

.product-list .left .ico-sale {
  top: 0;
  left: 0;
}

.product-list .centerBlock {
  padding: 0px 140px 0 170px;
}

.product-list .right {
  float: right;
  width: 130px;
}

.product-list .image {
  float: left;
}

.product-list .image img {
  width: 160px;
}

.product-list .name {
  margin-bottom: 7px;
}

.product-list .name a {
  color: #232323;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.product-list .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4D4D4D;
}

.product-list .description .hover-info {
  display: block;
  margin-top: 15px;
}

.product-list .description .hover-info .attribute {
  border: none;
  border-bottom: 1px #eee solid;
}

.product-list .description .hover-info .attribute td {
  text-align: left;
  border: none;
  border-top: 1px #eee solid;
  font-size: 13px;
  padding: 5px 0px;
}

.product-list .description .hover-info .attribute .attrName {
  width: 110px;
}

.product-list .rating {
  color: #7B7B7B;
}

.product-list .price {
  float: right;
  margin-bottom: 15px;
  text-align: right;
  color: #333333;
  font-size: 20px;
}

.product-list .price-old {
  color: #F00;
  text-decoration: line-through;
}

.product-list .price-new {
  font-weight: bold;
}

.product-list .price-tax {
  font-size: 13px;
  font-weight: normal;
  color: #BBBBBB;
}

.product-list .cart {
  margin-bottom: 3px;
  float: right;
}

.product-list .cart input {
  padding: 0 26px;
  width: 107px;
}

.product-list .wishlist, .product-list .compare {
  display: none;
  position: relative;
  margin: 8px 0 0 11px;
  height: 40px;
  float: right;
  width: 40px;
  border-radius: 20px;
}

.product-list > div:hover .wishlist, .product-list > div:hover .compare {
  display: block;
}

.product-list .wishlist a {
  color: #333333;
  text-decoration: none;
  float: left;
  height: 40px;
  width: 40px;
  background: url("../image/ico-wishlist.png") center center no-repeat;
}

.product-list .compare a {
  color: #333333;
  text-decoration: none;
  float: left;
  height: 40px;
  width: 40px;
  background: url("../image/ico-compare.png") center center no-repeat;
}

.product-grid {
  margin: 0px -7px 0 -9px;
  zoom: 1;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -webkit-grid-columns: (1fr)[3];
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.product-grid > div {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  width: auto !important;
  float: left;
  vertical-align: top;
  margin: 0;
  padding: 5px;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

#column-left + #column-right + #content .product-grid > div {
  width: 125px;
}

#specials_main {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.product-grid > div, .product-grid .image {
  width: auto;
}

.product-grid .image {
  display: block;
  margin-bottom: -3px;
}

.product-grid .name {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #101922;
  border-bottom: 1px solid #101922;
  margin-bottom: 10px;
}

.product-grid .name a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 50px;
  height: 50px;
  overflow: hidden;
}

.product-grid .name a {
  text-decoration: none;
  text-align: center;
}

.product-grid .description {
  display: none;
}

.product-grid .rating {
  display: block;
  position: absolute;
  bottom: 70px;
  left: 70px;
  display: none;
}

.product-grid .price {
  display: block;
  color: #999999;
  height: 40px;
  font-size: 14px;
  text-align: left;
  margin-left: 25px;
  line-height: 40px;
  float: left;
  margin: 0;
  position: relative;
  left: 5%;
}

.product-grid .cart {
  float: right;
  right: 5%;
  position: relative;
}

.product-grid .price-old {
  color: #999999;
  text-decoration: line-through;
}

.price-old {
  font-size: 13px;
}

.product-grid .price-new {
  font-weight: bold;
}

.product-grid .price .price-tax {
  display: none;
}

.primerka {
  width: 95px;
  height: 40px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  margin: 0;
  border: 1px solid #999999;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: url(/image/data/trempel_buy.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  padding-left: 55px;
  display: block;
  padding-right: 25px;
  padding-top: 7px;
  text-decoration: none;
  color: #999999;
  text-align:center;
}

.product-grid .cart input, .search_inner .cart input {
  width: 130px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  margin-left: 10px;
  border: 1px solid #999999;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  background: url(/image/data/trempel_buy.png);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  padding-left: 48px;
}

.product-grid .cart input.button, .search_inner .cart input.button, .product-grid > div:hover .cart input.button, .search_inner > div:hover .cart input.button, .product-grid .cart input.button, .search_inner .cart input.button, .product-grid > div:hover .cart input.button, .search_inner > div:hover .cart input.button {
  background: none !important;
  padding-left: 20px;
}

.product-grid > div:hover .cart input.button, .search_inner > .product-list > div:hover .cart input.button {
  background-color: #919497 !important;
  color: #fff;
}

.product-grid .wishlist, .product-grid .compare {
  background: #000 url(../image/mainMenu.png) 0 50% repeat-x;
  position: absolute;
  top: 214px;
  right: 100px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.product-grid .wishlist {
  left: -50px;
}

.product-grid .compare {
  left: 0px;
  display: none;
}

.product-grid .wishlist a {
  color: #333333;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  background: url("../image/ico-wishlist.png") center center no-repeat;
}

.product-grid .compare a {
  color: #333333;
  text-decoration: none;
  display: none;
  height: 40px;
  width: 40px;
  background: url("../image/ico-compare.png") center center no-repeat;
}

/* Product */
.product-info > .left {
  float: left;
  max-width: 500px;
  width: 100%;
}

.product-info > .left + .right {
  float: left;
  margin-left: 65px;
  background: none;
  position: relative;
  max-width: 288px;
  width: 100%;
}

.product-info > .left + .right .shadowProductInfo {
  position: absolute;
  height: 100%;
  width: 10px;
  background: url(../image/shadowProductInfo.png) top left no-repeat;
  z-index: 1;
}

.product-info h1 {
  background: url(/image/data/h1.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  font-size: 30px;
  line-height: 30px;
  color: #101922;
  background-color: white;
  margin: 0;
  background-position-y: center;
  padding-right: 64px;
}

span h1 {
  background: url(/image/data/h1.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  font-size: 30px;
  line-height: 36px;
  color: #101922;
  background-color: white;
  margin: 0;
  background-position-y: center;
  padding-right: 64px;
}

.product-info .image .cloud-zoom-lens {
  cursor: move;
}

.product-info .image .cloud_zoom_about {
  background: #fff;
  color: #000;
  font-weight: bold;
  opacity: 0.8;
  padding: 7px 0;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  display: block;
}

.product-info .image .cloud_zoom_lupe {
  font-weight: bold;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 6;
}

.product-info .image .cloud_zoom_lupe a {
  width: 25px;
  height: 25px;
  display: block;
  text-decoration: none;
  color: #888;
  font-size: 30px;
  outline: none;
}

.product-info .image:hover .cloud_zoom_about {
  display: none;
}

.product-info .image {
  float: left;
  margin: 0px;
  text-align: center;
  position: relative;
  outline: none;
}

.product-info .image-additional {
  width: 100%;
  height: 100px;
  clear: both;
  overflow: hidden;
  float: left;
  margin-top: 13px;
  margin-left: -3px;
  margin-right: -3px;
}

.product-info .image-additional .jcarousel-skin-additional .jcarousel-item-horizontal {
  margin: 0 3px;
  height: 100px;
}

.product-info .image-additional img {
  border: 1px solid #E7E7E7;
  width: 74px;
  height: 98px;
}

.product-info .image-additional a {
  float: left;
  display: block;
  height: 98px;
  width: 74px;
}

.product-info .description {
  line-height: 20px;
  color: #000000;
}

.product-info .description span.char_name {
  color: #a6a9ab;
  font-size: 14px;
  text-transform: uppercase;
}

.product-info .description a {
  font-size: 14px;
}

.product-info .price {
  width: 100%;
  max-width: 200px;
  font-size: 35px;
  font-weight: 600;
  color: #101922;
  position: relative;
  line-height: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #101922;
  padding-top: 30px;
  margin-bottom: 30px;
}

.product-info .price-old {
  color: #6b6b6b;
  text-decoration: line-through;
  font-size: 22px;
}

.product-info .price-new {
  font-size: 22px;
  margin-right: 10px;
}

.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.product-info .price .discount {
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.product-info .options {
  width: 90%;
  background: #efefef;
  padding: 10px;
  margin-bottom: 10px;
  color: #000000;
  border-radius: 0 100px 100px 0px;
  position: relative;
  behavior: url("catalog/view/javascript/PIE.htc");
}

.product-info .options .option {
  overflow: hidden;
}

.product-info .options b {
  margin-top: 3px;
  width: 100px;
  display: block;
  float: left;
}

.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 {
  width: 100%;
  color: #101922;
  position: relative;
  margin-top: 10px;
}

.product-cart {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #ededed;
  text-transform: uppercase;
  font-size: 20px;
  color: #1a1412;
  border: 0px;
  margin-top: 50px;
  cursor: pointer;
}

.product-cart:hover {
  background: #8a8c8e;
  color: white;
}

.product-info .cart .boxCount {
  overflow: hidden;
  float: left;
}

.product-info .cart .boxCount b {
  float: left;
  color: #a6a9ab;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 98px;
}

.product-info .cart .boxCount input {
  float: left;
  margin: 0px;
  width: 30px;
  height: 27px;
  margin-left: -1px;
  margin-right: -1px;
  background: white;
  text-align: center;
  font-size: 16px;
  color: #101922;
  margin-top: 32px;
  border: 1px solid #b1b1b1;
}

.product-info .cart .boxCount input.button {
  float: left;
  width: 79px;
  height: 38px;
}

.product-info .cart .boxCount span.icoMinus {
  width: 30px;
  height: 35px;
  float: left;
  background: #ededed url(../image/minus.png) 10px 11px no-repeat;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  position: relative;
  border: 1px solid #b1b1b1;
  margin-top: 32px;
  margin-left: 50px;
}

.product-info .cart .boxCount span.icoPlus {
  width: 30px;
  height: 35px;
  float: left;
  background: #ededed url(../image/plus.png) 10px 11px no-repeat;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  position: relative;
  border: 1px solid #b1b1b1;
  margin-top: 32px;
}

.product-info .cart .boxCount span.icoMinus:hover, .product-info .cart .boxCount span.icoPlus:hover {
  background-color: #ededed;
}

.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
  clear: both;
  width: 140px;
}

.product-info .review {
  color: #4D4D4D;
  background: #fff;
  margin: 10px;
  text-align: right;
}

.product-info .review > div {
  padding: 0 0 8px 0;
  line-height: 20px;
  text-align: right;
}

.product-info .review > div img {
  vertical-align: middle;
}

.product-info .review > div > span {
  color: #38B0E3;
}

.product-info .review .share {
  overflow: auto;
  line-height: normal;
}

.product-info .review .share a {
  text-decoration: none;
}

.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;
  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%;
  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%;
  color: #4D4D4D;
  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 {
  color: #4D4D4D;
  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;
  background: #fff;
}

.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: 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 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;
  background: #fff;
}

.cart-info td {
  padding: 7px;
}

.cart-info thead td {
  color: #4D4D4D;
  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: 8px;
  margin-bottom: 15px;
  background: #fff;
}

.cart-total table {
  float: right;
}

.cart-total td {
  padding: 3px;
  text-align: right;
}

/* checkout */
.checkout > div {
  margin-bottom: 15px;
}

.checkout-heading {
  font: bold 12px/41px Tahoma, Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
  color: #232323;
  background: #ddd url(../image/mainMenu.png) 0 50%;
  padding: 0px 8px;
}

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}

.checkout-content {
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
  display: none;
  overflow: auto;
  background: #FFFFFF;
}

.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 {
  color: #4D4D4D;
  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%;
}

.contact-info .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 320px;
}

.contact-info .left span.contactInfo {
  position: relative;
  text-decoration: none;
  color: #232323;
  border-top: 1px #ddd dotted;
  padding: 10px 10px;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}


.contact-info .left span.contactInfo i {
  width: 24px;
  height: 24px;
  background: url(../image/sprite.png) no-repeat;
  position: absolute;
  top: 5px;
}

.contact-info .left span.contactInfo i.icoPhone {
  background-position: 0px 0;
}

.contact-info .left span.contactInfo i.icoMobile {
  background-position: 0px -144px;
}

.contact-info .left span.contactInfo i.icoEmail {
  background-position: 0 -48px;
}

.contact-info .left span.contactInfo i.icoSkype {
  background-position: 0 -24px;
}

.contact-info .left span.contactInfo i.icoAdress {
  background-position: 0 -72px;
}

.contact-info .left span.contactInfo i.icoTime {
  background-position: 0 -96px;
}

.contact-info .left span.contactInfo i.icoFax {
  background-position: 0 -120px;
}

.contact-info .left span.contactInfo b {
  padding-left: 35px;
}

.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
  background: #fff;
}

.sitemap-info ul ul {
  padding-left: 20px;
}

.sitemap-info ul li {
  padding: 3px 0;
}

.sitemap-info .left {
  float: left;
  width: 48%;
}

.sitemap-info .right {
  float: left;
  width: 48%;
}

.infofix {
  padding-left: 35px;
  font-weight: bold;
  color: #232323;
  font-size: 12px;
  margin-bottom: 1px;
  text-align: left;
}

.infofit {
  font-weight: bold;
  color: #232323;
  font-size: 12px;
  margin-bottom: 1px;
  text-align: left;
}

.round-content {
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
  background: #FFFFFF;
  border-radius: 5px;
}

/* footer */
#footer {
  clear: both;
  position: relative;
  overflow: auto;
  height: 519px;
  padding: 0px 0px 0px 0px;
  background: url(/image/data/footer_back.jpg) 0 0px no-repeat;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  background-size: cover;
}

#footer .cover {
  background: #444;
  width: 100%;
  height: 519px;
  opacity: 0.9;
}

#footer .b40 {
  color: #fff;
  font: bold 18px/18px "Open Sans", sans-serif;
  margin: 0px;
  padding-left: 5px;
  height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}

#footer .wrapper-center {
  padding: 47px 1% 0;
}

#footer .column {
  padding: 0 !important;
  float: left;
  width: 24.5%;
  margin-bottom: 40px;
  /* min-height: 100px; */
}

#footer .column ul {
  padding: 0;
  margin: 0;
}

#footer .column ul#map-block {
  margin: 34px 0px 30px 0px;
}

#footer .column ul#map-block .map {
  width: 100%;
  height: 216px;
}

#footer .column ul li {
  list-style: none;
}

#footer .column a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  padding: 5px 5px;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  text-transform: uppercase;
}

#footer .column a:hover {
  color: #787b7e;
  text-decoration: underline;
}

#footer .column span.contactInfo {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  font-size: 14px;
  line-height: 24px;
}

#footer .column span.contactInfo i {
  width: 24px;
  height: 24px;
  background: url(../image/sprite-header.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -12px;
}

#footer .column span.contactInfo i.icoPhone {
  background-position: 0px 0;
}

#footer .column span.contactInfo i.icoMobile {
  background-position: 0px -144px;
}

#footer .column span.contactInfo i.icoEmail {
  background-position: 0 -48px;
}

#footer .column span.contactInfo i.icoSkype {
  background-position: 0 -24px;
}

#footer .column span.contactInfo i.icoAdress {
  background-position: 0 -72px;
}

#footer .column span.contactInfo i.icoTime {
  background-position: 0 -96px;
}

#footer .column span.contactInfo i.icoFax {
  background-position: 0 -120px;
}

#socSystem {
  margin: 5px 0 0 0;
}

.socSystem-block {
  overflow: hidden;
}

.socSystem-block li {
  list-style: none;
  margin-bottom: 9px;
  height: 32px;
}

.socSystem-block li a {
  margin-left: 35px;
  height: 22px;
  line-height: 22px;
}

.socSystem-block li i {
  background: url(../image/icoSoc.png) no-repeat;
  height: 32px;
  width: 32px;
  display: block;
  float: left;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.socSystem-block li i.ico_odnoklassniki {
  background-position: -96px 0px;
}

.socSystem-block li:hover i.ico_odnoklassniki {
  background-position: -96px -32px;
}

.socSystem-block li i.ico_vk {
  background-position: -64px 0px;
}

.socSystem-block li:hover i.ico_vk {
  background-position: -64px -32px;
}

.socSystem-block li i.ico_twitter {
  background-position: 0px 0px;
}

.socSystem-block li:hover i.ico_twitter {
  background-position: 0px -32px;
}

.socSystem-block li i.ico_facebook {
  background-position: -32px 0px;
}

.socSystem-block li:hover i.ico_facebook {
  background-position: -32px -32px;
}

/* .socSystem-block li:hover i{
	background-position: -32px 0
}
*/
#footer_bottom {
  float: left;
  width: 980px;
  clear: both;
  border-top: 1px #777 dotted;
}

#paySystem {
  float: left;
}

.paySystem-block {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.paySystem-block li {
  width: 51px;
  height: 32px;
  float: left;
  list-style: none;
  margin: 0px 0 9px 9px;
  padding: 0;
}

.paySystem-block li span {
  width: 51px;
  height: 32px;
  float: left;
}

#block_counter {
  list-style: none;
  float: right;
  margin: 10px 10px 0 0;
  padding: 0;
}

#block_counter li {
  float: right;
  margin: 0 0 0 9px;
}

#powered {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 20px;
  color: white;
  width: 1036px;
  text-align: right;
  margin-bottom: 32px;
  font-family: "Open Sans", sans-serif;
  color: #8d8f92;
}

#logo_footer {
  position: absolute;
  margin-bottom: 32px;
  margin-left: 64px;
  bottom: 0px;
}

#powered a {
  font-size: 10px;
  color: #333;
}

/* banner */
.banner {
  margin-bottom: 3px;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.banner div {
  text-align: left;
  margin-bottom: 3px;
  display: inline-table;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.transfer div {
	max-width: 315px;
	}

.banner div img {
  margin-bottom: 1%;
}

.jcarousel-skin-tango {
  position: relative;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: visible;
}

/** * Vertical Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  display: block;
  position: absolute;
  top: -52px;
  right: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #000 url(../image/arrowsBig.png) -40px 4px no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  display: block;
  position: absolute;
  top: -52px;
  right: 35px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #000 url(../image/arrowsBig.png) 8px 4px no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
  display: none;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
  display: none;
}

#signup {
  text-align: left;
  width: 400px;
  height: 210px;
  padding: 20px 20px 20px 20px;
  display: none;
  background: #fff;
  border-top: 3px #8169A8 solid;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

#lean_overlay {
  position: fixed;
  z-index: 9997;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.box-head {
  position: relative;
  margin: 0 0 10px 0;
  height: 50px;
  text-align: center;
}

.box-head {
  font: italic 24px/40px "Open Sans", sans-serif;
  color: #232323;
  font-weight: bold;
}

#signup .trBlock {
  clear: both;
  overflow: hidden;
}

.box-head a {
  font: italic 24px/40px "Open Sans", sans-serif;
  color: #8169A8;
  font-weight: bold;
}

#signup span.nameInput {
  color: #232323;
  width: 130px;
  float: left;
  margin: 10px 0px 5px 30px;
  line-height: 29px;
  font-weight: bold;
}

#signup input.logintxt {
  color: #232323;
  width: 190px;
  float: left;
  margin: 10px 0px 5px 0px;
  padding: 7px;
  border-radius: 3px;
}

#signup a {
  border: none;
}

#signup a.button-enter {
  font: italic 24px/40px "Open Sans", sans-serif;
  font-weight: bold;
}

.modal_close {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: #8169A8 url(../image/closeses.png) 6px 6px no-repeat;
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
}

#carousel0 {
  padding: 40px 0px 0px 0px;
}

#carousel1 {
  overflow: hidden;
  padding: 0px;
}

#inTopPage {
  display: none;
  text-decoration: none;
  overflow: hidden;
  border: none;
  text-indent: -999px;
  width: 50px;
  height: 50px;
  background: url("../image/arrowsBigVertical.png") 50% 17px no-repeat;
  background-color: #222222;
  position: fixed;
  bottom: 10px;
  right: 22px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#inTopPage:hover {
  background-color: #f00;
  opacity: 1;
}

#inTopPage:active, #inTopPage:focus {
  outline: none;
}

#sliderBox {
  overflow: hidden;
  margin-top: 20px;
}

#sliderProduct-pic {
  float: left;
  background: url(../image/sliderBackPic.png) no-repeat;
  height: 276px;
  width: 423px;
  position: relative;
}

.slides_container {
  position: absolute;
  top: 13px;
  left: 80px;
  width: 250px;
  height: 250px;
}

/* universal */
.s_button_prev {
  position: absolute;
  margin-top: -28px;
  top: 50%;
  left: 25px;
  width: 25px;
  height: 57px;
  cursor: pointer;
  background-image: url("../image/button-brands.png");
}

.s_button_next {
  position: absolute;
  margin-top: -28px;
  top: 50%;
  right: 40px;
  width: 25px;
  height: 57px;
  cursor: pointer;
  background-image: url("../image/button-brands.png");
  background-position: 100% 0;
}

#sliderProduct-info {
  float: right;
  width: 560px;
  padding-right: 20px;
}

#sliderBigDes {
  width: 1020px;
  margin: 0 auto;
}

.sliderBigdesTitle {
  padding: 20px 0;
}

.sliderBigdesTitle a {
  font-size: 32px;
}

.ratingBox {
  padding: 0 0 15px 0;
  display: block;
}

.s_desc {
  color: #ddd;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
}

.priceBox {
  color: #ddd;
  font-size: 30px;
  font-family: "Cuprum", Arial, Helvetica, sans-serif;
}

.priceBox .priceOld {
  color: #f00;
  text-decoration: line-through;
  font-size: 25px;
}

.leftimg {
  float: right;
  /* ������������ �� ������ ���� */
  margin: 0 10px 10px 10px;
  /* ������� ������ �������� */
}

#knleft {
  position: relative;
  background: #fff;
  min-width: 230px;
  display: block;
  float: left;
  height: 45px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #919497;
  border: 1px solid #919497;
  border-radius: 22px;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  background: url(/image/data/arrow_left.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 30px;
  padding-right: 20px;
}

#knleft:hover {
  background-color: #bfbfbf !important;
  color: white;
  background: url(/image/data/white_arrow_left.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 30px;
  padding-right: 20px;
}

#knright {
  position: relative;
  background: #fff;
  min-width: 230px;
  display: block;
  float: left;
  height: 45px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #919497;
  border: 1px solid #919497;
  border-radius: 22px;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  background: url(/image/data/arrow_right.png);
  background-repeat: no-repeat;
  padding-right: 30px;
  background-position-x: 97%;
  background-position-y: center;
  background-position: right 10px center;
  padding-left: 20px;
}

#knright:hover {
  background-color: #bfbfbf !important;
  color: white;
  background: url(/image/data/white_arrow_right.png);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  background-position: right 10px center;
}

.wrapLightbox {
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 1000000000;
}

.wrapAbs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox {
  width: 420px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 0 12px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -210px;
}

.lightbox input {
  margin-bottom: 28px;
}

.lightbox h2 {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 30px;
}

.lightbox h2 span {
  color: #767777;
}

.lightbox .numberOfClients {
  margin-top: -5px;
}

.wrapLightbox .guard {
  margin-top: 10px;
}

.wrapLightbox.show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
}

.closeButton {
  background: url(/image/closebutton.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.require {
  display: none;
  top: 50%;
  left: 50%;
  position: fixed;
  width: 400px;
  height: 40px;
  margin: -30px 0 0 -210px;
  z-index: 1000000001;
  background: #25BCE0;
  color: white;
  font-size: 1.2em;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 10px;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.require.show {
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
}

.lightbox input {
  display: block;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  font-size: 1.2em;
  text-align: center;
  width: 300px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0;
}

.lightbox input[type=submit] {
  background-color: #767777;
  color: white;
  height: 60px;
  font-size: 1.7em;
  cursor: pointer;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.lightbox button[type=submit] {
  background-color: #767777;
  color: white;
  height: 60px;
  font-size: 1.7em;
  cursor: pointer;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  border: 0;
  min-width: 300px;
  margin-bottom: 20px;
}

.lightbox input[type=submit] {
  color: white;
  height: 60px;
  font-size: 2em;
  cursor: pointer;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  background: #767777 url(../image/mainMenu.png) 0 50%;
  border-radius: 30px;
}

.lightbox input:focus {
  outline: none;
}

.lightbox input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.lightbox input:focus::-moz-placeholder {
  opacity: 0;
  -moz-opacity: 0;
}

.lightbox form {
  margin: 0 auto;
  width: 300px;
  display: block;
}

.callMeButton {
  border: 0px solid white;
  color: grey;
  width: 220px;
  height: 40px;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 21px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  margin-top: 10px;
}

.sizeTableBtn {
  border: 0px solid white;
  color: grey;
  width: 220px;
  height: 40px;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 21px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  margin-top: 10px;
}

.articles {
  width: 100%;
  position: relative;
  text-align: center;
}

.center {
  margin: 25px auto;
  width: 100%;
  position: relative;
}

form {
  width: 300px;
}

.wrapForm input {
  display: block;
  border: 1;
  font-size: 1.5em;
  text-align: center;
  width: 300px;
  height: 30px;
  padding: 0;
}

input[type=submit] {
  border: 1px solid #999;
  background-color: #fff;
  color: #999;
  cursor: pointer;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  border: none;
}

button[type=submit] {
  background-color: #ff0a6c;
  color: white;
  height: 60px;
  font-size: 1.7em;
  cursor: pointer;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  border: none;
  min-width: 300px;
  margin-bottom: 20px;
}

input[type=submit]:hover {
  background-color: #999;
  color: #fff;
}

input:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-opacity: 0;
}

.numberOfClients {
  font-size: 1em;
  text-align: center;
  color: #3f3f3f;
}

.guard {
  font-size: 0.8em;
  font-family: Roboto;
  color: #4d4d4d;
  text-align: center;
}

.clear {
  clear: both;
}

img.fotopic {
  float: left;
  margin: 10px;
}

button {
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/*========== header styles ==========*/
.first {
  background: url(../image/fon-forma.jpg) no-repeat;
  margin-top: -30px;
}

.firstua {
  background: url(../image/fon-formaua.jpg) no-repeat;
  margin-top: -30px;
}

.borda {
  margin-top: -11px;
}

.first .intro {
  font-size: 1.5em;
  text-align: left;
  margin-top: 15px;
  color: #3f3f3f;
  margin-left: 20px;
  font-weight: bold;
}

.first .wrapForm {
  position: relative;
  width: 300px;
  margin-left: 20px;
  margin-top: -20px;
  text-align: left;
  padding-top: 180px;
}

.firstua .wrapForm {
  position: relative;
  width: 300px;
  margin-left: 20px;
  margin-top: -20px;
  text-align: left;
  padding-top: 180px;
}

.numberOfClients {
  font-size: 1em;
  text-align: center;
  color: #3f3f3f;
  margin-top: -5px;
}

.wrapForm .guard {
  font-size: 1.2em;
  font-family: roboto;
  color: #000;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 30px;
}

.wrapForm form {
  margin: 0 auto;
}

.first input {
  margin: 0 0 10px 4px;
}

.firstua input {
  margin: 0 0 10px 4px;
}

.jcarousel-skin-opencart .jcarousel-container {
  background: #FFF;
  margin-bottom: 0px;
}

.jcarousel-skin-opencart .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-opencart .jcarousel-container-horizontal {
  padding: 0px 0px;
}

.jcarousel-skin-opencart .jcarousel-clip {
  overflow: hidden;
  width: 100%;
}

.jcarousel-skin-opencart .jcarousel-item {
  text-align: center;
}

.jcarousel-skin-opencart .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}

.jcarousel-skin-opencart .jcarousel-item-vertical {
  margin: 0 0 10px 0;
  height: 100px;
}

.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: -32px;
  right: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../image/arrowsBig.png) -40px 4px no-repeat;
}

.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: -32px;
  right: 35px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../image/arrowsBig.png) 8px 4px no-repeat;
}

.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;
}

.jcarousel-skin-additional .jcarousel-clip-horizontal {
  overflow: hidden;
  height: 100px;
}

.jcarousel-skin-additional .jcarousel-next-horizontal {
  position: absolute;
  margin-top: 0px;
  top: 0px;
  right: 0;
  width: 25px;
  height: 100px;
  cursor: pointer;
  background: url("../image/arrowsBig.png") -43px 50% no-repeat;
}

.jcarousel-skin-additional .jcarousel-next-disabled-horizontal, .jcarousel-skin-additional .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-additional .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-additional .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background: none;
  display: none;
}

.jcarousel-skin-additional .jcarousel-prev-horizontal {
  position: absolute;
  margin-top: 0px;
  top: 0px;
  left: 0;
  width: 25px;
  height: 100px;
  cursor: pointer;
  background: url("../image/arrowsBig.png") 5px 50% no-repeat;
}

.jcarousel-skin-additional .jcarousel-prev-disabled-horizontal, .jcarousel-skin-additional .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-additional .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-additional .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background: none;
  display: none;
}

/*  ColorBox Core Style:  The following CSS is consistent between example themes and should not be altered.*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  border-top: 3px #000 solid;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/*   User Style:  Change the following styles to modify the appearance of ColorBox.  They are  ordered & tabbed in a way that represents the nesting of the generated HTML.*/
#cboxOverlay {
  background: #000;
}

#cboxTopLeft {
  width: 14px;
  height: 43px;
}

#cboxTopCenter {
  height: 14px;
  height: 43px;
}

#cboxTopRight {
  width: 14px;
  height: 43px;
}

#cboxBottomLeft {
  width: 14px;
  height: 12px;
}

#cboxBottomCenter {
  height: 12px;
}

#cboxBottomRight {
  width: 14px;
  height: 12px;
}

#cboxMiddleLeft {
  width: 14px;
}

#cboxMiddleRight {
  width: 14px;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxTitle {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  font: italic 24px "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  top: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxSlideshow {
  position: absolute;
  top: -29px;
  text-indent: -9999px;
}

#cboxPrevious, #cboxNext {
  z-index: 999;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  display: block;
  background: url(../../../theme/bigdesfashion/image/arrowsBig.png) -30px 13px no-repeat;
  background-color: #222222;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#cboxPrevious {
  left: -50px;
  background-position: 17px 13px;
}

#cboxNext {
  right: -50px;
}

#cboxContent:hover #cboxNext {
  opacity: 0.5;
  right: 0px;
}

#cboxContent:hover #cboxPrevious {
  opacity: 0.5;
  left: 0px;
}

#cboxContent:hover #cboxNext:hover, #cboxContent:hover #cboxPrevious:hover {
  opacity: 1;
}

#cboxClose {
  right: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: #000 url(../../../theme/bigdesfashion/image/closeses.png) 6px 6px no-repeat;
  position: absolute;
  top: -43px;
  right: -5px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot?v=3.0.1");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles  ------------------------------------------------------- */
[class^=icon-], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white, .nav-pills > .active > a > [class^=icon-], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^=icon-], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^=icon-], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^=icon-], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^=icon-], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^=icon-], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^=icon-], a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

.btn [class^=icon-], .nav [class^=icon-], .btn [class*=" icon-"], .nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}

.btn [class^=icon-].icon-large, .nav [class^=icon-].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

.btn [class^=icon-].icon-spin, .nav [class^=icon-].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^=icon-], .nav-pills [class^=icon-], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}

.nav-tabs [class^=icon-], .nav-pills [class^=icon-], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^=icon-].icon-large, .nav-pills [class^=icon-].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}

li [class^=icon-], .nav li [class^=icon-], li [class*=" icon-"], .nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^=icon-].icon-large, .nav li [class^=icon-].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}

ul.icons li [class^=icon-], ul.icons li [class*=" icon-"] {
  width: 0.75em;
}

.icon-muted {
  color: #eeeeee;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left, [class*=" icon-"].pull-left {
  margin-right: 0.3em;
}

[class^=icon-].pull-right, [class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}

.btn [class^=icon-].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-], .btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}

.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}

.btn.btn-large [class^=icon-].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: 0.9em;
  }

  .btn .icon-spin {
    height: auto;
  }

  .icon-spin.icon-large {
    height: 1.25em;
  }

  .btn .icon-spin.icon-large {
    height: 0.75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen  readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "?";
}

.icon-music:before {
  content: "?";
}

.icon-search:before {
  content: "?";
}

.icon-envelope:before {
  content: "?";
}

.icon-heart:before {
  content: "?";
}

.icon-star:before {
  content: "?";
}

.icon-star-empty:before {
  content: "?";
}

.icon-user:before {
  content: "?";
}

.icon-film:before {
  content: "?";
}

.icon-th-large:before {
  content: "?";
}

.icon-th:before {
  content: "?";
}

.icon-th-list:before {
  content: "?";
}

.icon-ok:before {
  content: "?";
}

.icon-remove:before {
  content: "?";
}

.icon-zoom-in:before {
  content: "?";
}

.icon-zoom-out:before {
  content: "?";
}

.icon-off:before {
  content: "?";
}

.icon-signal:before {
  content: "?";
}

.icon-cog:before {
  content: "?";
}

.icon-trash:before {
  content: "?";
}

.icon-home:before {
  content: "?";
}

.icon-file:before {
  content: "?";
}

.icon-time:before {
  content: "?";
}

.icon-road:before {
  content: "?";
}

.icon-download-alt:before {
  content: "?";
}

.icon-download:before {
  content: "?";
}

.icon-upload:before {
  content: "?";
}

.icon-inbox:before {
  content: "?";
}

.icon-play-circle:before {
  content: "?";
}

.icon-repeat:before {
  content: "?";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "?";
}

.icon-list-alt:before {
  content: "?";
}

.icon-lock:before {
  content: "?";
}

.icon-flag:before {
  content: "?";
}

.icon-headphones:before {
  content: "?";
}

.icon-volume-off:before {
  content: "?";
}

.icon-volume-down:before {
  content: "?";
}

.icon-volume-up:before {
  content: "?";
}

.icon-qrcode:before {
  content: "?";
}

.icon-barcode:before {
  content: "?";
}

.icon-tag:before {
  content: "?";
}

.icon-tags:before {
  content: "?";
}

.icon-book:before {
  content: "?";
}

.icon-bookmark:before {
  content: "?";
}

.icon-print:before {
  content: "?";
}

.icon-camera:before {
  content: "?";
}

.icon-font:before {
  content: "?";
}

.icon-bold:before {
  content: "?";
}

.icon-italic:before {
  content: "?";
}

.icon-text-height:before {
  content: "?";
}

.icon-text-width:before {
  content: "?";
}

.icon-align-left:before {
  content: "?";
}

.icon-align-center:before {
  content: "?";
}

.icon-align-right:before {
  content: "?";
}

.icon-align-justify:before {
  content: "?";
}

.icon-list:before {
  content: "?";
}

.icon-indent-left:before {
  content: "?";
}

.icon-indent-right:before {
  content: "?";
}

.icon-facetime-video:before {
  content: "?";
}

.icon-picture:before {
  content: "?";
}

.icon-pencil:before {
  content: "?";
}

.icon-map-marker:before {
  content: "?";
}

.icon-adjust:before {
  content: "?";
}

.icon-tint:before {
  content: "?";
}

.icon-edit:before {
  content: "?";
}

.icon-share:before {
  content: "?";
}

.icon-check:before {
  content: "?";
}

.icon-move:before {
  content: "?";
}

.icon-step-backward:before {
  content: "?";
}

.icon-fast-backward:before {
  content: "?";
}

.icon-backward:before {
  content: "?";
}

.icon-play:before {
  content: "?";
}

.icon-pause:before {
  content: "?";
}

.icon-stop:before {
  content: "?";
}

.icon-forward:before {
  content: "?";
}

.icon-fast-forward:before {
  content: "?";
}

.icon-step-forward:before {
  content: "?";
}

.icon-eject:before {
  content: "?";
}

.icon-chevron-left:before {
  content: "?";
}

.icon-chevron-right:before {
  content: "?";
}

.icon-plus-sign:before {
  content: "?";
}

.icon-minus-sign:before {
  content: "?";
}

.icon-remove-sign:before {
  content: "?";
}

.icon-ok-sign:before {
  content: "?";
}

.icon-question-sign:before {
  content: "?";
}

.icon-info-sign:before {
  content: "?";
}

.icon-screenshot:before {
  content: "?";
}

.icon-remove-circle:before {
  content: "?";
}

.icon-ok-circle:before {
  content: "?";
}

.icon-ban-circle:before {
  content: "?";
}

.icon-arrow-left:before {
  content: "?";
}

.icon-arrow-right:before {
  content: "?";
}

.icon-arrow-up:before {
  content: "?";
}

.icon-arrow-down:before {
  content: "?";
}

.icon-share-alt:before {
  content: "?";
}

.icon-resize-full:before {
  content: "?";
}

.icon-resize-small:before {
  content: "?";
}

.icon-plus:before {
  content: "?";
}

.icon-minus:before {
  content: "?";
}

.icon-asterisk:before {
  content: "?";
}

.icon-exclamation-sign:before {
  content: "?";
}

.icon-gift:before {
  content: "?";
}

.icon-leaf:before {
  content: "?";
}

.icon-fire:before {
  content: "?";
}

.icon-eye-open:before {
  content: "?";
}

.icon-eye-close:before {
  content: "?";
}

.icon-warning-sign:before {
  content: "?";
}

.icon-plane:before {
  content: "?";
}

.icon-calendar:before {
  content: "?";
}

.icon-random:before {
  content: "?";
}

.icon-comment:before {
  content: "?";
}

.icon-magnet:before {
  content: "?";
}

.icon-chevron-up:before {
  content: "?";
}

.icon-chevron-down:before {
  content: "?";
}

.icon-retweet:before {
  content: "?";
}

.icon-shopping-cart:before {
  content: "?";
}

.icon-folder-close:before {
  content: "?";
}

.icon-folder-open:before {
  content: "?";
}

.icon-resize-vertical:before {
  content: "?";
}

.icon-resize-horizontal:before {
  content: "?";
}

.icon-bar-chart:before {
  content: "?";
}

.icon-twitter-sign:before {
  content: "?";
}

.icon-facebook-sign:before {
  content: "?";
}

.icon-camera-retro:before {
  content: "?";
}

.icon-key:before {
  content: "?";
}

.icon-cogs:before {
  content: "?";
}

.icon-comments:before {
  content: "?";
}

.icon-thumbs-up:before {
  content: "?";
}

.icon-thumbs-down:before {
  content: "?";
}

.icon-star-half:before {
  content: "?";
}

.icon-heart-empty:before {
  content: "?";
}

.icon-signout:before {
  content: "?";
}

.icon-linkedin-sign:before {
  content: "?";
}

.icon-pushpin:before {
  content: "?";
}

.icon-external-link:before {
  content: "?";
}

.icon-signin:before {
  content: "?";
}

.icon-trophy:before {
  content: "?";
}

.icon-github-sign:before {
  content: "?";
}

.icon-upload-alt:before {
  content: "?";
}

.icon-lemon:before {
  content: "?";
}

.icon-phone:before {
  content: "?";
}

.icon-check-empty:before {
  content: "?";
}

.icon-bookmark-empty:before {
  content: "?";
}

.icon-phone-sign:before {
  content: "?";
}

.icon-twitter:before {
  content: "?";
}

.icon-facebook:before {
  content: "?";
}

.icon-github:before {
  content: "?";
}

.icon-unlock:before {
  content: "?";
}

.icon-credit-card:before {
  content: "?";
}

.icon-rss:before {
  content: "?";
}

.icon-hdd:before {
  content: "?";
}

.icon-bullhorn:before {
  content: "?";
}

.icon-bell:before {
  content: "?";
}

.icon-certificate:before {
  content: "?";
}

.icon-hand-right:before {
  content: "?";
}

.icon-hand-left:before {
  content: "?";
}

.icon-hand-up:before {
  content: "?";
}

.icon-hand-down:before {
  content: "?";
}

.icon-circle-arrow-left:before {
  content: "?";
}

.icon-circle-arrow-right:before {
  content: "?";
}

.icon-circle-arrow-up:before {
  content: "?";
}

.icon-circle-arrow-down:before {
  content: "?";
}

.icon-globe:before {
  content: "?";
}

.icon-wrench:before {
  content: "?";
}

.icon-tasks:before {
  content: "?";
}

.icon-filter:before {
  content: "?";
}

.icon-briefcase:before {
  content: "?";
}

.icon-fullscreen:before {
  content: "?";
}

.icon-group:before {
  content: "?";
}

.icon-link:before {
  content: "?";
}

.icon-cloud:before {
  content: "?";
}

.icon-beaker:before {
  content: "?";
}

.icon-cut:before {
  content: "?";
}

.icon-copy:before {
  content: "?";
}

.icon-paper-clip:before {
  content: "?";
}

.icon-save:before {
  content: "?";
}

.icon-sign-blank:before {
  content: "?";
}

.icon-reorder:before {
  content: "?";
}

.icon-list-ul:before {
  content: "?";
}

.icon-list-ol:before {
  content: "?";
}

.icon-strikethrough:before {
  content: "?";
}

.icon-underline:before {
  content: "?";
}

.icon-table:before {
  content: "?";
}

.icon-magic:before {
  content: "?";
}

.icon-truck:before {
  content: "?";
}

.icon-pinterest:before {
  content: "?";
}

.icon-pinterest-sign:before {
  content: "?";
}

.icon-google-plus-sign:before {
  content: "?";
}

.icon-google-plus:before {
  content: "?";
}

.icon-money:before {
  content: "?";
}

.icon-caret-down:before {
  content: "?";
}

.icon-caret-up:before {
  content: "?";
}

.icon-caret-left:before {
  content: "?";
}

.icon-caret-right:before {
  content: "?";
}

.icon-columns:before {
  content: "?";
}

.icon-sort:before {
  content: "?";
}

.icon-sort-down:before {
  content: "?";
}

.icon-sort-up:before {
  content: "?";
}

.icon-envelope-alt:before {
  content: "?";
}

.icon-linkedin:before {
  content: "?";
}

.icon-undo:before {
  content: "?";
}

.icon-legal:before {
  content: "?";
}

.icon-dashboard:before {
  content: "?";
}

.icon-comment-alt:before {
  content: "?";
}

.icon-comments-alt:before {
  content: "?";
}

.icon-bolt:before {
  content: "?";
}

.icon-sitemap:before {
  content: "?";
}

.icon-umbrella:before {
  content: "?";
}

.icon-paste:before {
  content: "?";
}

.icon-lightbulb:before {
  content: "?";
}

.icon-exchange:before {
  content: "?";
}

.icon-cloud-download:before {
  content: "?";
}

.icon-cloud-upload:before {
  content: "?";
}

.icon-user-md:before {
  content: "?";
}

.icon-stethoscope:before {
  content: "?";
}

.icon-suitcase:before {
  content: "?";
}

.icon-bell-alt:before {
  content: "?";
}

.icon-coffee:before {
  content: "?";
}

.icon-food:before {
  content: "?";
}

.icon-file-alt:before {
  content: "?";
}

.icon-building:before {
  content: "?";
}

.icon-hospital:before {
  content: "?";
}

.icon-ambulance:before {
  content: "?";
}

.icon-medkit:before {
  content: "?";
}

.icon-fighter-jet:before {
  content: "?";
}

.icon-beer:before {
  content: "?";
}

.icon-h-sign:before {
  content: "?";
}

.icon-plus-sign-alt:before {
  content: "?";
}

.icon-double-angle-left:before {
  content: "?";
}

.icon-double-angle-right:before {
  content: "?";
}

.icon-double-angle-up:before {
  content: "?";
}

.icon-double-angle-down:before {
  content: "?";
}

.icon-angle-left:before {
  content: "?";
}

.icon-angle-right:before {
  content: "?";
}

.icon-angle-up:before {
  content: "?";
}

.icon-angle-down:before {
  content: "?";
}

.icon-desktop:before {
  content: "?";
}

.icon-laptop:before {
  content: "?";
}

.icon-tablet:before {
  content: "?";
}

.icon-mobile-phone:before {
  content: "?";
}

.icon-circle-blank:before {
  content: "?";
}

.icon-quote-left:before {
  content: "?";
}

.icon-quote-right:before {
  content: "?";
}

.icon-spinner:before {
  content: "?";
}

.icon-circle:before {
  content: "?";
}

.icon-reply:before {
  content: "?";
}

.icon-github-alt:before {
  content: "?";
}

.icon-folder-close-alt:before {
  content: "?";
}

.icon-folder-open-alt:before {
  content: "?";
}

#container-boxed {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  text-align: left;
  /* min-height:1600px; */
}

body, ul.list-items li div.text h2 a, ul.list-items li div.text h2, #newest-products li h2 a, #newest-products li h2, div.box-product .name a {
  font-family: "Open Sans", sans-serif;
}

#signup, #cboxWrapper {
  border-color: #adadad;
}

#welcome, .product-filter .display a.icon-th-list, .product-filter .display a.icon-th, .modal_close, #inTopPage:hover, #cboxClose {
  background-color: #adadad;
}

.box-product-lr-side .image img {
  border-color: #adadad;
}

.jcarousel-skin-additional .jcarousel-next-horizontal, .jcarousel-skin-additional .jcarousel-prev-horizontal, .s_button_prev, .s_button_next, .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal, .jcarousel-skin-opencart .jcarousel-next-horizontal, .jcarousel-skin-opencart .jcarousel-prev-horizontal {
  background-color: #a54160;
}

.jcarousel-skin-additional .jcarousel-next-horizontal:hover, .jcarousel-skin-additional .jcarousel-prev-horizontal:hover, .s_button_prev:hover, .s_button_next:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:hover {
  background-color: #9c444c;
}

.box-product .price .price-old, .product-grid .price .price-old {
  color: #000;
}

#links span.rz {
  border-color: #a54160;
}

.priceBox .priceNew, .sliderBigdesTitle, #welcome > a {
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}

#welcome span.rz {
  border-color: #FFFFFF;
}

#welcome {
  background-color: #a54160;
}

a.ico-sale, a.button, input.button {
  color: #999999;
}

.button:hover {
  color: #999999;
}

a.button-sub, input.button-sub {
  color: #999999;
}

.button-sub:hover {
  background: #999;
  color: #fff;
}

.product-info > .left + .right, .product-info .review, .product-info {
  background: none;
}

.ramka {
  outline: 2px solid #919497;
  border: 5px solid #fff;
  float: left;
  margin: 10px;
}

.ram1 {
  float: left;
  clear: both;
}

.ram2 {
  float: right;
}

.info {
  margin: 10px 10px 10px 10px;
  padding: 9px 10px 10px 10px;
  border: 1px solid #666;
  height: auto !important;
  background-color: #d4e2ef;
  text-align: justify;
}

.info1 {
  margin: 10px 10px 10px 10px;
  padding: 9px 10px 10px 10px;
  border: 1px solid #666;
  height: auto !important;
  background-color: #ffffcc;
  text-align: justify;
}

.bnt-transparent {
  background: #919497;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 25px;
  font-size: 18px;
}

.main-skidka {
  margin: 10px;
  float: right;
}

.cbk-phone {
  position: fixed !important;
  left: auto !important;
  right: 40px !important;
  top: auto !important;
  bottom: 40px !important;
}

#guma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#guma #container-center {
  min-width: 80%;
}

#guma-left {
  width: 20%;
  float: left;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: 0;
          order: 0;
}

#guma #container-center{
  -webkit-box-ordinal-group: 1;
}

td#specials_main {
  width: 70%;
}

td#specials_main ~ td {
  padding: 15px;
}

td#specials_main .product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: auto !important;
  margin: 0;
}

td#specials_main .product-grid > div {
  width: 50%;
  padding: 0;
}

td#specials_main .product-grid > div .price ~ a {
  margin-bottom: 10px;
}

.pushy {
  width: 0;
}

a.cbk-phone, a.cbk-phone:hover {
  z-index: 999999 !important;
}

.h1_block ~ .category-list .categories-option {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.h1_block[style^=border] ~ .category-list .categories-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.h1_block[style^=border] ~ .category-list .categories-option li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
}

.filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.filter-block li {
  list-style-type: none;
}

#button-search:hover {
  color: #fff;
  background: #999;
}

#search .button-search {
  display: none;
}

#search input {
  background-color: #f4f4f4;
  border: 1px solid #eaedf2;
  color: #484f55;
  height: 20px;
  width: 222px;
  border-radius: 7px;
  text-align: center;
}

#guma > .banner img {
  display: none;
}

#guma > .banner img.visible {
  display: block;
}
.product_other #column-left img, .product_platya #column-left img {display:none;}
.product_other #column-left img.visible, .product_platya #column-left img.visible {display:block;}
.banner.transfer{width:100% !important; float:none !important;}
.banner.transfer img {margin:0 auto;}
#guma > .banner.transfer img.right{float:none !important;}

#guma > .banner {
  margin: 0;
}

#guma > .salon {
  float: left;
  width: 50%;
}

#guma > .banner.right {
  float: right;
  width: 50%;
}

#guma > .banner img.right {
  float: right;
}

#guma > .banner img.margin {
  margin-bottom: 0;
  margin-top: 1%;
}

#guma > .banner > div.margin {
  margin-top: 0;
}

.filter_block_mob, .categories_option_mob {
  display: none;
  background-color: #f4f4f4;
  border: 1px solid #eaedf2;
  color: #484f55;
  height: 30px;
  border-radius: 7px;
}

#mob_top_close {
  position: absolute;
  text-align: end;
  right: 5%;
  z-index: 10;
}

.pushy-submenu {
  position: relative;
}

.pushy-submenu-open {
  text-decoration: underline;
}

.pushy-submenu::after {
  position: absolute;
  content: "";
  background: url(/image/data/arrow_down.png);
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.5;
  right: 15px;
  top: 20px;
}

.pushy-submenu.pushy-submenu-open::after {
  background: url(/image/data/arrow_up.png);
}

.pushy-submenu ul {
  background: #ededed;
}

.rating {
  display: none;
}

.search_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_block p {
  margin: auto 0;
}

.search_inner .product-list > div {
  padding: 5px;
}

.search_inner .product-list > div .image {
  padding-right: 5px;
}

.search_inner > .product-list > div > .cart > .button {
  display: inline-block !important;
}

.pagination {
  text-align: center !important;
}

.pagination .links {
  float: none !important;
}

.pagination .results {
  float: none !important;
  margin-top: 20px;
}

.primerka_product {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.pushy-open-left {
  overflow: hidden;
}

.product-grid {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap:wrap;
  min-width:80%;
}
.home_page .product-grid{
  min-height: 1270px;
}

.product-grid > div .image, .product-grid > div .image img {
  width: 100% !important;
}
.product-grid > div .image img {
  max-width:370px;
}

.product-grid > div{
  width:32% !important;
}

.product-fix > div{
  width:99% !important;
}

@media (max-width: 1110px) {
  .wrapper-center {
    width: 100% !important;
  }

  #footer .wrapper-center {
    width: 98% !important;
  }

  #container-boxed {
    max-width: 1024px;
  }

  .category-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }

  #container .nivoSlider {
    overflow: hidden;
    background-position-x: 0 !important;
    height: auto !important;
  }

  .nivoSlider img:first-child {
    display: block !important;
    position: static !important;
    opacity: 0;
  }

  .nivo-slice {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #container .nivo-slice {
    background-position-x: 0 !important;
  }

  #container-center {
    max-width: 1110px;
  }

  #content {
    margin-left: 0;
  }

  #guma{
    flex-wrap: wrap;
  }

  #guma-left {
    display: none;
  }

  .product-grid .cart {
    right: 0;
  }
}
@media (min-width: 1111px) {
  .product-grid > div:hover {
    z-index: 99999;
    border: 1px solid #dedede;
    padding: 4px;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }

  .product-grid > div:hover .cart input, .product-grid > div:hover a.primerka {
    color: white !important;
    background: url(/image/data/white_trempel_buy.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-position-x: 15px !important;
    background-color: #919497 !important;
  }
}
@media (max-width: 1024px) {
  #header {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  #header .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #header #main_top_text #links {
    display: none;
  }

  #header #main_top_text #contactPhone .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pushy-open-left .pluz {
    display: none;
  }

  .box-category {
    display: none;
  }

  .tab-content {
    width: auto;
  }

  #cats_main {
    top: 300px !important;
  }

  #menu, #welcome {
    display: none;
  }

  #container-center {
    width: 100%;
  }

  .pagination .results {
    margin-left: 10px;
    margin-right: 10px;
  }

  h1, .welcome {
    margin-left: 10px;
  }

  .checkout-content .left {
    float: left;
    width: 48%;
  }

  .checkout-content .right {
    float: none;
    width: auto;
  }

  .product-info > .left + .right {
    float: left;
    background: none;
    position: relative;
  }

  .product-info {
    overflow: hidden;
    background: none;
    max-width: 500px;
    margin: auto;
  }

  .product-info .description {
    width: 80%;
  }

  .pushy {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 9999999;
    background: #fff;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .pushy a {
    display: block;
    padding: 6% 1%;
    text-decoration: none;
    outline: 0;
    font-size: 1.2em;
  }

  .pushy ul:first-child {
    margin-top: 10px;
    margin-left: -10%;
  }

  .pushy.pushy-left {
    left: 0;
  }

  .pushy.pushy-right {
    right: 0;
  }

  /* Menu Movement */
  .pushy-left {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  .pushy-open-left #container, .pushy-open-left .push {
    /* -webkit-transform: translate3d(200px, 0, 0);
    */
    -ms-transform: translate3d(200px, 0, 0);
    /* transform: translate3d(200px, 0, 0);
    */
  }

  .pushy-right {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  .pushy-open-right #container, .pushy-open-right .push {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  .pushy-open-left .pushy, .pushy-open-right .pushy {
    width: auto;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* Menu Transitions */
  #container, .pushy, .push {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }

  /* Site Overlay */
  .site-overlay {
    display: none;
  }

  .pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
  }

  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* Submenu Appearance */
  /* Submenu Icon */
  .pushy-submenu ul {
    padding-left: 10%;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
  }

  .pushy-submenu ul .pushy-link {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }

  .pushy-submenu > a {
    position: relative;
  }

  .pushy-submenu > a::after {
    content: "";
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  /* Submenu Movement */
  .pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
  }

  .pushy-submenu-closed .pushy-link {
    opacity: 0;
  }

  /* Submenu Icon */
  .pushy-submenu-open .pushy-link {
    opacity: 1;
  }

  .pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
  }

  .mob-menu li {
    list-style-type: none;
  }

  li#mob_top_close {
    font-size: 25px;
  }
}
@media (max-width: 900px) {
  #header #main_top_text #addr {
    display: none;
  }
}
@media (max-width: 1100px) and (min-width: 769px) {
  .home_page .product-grid {
    gap: 0;
    margin: 0 -1px;
  }

  .product-grid {
    margin: 0 -1px;
  }

  .product-grid > div {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #cats_main {
    top: 20% !important;
  }

  .pagination_product {
    height: 110px;
  }

  #column-left {
    width: 222px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
    float: none;
    clear: both;
    padding-top: 10px;
  }

  #container-center {
    width: 100%;
  }

  #menu {
    display: none;
  }

  h1, .welcome {
    margin-left: 10px;
  }

  .pagination .results {
    margin-left: 10px;
    margin-right: 10px;
  }

  #footer .wrapper-center {
    width: 98% !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  #footer {
    height: auto;
  }

  #footer .cover {
    height: auto;
  }

  #footer .column {
    padding: 0 !important;
    width: 100%;
  }

  #logo_footer {
    position: static;
    margin-left: 10px;
    margin-bottom: 40px;
  }

  #powered {
    margin: 0;
    padding: 0;
    width: auto;
  }

  .forvid {
    width: 100%;
  }

  .product-grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    width: 99%;
    margin: 0.5%;
  }

  .product-grid > div {
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    float: none;
    /* width: 100% !important; */
  }

  .product-grid > div:nth-child(2n+1) .image {
    position: relative;
    float: right;
  }

  .product-info .description {
    width: 80%;
  }

  td#specials_main .product-grid > div {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }

  .category-list ul {
    position: relative;
    padding: 0;
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding-bottom: 100px;
  }

  .primerka {
    padding-left: 40px;
    background-position-x: 10px;
  }

  .compare-info td {
    display: block;
    width: auto !important;
  }

  #cboxContent #cboxClose {
    right: 0;
  }
}
@media (max-width: 700px) {
  #header #main_top_text #contactPhone .heading {
    display: none;
  }
}
@media (max-width: 514px) {
  /* Record Fitting Room */
  .record_fitting form .form-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .record_fitting form .form-body div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 5px 0;
  }

  .record_fitting form .form-body div > label {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .tiktok{padding-top:5px;}
  .product-info .image-additional {
    display: none;
  }

  .wrapper-center {
    height: 75px;
  }

  #header_lang_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }

  #header_lang_mob form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #header_lang_mob form #language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #header_lang_mob form #language a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    text-decoration: none;
    font-size: 13px;
  }

  #header_lang_mob form #language a:hover {
    color: #101922;
    text-decoration: underline;
  }

  #header_lang_mob form #language a:first-child::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 4px;
    margin: 0 15px;
  }

  html:lang(ua) #header_lang_mob form #language a:last-child::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0e1921;
    position: absolute;
    left: -25px;
  }

  html:lang(ru) #header_lang_mob form #language a:last-child::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #0e1921;
    position: absolute;
    left: -40px;
  }

  #header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 75px;
    margin-right: 15px;
  }

  #header #mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
  }

  #header .menu-btn {
    margin-right: 10px;
  }

  #header #main_top_text {
    display: none;
  }

  #header #mob_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
  }

  #header #mob_button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    padding: 4px;
    margin: 0 3px;
    background-color: #ededed;
    border-radius: 50%;
  }

  #header #dressing-room a#cart-compare {
    width: 25px;
    height: 25px;
    padding: 4px;
    margin: 0 3px;
    background-color: #ededed;
    border-radius: 50%;
  }

  #header #dressing-room a#cart-compare #compare-total {
    position: absolute;
    top: -8px;
    right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #313131;
    font-size: 12px;
  }

  #header #dressing-room a#cart-compare img {
    display: none;
  }

  #header #dressing-room a#cart-compare span {
    display: none;
  }

  #header #cart a {
    width: 25px;
    height: 25px;
    padding: 4px;
    margin: 0 3px;
    background-color: #ededed;
    border-radius: 50%;
  }

  #header #cart .heading {
    display: none;
  }

  #header #cart .heading#mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #header #cart .heading#mobile #cart-total-mobile {
    position: absolute;
    top: -8px;
    right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #313131;
    font-size: 12px;
  }

  #header #cart.active .content {
    display: none !important;
  }

  .search_inner .cart {
    float: left;
  }

  .search_inner .image img {
    width: 130px;
  }

  #container-boxed {
    width: 100%;
    padding: 0px;
  }

  #container-center {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  #column-left {
    width: 222px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
    float: none;
    clear: both;
    padding-top: 10px;
  }

  .product-grid {
    width: 100% !important;
    margin: 0;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .product-grid > div {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    float: none;
    position: relative;
    padding: 0;
    width:100% !important;
  }

  .product-grid > div .price {
    float: none;
    padding: 20px 0;
    width: 50%;
  }

  .product-grid > div .cart {
    position: absolute;
    bottom: 15px;
    top: auto !important;
    right: 20px;
  }

  .product-grid > div:nth-child(2n+1) .image {
    float: none;
  }

  .product-grid > div .image a {
    display: block;
  }

  .product-grid > div .image a img {
    width: 90%;
    max-width:480px;
    margin-top: 5%;
  }

  td#specials_main ~ td {
    padding: 10px !important;
  }

  td#specials_main ~ td p {
    font-size: 12px;
    text-align: left;
  }

  td#specials_main .product-grid > div .name {
    margin-bottom: 70px;
  }

  td#specials_main .product-grid > div .price {
    float: none;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    width: 75px;
    padding: 0;
  }

  td#specials_main .product-grid > div .price .price-old {
    position: absolute;
    left: 0;
    bottom: 20px;
  }

  td#specials_main .product-grid > div .price ~ a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
  }

  div.h1_block {
    padding-bottom: 20px;
  }

  div.h1_block {
    margin: 0;
  }

  img.fotopic {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  #guma-left {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
    float: none;
    clear: both;
    padding-top: 10px;
  }

  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .box-category, #top-lang-other {
    display: none;
  }

  #menu {
    display: none;
  }

  .pagination .results {
    margin-left: 10px;
    margin-right: 10px;
  }

  h1, .welcome {
    margin-left: 10px;
  }

  .product-info .description {
    width: 80%;
  }

  .product-info {
    max-width: 315px;
  }

  .forvid {
    width: 100%;
  }

  .main-skidka {
    margin: 0px;
    float: left;
  }

  .mobile-fix2 {
    clear: both;
    margin: -10px;
    padding: auto;
  }

  #specials_main {
    width: auto;
  }

  .pagination .links {
    width: 70%;
    margin: 0 auto;
  }

  .pagination .links a {
    margin-top: 10px;
  }

  .home_services {
    padding: 30px;
  }

  .home_services ul {
    width: 100%;
  }

  .home_services ul li {
    width: 49%;
  }

  #top-lang {
    margin-right: 0;
  }

  .product-info > .left + .right {
    margin-left: 0;
  }

  .primerka {
    padding-right: 20px;
    font-size: 11px !important;
    width: 90px !important;
    text-align: center;
  }
  .search_inner .primerka {
    width: 170px !important;
  }

  #content {
    margin: 0 5px;
    position: relative;
  }


  #header #logo img {
    width: 150px;
  }

  td#specials_main .product-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .categories-option, .filter-block {
    display: none !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .h1_block ~ .category-list .categories-option.open {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    padding-top:30px;
  }

  .h1_block ~ .category-list .plus_mob ~ .categories-option.open {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-block.open {
    display: block !important;
  }

  .filter_block_mob, .categories_option_mob {
    display: inline-block;
  }

  .category-list {
    float: none !important;
    position: relative;
  }
  
  .bottom_mob{
    display:grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 5%;
    gap:50px;
  }

  .product-filter .sort, .price-filter, .search-by-category {
    text-align: center;
  }

  .cart-info td:nth-child(3) {
    display: none;
  }

  .cart-info td:nth-child(2), .cart-info td:nth-child(5), .cart-info td:nth-child(6) {
    width: 0;
  }

  .cart-info tr {
    padding-right: 7px;
  }

  .cart-info td {
    padding-right: 0;
  }

  #header #cart .heading a#urlCart {
    display: none;
  }

  #cart div.trempel img {
    width: 35px;
  }

  #cart div.trempel {
    position: relative;
    margin: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    margin-right: 5px;
  }

  #tovar {
    width: auto;
  }

  .primerka_product {
    height: auto;
    line-height: 16px;
    padding: 7px 0;
    padding-left: 40px;
    width: 175px !important;
  }

  .mob_button + div > a > img {
    display: none;
  }

  .mob_button + div > a > svg {
    display: block;
    width: 40px;
    padding-top: 23px;
  }

  #cart .trempel > img {
    display: none;
  }

  #cart .trempel > svg#phone {
    display: block;
    width: 40px;
    margin-top: -4px;
  }

  .checkout-product table tr td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 425px) {
  /* .pushy-open-left .pushy, .pushy-open-right .pushy{
  	width: 100%;
  	position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
  }
  .pushy ul li{margin-left: 5px;} */
  #cats_main {
    left: 5% !important;
    top: 25% !important;
  }

  #cats_main .pluz br {
    display: none;
  }

  #cats_main .pluz a {
    display: table;
    margin-bottom: 10px;
	margin-top: 10px;
  }

  #cats_main #column-left {
    display: none;
  }

  h1.category_other {
    font-size: 20px;
    padding: 30px 0 0 !important;
  }

  .category-list ul li a {
    padding: 0;
  }

  #header #cart {
    width: auto;
  }

  #header #cart .heading a#urlCart {
    word-spacing: normal;
  }

  #header #cart .heading a#cart-total span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #header #cart .heading a#cart-total i, #header #cart .heading a#cart-total b {
    float: none;
  }

  .left table.form input.large-field, .left table.form select.large-field, .left table.form textarea {
    width: 270px !important;
  }
}
@media (max-width: 380px) {
  .mob_button #phone {
    padding-top: 3px;
  }

  .left table.form input.large-field, .left table.form select.large-field, .left table.form textarea {
    width: 240px !important;
  }
}
@media (max-width: 350px) {
  .home_services ul li {
    width: 100%;
  }

  #header #logo {
    margin-left: 30px;
  }

  .filter-block select, .filter-block input {
    width: 150px !important;
  }

  .left table.form input.large-field, .left table.form select.large-field, .left table.form textarea {
    width: 200px !important;
  }
}

header {position:sticky;top:0;background:#fff;z-index:100000;border-bottom:2px solid #eaeaea;}