/*------------------------------------------------------------------
	1. NORMALIZE
	2. HEADER
		2.1 TOP HEADER
		2.2 CENTER HEADER
		2.3 BOTTOM HEADER
	3. SIDEBAR
	4. CONTENT
	5. FOOTER
	6. MEDIA
	----------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. NORMALIZE
	--------------------------------------------------------------*/
#footer {
  background: #EEEEEE;
}
  .footer, .footer-mob, .full-version {
    display:none;
  }

*::-webkit-input-placeholder {
  color: #c9caca;
  opacity: 1;
  letter-spacing: 0.06em; }

*:-moz-placeholder {
  color: #c9caca;
  opacity: 1;
  letter-spacing: 0.06em; }

*::-moz-placeholder {
  color: #c9caca;
  opacity: 1;
  letter-spacing: 0.06em; }

*:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
  letter-spacing: 0.06em; }

input::-ms-clear {
  display: none; }

a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none; }

* {
  outline: none; }

input {
  font-size: 16px;
  font-family: "PTSansBold";
  color: #7a7a7a;
  outline: inherit; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 45px;
  color: #7a7a7a;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "PTSansBold"; }

h2 {
  font-size: 35px;
  color: #7a7a7a;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "PTSansBold"; }

h4 {
  font-size: 25px;
  color: #7a7a7a;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.03em;
  font-family: "PTSansBold"; }

li {
  list-style-type: none; }

ul {
  padding: 0; }

html {
  width: 100%;
  height: 100%; }

body {
  font-family: sans-serif;
  font-size: 16px;
  min-width: 320px;
  height: 100%;
  position: relative;
  line-height: 1.6;
  font-family: "PTSansRegular";
  overflow-x: hidden;
  width: 100%;
  margin: 0; }

.button-small, .button-small .waves-button-input {
  height: 50px;
  border-radius: 2px;
  background: #046BB4;
  padding: 0 2px;
  border: none;
  color: #FFFFFF;
  font-family: "PTSansBold";
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: block;
  font-style: normal;
  width: 100%;
  transition: 0.2s linear;
  box-shadow: none;
  padding: 0; }
  .button-small:hover, .button-small:focus, .button-small:active, .button-small .waves-button-input:hover, .button-small .waves-button-input:focus, .button-small .waves-button-input:active {
    color: #FFFFFF;
    /* box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4); } */
  }

.button-middle, .button-middle .waves-button-input {
  height: 60px;
  border-radius: 2px;
  background: #046BB4;
  padding: 0 2px;
  border: none;
  color: #FFFFFF;
  font-family: "PTSansBold";
  font-size: 17px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: 0.2s linear;
  font-style: normal;
  box-shadow: none;
  padding: 0; }
  .button-middle:hover, .button-middle:focus, .button-middle:active, .button-middle .waves-button-input:hover, .button-middle .waves-button-input:focus, .button-middle .waves-button-input:active {
    color: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4); }

.button-lardge, .button-lardge .waves-button-input {
  height: 70px;
  border-radius: 2px;
  background: #046BB4;
  padding: 0 2px;
  border: none;
  line-height: 70px;
  color: #FFFFFF;
  font-family: "PTSansBold";
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: 0.2s linear;
  font-style: normal;
  box-shadow: none;
  padding: 0; }
  .button-lardge:hover, .button-lardge:focus, .button-lardge:active, .button-lardge .waves-button-input:hover, .button-lardge .waves-button-input:focus, .button-lardge .waves-button-input:active {
    color: #FFFFFF;
    /* box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4);  */
  }

.button-info-lardge, .button-info-lardge .waves-button-input {
  height: 70px;
  border-radius: 2px;
  background: #edecea;
  padding: 0 15px;
  border: none;
  line-height: 70px;
  color: #7a7a7a;
  font-family: "PTSansBold";
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: 0.2s linear;
  font-style: normal;
  box-shadow: none;
  padding: 0; }
  .button-info-lardge:hover, .button-info-lardge:focus, .button-info-lardge:active, .button-info-lardge .waves-button-input:hover, .button-info-lardge .waves-button-input:focus, .button-info-lardge .waves-button-input:active {
    color: #7a7a7a;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.4); }

.button-small:hover, .button-lardge:hover, .button-middle:hover, .submin-custom-size:hover {
  background: #045891; }

.button-info-lardge:hover {
  background: #d5d3cf; }

/*------------------------------------------------------------------
	2. HEADER
	--------------------------------------------------------------*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select-hidden {
  visibility: hidden; }

/*------------------------------------------------------------------
	2.1 HEADER TOP
	--------------------------------------------------------------*/
.header-top {
  background: #edecea;
  min-height: 50px; }

.box-1675 {
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px; }

.top-left ul {
  padding: 0;
  margin: 0;
  float: left; }

.top-left li {
  position: relative;
  float: left;
  list-style-type: none;
  margin: 0 15px;
  line-height: 50px; }
  .top-left li:first-child {
    margin-left: 0; }
  .top-left li:last-child {
    margin-right: 0; }
  .top-left li a {
    font-size: 13px;
    color: #7b7b7b;
    font-family: "PTSansRegular";
    letter-spacing: 0.05em; }
    .top-left li a:hover, .top-left li a:focus, .top-left li a:active {
      text-decoration: none; }
  .top-left li ul {
    width: 135px;
    background: #FFFFFF;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-radius: 0px 0px 3px 3px;
    position: absolute;
    display: none;
    left: -15px;
    border-top: 2px solid #046BB4;
    top: 48px;
    box-shadow: 0px 2px 3px #7b7b7b;
    z-index: 2; }
    .top-left li ul li {
      width: 100%;
      margin: 0;
      line-height: 1.2;
      height: 42px; }
      .top-left li ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 13px 15px;
        font-size: 14px;
        letter-spacing: 0.025em; }
        .top-left li ul li a:hover {
          background: #edecea; }
  .top-left li .active {
    display: block; }

.top-right li:first-child {
  margin-left: 0; }

.top-right li:last-child {
  margin-right: 0; }

.main-mnu ul {
  background: #FFFFFF; }

.level-two i {
  position: relative;
  margin-left: 5px;
  font-size: 18px;
  top: 3px;
  color: #d0d0cf; }

.top-right ul {
  padding: 0;
  margin: 0;
  float: right; }

.top-right li {
  position: relative;
  float: left;
  list-style-type: none;
  margin: 0 15px;
  line-height: 50px; }
  .top-right li a {
    font-size: 13px;
    color: #7b7b7b;
    font-family: "PTSansRegular";
    letter-spacing: 0.05em; }
    .top-right li a:hover, .top-right li a:focus, .top-right li a:active {
      text-decoration: none; }
  .top-right li ul {
    width: 135px;
    background: #FFFFFF;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-radius: 0px 0px 3px 3px;
    position: absolute;
    display: none;
    left: -15px;
    border-top: 2px solid #046BB4;
    top: 48px;
    box-shadow: 0px 2px 3px #7b7b7b;
    z-index: 2; }
    .top-right li ul li {
      width: 100%;
      margin: 0;
      line-height: 1.2;
      height: 42px; }
      .top-right li ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 13px 15px;
        font-size: 14px;
        letter-spacing: 0.025em; }
        .top-right li ul li a:hover {
          background: #edecea; }
  .top-right li .active {
    display: block; }

/*------------------------------------------------------------------
	2.2 HEADER CENTER
	--------------------------------------------------------------*/
.header-center {
  clear: both;
  min-height: 78px;
  display: table;
  width: 100%; }

.logo {
  display: block;
  float: left;
  height: 78px;
  width: 100%;
  position: relative;
  color: #046BB4;
  font-family: "OpenSansExtraBold";
  font-size: 45px; }
  .logo:hover, .logo:focus, .logo:active {
    color: #046BB4; }

.main-mnu {
  display: flex;
  justify-content: space-between; }

/*------------------------------------------------------------------
	2.3 HEADER BOTTOM
	--------------------------------------------------------------*/
.header-bottom {
  min-height: 24px;
  background: #046BB4; }
  .header-bottom ul {
    padding: 0;
    margin: 0; }
    .header-bottom ul li {
      list-style-type: none;
      padding: 0;
      float: left;
      position: initial;
      -webkit-transition: ease-out 0.1s;
      -moz-transition: ease-out 0.1s;
      -o-transition: ease-out 0.1s;
      transition: ease-out 0.1s; }
      .header-bottom ul li ul li {
        width: 250px; }
        .header-bottom ul li ul li a {
          color: #7b7b7b;
          text-align: left;
          text-transform: none;
          font-family: "PTSansRegular";
          position: relative;
          white-space: normal;
          line-height: 1.3;
          padding-top: 14.6px;
          padding-bottom: 14.6px;
          padding-right: 35px;
          font-size: 14px;
          letter-spacing: 0.05em; }
      .header-bottom ul li a:hover, .header-bottom ul li a:active, .header-bottom ul li a:focus {
        text-decoration: none; }
      .header-bottom ul li a {
        line-height: 62px;
        color: #FFFFFF;
        font-family: "PTSansBold";
        text-align: center;
        font-size: 16px;
        width: 100%;
        height: 100%;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
  .header-bottom .ul-main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    height: 62px; }

.dropdownhover-left .header-bottom ul li ul li a:hover, .header-bottom ul li ul li a:active, .header-bottom ul li ul li a:focus {
  color: #FFFFFF;
  text-align: left;
  background: #046BB4;
  text-transform: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .open > a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background-color: #046BB4 !important; }

.box-search {
  width: calc( 100% - 225px);
  border-left: 1px solid #edecea;
  float: left;
  height: 78px;
  cursor: pointer;
  letter-spacing: 0.03em; }

.box-search .beats i {
  font-size: 22px;
  padding: 20px;
  padding-right: 8px; }

.beats {
  position: relative;
  color: #c5c6c6;
  font-size: 16px;
  line-height: 40px;
  padding-left: 15px; }

.mark-more:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 9px;
  height: 17px;
  content: "";
  background: url(../img/spline.png) no-repeat;
  background-position: -10px 0px; }

.box-buy {
  float: right;
  margin-top: 15px;
  margin-left: 28px; }

.box-basket {
  float: left; }

.box-inven {
  float: right; }
  .box-inven span {
    position: relative;
    margin: 0px 0 4px;
    display: block;
    line-height: 1.3; }
    .box-inven span a {
      color: #7b7b7b;
      font-size: 13px;
      font-family: "PTSansRegular";
      letter-spacing: 0.03em; }

.basket-count-buy {
  height: 77px;
  float: right; }
  .basket-count-buy span {
    font-size: 14px;
    color: #046BB4;
    font-family: "PTSansBold";
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 3px; }

.box-basket {
  margin: 18px 0px 16px; }
  .box-basket .basket-price {
    padding-right: 43px;
    float: right;
    font-size: 26px;
    color: #046BB4;
    font-family: "OpenSansBold";
    display: block;
    letter-spacing: 0.02em; }

.basket-count-buy {
  margin-right: 16px;
  margin-top: 5px;
  width: 45px;
  height: 38px;
  margin-left: 70px;
  background: url(../img/cart-icon-desctop.png) no-repeat;
  background-size: 100% 100%; }

.box-allcategories {
  position: relative;
  float: left;
  height: 78px;
  padding: 0;
  line-height: 77px;
  color: #7b7b7b;
  font-size: 16px;
  width: 225px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-left: 1px solid #edecea;
  border-right: 1px solid #edecea;
  letter-spacing: 0.4px;
  padding: 0px 53px 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1; }

.wrap-allcat {
  background: #FFFFFF;
  position: relative;
  float: left; }
  .wrap-allcat ul {
    position: absolute;
    display: none;
    margin: 0;
    z-index: 2;
    padding: 0;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #edecea; }
    .wrap-allcat ul li a:hover, .wrap-allcat ul li a:focus, .wrap-allcat ul li a:active {
      text-decoration: none;
      background: #edecea; }
  .wrap-allcat i {
    position: absolute;
    right: 30px;
    font-size: 27px;
    top: 50%;
    margin-top: -13.5px;
    z-index: 0;
    color: #7a7a7a; }

.select-options li {
  list-style-type: none;
  display: block;
  height: 75px;
  background: #FFFFFF;
  line-height: 75px;
  font-size: 16px;
  color: #7b7b7b;
  font-family: "PTSansRegular";
  widows: 100%;
  height: 100%;
  display: block;
  padding-left: 50px;
  padding-right: 20px;
  cursor: pointer; }

.col-size-search, .col-size-logo {
  position: relative;
  min-height: 77px;
  float: left; }

.col-size-logo {
  width: 15%;
  float: left; }

.col-size-buy {
  float: left;
  height: 78px; }

/*------------------------------------------------------------------
	5 FOOTER
	--------------------------------------------------------------*/
.footer {
  background: #edecea;
  padding: 46px 0;
  margin-top: 3px; }

.title-footer {
  display: block;
  color: #7b7b7b;
  font-size: 17px;
  font-family: "PTSansBold";
  line-height: 1.2;
  letter-spacing: 0.03em; }

.box-title-footer {
  padding-bottom: 20px; }

.hr-footer {
  border-bottom: 1px solid #cccccc;
  margin-left: 15px;
  margin-right: 15px; }

.text-footer ul {
  padding: 0;
  margin: 0;
  margin-top: 20px; }
  .text-footer ul li {
    list-style-type: none;
    display: block;
    margin: 1px 0; }
    .text-footer ul li a {
      font-family: "PTSansRegular";
      font-size: 14px;
      color: #7b7b7b;
      letter-spacing: 0.03em;
      line-height: 27px; }
      .text-footer ul li a:hover {
        text-decoration: none; }

.jcorgFilterTextParent {
  overflow: hidden;
  width: 100%; }

.copyright {
  padding: 33px 0;
  /* background: #FFFFFF;  */
}
  .copyright .text-copyright {
    font-size: 14px;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    text-align: right; }

/*------------------------------------------------------------------
	4 CONTENT
	--------------------------------------------------------------*/
.main-search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: initial;
  z-index: 3;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6); }

.box-search-popup {
  position: absolute;
  display: block;
  margin: 0px;
  width: 100%;
  z-index: 4;
  background: #FFFFFF none repeat scroll 0% 0%;
  cursor: initial; }

.close-popup-search {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: -35px;
  line-height: 20px;
  top: -3px; }
  .close-popup-search:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #cacbcb;
    transform: rotate(45deg); }
  .close-popup-search:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -2px;
    background: #cacbcb;
    transform: rotate(-45deg); }

.search-form {
  height: 78px;
  width: 100%; }

.search-popup-main {
  height: 78px;
  background: #FFFFFF;
  width: 100%;
  display: table; }

.clear-searh {
  float: left;
  width: 85px;
  padding: 0 35px;
  height: 78px;
  cursor: pointer; }
  .clear-searh:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #cacbcb;
    transform: rotate(45deg); }
  .clear-searh:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -2px;
    background: #cacbcb;
    transform: rotate(-45deg); }

.input-search {
  float: left;
  border: none;
  width: calc(100% - 310px);
  height: 78px;
  padding-left: 20px; }

.submit-btn {
  width: 78px;
  height: 78px;
  background: #046BB4 url("./img/spline.png");
  background-position: -441px 15px;
  border: none; }

.box-allcat-search {
  position: relative;
  float: left;
  height: 78px;
  background: #FFFFFF;
  padding: 0 50px;
  line-height: 78px;
  color: #7b7b7b;
  font-size: 16px;
  border: none;
  border-left: 1px solid #edecea;
  border-right: 1px solid #edecea; }

.main-cat-search {
  background: #FFFFFF;
  position: relative;
  float: left; }
  .main-cat-search ul {
    position: absolute;
    display: none;
    margin: 0;
    z-index: 2;
    padding: 0;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #edecea; }
    .main-cat-search ul li {
      list-style-type: none;
      display: block;
      height: 75px;
      background: #FFFFFF; }
      .main-cat-search ul li a {
        line-height: 75px;
        font-size: 16px;
        color: #7b7b7b;
        font-family: "PTSansRegular";
        widows: 100%;
        height: 100%;
        display: block;
        padding-left: 50px;
        padding-right: 20px; }
        .main-cat-search ul li a:hover {
          text-decoration: none;
          background: #edecea; }

.block-bread {
  width: 100%; }

.main-bread {
  padding: 42px 0 44px; }
  .main-bread span {
    color: #ababab;
    font-size: 16px;
    font-family: "PTSansRegular";
    line-height: 1.2; }
    .main-bread span i {
      margin-right: 8px;
      margin-left: 5px; }
    .main-bread span a {
      color: #ababab;
      font-size: 16px;
      font-family: "PTSansRegular";
      line-height: 1.2; }
      .main-bread span a:hover {
        text-decoration: none;
        text-decoration: underline;
        color: #ababab;
        font-family: "PTSansBold"; }

.col-sidebar {
  float: left;
  width: 250px;
  margin-right: 30px; }

.col-content {
  width: calc(100% - 280px);
  display: table; }
  .col-content .title {
    float: left;
    position: relative;
    top: 0px;
    margin-bottom: 30px; }
    .col-content .title h1 {
      text-transform: none; }

.block-sidebar {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  border: 1px solid #edecea; }

.title-sidebar {
  min-height: 50px;
  background: #edecea;
  font-size: 14px;
  color: #7b7b7b;
  text-transform: uppercase;
  font-family: "PTSansBold";
  line-height: 16px;
  padding-left: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  letter-spacing: 0.8px;
  padding-right: 10px; }

.content-sidebar ul {
  padding: 0;
  margin: 0; }
  .content-sidebar ul li {
    width: 248px;
    list-style-type: none;
    background: #FFFFFF; }
    .content-sidebar ul li a {
      font-size: 14px;
      color: #7b7b7b;
      font-family: "PTSansRegular";
      line-height: 16px;
      padding-left: 30px;
      padding-top: 17px;
      display: block;
      padding-bottom: 17px;
      position: relative;
      padding-right: 10px;
      letter-spacing: 0.06em;
      font-size: 14px; }
      .content-sidebar ul li a:hover, .content-sidebar ul li a:focus, .content-sidebar ul li a:active {
        text-decoration: none;
        background: #046BB4 none repeat scroll 0% 0%;
        border-right: 1px solid #046BB4;
        color: #FFFFFF; }
      .content-sidebar ul li a i {
        position: absolute;
        right: 17px;
        font-size: 27px;
        top: 50%;
        margin-top: -13.5px; }

.box-sample {
  float: right; }

.stract-sample {
  border: none;
  display: inline-block;
  background: #edecea;
  padding: 10px 16px;
  height: 43px; }
  .stract-sample .stract-four {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -155px -202px; }
  .stract-sample .stract-one {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -155px 0px; }
  .stract-sample .stract-two {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -155px -67px; }
  .stract-sample .stract-three {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -155px -134px; }
  .stract-sample .active {
    display: block !important; }

.sort-sample {
  border: none;
  display: inline-block;
  background: #edecea;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "PTSansRegular";
  height: 43px;
  width: 138px;
  letter-spacing: 0.025em; }

.sort-box-sample .sort-arrow-down i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 7px;
  color: #7a7a7a; }

.sort-box-sample .sort-arrow-up i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 7px;
  transform: rotate(-180deg);
  color: #7a7a7a; }

.stract-box-sample .stract-arrow-down i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 7px;
  color: #7a7a7a; }

.stract-box-sample .stract-arrow-up i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 7px;
  color: #7a7a7a;
  transform: rotate(-180deg); }

.sort-box-sample {
  color: #7a7a7a;
  font-size: 14px;
  font-family: "PTSansRegular"; }
  .sort-box-sample ul {
    display: none;
    position: absolute;
    box-shadow: 0px 1px 2px -1px #7a7a7a;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    z-index: 2; }
    .sort-box-sample ul li {
      display: none;
      list-style-type: none; }
      .sort-box-sample ul li span {
        color: #7a7a7a;
        cursor: pointer;
        height: 41px;
        line-height: 41px;
        padding: 0 5px 0 15px;
        font-size: 14px;
        display: block;
        font-family: "PTSansRegular";
        letter-spacing: 0.025em; }
        .sort-box-sample ul li span:hover {
          background: #046BB4;
          color: #FFFFFF; }
    .sort-box-sample ul .active {
      display: block; }

.sort-box-sample {
  position: relative;
  float: right;
  margin-right: 16px; }

.sort-box-sample, .stract-box-sample {
  float: right;
  border: 1px solid #edecea;
  position: relative;
  border-radius: 3px; }

.stract-box-sample ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
  box-shadow: 0px 1px 2px -1px #7a7a7a;
  position: absolute;
  background: #FFFFFF;
  z-index: 2; }
  .stract-box-sample ul li {
    list-style-type: none;
    height: 44px;
    padding: 10px 16px;
    cursor: pointer;
    display: none; }
    .stract-box-sample ul li:hover .stract-one {
      background-position: -217px 0px; }
    .stract-box-sample ul li:hover .stract-two {
      background-position: -217px -67px; }
    .stract-box-sample ul li:hover .stract-three {
      background-position: -217px -134px; }
    .stract-box-sample ul li:hover .stract-four {
      background-position: -217px -202px; }
    .stract-box-sample ul li:hover {
      background: #046BB4; }
      .stract-box-sample ul li:hover .stract-four:before, .stract-box-sample ul li:hover .stract-two:before, .stract-box-sample ul li:hover .stract-three:before, .stract-box-sample ul li:hover .stract-one:before {
        color: #FFFFFF; }
    .stract-box-sample ul li .stract-one {
      width: 25px;
      cursor: pointer;
      height: 25px;
      display: block;
      background: url(../img/icons-sprite.png) no-repeat;
      background-position: -155px 0px; }
    .stract-box-sample ul li .stract-two {
      width: 25px;
      cursor: pointer;
      height: 25px;
      display: block;
      background: url(../img/icons-sprite.png) no-repeat;
      background-position: -155px -67px; }
    .stract-box-sample ul li .stract-three {
      width: 25px;
      cursor: pointer;
      height: 25px;
      display: block;
      background: url(../img/icons-sprite.png) no-repeat;
      background-position: -155px -134px; }
    .stract-box-sample ul li .stract-four {
      width: 25px;
      cursor: pointer;
      height: 25px;
      display: block;
      background: url(../img/icons-sprite.png) no-repeat;
      background-position: -155px -202px; }
  .stract-box-sample ul .active {
    display: block !important; }

.block-products {
  width: 100%;
  display: none; }

.display-unit {
  width: 100%;
  display: table; }
  .display-unit .active {
    display: block; }

.stract-box-sample .box-sample {
  float: right; }

.unit-one {
  padding-top: 1px; }
  .unit-one .box-price-prod {
    overflow: hidden;
    margin: 40px 0 46px; }
  .unit-one .box-preview-img {
    margin: 45px 0 46px; }
  .unit-one .box-img-products {
    margin-top: 40px;
    margin-bottom: 36px; }
    .unit-one .box-img-products img {
      width: 380px;
      padding-top: 0px;
      padding-bottom: 0px; }

.unit-two .box-img-products img {
  margin-bottom: 0px;
  padding: 40px 40px 36px 40px;
  width: 100%; }

.unit-three .box-img-products {
  margin-top: 24px;
  margin-bottom: 18px; }
  .unit-three .box-img-products img {
    margin-bottom: 0px;
    width: 100%; }

.wrap-products-masonry {
  width: 465px;
  float: left;
  border: 1px solid #edecea;
  margin: -1px -1px 0 0; }

.wrap-products-masonry-two-cols {
  width: 50%;
  float: left;
  border: 1px solid #edecea;
  margin: -1px -1px 0 0; }

.wrap-products-three {
  width: 20%;
  float: left;
  border: 1px solid #edecea;
  margin: -1px -1px 0 0; }

.box-img-products {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  .box-img-products img {
    width: 55%;
    margin: auto;
    height: auto;
    display: block; }

.entry-title {
  font-size: 36px;
  font-family: "PTSansBold";
  color: #7a7a7a;
  text-transform: uppercase;
  line-height: 0.7; }

.box-sampe {
  margin-bottom: 49px;
  float: right; }
  .box-sampe .box-sort-sample {
    float: right; }

.title-product, .title-product:hover, .title-product:active, .title-product:focus {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 25px;
  line-height: 27px;
  font-family: "PTSansBold";
  letter-spacing: 0.025em; }

.wrap-info-prod {
  width: 100%;
  overflow: hidden;
  margin-top: 9px;
  line-height: 27px; }

.mark-info-prod {
  float: left; }
  .mark-info-prod a {
    color: #7b7b7b;
    font-family: "PTSansRegular";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.049em; }

.shlist-info-prod {
  position: relative;
  margin: 2px 0;
  display: inline-block;
  line-height: 1.3;
  float: right;
  margin-left: 35px; }
  .shlist-info-prod a {
    color: #7b7b7b;
    font-size: 13px;
    font-family: "PTSansRegular";
    letter-spacing: 0.03em; }

.compare-info-prod {
  position: relative;
  margin: 2px 0;
  display: inline-block;
  line-height: 1.3;
  float: right;
  margin-left: 40px; }
  .compare-info-prod a {
    color: #7b7b7b;
    font-size: 13px;
    font-family: "PTSansRegular";
    letter-spacing: 0.03em; }

.descr-prod {
  overflow: hidden; }
  .descr-prod p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    letter-spacing: 0.025em; }
    .descr-prod p a {
      font-size: 14px;
      color: #046BB4;
      letter-spacing: 0.025em;
      font-family: "PTSansRegular"; }

.box-price-prod {
  overflow: hidden;
  margin: 40px 0; }

.main-content {
  width: 100%;
  overflow: hidden;
  padding-top: 55px; }

.visible-1700 {
  display: none !important; }

.hidden-1700 {
  display: block !important; }

.price-sale {
  float: left;
  margin-right: 10px;
  text-decoration: line-through;
  color: #aaaaaa;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.03em; }

.price-now {
  float: right;
  margin-left: 10px;
  color: #046BB4;
  font-size: 35px;
  line-height: 1;
  font-family: "PTSansBold";
  letter-spacing: 0.03em; }

.btn-add-cart {
  margin-bottom: 40px;
  width: 100%; }

.prod-offer {
  padding: 0px 40px; }

.box-preview-img {
  margin: 40px 0;
  overflow: hidden; }

.preview-img-mini {
  position: relative;
  width: 56px;
  height: 56px;
  border-left: 1px solid #d1d1d0;
  border-top: 1px solid #d1d1d0;
  border-bottom: 1px solid #d1d1d0;
  float: left;
  background: #FFFFFF;
  cursor: pointer;
  overflow: hidden; }
  .preview-img-mini:last-child {
    border-right: 1px solid #d1d1d0; }
  .preview-img-mini img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block; }

.preview-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 3px;
  background: #046BB4; }

.block-bestseller {
  height: 38px;
  background: #ff6c00;
  color: #FFFFFF;
  display: block;
  line-height: 38px;
  padding: 0 21px;
  position: absolute;
  right: 0px;
  top: -1px;
  line-height: 1;
  border-radius: 0px 0px 0px 2px;
  z-index: 1; }
  .block-bestseller p {
    position: relative;
    top: -30px;
    letter-spacing: 0.4px; }
  .block-bestseller:before {
    content: "";
    border: 17px solid transparent;
    border-right: 14px solid #ff6c00;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 21px solid #ff6c00;
    position: relative;
    left: -51px; }

.block-bestseller-unittwo {
  height: 44px;
  background: #ff6c00;
  color: #FFFFFF;
  display: block;
  padding: 0 21px;
  position: absolute;
  right: 0px;
  top: -1px;
  line-height: 1;
  border-radius: 0px 0px 0px 2px;
  z-index: 1; }
  .block-bestseller-unittwo p {
    position: relative;
    top: -34px;
    font-size: 20px;
    left: -5px;
    letter-spacing: 0.4px; }
  .block-bestseller-unittwo:before {
    content: "";
    border: 20px solid transparent;
    border-right: 18px solid #ff6c00;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 23px solid #ff6c00;
    position: relative;
    left: -59px; }

.block-bestseller-unitfour {
  height: 31px;
  background: #ff6c00;
  color: #FFFFFF;
  display: block;
  padding: 0 16px;
  position: absolute;
  right: 0px;
  top: -1px;
  line-height: 1;
  border-radius: 0px 0px 0px 2px;
  z-index: 1; }
  .block-bestseller-unitfour p {
    position: relative;
    top: -24px;
    font-size: 14px;
    letter-spacing: 0.3px; }
  .block-bestseller-unitfour:before {
    content: "";
    border: 14px solid transparent;
    border-right: 12px solid #ff6c00;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 16px solid #ff6c00;
    position: relative;
    left: -42px; }

.unit-three .block-bestseller-unitfour {
  height: 31px;
  background: #ff6c00;
  color: #FFFFFF;
  display: block;
  padding: 0 16px;
  position: absolute;
  right: 0px;
  top: -1px;
  line-height: 1;
  border-radius: 0px 0px 0px 2px;
  z-index: 2; }
  .unit-three .block-bestseller-unitfour p {
    position: relative;
    top: -24px;
    font-size: 14px;
    letter-spacing: 0.3px; }
  .unit-three .block-bestseller-unitfour:before {
    content: "";
    border: 14px solid transparent;
    border-right: 12px solid #ff6c00;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 16px solid #ff6c00;
    position: relative;
    left: -42px; }

.block-sale {
  height: 38px;
  background: #046BB4;
  font-size: 17.27px;
  color: #FFFFFF;
  display: block;
  line-height: 38px;
  width: 50px;
  position: absolute;
  left: -24px;
  bottom: 100%;
  line-height: 1;
  border-radius: 0px 0px 0px 0px;
  z-index: 1; }
  .block-sale p {
    position: absolute;
    top: 0px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    padding-left: 15px;
    line-height: 38px;
    font-size: 14px; }
  .block-sale:after {
    content: "";
    border: 17px solid transparent;
    border-left: 14px solid #046BB4;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 21px solid #046BB4;
    position: absolute;
    right: -31px; }

/*------------------------------------------------------------------
	3. SIDEBAR
	--------------------------------------------------------------*/
.content-sidebar > .nav_list {
  width: 100%;
  list-style: none; }
  .content-sidebar > .nav_list div {
    position: relative; }
    .content-sidebar > .nav_list div a {
      padding: 17px 50px 17px 29px;
      display: block;
      font-size: 14px;
      color: #7b7b7b;
      text-transform: uppercase;
      font-family: "PTSansRegular";
      line-height: 1.2;
      min-height: 50px;
      letter-spacing: 0.8px; }
      .content-sidebar > .nav_list div a:hover, .content-sidebar > .nav_list div a:active, .content-sidebar > .nav_list div a:focus {
        text-decoration: none; }
    .content-sidebar > .nav_list div .arrow-sidebar {
      content: "";
      width: 17px;
      display: inline-block;
      height: 10px;
      position: absolute;
      right: 27px;
      top: 20px;
      margin-left: 8px;
      background: url(../img/spline.png) no-repeat;
      background-position: -178px -5px; }
    .content-sidebar > .nav_list div.active .arrow-sidebar {
      content: "";
      width: 17px;
      display: inline-block;
      height: 10px;
      position: absolute;
      right: 27px;
      top: 20px;
      margin-left: 8px;
      background: url(../img/spline.png) no-repeat;
      background-position: -178px -32px; }
  .content-sidebar > .nav_list .active a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    right: 0;
    margin: auto;
    height: 1px;
    background: #edecea; }
  .content-sidebar > .nav_list ul {
    margin: 0;
    display: none;
    padding: 0; }

.all-box-custom {
  border-bottom: 1px solid #edecea; }

.nav_list .all-box-custom a i {
  position: absolute;
  right: 26px;
  font-size: 27px;
  top: 50%;
  margin-top: -14px; }

.nav_list .active a i {
  position: absolute;
  right: 26px;
  font-size: 27px;
  top: 50%;
  margin-top: -14px;
  transform: rotate(-180deg); }

.box-custom-size-div, .box-custom-check-div {
  margin: 0;
  display: none;
  padding: 0; }

.content-sidebar .nav_list li:last-child {
  background: #FFFFFF;
  border-bottom: none; }

.content-sidebar .nav_list div li {
  background: #FFFFFF;
  position: static; }

.content-sidebar .nav_list div a {
  padding-left: 30px;
  padding-top: 17px;
  display: block;
  padding-bottom: 17px;
  position: relative;
  padding-right: 50px;
  font-size: 12px;
  padding: 17px 50px 17px 29px;
  display: block;
  font-size: 14px;
  color: #7b7b7b;
  text-transform: uppercase;
  font-family: "PTSansRegular";
  line-height: 1.2;
  min-height: 50px; }
  .content-sidebar .nav_list div a:hover, .content-sidebar .nav_list div a:active, .content-sidebar .nav_list div a:focus {
    text-decoration: none; }

.checkbox {
  display: none; }
  .checkbox-custom {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    cursor: pointer; }
  .checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #046BB4;
    border-radius: 0px; }

.checkbox-custom, .label {
  display: inline-block;
  vertical-align: middle; }

.checkbox-custom {
  font-size: 0px; }

.box-filtrs-check label {
  display: block;
  padding: 0 30px;
  margin: 10px 0 16px; }
  .box-filtrs-check label .nameprod {
    display: inline-block;
    color: #7b7b7b;
    font-size: 16px;
    margin-left: 15px;
    font-family: "PTSansRegular";
    font-weight: normal;
    letter-spacing: 0.049em; }

.box-filtrs-check {
  margin-top: 44px;
  margin-bottom: 50px; }

#min-custom-size, #max-custom-size {
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #7b7b7b;
  padding: 0 5px;
  text-align: center;
  height: 44px;
  max-width: 70px;
  float: left;
  font-size: 16px;
  font-family: "PTSansRegular"; }

#min-custom-size {
  margin-left: 11px; }

.hr-custim-size {
  display: inline-block; }

.hr-custim-size {
  display: inline-block;
  float: left;
  padding: 0px 7px;
  height: 44px;
  line-height: 44px;
  color: #7b7b7b;
  font-size: 17px; }

#slider-range {
  width: 201px;
  height: 2px;
  background: #edecea;
  margin: 35px auto 60px;
  position: relative; }
  #slider-range .ui-slider-range {
    background-color: #046BB4;
    height: 2px !important; }

.ui-slider-handle {
  width: 25px;
  height: 25px;
  display: block;
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  top: -10px !important;
  cursor: pointer !important;
  position: absolute;
  border-radius: 50%; }

.resize-curs {
  display: table;
  margin-top: 50px; }

.submin-custom-size {
  display: inline-block;
  background: #046BB4;
  height: 44px;
  width: 44px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  font-family: "PTSansBold";
  text-align: center;
  padding: 0; }

.block-bunners {
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 50px; }
  .block-bunners a {
    display: block; }
  .block-bunners img {
    width: 100%; }

.block-special-offers ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 200px;
  right: 0;
  margin: auto;
  height: 1px;
  background: #edecea; }

.block-special-offers ul li:last-child:after {
  display: none; }

.block-special-offers ul {
  padding: 0;
  margin: 0; }
  .block-special-offers ul li {
    position: relative;
    width: 100%;
    min-height: 102px;
    display: block;
    list-style-type: none;
    padding-bottom: 10px; }
    .block-special-offers ul li a {
      width: 100%;
      height: 100%;
      display: table; }
      .block-special-offers ul li a img {
        width: 80px;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: 15px; }

.spec-offers-img {
  height: 100px;
  width: 100px;
  float: left;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px; }

.spec-offers-content {
  float: right;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-left: 0;
  max-width: 110px;
  width: 100%;
  min-height: 100px; }

.spec-offers-title {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 14px;
  color: #7b7b7b;
  font-family: "PTSansRegular";
  letter-spacing: 0.03em;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis; }

.spec-offers-cost {
  padding-right: 10px;
  font-size: 14px;
  color: #046BB4;
  font-family: "PTSansRegular";
  letter-spacing: 0.03em; }

.link-descr-prod {
  color: #046BB4;
  display: inline-block;
  font-family: "PTSansRegular"; }
  .link-descr-prod:hover {
    text-decoration: none;
    color: #046BB4; }

.box-pagination {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 52px; }
  .box-pagination .active {
    font-family: "PTSansBold";
    pointer-events: none;
    font-size: 25px; }
  .box-pagination a:hover, .box-pagination a:active, .box-pagination a:focus {
    text-decoration: none; }

.box-pagination a, .dot-pagination {
  margin: 0 2px;
  color: #7b7b7b;
  font-family: "PTSansRegular";
  font-size: 20px; }

.grid-sizer {
  float: left;
  width: 33.33%; }

.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: 0px !important; }

.dropdown-menu {
  box-shadow: 2px 4px 9px -2px #D4D4D4;
  border-radius: 0px 0px 2px 2px;
  border-left: 1px solid #edecea;
  border-right: 1px solid #edecea;
  border-bottom: 1px solid #edecea;
  border-top: none; }
  .dropdown-menu li a {
    white-space: normal; }
    .dropdown-menu li a i {
      position: absolute;
      right: 17px;
      font-size: 27px;
      top: 50%;
      margin-top: -13.5px; }

.dropdown .offset-left {
  left: -25px;
  border-left: 8px solid #046BB4;
  border-top: #FFFFFF;
  border-radius: 0px 0px 2px 2px; }

.scroll-menu-down {
  position: absolute;
  left: 0;
  height: 25px;
  width: 100%;
  background: #edecea;
  cursor: pointer;
  border-left: 1px #edecea;
  border-right: 1px #edecea;
  border-radius: 0px 0px 2px 2px;
  margin-top: 0px;
  bottom: -25px; }
  .scroll-menu-down i {
    position: absolute;
    left: 50%;
    font-size: 27px;
    margin-left: -9px;
    color: #7b7b7b; }

.scroll-menu-up {
  position: absolute;
  left: 0;
  height: 25px;
  width: 100%;
  background: #edecea;
  cursor: pointer;
  margin-top: -25px;
  border-left: 1px #edecea;
  border-right: 1px #edecea;
  border-radius: 2px 2px 0px 0px;
  z-index: 3;
  opacity: 0; }
  .scroll-menu-up i {
    position: absolute;
    left: 50%;
    font-size: 27px;
    margin-left: -9px;
    color: #7b7b7b; }

.categories-wrap li ul {
  left: 100%;
  top: 0; }

.results-search {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  display: table; }
  .results-search ul {
    display: none; }
    .results-search ul li {
      width: 100%;
      display: block;
      min-height: 80px;
      padding-right: 36px;
      padding-left: 36px;
      background: #FFFFFF;
      position: relative;
      overflow: hidden; }
      .results-search ul li:before {
        width: 8px;
        height: 100%;
        content: "";
        background: #046BB4;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .results-search ul li a {
        width: 100%;
        float: left; }

.bgcolorsearch {
  background: #edecea !important; }
  .bgcolorsearch:before {
    display: none !important; }

.wrap-results-rearched {
  line-height: 80px;
  float: left; }

.item-rearched {
  border-top: 1px solid #edecea; }
  .item-rearched span {
    font-size: 16px;
    color: #7a7a7a;
    font-family: "PTSansBold"; }
  .item-rearched p {
    font-size: 16px;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    display: inline-block;
    padding: 0;
    margin: 0; }
  .item-rearched:before {
    display: none !important; }

.wrap-see-all-results {
  float: right;
  line-height: 80px;
  display: none;
  position: absolute;
  right: 52px; }
  .wrap-see-all-results a {
    font-size: 16px;
    color: #7a7a7a;
    font-family: "PTSansRegular"; }
    .wrap-see-all-results a i {
      position: relative;
      right: 0px;
      font-size: 27px;
      top: 3px;
      z-index: 0;
      color: #7a7a7a;
      margin-left: 10px; }
  .wrap-see-all-results .arrow-big-right {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: transparent url(../img/spline.png) no-repeat scroll -177px -57px;
    position: relative;
    top: 4px;
    margin-left: 17px; }

.loader .preloader {
  display: block;
  width: 39px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%; }

.loader .preloader .bar {
  width: 8px;
  vertical-align: top;
  height: 8px;
  background: #046BB4;
  display: inline-block;
  margin-right: 5px;
  top: 0px;
  position: relative;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transform-origin: center; }

.loader .preloader .bar:first-child {
  left: 12px;
  top: 21px; }

.loader .preloader .bar + .bar + .bar {
  left: 0;
  top: 0; }

.loader .preloader.animate .bar {
  transition: left .3s, border-radius .3s .4s, height .3s .7s, top .3s .7s, opacity .3s 1s; }

.loader .preloader.start .bar {
  height: 30px;
  opacity: .1;
  border-radius: 0;
  top: 0;
  left: 0; }

.loader .preloader.complete .bar {
  transition: all .7s ease-in-out; }

.loader .preloader.start .bar.active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1; }

.wrap-see-all-results a:hover, .results-search a {
  text-decoration: none; }

.box-img-search {
  float: left;
  width: 54px;
  height: 55px;
  border: 1px solid #d1d1d0;
  background: #FFFFFF;
  position: relative;
  margin: 12.5px 0px; }
  .box-img-search img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto; }

.box-info-search .title-search {
  color: #7a7a7a;
  font-size: 14px;
  font-family: "PTSansRegular";
  line-height: 16px; }

.title-search-hide {
  display: none; }

.box-info-search {
  float: left;
  margin: 21px 21px 17px; }
  .box-info-search .price-search {
    color: #046BB4;
    font-size: 15px;
    font-family: "PTSansBold";
    line-height: 27px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #25759f;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #25759f; }
  .select-options li {
    margin: 0;
    padding-left: 30px;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      background: #edecea; }

.ui-state-default {
  background: #046BB4 !important;
  border: 2px solid #fff !important;
  top: -11px !important;
  cursor: pointer !important; }

#tabs_cart_product {
  margin-top: 25px;
  margin-bottom: 154px; }
  #tabs_cart_product li {
    height: 50px;
    min-width: 296px;
    border-radius: 2px 2px 0 0 !important;
    border: 1px solid #edecea !important;
    background: #fff !important;
    float: left;
    list-style-type: none;
    margin-right: 10px;
    transform: 1s all; }
    #tabs_cart_product li a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 16px;
      color: #7a7a7a;
      text-align: center;
      line-height: 50px;
      letter-spacing: 0.03em; }
      #tabs_cart_product li a:hover, #tabs_cart_product li a:focus, #tabs_cart_product li a:active {
        text-decoration: none; }
  #tabs_cart_product .ui-state-active {
    background: #edecea !important;
    height: 60px !important;
    position: relative; }
    #tabs_cart_product .ui-state-active a {
      line-height: 60px !important;
      letter-spacing: 0.03em;
      font-size: 19px; }
  #tabs_cart_product ul {
    display: table;
    padding: 0;
    margin: 0 !important; }
  #tabs_cart_product #tabs-1, #tabs_cart_product #tabs-2, #tabs_cart_product #tabs-3 {
    border-left: 1px solid #edecea;
    border-right: 1px solid #edecea;
    border-bottom: 1px solid #edecea;
    border-top: 1px solid #edecea;
    border-radius: 2px;
    padding: 67px 75px 75px 75px;
    position: relative;
    top: -11px;
    letter-spacing: 0.03em;
    overflow: hidden; }
    #tabs_cart_product #tabs-1 p, #tabs_cart_product #tabs-2 p, #tabs_cart_product #tabs-3 p {
      color: #7a7a7a;
      font-size: 24px;
      font-size: 15px;
      margin-bottom: 27px; }
      #tabs_cart_product #tabs-1 p:last-child, #tabs_cart_product #tabs-2 p:last-child, #tabs_cart_product #tabs-3 p:last-child {
        margin-bottom: 0; }

.block-cart-product {
  overflow: hidden; }
  .block-cart-product .block-img-product {
    float: left;
    width: 30%; }
    .block-cart-product .block-img-product .full-img-product {
      border: 1px solid #edecea;
      display: block;
      position: relative;
      overflow: hidden; }
      .block-cart-product .block-img-product .full-img-product img {
        width: 100%;
        height: auto;
        margin: auto; }
  .block-cart-product .box-preview-img-product {
    margin: 0;
    position: relative;
    top: -1px;
    overflow: hidden; }
    .block-cart-product .box-preview-img-product .preview-img-mini-product {
      position: relative;
      width: 56px;
      height: 56px;
      border: 1px solid #edecea;
      float: left;
      background: #FFFFFF;
      cursor: pointer; }
      .block-cart-product .box-preview-img-product .preview-img-mini-product:nth-child(1n+2) {
        left: -1px; }
      .block-cart-product .box-preview-img-product .preview-img-mini-product:last-child {
        border-left: none; }
      .block-cart-product .box-preview-img-product .preview-img-mini-product img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block; }
    .block-cart-product .box-preview-img-product .preview-product-active:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 100%;
      left: 0;
      height: 3px;
      background: #046BB4; }
    .block-cart-product .box-preview-img-product .wrap-info-product {
      width: auto;
      overflow: hidden;
      float: right;
      margin-top: 30px;
      line-height: 27px; }
      .block-cart-product .box-preview-img-product .wrap-info-product .shlist-info-product {
        position: relative;
        margin: 2px 0;
        display: inline-block;
        line-height: 1.3;
        float: right;
        margin-left: 40px; }
        .block-cart-product .box-preview-img-product .wrap-info-product .shlist-info-product a {
          color: #7b7b7b;
          font-size: 13px;
          font-family: "PTSansRegular"; }
          .block-cart-product .box-preview-img-product .wrap-info-product .shlist-info-product a i {
            color: #7b7b7b; }
      .block-cart-product .box-preview-img-product .wrap-info-product .compare-info-product {
        position: relative;
        margin: 2px 0;
        display: inline-block;
        line-height: 1.3;
        float: right;
        margin-left: 40px; }
        .block-cart-product .box-preview-img-product .wrap-info-product .compare-info-product a {
          color: #7b7b7b;
          font-size: 13px;
          font-family: "PTSansRegular"; }
          .block-cart-product .box-preview-img-product .wrap-info-product .compare-info-product a i {
            color: #7b7b7b; }
  .block-cart-product .block-decr-product {
    width: calc(70% - 264px);
    float: left;
    padding: 0 4.8%; }
    .block-cart-product .block-decr-product .title {
      color: #7a7a7a;
      font-family: "PTSansBold";
      font-size: 25px;
      line-height: 27px; }
    .block-cart-product .block-decr-product .brand-name {
      color: #7a7a7a;
      font-family: "PTSansRegular";
      font-size: 16px;
      text-transform: uppercase;
      line-height: 27px;
      margin-top: 13px; }
    .block-cart-product .block-decr-product .description {
      margin-top: 25px; }
      .block-cart-product .block-decr-product .description p {
        color: #7a7a7a;
        font-family: "PTSansRegular";
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 10px; }
      .block-cart-product .block-decr-product .description ul {
        padding: 0;
        margin: 0;
        margin-top: 63px; }
        .block-cart-product .block-decr-product .description ul li {
          position: relative;
          list-style-type: none;
          color: #7a7a7a;
          font-family: "PTSansRegular";
          font-size: 15px;
          line-height: 24px;
          display: block;
          padding-left: 35px;
          margin-bottom: 25px; }
          .block-cart-product .block-decr-product .description ul li:before {
            content: "";
            display: block;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            position: absolute;
            top: 50%;
            margin-top: -4px;
            left: 0;
            background: #7a7a7a; }
    .block-cart-product .block-decr-product .wrap-cost {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-top: 67px; }
      .block-cart-product .block-decr-product .wrap-cost .box-price {
        float: left;
        margin-right: 10.5%; }
        .block-cart-product .block-decr-product .wrap-cost .box-price .price-strike {
          color: #a8a8a8;
          font-family: "PTSansRegular";
          font-size: 25px;
          line-height: 25px;
          display: block;
          text-decoration: line-through; }
        .block-cart-product .block-decr-product .wrap-cost .box-price .price-normal {
          color: #046BB4;
          font-size: 40px;
          font-family: "PTSansBold";
          text-transform: uppercase; }
      .block-cart-product .block-decr-product .wrap-cost .box-counter {
        float: left;
        width: 60px;
        height: 41px;
        border: 1px solid #edecea;
        margin-right: 10.5%;
        display: table; }
        .block-cart-product .block-decr-product .wrap-cost .box-counter .count {
          float: left;
          width: 38px;
          height: 39px;
          line-height: 39px;
          text-align: center;
          color: #7a7a7a;
          font-family: "PTSansRegular"; }
        .block-cart-product .block-decr-product .wrap-cost .box-counter .plus {
          float: left;
          height: 20px;
          width: 20px;
          background: #edecea;
          line-height: 19px;
          text-align: center;
          cursor: pointer;
          color: #7a7a7a;
          border-bottom: 1px solid #d0d0cf; }
        .block-cart-product .block-decr-product .wrap-cost .box-counter .minus {
          float: left;
          height: 20px;
          width: 20px;
          background: #edecea;
          line-height: 20px;
          text-align: center;
          cursor: pointer;
          color: #7a7a7a; }
      .block-cart-product .block-decr-product .wrap-cost .add-cart-product {
        height: 70px;
        max-width: 360px;
        width: 100%;
        background: #00cdff;
        color: #ffffff;
        font-family: "PTSansBold";
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        border: none;
        border-radius: 2px; }
  .block-cart-product .block-bunner-product {
    float: right;
    width: 264px; }
    .block-cart-product .block-bunner-product img {
      width: 100%; }

.block-nav-product {
  margin: 50px 0 30px;
  width: 100%; }
  .block-nav-product ul {
    margin: 0;
    padding: 0;
    display: table; }
    .block-nav-product ul .product-all-cat-arrow {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
      .block-nav-product ul .product-all-cat-arrow i {
        position: absolute;
        right: 30px;
        font-size: 27px;
        top: 50%;
        margin-top: -13.5px;
        z-index: 1;
        color: #FFFFFF; }
    .block-nav-product ul .product-all-cat a {
      background: #046BB4;
      font-family: "PTSansBold";
      color: #FFFFFF;
      line-height: 50px;
      text-align: center;
      padding-right: 95px;
      padding-left: 40px;
      border-radius: 2px 0px 0px 2px;
      width: 100%;
      height: 100%;
      display: block; }
      .block-nav-product ul .product-all-cat a:hover, .block-nav-product ul .product-all-cat a:focus, .block-nav-product ul .product-all-cat a:active {
        text-decoration: none; }
      .block-nav-product ul .product-all-cat a:after {
        display: none !important; }
    .block-nav-product ul li {
      float: left;
      list-style-type: none;
      height: 50px;
      margin-bottom: 20px; }
      .block-nav-product ul li a {
        line-height: 50px;
        position: relative;
        padding: 0px 25px 0px 60px;
        background: #edecea;
        text-align: center;
        color: #7a7a7a;
        font-size: 14px;
        font-family: "PTSansRegular";
        width: 100%;
        height: 100%;
        display: block;
        letter-spacing: 0.03em; }
        .block-nav-product ul li a:hover, .block-nav-product ul li a:focus, .block-nav-product ul li a:active {
          text-decoration: none; }
      .block-nav-product ul li:nth-child(2) a {
        padding-left: 40px; }
      .block-nav-product ul li a:hover {
        color: #FFFFFF;
        background: #046BB4; }
        .block-nav-product ul li a:hover:after {
          border-left: 35px solid #046BB4; }
      .block-nav-product ul li a:after {
        content: '';
        position: absolute;
        right: -19px;
        border-right: 1px solid #d0d0cf;
        width: 36px;
        height: 34px;
        background: #edecea;
        transform: rotate(-45deg);
        top: 7px;
        z-index: 1;
        border-bottom: 1px solid #d0d0cf; }
      .block-nav-product ul li span {
        position: relative;
        background: #edecea;
        font-family: "PTSansRegular";
        color: #7a7a7a;
        line-height: 50px;
        text-align: center;
        padding-right: 100px;
        border-radius: 0px;
        height: 50px;
        display: block;
        padding-left: 60px;
        padding-right: 35px;
        font-size: 14px; }
        .block-nav-product ul li span:after {
          content: '';
          position: absolute;
          right: -50px;
          bottom: 0px;
          border: 25px solid transparent;
          border-left: 25px solid #edecea;
          display: block; }
    .block-nav-product ul li ul {
      display: none;
      border-top: 1px solid #edecea; }
      .block-nav-product ul li ul li {
        width: 245px;
        margin: 0; }
        .block-nav-product ul li ul li a {
          background: #FFFFFF !important;
          color: #7a7a7a !important;
          font-family: "PTSansRegular" !important;
          text-align: left !important;
          padding-left: 30px !important;
          border: none;
          font-size: 16px; }

.box-counter .ui-spinner-input {
  float: left;
  width: 38px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #7a7a7a;
  font-family: "PTSansRegular";
  border: none; }

.box-counter .ui-spinner-up {
  float: left;
  height: 20px;
  width: 20px;
  background: #edecea;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  color: #7a7a7a;
  border-bottom: 1px solid #d0d0cf; }
  .box-counter .ui-spinner-up:after {
    content: "+";
    position: absolute;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 20px; }

.box-counter .ui-spinner-down {
  float: left;
  height: 20px;
  width: 20px;
  background: #edecea;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  color: #7a7a7a; }
  .box-counter .ui-spinner-down:after {
    content: "-";
    position: absolute;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 20px; }

#accordion_cart_product_mob {
  display: none;
  margin-bottom: 88px;
  margin-top: 60px; }
  #accordion_cart_product_mob h3 {
    height: 50px;
    position: relative;
    width: 100%;
    background: #edecea !important;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    font-size: 14px;
    padding: 15px 65px 15px 25px;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    margin: 0;
    letter-spacing: 0.06em; }
  #accordion_cart_product_mob .text-description {
    padding-top: 33px;
    padding-bottom: 56px; }
    #accordion_cart_product_mob .text-description p {
      padding-bottom: 23px;
      font-size: 15px;
      color: #7a7a7a;
      line-height: 24px;
      text-align: left;
      letter-spacing: 0.029em; }
    #accordion_cart_product_mob .text-description p:last-child {
      padding-bottom: 0; }
  #accordion_cart_product_mob .item {
    padding: 12px 25px 40px 25px;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    line-height: 24px; }
  #accordion_cart_product_mob .reviews {
    padding: 0 25px;
    margin-top: 37px; }
    #accordion_cart_product_mob .reviews .wrap-comment {
      margin-bottom: 43px;
      display: table; }
      #accordion_cart_product_mob .reviews .wrap-comment .image-auther {
        float: left;
        max-width: 30%;
        max-height: auto;
        margin-right: 3.3%; }
        #accordion_cart_product_mob .reviews .wrap-comment .image-auther img {
          width: 100%;
          height: 100%; }
      #accordion_cart_product_mob .reviews .wrap-comment .info-auther .top {
        overflow: hidden;
        position: relative;
        top: -7px; }
        #accordion_cart_product_mob .reviews .wrap-comment .info-auther .top .name {
          text-align: center;
          font-size: 16px;
          color: #7a7a7a;
          text-transform: uppercase;
          font-family: "PTSansBold";
          letter-spacing: 0.049em; }
        #accordion_cart_product_mob .reviews .wrap-comment .info-auther .top .date {
          float: right;
          color: #7a7a7a;
          font-size: 14px;
          font-family: "PTSansRegular";
          margin-top: 5px;
          line-height: 1.6; }
      #accordion_cart_product_mob .reviews .wrap-comment .info-auther .text-auther p {
        color: #7a7a7a;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.06em;
        font-family: "PTSansRegular"; }
      #accordion_cart_product_mob .reviews .wrap-comment .info-auther .text-auther .date-xs {
        float: right;
        color: #7a7a7a;
        font-size: 12px;
        font-family: "PTSansRegular";
        margin-top: 13px;
        line-height: 1.6;
        letter-spacing: 0.03em; }
  #accordion_cart_product_mob .block-review {
    margin-top: 43px; }
    #accordion_cart_product_mob .block-review .title {
      font-size: 19px;
      color: #7a7a7a;
      text-align: center;
      text-transform: uppercase;
      font-family: "PTSansBold";
      letter-spacing: 0.03em;
      line-height: 1.2; }
    #accordion_cart_product_mob .block-review .form-review {
      margin-top: 38px;
      margin-bottom: 99px; }
      #accordion_cart_product_mob .block-review .form-review input[placeholder], #accordion_cart_product_mob .block-review .form-review textarea[placeholder] {
        color: #7a7a7a;
        font-family: "PTSansRegular"; }
      #accordion_cart_product_mob .block-review .form-review .name {
        max-width: 475px;
        padding-left: 25px;
        display: inline-block;
        height: 34px;
        margin-bottom: 25px;
        border: 1px solid #a8a8a8;
        width: 100%;
        text-transform: none;
        color: #7a7a7a;
        border-radius: 2px;
        margin-right: 20px; }
      #accordion_cart_product_mob .block-review .form-review .email {
        max-width: 475px;
        padding-left: 25px;
        display: inline-block;
        height: 34px;
        margin-bottom: 25px;
        border: 1px solid #a8a8a8;
        width: 100%;
        text-transform: none;
        color: #7a7a7a;
        border-radius: 2px; }
      #accordion_cart_product_mob .block-review .form-review .text-comment {
        border: 1px solid #a8a8a8;
        text-transform: none;
        padding: 12px 25px;
        max-width: 974px;
        height: 180px;
        width: 100%;
        border-radius: 2px;
        display: table;
        letter-spacing: 0.03em; }
      #accordion_cart_product_mob .block-review .form-review .btn-review {
        width: 222px;
        margin: 24px auto 0 auto; }
  #accordion_cart_product_mob table {
    width: 100%; }
    #accordion_cart_product_mob table tr {
      padding: 15px 0 15px;
      display: block;
      border-bottom: 1px solid #edecea; }
      #accordion_cart_product_mob table tr td {
        font-size: 16px;
        font-family: "PTSansRegular";
        color: #7a7a7a;
        width: 64%;
        display: inline-block;
        vertical-align: middle; }
      #accordion_cart_product_mob table tr td:first-child {
        width: 34%;
        font-size: 16px;
        font-family: "PTSansBold";
        color: #7a7a7a; }
    #accordion_cart_product_mob table tr:last-child {
      border-bottom: none; }

#slider-product-mob {
  display: none;
  border-bottom: 1px solid #edecea; }
  #slider-product-mob .left i {
    font-size: 37px;
    color: #7a7a7a;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -18.5px;
    text-shadow: none; }
  #slider-product-mob .right i {
    font-size: 37px;
    color: #7a7a7a;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -18.5px;
    text-shadow: none; }

.block-title-product-mob .back-link-mob {
  position: relative;
  height: 50px;
  background: #edecea;
  width: 100%;
  border-top: 1px solid #fff; }
  .block-title-product-mob .back-link-mob a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    text-decoration: none;
    line-height: 50px;
    letter-spacing: 0.03em;
    font-size: 16px; }
    .block-title-product-mob .back-link-mob a:hover, .block-title-product-mob .back-link-mob a:active, .block-title-product-mob .back-link-mob a:focus {
      text-decoration: none; }
    .block-title-product-mob .back-link-mob a i {
      position: absolute;
      left: 25px;
      font-size: 27px;
      margin-top: 11px; }

.block-title-product-mob .title {
  width: 100%;
  padding: 37px 0 33px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #7a7a7a;
  border-bottom: 1px solid #edecea;
  font-size: 20px;
  font-family: "PTSansBold"; }

.block-price-mob {
  padding: 16px 0 0 0; }
  .block-price-mob .price-strike {
    font-family: "PTSansRegular";
    text-align: center;
    color: #a8a8a8;
    font-size: 18px;
    display: block;
    text-decoration: line-through; }
  .block-price-mob .price-normal {
    color: #046BB4;
    font-family: "PTSansBold";
    text-align: center;
    font-size: 25px;
    display: block;
    line-height: 2; }
  .block-price-mob .add-cart-mob {
    margin: 5px auto 0;
    max-width: 222px;
    width: 100%; }

.block-title-product-mob, .block-price-mob {
  display: none; }

.mark-more-all-cat {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 9px;
  height: 17px;
  content: "";
  background: url(../img/spline.png) no-repeat;
  background-position: -10px 0px; }

.box-cart {
  padding-bottom: 100px; }
  .box-cart .title {
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 45px;
    font-family: "PTSansBold";
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    top: -11px; }
  .box-cart .main-blocks-cart {
    display: table;
    width: 100%;
    margin-top: 30px; }
    .box-cart .main-blocks-cart .block-cart {
      position: relative;
      padding: 8px 4.5% 8px 4.7%;
      margin-bottom:8px;
      border-left: 1px solid rgb(0, 0, 0);
      border-right: 1px solid rgb(0, 0, 0);
      border-top: 1px solid rgb(0, 0, 0);
      border-bottom: 1px solid rgb(0, 0, 0);
      margin-top: -1px;
      overflow: hidden;
      display: flex;
      align-items: center;
      width: 80%;
       }
      .box-cart .main-blocks-cart .block-cart > a {
        display: flex;
        width: 45%;
        align-items: center; }
      .box-cart .main-blocks-cart .block-cart .cart-img {
        float: left;
        max-width: 54px;
        width: 100%;
        height: 54px;
        border: 1px solid #d0d0cf;
        position: relative;
        background: #FFFFFF; }
        .box-cart .main-blocks-cart .block-cart .cart-img img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          top: 0;
          width: 52px;
          margin: auto;
          height: 52px; }
      .box-cart .main-blocks-cart .block-cart .cart-name-prodct {
        float: left;
        position: relative;
        margin-left: 5%;
        width: 100%;
        letter-spacing: 0.03em; }
        .box-cart .main-blocks-cart .block-cart .cart-name-prodct span {
          color:black;
          font-family: "PTSansBold";
          font-size: 16px;
          line-height: 1.2;
          letter-spacing: 0.03em; }
      .box-cart .main-blocks-cart .block-cart .cart-mark {
        float: left;
        margin-left: 3.9%;
        width: 10%;
        letter-spacing: 0.03em;
        text-overflow: ellipsis;
        overflow: hidden; }
        .box-cart .main-blocks-cart .block-cart .cart-mark span {
          line-height: 1.2;
          font-size: 16px;
          text-transform: uppercase;
          font-family: "PTSansRegular";
          color:black;
          letter-spacing: 0.049em; }
      .box-cart .main-blocks-cart .block-cart .cart-overall-price {
        float: left;
        margin-left: 3.2%;
        width: 12.6%;
        letter-spacing: 0.03em;
        text-overflow: ellipsis;
        overflow: hidden; }
        .box-cart .main-blocks-cart .block-cart .cart-overall-price span {
          line-height: 1.2;
          font-size: 16px;
          font-family: "PTSansRegular";
          color: black;
          letter-spacing: 0.03em; }
      .box-cart .main-blocks-cart .block-cart .box-counter-cart {
        float: left;
        width: 60px;
        height: 41px;
        border: 1px solid #edecea;
        margin-left: 3.2%;
        display: table; }
        .box-cart .main-blocks-cart .block-cart .box-counter-cart .spinner-cart {
          float: left;
          width: 38px;
          height: 39px;
          line-height: 39px;
          text-align: center;
          color: #7a7a7a;
          font-family: "PTSansRegular";
          border: none; }
        .box-cart .main-blocks-cart .block-cart .box-counter-cart .ui-spinner-up {
          float: left;
          height: 20px;
          width: 20px;
          background: #edecea;
          line-height: 19px;
          text-align: center;
          cursor: pointer;
          color: #7a7a7a;
          border-bottom: 1px solid #d0d0cf; }
          .box-cart .main-blocks-cart .block-cart .box-counter-cart .ui-spinner-up:after {
            content: "+";
            position: absolute;
            display: block;
            text-align: center;
            line-height: 20px;
            width: 20px; }
        .box-cart .main-blocks-cart .block-cart .box-counter-cart .ui-spinner-down {
          float: left;
          height: 20px;
          width: 20px;
          background: #edecea;
          line-height: 19px;
          text-align: center;
          cursor: pointer;
          color: #7a7a7a; }
          .box-cart .main-blocks-cart .block-cart .box-counter-cart .ui-spinner-down:after {
            content: "-";
            position: absolute;
            display: block;
            text-align: center;
            line-height: 20px;
            width: 20px; }
      .box-cart .main-blocks-cart .block-cart .alone-price {
        float: left;
        margin-left: 4.4%;
        width: 10%;
        text-overflow: ellipsis;
        overflow: hidden; }
        .box-cart .main-blocks-cart .block-cart .alone-price span {
          line-height: 1.2;
          font-size: 20px;
          font-family: "PTSansRegular";
          color: #7a7a7a;
          letter-spacing: 0.049em; }
      .box-cart .main-blocks-cart .block-cart .delete-cart-product {
        position: relative;
        cursor: pointer;
        margin-left: 5.5%;
        width: 16px;
        height: 16px; }
        .box-cart .main-blocks-cart .block-cart .delete-cart-product:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 7px;
          width: 18px;
          background:black;
          transform: rotate(-45deg);
          height: 2px; }
        .box-cart .main-blocks-cart .block-cart .delete-cart-product:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 7px;
          width: 18px;
          background: black;
          transform: rotate(45deg);
          height: 2px; }
    .box-cart .main-blocks-cart .box-total-buy .block-right-cost {
      width: 302px;
      margin-top: 40px;
      float: right; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-cost .box-taxes p {
        font-size: 17px;
        color: #7a7a7a;
        font-family: "PTSansRegular";
        line-height: 33px;
        padding: 0;
        display: inline-block;
        margin: 0;
        letter-spacing: 0.03em; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-cost .box-taxes span {
        font-size: 20px;
        color: #7a7a7a;
        font-family: "PTSansRegular";
        line-height: 33px;
        padding: 0;
        display: inline-block;
        position: relative;
          position-top: 2px;
          position-letter-spacing: 0.09em; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-cost .box-total {
        margin-top: 15px; }
        .box-cart .main-blocks-cart .box-total-buy .block-right-cost .box-total p {
          font-size: 17px;
          color: #7a7a7a;
          font-family: "PTSansRegular";
          line-height: 33px;
          padding: 0;
          display: inline-block;
          margin: 0;
          letter-spacing: 0.03em;
          margin-right: 4px; }
        .box-cart .main-blocks-cart .box-total-buy .block-right-cost .box-total span {
          font-size: 35px;
          color: #7a7a7a;
          font-family: "PTSansBold";
          line-height: 33px;
          padding: 0;
          display: inline-block;
          position: relative;
          top: 6px;
          letter-spacing: 0.03em; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-cost .buy {
        margin-top: 45px;
        width: 100%; }
    .box-cart .main-blocks-cart .box-total-buy .block-right-more {
      margin-top: 36px;
      float: left; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-more .havecoupon p {
        font-size: 16px;
        font-family: "PTSansRegular";
        color: #7a7a7a;
        letter-spacing: 0.05em; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-more .havecoupon .input-havecoupon {
        width: 390px;
        height: 34px;
        border: 1px solid #a8a8a8;
        padding: 0 19px;
        margin-top: 12px; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-more .havecoupon i {
        position: relative;
        font-size: 20px;
        margin-left: 16px;
        color: #046BB4; }
      .box-cart .main-blocks-cart .box-total-buy .block-right-more a {
        padding: 0 34px 0 76px;
        font-size: 16px;
        letter-spacing: 0.049em;
        position: relative;
        margin-top: 37px;
        max-width: 242px; }
        .box-cart .main-blocks-cart .box-total-buy .block-right-more a i {
          position: absolute;
          top: 50%;
          margin-top: -13.5px;
          left: 34px;
          font-size: 27px; }
  .box-cart .main-step-two .form-step-two {
    max-width: 475px;
    width: 90%;
    margin: 30px auto 0;
    display: block; }
    .box-cart .main-step-two .form-step-two .input-style {
      width: 100%;
      height: 34px;
      border: 1px solid #a8a8a8;
      border-radius: 2px;
      padding-left: 18px;
      padding-left: 18px;
      font-size: 16px;
      font-family: "PTSansRegular";
      color: #7a7a7a;
      margin: 0 auto 40px;
      text-transform: uppercase;
      letter-spacing: 0.06em; }
    .box-cart .main-step-two .form-step-two .submit-input-style {
      margin: 0 auto;
      width: 100%; }
    .box-cart .main-step-two .form-step-two .select-step-two {
      text-transform: uppercase;
      background: #edecea;
      border: none;
      width: 100%;
      height: 34px;
      border-radius: 2px;
      padding-left: 18px;
      font-size: 16px;
      font-family: "PTSansRegular";
      color: #7a7a7a;
      margin: 0 auto 40px;
      cursor: pointer;
      line-height: 50px;
      position: relative;
      letter-spacing: 0.06em; }
      .box-cart .main-step-two .form-step-two .select-step-two option {
        height: 70px; }
    .box-cart .main-step-two .form-step-two .select-options {
      border: 1px solid #edecea; }
      .box-cart .main-step-two .form-step-two .select-options li {
        height: 50px;
        padding: 0;
        text-transform: uppercase;
        line-height: 50px;
        letter-spacing: 0.06em; }
      .box-cart .main-step-two .form-step-two .select-options:hover {
        background: #edecea; }
    .box-cart .main-step-two .form-step-two .box-select-town {
      position: relative; }
      .box-cart .main-step-two .form-step-two .box-select-town i {
        position: absolute;
        z-index: 1;
        right: 28px;
        font-size: 27px;
        margin-top: 12px;
        color: #7a7a7a; }

.box-cart-mob .main-blocks-cart-mob .box-total-buy {
  overflow: hidden;
  padding: 0 25px; }
  .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost {
    margin-top: 40px;
    width: 100%;
    float: left; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost .box-taxes p {
      font-size: 17px;
      color: #7a7a7a;
      font-family: "PTSansRegular";
      line-height: 33px;
      padding: 0;
      display: inline-block;
      margin: 0;
      letter-spacing: 0.03em; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost .box-taxes span {
      font-size: 20px;
      color: #7a7a7a;
      font-family: "PTSansRegular";
      line-height: 33px;
      padding: 0;
      display: inline-block;
      position: relative;
        position-top: 2px;
        position-letter-spacing: 0.09em; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost .box-total {
      margin-top: 15px; }
      .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost .box-total p {
        font-size: 17px;
        color: #7a7a7a;
        font-family: "PTSansRegular";
        line-height: 33px;
        padding: 0;
        display: inline-block;
        margin: 0;
        letter-spacing: 0.03em;
        margin-right: 4px; }
      .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost .box-total span {
        font-size: 35px;
        color: #7a7a7a;
        font-family: "PTSansBold";
        line-height: 33px;
        padding: 0;
        display: inline-block;
        position: relative;
        top: 6px;
        letter-spacing: 0.03em; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-cost .buy {
      margin-top: 45px;
      width: 100%; }
  .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more {
    margin-top: 47px;
    float: left; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more .havecoupon p {
      font-size: 16px;
      font-family: "PTSansRegular";
      color: #7a7a7a;
      letter-spacing: 0.05em; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more .havecoupon .input-havecoupon {
      width: 390px;
      height: 34px;
      border: 1px solid #a8a8a8;
      padding: 0 19px;
      margin-top: 12px; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more .havecoupon i {
      position: relative;
      font-size: 20px;
      margin-left: 16px;
      color: #046BB4; }
    .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more a {
      padding: 0 34px 0 76px;
      font-size: 16px;
      letter-spacing: 0.049em;
      position: relative;
      margin-top: 38px;
      max-width: 242px; }
      .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more a i {
        position: absolute;
        top: 50%;
        margin-top: -13.5px;
        left: 34px;
        font-size: 27px; }

.box-steps {
  margin: 24px 0 24px;
  width: 100%;
  overflow: hidden; }
  .box-steps ul {
    padding: 0;
    margin: 0; }
    .box-steps ul li {
      float: left; }
      .box-steps ul li a {
        position: relative;
        height: 50px;
        background: #edecea;
        color: #7a7a7a;
        text-transform: uppercase;
        float: left;
        list-style-type: none;
        line-height: 50px;
        font-family: "PTSansBold";
        font-size: 14px;
        padding: 0 59px 0 79px;
        border-radius: 2px; }
        .box-steps ul li a:after {
          content: '';
          position: absolute;
          right: -50px;
          bottom: 0px;
          border: 25px solid transparent;
          border-left: 25px solid #edecea;
          display: block;
          z-index: 1;
          pointer-events: none; }
      .box-steps ul li .active {
        background: #046BB4;
        color: #FFFFFF;
        border-radius: 2px;
        pointer-events: none; }
        .box-steps ul li .active:after {
          content: '';
          position: absolute;
          right: -50px;
          bottom: 0px;
          border: 25px solid transparent;
          border-left: 25px solid #046BB4;
          display: block;
          z-index: 1; }

.box-cart-mob {
  display: none; }
  .box-cart-mob .main-blocks-cart-mob .block-cart {
    padding: 50px 25px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #edecea; }
    .box-cart-mob .main-blocks-cart-mob .block-cart .cart-img {
      float: left;
      width: 82px;
      height: 82px;
      border: 1px solid #d0d0cf;
      position: relative;
      background: #FFFFFF; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .cart-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        top: 0;
        width: 100%;
        margin: auto;
        height: auto; }
    .box-cart-mob .main-blocks-cart-mob .block-cart .cart-name-prodct {
      width: calc(100% - 107px);
      margin-left: 25px;
      line-height: 12px;
      float: left; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .cart-name-prodct span {
        color: #7a7a7a;
        font-size: 18px;
        font-family: "PTSansRegular";
        letter-spacing: 0.03em; }
    .box-cart-mob .main-blocks-cart-mob .block-cart .delete-cart-product {
      position: absolute;
      right: 25px;
      top: 50px;
      cursor: pointer;
      width: 16px;
      height: 16px; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .delete-cart-product:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 7px;
        width: 18px;
        background: #d0d0cf;
        transform: rotate(45deg);
        height: 2px; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .delete-cart-product:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 7px;
        width: 18px;
        background: #d0d0cf;
        transform: rotate(-45deg);
        height: 2px; }
    .box-cart-mob .main-blocks-cart-mob .block-cart .box-counter-cart {
      float: left;
      width: 60px;
      height: 41px;
      border: 1px solid #edecea;
      margin-left: 25px;
      display: table;
      margin-top: 26px; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .box-counter-cart .spinner-cart {
        float: left;
        width: 38px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        color: #7a7a7a;
        font-family: "PTSansRegular";
        border: none; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .box-counter-cart .ui-spinner-up {
        float: left;
        height: 20px;
        width: 20px;
        background: #edecea;
        line-height: 19px;
        text-align: center;
        cursor: pointer;
        color: #7a7a7a;
        border-bottom: 1px solid #d0d0cf; }
        .box-cart-mob .main-blocks-cart-mob .block-cart .box-counter-cart .ui-spinner-up:after {
          content: "+";
          position: absolute;
          display: block;
          text-align: center;
          line-height: 20px;
          width: 20px; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .box-counter-cart .ui-spinner-down {
        float: left;
        height: 20px;
        width: 20px;
        background: #edecea;
        line-height: 19px;
        text-align: center;
        cursor: pointer;
        color: #7a7a7a; }
        .box-cart-mob .main-blocks-cart-mob .block-cart .box-counter-cart .ui-spinner-down:after {
          content: "-";
          position: absolute;
          display: block;
          text-align: center;
          line-height: 20px;
          width: 20px; }
    .box-cart-mob .main-blocks-cart-mob .block-cart .cart-overall-price {
      position: absolute;
      bottom: 50px;
      right: 25px;
      line-height: 13px; }
      .box-cart-mob .main-blocks-cart-mob .block-cart .cart-overall-price span {
        color: #7a7a7a;
        font-size: 20px;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
  .box-cart-mob .main-blocks-cart-mob .buy-mob {
    margin: 50px auto 99px;
    width: 100%;
    max-width: 222px; }

.box-cart-mob .back-link-mob {
  position: relative;
  height: 50px;
  background: #edecea;
  width: 100%;
  border-top: 1px solid #FFFFFF; }
  .box-cart-mob .back-link-mob a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #7a7a7a;
    font-family: "PTSansRegular";
    text-decoration: none;
    line-height: 50px; }
    .box-cart-mob .back-link-mob a i {
      position: absolute;
      left: 25px;
      font-size: 27px;
      margin-top: 11px; }

.box-not-found {
  display: table;
  width: 100%;
  padding-bottom: 145px; }
  .box-not-found .block-404 {
    font-size: 276px;
    font-family: "PTSansRegular";
    color: #046BB4;
    line-height: 208px;
    text-align: center;
    margin-top: 212px; }
  .box-not-found p {
    text-align: center;
    color: #046BB4;
    margin: 40px 0;
    font-size: 30px; }
  .box-not-found .takehome {
    margin: 10px auto;
    max-width: 280px; }

.cd-products-table .top-info h3 {
  font-size: 20px;
  color: #7a7a7a;
  font-family: "PTSansRegular";
  padding: 0; }

.cd-products-table .features ul li {
  position: relative; }
  .cd-products-table .features ul li span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 15px; }

.cd-products-table .selected .top-info .check::before {
  background: #046BB4;
  border-color: #046BB4; }

.cd-products-table .cd-features-list .list-decr {
  font-size: 15px;
  font-family: "PTSansRegular";
  font-weight: normal;
  color: #7a7a7a;
  list-style: 24px; }
  .cd-products-table .cd-features-list .list-decr a {
    color: #046BB4; }

.cd-products-table .cd-features-list .list-type {
  font-size: 15px;
  font-family: "PTSansRegular";
  font-weight: normal;
  color: #7a7a7a;
  list-style: 24px; }

.cd-products-table .cd-features-list .list-resol {
  font-size: 16px;
  font-family: "PTSansRegular";
  font-weight: normal;
  color: #7a7a7a;
  list-style: 24px; }

.cd-products-table .cd-features-list .list-manu {
  font-size: 20px;
  font-family: "PTSansRegular";
  font-weight: normal;
  color: #7a7a7a;
  list-style: 24px; }

.cd-products-table .cd-features-list .list-buy button {
  width: 190px;
  border-radius: 2px;
  background: #046BB4;
  height: 50px;
  border: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "PTSansBold";
  font-size: 15px; }

.box-contacts {
  float: left;
  width: calc(100% - 280px); }
  .box-contacts .title {
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 45px;
    font-family: "PTSansBold";
    line-height: 0.7;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    position: relative;
    top: -11px; }
  .box-contacts .map {
    width: 100%;
    height: 432px;
    margin-top: 50px;
    border-radius: 2px;
    border: 1px solid #edecea;
    overflow: hidden;
    margin-bottom: 62px; }
  .box-contacts .top {
    overflow: hidden; }
    .box-contacts .top .form-contact {
      max-width: 390px;
      width: 100%;
      float: left;
      margin-bottom: 50px;
      margin-right: 7.6%; }
      .box-contacts .top .form-contact .name {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold"; }
      .box-contacts .top .form-contact .email {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold"; }
      .box-contacts .top .form-contact .message {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        padding: 13px 20px;
        margin-bottom: 20px;
        font-size: 16px;
        height: 171px;
        color: #c9caca;
        font-family: "PTSansBold";
        display: block; }
      .box-contacts .top .form-contact .btn-contact {
        width: 263px; }
    .box-contacts .top .block-info {
      float: left;
      position: relative;
      top: -6px; }
      .box-contacts .top .block-info .block-email {
        margin-bottom: 33px; }
        .box-contacts .top .block-info .block-email span {
          font-size: 17px;
          font-family: "PTSansBold";
          color: #7a7a7a;
          text-transform: uppercase;
          margin-bottom: 11px;
          display: block;
          letter-spacing: 0.049em; }
        .box-contacts .top .block-info .block-email a {
          color: #7a7a7a;
          font-size: 16px;
          font-family: "PTSansRegular";
          display: block;
          margin-bottom: 11px;
          letter-spacing: 0.049em; }
      .box-contacts .top .block-info .block-phone {
        margin-bottom: 33px; }
        .box-contacts .top .block-info .block-phone span {
          font-size: 17px;
          font-family: "PTSansBold";
          color: #7a7a7a;
          text-transform: uppercase;
          margin-bottom: 12px;
          display: block;
          letter-spacing: 0.049em; }
        .box-contacts .top .block-info .block-phone a {
          color: #7a7a7a;
          font-size: 16px;
          font-family: "PTSansRegular";
          display: block;
          margin-bottom: 11px;
          letter-spacing: 0.049em; }
      .box-contacts .top .block-info .block-adress span {
        font-size: 17px;
        font-family: "PTSansBold";
        color: #7a7a7a;
        text-transform: uppercase;
        margin-bottom: 12px;
        display: block;
        letter-spacing: 0.049em; }
      .box-contacts .top .block-info .block-adress address {
        color: #7a7a7a;
        letter-spacing: 0.049em; }

.main-search-not-found {
  padding-top: 50px; }

.box-search-not-found {
  float: left;
  width: calc(100% - 280px); }
  .box-search-not-found .title {
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 45px;
    font-family: "PTSansBold";
    line-height: 0.7;
    letter-spacing: 0.05em;
    margin-bottom: 88px;
    position: relative;
    top: -12px; }
  .box-search-not-found .img-clock {
    display: block;
    margin: 10px auto; }
  .box-search-not-found .string-not-found {
    margin-top: 40px;
    margin-bottom: 50px; }
    .box-search-not-found .string-not-found p {
      color: #d2d2d1;
      font-size: 25px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.049em;
      font-family: "PTSansBold"; }
      .box-search-not-found .string-not-found p span {
        color: #046BB4;
        font-size: 25px;
        text-transform: lowercase;
        font-family: "PTSansRegular"; }
  .box-search-not-found .btn-see-sale {
    max-width: 306px;
    width: 90%;
    margin: 90px auto 10px; }

.main-wishlist .box-1675 .wishlist-content {
  width: calc(100% - 280px);
  display: block;
  float: left; }
  .main-wishlist .box-1675 .wishlist-content .title-wishlist {
    float: left;
    margin-bottom: 31px;
    position: relative;
    top: -11px; }

.main-wishlist .block-cart {
  padding: 50px  4.7%;
  border: 1px solid #d0d0cf;
  overflow: hidden;
  align-items: center;
  margin-top: -1px; }
  .main-wishlist .block-cart table tr td {
    vertical-align: middle; }
    .main-wishlist .block-cart table tr td .button-small {
      min-width: 160px;
      width: 100%; }
  .main-wishlist .block-cart table .cart-img {
    width: 82px;
    height: 82px;
    border: 1px solid #d0d0cf;
    position: relative;
    background: #FFFFFF;
    padding-right: 25px;
    padding-left: 15px; }
    .main-wishlist .block-cart table .cart-img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      top: 0;
      width: 80px;
      margin: auto;
      height: 80px; }
  .main-wishlist .block-cart table .cart-name-prodct {
    width: 100%;
    padding-left: 24px; }
    .main-wishlist .block-cart table .cart-name-prodct span {
      color: #7a7a7a;
      font-family: "PTSansBold";
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.03em; }
  .main-wishlist .block-cart table .cart-mark {
    padding-right: 25px;
    padding-left: 25px; }
    .main-wishlist .block-cart table .cart-mark span {
      line-height: 1.2;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "PTSansRegular";
      color: #7a7a7a; }
  .main-wishlist .block-cart table .alone-price {
    padding-right: 76px;
    padding-left: 50px; }
    .main-wishlist .block-cart table .alone-price span {
      line-height: 1.2;
      font-size: 20px;
      font-family: "PTSansRegular";
      color: #7a7a7a;
      white-space: nowrap; }
  .main-wishlist .block-cart table .delete-cart-product {
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 80px;
    width: 16px;
    height: 16px;
    display: inline-block; }
    .main-wishlist .block-cart table .delete-cart-product:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      width: 18px;
      background: #d0d0cf;
      transform: rotate(-45deg);
      height: 2px; }
    .main-wishlist .block-cart table .delete-cart-product:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      width: 18px;
      background: #d0d0cf;
      transform: rotate(45deg);
      height: 2px; }
  .main-wishlist .block-cart table input {
    padding: 0 10px; }

.wish-list {
  width: 100%;
  display: table;
  margin-bottom: 96px; }

.product-style-rows {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 24px;
  min-width: 275px;
  height: 298px; }
  .product-style-rows .prod-offer {
    padding: 0; }
    .product-style-rows .prod-offer .title-product {
      text-align: center;
      font-size: 21px;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      position: relative;
      z-index: 1; }
  .product-style-rows .wrap-info-prod .mark-info-prod {
    float: none; }
    .product-style-rows .wrap-info-prod .mark-info-prod a {
      display: block;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
  .product-style-rows .square-foot {
    position: relative;
    margin: 0;
    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
    left: 0; }
    .product-style-rows .square-foot .box-price-prod {
      margin: 20px 0; }
      .product-style-rows .square-foot .box-price-prod .price-sale {
        float: none;
        text-align: center;
        display: block;
        margin: 0;
        margin-top: 5px;
        font-size: 17px;
        letter-spacing: 0.03em; }
      .product-style-rows .square-foot .box-price-prod .price-now {
        float: none;
        text-align: center;
        display: block;
        margin: 0;
        margin-top: 5px;
        font-size: 20px;
        letter-spacing: 0.03em; }
  .product-style-rows .square-hidden {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    padding: 20px 38px;
    border-bottom: 1px solid #edecea;
    z-index: 2;
    background: #FFFFFF;
    margin-top: 0px; }
    .product-style-rows .square-hidden:before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      left: -1px;
      top: 1px;
      background: #edecea; }
    .product-style-rows .square-hidden:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      right: -1px;
      top: 1px;
      background: #edecea; }
    .product-style-rows .square-hidden .wrap-info-hidden-list {
      margin-top: 11px; }
    .product-style-rows .square-hidden .shlist-info-prod {
      margin-left: 15px;
      float: right; }
    .product-style-rows .square-hidden .compare-info-prod {
      margin-left: 6px;
      float: left; }
    .product-style-rows .square-hidden .btn-add-cart {
      max-width: 200px;
      width: 100%;
      margin: 0 auto; }
  .product-style-rows:hover .square-hidden {
    display: block; }

.product-style-rows:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: 1px solid #edecea;
  border-right: 1px solid #edecea;
  border-left: 1px solid #edecea;
  background: none;
  z-index: 1; }

.product-style-rows:hover .square-hidden:before {
  border-left: 2px solid #edecea; }

.product-style-rows:hover .square-hidden:after {
  border-right: 2px solid #edecea; }

.product-style-rows:hover .square-hidden {
  border-bottom: 2px solid #edecea; }

.product-style-square {
  float: left;
  width: 50%;
  position: relative; }
  .product-style-square .prod-offer {
    padding: 0px 38px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-style-square .prod-offer .title-product {
      white-space: nowrap; }
  .product-style-square .box-preview-img {
    margin-bottom: 25px; }
  .product-style-square .square-foot {
    overflow: hidden;
    margin: 15px 0 38px;
    border-top: 1px solid #e9e9e9; }
    .product-style-square .square-foot .box-price-prod {
      margin: 0;
      margin-top: 25px;
      float: left;
      width: 100%; }
      .product-style-square .square-foot .box-price-prod .price-now {
        float: right;
        margin-left: 10px;
        font-size: 30px;
        line-height: 46px;
        letter-spacing: 0.03em; }
      .product-style-square .square-foot .box-price-prod .price-sale {
        line-height: 46px;
        font-size: 20px;
        letter-spacing: 0.03em; }
    .product-style-square .square-foot .btn-add-cart {
      width: 100%;
      float: right;
      margin-bottom: 0;
      margin-left: 20px;
      margin-top: 25px; }

.products-style-line {
  width: 100%;
  position: relative; }
  .products-style-line .box-img-products img {
    width: 71%;
    margin-bottom: 54px;
    margin-top: 54px; }
  .products-style-line .left {
    width: 27.5%;
    float: left; }
  .products-style-line .center {
    width: calc(72.5% - 290px);
    float: left;
    padding: 50px 30px 50px 0; }
    .products-style-line .center .box-price-prod {
      overflow: hidden;
      margin: 0;
      float: right;
      line-height: 27px; }
      .products-style-line .center .box-price-prod .price-sale {
        float: left;
        margin-right: 10px;
        color: #aaaaaa;
        line-height: 27px;
        letter-spacing: 0.03em; }
    .products-style-line .center .title-product {
      float: left; }
    .products-style-line .center .box-preview-img {
      margin: 0;
      overflow: initial;
      float: left; }
    .products-style-line .center .wrap-info-prod {
      width: 100%;
      margin-top: 4px;
      float: left; }
    .products-style-line .center .wrap {
      float: left;
      margin-top: 25px; }
    .products-style-line .center .descr-prod {
      overflow: hidden;
      display: table;
      padding-left: 30px; }
  .products-style-line .right {
    width: 290px;
    float: left;
    padding: 50px 0;
    padding-right: 54px; }
    .products-style-line .right .btn-add-cart {
      width: 100%;
      padding: 0;
      margin-bottom: 0; }
    .products-style-line .right .price-now {
      float: none;
      display: block;
      margin-left: 0;
      margin-bottom: 45px;
      letter-spacing: 0.03em; }

.main-product .block-cart-product .block-img-product {
  width: 100%;
  padding-right: 1.3%; }
  .main-product .block-cart-product .block-img-product .box-preview-img-product {
    margin-top: 50px;
    overflow: hidden; }
    .main-product .block-cart-product .block-img-product .box-preview-img-product .soc-wrap {
      margin-top: 10px;
      float: right; }
      .main-product .block-cart-product .block-img-product .box-preview-img-product .soc-wrap a {
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #a8a8a8;
        display: inline-block;
        margin-left: 5px;
        line-height: 34px;
        text-align: center; }
        .main-product .block-cart-product .block-img-product .box-preview-img-product .soc-wrap a i {
          color: #a8a8a8; }

.main-product .block-decr-product {
  padding-left: 4.3%; }
  .main-product .block-decr-product .title {
    color: #7a7a7a;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.03em;
    font-family: "PTSansBold";
    position: relative;
    top: -10px;
    letter-spacing: 0.025em; }
  .main-product .block-decr-product .undertitle {
    padding-top: 18px;
    letter-spacing: 0.025em;
    padding-bottom: 14px;
    border-bottom: 1px solid #edecea;
    overflow: hidden; }
    .main-product .block-decr-product .undertitle .brand-name {
      float: left;
      font-size: 17px;
      color: #7a7a7a;
      text-transform: uppercase;
      font-family: "PTSansRegular"; }
    .main-product .block-decr-product .undertitle .wrap-info-product {
      width: auto;
      overflow: hidden;
      float: right;
      line-height: 27px; }
      .main-product .block-decr-product .undertitle .wrap-info-product .shlist-info-product {
        position: relative;
        margin: 2px 0;
        display: inline-block;
        line-height: 1.3;
        float: right;
        margin-left: 37px; }
        .main-product .block-decr-product .undertitle .wrap-info-product .shlist-info-product a {
          color: #7b7b7b;
          font-size: 13px;
          font-family: "PTSansRegular"; }
          .main-product .block-decr-product .undertitle .wrap-info-product .shlist-info-product a i {
            color: #d0d0cf; }
      .main-product .block-decr-product .undertitle .wrap-info-product .compare-info-product {
        position: relative;
        margin: 2px 0;
        display: inline-block;
        line-height: 1.3;
        float: right;
        margin-left: 40px; }
        .main-product .block-decr-product .undertitle .wrap-info-product .compare-info-product a {
          color: #7b7b7b;
          font-size: 13px;
          font-family: "PTSansRegular"; }
          .main-product .block-decr-product .undertitle .wrap-info-product .compare-info-product a i {
            color: #d0d0cf; }
  .main-product .block-decr-product .description {
    padding-top: 23px; }
    .main-product .block-decr-product .description p {
      color: #7a7a7a;
      font-family: "PTSansRegular";
      font-size: 15px;
      line-height: 24px;
      text-align: left;
      margin-bottom: 10px;
      letter-spacing: 0.025em; }
      .main-product .block-decr-product .description p a {
        color: #046BB4;
        font-family: "PTSansRegular";
        font-size: 15px; }
  .main-product .block-decr-product .wrap-cost {
    margin-top: 55px;
    overflow: hidden; }
    .main-product .block-decr-product .wrap-cost .box-add-cart-product {
      overflow: hidden;
      float: right; }
    .main-product .block-decr-product .wrap-cost .box-price {
      text-align: right;
      width: 100%; }
      .main-product .block-decr-product .wrap-cost .box-price .price-strike {
        color: #a8a8a8;
        font-family: "PTSansRegular";
        font-size: 25px;
        line-height: 25px;
        display: block;
        text-decoration: line-through;
        letter-spacing: 0.025em; }
      .main-product .block-decr-product .wrap-cost .box-price .price-normal {
        color: #046BB4;
        font-size: 40px;
        font-family: "PTSansBold";
        text-transform: uppercase;
        letter-spacing: 0.025em;
        line-height: 75px; }
    .main-product .block-decr-product .wrap-cost .wrap-price {
      float: right; }
    .main-product .block-decr-product .wrap-cost .box-add-cart-product {
      float: right;
      overflow: hidden;
      margin-top: 27px;
      width: 100%; }
      .main-product .block-decr-product .wrap-cost .box-add-cart-product .add-cart-product {
        width: 263px;
        float: right; }
    .main-product .block-decr-product .wrap-cost .box-counter {
      float: right;
      width: 60px;
      height: 41px;
      border: 1px solid #edecea;
      margin-right: 28px;
      margin-top: 18px;
      display: table; }

.main-product .related-products {
  padding-bottom: 137px;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px; }
  .main-product .related-products .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: initial; }
  .main-product .related-products .title {
    font-size: 25px;
    color: #7a7a7a;
    font-family: "PTSansBold";
    margin-bottom: 44px;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 0.09em; }
  .main-product .related-products .owl-item {
    padding: 15px 35px;
    position: relative;
    height: 380px; }
    .main-product .related-products .owl-item .wrap-item .item .image {
      margin-bottom: 25px;
      margin-top: 21px; }
    .main-product .related-products .owl-item .wrap-item:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      left: 0px;
      right: -3px;
      bottom: 0px;
      border-top: 1px solid #edecea;
      border-bottom: 1px solid #edecea;
      border-right: 1px solid #edecea; }
    .main-product .related-products .owl-item.active-border {
      border-left: 1px solid #edecea; }
    .main-product .related-products .owl-item.active-border-right {
      border-right: 1px solid #edecea; }
    .main-product .related-products .owl-item .name-products {
      font-size: 17px;
      text-align: center;
      font-family: "PTSansBold";
      color: #7a7a7a;
      letter-spacing: 0.03em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .main-product .related-products .owl-item .model-products {
      font-size: 13px;
      font-family: "PTSansRegular";
      text-align: center;
      color: #7a7a7a;
      margin-top: 9px;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .main-product .related-products .owl-item .price-products {
      border-top: 1px solid #edecea;
      margin-top: 45px;
      overflow: hidden; }
      .main-product .related-products .owl-item .price-products .old {
        color: #a8a8a8;
        font-size: 13px;
        text-align: center;
        float: none;
        font-family: "PTSansRegular";
        line-height: 2.5;
        display: block;
        text-decoration: line-through;
        margin-top: 5px; }
      .main-product .related-products .owl-item .price-products .now {
        color: #046BB4;
        font-size: 20px;
        text-align: center;
        display: block;
        float: none;
        font-family: "PTSansBold";
        margin-top: 5px;
        letter-spacing: 0.01em; }
    .main-product .related-products .owl-item .box-hide-related {
      transition: 3s linear;
      position: absolute;
      top: calc(100% - 1px);
      background: #FFFFFF;
      display: none;
      z-index: 1;
      width: calc(100% - 1px);
      border-bottom: 1px solid #edecea;
      border-left: 1px solid #edecea;
      border-right: 1px solid #edecea;
      border-radius: 2px;
      left: -1px;
      box-sizing: content-box; }
      .main-product .related-products .owl-item .box-hide-related .btn-related {
        width: 136px;
        margin: 0 auto 10px; }
      .main-product .related-products .owl-item .box-hide-related .wrap-info-product {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
        margin-top: 13px;
        width: 86%;
        margin-left: auto;
        margin-right: auto; }
        .main-product .related-products .owl-item .box-hide-related .wrap-info-product .shlist-info-product {
          position: relative;
          margin: 2px 0;
          display: inline-block;
          line-height: 1.3;
          float: right; }
          .main-product .related-products .owl-item .box-hide-related .wrap-info-product .shlist-info-product a {
            color: #7b7b7b;
            font-size: 11px;
            font-family: "PTSansRegular";
            letter-spacing: 0.03em; }
            .main-product .related-products .owl-item .box-hide-related .wrap-info-product .shlist-info-product a i {
              color: #d0d0cf; }
        .main-product .related-products .owl-item .box-hide-related .wrap-info-product .compare-info-product {
          position: relative;
          margin: 2px 0;
          display: inline-block;
          line-height: 1.3;
          float: right; }
          .main-product .related-products .owl-item .box-hide-related .wrap-info-product .compare-info-product a {
            color: #7b7b7b;
            font-size: 11px;
            font-family: "PTSansRegular";
            letter-spacing: 0.03em; }
            .main-product .related-products .owl-item .box-hide-related .wrap-info-product .compare-info-product a i {
              color: #d0d0cf; }
  .main-product .related-products .owl-item.active:hover .box-hide-related {
    display: block; }
  .main-product .related-products .owl-controls {
    position: absolute;
    top: -95px;
    right: 0; }
    .main-product .related-products .owl-controls .owl-prev {
      padding-right: 10px;
      display: inline-block;
      cursor: pointer;
      font-size: 37px;
      color: #d0d0cf; }
    .main-product .related-products .owl-controls .owl-next {
      padding-left: 10px;
      display: inline-block;
      cursor: pointer;
      font-size: 37px;
      color: #d0d0cf; }

#tabs-3 .title {
  font-size: 25px;
  color: #7a7a7a;
  font-family: "PTSansRegular";
  margin-bottom: 40px;
  letter-spacing: 0.03em; }

#tabs-3 .wrap-comment {
  margin-bottom: 50px;
  overflow: hidden; }
  #tabs-3 .wrap-comment .image-auther {
    float: left;
    max-width: 170px;
    max-height: 125px;
    margin-right: 50px; }
    #tabs-3 .wrap-comment .image-auther img {
      width: 100%;
      height: 100%; }
  #tabs-3 .wrap-comment .info-auther .top {
    overflow: hidden;
    margin-bottom: 25px; }
    #tabs-3 .wrap-comment .info-auther .top .name {
      float: left;
      font-size: 16px;
      color: #7a7a7a;
      text-transform: uppercase;
      font-family: "PTSansBold";
      line-height: 10px;
      letter-spacing: 0.05em; }
    #tabs-3 .wrap-comment .info-auther .top .date {
      float: right;
      color: #7a7a7a;
      font-size: 14px;
      font-family: "PTSansRegular";
      letter-spacing: 0.049em; }
  #tabs-3 .wrap-comment .info-auther .text-auther p {
    color: #7a7a7a;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0.06em;
    font-family: "PTSansRegular"; }

#tabs-3 .block-review {
  margin-top: 63px; }
  #tabs-3 .block-review .title {
    font-size: 25px;
    color: #7a7a7a;
    font-family: "PTSansRegular"; }
  #tabs-3 .block-review .form-review {
    margin-top: 40px; }
    #tabs-3 .block-review .form-review input[placeholder], #tabs-3 .block-review .form-review textarea[placeholder] {
      color: #7a7a7a;
      font-family: "PTSansBold"; }
    #tabs-3 .block-review .form-review .name {
      max-width: 475px;
      padding-left: 25px;
      display: inline-block;
      height: 50px;
      margin-bottom: 20px;
      border: 1px solid #a8a8a8;
      width: 100%;
      margin-right: 20px;
      text-transform: none;
      color: #7a7a7a;
      min-width: 300px;
      border-radius: 2px; }
    #tabs-3 .block-review .form-review .email {
      max-width: 475px;
      padding-left: 25px;
      display: inline-block;
      height: 50px;
      margin-bottom: 20px;
      border: 1px solid #a8a8a8;
      width: 100%;
      min-width: 300px;
      text-transform: none;
      color: #7a7a7a;
      border-radius: 2px; }
    #tabs-3 .block-review .form-review .text-comment {
      border: 1px solid #a8a8a8;
      text-transform: none;
      padding: 20px 25px;
      max-width: 974px;
      height: 193px;
      width: 100%;
      min-width: 300px;
      border-radius: 2px;
      display: table; }
    #tabs-3 .block-review .form-review .btn-review {
      width: 264px;
      height: 70px;
      background: #046BB4;
      border-radius: 2px;
      text-align: center;
      border: none;
      margin-top: 20px;
      display: block;
      font-size: 20px;
      text-transform: uppercase;
      color: #FFFFFF;
      font-family: "PTSansBold"; }

#tabs_cart_product #tabs-2 {
  padding-top: 0;
  padding-bottom: 0; }
  #tabs_cart_product #tabs-2 table {
    width: 100%; }
    #tabs_cart_product #tabs-2 table tr {
      padding: 40px 0;
      display: block;
      border-bottom: 1px solid #edecea; }
      #tabs_cart_product #tabs-2 table tr td {
        font-size: 18px;
        font-family: "PTSansRegular";
        color: #7a7a7a; }
      #tabs_cart_product #tabs-2 table tr td:first-child {
        font-size: 18px;
        font-family: "PTSansBold";
        color: #7a7a7a;
        min-width: 220px; }
    #tabs_cart_product #tabs-2 table tr:last-child {
      border-bottom: none; }

.box-cart-empty {
  padding-top: 50px;
  padding-bottom: 155px; }
  .box-cart-empty .img-backed-empty {
    display: block;
    margin: 117px auto 50px;
    position: relative;
    left: -41px; }
  .box-cart-empty .title {
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: 45px;
    font-family: "PTSansBold";
    position: relative;
    top: -8px; }
  .box-cart-empty .text {
    font-size: 25px;
    text-align: center;
    line-height: 0.7;
    text-transform: uppercase;
    font-family: "PTSansBold";
    color: #d2d2d1;
    letter-spacing: 0.049em; }
  .box-cart-empty .sales-link {
    max-width: 306px;
    width: 90%;
    margin: 100px auto 0px; }

.main-compare {
  padding-bottom: 80px; }
  .main-compare .account-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .main-compare .account-content:before {
      width: 1px;
      height: 100%;
      background: #edecea;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .main-compare .account-content:after {
      width: 1px;
      height: 100%;
      background: #edecea;
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0; }

.compare-list .title-compare {
  font-family: "PTSansBold";
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #7a7a7a;
  position: relative;
  top: -11px;
  margin-bottom: 30px; }

.compare-list #table-compare {
  border: 1px solid #edecea;
  margin-bottom: 0;
  overflow: auto;
  display: block; }
  .compare-list #table-compare .type td {
    font-size: 16px; }
  .compare-list #table-compare .manufacturer td {
    font-size: 16px; }
  .compare-list #table-compare .buy td {
    font-size: 20px; }
  .compare-list #table-compare .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
  .compare-list #table-compare tr {
    border-bottom: 1px solid #edecea; }
    .compare-list #table-compare tr:last-child {
      border-bottom: none; }
    .compare-list #table-compare tr .preview-img-mini-compare {
      position: relative;
      max-width: 250px;
      float: none;
      cursor: pointer;
      margin: 0 auto; }
      .compare-list #table-compare tr .preview-img-mini-compare img {
        width: 80%; }
    .compare-list #table-compare tr .compare-link {
      float: none;
      margin-top: 15px;
      text-align: center;
      display: block;
      line-height: 24px;
      color: #7a7a7a;
      font-size: 20px;
      font-family: "PTSansBold";
      letter-spacing: 0.03em; }
    .compare-list #table-compare tr td {
      min-width: 324px;
      text-align: center;
      position: relative;
      padding: 34px 40px;
      white-space: normal;
      border: none;
      color: #7a7a7a;
      border-left: 1px solid #edecea;
      letter-spacing: 0.03em; }
      .compare-list #table-compare tr td p {
        font-size: 15px;
        font-family: "PTSansRegular";
        color: #7a7a7a;
        line-height: 24px;
        letter-spacing: 0.029;
        font-weight: normal;
        text-align: left;
        letter-spacing: 0.03em; }
        .compare-list #table-compare tr td p a {
          font-size: 15px;
          color: #046BB4;
          letter-spacing: 0.03em; }
      .compare-list #table-compare tr td:first-child {
        border-left: none; }
      .compare-list #table-compare tr td .close-com {
        width: 14px;
        height: 15px;
        position: absolute;
        right: 7px;
        top: 7px;
        cursor: pointer; }
        .compare-list #table-compare tr td .close-com:before {
          content: "";
          display: block;
          position: absolute;
          right: 7px;
          top: 0;
          transform: rotate(45deg);
          height: 17px;
          width: 2px;
          background: #d0d0cf; }
        .compare-list #table-compare tr td .close-com:after {
          content: "";
          display: block;
          position: absolute;
          right: 7px;
          top: 0;
          transform: rotate(-45deg);
          height: 17px;
          width: 2px;
          background: #d0d0cf; }
    .compare-list #table-compare tr .title {
      width: 285px;
      text-align: left;
      color: #7a7a7a;
      font-weight: bold;
      border-right: 1px solid #edecea;
      font-size: 17px;
      font-family: "PTSansBold";
      text-transform: uppercase;
      padding: 34px 40px;
      font-weight: normal;
      letter-spacing: 0.049em;
      position: relative; }
      .compare-list #table-compare tr .title:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #edecea;
        position: absolute;
        right: -1px;
        top: 0; }
  .compare-list #table-compare td .add-cart {
    width: 190px;
    margin: 0 auto; }

.footer .container-fluid {
  padding: 0; }

.main-step-two {
  position: relative; }

.glyphicon-chevron-right {
  right: 25px !important;
  margin-right: 0 !important; }

.glyphicon-chevron-left {
  left: 25px !important;
  margin-left: 0 !important; }

#tabs_account {
  margin-top: 50%; }

.main-account {
  /* display: none; */
  /* position: fixed;
  left: 0;
  top: 0; */
  width: 100%;
  /* height: 100%; */
  /* background: rgba(0, 0, 0, 0.6); */
  z-index: 5;
  overflow-y: hidden; margin-left:-40px;}
  .main-account .box-account {
    width: 470px;
    position: relative;
    /* margin-top: 25px; */
    /* left: 50%; */
    /* margin-bottom: 40px; */
    background: #FFFFFF;
    /* margin-left: -235px;  */
  }
    .main-account .box-account .ui-corner-all {
      display: table;
      width: 100%; }
    .main-account .box-account .ui-state-default {
      width: 50% !important;
      height: 70px !important;
      border: none !important;
      float: left;
      text-align: center;
      background: #edecea !important; }
      .main-account .box-account .ui-state-default a {
        line-height: 70px;
        font-size: 16px;
        letter-spacing: 0.03em;
        text-align: center;
        color: #7a7a7a;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        display: block;
        font-family: "PTSansBold"; }
    .main-account .box-account .ui-tabs-active {
      background: #FFFFFF !important; }
    .main-account .box-account .close-account-box {
      position: absolute;
      width: 20px;
      height: 20px;
      padding: 0;
      right: -25px;
      top: -5px;
      cursor: pointer; }
      .main-account .box-account .close-account-box:before {
        content: "";
        display: block;
        position: relative;
        left: 3px;
        top: 50%;
        width: 15px;
        height: 2px;
        background: #cacbcb;
        transform: rotate(45deg); }
      .main-account .box-account .close-account-box:after {
        content: "";
        display: block;
        position: relative;
        left: 3px;
        top: 50%;
        width: 15px;
        height: 2px;
        margin-top: -2px;
        background: #cacbcb;
        transform: rotate(-45deg); }
    .main-account .box-account .forgot-pass {
      text-decoration: underline;
      position: absolute;
      text-align: center;
      color: #FFFFFF;
      font-family: "PTSansRegular";
      margin: 10px auto 0;
      top: 100%;
      left: 0;
      right: 0;
      display: block;
      letter-spacing: 0.05em;
      font-size: 16px; }
      .main-account .box-account .forgot-pass:hover {
        text-decoration: none; }
    .main-account .box-account #sign_in .sign_in_form {
      padding: 16px 40px 40px 40px; }
      .main-account .box-account #sign_in .sign_in_form .email {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
        .red{
          color:red;
        }
      .main-account .box-account #sign_in .sign_in_form .password {
        width: 100%;
        border: 1px solid #a8a8a8 !important;
        border-radius: 2px;
        height: 34px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca !important;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
      .main-account .box-account #sign_in .sign_in_form .custom {
        /* width: 100%; */
        display: block; }
      .main-account .box-account #sign_in .sign_in_form .checkbox-rem {
        float: left;
        position: relative;
        width: 22px;
        height: 22px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        cursor: pointer; }
      .main-account .box-account #sign_in .sign_in_form .rem-check {
        display: none; }
        .main-account .box-account #sign_in .sign_in_form .rem-check-custom {
          position: relative;
          width: 22px;
          height: 22px;
          border: 1px solid #dddddd;
          border-radius: 3px;
          cursor: pointer; }
        .main-account .box-account #sign_in .sign_in_form .rem-check:checked + .checkbox-rem::before {
          content: "";
          display: block;
          position: absolute;
          top: 3px;
          right: 3px;
          bottom: 3px;
          left: 3px;
          background: #046BB4;
          border-radius: 0px; }
      .main-account .box-account #sign_in .sign_in_form label {
        margin-bottom: 18px; }
        .main-account .box-account #sign_in .sign_in_form label .nameremember {
          margin-left: 17px;
          color: #7a7a7a;
          font-size: 16px;
          font-family: "PTSansRegular";
          letter-spacing: 0.05em;
          position: relative;
          top: -2px; }
    .main-account .box-account #sign_in .forgot_pass_form {
      padding: 36px 40px;
      display: none; }
      .main-account .box-account #sign_in .forgot_pass_form p {
        color: #7a7a7a;
        text-align: center;
        letter-spacing: 0.05em;
        font-size: 16px;
        line-height: 1.2;
        font-family: "PTSansRegular";
        margin-bottom: 17px; }
      .main-account .box-account #sign_in .forgot_pass_form .email {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
      .main-account .box-account #sign_in .forgot_pass_form .custom {
        width: 100%;
        display: block; }
      .main-account .box-account #sign_in .forgot_pass_form .back-log-in {
        text-decoration: underline;
        position: absolute;
        text-align: center;
        color: #FFFFFF;
        font-family: "PTSansRegular";
        margin: 10px auto 0;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        letter-spacing: 0.05em;
        font-size: 16px; }
        .main-account .box-account #sign_in .forgot_pass_form .back-log-in:hover {
          text-decoration: none; }
    .main-account .box-account #new_account {
      height: 408px;
      padding: 40px; }
      .main-account .box-account #new_account .name {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
      .main-account .box-account #new_account .email {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
      .main-account .box-account #new_account .password {
        width: 100%;
        border: 1px solid #a8a8a8;
        border-radius: 2px;
        height: 34px;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #c9caca;
        font-family: "PTSansBold";
        letter-spacing: 0.03em; }
      .main-account .box-account #new_account .custom {
        width: 100%;
        display: block; }
      .main-account .box-account #new_account .checkbox-regis {
        float: left;
        position: relative;
        width: 22px;
        height: 22px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        cursor: pointer; }
      .main-account .box-account #new_account .regis-check {
        display: none; }
        .main-account .box-account #new_account .regis-check-custom {
          position: relative;
          width: 22px;
          height: 22px;
          border: 1px solid #dddddd;
          border-radius: 3px;
          cursor: pointer; }
        .main-account .box-account #new_account .regis-check:checked + .checkbox-regis::before {
          content: "";
          display: block;
          position: absolute;
          top: 3px;
          right: 3px;
          bottom: 3px;
          left: 3px;
          background: #046BB4;
          border-radius: 0px; }
      .main-account .box-account #new_account label {
        margin-bottom: 18px; }
        .main-account .box-account #new_account label .nameregistr {
          margin-left: 17px;
          color: #7a7a7a;
          font-size: 16px;
          font-family: "PTSansRegular";
          letter-spacing: 0.05em;
          position: relative;
          top: -2px; }
      .main-account .box-account #new_account .thank_registr {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 40px solid #FFFFFF;
        background: #046BB4;
        display: none; }
        .main-account .box-account #new_account .thank_registr p {
          font-size: 20px;
          font-family: "PTSansBold";
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          color: #FFFFFF;
          line-height: 25px;
          vertical-align: middle;
          padding: 10px;
          position: relative;
          top: 40%; }

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

.main_about_us .title {
  position: relative;
  top: -12px;
  padding-bottom: 5px; }
  .main_about_us .title h1 {
    letter-spacing: 0.05em; }

.main_about_us .pre-about {
  margin-top: 23px; }
  .main_about_us .pre-about img {
    width: 100%; }

.main_about_us .whowe {
  padding: 38px 25px 45px 25px; }
  .main_about_us .whowe .content {
    max-width: 803px;
    margin: 0 auto; }
  .main_about_us .whowe .title-h4 {
    margin-bottom: 11px; }
  .main_about_us .whowe p {
    font-size: 15px;
    color: #7a7a7a;
    line-height: 24px;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0.025em;
    font-family: "PTSansRegular";
    margin-bottom: 24px; }
  .main_about_us .whowe .list-done li {
    color: #7a7a7a;
    font-size: 15px;
    letter-spacing: 0.025em;
    font-family: "PTSansRegular";
    line-height: 24px; }

.main_about_us .thing {
  overflow: hidden;
  background: #edecea;
  padding: 98px 0 58px; }
  .main_about_us .thing .box-thing {
    width: 143px;
    height: 143px;
    border-radius: 4px;
    background: #046BB4;
    margin: 0 auto;
    text-align: center; }
    .main_about_us .thing .box-thing i {
      font-size: 56px;
      color: #FFFFFF;
      line-height: 143px;
      text-align: center;
      display: block; }
  .main_about_us .thing h4 {
    text-align: center;
    margin-top: 18px; }
  .main_about_us .thing span {
    font-size: 17px;
    color: #7a7a7a;
    margin-top: 15px;
    line-height: 20px;
    display: block;
    text-align: center;
    letter-spacing: 0.025em;
    font-family: "PTSansRegular";
    margin-bottom: 40px; }

.main_about_us .team {
  overflow: hidden;
  padding: 105px 0 59px; }
  .main_about_us .team .title h2 {
    text-align: center;
    letter-spacing: 0.05em; }
  .main_about_us .team .box-team {
    position: relative;
    margin: 25px auto 25px;
    max-width: 300px; }
    .main_about_us .team .box-team img {
      width: 100%;
      display: block; }
    .main_about_us .team .box-team .bot {
      border-left: 1px solid #d0d0cf;
      border-right: 1px solid #d0d0cf;
      border-bottom: 1px solid #d0d0cf;
      padding: 41px 20px; }
      .main_about_us .team .box-team .bot .name-auther {
        font-size: 25px;
        font-family: "PTSansBold";
        color: #7a7a7a;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 0.03em; }
      .main_about_us .team .box-team .bot .position-auther {
        font-size: 16px;
        font-family: "PTSansRegular";
        color: #7a7a7a;
        text-transform: uppercase;
        letter-spacing: 0.03em; }
      .main_about_us .team .box-team .bot .description-auther {
        font-size: 17px;
        font-family: "PTSansRegular";
        color: #7a7a7a;
        letter-spacing: 0.03em;
        line-height: 21px;
        margin-top: 11px; }

.main_about_us .clients {
  overflow: hidden;
  padding: 20px 0 75px; }
  .main_about_us .clients .title h2 {
    text-align: center;
    letter-spacing: 0.05em; }
  .main_about_us .clients .box-clients {
    position: relative;
    margin: 26px auto 17px;
    max-width: 250px; }
    .main_about_us .clients .box-clients img {
      width: 100%;
      padding: 10px;
      border: 1px solid #d0d0cf;
      display: block;
      border-radius: 4px; }
    .main_about_us .clients .box-clients .text {
      font-size: 25px;
      font-family: "PTSansBold";
      color: #7a7a7a;
      line-height: 35px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 16px;
      letter-spacing: 0.03em; }

.icon-wish, .icon-compare {
  float: left;
  position: relative;
  top: 5px;
  left: -5px;
  color: #d0d0cf; }

.box-buy .shlist i, .box-buy .compare i {
  font-size: 16px;
  color: #d0d0cf;
  top: 1px;
  margin-right: 3px; }

#accordion_cart_product_mob .ui-state-default i {
  font-size: 27px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13.5px;
  z-index: 1; }

#accordion_cart_product_mob .ui-state-active i {
  font-size: 27px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13.5px;
  z-index: 1;
  transform: rotate(180deg); }

#forgot_pass {
  display: none; }

.main_privacy_policy .box-policy {
  margin: 0 auto;
  padding: 0px 0px 68px;
  margin-top: -12px; }
  .main_privacy_policy .box-policy .title {
    margin-bottom: 11px; }
  .main_privacy_policy .box-policy .content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.024em;
    color: #7a7a7a;
    margin-bottom: 25px;
    text-align: left; }

.main_faq {
  padding-top: 38px;
  padding-left: 25px;
  padding-right: 25px; }
  .main_faq .box-faq .title {
    margin-bottom: 38px; }
  .main_faq .box-faq .block-faq {
    max-width: 930px;
    margin: 0 auto 48px; }
    .main_faq .box-faq .block-faq .title-faq {
      height: 50px;
      border-radius: 2px 2px 0px 0px;
      font-size: 14px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #046BB4;
      font-family: "PTSansBold";
      padding: 17px 30px;
      line-height: 16px;
      letter-spacing: 0.06em; }
    .main_faq .box-faq .block-faq .faq_list h3 {
      height: 50px;
      border: none !important;
      border-bottom: 2px solid #FFFFFF !important;
      color: #7a7a7a !important;
      padding: 17px 30px;
      line-height: 16px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      top: 0 !important;
      font-family: "PTSansRegular";
      background: #edecea !important;
      position: relative; }
    .main_faq .box-faq .block-faq .faq_list .ui-state-default i {
      position: absolute;
      right: 26px;
      font-size: 27px;
      top: 50%;
      margin-top: -14px; }
    .main_faq .box-faq .block-faq .faq_list .ui-state-active i {
      position: absolute;
      right: 26px;
      font-size: 27px;
      top: 50%;
      margin-top: -14px;
      transform: rotate(-180deg); }
    .main_faq .box-faq .block-faq .faq_list div {
      border-left: 1px solid #edecea;
      border-right: 1px solid #edecea;
      border-bottom: 1px solid #edecea;
      padding: 36px 30px 20px 30px; }
      .main_faq .box-faq .block-faq .faq_list div p {
        color: #7a7a7a;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.06em;
        text-align: left;
        font-family: "PTSansRegular";
        margin-bottom: 25px; }
      .main_faq .box-faq .block-faq .faq_list div ul li {
        color: #7a7a7a;
        font-size: 16px;
        letter-spacing: 0.025em;
        font-family: "PTSansRegular";
        line-height: 24px; }

.main_delivery {
  padding: 39px 0px 0px 0px;
  display: table;
  margin: 0 auto; }
  .main_delivery .left {
    float: left;
    max-width: calc(100% - 315px);
    padding-right: 60px;
    width: 100%;
    padding-bottom: 53px; }
    .main_delivery .left .title {
      margin-bottom: 11px; }
      .main_delivery .left .title h1 {
        text-transform: none; }
    .main_delivery .left .text {
      border-bottom: 2px solid #edecea;
      margin-bottom: 32px; }
      .main_delivery .left .text p {
        font-size: 15px;
        color: #7a7a7a;
        line-height: 24px;
        letter-spacing: 0.029em;
        font-family: "PTSansRegular";
        margin-bottom: 25px; }
    .main_delivery .left .box-hope {
      float: left;
      overflow: hidden; }
      .main_delivery .left .box-hope h6 {
        font-size: 20px;
        color: #7a7a7a;
        font-family: "PTSansBold"; }
      .main_delivery .left .box-hope span {
        font-size: 16px;
        color: #7a7a7a;
        font-family: "PTSansRegular";
        line-height: 2; }
    .main_delivery .left .link-orders {
      float: right;
      overflow: hidden;
      margin-left: 20px; }
      .main_delivery .left .link-orders a {
        font-size: 16px;
        font-family: "PTSansRegular";
        color: #046BB4; }
  .main_delivery .right {
    float: right;
    max-width: 315px;
    width: 100%;
    padding: 55px 39px 60px 39px;
    background: #edecea;
    margin-top: 12px;
    margin-bottom: 61px; }
    .main_delivery .right h6 {
      color: #7a7a7a;
      font-size: 20px;
      font-family: "PTSansBold";
      line-height: 1.2; }
    .main_delivery .right p {
      font-size: 16px;
      font-family: "PTSansRegular";
      line-height: 24px;
      margin-top: 7px;
      margin-bottom: 32px;
      color: #7a7a7a; }
      .main_delivery .right p span {
        color: #046BB4; }
    .main_delivery .right .track_order {
      text-transform: uppercase;
      letter-spacing: 0.05em; }

.main-openingsoon {
  position: relative;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -237px; }
  .main-openingsoon .title h1 {
    text-align: center;
    text-transform: none;
    letter-spacing: 0.05em; }
  .main-openingsoon .content {
    margin: 30px auto;
    text-align: center;
    max-width: 753px;
    letter-spacing: 0.05em;
    line-height: 30px; }
    .main-openingsoon .content p {
      color: #7a7a7a; }
  .main-openingsoon canvas {
    width: 100%; }
  .main-openingsoon .ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(25% - 50px);
    margin: 10px 2.5%; }
  .main-openingsoon #countdown {
    width: 80%;
    margin: 51px auto; }
  .main-openingsoon .ClassyCountdown-value {
    position: absolute;
    top: 70%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0; }
    .main-openingsoon .ClassyCountdown-value span {
      font-size: 16px !important;
      text-transform: uppercase;
      font-weight: normal;
      margin-top: 24px;
      top: 88px;
      position: relative;
      font-family: "PTSansRegular";
      color: #7a7a7a;
      letter-spacing: 0.03em; }
    .main-openingsoon .ClassyCountdown-value div {
      font-size: 45px !important;
      font-family: "PTSansRegular";
      color: #046BB4;
      letter-spacing: 0.03em; }

.range-countdown {
  width: 175px;
  height: auto; }

.main-myacc {
  padding-top: 38px;
  padding-bottom: 100px; }
  .main-myacc .title h1 {
    text-transform: none; }
  .main-myacc .box-auther {
    overflow: hidden;
    margin-top: -16px; }
    .main-myacc .box-auther .auther-img {
      float: left;
      border: 1px solid #d2d2d1;
      float: left; }
    .main-myacc .box-auther .name-auther {
      float: left;
      font-size: 20px;
      text-transform: uppercase;
      font-family: "PTSansBold";
      color: #7a7a7a;

      padding-left: 27px; }
    .main-myacc .box-auther .link-edit-profile {
      color: #7a7a7a;
      float: left;
      font-size: 16px;
      padding-top: 4px;
      padding-left: 32px;
      letter-spacing: 0.025em; }
      .main-myacc .box-auther .link-edit-profile i {
        margin-right: 5px; }
    .main-myacc .box-auther .total-bought {
      float: right;
      font-size: 20px;
      color: #7a7a7a;
      font-family: "PTSansBold";
      letter-spacing: 0.029em;
      padding-top: 30px; }
  .main-myacc #account-setting {
    margin-top: 12px; }
    .main-myacc #account-setting .ui-widget-header {
      height: 62px;
      background: #edecea;
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .main-myacc #account-setting .ui-widget-header .ui-state-default {
        background: #edecea !important;
        border: none !important;
        cursor: pointer !important;
        max-width: 350px;
        width: 100%;
        height: 62px;
        top: 0px !important; }
        .main-myacc #account-setting .ui-widget-header .ui-state-default .ui-tabs-anchor {
          text-transform: uppercase;
          color: #7a7a7a;
          font-family: "PTSansBold";
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          padding: 18px 0;
          font-size: 16px;
          letter-spacing: 0.05em; }
      .main-myacc #account-setting .ui-widget-header .ui-tabs-active {
        background: #046BB4 !important; }
        .main-myacc #account-setting .ui-widget-header .ui-tabs-active .ui-tabs-anchor {
          color: #FFFFFF; }
    .main-myacc #account-setting #personal-information .form-personal-information {
      width: 100%;
      max-width: 350px;
      padding-top: 58px; }
      .main-myacc #account-setting #personal-information .form-personal-information label {
        width: 100%;
        position: relative;
        margin-bottom: 11px; }
        .main-myacc #account-setting #personal-information .form-personal-information label span {
          font-size: 13px;
          color: #7a7a7a;
          display: block;
          margin-bottom: 8px;
          line-height: 12px;
          letter-spacing: 0.025em; }
          .main-myacc #account-setting #personal-information .form-personal-information label span b {
            color: #ff0000;
            font-size: 15px; }
        .main-myacc #account-setting #personal-information .form-personal-information label .input-style {
          height: 50px;
          border: 1px solid #a8a8a8;
          padding-left: 15px;
          padding-right: 15px;
          width: 100%;
          margin-bottom: 10px; }
        .main-myacc #account-setting #personal-information .form-personal-information label .change-password {
          font-size: 16px;
          letter-spacing: 0.025em;
          position: relative;
          white-space: nowrap;
          cursor: pointer;
          color: #7a7a7a;
          font-family: "PTSansRegular"; }
          .main-myacc #account-setting #personal-information .form-personal-information label .change-password i {
            margin-right: 5px; }
      .main-myacc #account-setting #personal-information .form-personal-information .hidden-all {
        display: none; }
      .main-myacc #account-setting #personal-information .form-personal-information .active {
        display: block; }
    .main-myacc #account-setting #personal-address .form-personal-address {
      width: 100%;
      max-width: 350px;
      padding-top: 58px; }
      .main-myacc #account-setting #personal-address .form-personal-address label {
        width: 100%;
        position: relative;
        margin-bottom: 16px; }
        .main-myacc #account-setting #personal-address .form-personal-address label span {
          font-size: 13px;
          color: #7a7a7a;
          display: block;
          margin-bottom: 8px;
          line-height: 12px;
          letter-spacing: 0.025em; }
          .main-myacc #account-setting #personal-address .form-personal-address label span b {
            color: #ff0000;
            font-size: 15px; }
        .main-myacc #account-setting #personal-address .form-personal-address label .input-style {
          height: 50px;
          border: 1px solid #a8a8a8;
          padding-left: 15px;
          padding-right: 15px;
          width: 100%; }
        .main-myacc #account-setting #personal-address .form-personal-address label .note {
          font-size: 13px;
          color: #7a7a7a;
          font-family: "PTSansRegular";
          line-height: 16px;
          letter-spacing: 0.025em;
          margin-bottom: 10px;
          margin-top: 5px; }
    .main-myacc #account-setting #personal-orders .orders-info {
      margin-top: 69px;
      margin-bottom: 43px; }
      .main-myacc #account-setting #personal-orders .orders-info .data-orders, .main-myacc #account-setting #personal-orders .orders-info .order-number, .main-myacc #account-setting #personal-orders .orders-info .shop-method {
        color: #7a7a7a;
        font-family: "PTSansBold";
        font-size: 16px;
        letter-spacing: 0.05em; }
      .main-myacc #account-setting #personal-orders .orders-info .time-orders, .main-myacc #account-setting #personal-orders .orders-info .number, .main-myacc #account-setting #personal-orders .orders-info .method-type {
        color: #7a7a7a;
        font-family: "PTSansRegular";
        font-size: 16px;
        letter-spacing: 0.05em; }
    .main-myacc #account-setting #personal-orders .block-personal-orders {
      border-top: 1px solid #edecea;
      border-left: 1px solid #edecea;
      border-right: 1px solid #edecea;
      padding: 16px; }
      .main-myacc #account-setting #personal-orders .block-personal-orders:last-child {
        border-bottom: 1px solid #edecea; }
      .main-myacc #account-setting #personal-orders .block-personal-orders table .cart-personal-orders {
        vertical-align: middle; }
        .main-myacc #account-setting #personal-orders .block-personal-orders table .cart-personal-orders .cart-personal-orders {
          width: 82px;
          height: 82px;
          border: 1px solid #edecea;
          position: relative;
          background: #FFFFFF;
          padding-right: 25px;
          padding-left: 15px; }
          .main-myacc #account-setting #personal-orders .block-personal-orders table .cart-personal-orders .cart-personal-orders img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            top: 0;
            width: 100%;
            margin: auto;
            height: auto; }
      .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-name-prodct {
        vertical-align: middle;
        width: 30%;
        padding-left: 50px;
        padding-right: 20px; }
        .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-name-prodct span {
          color: #7a7a7a;
          font-family: "PTSansBold";
          font-size: 20px;
          line-height: 1.2;
          letter-spacing: 0.049em; }
      .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-count {
        vertical-align: middle;
        width: 24.6%;
        padding-left: 15px;
        padding-right: 15px; }
        .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-count span {
          color: #7a7a7a;
          font-family: "PTSansRegular";
          font-size: 20px;
          line-height: 1.2;
          letter-spacing: 0.049em; }
      .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-price {
        vertical-align: middle;
        width: 16%;
        padding-left: 15px;
        padding-right: 15px; }
        .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-price span {
          color: #7a7a7a;
          font-family: "PTSansRegular";
          font-size: 20px;
          line-height: 1.2;
          letter-spacing: 0.03em; }
      .main-myacc #account-setting #personal-orders .block-personal-orders table .status-delivery {
        vertical-align: middle; }
        .main-myacc #account-setting #personal-orders .block-personal-orders table .status-delivery span {
          color: #046BB4;
          font-size: 20px;
          letter-spacing: 0.049em; }
    .main-myacc #account-setting #personal-wish .wrap-wish {
      padding-top: 78px; }
      .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish {
        border-top: 1px solid #edecea;
        border-left: 1px solid #edecea;
        border-right: 1px solid #edecea;
        border-bottom: 1px solid #edecea;
        margin-top: -1px;
        padding: 50px 78px; }
        .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish td {
          vertical-align: middle; }
          .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish td .delete-cart-product {
            position: relative;
            cursor: pointer;
            margin-right: 15px;
            margin-left: 80px;
            width: 16px;
            height: 16px;
            display: inline-block; }
            .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish td .delete-cart-product:after {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 7px;
              width: 18px;
              background: #d0d0cf;
              transform: rotate(-45deg);
              height: 2px; }
            .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish td .delete-cart-product:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 7px;
              width: 18px;
              background: #d0d0cf;
              transform: rotate(45deg);
              height: 2px; }
        .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .cart-personal-wish {
          vertical-align: middle; }
          .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .cart-personal-wish .cart-personal-wish {
            width: 82px;
            height: 82px;
            border: 1px solid #edecea;
            position: relative;
            background: #FFFFFF;
            padding-right: 25px;
            padding-left: 15px; }
            .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .cart-personal-wish .cart-personal-wish img {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              top: 0;
              width: 100%;
              margin: auto;
              height: auto; }
        .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-name-prodct {
          vertical-align: middle;
          width: 37%;
          padding-left: 50px; }
          .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-name-prodct span {
            color: #7a7a7a;
            font-family: "PTSansBold";
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 0.049em; }
        .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-count {
          vertical-align: middle;
          width: 15%;
          padding-left: 15px;
          padding-right: 15px;
          text-align: center; }
          .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-count span {
            color: #7a7a7a;
            font-family: "PTSansRegular";
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 0.049em; }
        .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-price {
          vertical-align: middle;
          width: 23%;
          padding-left: 15px;
          padding-right: 15px;
          text-align: center; }
          .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-price span {
            color: #7a7a7a;
            font-family: "PTSansRegular";
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 0.03em; }
        .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .custom {
          width: 25%;
          vertical-align: middle; }
          .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .custom .button-small {
            max-width: 197px;
            margin: 0 auto; }

.main-discont {
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2; }
  .main-discont .box-discont {
    margin: auto;
    position: absolute;
    background: #FFFFFF;
    padding: 68px 86px;
    max-width: 947px;
    width: 100%;
    max-height: 432px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .main-discont .box-discont .close-discont {
      position: absolute;
      width: 20px;
      height: 20px;
      padding: 0;
      right: -25px;
      top: -3px;
      cursor: pointer; }
      .main-discont .box-discont .close-discont:before {
        content: "";
        display: block;
        position: relative;
        left: 0px;
        top: 50%;
        width: 20px;
        height: 2px;
        background: #cacbcb;
        transform: rotate(45deg); }
      .main-discont .box-discont .close-discont:after {
        content: "";
        display: block;
        position: relative;
        left: 0px;
        top: 50%;
        width: 20px;
        height: 2px;
        margin-top: -2px;
        background: #cacbcb;
        transform: rotate(-45deg); }
    .main-discont .box-discont h6 {
      font-size: 45px;
      color: #7a7a7a;
      font-family: "PTSansBold";
      letter-spacing: 0.05em; }
    .main-discont .box-discont p {
      font-size: 16px;
      color: #7a7a7a;
      font-family: "PTSansRegular";
      letter-spacing: 0.05em; }
    .main-discont .box-discont .form-discont-popup {
      max-width: 474px;
      width: 100%;
      margin-top: 37px; }
    .main-discont .box-discont .input-discont-popup {
      height: 34px;
      width: 100%;
      border: 1px solid #a8a8a8;
      padding: 0 22px;
      margin-bottom: 20px; }
    .main-discont .box-discont .img-sale_discont {
      position: absolute;
      right: 10px;
      bottom: 43px; }

.unit-one .price-sale {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  display: block; }

.unit-one .price-now {
  float: none;
  margin-left: 0;
  display: block; }

.main-search-result .box-1675 .wishlist-content {
  width: calc(100% - 280px);
  display: table; }
  .main-search-result .box-1675 .wishlist-content .title-wishlist {
    float: left;
    margin-bottom: 31px;
    position: relative;
    top: -11px; }

.main-search-result .block-cart {
  overflow: hidden;
  align-items: center;
  border: 1px solid #edecea; }
  .main-search-result .block-cart a {
    padding: 20px 4%;
    display: block; }
  .main-search-result .block-cart:nth-child(odd) {
    border-left: 8px solid #edecea; }
    .main-search-result .block-cart:nth-child(odd) a {
      background: #edecea; }
  .main-search-result .block-cart:nth-child(even) {
    border-left: 8px solid #046BB4; }
  .main-search-result .block-cart table tr td {
    vertical-align: middle; }
  .main-search-result .block-cart table .cart-img {
    width: 82px;
    height: 82px;
    border: 1px solid #d0d0cf;
    position: relative;
    background: #FFFFFF;
    padding-right: 25px;
    padding-left: 15px; }
    .main-search-result .block-cart table .cart-img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      top: 0;
      width: 80px;
      margin: auto;
      height: 80px; }
  .main-search-result .block-cart table .cart-name-prodct {
    width: 100%;
    padding-left: 50px; }
    .main-search-result .block-cart table .cart-name-prodct span {
      color: #7a7a7a;
      font-family: "PTSansBold";
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.03em; }
  .main-search-result .block-cart table .cart-mark {
    padding-right: 25px;
    padding-left: 25px; }
    .main-search-result .block-cart table .cart-mark span {
      line-height: 1.2;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "PTSansRegular";
      color: #7a7a7a; }
  .main-search-result .block-cart table .alone-price {
    padding-left: 50px; }
    .main-search-result .block-cart table .alone-price span {
      line-height: 1.2;
      font-size: 20px;
      font-family: "PTSansBold";
      color: #046BB4;
      white-space: nowrap; }
  .main-search-result .block-cart table .delete-cart-product {
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 80px;
    width: 16px;
    height: 16px;
    display: inline-block; }
    .main-search-result .block-cart table .delete-cart-product:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      width: 18px;
      background: #d0d0cf;
      transform: rotate(-45deg);
      height: 2px; }
    .main-search-result .block-cart table .delete-cart-product:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      width: 18px;
      background: #d0d0cf;
      transform: rotate(45deg);
      height: 2px; }
  .main-search-result .block-cart table input {
    padding: 0 10px; }

.main-search-result .block-cart:nth-child(n+2) {
  border-top: none; }

.main_faq .box-faq {
  padding-bottom: 50px; }

#myCarousel3 .left {
  opacity: 1;
  background: none; }
  #myCarousel3 .left i {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-size: 80px;
    left: 40px; }

#myCarousel3 .right {
  opacity: 1;
  background: none; }
  #myCarousel3 .right i {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    font-size: 80px;
    right: 40px; }

#myCarousel3 .carousel-indicators {
  bottom: -45px;
  z-index: 1; }
  #myCarousel3 .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #d0d0cf;
    border: none;
    margin: 0; }
  #myCarousel3 .carousel-indicators .active {
    background: #046BB4;
    border: none; }

#cat-select-menu {
  display: none; }

html.js .loader {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.wishlist-content .cart-name-prodct a:hover span {
  color: #046BB4; }

.box-cart .main-blocks-cart .block-cart .cart-name-prodct span:hover {
  color: #046BB4; }

.main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-name-prodct span:hover {
  color: #046BB4; }

.unit-three .product-style-rows {
  height: 445px; }
  .unit-three .product-style-rows .box-img-products {
    height: auto;
    z-index: 1; }

/*------------------------------------------------------------------
	6. MEDIA
	--------------------------------------------------------------*/
@media only screen and (max-width: 1700px) {
  .products-style-line .box-img-products img {
    margin-bottom: 20px;
    margin-top: 20px; }
  .unit-one .box-img-products img {
    width: 347px; }
  #unit-one .wrap-products-masonry {
    width: 50%; }
  .products-style-line .center .descr-prod {
    width: 100%;
    padding-top: 20px;
    padding-left: 0; }
  .products-style-line .right {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 34px; }
  .products-style-line .center {
    padding-top: 25px;
    padding-bottom: 25px; }
  .main-product .related-products .owl-item {
    height: 455px; }
  .main-wishlist .block-cart {
    padding: 50px 2.5% 50px 2.5%; }
  .products-style-line .right .price-now {
    margin-left: 0;
    margin-bottom: 27px;
    float: none;
    width: 100%;
    display: block;
    line-height: 0.9; }
  .products-style-line .right .price-sale {
    float: left;
    margin-bottom: 29px; }
  .hidden-1700 {
    display: none  !important; }
  .visible-1700 {
    display: block !important; }
  .main_faq .box-faq .block-faq {
    max-width: 100%; } }

@media only screen and (max-width: 1400px) {
  .products-style-line .left {
    width: 20%;
    float: left;
    margin: 25px 0 25px 25px; }
  .products-style-line .right {
    width: 250px;
    float: right;
    padding-right: 25px; }
  .products-style-line .center {
    width: calc(79.5% - 300px);
    float: left;
    padding: 23px 0px 25px 0;
    margin-left: 25px; }
  .main-product .block-decr-product .title {
    color: #7a7a7a;
    font-size: 38px;
    line-height: 45px; }
  .wish-list .block-cart {
    padding: 50px 2%; }
  .wish-list .block-cart table .delete-cart-product {
    margin-left: 35px; }
  .wish-list .block-cart table .alone-price {
    padding-right: 45px;
    padding-left: 25px; }
  .wish-list .block-cart table .cart-name-prodct {
    padding-right: 20px;
    padding-left: 15px; }
  .block-cart-product .block-decr-product {
    width: calc(68% - 200px); }
  .block-cart-product .wrap-cost .box-price .price-strike {
    font-size: 14px	!important; }
  .block-cart-product .wrap-cost .box-price .price-normal {
    font-size: 26px	!important; }
  .block-cart-product .block-bunner-product {
    width: 200px !important; }
  .wrap-products-masonry {
    width: 50%; }
  .products-style-line {
    width: 100%; }
  .main-search-result .block-cart {
    padding: 0; }
  .products-style-line .box-img-products img {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%; } }

@media only screen and (max-width: 1310px) {
  .main-product .block-review .form-review .email, .main-product .block-review .form-review .name {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .basket-price {
    font-size: 22px;
    margin-top: 5px; }
  .main-openingsoon #countdown {
    width: 90%;
    margin: 51px auto; }
    .main-openingsoon #countdown .ClassyCountdown-wrapper > div {
      width: calc(25% - 20px);
      margin: 10px; } }

@media only screen and (max-width: 1200px) {
  .unit-three .product-style-rows {
    height: 470px; }
  .products-style-line .right .btn-add-cart {
    width: 290px; }
  .unit-one .box-img-products img {
    width: 248px; }
  .products-style-line .right .price-now {
    float: left;
    width: auto; }
  .main-discont .box-discont h6 {
    line-height: 1.2; }
  .main-discont .box-discont .form-discont-popup {
    max-width: 440px; }
  .main-discont .box-discont {
    max-width: 900px; }
  .main-product .related-products .owl-item {
    height: 410px; }
  .products-style-line .center .descr-prod {
    padding-top: 0px; }
  .products-style-line .right .price-sale {
    margin-right: 0;
    margin-left: 20px; }
  .products-style-line .right .btn-add-cart {
    margin-bottom: 0;
    float: right; }
  .products-style-line .center {
    width: 71.5%; }
  .products-style-line .right {
    width: 100%;
    padding: 0 25px 25px; }
  .wish-list .block-cart {
    margin: 0px auto 30px; }
    .wish-list .block-cart:nth-child(n+2) {
      border-top: 1px solid #d0d0cf; }
  .wish-list .block-cart {
    padding: 0; }
    .wish-list .block-cart table {
      width: 100%; }
      .wish-list .block-cart table tr td {
        display: block;
        padding: 20px 25px;
        border-bottom: 1px solid #d0d0cf;
        overflow: hidden; }
        .wish-list .block-cart table tr td:last-child {
          border-bottom: none; }
        .wish-list .block-cart table tr td input {
          float: none;
          margin: 0 auto;
          text-align: center;
          display: block; }
        .wish-list .block-cart table tr td .delete-cart-product {
          position: relative;
          cursor: pointer;
          margin-right: 15px;
          margin-left: 80px;
          width: 16px;
          height: 16px;
          display: inline-block;
          margin: 0 auto;
          display: block; }
      .wish-list .block-cart table tr .cart-name-prodct {
        padding-right: 25px;
        padding-left: 25px;
        letter-spacing: 0.03em; }
        .wish-list .block-cart table tr .cart-name-prodct span {
          float: right;
          letter-spacing: 0.03em; }
        .wish-list .block-cart table tr .cart-name-prodct:before {
          content: attr(data-title);
          font-size: 16px;
          font-family: "PTSansRegular";
          color: #7a7a7a;
          letter-spacing: 0.03em; }
      .wish-list .block-cart table tr .cart-mark {
        letter-spacing: 0.03em; }
        .wish-list .block-cart table tr .cart-mark span {
          float: right;
          letter-spacing: 0.03em; }
        .wish-list .block-cart table tr .cart-mark:before {
          content: attr(data-mark);
          font-size: 16px;
          font-family: "PTSansRegular";
          color: #7a7a7a;
          letter-spacing: 0.03em; }
      .wish-list .block-cart table tr .alone-price {
        padding-right: 25px;
        padding-left: 25px; }
        .wish-list .block-cart table tr .alone-price span {
          float: right;
          letter-spacing: 0.03em; }
        .wish-list .block-cart table tr .alone-price:before {
          content: attr(data-price);
          font-size: 16px;
          font-family: "PTSansRegular";
          color: #7a7a7a;
          letter-spacing: 0.03em; }
  .box-contacts .top .form-contact {
    max-width: 350px; }
  .wish-list .block-cart table tr .cart-thumbnail {
    display: none; }
  .block-cart-product .block-decr-product {
    width: 68%; }
  .block-cart-product .block-bunner-product {
    display: none; }
  .top-right ul {
    float: left; }
  .top-left ul {
    margin-right: 30px; }
  .col-size-search {
    border-top: 1px solid #eeedeb; }
  .box-search, .box-allcategories {
    border: none; }
  .col-size-buy {
    float: right; }
  .col-size-search {
    width: 100% !important; }
  .main-myacc #account-setting #personal-orders .block-personal-orders {
    padding: 25px 25px; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish {
    padding: 25px; }
  .compare-list #table-compare tr td {
    padding: 34px 25px; }
  .compare-list #table-compare {
    overflow: scroll;
    display: block; }
  .main-compare .account-content {
    overflow-x: hidden; }
  .product-style-rows .square-hidden {
    padding: 20px 63px; }
  .main_about_us .clients {
    padding: 28px 0 10px; } }

@media only screen and (max-width: 992px) {
  .unit-one .box-img-products img {
    width: 358px; }
  .product-style-rows .square-hidden {
    padding: 20px 23px; }
  #tabs_cart_product {
    display: none; }
  #accordion_cart_product_mob {
    display: block; }
  .main_delivery .left, .main_delivery .right {
    max-width: 48%; }
  .products-style-line .right {
    width: 290px;
    float: right;
    padding: 15px 0 0 0; }
  .products-style-line .right .btn-add-cart {
    float: right; }
  .products-style-line .right .price-sale {
    float: left;
    margin-right: 0; }
  .products-style-line .right .price-now {
    float: right;
    margin-left: 0;
    margin-bottom: 35px; }
  .products-style-line {
    width: 100%;
    padding: 25px; }
  .products-style-line .center {
    width: 72.5%;
    padding: 0 0px 0px 25px; }
  .products-style-line .center .box-preview-img {
    margin-bottom: 10px; }
  .products-style-line .center .descr-prod {
    padding-left: 0;
    width: 100%; }
  #unit-one .wrap-products-masonry {
    width: 100%; }
  .entry-title {
    font-size: 36px; }
  .box-cart-mob .main-blocks-cart-mob .block-cart .delete-cart-product {
    right: 6.5%; }
  .box-cart-mob .main-blocks-cart-mob .block-cart .cart-overall-price {
    right: 6.5%; }
  .box-cart-mob .main-blocks-cart-mob .block-cart {
    padding: 50px 6.5%; }
  .main-product .block-decr-product .title {
    color: #7a7a7a;
    font-size: 28px;
    line-height: 38px; }
  .main-product .block-decr-product .wrap-cost .box-add-cart-product .add-cart-product {
    width: 222px; }
  .main-product .block-cart-product .block-img-product .box-preview-img-product .soc-wrap {
    margin-top: 20px;
    float: left; }
  .main-product .block-cart-product .block-img-product .box-preview-img-product .soc-wrap a:first-child {
    margin-left: 0; }
  #accordion_cart_product_mob table tr td:last-child {
    text-align: right; }
  .main-myacc #account-setting .ui-widget-header .ui-state-default .ui-tabs-anchor {
    font-size: 14px; }
  #accordion_cart_product_mob .block-review .form-review .name {
    max-width: 100%;
    margin-right: 0; }
  #accordion_cart_product_mob .block-review .form-review .email {
    max-width: 100%; }
  .main_about_us .thing {
    padding: 50px 0 0px; }
  .main_about_us .thing span {
    margin-bottom: 48px; }
  .main_about_us .team {
    padding: 53px 0 0px; }
  .main_about_us .team .box-team {
    margin: 25px auto; }
  .main_about_us .clients .box-clients {
    margin: 25px auto 17px; }
  .main-discont .box-discont h6 {
    line-height: 1.2; }
  .main-discont .box-discont {
    padding: 30px 45px 40px;
    max-width: 680px; }
  .main-discont .box-discont .form-discont-popup {
    max-width: 320px; }
  .main-discont .box-discont .img-sale_discont {
    width: 289px; }
  .box-cart .main-blocks-cart .box-total-buy .block-right-more .havecoupon .input-havecoupon {
    width: 290px; }
  #myCarousel3 {
    display: none; }
  .main-product .related-products {
    padding-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px; }
  .unit-one .box-img-products img {
    width: 100%;
    padding: 0; }
  .unit-one .box-img-products {
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0px 30px; }
  .col-content .title {
    margin-bottom: 0px; }
  #tabs_account {
    margin-top: 50px; }
  .main-openingsoon .ClassyCountdown-value div {
    font-size: 30px !important; }
  .main-openingsoon .ClassyCountdown-value span {
    font-size: 15px !important;
    margin-top: 0;
    top: 60px; }
  .wish-list {
    margin-bottom: 1px; }
  .main_faq .box-faq {
    padding-bottom: 49px; }
  .main_about_us .clients {
    padding: 28px 0 80px; }
  .main_about_us, .main-product, .box-not-found, .main-myacc, .box-cart-empty, .box-cart, .main-compare, .main-contacts, .main_delivery, .main_faq, .main_privacy_policy, .main-search-not-found, .main-search-result, .main-wishlist {
    margin-top: 55px; }
  .box-cart-mob {
    display: block; }
  .main-search-result .box-1675 .wishlist-content {
    width: 100%;
    padding: 53px 25px 69px; }
  .main-discont .box-discont .form-discont-popup {
    max-width: 100%; }
  .main-discont .box-discont .img-sale_discont {
    display: none; }
  .main-discont .box-discont {
    max-width: 80%;
    max-height: 100%;
    margin-top: 130px;
    position: relative;
    top: 0;
    bottom: 0;
    height: auto; }
  .main-discont .box-discont h6 {
    font-size: 36px; }
  .box-contacts .top .form-contact {
    max-width: 100%; }
  .compare-list .title-compare {
    margin-bottom: 32px; }
  .main_about_us .pre-about {
    margin-top: 32px; }
  .main_about_us .team {
    padding: 42px 0 0px; }
  .main_about_us .team .box-team {
    margin: 32px auto 18px; }
  .main_about_us .title {
    position: relative;
    top: 0px;
    padding-bottom: 12px;
    padding: 0px 25px 12px 25px; }
  .main_about_us .clients .box-clients {
    margin: 30px auto 11px; }
  .main_about_us {
    padding-top: 42px; }
  .main-myacc #account-setting #personal-orders .block-personal-orders table, .main-myacc #account-setting #personal-orders .block-personal-orders table tbody {
    width: 100%;
    display: block;
    overflow: hidden; }
  .main-myacc #account-setting #personal-orders .block-personal-orders table tr {
    overflow: hidden;
    display: block;
    width: 100%; }
  .main-myacc #account-setting #personal-orders .block-personal-orders table tr td {
    overflow: hidden;
    display: block;
    width: 100% !important;
    padding: 25px !important;
    border-bottom: 1px solid #edecea; }
  .main-myacc #account-setting #personal-orders .block-personal-orders table tr td:last-child {
    border-bottom: none; }
  .main-myacc #account-setting #personal-orders .block-personal-orders table tr td span {
    float: right; }
  .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-name-prodct:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-title); }
  .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-count:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-count); }
  .main-myacc #account-setting #personal-orders .block-personal-orders table .orders-price:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-price); }
  .main-myacc #account-setting #personal-orders .block-personal-orders table .status-delivery:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-status); }
  .main-myacc #account-setting #personal-orders .block-personal-orders table .cart-personal-orders {
    display: none; }
  .main-myacc #account-setting #personal-wish .wrap-wish {
    padding-top: 77px; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table, .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table tbody {
    width: 100%;
    display: block;
    overflow: hidden; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table tr {
    overflow: hidden;
    display: block;
    width: 100%; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table tr td {
    overflow: hidden;
    display: block;
    width: 100% !important;
    padding: 25px !important;
    border-bottom: 1px solid #edecea;
    text-align: left !important; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table tr td:last-child {
    border-bottom: none; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table tr td span {
    float: right; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-name-prodct:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-title); }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-count:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-count); }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .wish-price:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-price); }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .status-delivery:before {
    font-size: 16px;
    font-family: "PTSansRegular";
    color: #7a7a7a;
    letter-spacing: 0.03em;
    content: attr(data-status); }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish table .cart-personal-wish {
    display: none; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish {
    padding: 0; }
  .main-myacc #account-setting .ui-widget-header {
    display: block;
    height: auto; }
  .main-myacc #account-setting .ui-widget-header .ui-state-default {
    max-width: 100%;
    border-bottom: 2px solid #fff !important; }
  .main-myacc {
    padding: 42px 25px 98px; }
  .main_delivery {
    padding: 43px 25px 38px; }
  .main_delivery .left {
    max-width: 100%;
    padding-right: 0; }
  .main_delivery .right {
    max-width: 100%;
    float: left;
    margin-top: 40px; }
  .box-contacts .top .form-contact {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: none; }
  .main-wishlist {
    padding-bottom: 43px; }
  #accordion_cart_product_mob {
    margin-bottom: 87px; }
  #min-custom-size {
    margin-left: 0px; }
  .button-lardge, .button-middle {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0.05em; }
  .button-lardge .waves-button-input, .button-middle .waves-button-input {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0.05em; }
  .main-account .box-account #sign_in .sign_in_form {
    padding: 25px; }
  .main-account .box-account #sign_in .forgot_pass_form {
    padding: 25px; }
  .main-account .box-account {
    width: 90%;
    position: relative;
    left: 5%;
    margin-left: 0px; }
  .main-account .box-account #new_account {
    height: auto;
    padding: 25px; }
  .unit-one .box-img-products img {
    padding-top: 20px;
    padding-bottom: 20px; }
  .compare-list {
    padding: 0 25px; }
  .box-search-not-found {
    float: none;
    width: 100%;
    padding: 4px 25px 89px; }
  .main-wishlist .box-1675 .wishlist-content {
    width: 100%;
    margin: 53px 0 25px;
    padding: 0 25px; }
  .box-cart-empty .title {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px; }
  .box-cart-empty .text {
    font-size: 20px;
    line-height: 1.2; }
  .box-cart .main-step-two .form-step-two .input-style {
    margin: 0 auto 24px; }
  .col-content {
    width: 100%;
    padding-bottom: 37px; }
  .block-bestseller {
    display: none; }
  .prod-offer {
    padding: 0px 24px;
    text-align: center; }
  .wrap-products-masonry .price-sale {
    float: none;
    margin-right: 0; }
  .wrap-products-masonry .price-now {
    float: none;
    margin-left: 0; }
  .unit-one .box-price-prod {
    margin: 14px 0 17px; }
  .descr-prod {
    margin-top: 25px; }
  .content-sidebar .nav_list div a {
    padding: 17px 50px 17px 25px; }
  .title-sidebar {
    padding-left: 25px;
    padding-right: 25px; }
  #unit-one .wrap-products-masonry {
    width: 50%;
    padding: 0px 0 50px 0; }
  .unit-one {
    padding-top: 0px; }
  .block-sidebar {
    width: 100%;
    margin-top: 1px;
    margin-bottom: 0;
    border: none; }
  .col-sidebar {
    width: 100%;
    margin-right: 0; }
  .compare-list .h1-style.custom {
    margin-top: 50px; }
  .compare-list #table-compare tr td {
    font-size: 15px;
    padding: 20px 25px; }
  .compare-list #table-compare tr .title {
    width: 198px;
    font-size: 14px;
    padding: 20px 25px; }
  .box-cart-empty {
    padding-bottom: 97px; }
  .box-cart-empty .sales-link {
    margin: 46px auto 0px;
    float: none; }
  .box-cart-empty .img-backed-empty {
    margin: 35px auto 44px;
    display: block;
    position: relative;
    left: -20px;
    width: 200px; }
  .box-search-not-found .btn-see-sale {
    margin: 40px auto 10px; }
  .box-search-not-found .string-not-found {
    margin-top: 38px;
    margin-bottom: 40px; }
  .box-search-not-found .title {
    margin-bottom: 50px; }
  .box-contacts .title {
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: -8px; }
  .box-contacts .map {
    margin-top: 36px;
    margin-bottom: 49px; }
  .main-contacts {
    padding-top: 50px;
    padding-bottom: 50px; }
  .box-contacts .top .form-contact .btn-contact {
    width: 100%; }
  .box-contacts {
    float: left;
    width: 100%;
    padding-left: 0; }
  .box-contacts .top {
    padding-right: 25px;
    padding-left: 25px; }
  .box-not-found a {
    max-width: 222px; }
  .box-not-found p {
    text-align: center;
    color: #046BB4;
    margin: 25px 15px;
    line-height: 28px;
    font-size: 21px; }
  .box-not-found .block-404 {
    font-size: 170px;
    line-height: 170px;
    margin-top: 50px; }
  .box-not-found {
    display: table;
    width: 100%;
    padding-bottom: 87px; }
  .box-cart .main-step-two .form-step-two .submit-input-style, .box-cart-mob .main-blocks-cart-mob .buy-mob {
    width: 100%;
    max-width: 222px; }
  .box-cart .main-step-two .form-step-two .submit-input-style {
    margin: 0 auto 0;
    height: 50px;
    line-height: 50px; }
  .box-cart .main-step-two .form-step-two {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 99px;
    margin-top: 50px;
    max-width: 100%; }
  .box-cart .main-step-two .form-step-two .select-step-two {
    margin: 0 auto 27px; }
  .box-cart-mob .main-blocks-cart-mob .block-cart {
    padding: 50px 25px; }
  .box-cart-mob .main-blocks-cart-mob .block-cart .delete-cart-product {
    right: 25px; }
  .box-cart-mob .main-blocks-cart-mob .block-cart .cart-overall-price {
    right: 25px; }
  #slider-product-mob, .block-title-product-mob, .block-price-mob {
    display: block; }
  .block-cart-product, .block-nav-product, .box-steps, .box-cart .title {
    display: none; }
  .mnu-toggle {
    width: 77%;
    background: #edecea;
    position: relative;
    left: 0;
    height: 100%;
    overflow-y: scroll; }
  .full-version {
    height: 50px;
    background: #edecea;
    border-top: 1px solid #FFFFFF; }
    .full-version a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 14px;
      text-align: center;
      color: #7b7b7b;
      text-transform: uppercase;
      font-family: "PTSansRegular";
      line-height: 50px;
      letter-spacing: 0.056em; }
      .full-version a:hover, .full-version a:focus, .full-version a:active {
        text-decoration: none; }
  .copyright {
    padding: 20px 0; }
    .copyright .text-copyright {
      text-align: center;
      line-height: 27px;
      letter-spacing: 0.03em; }
  .header-top, .header-center, .header-bottom, .main-bread, .footer {
    display: none; }
  .header-top-mob {
    height: 55px;
    background: #046BB4;
    width: 77%; }
  .mnu-popup-mob {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3; }
  .top-menu-mob {
    height: 55px;
    background: #046BB4;
    position: relative; }
    .top-menu-mob .bug-mob {
      position: absolute;
      right: 26px;
      top: 19px;
      background: url(../img/cart-icon-mobile.png) no-repeat;
      background-size: 100% 100%;
      width: 27px;
      height: 21px; }
      .top-menu-mob .bug-mob:hover, .top-menu-mob .bug-mob:focus, .top-menu-mob .bug-mob:active {
        text-decoration: none; }
      .top-menu-mob .bug-mob span {
        color: #FFFFFF;
        font-family: "PTSansBold";
        text-align: center;
        font-size: 10px;
        width: 23px;
        display: block;
        height: 100%;
        margin-left: 4px;
        line-height: 10px; }
  .mnu_container {
    width: 28px;
    height: 21px;
    background: none;
    border: none;
    position: absolute;
    margin-top: 19px;
    margin-left: 25px;
    float: left;
    padding: 0;
    z-index: 4; }
    .mnu_container span {
      display: block; }
  .sandwich {
    width: 28px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
    .sandwich.active .sw-topper {
      top: 9px;
      transform: rotate(-45deg); }
    .sandwich.active .sw-bottom {
      top: 0px;
      transform: rotate(45deg); }
    .sandwich.active .sw-footer {
      opacity: 0;
      top: 0;
      transform: rotate(180deg); }
  .sw-topper {
    height: 3px;
    margin-bottom: 6px;
    background: #FFFFFF;
    display: block;
    width: 28px;
    border: none;
    position: relative;
    transition: transform 0.5s, top 0.2s; }
  .sw-bottom {
    height: 3px;
    background: #FFFFFF;
    display: block;
    position: relative;
    width: 28px;
    border: none;
    transition: transform 0.5s, top 0.2s;
    transition-delay: 0.2s, 0s; }
  .sw-footer {
    height: 3px;
    margin-top: 6px;
    background: #FFFFFF;
    display: block;
    position: relative;
    width: 28px;
    border: none;
    transition: all 0.5s;
    transition-delay: 0.1s; }
  .logo-mob {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 56px; }
    .logo-mob a {
      color: #FFFFFF;
      font-family: "OpenSansExtraBold";
      font-size: 30px; }
  .top-menu-mob {
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0; }
  .submit-search-mob {
    display: block;
    position: relative;
    border: none;
    left: 0;
    top: 0;
    width: 55px;
    height: 58px;
    padding: 0;
    float: left;
    margin-left: 10px;
    background: none; }
  .input-search-mob {
    width: calc(100% - 120px);
    height: 58px;
    color: #cacbcb;
    font-size: 16px;
    font-family: "PTSansRegular";
    float: left;
    border: none; }
  .wrap-search-mob i {
    position: absolute;
    top: 50%;
    font-size: 15px;
    margin-top: -6.5px;
    left: 30px;
    color: #d0d0cf;
    z-index: 1; }
  .search-form-mob {
    height: 58px;
    background: #FFFFFF;
    width: 100%;
    position: relative; }
    .search-form-mob i {
      position: absolute;
      left: 29px;
      top: 50%;
      margin-top: -8px;
      color: #c9caca; }
  .clear-searh-mob {
    float: left;
    width: 55px;
    padding: 0;
    height: 58px;
    cursor: pointer; }
    .clear-searh-mob:before {
      content: "";
      display: block;
      position: relative;
      left: 20px;
      top: 50%;
      width: 12px;
      height: 2px;
      background: #d0d0cf;
      transform: rotate(45deg); }
    .clear-searh-mob:after {
      content: "";
      display: block;
      position: relative;
      left: 20px;
      top: 50%;
      width: 12px;
      height: 2px;
      margin-top: -2px;
      background: #d0d0cf;
      transform: rotate(-45deg); }
  .mnu-toggle ul {
    padding: 10px 0; }
    .mnu-toggle ul li a {
      color: #7b7b7b;
      font-size: 16px;
      font-family: "PTSansRegular";
      padding: 6px 0;
      width: 100%;
      height: 100%;
      display: block;
      padding-left: 27px;
      padding-right: 25px; }
      .mnu-toggle ul li a:hover, .mnu-toggle ul li a:focus, .mnu-toggle ul li a:active {
        text-decoration: none; }
    .mnu-toggle ul li ul {
      padding-left: 10px;
      display: none; }
    .mnu-toggle ul li {
      min-height: 35px;
      list-style-type: none; }
  .logo-popup-mob {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    max-width: 40%;
    bottom: 0;
    margin: auto;
    line-height: 56px;
    height: 56px; }
    .logo-popup-mob a {
      color: #FFFFFF;
      font-family: "OpenSansExtraBold";
      font-size: 30px; }
  .glyphicon-chevron-right::before {
    content: "";
    font-weight: 100;
    font-size: 20px;
    width: 14px;
    height: 22px;
    display: block;
    background: url(../img/spline.png) no-repeat;
    background-position: -630px -16px;
    z-index: 2; }
  .glyphicon-chevron-left::before {
    content: "";
    font-weight: 100;
    font-size: 20px;
    width: 14px;
    height: 22px;
    display: block;
    background: url(../img/spline.png) no-repeat;
    background-position: -630px -45px;
    z-index: 2; }
  .carousel-control.left, .carousel-control.right {
    background: none; }
  .carousel-control {
    opacity: 1;
    z-index: 1; }
  .carousel-inner .item img {
    width: 83%;
    margin: 0 auto;
    height: auto; }
  .main-menu-mob, .main-menu-mob ul {
    padding: 0;
    margin: 0; }
  .main-menu-mob li ul li a {
    background: #fff; }
  .main-menu-mob li a i {
    position: absolute;
    color: #d0d0cf;
    right: 40px;
    font-size: 18px;
    line-height: 10px;
    top: 50%;
    margin-top: -5px; }
  .main-menu-mob li ul li a i {
    position: absolute;
    color: #d0d0cf;
    left: 40px;
    font-size: 18px;
    line-height: 10px;
    top: 50%;
    margin-top: -5px; }
  .main-menu-mob li a:hover, .main-menu-mob li a:focus, .main-menu-mob li a:active {
    text-decoration: none; }
  .main-menu-mob > li .arrow-sidebar {
    content: "";
    width: 14px;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 29px;
    top: 20px;
    margin-left: 8px;
    background: url(../img/spline.png) no-repeat;
    background-position: -262px -6px; }
  .main-menu-mob li .active {
    display: block; }
  .main-menu-mob > li.active .arrow-sidebar {
    content: "";
    width: 14px;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 29px;
    top: 20px;
    margin-left: 8px;
    background: url(../img/spline.png) no-repeat;
    background-position: -262px -23px; }
  .main-menu-mob li ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff; }
  .main-menu-mob li ul li a {
    padding: 15px 40px 15px 60px; }
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }
    .animated li a:hover, .animated li a:focus, .animated li a:active {
      text-decoration: none; }
  .main-menu-mob ul {
    display: none; }
  .main-menu-mob li {
    list-style-type: none;
    min-height: 50px;
    position: relative;
    background: #edecea; }
    .main-menu-mob li ul li a {
      background: #FFFFFF; }
    .main-menu-mob li a {
      color: #7b7b7b;
      font-family: "PTSansRegular";
      font-size: 14px;
      padding: 15px 40px;
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
  .main-menu-mob > li {
    border-top: 1px solid #FFFFFF; }
  .main-menu-mob > li ul li:last-child {
    border-bottom: none; }
  .main-menu-mob > li .arrow-sidebar {
    content: "";
    width: 14px;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 29px;
    top: 20px;
    margin-left: 8px;
    background: url(../img/spline.png) no-repeat;
    background-position: -262px -6px; }
  .main-menu-mob > li.active .arrow-sidebar {
    content: "";
    width: 14px;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 29px;
    top: 20px;
    margin-left: 8px;
    background: url(../img/spline.png) no-repeat;
    background-position: -262px -23px; }
  .main-menu-mob li ul {
    padding-top: 20px;
    padding-bottom: 20px; }
    .main-menu-mob li ul li a {
      padding: 15px 27px 15px 60px; }
  .animated {
    -o-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none; }
  .footer-mob {
    background: #046BB4;
    margin-top: 0;
    padding-top: 34px;
    padding-bottom: 12px;
    border-top: 1px solid #FFFFFF; }
  .footer-wrap-mob {
    float: left;
    width: 50%;
    margin-bottom: 25px; }
    .footer-wrap-mob ul {
      padding: 0 16px;
      margin: 0; }
      .footer-wrap-mob ul li {
        list-style-type: none; }
        .footer-wrap-mob ul li a {
          color: #FFFFFF;
          font-family: "PTSansRegular";
          font-size: 16px;
          line-height: 28px;
          letter-spacing: 0.03em; }
          .footer-wrap-mob ul li a:hover, .footer-wrap-mob ul li a:focus, .footer-wrap-mob ul li a:active {
            text-decoration: none; }
  .title-footer-wrap-mob {
    padding: 0 16px;
    color: #FFFFFF;
    font-size: 21px;
    font-family: "PTSansBold";
    margin-bottom: 10px;
    letter-spacing: 0.03em; }
  .box-1675 {
    max-width: 100%;
    margin: 0;
    padding: 0; }
  .btn-add-cart {
    margin-bottom: 0; }
  .content-sidebar > .nav_list .active a::after {
    width: 89%; }
  .resize-curs {
    margin: 50px auto 0; }
  .box-custom-size {
    padding: 0 25px; }
  #slider-range {
    width: 100%; }
  .main-account .box-account #new_account .thank_registr {
    border-width: 25px; }
  .hidden-768 {
    display: none !important; }
  .main-compare {
    padding-bottom: 79px;
    padding-top: 53px; }
  .table-responsive {
    border: none; }
  .main-myacc .box-auther .name-auther {
    float: none;
    padding-top: 0;
    padding-left: 27px;
    display: block;
    text-align: right;
    overflow: hidden; }
  .main-myacc .box-auther .link-edit-profile {
    float: none;
    padding-top: 0px;
    padding-left: 16px;
    display: inherit;
    overflow: hidden;
    text-align: right; }
  .main-myacc .box-auther .total-bought {
    float: right;
    padding-top: 17px; }
  .col-content .title {
    top: 0px;
    padding: 42px 25px 44px; }
  .range-countdown {
    width: 19.9%;
    height: auto; }
  .clock-item {
    margin: 0px 5px 20px 5px; }
  .countdown-container {
    position: relative;
    margin-top: 50px;
    max-width: 90%; }
  .main-openingsoon .clock-canvas canvas {
    position: absolute;
    top: -2px !important;
    left: -2px !important;
    width: 105% !important;
    height: 106% !important; }
  .main-openingsoon .clock .text .val {
    font-size: 25px;
    margin-top: 19px; }
  .main-openingsoon {
    padding: 0 25px;
    top: 0;
    margin-top: 50px; }
  .main-openingsoon .clock .text .type-time {
    font-size: 13px;
    top: 50px; }
  .main-myacc #account-setting #personal-wish .wrap-wish .block-personal-wish tr .delete-cart-product {
    display: block;
    margin: 0 auto; }
  .main_privacy_policy .box-policy {
    padding: 42px 25px 69px;
    margin-top: 0px; }
  .main-myacc #account-setting #personal-information .form-personal-information {
    max-width: 100%; }
  .main-myacc #account-setting #personal-address .form-personal-address {
    max-width: 100%; }
  .box-cart {
    padding-bottom: 0; }
  .main_about_us .thing span {
    padding: 0 10px; }
  .main_delivery .left {
    padding-bottom: 0; }
  .shlist-info-prod, .compare-info-prod {
    position: relative;
    margin: 2px 0;
    display: block;
    line-height: 1.3;
    float: none;
    margin-left: 0;
    margin: 0 auto;
    text-align: center; }
  .shlist-info-prod a, .compare-info-prod a {
    color: #7b7b7b;
    font-size: 14px;
    font-family: "PTSansRegular";
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 20px; }
  .icon-wish, .icon-compare {
    float: left;
    position: absolute;
    top: 2px;
    left: 0px; }
  .main_faq {
    padding-top: 42px; }
  .main_faq .box-faq .title {
    margin-bottom: 43px; }
  .title-product {
    padding-top: 45px;
    display: block; }
  .wrap-info-prod {
    margin-top: 15px; }
  .btn-add-cart {
    max-width: 100%; }
  .main-openingsoon .container {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .title-footer-wrap-mob {
    padding: 0 24px; }
  .footer-wrap-mob ul {
    padding: 0 24px; } }

@media only screen and (max-width: 480px) {
  .main-openingsoon .ClassyCountdown-value div {
    font-size: 23px !important; }
  .main-openingsoon .ClassyCountdown-value span {
    font-size: 12px !important;
    margin-top: 0;
    top: 40px; }
  .main-openingsoon #countdown {
    width: 100%; }
  .main-openingsoon #countdown .ClassyCountdown-wrapper > div {
    width: calc(25% - 10px);
    margin: 5px; }
  .main_about_us .team .box-team {
    max-width: 270px; }
  .main-openingsoon .clock-canvas canvas {
    width: 107% !important;
    height: 112% !important; }
  .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more .havecoupon .input-havecoupon {
    width: 237px; }
  .box-cart-mob .main-blocks-cart-mob .box-total-buy .block-right-more .havecoupon i {
    margin-left: 7px; }
  .main-discont .box-discont {
    padding: 20px 20px 30px 20px; }
  .main-myacc .box-auther .total-bought {
    float: none;
    width: 100%;
    display: block;
    overflow: hidden; }
  #unit-one .wrap-products-masonry {
    width: 100%; }
  .main-account .box-account {
    width: 85%; }
  #accordion_cart_product_mob .block-review .form-review .btn-review {
    margin-left: auto;
    margin-right: auto; }
  .box-search-not-found .btn-see-sale {
    margin: 40px auto 10px; }
  .btn-add-cart {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto; }
  .title-product, .title-product:hover, .title-product:active, .title-product:focus {
    letter-spacing: 0.049em; }
  .footer-wrap-mob ul li a {
    font-size: 13px; }
  .title-footer-wrap-mob {
    font-size: 24px; }
  .compare-list #table-compare tr td {
    font-size: 14px;
    padding: 20px 10px; }
  .compare-list #table-compare tr .title {
    width: 185px;
    font-size: 14px;
    padding: 20px 10px; }
  .compare-list #table-compare td .add-cart {
    width: 140px; } }

@media only screen and (max-width: 360px) {
  .main-openingsoon .clock-canvas canvas {
    width: 110% !important;
    height: 117% !important; } }

@media only screen and (min-width: 769px) {
  .header-top-mob, .footer-mob, .m-box, .full-version, .box-cart-mob .back-link-mob {
    display: none; }
  .box-1675 {
    width: 750px; }
  .main-content-cat {
    width: 100%;
    overflow: hidden;
    padding-top: 50px; }
    .main-content-cat .main-bread {
      padding-top: 0;
      margin-top: -8px; }
    .main-content-cat .col-content .title {
      float: left;
      position: relative;
      top: 0px;
      margin-bottom: 39px; }
      .main-content-cat .col-content .title h1 {
        text-transform: none; } }

@media only screen and (min-width: 992px) {
  .box-1675 {
    width: 970px; } }

@media only screen and (min-width: 1200px) {
  .product-style-rows {
    width: 33.3%; }
  .box-1675 {
    width: 100%; } }

@media only screen and (min-width: 1700px) {
  .col-lg-1-5 {
    width: 20%; }
  .box-1675 {
    width: 100%; }
  .product-style-rows {
    width: 20%; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .stract-box-sample ul li .stract-one {
    width: 25px;
    cursor: pointer;
    height: 25px;
    display: block;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -37px 0px;
    background-size: 121px 126px; }
  .stract-box-sample ul li .stract-two {
    width: 25px;
    cursor: pointer;
    height: 25px;
    display: block;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -37px -33px;
    background-size: 121px 126px; }
  .stract-box-sample ul li .stract-three {
    width: 25px;
    cursor: pointer;
    height: 25px;
    display: block;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -37px -67px;
    background-size: 121px 126px; }
  .stract-box-sample ul li .stract-four {
    width: 25px;
    cursor: pointer;
    height: 25px;
    display: block;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -37px -101px;
    background-size: 121px 126px; }
  .stract-box-sample ul li:hover .stract-one {
    background-position: 0px 0px; }
  .stract-box-sample ul li:hover .stract-two {
    background-position: 0px -33px; }
  .stract-box-sample ul li:hover .stract-three {
    background-position: 0px -67px; }
  .stract-box-sample ul li:hover .stract-four {
    background-position: 0px -101px; }
  .stract-sample .stract-one {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -37px 0px;
    background-size: 121px 126px; }
  .stract-sample .stract-two {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background-position: -37px -33px;
    background-size: 121px 126px; }
  .stract-sample .stract-three {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background-position: -37px -67px;
    background-size: 121px 126px; }


  .stract-sample .stract-four {
    width: 25px;
    height: 25px;
    display: none;
    position: relative;
    top: 0px;
    float: left;
    background: url(../img/icons-sprite.png) no-repeat;
    background-position: -37px -101px;
    background-size: 121px 126px; } }
