@import "select2.css";

/* Fonts */

@font-face {
  font-family: 'font-ntema';
  src: url('../fonts/font-ntema.eot?6e3yf4');
  src: url('../fonts/font-ntema.eot?6e3yf4#iefix') format('embedded-opentype'), url('../fonts/font-ntema.ttf?6e3yf4') format('truetype'), url('../fonts/font-ntema.woff?6e3yf4') format('woff'), url('../fonts/font-ntema.svg?6e3yf4#font-ntema') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
  font-family: 'font-ntema' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

.cmn-toggle-switch {
  z-index: 2001;
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  overflow: hidden;
  margin: 0;
  padding: 30px 0 0 0;
  width: 55px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #333e48;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333e48;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -10px;
}

.cmn-toggle-switch span::after {
  bottom: -10px;
}

.cmn-toggle-switch__htx {
  background-color: transparent;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active {
  background-color: transparent;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

button.cmn-toggle-switch__htx:active:hover,
button.cmn-toggle-switch__htx:active:focus,
button.active.cmn-toggle-switch__htx:hover,
button.active.cmn-toggle-switch__htx:focus {
  background-color: transparent;
}


/*************************/

.no-touchevents .owl-dots .owl-dot:hover {
  width: 30px;
  height: 8px;
  border-radius: 3px;
  background-color: #1b93c5;
}

.no-touchevents .owl-dots .owl-dot + .owl-dot:hover {
  width: 30px;
  height: 8px;
  border-radius: 3px;
  background-color: #1b93c5;
}

.open-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #212127;
  opacity: .7;
  display: none;
  transition: all 0.5s ease-in-out;
}

.hover-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*  z-index: 20000;*/
  background-color: #212127;
  opacity: 0.3;
  display: none;
  transition: all 0.5s ease-in-out;
}

.catalog-list .flex-direction-nav a {
  height: 20px;
  margin: -12px 0 0;
}


/*****************************/

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
  position: relative;
  min-height: 1px;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
}


/*****************************/

/* HOME start */

.navbar-full {
  z-index: 2;
}

.top-bar .top-bar-row {
  margin-left: 0;
  margin-right: 0;
}

.top-bar .top-bar-row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.ad .ad-action {
  position: relative;
}

.ad .ad-action > a::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #1b93c5;
  background: none;
  position: relative;
  top: 2px;
}

.ad .ad-action.ad-action-big > a::after {
  top: 1px;
}

.fa-bars {
  color: #333e48;
}

.second-nav {
  margin-top: 132px;
  text-align: center;
  font-size: 0;
}

.navbar-primary .navbar-nav > .menu-item > a {
  font-size: 15px;
  line-height: 64px;
  padding: 0 24px;
}

.navbar-primary .navbar-nav > .main-menu-item:hover .main-menu-item-link {
  background: #35a2d0;
}

.site-header {
  position: absolute;
  top: 46px;
  width: 95%;
  left: 48px;
  /*  transform: translateX(-50%);*/
  z-index: 3;
}

.header-logo {
  width: 210px;
  position: relative;
  top: -11px;
  height: 70px;
}

.header-logo-link {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/logo.svg') no-repeat;
}

.first-nav {
  padding-left: 40px;
}

.navbar-mini-cart i.ec {
  font-size: 28px;
  margin-right: 13px;
}

.navbar-search i.ec {
  font-size: 21px;
  line-height: 26px;
  color: #fff;
}

.header-v3 .navbar-nav.navbar-wishlist {
  margin-right: 5px;
  padding-top: 4px;
}

.navbar-wishlist i.ec {
  font-size: 25px;
}

.navbar-compare i.ec {
  font-size: 26px;
}

ul.navbar-mini-cart.navbar-nav {
  margin-left: 20px;
  padding-top: 2px;
}

.navbar-mini-cart .cart-items-count {
  font-size: 0.750em;
  line-height: 21px;
  font-weight: bold;
  position: absolute;
  left: 16px;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 50%;
  bottom: 2px;
  color: #fff;
}

.navbar-mini-cart li:first-child {
  position: relative;
}

.navbar-mini-cart li:first-child:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 8px;
  height: 35px;
  width: 1px;
  background: #ddd;
}

.navbar-mini-cart.blackout li:first-child:before {
  background: #ababab;
}

.dropdown-menu-mini-cart .wc-forward.checkout {
  color: #fff;
}

.currency {
  display: inline-block;
  padding: 0;
  list-style: none;
}

.currency li {
  display: inline-block;
}


/*
.currency li:first-child {
    padding-left: 30px;
  background: url('../img/spritesheet.png') no-repeat;
  background-position: -64px -53px;
}
*/

.currency li a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  color: #334141;
}

.currency li a:hover {
  color: #1b93c5;
}

.currency .active-currency a {
  color: #1b93c5;
}

#menu-top-bar-right .menu-phone {
  display: none;
}

.phone-select-container {
  position: relative;
  top: 6px;
  float: left;
  line-height: 1.34em;
  padding-top: 1.01em;
  padding-bottom: 1.01em;
  padding-right: 0.9em;
  padding-left: 1.234em;
}

.phone-header-link {
  display: inline-block;
  margin-left: 0px;
  margin-right: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #334141;
  position: relative;
  cursor: pointer;
}

.phone-header-link:active,
.phone-header-link:focus {
  color: #334141;
}

.phone-select-container span {
  color: #334141;
}

.phone-select-container span:after {
  content: '\79';
  position: absolute;
  left: 177px;
  top: 15px;
  font-family: 'font-electro';
  color: #000;
  margin-left: 0.857em;
  font-size: 12px;
  cursor: pointer;
}

.category-select-container {
  position: relative;
  float: left;
  line-height: 1.34em;
  padding-right: 2.134em;
}

.category-select-container span {
  display: inline-block;
  font-size: 14px;
  color: #334141;
  position: relative;
  cursor: pointer;
}

.category-select-container span:after {
  content: '\79';
  position: absolute;
  right: -20px;
  top: 2px;
  font-family: 'font-electro';
  color: #000;
  font-size: 12px;
}

.category-list {
  display: none;
  list-style: none;
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 40px;
  right: -62px;
  width: 200px;
  padding: 0px;
  padding-top: 0;
  background: #fff;
  font-size: 14px;
  line-height: 30px;
  color: #334141;
  list-style: none;
  text-align: left;
  z-index: 10000;
  max-height: 300px;
  overflow-y: scroll;
}

.category-list li {
  padding-left: 20px;
}

.category-list li:hover {
  background: #1b93c5;
  opacity: .7;
}

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

.category-list a {
  color: #334141;
}

.phone-container-footer {
  position: relative;
}

.media-body.phone-container-footer {
  overflow: visible;
  padding-top: 10px;
}

.ec-phone {
  font-size: 20px;
  color: #1b93c5;
}

.active-menu-item {
  position: relative;
}

.active-menu-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #d31f25;
}


/*
.navbar-primary .navbar-nav > .menu-item.active-menu-item:last-child > a {
    border-right: 1px solid #1a87b5;
}
.navbar-primary .navbar-nav > .menu-item.active-menu-item:first-child > a {
    border-left: 1px solid #1a87b5;
}
*/

.copyright-bar p {
  font-size: 14px;
  color: #9d9c9c;
}

.copyright-bar p span {
  color: #2b2b2b;
  font-weight: bold;
}

.copyright-bar li:first-child {
  background: url('../img/footer-img.png') 0 7px no-repeat;
  padding-left: 65px;
}

.site-header.header-v3 .container > .row:first-child {
  margin-bottom: 9px;
}

.call-us-number {
  position: relative;
  cursor: pointer;
}

.call-us-number:after {
  content: '\79';
  position: absolute;
  left: -11px;
  top: -19px;
  font-family: 'font-electro';
  color: #fff;
  margin-left: 0.857em;
  font-size: 16px;
}

.master,
.visa,
.maestro {
  display: inline-block;
  max-width: 40px;
  margin-right: 7%;
  margin-top: 95px;
}

.maestro {
  margin-right: 0;
}

.reviews {
  background: #f9f9f9;
  padding-top: 85px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.article {
  background: #fff;
  margin-bottom: 35px;
  padding-top: 36px;
  padding-bottom: 32px;
}

.article-date {
  margin-bottom: 9px;
  color: #9d9c9c;
}

.article-text {
  margin-bottom: 5px;
  max-height: 50px;
  overflow: hidden;
  color: #9d9c9c;
}

.article-text-big {
  max-height: 75px;
}

.article-big-img img {
  height: 240px;
  margin: 0 auto;
}

.article h3 {
  font-size: 18px;
}

.article h3 a {
  color: #333e48;
}

.article h3 a:hover {
  text-decoration: underline;
}

.articles-container {
  display: flex;
}

.article-min-container,
.article-big-container {
  display: flex;
  flex-wrap: wrap;
}

.locale-btn {
  display: inline-block;
  width: 215px;
  text-align: center;
  line-height: 45px;
  background: #1b93c5;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  border-radius: 25px;
}

.rewiews-btn {
  text-align: center;
}

.locale-btn:hover {
  background: #187fab;
  color: #fff;
}

.icons-container {
  display: inline-block;
}

.product-thumbnail img {
  width: 100%;
}

.phone-list-header {
  display: none;
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 37px;
  left: 4px;
  width: 200px;
  padding: 10px 20px 8px 0px;
  padding-top: 0;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #334141;
  list-style: none;
  text-align: left;
  z-index: 10000;
}

.phone-list-menu {
  display: none;
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 33px;
  left: 5px;
  width: 180px;
  padding: 15px;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #334141;
  list-style: none;
  text-align: left;
  z-index: 10000;
}

.phone-list-menu a {
  color: #334141;
}

.phone-list-footer {
  display: none;
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 78px;
  left: -8px;
  width: 230px;
  padding: 10px 20px 10px 0px;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  color: #333e48;
  list-style: none;
  text-align: left;
  z-index: 10000;
}

.phone-footer-link {
  font-size: 1.44em;
  display: inline-block;
  line-height: 1.429em;
  color: #f8f8f8;
}

.phone-footer-link:hover {
  color: #ccc;
}

.phone-footer-link:active,
.phone-footer-link:focus {
  color: #f8f8f8;
}

.footer-call-us .call-us-number a {
  color: #fff;
}

.footer-call-us .call-us-number a:hover {
  color: #ccc;
}

.phone-list-footer a {
  color: #333e48;
}

.phone-list-footer a:hover {
  color: #1b93c5;
}

.phone-list-footer li {
  position: relative;
  padding-left: 45px;
}

.phone-list-header li {
  position: relative;
  padding-left: 34px;
}

.phone-list-header li a {
  color: #334141;
}

.phone-list-header li a:hover {
  color: #1b93c5;
}

.phone-list-ls:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 15px;
  background: url(../img/spritesheet.png) no-repeat;
  background-position: -63px -150px;
}

.phone-list-vf:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 15px;
  background: url(../img/spritesheet.png) no-repeat;
  background-position: -63px -172px;
}

.phone-list-ks:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 15px;
  background: url(../img/spritesheet.png) no-repeat;
  background-position: -63px -192px;
}

.phone-list-header .phone-list-ls:before,
.phone-list-header .phone-list-vf:before,
.phone-list-header .phone-list-ks:before {
  left: 10px;
}

.phone-list-header li,
.phone-list-footer li {
  padding-top: 5px;
}

.footer-drop-menu h4 {
  color: #333e48;
}

.navbar-search-icon {
  display: none;
}

.line {
  border-top: 1px solid #ddd;
  position: absolute;
  top: 45px;
  width: 100%;
}

.copyright-bar {
  padding-bottom: 0;
}

.card-item p {
  margin-bottom: 8px;
}

.transport {
  width: 17%;
  /*
    background: url('../img/spritesheet.png') no-repeat;
    background-position: -10px -62px;
*/
}

.customers {
  width: 17%;
  /*
    background: url('../img/spritesheet.png') no-repeat;
    background-position: -10px -231px;
*/
}

.returning {
  width: 17%;
  /*
    background: url('../img/spritesheet.png') no-repeat;
    background-position: -10px -281px;
*/
}

.features-list .media-left i.ec-transport {
  font-size: 50px;
}

.features-list .media-left i.ec-customers {
  font-size: 56px;
}

.features-list .media-left i.ec-returning {
  font-size: 44px;
}

.features-list .media-body {
  padding-left: 15px;
}

.social-icons {
  font-size: 24px;
  vertical-align: middle;
  height: 24px;
  margin-top: -10px;
}

.social-icons a {
  color: #fff;
  margin-right: 32px;
}
.social-icons .instagram svg {
  position: relative;
  margin-bottom: -4px;
}

.g-icon {
  vertical-align: text-top;
}

.columns-6-1 ul.products li.product {
  min-height: 317px;
}

.input-group-btn .btn.btn-secondary {
  height: 54px;
}

.converter {
  display: none;
}

.top-bar .nav-inline .menu-item > a:hover {
  color: #1b93c5;
}

.header-v3 .navbar-nav + .navbar-nav.navbar-compare {
  margin-left: 20px;
  padding-top: 3px;
}

.header-v3 .navbar-nav + .navbar-nav.navbar-wishlist {
  margin-left: 28px;
}

.header-v3 .navbar-search .input-group .btn:hover {
  background: #187fab;
}

.ec.ec-compare:hover:before,
.ec.ec-favorites:hover:before,
.navbar-mini-cart .nav-link:hover .ec-shopping-bag:before,
.navbar-mini-cart .nav-link:hover .amount {
  color: #1b93c5;
}

.phone-header-link:hover,
.phone-select-container span:hover:after {
  color: #1b93c5;
}

.ad .ad-action > a:hover {
  color: #58b0d4;
}

.ad .ad-action > a:hover:after {
  color: #187fab;
}

.owl-item .product:hover .button,
ul.products > li.product:hover .button:before,
.columns-6-1 > ul.products.products-6 > li.product:hover .button,
.columns-6-1 > ul.products.product-main-6-1 > li.product:hover .button {
  background-color: #efecec;
}

ul.products > li.product:hover .button:before,
.columns-6-1 > ul.products.products-6 > li.product:hover .button,
.columns-6-1 > ul.products.product-main-6-1 > li.product:hover .button {
  background-color: #187fab;
}

.owl-item .product .button,
li.product .button {
  background-color: #1b93c5;
}

.owl-item .product:hover .button {
  background-color: #187fab;
}

.article:hover {
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
}

.social-icons a:hover,
.call-us-number:hover:after {
  color: #ccc;
}
.social-icons a:hover svg path {
  fill: #ccc;
}

.products-carousel-tabs .nav-inline .nav-item {
  text-align: center;
}

.products-carousel-tabs .nav-inline .nav-item:nth-child(1) {
  width: 215px;
}

.products-carousel-tabs .nav-inline .nav-item:nth-child(2) {
  width: 190px;
}

.products-carousel-tabs .nav-inline .nav-item:nth-child(3) {
  width: 75px;
}

.navbar-search > .input-group .search-field.form-control {
  height: 55px;
  background: transparent;
}

.navbar-search .search-categories.input-group-addon {
  background-color: transparent;
}

.header-v3 .navbar-search .input-group {
  height: 54px;
}

.header-v3 .navbar-search .input-group .input-group-btn {
  height: 54px;
}

.header-v3 .navbar-search .input-group .btn {
  border-bottom: 1px solid #1b93c5;
  height: 55px;
}

.home-v3-products-block .media-left {
  padding-right: 10px;
  padding-left: 10px;
}

.ad .product-block-text {
  font-size: 1.286em;
  line-height: 1.278em;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 1.429em;
}

.products-block {
  margin-bottom: 5.286em;
}

.home-v3-products-block .ad .media {
    display: flex;
    align-items: center;
}
.home-v3-products-block .ad .media-left {
  max-width: 240px;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
    .home-v3-products-block .ad .media-left {
        margin-right: 15px;
    }
}

.home-v3-products-block .media-left {
  padding-right: 10px;
  padding-left: 10px;
}

.home-v3-products-block .ad:last-child .media-body {
  padding: 2.857em 0 2.143em 0;
}

.home-v3-products-block .ad .media-body {
  padding: 2.857em 0 2.143em 0;
}

.home-v3-products-block .ad .media-body {
  width: 100%;
  min-width: 215px;
}

.home-v3-products-block .ad .product-block-text {
  font-size: 1.571em;
  letter-spacing: -1px;
}

.features-list.columns-5 .feature .media-left {
  height: 56px;
}

@media (max-width: 767px) {
    .home-v3-products-block .ad .media {
        flex-direction: column;
    }
    .home-v3-products-block .ad:last-child .media-body,
    .home-v3-products-block .ad .media-body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.products-carousel .owl-item .product .button {
  left: 10px;
}

.catalog .add-to-compare-link::before {
  margin-right: 5px;
}

.catalog .add_to_wishlist::before {
  margin-right: 5px;
}

.columns-6-1 li.product .price del .amount {
  position: absolute;
  left: 0;
  top: -3px;
}

.dropdown-menu-mini-cart .mini_cart_item {
  padding-bottom: 0;
}

.dropdown-menu-mini-cart .mini_cart_item .remove {
  font-size: 25px;
}

.dropdown-menu-mini-cart .button {
  border-radius: 25px;
}

.dropdown-menu-mini-cart .wc-forward:hover {
  background: #1b93c5;
  color: #fff;
}

.dropdown-menu-mini-cart .wc-forward.checkout:hover {
  background: #187fab;
  color: #fff;
}

#content {
  margin-bottom: 75px;
}

.product a h3:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 190px;
}

.footer-call-us .container {
  padding-left: 10px;
}

.modal {
  z-index: 50000;
}

.modal-open .modal {
  overflow-x: scroll;
  overflow-y: auto;
}

.autorization .modal-content {
  border-radius: 0px;
  padding-left: 60px;
  padding-bottom: 30px;
}

.autorization .modal-header {
  border-bottom: none;
  padding-bottom: 8px;
}

.autorization .modal-body {
  padding-right: 40px;
}

.autorization .modal-footer {
  border-top: none;
  text-align: left;
  padding-top: 8px;
}

.autorization .modal-footer a {
  border-bottom: 1px dashed #35a2d0;
}

.autorization .modal-footer a:hover {
  color: #35a2d0;
  border-bottom: none;
}

.autorization .modal-buttons {
  margin-top: 25px;
}

.autorization .modal-buttons button {
  border-radius: 25px;
  padding: 12px 35px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

.autorization .modal-buttons .btn-primary {
  float: right;
  color: #fff;
}

.autorization .modal-buttons .btn-default {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.autorization .modal-buttons .btn.btn-default:hover {
  background: #1b93c5;
  color: #fff;
}

.autorization .modal-buttons .btn:hover {
  background: #187fab;
  color: #fff;
}

.autorization .modal-content input {
  border-radius: 5px;
}

.autorization .remember-pass {
  float: right;
  border-bottom: 1px dashed #35a2d0;
}

.autorization .remember-pass:hover {
  color: #35a2d0;
  border-bottom: none;
}

.autorization .checkbox label {
  font-size: 13px;
  font-weight: normal;
  padding-left: 22px;
  background: url('../img/spritesheet.png') no-repeat;
  background-position: -64px -255px;
  margin-right: 7px;
  cursor: pointer;
}

.autorization .checkbox input:checked + label {
  background-position: -64px -351px;
}

.autorization .checkbox input[type="checkbox"] {
  display: none;
}

.autorization .modal-header .close:hover {
  background: transparent;
}

.autorization .modal-title {
  padding-top: 30px;
  font-size: 30px;
}

.autorization p {
  font-size: 16px;
  margin-bottom: 20px;
}

.autorization label {
  font-size: 15px;
  line-height: 1.286em;
  font-weight: normal;
  margin-bottom: 0px;
}

.autorization label[for="remember"]:hover {
  color: #014c8c;
}

.autorization .form-group {
  margin-bottom: 6px;
}

.autorization .or {
  position: relative;
}

.autorization .or p {
  position: absolute;
  top: 70px;
  left: 30px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  color: #a2a2a2;
}

.autorization .or p:after {
  position: absolute;
  top: 25px;
  left: 50%;
  content: '';
  width: 1px;
  height: 47px;
  background: #eaeaea;
}

.autorization .or p:before {
  position: absolute;
  top: -47px;
  left: 50%;
  content: '';
  width: 1px;
  height: 47px;
  background: #eaeaea;
}

.autorization .modal-social-wrap {
  padding-top: 45px;
}

.autorization .modal-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  opacity: .8;
}

.autorization .modal-social:hover {
  opacity: 1;
  transition: .2s;
}

.autorization .remember-pass {
  font-size: 13px;
  line-height: 13px;
  margin-top: 6px;
}

.dispatch .back {
  position: relative;
  padding-left: 14px;
}

.dispatch .back:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background: url('../img/label-arrow.svg') 0 0 no-repeat;
  background-size: 9px 9px;
}

.dispatch .back:hover:before {
  background: url('../img/label-arrow-hover.svg') 0 0 no-repeat;
  background-size: 9px 9px;
}

.dispatch .back {
  border: none !important;
}

.report .modal-content {
  border-radius: 0px;
  padding-bottom: 30px;
}

.report .modal-header {
  border-bottom: none;
  padding-bottom: 8px;
}

.report .modal-footer {
  border-top: none;
  text-align: left;
  padding-top: 8px;
}

.report .modal-footer a {
  border-bottom: 1px dashed #35a2d0;
}

.report .modal-footer a:hover {
  border-bottom: 1px dashed #014c8c;
}

.report .modal-buttons {
  margin-top: 25px;
}

.report .modal-buttons button {
  border-radius: 25px;
  padding: 12px 35px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

.report .modal-buttons .btn-primary {
  float: right;
  color: #fff;
}

.report .modal-buttons .btn-default {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.report .modal-buttons .btn:hover {
  background: #35a2d0;
  color: #fff;
}

.report .modal-content input {
  border-radius: 5px;
}

.report label {
  font-size: 15px;
  line-height: 1.286em;
  font-weight: normal;
  color: #333e48;
  margin-bottom: 0px;
}

.report .modal-title {
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
}

.report .modal-centerer {
  max-width: 300px;
  margin: auto;
}

.report .form-group {
  margin-bottom: 10px;
}

.report .modal-buttons .btn-primary {
  padding: 12px 20px;
}

.report small.error {
  font-size: 13px;
  color: #e10200;
}

.success .modal-content {
  padding-bottom: 30px;
  border-radius: 0;
}

.success .modal-title {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #333e48;
  padding-top: 30px;
}

.success .modal-centerer {
  max-width: 300px;
  margin: auto;
}

.success .modal-dialog {
  width: 440px;
}

.success .modal-header {
  border: none;
}

.success .modal-btn {
  text-align: center;
}

.success p {
  font-size: 14px;
  text-align: center;
  color: #333e48;
  margin-bottom: 26px;
}

.success .btn-dismiss {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  background-color: #1b93c5;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: none !important;
  border-radius: 20px;
  padding: 10px 40px;
}

.success .btn-dismiss:hover {
  background-color: #35a2d0;
  color: #fff;
}

.success .modal-body {
  padding-top: 8px;
}

.loyalty .modal-dialog {
  width: 975px;
}

.loyalty .modal-content {
  border-radius: 0;
  padding-bottom: 34px;
}

.loyalty .modal-header {
  border: none;
}

.loyalty .modal-title {
  font-size: 30px;
  line-height: 30px;
  color: #333e48;
  text-align: center;
  padding-top: 28px;
}

.loyalty p {
  font-size: 14px;
  color: #333e48;
  margin-bottom: 21px;
}

.loyalty .modal-btn {
  text-align: center;
}

.loyalty .btn-dismiss {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 24px;
  background-color: #1b93c5;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: none !important;
  border-radius: 20px;
  padding: 10px 40px;
}

.loyalty .btn-dismiss:hover {
  background-color: #187fab;
  color: #fff;
}

.loyalty table th,
.loyalty table td {
  font-weight: 400;
  font-size: 14px;
  color: #333e48;
  border: 1px solid #eaeaea;
  padding: 16px 16px;
}

.loyalty table tr:hover td {
  background-color: #f8f8f8;
  cursor: pointer;
}

.loyalty table th:last-child,
.loyalty table td:last-child {
  text-align: right;
}

.loyalty table th:nth-child(2) {
  padding-left: 32px;
}

.loyalty table td:nth-child(2) {
  padding-left: 32px;
  vertical-align: top;
}

.loyalty .modal-body {
  padding: 15px 80px;
}

@media (max-width: 1023px) {
  .loyalty .modal-dialog {
    width: 650px;
  }
  .loyalty .modal-body {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .report .modal-title,
  .success .modal-title {
    font-size: 24px;
    line-height: 1;
  }
  .loyalty .modal-dialog,
  .success .modal-dialog {
    width: 90%;
    margin: 10px;
  }
  .loyalty table th,
  .loyalty table td {
    border-top: 0;
  }
  .loyalty table tr:first-child td:first-child {
    border-top: 1px solid #eaeaea;
  }
}


@media (max-width: 350px) {
  .report .modal-buttons .btn-primary {
    float: none;
    margin-top: 20px;
  }
  .report .modal-buttons button {
    width: 200px;
    margin: 0 auto;
  }
  .report .modal-buttons {
    text-align: center;
  }
}

.add-to-cart .modal-content,
.add-comments .modal-content {
  padding: 0;
  border-radius: 0;
}

.add-to-cart .modal-centerer,
.add-comments .modal-centerer {
  max-width: 270px;
  text-align: center;
  margin: auto;
}

.add-to-cart .modal-dialog,
.add-comments .modal-dialog {
  width: 270px;
}

.add-to-cart p,
.add-comments p {
  font-size: 16px;
  text-align: center;
  color: #333e48;
  margin-bottom: 26px;
}

.add-to-cart .modal-body.add-comments .modal-body {
  padding-top: 25px;
  padding-bottom: 20px;
}

/*********************************/

.registration .modal-content {
  border-radius: 0px;
  padding-left: 60px;
  padding-bottom: 30px;
}

.registration .modal-header {
  border-bottom: none;
  padding-bottom: 8px;
}

.registration .modal-body {
  padding-right: 40px;
}

.registration .modal-footer {
  border-top: none;
  text-align: left;
  padding-top: 8px;
}

.registration .modal-footer a {
  border-bottom: 1px dashed #0275d8;
}

.registration .modal-buttons {
  position: relative;
  margin-top: 30px;
}

.registration .modal-buttons button {
  border-radius: 25px;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: normal;
}

.registration .modal-buttons .btn-primary {
  width: 100%;
  color: #fff;
}

.registration .modal-buttons .btn:hover {
  background: #187fab;
  color: #fff;
}

.registration .modal-content input {
  border-radius: 5px;
}

.registration .modal-header .close:hover {
  background: transparent;
}

.registration .modal-title {
  padding-top: 30px;
  font-size: 30px;
}

.registration p {
  font-size: 16px;
  margin-bottom: 20px;
}

.registration label {
  font-size: 15px;
  line-height: 1.286em;
  font-weight: normal;
  margin-bottom: 0px;
}

.registration .form-group {
  margin-bottom: 8px;
}

.registration .or {
  position: relative;
}

.registration .or p {
  position: absolute;
  top: 222px;
  left: 30px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  color: #a2a2a2;
}

.registration .or p:after {
  position: absolute;
  top: 25px;
  left: 50%;
  content: '';
  width: 1px;
  height: 47px;
  background: #eaeaea;
}

.registration .or p:before {
  position: absolute;
  top: -47px;
  left: 50%;
  content: '';
  width: 1px;
  height: 47px;
  background: #eaeaea;
}

.registration .modal-social-wrap {
  padding-top: 197px;
}

.registration .modal-social {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  opacity: .8;
}

.registration .modal-social:hover {
  opacity: 1;
  transition: .2s;
}

.registration-msg span {
  font-size: 13px;
  color: #e10200;
}

.registration-msg {
  position: absolute;
  top: -20px;
  left: 0;
  margin-top: -10px;
  height: 20px;
  display: none;
}

.autorization-msg span {
  font-size: 13px;
  color: #e10200;
  position: absolute;
  top: 2px;
  left: 0;
}

.autorization-msg {
  position: relative;
  margin-top: -10px;
  height: 33px;
  display: none;
}

.autorization-msg a {
  position: absolute;
  top: 20px;
  left: 0;
}

.modal-social-wrap .call-to-action {
  width: 80%;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  margin: auto;
  padding: 0px 0 10px;
}

.servicek-popup .modal-dialog {
  position: relative;
}
.service-popup .modal-dialog  {
  width: 570px;
}
.service-popup .modal-content {
  padding: 50px;
}
.service-popup__close {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 14px;
  top: 14px;
  background-image: url('../img/close-popup.svg');
  background-size: cover;
}

.service-popup .popup-title {
  font-size: 30px;
  line-height: 41px;
  color: #333E48;
  margin-bottom: 20px;
}
.service-popup ul {
  list-style: none;
  padding-left: 0;
}
.service-popup ul li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #7D7D7D;
}
.service-popup ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 8px;
  background-image: url('../img/list-icon.svg');
  background-size: cover;
}
.service-popup ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-popup .popup-footer {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #333E48;
}
@media (max-width: 1024px) {
  .registration .modal-social-wrap {
    padding-top: 205px;
  }
  .registration .or p {
    top: 230px;
  }
}

@media (max-width: 767px) {
  .service-popup .modal-content {
    padding: 30px 10px;
  }
  .service-popup .popup-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
  }
}

/**************/

.recall .modal-content {
  border-radius: 0px;
  padding-bottom: 30px;
  max-width: 470px;
}

.recall .modal-header {
  border-bottom: none;
  padding-bottom: 8px;
  padding-left: 55px;
}

.recall .modal-body {
  padding-top: 5px;
  padding-left: 55px;
  padding-right: 55px;
}

.recall .modal-footer {
  border-top: none;
  text-align: left;
  padding-top: 8px;
  padding-left: 55px;
  padding-right: 55px;
}

.recall .modal-footer a {
  border-bottom: 1px dashed #35a2d0;
}

.recall .modal-buttons {
  margin-top: 34px;
  position: relative;
}

.recall .modal-buttons button {
  border-radius: 25px;
  padding: 12px 17px;
  font-size: 15px;
  font-weight: normal;
}

.recall .modal-buttons .btn-default {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #333e48;
}

.recall .modal-buttons .btn-primary {
  color: #fff;
  float: right;
}

.recall .modal-buttons .btn:hover {
  background: #187fab;
  color: #fff;
}

.recall .modal-buttons .btn.btn-default:hover {
  background: #1b93c5;
  color: #fff;
}

.recall .modal-content input {
  border-radius: 5px;
}

.recall .modal-header .close:hover {
  background: transparent;
}

.recall .modal-title {
  padding-top: 30px;
  font-size: 24px;
  line-height: 22px;
}

.recall p {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 16px;
}

.recall label {
  font-size: 15px;
  line-height: 1.286em;
  font-weight: normal;
  margin-bottom: 0px;
}

.recall .form-group {
  margin-bottom: 6px;
}

.recall-msg span {
  font-size: 13px;
  color: #e10200;
}

.recall-msg {
  position: absolute;
  top: -27px;
  left: 0;
  margin-top: -10px;
  height: 20px;
  display: none;
}


/**************/

.dispatch .modal-content {
  border-radius: 0px;
  padding-bottom: 30px;
  max-width: 470px;
}

.dispatch .modal-header {
  border-bottom: none;
  padding-bottom: 8px;
}

.dispatch .modal-body {
  padding-top: 5px;
  padding-left: 55px;
  padding-right: 55px;
}

.dispatch .modal-header .close:hover {
  background: transparent;
}

.dispatch .modal-title {
  padding-top: 0px;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 35px;
  line-height: 30px;
}

.dispatch p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 16px;
  font-weight: 600;
}

.dispatch .user-mail {
  color: #333e48;
  font-size: 15px;
  text-decoration: underline;
  font-weight: normal;
}

.dispatch a {
  font-size: 13px;
}

.write .modal-header,
.callback .modal-header {
  padding-bottom: 8px;
  border-bottom: none;
}

.write .modal-title,
.callback .modal-title {
  font-size: 24px;
  line-height: 30px;
  padding-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.write .modal-content,
.callback .modal-content {
  max-width: 470px;
}

@media (max-width: 485px) {
  .recall .modal-buttons button {
    display: block;
    width: 100%;
  }
  .recall .modal-buttons .btn-primary {
    margin-top: 20px;
  }

  .callback .modal-title,
  .write .modal-title {
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .recall .modal-buttons button {
    display: block;
    width: 100%;
  }
  .recall .modal-buttons .btn-primary {
    margin-top: 20px;
  }
  .recall .modal-header {
    padding-left: 15px;
  }
  .recall .modal-body {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .recall .modal-footer {
    white-space: nowrap;
  }
}

#autorization,
#registration,
#recall,
#dispatch,
#report,
#success,
#loyalty,
#serviceMap,
#addToCart,
#addComments,
#errorMsg,
#successMsg,
#cartRemoveItemsMsg,
#write,
#callback,
.service-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  display: none;
}
.service-popup {
  overflow: auto;
  height: 100%;
}

.error-msg-popup .modal-content,
.cart-msg-popup .modal-content {
  background: #f05050;
  color: #fff;
  border-radius: 0;
}

.success-msg-popup .modal-content {
  background: #81c868;
  color: #fff;
  border-radius: 0;
}

.error-msg-popup .media,
.success-msg-popup .media,
.cart-msg-popup .media {
  display: flex;
  align-items: center;
}

.error-msg-popup .media-left,
.success-msg-popup .media-left,
.cart-msg-popup .media-left {
  padding-right: 30px;
}

.error-msg-popup .media-left .fa,
.success-msg-popup .media-left .fa,
.cart-msg-popup .media-left .fa {
  font-size: 30px;
}

.error-msg-popup p,
.success-msg-popup p,
.cart-msg-popup p {
  margin-bottom: 0;
}

.error-msg-popup ul,
.success-msg-popup ul,
.cart-msg-popup ul {
  margin-bottom: 0;
}

@media (max-width: 767px) and (orientation: landscape) {
  .error-msg-popup.modal-window .modal-dialog,
  .success-msg-popup.modal-window .modal-dialog,
  .cart-msg-popup.modal-window .modal-dialog {
    width: 90%;
  }
}

@media screen and (min-width: 320px) {
  .error-msg-popup.modal-window:before,
  .success-msg-popup.modal-window:before,
  .cart-msg-popup.modal-window:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-backdrop.in {
  opacity: 0;
}

.modal-window .btn-default:focus {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #333e48;
}

.modal-window .btn-primary:focus {
  background-color: #1b93c5;
  border-color: #1b93c5;
  color: #fff;
}

.modal-window a {
  color: #35a2d0;
}

.modal-window a:hover {
  color: #35a2d0;
  border-bottom: none;
}

.modal-window input {
  font-size: 18px;
  color: #333e48;
  padding: 10px 15px;
}

.modal-window.autorization input {
  padding: 12px 15px;
}

.modal-window input.error,
.modal-window textarea.error {
  border: 1px solid #e10200;
}

.modal-window {
  text-align: center;
}

.modal-open {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0px !important;
}

.modal-open .modal-window {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header .close {
  width: 12px;
  height: 12px;
  background: url('../img/modal-close.svg') 0 0 no-repeat !important;
  background-size: 12px 12px;
  opacity: .6;
  margin-top: -1px;
  margin-right: -12px;
}

.modal-header .close:hover {
  opacity: 1 !important;
}

.modal-header .close span {
  display: none;
}

.modal-social-wrap .call-to-action {
  display: none;
}

.autorization.modal-window input,
.recall.modal-window input {
  font-size: 15px;
}

.autorization .modal-footer a,
.recall .modal-footer a {
  font-size: 15px;
}

.modal-window:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

@media (max-width: 1024px) {
  .modal-dialog {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .modal-social-wrap .call-to-action {
    display: block;
  }
  .modal-dialog {
    width: 90%;
    margin: 10px;
  }
  .service-popup .modal-dialog {
    width: 320px;
  }
  .modal-window .modal-body {
    padding: 15px;
  }
  .recall .modal-footer {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .service-popup .modal-dialog {
     width: 300px;
     margin: 5px;
  }
}
@media (max-width: 320px) {
  .autorization .remember-pass {
    margin-left: 0 !important;
  }
  .registration .modal-buttons .btn-primary {
    padding: 10px 15px;
  }
  .registration-msg span {
    display: block;
    font-size: 13px;
    line-height: 14px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .modal-window {
    margin: auto;
  }
  .modal-dialog {
    width: auto;
    margin: 10px 0;
  }
  .registration .modal-content,
  .autorization .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-popup .modal-content {
    padding: 50px;
  }
  .recall .modal-footer {
    text-align: left;
    padding-left: 16px;
  }
}


/********************************/

/* bootstrap hack: fix content width inside hidden tabs */

.products-carousel-tabs .tab-content > .tab-pane,
.products-carousel-tabs .pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.products-carousel-tabs .tab-content > .active,
.products-carousel-tabs .pill-content > .active {
  height: auto;
  /* let the content decide it  */
}


/* bootstrap hack end */

@media (min-width: 1265px) {
  .navbar-search {
    width: 40%;
  }
}

@media (max-width: 1240px) {
  .navbar-primary .navbar-nav > .menu-item > a {
    font-size: 14px;
  }
  .navbar-search {
    width: 38%;
  }
}

@media (min-width: 1199px) {
  .article-min-container,
  .article-big-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-drop-menu {
    padding-left: 108px;
  }
  #owl-main .item .caption {
    padding-top: 100px;
  }
  .hero-2 {
    font-size: 56px;
  }
  .footer-bottom-widgets .columns:last-child {
    margin-left: 109px;
  }
}

@media (max-width: 1199px) {
  .top-bar .nav.nav-inline.pull-left.flip,
  .top-bar .nav.nav-inline.pull-right.flip {
    float: none;
  }
  .top-bar .nav.nav-inline {
    text-align: center;
    margin: 0.714em 0;
  }
  .first-nav {
    padding-left: 24px;
  }
  .navbar-primary .navbar-nav > .menu-item > a {
    padding: 0px 11px;
  }
  .home-v3-products-block .media-left img {
    margin-left: 3%;
  }
  .header-v3 .navbar-nav.navbar-wishlist {
    margin-right: 0px;
  }
  .features-list .media {
    width: 290px;
  }
  .features-list .media-body {
    padding-left: 0px;
  }
  .features-list .media-body {
    font-size: 14px;
  }
  .columns-6-1 ul.products li.product {
    min-height: 270px;
  }
  .columns-6-1 ul.products li.product .button {
    margin-left: 5px;
  }
  .columns-6-1 > ul.products.product-main-6-1 > li.product .product-thumbnail img {
    height: 293px;
  }
  .article-1 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1215px) {
  .header-v3 .navbar-nav + .navbar-nav.navbar-compare {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-bar .nav-inline .menu-item + .menu-item:before,
  .top-bar .nav-inline.pull-right .menu-item:before {
    margin: 0 0.2em;
  }
  /*
  .header-v1 .navbar-nav + .navbar-nav,
  .header-v1 .navbar-search + .navbar-nav,
  .header-v3 .navbar-nav + .navbar-nav,
  .header-v3 .navbar-search + .navbar-nav,
  .navbar-primary .navbar-nav + .navbar-nav,
  .navbar-primary .navbar-search + .navbar-nav {
    margin-right: 6em;
  }
*/
  .currency li:first-child {
    background: none;
    padding-left: 0;
  }
  .footer-drop-menu {
    padding-left: 50px;
  }
  .navbar-search {
    width: 50%;
  }
  .features-list {
    height: 130px;
  }
  .features-list.columns-5 .feature {
    height: 100%;
  }
  .header-v3 .navbar-nav + .navbar-nav.navbar-compare {
    margin-right: -5px;
  }
  .header-v3 .navbar-nav + .navbar-nav.navbar-wishlist {
    margin-right: 25px;
  }
  ul.navbar-mini-cart.navbar-nav {
    margin-right: 17px;
  }
  .home-list-categories ul.categories > li.category .media-left img {
    width: 110px;
  }
}

@media (max-width: 1023px) {
  .navbar-compare {
    display: none;
  }
}
@media (max-width: 991px) {
  .cmn-toggle-switch {
    display: block;
  }
  .currency li:first-child {
    background: none;
  }
  .site-content {
    margin-top: 81px;
  }
  .line {
    top: 80px;
  }
  .ad.col-md-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .master,
  .visa {
    margin-right: -1px;
  }
  .top-bar {
    padding: 20px 0;
    /*      height: 80px;*/
    /*    z-index: 20001;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0px;*/
  }
  .header-logo {
    width: 160px;
    top: -3px;
  }
  .site-header {
    top: -16px;
    z-index: 1001;
    left: -10px;
  }
  .input-group-addon.search-categories {
    display: none;
  }
  .navbar-search > .input-group .search-field.form-control,
  .navbar-search > .input-group table.cart .coupon .search-field.input-text,
  table.cart .coupon .navbar-search > .input-group .search-field.input-text {
    border-bottom: 1px solid #1b93c5;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar-search .form-control,
  .navbar-search table.cart .coupon .input-text,
  table.cart .coupon .navbar-search .input-text {
    border-radius: 0;
    display: inline-block;
  }
  .navbar-search {
    position: absolute;
    width: 60%;
    top: -15px;
    left: 25%;
  }
  .navbar-search .btn,
  .navbar-search .hero-action-btn,
  .navbar-search button {
    border-radius: 0;
  }
  /*
  .header-v3 .navbar-search .input-group .btn {
    border-bottom: 1px solid #1b93c5;
        height: 54px;
  }
*/
  .input-group .form-control {
    width: 70%;
  }
  .navbar-mini-cart .amount {
    display: none;
  }
  ul.navbar-mini-cart.navbar-nav {
    padding-top: 0px;
  }
  .top-bar button.navbar-toggler:focus,
  .top-bar button.navbar-toggler:hover {
    background: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    color: #000;
  }
  .phone-select-container {
    display: none;
  }
  .header-v3 .navbar-nav.navbar-wishlist {
    bottom: 40px;
    left: 82%;
  }
  .navbar-mini-cart i.ec,
  .navbar-wishlist i.ec {
    font-size: 24px;
  }
  .navbar-mini-cart li:first-child:before {
    height: 35px;
    left: -17px;
  }
  .navbar-primary .navbar-nav,
  .navbar-primary {
    background: #fff;
  }
  .navbar-primary .navbar-nav > .menu-item {
    display: block;
    text-align: left;
    padding-right: 14px;
  }
  .navbar-primary .navbar-nav > .menu-item > a,
  .navbar-primary .navbar-nav > .menu-item > a:hover {
    border-right: none;
    color: #334141;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar-primary .navbar-nav > .menu-item.active-menu-item:last-child > a {
    border-right: none;
  }
  .navbar-primary .navbar-nav > .menu-item.active-menu-item:first-child > a {
    border-left: none;
  }
  .second-nav {
    margin-top: 0px;
    /*        padding: 0;*/
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #menu-top-bar-left li,
  #menu-top-bar-right li {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  #menu-top-bar-left li a {
    display: block;
    color: #82888b;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menu-top-bar-right {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .top-bar .nav-inline .menu-item + .menu-item:before,
  .top-bar .nav-inline.pull-right .menu-item:before {
    display: none;
  }
  .currency {
    position: absolute;
    top: 52px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #menu-top-bar-right .currency li {
    display: inline-block;
  }
  #menu-top-bar-right li {
    display: inline-block;
  }
  #menu-top-bar-right .locale-list-menu li {
    display: block;
  }
  #menu-top-bar-right .locale-list-menu {
    top: 25px;
  }
  #menu-top-bar-right .entry {
    margin-left: 0px;
  }
  #menu-top-bar-right {
    position: relative;
    text-align: left;
    padding-bottom: 110px;
    width: 100%;
  }
  #menu-top-bar-right:after {
    content: '';
    position: absolute;
    top: 44px;
    left: -30px;
    width: 280px;
    height: 1px;
    background: #ddd;
  }
  .locale-select-container.menu-item {
    position: absolute;
    top: 140px;
  }
  .locale-select-container:after {
    content: '';
    position: absolute;
    top: 34px;
    left: -30px;
    width: 280px;
    height: 1px;
    background: #ddd;
  }
  .converter {
    display: block;
    position: absolute;
    top: 90px;
    color: #334141;
  }
  .converter:before {
    content: '';
    position: absolute;
    top: 36px;
    left: -30px;
    width: 280px;
    height: 1px;
    background: #ddd;
  }
  /*
  #menu-top-bar-left {
    position: absolute;
    top: 245px;
    width: 100%;
    padding-top: 10px;
  }
*/
  #menu-top-bar-left:after {
    content: '';
    position: absolute;
    /*    top: 6px;*/
    bottom: 0;
    left: -30px;
    width: 280px;
    height: 1px;
    background: #ddd;
  }
  #menu-top-bar-right .currency li:first-child a {
    padding-left: 0;
  }
  #top-nav {
    position: absolute;
    background: #fff;
    width: 280px;
    right: -280px;
    top: 0px;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: 0;
    opacity: 0;
    z-index: 2000;
  }
  .navbar-primary .navbar-nav {
    padding-top: 0px;
  }
  #top-nav nav,
  .navbar-primary .container,
  .navbar-primary .navbar-nav > .menu-item > a {
    padding-left: 0;
  }
  .navbar-primary .container {
    padding-right: 0;
    padding-top: 0px;
  }
  .top-bar .nav.nav-inline {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top-bar .top-bar-row {
    margin-right: 0;
  }
  .active-menu-item:after {
    display: none;
  }
  .registr {
    display: none;
  }
  #menu-top-bar-right .menu-phone {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #dcdcdc;
    padding-right: 10px;
  }
  .products-6-1 ul.nav {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    float: right;
    line-height: 3.571em;
  }
  .products-6-1 .columns-6-1 ul.products.products-6 li.product,
  ul.products.columns-2 > li {
    width: 50%;
  }
  .products-6-1 .columns-6-1 ul.products.products-6 li.product:nth-child(2n) {
    margin-left: 0px;
  }
  #homev3-products-cards-carousel li.product .product-inner .media-left {
    display: inline-block;
    width: 100%;
  }
  .navbar-primary .navbar-nav > .menu-item > a {
    line-height: 15px;
  }
}

@media (min-width: 544px) and (max-width: 768px) {
  .footer-drop-menu {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .footer-contact {
    padding-left: 0;
  }
  #homev3-products-cards-carousel .product-cards-carousel ul.products > li.product {
    width: 100%;
  }
  #homev3-products-cards-carousel .product-cards-carousel ul.products > li.product:nth-child(2n) {
    margin-left: 0px;
  }
  .footer-logo,
  .footer-time,
  .footer-address {
    margin-bottom: 3.143em;
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-contact {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
  }
  .footer-drop-menu {
    width: 100%;
  }
  .footer-bottom-widgets {
    padding: 4.143em 0 1.714em 0;
  }
  .navbar-mini-cart li:first-child:before {
    left: -16px;
  }
  #owl-brands .owl-next {
    right: 0;
    top: -40px;
    width: 30px;
    height: 30px;
    text-align: right;
    padding-top: 10px;
  }
  #owl-brands .owl-prev {
    left: 0;
    top: -40px;
    width: 30px;
    height: 30px;
    text-align: left;
    padding-top: 10px;
  }
  .home-v3-slider .owl-item {
    font-size: 10px;
    height: 300px;
  }
  #owl-main .item {
    height: 300px;
  }
  .home-v3-slider {
    height: 300px;
  }
  #owl-main .item .caption {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .features-list {
    display: flex;
  }
  .features-list.columns-5 .feature {
    display: flex;
    width: 33%;
  }
  .features-list.columns-5 .feature + .feature {
    border-left: 1px solid #ddd;
  }
  .features-list.columns-5 .feature:first-child {
    border-left: none;
  }
  .features-list.columns-5 .feature,
  .features-list.columns-5 .feature + .feature {
    border-bottom: none;
  }
  .features-list.columns-5 .feature .media-middle {
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  ul.products.columns-2 > li:nth-child(2n) {
    margin-left: 10px;
  }
  .site-header {
    left: 0;
  }
  .site-header .container {
    max-width: 720px;
  }
  .navbar-search {
    width: 55%;
    left: 28%;
  }
  .header-v3 .navbar-nav.navbar-wishlist {
    bottom: 20px;
    left: 83%;
  }
  li.product .hover-area .action-buttons > a {
    margin: 0 2px;
  }
  .article-big-container {
    padding-left: 0;
    padding-right: 0;
  }
  .products-6-1 ul.nav {
    line-height: 2.571em;
  }
  .footer-bottom-widgets {
    padding: 4.143em 0 0 0;
  }
  .navbar-mini-cart li:first-child:before {
    display: none;
  }
  .product-cards-carousel ul.products > li.product {
    width: 48%;
  }
  .product-cards-carousel ul.products > li.product:nth-child(2n) {
    margin-left: 10px;
  }
  .products .product.product-card .media-body .hover-area .action-buttons > a {
    margin-left: 0;
  }
  .products-carousel .owl-item .product .price del {
    position: absolute;
    left: 0;
    top: -8px;
  }
  .columns-6-1 > ul.products.products-6 > li.product:hover .product-inner {
    padding-bottom: 0.1px;
  }
  .products-carousel-tabs .nav-inline .nav-item:nth-child(1),
  .products-carousel-tabs .nav-inline .nav-item:nth-child(2),
  .products-carousel-tabs .nav-inline .nav-item:nth-child(3) {
    margin: 0 auto;
    margin-bottom: 1.429em;
  }
  .products-carousel-with-image {
    padding: 0px;
    margin-bottom: 40px;
  }
  .products-6-1 {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  section.section-product-cards-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
  }
  .section-product-cards-carousel {
    margin-bottom: 20px;
  }
  .home-list-categories ul.categories > li.category .media-heading {
    margin-bottom: 10px;
  }
  .home-list-categories ul.categories > li.category {
    margin-bottom: 20px;
  }
  .home-list-categories {
    margin-bottom: 0px;
  }
  .reviews {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer-bottom-widgets .widget-title {
    margin-bottom: 20px;
  }
  .master,
  .visa,
  .maestro {
    margin-top: 35px;
    margin-right: 10px;
  }
  .brands-carousel {
    margin-bottom: 40px;
  }
  .section-product-cards-carousel {
    margin-bottom: 15px;
  }
  .columns-6-1 > ul.products.products-6 > li.product:hover .product-inner .hover-area {
    padding-bottom: 3px;
  }
  .columns-6-1 > ul.products > li.product .hover-area {
    padding-bottom: 3px;
  }
  .footer-bottom-widgets ul > li + li {
    margin-top: 5px;
  }
  .nav-inline .nav-item {
    display: inline-block;
  }
  .products-carousel-tabs .nav-inline .nav-item + .nav-item {
    margin-left: 2em;
  }
  .nav-inline .nav-item + .nav-item {
    margin-left: 5px;
  }
  .products-6-1 .columns-6-1 ul.products.products-6 li.product:nth-child(2n) {
    margin-left: 10px;
  }
  .products-6-1 .columns-6-1 ul.products.products-6 li.product,
  ul.products.columns-2 > li {
    width: 48%;
  }
  .articles-container,
  .article-min-container,
  .article-big-container {
    display: block;
  }
  .article-2 {
    margin-bottom: 18px;
  }
  .autorization .or {
    display: none;
  }
  .autorization .modal-social {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .autorization .modal-social-wrap {
    text-align: center;
  }
  .registration .or {
    display: none;
  }
  .registration .modal-social {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .registration .modal-social-wrap {
    text-align: center;
    padding-top: 20px;
  }
  .columns-6-1 > ul.products.products-6 > li.product .price {
    font-size: 1.143em;
  }
  .first-nav {
    float: left;
  }
  .home-list-categories ul.categories {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
  }
  .home-list-categories ul.categories > li.category {
    width: 50%;
  }
  .home-list-categories ul.categories > li.category .media {
    display: flex;
    flex-wrap: wrap;
  }
  .home-list-categories ul.categories > li.category .media-left {
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .header-v3 .navbar-nav.navbar-wishlist {
    bottom: 20px;
    left: 80%;
  }
  .footer-call-us .call-us-icon {
    padding-right: 5px;
  }
}

@media (max-width: 650px) {
  .navbar-search > .input-group {
    display: none;
    width: 200%;
    left: -35%;
    top: 84px;
  }
  .navbar-search-icon {
    display: inline-block;
    position: absolute;
    left: 80%;
  }
  .navbar-search-icon i.ec {
    font-size: 24px;
    line-height: 0.9em;
    font-weight: bold;
    margin-right: 10px;
  }
  .header-v3 .navbar-nav.navbar-wishlist {
    display: none;
  }
  .container-call-us {
    padding-left: 8px;
  }
  .footer-bottom-widgets .columns {
    margin-bottom: 25px;
  }
  .header-v3 .navbar-nav + .navbar-nav.navbar-wishlist {
    margin-right: 10px;
  }
  .header-v3 .navbar-search-icon {
    left: 56%;
    margin-top: 4px;
  }
  .navbar-nav .nav-item {
    position: relative;
    top: -4px;
  }
  .navbar-wishlist {
    margin-right: 10px;
    top: -3px;
  }
  .header-v3 .wishlist-items-count {
    bottom: 6px;
  }
}

@media (max-width: 570px) {
  .site-header {
    left: 0;
  }
  .dispatch .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-icons {
    display: none;
  }
  .header-v3 .navbar-search + .navbar-nav.pull-right {
    padding-right: 0;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .header-v3 .navbar-search-icon {
    left: 72%;
  }
}

@media (max-width: 543px) {
  .footer-logo,
  .footer-time,
  .credit-cards,
  #menu-footer-menu-1,
  #menu-footer-menu-2,
  #menu-footer-menu-3 {
    display: none;
    margin-bottom: 27px;
  }
  .footer-bottom-widgets {
    position: relative;
  }
  .footer-contact {
    position: absolute;
    bottom: -70px;
    border-bottom: none;
  }
  .footer-address {
    display: block;
    width: 100%;
  }
  .footer-drop-menu .columns {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .widget-title,
  .footer-address-title {
    text-transform: uppercase;
  }
  .footer-bottom-widgets .widget-title {
    margin-bottom: 20px;
  }
  .footer-drop-menu .columns {
    position: relative;
    cursor: pointer;
  }
  .footer-drop-menu .column-after-bottom:after {
    content: '\79';
    position: absolute;
    right: 15px;
    top: -2px;
    font-family: 'font-electro';
    color: #000;
    margin-left: 0.857em;
    font-size: 16px;
  }
  .footer-drop-menu .column-after-top:after {
    content: '\79';
    position: absolute;
    right: 15px;
    top: -4px;
    font-family: 'font-electro';
    color: #000;
    margin-left: 0.857em;
    font-size: 16px;
    transform: rotate(180deg);
  }
  .home-list-categories ul.categories > li.category .media-heading {
    font-size: 1em;
  }
  .site-header {
    left: -15px;
  }
  .footer-bottom-widgets {
    padding: 4.143em 0 5.714em 0;
  }
  .owl-item:nth-child(2n) .product {
    margin-right: 3px;
  }
  .products-carousel-tabs .nav-inline .nav-item + .nav-item {
    margin-left: 1em;
  }
}

@media (max-width: 480px) {
  footer .pull-left.flip.copyright,
  footer .pull-right.flip.payment {
    float: none;
  }
  .site-header {
    left: -15px;
  }
  .navbar-search-icon {
    left: 73%;
  }
  .products-carousel .owl-item .product .price,
  li.product .price-add-to-cart .electro-price {
    font-size: 16px;
  }
  .products-carousel .owl-item .product .price del,
  li.product .price del .amount {
    font-size: 11px;
  }
  .products-carousel .owl-item .product .product-inner,
  .columns-6-1 > ul.products > li.product .product-inner,
  ul.products.columns-2 > li.product .product-inner {
    padding: 10px;
  }
  .products.columns-2 .product.product-card {
    margin-right: 0;
  }
  .reviews {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .home-list-categories {
    margin-bottom: 0;
  }
  .products-carousel-with-image {
    margin-bottom: 20px;
    padding: 0;
  }
  .section-product-cards-carousel {
    margin-bottom: 20px;
  }
  .products-6-1 {
    padding: 20px 0;
  }
  .columns-6-1 > ul.products.products-6 > li.product:hover .product-inner {
    padding: 10px;
  }
  .nav-inline .nav-item {
    display: block;
  }
  .nav--product .nav-item {
    margin-bottom: 15px;
  }
  .products-carousel-tabs .nav-inline .nav-item + .nav-item {
    margin-left: auto;
  }
  .products-carousel .owl-item .product .button {
    left: 3px;
  }
  .autorization .modal-content {
    padding-left: 15px;
  }
  .autorization .modal-body {
    padding-right: 15px;
  }
  .registration .modal-content {
    padding-left: 15px;
  }
  .registration .modal-body {
    padding-right: 15px;
  }
}

@media (max-width: 420px) {
  .navbar-search-icon {
    left: 70%;
  }
  .products-carousel .owl-item .product .price del,
  li.product .price del .amount {
    font-size: 10px;
  }
  .products-carousel .owl-item .product .product-inner,
  .columns-6-1 > ul.products > li.product .product-inner {
    padding: 7px;
  }
  .columns-6-1 > ul.products.products-6 > li.product:hover .product-inner {
    padding: 7px;
  }
}

@media (max-width: 400px) {
  .products-carousel .owl-item .product .price,
  li.product .price-add-to-cart .electro-price {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .autorization .modal-buttons .btn-primary {
    float: none;
    margin-top: 20px;
  }
  .autorization .modal-buttons button {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 340px) {
  .products-carousel .owl-item .product .price,
  li.product .price-add-to-cart .electro-price {
    font-size: 12px;
  }
  .products-carousel .owl-item .product .loop-product-categories {
    margin-top: 10px;
  }
  li.product .loop-product-categories {
    margin-top: 10px;
  }
  .products-carousel .owl-item .product .hover-area {
    padding-top: 8px;
  }
  .columns-6-1 > ul.products > li.product .hover-area {
    padding-bottom: 3px;
    padding-top: 8px;
  }
  .products-carousel .owl-item .product:hover .hover-area {
    padding-top: 8px;
  }
  .autorization .remember-pass {
    float: none;
    display: inline-block;
    margin-left: 22px;
  }
}

@media (max-width: 335px) {
  .features-list .media-body {
    font-size: 15px;
  }
  .site-header {
    left: -17px;
  }
  .navbar-search-icon {
    left: 67%;
  }
  #homev3-products-cards-carousel .price {
    margin-right: 5px;
  }
  .autorization .modal-title {
    padding-top: 0;
  }
  .autorization .modal-header {
    padding-bottom: 0;
  }
  .autorization .modal-footer {
    padding-top: 0;
  }
  .registration .modal-title {
    padding-top: 0;
  }
  .registration .modal-header {
    padding-bottom: 0;
  }
  .home-list-categories ul.categories > li.category .media-heading {
    font-size: 0.97em;
  }
}

@media (max-width: 320px) {
  .home-list-categories ul.categories > li.category .media-left {
    overflow: hidden;
  }
  .home-list-categories ul.categories > li.category .media-left img {
    margin-left: -25px;
  }
  .home-list-categories ul.categories > li.category .media-heading {
    font-size: 0.92em;
  }
}

@media (max-width: 568px) {
  .home-v3-slider .owl-item {
    font-size: 10px;
    height: 220px;
  }
  #owl-main .item {
    height: 220px;
  }
  .home-v3-slider {
    height: 220px;
  }
  #owl-main .item .caption {
    padding-top: 15px;
  }
  .item .hero-subtitle-v2 img {
    width: 180px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .hero-2 {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  #owl-main .item .caption .locale-btn {
    width: 140px;
    line-height: 30px;
    font-size: 14px;
  }
  .home-v3-slider .owl-dots {
    bottom: -15px;
  }
}

@media (max-width: 414px) {
  .home-v3-slider .owl-item {
    font-size: 10px;
    height: 160px;
  }
  #owl-main .item {
    height: 160px;
  }
  .home-v3-slider {
    height: 160px;
  }
  #owl-main .item .caption {
    padding-top: 10px;
  }
  .item .hero-subtitle-v2 img {
    width: 150px;
    margin-bottom: 10px;
  }
  .hero-2 {
    font-size: 1.9em;
    margin-bottom: 10px;
  }
  #owl-main .item .caption .locale-btn {
    width: 120px;
    line-height: 28px;
    font-size: 12px;
  }
  .home-v3-slider .owl-dots {
    bottom: -25px;
  }
}

@media (max-width: 320px) {
  .home-v3-slider .owl-item {
    font-size: 10px;
    height: 125px;
  }
  #owl-main .item {
    height: 125px;
  }
  .home-v3-slider {
    height: 125px;
  }
  #owl-main .item .caption {
    padding-top: 10px;
  }
  .item .hero-subtitle-v2 img {
    width: 120px;
    margin-bottom: 7px;
  }
  .hero-2 {
    font-size: 1.5em;
    margin-bottom: 7px;
  }
  #owl-main .item .caption .locale-btn {
    width: 110px;
    line-height: 25px;
    font-size: 12px;
  }
}


/* HOME end */

/* MENU start */

.main-menu-item {
  position: relative;
}

.main-menu-item-list {
  display: none;
  width: 340px;
  position: absolute;
  top: 64px;
  left: 0;
  text-align: left;
  padding: 25px 40px 40px 40px;
  border-bottom: 3px solid #1b93c5;
  background: #fff;
  list-style: none;
  z-index: 1;
}

.main-menu-item:nth-last-child(1) .main-menu-item-list,
.main-menu-item:nth-last-child(2) .main-menu-item-list,
.main-menu-item:nth-last-child(3) .main-menu-item-list {
  left: auto;
  right: 0;
}

.main-menu-item:before {
  display: none;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.main-menu-item:hover:before {
  display: block;
}

.main-menu-item:hover .main-menu-item-list {
  display: block;
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
}

@media(max-width: 991px) {
  .main-menu-item:hover .main-menu-item-list {
    box-shadow: none;
  }
}

.active-menu-item:hover:after {
  display: none;
}

.main-menu-item-list a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333e48;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  padding-top: 11px;
  padding-bottom: 10px;
}

.main-menu-item-list2 {
  list-style: none;
  padding: 0;
  display: none;
}

.main-menu-item-list2 a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #70767b;
  cursor: pointer;
  border: none;
  font-weight: normal;
  padding-top: 10px;
}

.main-menu-item-list a:hover {
  color: #35a2d0;
}

.navbar-primary .navbar-nav > .menu-item > a.main-menu-item-link.active {
  color: #35a2d0;
}

@media (max-width: 991px) {
  .main-menu-item:hover .main-menu-item-list {
    box-shadow: none;
  }
  .main-menu-item-list {
    position: static;
  }
  .main-menu-item:hover:before {
    display: none;
  }
  .navbar-primary .navbar-nav > .main-menu-item:hover .main-menu-item-link {
    background: transparent;
  }
  .main-menu-item-list {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: none;
  }
  .main-menu-item-list2 {
    padding: 0 0 0 10px;
  }
  .main-menu-item-list a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
  }
  .main-menu-item:hover .main-menu-item-list {
    display: none;
  }
}


/* MENU end */

/* ABOUT start */

.about h2 {
  font-size: 38px;
  line-height: 46px;
  color: #333e48;
}

.about p {
  font-size: 16px;
  line-height: 26px;
  color: #333e48;
}

.about-lead {
  background: url('../img/about-bg.jpg') center center no-repeat;
  background-size: cover;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.about-lead-jumbotron {
  background: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 23px;
}

.about-lead-jumbotron h1 {
  position: relative;
  font-size: 38px;
  line-height: 46px;
  color: #333e48;
  margin-bottom: 47px;
}

.about-lead-jumbotron h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24px;
  background: #1b93c5;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
}

.about-first {
  background: #f3f3f3;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 50px;
}

.about-first h2 {
  margin-bottom: 25px;
}

.about-first-img1 {
  background: #fff url('../img/about-first-1.jpg') center center no-repeat;
}

.about-first-img2 {
  background: #fff url('../img/about-first-2.jpg') center center no-repeat;
}

.about-first-img3 {
  background: #fff url('../img/about-first-3.jpg') center center no-repeat;
}

.about-first-img1,
.about-first-img2,
.about-first-img3 {
  background-size: cover;
  min-height: 210px;
}

.about-first-img {
  margin-top: 25px;
}

.guarantee {
  padding-top: 42px;
  margin-bottom: 120px;
}

.solutions {
  margin-bottom: 85px;
}

.training {
  margin-bottom: 100px;
}

.guarantee-img {
  background: #f3f3f3 url('../img/guarantee-img.jpg') center center no-repeat;
}

.solutions-img {
  background: #f3f3f3 url('../img/solutions-img.jpg') center center no-repeat;
}

.training-img {
  background: #f3f3f3 url('../img/training-img.jpg') center center no-repeat;
}

.guarantee-txt,
.training-txt {
  margin-top: 25px;
  padding-right: 8%;
}

.solutions-txt {
  margin-top: 25px;
  padding-left: 8%;
}

.guarantee-img,
.solutions-img,
.training-img {
  min-height: 370px;
  background-size: cover;
}

.certificate {
  background: #f3f3f3;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 70px;
}

.diploma1 {
  background: #fff url('../img/diploma1.jpg') center center no-repeat;
}

.diploma2 {
  background: #fff url('../img/diploma2.jpg') center center no-repeat;
}

.diploma3 {
  background: #fff url('../img/diploma3.jpg') center center no-repeat;
}

.diploma4 {
  background: #fff url('../img/diploma4.jpg') center center no-repeat;
}

.diploma5 {
  background: #fff url('../img/diploma5.jpg') center center no-repeat;
}

.diploma6 {
  background: #fff url('../img/diploma6.jpg') center center no-repeat;
}

.diploma7 {
  background: #fff url('../img/diploma7.jpg') center center no-repeat;
}

.diploma8 {
  background: #fff url('../img/diploma8.jpg') center center no-repeat;
}

.diploma9 {
  background: #fff url('../img/diploma9.jpg') center center no-repeat;
}

.diploma10 {
  background: #fff url('../img/diploma10.jpg') center center no-repeat;
}

.diploma11 {
  background: #fff url('../img/diploma11.jpg') center center no-repeat;
}

.diploma1,
.diploma2,
.diploma3,
.diploma4,
.diploma5,
.diploma6,
.diploma7,
.diploma8,
.diploma9,
.diploma10,
.diploma11 {
  background-size: cover;
  min-height: 390px;
}

.diploma-hidden {
  display: none;
}

.certificate-img {
  margin-top: 25px;
  margin-bottom: 50px;
}

.certificate-img td {
  min-width: 260px;
}

.certificate-btn {
  margin: 0 auto;
}

.certificate-btn .locale-btn {
  font-weight: bold;
}

.certificate-btn .locale-btn:focus {
  color: #fff;
}

.certificate .table-hidden {
  display: none;
}

.certificate .table td {
  border: none;
}

.receive {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 85px;
}

.receive .ec {
  color: #1b93c5;
  font-size: 50px;
}

.receive h2 {
  margin-bottom: 60px;
}

.receive-features {
  padding-left: 2%;
  padding-right: 2%;
}

.receive-img {
  min-height: 50px;
}

.sprite-modem {
  /*    background: url('../img/spritesheet.png') no-repeat;*/
  width: 41px;
  height: 40px;
  /*    background-position: -10px -173px;*/
  margin: 0 auto;
}

.sprite-thumb {
  /*    background: url('../img/spritesheet.png') no-repeat;*/
  width: 44px;
  height: 34px;
  /*    background-position: -10px -231px;*/
  margin: 0 auto;
}

.sprite-delivery {
  /*    background: url('../img/spritesheet.png') no-repeat;*/
  width: 42px;
  height: 31px;
  /*    background-position: -10px -60px;*/
  margin: 0 auto;
}

.sprite-book {
  /*    background: url('../img/spritesheet.png') no-repeat;*/
  width: 38px;
  height: 38px;
  /*    background-position: -10px -7px;*/
  margin: 0 auto;
}

.sprite-grunt {
  /*    background: url('../img/spritesheet.png') no-repeat;*/
  width: 36px;
  height: 37px;
  /*    background-position: -10px -117px;*/
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .receive-features {
    position: relative;
    margin-bottom: 20px;
  }
  .receive-features:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 1px;
    background: #ededed;
  }
  .receive-features:nth-child(4):after,
  .receive-features:nth-child(6):after {
    display: none;
  }
  .certificate-img td {
    min-width: 232px;
  }
  .diploma1,
  .diploma2,
  .diploma3,
  .diploma4 {
    min-height: 300px;
  }
}

@media (max-width: 1024px) {
  .diploma1,
  .diploma2,
  .diploma3,
  .diploma4,
  .diploma5,
  .diploma6,
  .diploma7,
  .diploma8,
  .diploma9,
  .diploma10,
  .diploma11 {
    background-size: cover;
    min-height: 295px;
  }
  .certificate-img td {
    min-width: 227px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .certificate-text {
    width: 70%;
    margin-left: 15%;
  }
}

@media (max-width: 991px) {
  .diploma1,
  .diploma2,
  .diploma3,
  .diploma4 {
    margin-bottom: 20px;
  }
  .about h2 {
    font-size: 24px;
    line-height: 46px;
  }
  .certificate-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-no-padding {
    right: 0;
    width: 100%;
  }
  .guarantee-txt,
  .training-txt,
  .solutions-txt {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    width: 100%;
  }
  .guarantee {
    padding-top: 0px;
    margin-bottom: 3.571em;
  }
  .solutions,
  .training {
    margin-bottom: 3.571em;
  }
  .receive {
    padding-bottom: 10px;
  }
  .table-hidden {
    display: none !important;
  }
  .certificate {
    padding-bottom: 0;
  }
  .diploma-hidden {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .about-first-img-item {
    margin-bottom: 20px;
  }
  .receive-img {
    float: left;
  }
  .receive {
    padding-left: 5%;
  }
  .receive-txt {
    padding-left: 60px;
  }
  .about h2 {
    font-size: 22px;
    line-height: 46px;
  }
  .about p {
    font-size: 14px;
    line-height: 26px;
  }
  .receive-features:after {
    display: none;
  }
  .sprite-modem {
    padding-top: 4px;
  }
  .sprite-grunt {
    padding-top: 5px;
  }
  .sprite-thumb {
    padding-top: 5px;
  }
  .sprite-delivery {
    padding-top: 8px;
  }
  .sprite-book {
    padding-top: 5px;
  }
  .about-lead-jumbotron h2:after {
    left: 50%;
    bottom: -3px;
  }
  .about h2 {
    margin-bottom: 10px;
  }
  .certificate {
    text-align: left;
  }
  .receive {
    text-align: left;
  }
  .certificate-img {
    margin-top: 0;
  }
  .guarantee,
  .solutions,
  .training,
  .certificate {
    margin-bottom: 0px;
  }
  .about .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .about-lead-jumbotron,
  .about-first,
  .certificate,
  .receive {
    text-align: left;
  }
  .about-lead-jumbotron h2:after {
    left: 0;
    bottom: -3px;
    transform: translateX(0);
  }
  .about-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .about h2 {
    margin-bottom: 10px;
  }
  .guarantee,
  .solutions,
  .training,
  .certificate {
    margin-bottom: 0px;
  }
  .certificate-img {
    margin-bottom: 0;
  }
  .guarantee-img,
  .solutions-img,
  .training-img {
    min-height: 210px;
  }
  .about p {
    line-height: 22px;
  }
  .about-lead-jumbotron {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .certificate-btn {
    display: none;
  }
  .receive {
    margin-bottom: 0;
  }
}

@media (max-width: 412px) {
  .sprite-modem {
    padding-top: 14px;
  }
}

@media (max-width: 380px) {
  .sprite-grunt {
    padding-top: 15px;
  }
}

@media (max-width: 322px) {
  .sprite-thumb {
    padding-top: 15px;
  }
  .sprite-book {
    padding-top: 15px;
  }
}


/* about certificate fix */

.certificate-img {
  margin-bottom: 15px;
}

.certificate-wrap {
  display: inline-block;
  width: 23%;
  height: 385px;
  margin-right: 2%;
  margin-bottom: 20px;
}

.certificate-hidden {
  display: none;
}

.certificate-wrap:nth-child(4n) {
  margin-right: 0;
}

.certificate-wrap img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .certificate-wrap {
    height: 302px;
  }
}

@media (max-width: 991px) {
  .certificate-img {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .certificate-hidden {
    display: inline-block;
  }
  .certificate-wrap {
    width: 270px;
    height: 390px;
  }
  .certificate-wrap {
    margin-right: 28px;
  }
  .certificate-wrap:nth-child(4n) {
    margin-right: 28px;
  }
}


/* ABOUT end */

/* WARRANTY start */

.warranty {
  background: #f8f8f8;
}

.warranty section:nth-child(1) {
  margin-bottom: 40px;
}

.warranty ul {
  padding-left: 18px;
}

.warranty h1,
.warranty h2 {
  font-size: 36px;
  line-height: 42px;
  color: #333e48;
  font-weight: 600;
  margin-bottom: 24px;
}

.warranty h4 {
  font-size: 20px;
  line-height: 21px;
  color: #575757;
  font-weight: 600;
}

.warranty p {
  font-size: 15px;
  line-height: 22px;
  color: #333e48;
}

.warranty-content {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
  margin-top: 65px;
  margin-bottom: 130px;
  padding: 55px 65px 0 55px;
}

.warranty-info {
  margin-top: 123px;
  padding-left: 8%;
  padding-right: 5%;
  font-size: 14px;
}

.warranty-map-link {
  color: #1b93c5;
}

.warranty-map-link:hover {
  color: #1b93c5;
}

.warranty-map-link span {
  border-bottom: 1px dotted #1b93c5;
  margin-left: 4px;
}

.warranty-map-link:hover span {
  border-bottom: none;
}

.service-map .modal-dialog {
  width: 710px;
}

.service-map .modal-content {
  border-radius: 0;
}

.service-map .modal-title {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 6px;
  padding-top: 36px;
}

.service-map .modal-header {
  padding-top: 10px;
  padding-left: 52px;
  padding-right: 10px;
  border-bottom: none;
  padding-bottom: 0;
}

.service-map .modal-header p {
  letter-spacing: .7px;
}

.service-map .modal-body {
  padding-bottom: 50px;
  padding-left: 54px;
  padding-right: 54px;
}

.service-map .modal-header .close {
  margin-top: 3px;
}


/*
.service-map .modal-header .close {
    width: 24px;
    height: 22px;
    background: url(../img/modal-close.svg) 0 0 no-repeat !important;
    background-size: 12px 12px;
    opacity: .6;
    margin-top: 14px;
    margin-right: -12px;
}
*/

@media (max-width: 767px) {
  .service-map .modal-dialog {
    width: 90%;
    margin: 10px;
  }
  .service-map .modal-body {
    padding: 10px 0;
  }
  .service-map .modal-header {
    padding: 10px 10px 0 0;
  }
  .service-map .modal-title {
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  /*
  .service-map .modal-header .close {
      width: 12px;
      height: 12px;

      background: url('../img/modal-close.svg') 0 0 no-repeat !important;
      background-size: 12px 12px;

      opacity: .6;

      margin-top: -1px;
      margin-right: -12px;
    }
*/
}

@media (max-width: 1199px) {
  .warranty-info {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .warranty-info {
    padding-left: 7%;
  }
}

@media (max-width: 767px) {
  .warranty-content {
    margin-top: 0;
    padding: 30px;
    margin-bottom: 30px;
  }
  .warranty-info {
    margin-top: 0;
    padding-left: 30px;
  }
  .warranty .row:first-child {
    padding-top: 20px;
  }
  .warranty-content section:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .warranty h2 {
    font-size: 28px;
    line-height: 30px;
  }
}


/* WARRANTY end */

/* DELIVERY start */

.delivery h1,
.delivery h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #575757;
}

.delivery p {
  font-size: 15px;
  line-height: 21px;
  color: #575757;
  margin-bottom: 10px;
}

.delivery ul {
  font-size: 14px;
  line-height: 22px;
  color: #575757;
  padding-left: 14px;
}

.delivery section {
  margin-bottom: 25px;
}

.delivery-text {
  margin-bottom: 65px;
}

.delivery-media {
  background: #f9f9f9;
  border-bottom: 2px solid #cecece;
  border-top: 2px solid #cecece;
  padding: 37px 130px 5px 107px;
}

.delivery-media p {
  margin-bottom: 36px;
  position: relative;
}

.delivery-media p:nth-child(1):before {
  position: absolute;
  top: 4px;
  left: -79px;
  content: '';
  width: 50px;
  height: 40px;
  background: url('../img/delivery1.svg') no-repeat;
  background-position: 0px 0px;
}

.delivery-media p:nth-child(2):before {
  position: absolute;
  top: 2px;
  left: -63px;
  content: '';
  width: 51px;
  height: 35px;
  background: url('../img/delivery2.svg') no-repeat;
  background-position: 0px 0px;
}

.delivery-media p:nth-child(3):before {
  position: absolute;
  top: 4px;
  left: -60px;
  content: '';
  width: 50px;
  height: 33px;
  background: url('../img/delivery3.svg') no-repeat;
  background-position: 0px 0px;
}

@media (max-width: 1199px) {
  .delivery-media {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .delivery-media {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}


/* DELIVERY end */

/* CATALOG start */

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown {
  padding: 1em 0 1em 2em;
}

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown:hover {
  color: #1b93c5;
}

.product_cat {
  padding-right: 5px;
  padding-left: 5px;
}

.widget_product_categories ul li {
  border: none;
}

.minus,
.plus {
  user-select: none;
}

.catalog-jumbotron {
  background: #f5f5f5;
  padding-top: 56px;
  padding-left: 40px;
  padding-bottom: 53px;
  margin-bottom: 46px;
}

.catalog-jumbotron h1 {
  font-size: 45px;
  line-height: 47px;
  color: #333e48;
  font-weight: 300;
}

.catalog-jumbotron p {
  font-size: 14px;
  line-height: 21px;
  color: #7e7e7e;
}

.catalog .sort-view {
  font-size: 13px;
  color: #717171;
  line-height: 40px;
  float: left;
  margin-top: -10px;
  margin-bottom: 0;
}

.catalog .sort-select {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 18px;
  float: right;
}

.catalog .sort-select input {
  display: none;
}

.catalog .sort-select label {
  border-bottom: 2px dotted #7e7e7e;
  margin-left: 9px;
  font-weight: normal;
  cursor: pointer;
}

.catalog .sort-select label:hover {
  color: #3b3b3b;
}

.catalog .sort-select input:checked + label {
  border-bottom: none;
}

.catalog .sort-icons {
  position: relative;
  padding-top: 17px;
  padding-left: 28px;
  padding-bottom: 5px;
  background: #f5f5f5;
  border-radius: 15px;
  margin-bottom: 30px;
}

.catalog .sort-icons input {
  display: none;
}

.catalog .sort-icons .fa {
  font-size: 19px;
  color: #d6dbe1;
}

.catalog .sort-icons label {
  margin-right: 12px;
  cursor: pointer;
}

.catalog .sort-icons label:hover .fa {
  color: #000;
}

.catalog .sort-icons input:checked + label .fa {
  color: #333e48;
}

.xls {
  position: absolute;
  top: 19px;
  left: 97px;
  display: inline-block;
  width: 22px;
  height: 17px;
  background: url('../img/spritesheet.png') no-repeat;
  background-position: -21px -328px;
}

label.xls:hover {
  background-position: -21px -356px;
}

.catalog .sort-icons input:checked + label.xls {
  background-position: -21px -356px;
}

.catalog .pagination {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

.catalog-pagination {
  margin-bottom: 30px;
}

.catalog-pagination-container {
  display: inline-block;
}

.catalog .page-active .page-link,
.catalog .page-link:hover {
  color: #fff;
  background-color: #1b93c5;
  border: 1px solid transparent;
}

.catalog .page-link {
  float: none;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 38px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 38px;
  color: #7e7e7e;
  text-decoration: none;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
}

.catalog .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.catalog .page-item:last-child .page-link {
  margin-right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.catalog-pagination .locale-btn {
  width: 260px;
  font-weight: bold;
  border-radius: 25px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.catalog .widget_product_categories .category-single > li > ul:last-child {
  padding: 0;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
  padding: 0 0 0 0px;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li {
  padding: 0 0 0 0px;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li .show-all-cat-dropdown {
  padding: 1em 0 1em 3em;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul .cat-item {
  padding-left: 20px;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown ~ ul .product_cat .cat-item {
  padding-left: 3em;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li .cat-item {
  padding-left: 3em;
}

.catalog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li .show-all-cat-dropdown .child-indicator {
  left: 20px;
}

.catalog .widget_product_categories .product_cat .product_cat ul {
  padding-left: 0px;
}

.catalog .widget_product_categories .product_cat .product_cat ul li {
  padding-left: 0px;
  padding-right: 0;
}

.catalog .widget_product_categories .product_cat .product_cat ul li .show-all-cat-dropdown {
  padding: 1em 0 1em 3em;
}

.catalog .widget_product_categories .product_cat .product_cat ul li .cat-item {
  padding-left: 3em;
}

.catalog .widget_product_categories .product_cat .product_cat ul li .show-all-cat-dropdown .child-indicator {
  left: 20px;
}

.catalog .widget_product_categories .category-single > li > ul:last-child li > a {
  padding-left: 0;
}

.catalog .show-all-cat-dropdown {
  position: relative;
}

.catalog .child-indicator {
  position: absolute;
  left: 3px;
  top: 12px;
}


/****** price-filter ******/

#slider {
  width: 100%;
}

.ui-slider {
  position: relative;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: #1b93c5;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}

.ui-slider-horizontal {
  height: 2px;
  background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
  top: -3px;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-widget-content {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding-top: 2px;
  background: #dcdcdc;
}

.ui-widget-header {
  padding-top: 6px;
  background: #dcdcdc;
}

.ui-corner-all {
  border-radius: 4px;
}


/****** price-filter ******/

.formCost {
  margin-bottom: 15px;
  position: relative;
}

.formCost:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 1px;
  background: #dcdcdc;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.formCost input {
  width: 100px;
  text-align: center;
  padding: 0;
  line-height: 24px;
}

.formCost input:last-child {
  float: right;
}

.formCost input:focus {
  border-color: #1b93c5;
}

.price-filter {
  margin-bottom: 50px;
}

.widget-heading {
  font-weight: bold;
}

.choose-clearing {
  display: block;
  padding-top: 5px;
  float: right;
  font-size: 12px;
  color: #acacac;
  line-height: 13px;
  border-bottom: 2px dotted #acacac;
}

.choose-clearing:hover {
  border-bottom: none;
  color: #acacac;
}

.choose-heading {
  margin-bottom: 20px;
}

.choosed-title,
.choose-result {
  font-size: 12px;
  color: #acacac;
  line-height: 18px;
}

.sidebar.catalog ul {
  list-style: none;
  padding-left: 0;
}

.choose-manufacturer ul {
  margin-top: 6px;
  margin-bottom: 0px;
}

.choose-price ul {
  margin-top: 6px;
  margin-bottom: 0px;
}

.choose-range ul {
  margin-top: 6px;
}

.choosed-remove {
  border: 1px solid #f5f5f5;
  position: relative;
  display: inline-block;
  background: #f5f5f5;
  font-size: 14px;
  color: #333e48;
  padding: 1px 36px 1px 9px;
  margin-right: 6px;
  margin-bottom: 9px;
  border-radius: 10px;
  cursor: pointer;
}

.choosed-remove:hover {
  background: #fff;
  border: 1px solid #f5f5f5;
}

.choosed-remove:after {
  /*
    content: '';
    position: absolute;
    right: 10px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
*/
}

.choosed-remove i {
  /*
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 1;
*/
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 1;
  padding: 4px 3px 2px 3px;
  background: #fff;
  border-radius: 50%;
  line-height: 14px;
}

.choose-form {
  margin-top: 15px;
}

.choose-form .widget-heading {
  margin-bottom: 30px;
}

.sidebar .manufacturer {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 28px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.manufacturer-list {
  margin-top: 10px;
  margin-bottom: 5px;
}

.manufacturer-list span {
  color: #acacac;
  font-size: 12px;
}

.manufacturer-list label {
  font-size: 14px;
  font-weight: normal;
  padding-left: 22px;
  background: url('../img/spritesheet.png') no-repeat;
  background-position: -64px -255px;
  margin-right: 7px;
  cursor: pointer;
}

.manufacturer-list label:hover {
  color: #1b93c5;
}

.manufacturer-list input:checked + label {
  background-position: -64px -351px;
}

.manufacturer input[type="checkbox"] {
  display: none;
}

.manufacturer input:disabled ~ label {
  color: #acacac;
  cursor: default;
}

form[name="characteristics"] input[type="submit"] {
  margin-top: 10px;
  width: 130px;
  line-height: 38px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  background: #1b93c5;
  color: #fff;
  font-weight: bold;
  padding: 0;
}

form[name="characteristics"] input[type="submit"]:hover {
  background: #187fab;
}

.show-more {
  font-size: 13px;
  color: #575560;
}

.show-more:hover {
  color: #1b93c5;
}

.hidden-manufacturer-list {
  display: none;
}


/**********************************************************/

.not-available {
  display: none;
}

.available,
.not-available {
  position: absolute;
  bottom: 10px;
  left: 13%;
  color: #5bb300;
  font-size: 12px;
  line-height: 18px;
}

.not-available {
  color: #ccc;
}

.available fa {
  color: #5bb300;
}

.catalog-list {
  list-style: none;
  padding-left: 0;
  min-height: 90px;
}

.catalog-item {
  position: relative;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #eaeaea;
}

.small-view.catalog-item {
  height: 100px;
  overflow: hidden;
  padding-top: 8px;
}

.small-view .flex-direction-nav .flex-prev,
.small-view .flex-direction-nav .flex-next {
  opacity: 0;
}

.catalog-item:hover .button {
  background: #187fab;
}

.catalog-item-img {
  display: inline-block;
  width: 12%;
  float: left;
  overflow: hidden;
}

.catalog-item-heading {
  display: inline-block;
  width: 34%;
  float: left;
  padding-left: 7px;
}

.catalog-item-art,
.catalog-item-price,
.catalog-item-num,
.catalog-item-sum {
  display: inline-block;
  width: 11%;
  float: left;
  text-align: center;
}

.catalog-item-btn {
  display: inline-block;
  width: 10%;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.catalog-item-info {
  font-size: 10px;
  line-height: 18px;
  color: #343f49;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}

.catalog-item .loop-product-categories {
  font-size: 12px;
  color: #878787;
}

.catalog-item .loop-product-categories span {
  display: none;
}

.catalog-item h3 a {
  font-size: 15px;
  height: 18px;
  min-height: 50px;
  font-weight: bold;
  color: #333e48;
  margin-top: 7px;
}

.catalog-item .button {
  width: 35px;
  text-indent: -9999px;
  height: 35px;
  position: relative;
  padding: 0;
  border-radius: 50%;
  background: #1b93c5;
}


/*
.catalog-item .button:hover {
    background: #1b93c5;
}
*/

.catalog-item.not-in-store .button {
  background: #efecec;
}

.catalog-item .button.add_to_cart_button::before {
  content: "\61";
  font-family: "font-electro";
  float: right;
  text-indent: 0;
  background: none;
  transform: translate(-50%, -50%);
  top: 53%;
  left: 49%;
  position: absolute;
  font-size: 18px;
  padding: 0;
  color: #fff;
}

.catalog-item-num .catalog-item-info {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  width: 70px;
  margin: 0 auto;
  margin-top: 10px;
}

.catalog-item-num input {
  width: 30px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border: none;
  font-weight: bold;
  color: #343f49;
}

.catalog-input-btn {
  width: 15px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}

.catalog-input-btn:hover {
  color: #1b93c5;
}

.catalog-item-heading ul {
  display: none;
}

.hover-area {
  display: none;
}

.scu {
  display: none;
}

.xls-view .catalog-dl-btn {
  display: block;
  padding: 6px 40px 6px 20px;
  border: 1px solid #1b93c5;
  border-radius: 15px;
  color: #1b93c5;
  position: absolute;
  top: 9px;
  right: 16px;
  background: #fff;
}

.xls-view .catalog-dl-btn:hover {
  color: #fff;
  background: #1b93c5;
}

.xls-view .catalog-dl-btn:hover:after {
  background-position: -66px -217px;
}

.xls-view .catalog-dl-btn:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 21px;
  width: 12px;
  height: 16px;
  background: url(../img/spritesheet.png) no-repeat;
  background-position: -66px -106px;
}

.catalog-dl-btn {
  display: none;
}

.catalog-item .catalog-item-links h3 {
  line-height: 13px;
}

.price-add-to-cart {
  position: relative;
}

.cart-check {
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  color: #5bb300;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  right: -6px;
  bottom: 0px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-indent: 0;
  text-align: center;
}

.small-view .full-cart {
  background: #1b93c5;
}

.small-view .catalog-item-price ins .amount {
  color: #343f49;
}

.small-view .catalog-item-price ins {
  text-decoration: none;
}

.small-view .catalog-item-price del .amount {
  display: none;
}

.catalog span[class^="ico-"] {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}

.catalog .ico-stock {
  width: 12px;
  height: 9px;
  background: url(../img/ico-check-ok.svg) 0 0 no-repeat;
  background-size: 12px 9px;
  margin-right: 3px;
}

.catalog .ico-cross:after {
  content: '\77';
  font-family: 'font-electro' !important;
  font-size: 10px;
  color: #cccccc;
}


/**********************************************************/

.list-view.catalog-item {
  padding-bottom: 10px;
}

.list-view .flex-direction-nav .flex-prev,
.list-view .flex-direction-nav .flex-next {
  opacity: 0;
}

.list-view.catalog-item:hover .button {
  background: #187fab;
}

.list-view .catalog-item-num,
.list-view .catalog-item-sum {
  display: none;
}

.list-view .catalog-item-art {
  display: block;
  position: absolute;
  bottom: 17px;
  left: 28%;
  width: 100%;
  text-align: left;
}

.list-view .catalog-item-art .catalog-item-info,
.list-view .catalog-item-art .loop-product-categories {
  display: inline-block;
  font-size: 12px;
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: normal;
}

.list-view.catalog-item .loop-product-categories span {
  display: inline;
}

.list-view .catalog-item-img {
  width: 27%;
  height: 215px;
}

.list-view .catalog-item-heading {
  width: 50%;
  margin-top: 25px;
}

.list-view .catalog-item-price .loop-product-categories {
  display: none;
}

.list-view .catalog-item-price {
  float: right;
  width: 19%;
  border-top: 1px solid #e5e5e5;
  margin-top: 45px;
  text-align: left;
  padding-top: 18px;
  margin-bottom: 5px;
}

.list-view .catalog-item-price .amount {
  font-size: 23px;
  color: #333e48;
  font-weight: 400;
}

.list-view .catalog-item-btn {
  width: 19%;
  float: right;
}

.list-view .catalog-item-btn .button {
  width: 100%;
  height: 42px;
  border-radius: 20px;
  z-index: 1;
}

.list-view .available,
.list-view .not-available {
  top: 18px;
  left: 81%;
}

.list-view .hover-area {
  display: block;
  width: 19%;
  /*    float: right;*/
  position: absolute;
  bottom: 20px;
  right: 0px;
  text-align: center;
  font-size: 0.929em;
  line-height: 1.385em;
}

.list-view .hover-area a {
  display: inline-block;
  margin: 0 5px;
  padding-top: 0.571em;
  color: #949494;
}

.list-view .catalog-item-heading ul {
  display: block;
  list-style-type: disc;
  height: 105px;
  margin-top: 20px;
  padding-left: 19px;
  margin-bottom: 60px;
  overflow: hidden;
}

.list-view .catalog-item-heading ul li {
  font-size: 12px;
  line-height: 14px;
  color: #7d7d7d;
  padding-top: 3px;
  padding-bottom: 3px;
}


/*
.list-view .scu {
    display: block;
    padding-bottom: 8px;
}
*/

.list-view.catalog-item .catalog-item-links h3 {
  line-height: 13px;
}

.list-view .full-cart .cart-check {
  display: none;
}

.list-view .catalog-item-price ins .amount {
  color: #ee0000;
}

.list-view .catalog-item-price ins {
  text-decoration: none;
}

.list-view .catalog-item-price del .amount {
  color: #848484;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: -20px;
  left: 3px;
  text-decoration: line-through;
}

.list-view.catalog-item .button.add_to_cart_button::before {
  left: 25%;
}

.list-view.catalog-item .button.add_to_cart_button:after {
  content: attr(data-title);
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  float: right;
  text-indent: 0;
  background: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 57%;
  position: absolute;
  font-size: 14px;
  padding: 0;
  color: #fff;
  white-space: nowrap;
}


/**********************************************************/

.catalog-item.table-view {
  display: block;
  float: left;
  width: 33%;
  border-bottom: none;
  padding-top: 115px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0.3%;
  margin-bottom: 10px;
}

.catalog-item.table-view:nth-child(3n) {
  margin-right: 0;
}

.table-view.catalog-item:hover {
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
  position: relative;
  z-index: 5;
}

.table-view.catalog-item:hover .hover-area {
  visibility: visible;
}

.table-view.catalog-item:hover .button {
  background: #187fab;
}

.table-view.catalog-item:hover .flex-direction-nav a {
  opacity: 1;
}

.table-view .catalog-item-num,
.table-view .catalog-item-sum {
  display: none;
}

.table-view .catalog-item-art {
  display: block;
  position: absolute;
  bottom: 112px;
  left: 28px;
  width: 100%;
  text-align: left;
}

.table-view .catalog-item-art .catalog-item-info,
.table-view .catalog-item-art .loop-product-categories {
  display: inline-block;
  font-size: 12px;
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: normal;
}

.table-view.catalog-item .loop-product-categories span {
  display: inline;
}

.table-view .catalog-item-img {
  width: 100%;
  height: 240px;
}

.table-view .catalog-item-heading {
  width: 100%;
  margin-top: 0px;
}

.table-view .catalog-item-links {
  position: absolute;
  top: 15px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.table-view .catalog-item-price .loop-product-categories {
  display: none;
}

.table-view .catalog-item-price {
  /*    float: right;*/
  float: none;
  width: 100%;
  border-top: none;
  margin-top: 5px;
  text-align: left;
  padding-top: 0px;
  margin-bottom: 23px;
}

.table-view .catalog-item-price .amount {
  font-size: 20px;
  color: #333e48;
  font-weight: 400;
}

.table-view .catalog-item-btn {
  width: auto;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.table-view .catalog-item-btn .button {
  width: 35px;
  text-indent: -9999px;
  height: 35px;
  position: relative;
  padding: 0;
  border-radius: 50%;
}

.table-view .available,
.table-view .not-available {
  bottom: 136px;
  left: 26px;
}

.table-view .hover-area {
  visibility: hidden;
  display: block;
  width: 100%;
  float: right;
  text-align: center;
  font-size: 0.929em;
  line-height: 1.385em;
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
}

.table-view .hover-area a {
  display: inline-block;
  margin: 0 5px;
  padding-top: 0.571em;
  color: #949494;
}

.table-view .catalog-item-heading ul {
  display: block;
  list-style-type: disc;
  height: 103px;
  margin-top: 20px;
  padding-left: 19px;
  margin-bottom: 60px;
  overflow: hidden;
}

.table-view .catalog-item-heading ul li {
  font-size: 12px;
  line-height: 14px;
  color: #7d7d7d;
  padding-top: 3px;
  padding-bottom: 3px;
}

.table-view .catalog-item-info {
  /*    float: left;*/
  float: none;
}


/*
.table-view .scu {
    display: block;
    font-size: 12px;
    color: #7d7d7d;
    text-transform: uppercase;
}
*/

.table-view .price-btn-wrap {
  position: relative;
}

.table-view.catalog-item .catalog-item-links h3 {
  line-height: 13px;
}

.table-view .full-cart .cart-check {
  display: none;
}

.table-view .catalog-item-price ins .amount {
  color: #ee0000;
}

.table-view .catalog-item-price ins {
  text-decoration: none;
}

.table-view .catalog-item-price del .amount {
  color: #848484;
  font-size: 11px;
  line-height: 12px;
  /* position: static; */
  margin-left: 0;
  position: absolute;
  top: -20px;
  left: 9px;
  text-decoration: line-through;
}


/**********************************/

.not-in-store .not-available {
  display: block;
}

.not-in-store .available {
  display: none;
}

.not-in-store .catalog-input-btn {
  visibility: hidden;
}

.not-in-store input::-moz-placeholder {
  color: #e3e3e3;
}

.not-in-store input::-webkit-input-placeholder {
  color: #e3e3e3;
}

.not-in-store.catalog-item:hover .button {
  background: #efecec;
  cursor: default;
}

.table-view .catalog-item-img img {
  margin: 0 auto;
}

.hover-area a:hover {
  color: #3b3b3b;
}

.catalog-cur-container {
  position: relative;
}

.catalog-cur-select {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  cursor: pointer;
}

.catalog-cur-select:after {
  content: '\79';
  position: absolute;
  top: 3px;
  font-family: 'font-electro';
  color: #000;
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
}

.catalog ul.catalog-cur-list {
  display: none;
  list-style: none;
  padding: 10px;
  position: absolute;
  left: 48px;
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  width: auto;
  background: #fff;
  z-index: 100;
}

.catalog-cur-list li {
  cursor: pointer;
}

.catalog-cur-list li:hover {
  color: #1b93c5;
}

#content #primary {
  position: static;
  float: right;
}

#content #sidebar {
  position: static;
}

.characteristics-heading {
  display: none;
  font-size: 18px;
  color: #333e48;
  padding-top: 15px;
  margin-bottom: 25px;
}

.characteristics-heading .ec-close-remove {
  float: right;
  color: #333e48;
}

.choose-heading-settings {
  display: none;
}

.choose-view {
  display: none;
}

.widget_product_categories ul li > a {
  line-height: 16px;
}

.widget_product_categories ul li > a:hover {
  color: #1b93c5;
}

.show-all-cat .show-all-cat-dropdown {
  line-height: 16px;
}

.catalog-item-links h3:hover {
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .formCost:after {
    width: 5px;
  }
}

@media (max-width: 1199px) {
  .catalog-jumbotron h1 {
    font-size: 32px;
  }
  .catalog li.product .price s {
    position: absolute;
    left: 0;
    top: -5px;
  }
  .catalog-item.table-view {
    width: 49%;
  }
  .list-view .catalog-item-heading {
    width: 45%;
  }
  .list-view .catalog-item-price {
    width: 24%;
  }
  .list-view .catalog-item-btn {
    width: 24%;
  }
  .list-view .available,
  .list-view .not-available {
    left: 77%;
  }
  .list-view .hover-area {
    width: 24%;
    bottom: 20px;
  }
  .small-view.catalog-item {
    height: 120px;
    padding-top: 8px;
  }
  .list-view.catalog-item .button.add_to_cart_button:after {
    font-size: 13px;
  }
  .list-view.catalog-item {
    padding-bottom: 15px;
  }
  .list-view .scu {
    padding-bottom: 3px;
  }
}

@media (min-width: 992px) {
  #content #primary {
    width: 70%;
    left: 30%;
  }
  #content #sidebar {
    width: 30%;
    right: 70%;
  }
}

@media (max-width: 991px) {
  .woocommerce-breadcrumb {
    margin-top: 8em;
  }
  .sliderCont {
    display: none;
  }
  form[name="characteristics"] {
    display: none;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    background: #fff;
    right: -280px;
    opacity: 0;
    padding-bottom: 25px;
  }
  .formCost:after {
    width: 35px;
  }
  .choose-form .widget-heading {
    margin-bottom: 15px;
  }
  .price-filter {
    margin-bottom: 25px;
  }
  .sidebar .manufacturer {
    padding-top: 25px;
  }
  .choose-heading {
    /*        display: inline-block;*/
    float: right;
  }
  .choose-heading .widget-heading {
    display: none;
  }
  .choose-heading-settings {
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 26px;
    color: #82888b;
    line-height: 45px;
  }
  .choose-heading-settings:hover {
    color: #1b93c5;
  }
  .choose-heading-settings:active {
    color: #82888b;
  }
  .characteristics-heading {
    display: block;
  }
  #content #sidebar {
    margin-top: 0px !important;
  }
  .sidebar .widget,
  .sidebar-blog .widget {
    margin-bottom: 0px;
  }
  .choose-clearing {
    /*
        display: inline-block;
        float: none;
        text-transform: uppercase;
        border: 1px solid #ee3338;
        background: rgba(0, 0, 0 , 0.3);
        padding: 19px 9px;
        font-size: 14px;
        margin-left: 24px;
        border-radius: 25px;
*/
    color: #ee3338;
    border-color: #ee3338;
    padding-top: 20px;
    font-size: 16px;
  }
  .choose-clearing:focus {
    color: #ee3338;
  }
  .choose-clearing:hover {
    color: #ee3338;
    background: #fff;
  }
  /*
    .choose-view {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        background: #1b93c5;
        padding: 14px 9px;
        font-size: 14px;
        margin-left: 24px;
        border: 1px solid #1b93c5;
        border-radius: 25px;
    }
*/
  .choose-view:focus {
    color: #fff;
  }
  .choose-view:hover {
    color: #1b93c5;
    background: #fff;
  }
  .brands-carousel {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .catalog .woocommerce-breadcrumb {
    display: none;
  }
  .site-content.catalog {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .catalog .sort-icons {
    display: none;
  }
  .catalog .sort-select {
    float: left;
    width: 100%;
  }
  .catalog-item.table-view {
    width: 48%;
    margin-right: 10px;
    border: 1px solid #ddd;
  }
  .table-view .hover-area {
    visibility: visible;
  }
  form[name="characteristics"] {
    margin-bottom: 50px;
  }
  .catalog-item.table-view:nth-child(3n) {
    margin-right: 10px;
  }
  .catalog-item.table-view:nth-child(2n) {
    margin-right: 0;
  }
  .table-view .catalog-item-price del .amount {
    position: absolute;
    top: -20px;
    left: 9px;
    margin-left: 0px;
  }
  .table-view .catalog-item-img {
    height: 220px;
  }
  .table-view .catalog-item-art {
    left: 18px;
  }
  /****************************************/
  .catalog-item.list-view {
    display: block;
    float: left;
    width: 48%;
    padding-top: 115px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding-bottom: 0;
  }
  .catalog-item.list-view:nth-child(2n) {
    margin-right: 0;
  }
  .list-view.catalog-item:hover {
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
    position: relative;
    z-index: 5;
  }
  .list-view.catalog-item:hover .button {
    background: #1b93c5;
  }
  .list-view .catalog-item-art,
  .list-view .catalog-item-num,
  .list-view .catalog-item-sum {
    display: none;
  }
  .list-view .catalog-item-img {
    width: 100%;
    height: 210px;
  }
  .list-view .catalog-item-heading {
    width: 100%;
    margin-top: 0px;
  }
  .list-view .catalog-item-links {
    position: absolute;
    top: 15px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-view .catalog-item-price .loop-product-categories {
    display: none;
  }
  .list-view .catalog-item-price {
    float: right;
    width: 100%;
    border-top: none;
    margin-top: 5px;
    text-align: left;
    padding-top: 0px;
    margin-bottom: 23px;
  }
  .list-view .catalog-item-price .amount {
    font-size: 20px;
    color: #333e48;
    font-weight: 600;
  }
  .list-view .catalog-item-btn {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  .list-view .catalog-item-btn .button {
    width: 35px;
    text-indent: -9999px;
    height: 35px;
    position: relative;
    padding: 0;
    border-radius: 50%;
  }
  .list-view .available,
  .list-view .not-available {
    display: none;
  }
  .list-view .hover-area {
    position: static;
    visibility: visible;
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 0.929em;
    line-height: 1.385em;
    padding-top: 5px;
    padding-bottom: 15px;
    border-top: 1px solid #eaeaea;
  }
  .list-view .hover-area a {
    display: inline-block;
    margin: 0 5px;
    padding-top: 0.571em;
    color: #949494;
  }
  .list-view .catalog-item-heading ul {
    display: block;
    list-style-type: disc;
    min-height: 120px;
    margin-top: 50px;
    padding-left: 19px;
  }
  .list-view .catalog-item-heading ul li {
    font-size: 12px;
    line-height: 21px;
    color: #7d7d7d;
  }
  .list-view .catalog-item-info {
    float: left;
  }
  .list-view .scu {
    display: block;
    font-size: 12px;
    color: #7d7d7d;
    text-transform: uppercase;
  }
  .list-view .price-btn-wrap {
    position: relative;
  }
  .list-view.catalog-item .catalog-item-links h3 {
    line-height: 13px;
  }
  .list-view .full-cart .cart-check {
    display: none;
  }
  .list-view .catalog-item-price ins .amount {
    color: #ee0000;
  }
  .list-view .catalog-item-price ins {
    text-decoration: none;
  }
  .list-view .catalog-item-price del .amount {
    color: #848484;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -15px;
    left: 3px;
  }
  .not-in-store .available,
  .list-view.not-in-store .not-available {
    display: none;
  }
  .list-view .catalog-item-img img {
    margin: 0 auto;
  }
  .list-view.catalog-item .button.add_to_cart_button:after {
    display: none;
  }
  .list-view.catalog-item .button.add_to_cart_button::before {
    left: 50%;
  }
  /*******************************************/
  .table-view .catalog-item-heading ul,
  .list-view .catalog-item-heading ul {
    margin-top: 15px;
  }
  .catalog-item.table-view,
  .catalog-item.list-view {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-view .available,
  .table-view .not-available {
    left: 16px;
  }
  .products-6-1 .hover-area .action-buttons > .add-to-compare-link,
  .catalog .hover-area .add-to-compare-link,
  .page .hover-area .add-to-compare-link,
  .page .hover-area .action-buttons > .add-to-compare-link,
  .products-carousel .owl-item .product .hover-area .action-buttons > .add-to-compare-link,
  .search .hover-area .add-to-compare-link,
  .wishlist .item .add-to-compare {
    display: none;
  }
  .product .product-card .product-compare {
    display: none;
  }
  .table-view .catalog-item-heading .product-bottom-content {
    height: 100px !important;
  }
}

@media (max-width: 568px) {
  .site-content.catalog {
    margin-top: 100px;
  }
}

@media (max-width: 545px) {
  .catalog-pagination {
    margin-bottom: 30px;
  }
  .catalog-pagination .locale-btn {
    margin: 0 auto;
  }
  .catalog-pagination-container,
  .catalog-pagination .locale-btn {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 529px) {
  .table-view .available,
  .table-view .not-available {
    bottom: 132px;
    left: 10px;
  }
  .table-view .catalog-item-heading ul li {
    line-height: 16px;
  }
  .table-view .catalog-item-art {
    bottom: 110px;
    left: 13px;
  }
  .table-view .catalog-item-price del .amount {
    left: 2px;
  }
}

@media (max-width: 480px) {
  .catalog .sort-view {
    width: 100%;
  }
  .catalog .sort-select span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-jumbotron {
    padding-left: 0px;
  }
  .catalog-jumbotron h1 {
    font-size: 32px;
  }
  .table-view .catalog-item-price .amount,
  .list-view .catalog-item-price .amount {
    font-size: 16px;
  }
  .table-view .catalog-item-price del .amount,
  .list-view .catalog-item-price del .amount {
    font-size: 10px;
  }
  .catalog-item.table-view,
  .catalog-item.list-view {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  .catalog-item-heading {
    padding-left: 0;
  }
  .table-view .catalog-item-heading ul li {
    line-height: 16px;
  }
  .table-view .catalog-item-heading ul {
    min-height: 120px;
  }
}

@media (max-width: 390px) {
  .catalog .sort-select label {
    display: block;
  }
  .catalog .sort-select label[for="sort-popular"] {
    width: 90px;
  }
  .catalog .sort-select label[for="sort-cheap"] {
    width: 125px;
  }
  .catalog .sort-select label[for="sort-expensive"] {
    width: 120px;
  }
  .table-view .catalog-item-img,
  .list-view .catalog-item-img {
    height: 130px;
  }
  .table-view .catalog-item-heading ul li,
  .list-view .catalog-item-heading ul li {
    font-size: 10px;
  }
  .table-view .catalog-item-img,
  .list-view .catalog-item-img {
    height: 160px;
  }
  .table-view .catalog-item-price .amount,
  .list-view .catalog-item-price .amount {
    font-size: 13px;
  }
  .table-view .catalog-item-art {
    bottom: 110px;
  }
}

@media (max-width: 390px) {
  .table-view .catalog-item-img,
  .list-view .catalog-item-img {
    height: 145px;
  }
}


/* CART start */

.cart h2 {
  font-size: 24px;
  color: #333e48;
  font-weight: bold;
  margin-top: 50px;
}

.table > thead > tr > th {
  border: none;
  font-weight: normal;
}

.table.cart-table td,
.table.cart-table th {
  vertical-align: middle;
  text-align: center;
  border-top: none;
}

.table.cart-table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table.cart-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table.cart-table thead {
  border-radius: 10px;
}

.table.cart-table td {
  border-bottom: 1px solid #eceeef;
  color: #343f49;
  font-size: 14px;
  height: 100px;
}

.table.cart-table th {
  font-size: 14px;
  color: #717171;
  background: #f5f5f5;
}

.table.cart-table .cart-title {
  width: 500px;
  min-width: 200px;
  text-align: left;
}

.cart-title .loop-product-categories {
  color: #878787;
  font-size: 12px;
}

.cart-title-heading {
  font-size: 0;
  margin-top: 5px;
}
.cart-service-heading {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.table .xhr-service-container .cart-input {
  text-align: left;
}
.table.cart-table .xhr-service-container td,
.table.cart-table .ready-service-row td {
  height: 50px;
}
.xhr-service-container .cart-input-btn {
  text-align: center;
}
.cart h3 a {
  font-size: 15px;
  font-weight: bold;
  color: #333e48;
}

.cart-return-category {
  text-align: right;
}

.cart-return-link {
  color: #878787;
  text-decoration: underline;
  margin-left: 10px;
}

.cart-img {
  width: 100px;
}

.table.table-cart .active-service .cart-img,
.table.ready-cart .active-service .cart-img {
  border-bottom: none;
}

.cart-head-paragraph {
  font-size: 14px;
  color: #878787;
}

.cart-head-paragraph p span {
  color: #1b93c5;
}

.cart-input {
  text-align: center;
}

.cart-input-wrap {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  width: 70px;
  margin: 0 auto;
}
.cart-input-service .cart-input-wrap {
  border: none;
}

.cart-input input {
  width: 30px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
  color: #343f49;
}

.cart-input-btn {
  width: 15px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}

.cart-input-btn:hover {
  color: #1b93c5;
}

.cart-total,
.cart-input,
.cart-price,
.cart-price-usd,
.cart-art {
  width: 120px;
}

.cart-input,
.cart-price-usd,
.cart-art {
  min-width: 100px;
}

.cart-total,
.cart-price {
  min-width: 120px;
}

.cart-del {
  min-width: 90px;
}

.cart-total {
  font-weight: bold;
}

.cart-del-link {
  display: inline-block;
}

.cart-result {
  margin-bottom: 70px;
}

.cart-fast {
  margin-top: 5px;
}

.cart-fast h4 {
  font-size: 14px;
  color: #333e48;
  font-weight: bold;
}

.cart-fast p {
  font-size: 12px;
  line-height: 13px;
}

.cart-fast-order input[type="submit"] {
  border: 1px solid #1b93c5;
  background: #fff;
  border-radius: 25px;
  padding: 8px 25px;
}

.cart-fast-order input[type="submit"]:hover {
  color: #fff;
  background: #1b93c5;
}

.cart-fast-order input[type="tel"] {
  border-radius: 3px;
  padding: 8px 8px;
  border: 1px solid #eaeaea;
  text-align: center;
  margin-right: 20px;
  width: 175px;
}

.cart-total-price .cart-discount {
  font-size: 14px;
  color: #343f49;
}

.total {
  text-align: right;
  font-size: 14px;
  color: #343f49;
  font-weight: bold;
}

.total-price {
  position: relative;
}

.total-conversion,
.cart-cyrr-price {
  position: absolute;
  top: 17px;
  right: 0;
  font-weight: normal;
}

.cart-btn {
  float: right;
  display: inline-block;
  text-align: center;
  background: #1b93c5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 25px;
}

.cart-btn:hover {
  background: #187fab;
  color: #fff;
}

.cart-back {
  text-align: center;
}

.cart-back-btn {
  display: inline-block;
  text-align: center;
  background: #1b93c5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 25px;
}

.cart-back-btn:hover {
  background: #187fab;
  color: #fff;
}

.cart-total-price {
  margin-bottom: 22px;
}

.cart .fa-trash-o {
  font-size: 16px;
}

.reestablish {
  border-bottom: 1px dashed #3e3e3e;
  margin-right: 50px;
}

.reestablish:hover {
  border-bottom: none;
}

.cart-wishlist-link {
  color: #1b93c5;
}

.cart-wishlist-link:hover {
  color: #1b93c5;
}

.cart-wishlist-link:hover span {
  border-bottom: none;
}

.cart-wishlist-link span {
  border-bottom: 1px dashed #1b93c5;
  margin-left: 10px;
}

.cart-discount p {
  position: relative;
  text-align: right;
}

.cart-sale {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #747474;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  margin-right: 10px;
  cursor: pointer;
}

.cart-tooltip-wrap {
  position: absolute;
  top: -73px;
  left: 106px;
  width: 170px;
}

.cart-tooltip {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  padding: 15px 20px;
  text-align: left;
  box-shadow: 0px 3px 5px 1px rgba(1, 1, 1, 0.3);
  border-radius: 5px;
  background: #fff;
}

.cart-tooltip span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #717171;
}

.reqt {
  display: none;
  position: absolute;
  left: 70px;
  bottom: -70px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 3px 3px 3px 0px rgba(1, 1, 1, 0.3);
}

@media (max-width: 1199px) {
  .cart-fast {
    width: 42.333333%;
  }
  .cart-result .col-lg-offset-2 {
    margin-left: 7.666667%;
  }
  .cart-issue {
    width: 57%;
  }
}

@media (max-width: 991px) {
  .cart {
    margin-top: 50px;
  }
  .cart-fast {
    /*    width: 100%;*/
    margin-bottom: 20px;
  }
  .cart-result .col-lg-offset-2 {
    margin-left: 0;
  }
  .cart-cyrr-price {
    position: static;
  }
  .total {
    text-align: left;
  }
  .total-conversion {
    position: static;
    margin-left: 10px;
  }
  .cart-btn {
    float: none;
  }
  .cart-result {
    margin-bottom: 30px;
  }
  .cart-fast-order input {
    display: block;
  }
  .cart-fast-order input[type="tel"] {
    margin-bottom: 17px;
  }
  .cart-discount p {
    margin-bottom: 7px;
    text-align: left;
  }
  .cart-total-price {
    margin-bottom: 0;
  }
  .cart-issue {
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  .cart-art {
    display: none;
  }
  .table.cart-table .cart-title {
    min-width: 160px;
  }
  .cart-del {
    min-width: 45px;
  }
  .cart-total,
  .cart-price {
    min-width: 115px;
  }
}

@media (min-width: 768px) {
  .table.cart-table:not(.table-cart) td.cart-img {
    padding: 0;
  }
  .table.cart-table:not(.table-cart) td.cart-img img {
    max-height: 100px;
  }
}

@media (max-width: 950px) {
  .cart-return-category {
    text-align: left;
  }
  .cart-fast {
    margin-bottom: 12px;
  }
  .cart-fast-order input[type="tel"] {
    margin-bottom: 17px;
  }
  .cart-issue {
    padding-left: 15px;
  }
  .cart-fast-order input {
    display: inline-block;
  }
  .table.cart-table {
    display: table;
    padding-left: 20px;
    padding-right: 20px;
  }
  .table.table-cart .xhr-service-container > td:first-child {
    display: none;
  }
  .table.cart-table thead {
    display: none;
  }
  .table.cart-table tr {
    border-bottom: 1px solid #eaeaea;
    display: block;
  }
  .table.cart-table td {
    border: none;
    text-align: right;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .table.cart-table .cart-title {
    text-align: right;
    width: 100%;
  }
  .table .xhr-service-container .cart-input {
    text-align: right;
  }
  .table .xhr-service-container .cart-input .cart-input-wrap {
    text-align: right;
  }
  .cart-input-wrap {
    margin: 0;
    display: inline-block;
    text-align: center;
  }
  .table.cart-table td:before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
  }
  .cart-img img {
    margin: 0 auto;
  }
  .cart-input-btn {
    text-align: center;
  }
  .table.cart-table .cart-remove-item {
    text-align: center;
  }
  .cart-input-btn {
    width: auto;
  }
}

@media (max-width: 545px) {
  .cart-fast {
    width: 100%;
  }
  .cart-issue {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .cart-fast-order input {
    display: block;
  }
  .table.cart-table .cart-title {
    text-align: center;
  }
  .cart-wishlist-link {
    display: block;
    margin-top: 5px;
  }
  .reestablish {
    margin-right: 0;
  }
}


/* CART end */

/* COMPARE start */

.compare h2 {
  font-size: 38px;
  line-height: 40px;
  color: #333e48;
  display: inline-block;
  margin-right: 24px;
}

.compare-checkbox {
  display: inline-block;
}

.compare-checkbox label {
  font-size: 14px;
  color: #333e48;
  padding-left: 20px;
  font-weight: normal;
  background: url('../img/spritesheet.png') no-repeat;
  background-position: -64px -255px;
  cursor: pointer;
}

.compare-checkbox label:hover {
  color: #1b93c5;
}

.compare-checkbox input:checked + label {
  background-position: -64px -351px;
}

.compare-checkbox input[type="checkbox"] {
  display: none;
}

.compare-print {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin-left: 30px;
  color: #333e48;
  font-size: 13px;
}

.compare-print:hover {
  color: #1b93c5;
}

.compare-print-img {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 0;
}

.compare-category {
  padding: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 40px;
}

.compare-category-item {
  display: inline-block;
  border: 1px solid #eaeaea;
  background: #eaeaea;
  border-radius: 15px;
  padding: 3px 15px;
  margin-right: 27px;
  margin-bottom: 10px;
}

.compare-category-item a {
  font-size: 14px;
  color: #878787;
}


/*
.compare-category-item a:hover {
    color: #1b93c5;
    border-color: #1b93c5;
}
*/

.compare-category-item .ec-close-remove {
  cursor: pointer;
  margin-left: 10px;
}

.compare-category-item .ec-close-remove:hover {
  color: #aaa;
}

.compare-category-item:hover {
  background: #f8f8f8;
}

.compare-category-item a:hover {
  border-bottom: 1px dashed #878787;
}

.compare-category-item.active a:hover {
  border-bottom: 1px dashed #fff;
}

.compare .table-responsive {
  margin-bottom: 30px;
}

.table-compare {
  border: none;
  margin-bottom: 30px;
  /*    width: 200px;*/
}

.table-compare tbody tr td:first-child {
  width: 200px;
}

.table-compare h3:hover {
  text-decoration: underline;
}

.table-compare tbody tr td {
  text-align: left;
  border: none;
  border-right: 1px solid #e6e6e6;
  min-width: 200px;
  max-width: 200px;
  vertical-align: top;
}


/*
.table-compare tbody tr td:first-child {
    min-width: 200px;
    max-width: 200px;
}
*/

.table-compare tbody tr td:last-child {
  border-right: 1px solid transparent;
}

.table-compare tbody tr th {
  text-align: left;
  text-transform: none;
  background-color: #fff;
  border: none;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid transparent;
}

.table-compare tbody tr:nth-child(1) td,
.table-compare tbody tr:nth-child(2) td,
.table-compare tbody tr:nth-child(3) td,
.table-compare tbody tr:nth-child(4) td {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.table-compare tbody tr:nth-child(2n + 1) {
  background: #f8f8f8;
}

.table-compare tbody tr:nth-child(3),
.table-compare tbody tr:nth-child(1) {
  background: #fff;
}

.table-compare tbody tr:nth-child(2n + 1) td,
.table-compare tbody tr:nth-child(2n + 1) th {
  padding-bottom: 5px;
  padding-top: 5px;
  /*    position: relative;*/
}


/*
.table-compare tbody tr:nth-child(2n+1) td:last-child span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.table-compare tbody tr:nth-child(4) td,
.table-compare tbody tr:nth-child(4) th {
  padding-bottom: 10px;
  padding-top: 5px;
}

.table-compare tbody tr:nth-child(5) td {
  position: relative;
}


/*
.table-compare tbody tr:nth-child(5) td:after {
    content: '';
    position: absolute;
    top: -15px;
    right: -1px;
    width: 1px;
    height: 15px;
    background: #e6e6e6;
}
*/

.table-compare tbody tr:nth-child(5) td:last-child:after {
  display: none;
}

.table-compare tbody tr:last-child td {
  position: relative;
}


/*
.table-compare tbody tr:last-child td:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -1px;
    width: 1px;
    height: 15px;
    background: #e6e6e6;
}
*/

.table-compare tbody tr:last-child td:last-child:after {
  display: none;
}


/*
.table-compare tbody tr:nth-child(2n+1) td:first-child,
.table-compare tbody tr:nth-child(2n+1) td:last-child {
    padding: 0;
    background: #fff;
}
.table-compare tbody tr:nth-child(2n+1) td:first-child span {
    padding: 5px 14px;
    display: block;
    background: #f8f8f8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.table-compare tbody tr:nth-child(2n+1) td:last-child span {
    padding: 5px 14px;
    display: block;
    background: #f8f8f8;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.table-compare tbody tr:nth-child(3) td:last-child span {
    background: #fff;
}
*/

.table-compare tbody tr td .product-image {
  display: inline-block;
}

.table-compare .product-title {
  color: #333e48;
  width: 65%;
  font-size: 14px;
  line-height: 16px;
}

.table-compare .product-compare-btn .button {
  width: 35px;
  text-indent: -9999px;
  height: 35px;
  position: relative;
  padding: 0;
  border-radius: 50%;
  background: #1b93c5;
}

.table-compare .product-compare-btn .button:hover {
  background: #187fab;
}

.product-image-price {
  position: relative;
}

.table-compare .product-compare-btn .button.add_to_cart_button::before {
  content: "\61";
  font-family: "font-electro";
  float: right;
  text-indent: 0;
  background: none;
  transform: translate(-50%, -50%);
  top: 53%;
  left: 49%;
  position: absolute;
  font-size: 18px;
  padding: 0;
  color: #fff;
}

.table-compare .product-compare-btn .price-add-to-cart {
  display: inline-block;
  margin-left: 15px;
}

.product-compare-btn {
  display: flex;
  align-items: center;
}

.table-compare .ec-favorites {
  font-size: 24px;
  color: #e6e6e6;
  cursor: pointer;
}

.table-compare .product-info {
  position: relative;
}

.table-compare .product-price {
  font-size: 16px;
}

.compare-del-link {
  position: absolute;
  top: 0;
  right: 15px;
  color: #e6e6e6;
  font-size: 20px;
}

.table-compare tbody tr td.compare-add-wrap {
  vertical-align: middle;
  text-align: center;
}

.compare-add-wrap {
  text-align: center;
}

.compare-add-lbl {
  display: inline-block;
  margin: 0 auto;
  background: #f8f8f8;
  line-height: 26px;
  padding: 0 10px;
  margin-top: 14px;
  font-size: 12px;
  color: #878787;
}

.compare-add-lbl:hover {
  color: #35a2d0;
}

.compare-add-btn {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #1b93c5;
  color: #fff;
  border-radius: 50%;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
}

.compare-add-btn:hover {
  color: #fff;
  background: #187fab;
}

@media (max-width: 360px) {
  .compare-print {
    display: block;
    margin-left: 0;
  }
}


/* COMPARE end */

/* CONTACTS start */

.contacts {
  margin-top: 62px;
}

.contacts section {
  margin-bottom: 38px;
}

.contacts-sales-department h2,
.contacts-managers h2,
.contacts-msg h2,
.contacts-map h2,
.contacts-sales-department h1 {
  font-size: 38px;
  line-height: 40px;
  color: #333e48;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
}

.contacts-sales-department h2:after,
.contacts-managers h2:after,
.contacts-msg h2:after,
.contacts-map h2:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background: #1b93c5;
  border: none !important;  
}

.contacts-sales-department h1 {
  margin-top: 0;
  padding-bottom: 0;
}

.contacts-sales-department h1:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 1px;
  border: none;
  background: #1b93c5;
}

.contacts-sales-department header,
.contacts-managers header,
.contacts-msg header,
.contacts-map header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
}

.contacts-sales-department h5 {
  font-size: 16px;
  color: #333e48;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.contacts-sales-department p {
  margin-bottom: 0;
}

.contacts-sales-department form {
  margin-top: 17px;
}

.contacts-phone-list {
  list-style: none;
  padding: 0;
}

.contacts-phone-list li {
  position: relative;
  padding-left: 37px;
}

.contacts-phone-list li:first-child {
  padding-left: 4px;
}

.contacts-phone-list li:first-child a {
  padding-left: 13px;
}

.contacts-phone-list li:before {
  top: 8px;
  left: 5px;
}

.contacts-phone-list a {
  font-size: 14px;
  line-height: 35px;
  color: #575757;
}

.contacts-phone-list a:hover {
  color: #1b93c5;
}

.contacts-sales-department input {
  border-radius: 0;
  display: block;
  margin-top: 15px;
  padding: 6px 11px;
  width: 170px;
}

.contacts-sales-department input[type="submit"] {
  border-radius: 25px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.contacts-sales-department input[type="submit"]:hover {
  background: #187fab;
}

.contacts-sales-department input[type="submit"]:focus,
.contacts-sales-department input[type="submit"]:active:focus {
  background: #1b93c5;
  border-color: #1b93c5;
  color: #fff;
  border: none;
}

.contacts-sales-department input::-moz-placeholder {
  color: #a0a0a0;
}

.contacts-sales-department input::-webkit-input-placeholder {
  color: #a0a0a0;
}

section.contacts-managers {
  margin-bottom: 58px;
}

.contacts-managers h6 {
  font-size: 16px;
  /*    line-height: 26px;*/
  color: #333e48;
  letter-spacing: -0.5px;
  margin-bottom: 7px;
}

.contacts-managers p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.contacts-managers a {
  color: #575757;
  position: relative;
  padding-left: 34px;
}

.contacts-managers a:hover {
  color: #1b93c5;
}

.contacts-skype {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/skype-logo.svg') center no-repeat;
  background-size: 18px 18px;
}

.contacts-mail {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/gmail.svg') center no-repeat;
  background-size: 18px 18px;
}

.contacts-msg header,
.contacts-map header {
  margin-bottom: 32px;
}

.contacts-msg form {
  padding-right: 17%;
}

.contacts-msg input {
  display: block;
  border-radius: 0;
  width: 100%;
  margin-bottom: 3px;
  padding: 6px 10px;
  margin-top: 20px;
}

.contacts-msg textarea {
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
  height: 223px;
  max-height: 223px;
  margin-bottom: 3px;
  margin-top: 20px;
}

.contacts-msg textarea + .help-block {
  /*
  bottom: 48px;
  left: 15px;
  */
    position: relative !important;
}

.contacts-msg input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  padding: 3px 20px;
  width: auto;
  border-radius: 25px;
}

.contacts-msg input[type="submit"]:hover {
  background: #187fab;
}

.contacts-msg input[type="submit"]:focus,
.contacts-msg input[type="submit"]:active:focus {
  background: #1b93c5;
  border-color: #1b93c5;
  color: #fff;
  border: none;
}

.contacts-msg input::-moz-placeholder,
.contacts-msg textarea::-moz-placeholder {
  color: #a0a0a0;
}

.contacts-msg input::-webkit-input-placeholder,
.contacts-msg textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}

.contacts-msg-map {
  margin-bottom: 12px;
}

.gm-inset {
  display: none !important;
}

.contacts input:focus,
.contacts textarea:focus {
  border: 1px solid #1b93c5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts-managers a {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .contacts {
    margin-top: 100px;
  }
  .contacts-sales-department .row .row,
  .contacts-managers .row .row {
    margin-bottom: 20px;
  }
  .contacts section {
    margin-bottom: 20px;
  }
  .contacts-msg form {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .contacts-sales-department .row .row .col-md-6:first-child,
  .contacts-managers .row .row .col-md-6:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 543px) {
  .contacts-managers .row .row .col-sm-6:first-child {
    margin-bottom: 20px;
  }
  .contacts-sales-department .row .row .col-sm-6:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .contacts-sales-department h2,
  .contacts-managers h2,
  .contacts-msg h2,
  .contacts-map h2 {
    font-size: 30px;
    margin-bottom: 7px;
  }
  .contacts-sales-department h2:after,
  .contacts-managers h2:after,
  .contacts-msg h2:after,
  .contacts-map h2:after {
    bottom: -8px;
  }
}

@media (max-width: 360px) {
  .contacts-sales-department h2,
  .contacts-managers h2,
  .contacts-msg h2,
  .contacts-map h2 {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .contacts-sales-department h2:after,
  .contacts-managers h2:after,
  .contacts-msg h2:after,
  .contacts-map h2:after {
    bottom: -5px;
  }
}

@media (max-width: 320px) {
  .contacts-sales-department h2,
  .contacts-managers h2,
  .contacts-msg h2,
  .contacts-map h2 {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .contacts-sales-department h2:after,
  .contacts-managers h2:after,
  .contacts-msg h2:after,
  .contacts-map h2:after {
    bottom: -3px;
  }
  .contacts section {
    margin-bottom: 0px;
  }
}


/* CONTACTS end */

/* SEARCH start */

.search-sidebar-table {
  border: 2px solid #ececec;
  border-radius: 3px;
  padding-top: 16px;
}

.search-sidebar-table h6 {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  padding-left: 32px;
  margin-bottom: 0;
}
.search-sidebar-table h6 a {
  color: #333e48;
}

.search-sidebar-table ul {
  list-style: none;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0;
}

.search-sidebar-table li {
  padding: 8px 0px 8px 16px;
  border-bottom: 1px solid #ddd;
}

.search-sidebar-table li:last-child {
  border: none;
}

.search-sidebar-table li a {
  font-size: 14px;
  color: #333e48;
}

.search-sidebar-table li a.active {
  font-size: 14px;
  color: #333e48;
  font-weight: 600;
}

.search-sidebar-table li a:hover {
  text-decoration: underline;
}

.search-sidebar-table li span {
  font-size: 12px;
  color: #acacac;
}

.search-result-p {
  font-size: 25px;
  line-height: 32px;
  color: #333e48;
  margin-bottom: 57px;
}

.search h5 {
  font-size: 25px;
  line-height: 25px;
  color: #333e48;
  font-weight: bold;
  margin-bottom: 33px;
}

.search-product-result {
  margin-bottom: 37px;
}

.search .pagination {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.search .catalog-pagination {
  margin-bottom: 30px;
  text-align: center;
}

.search .catalog-pagination-container {
  display: inline-block;
}

.search .page-active .page-link,
.search .page-link:hover {
  color: #fff;
  background-color: #1b93c5;
  border: 1px solid transparent;
}

.search .page-link {
  float: none;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 38px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 38px;
  color: #7e7e7e;
  text-decoration: none;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
}

.search .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.search .page-item:last-child .page-link {
  margin-right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.search .reviews {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.search .reviews .article {
  background: #f8f8f8;
}

.search .reviews .article-min-container {
  padding-left: 33px;
  padding-right: 33px;
}

.search span[class^="ico-"] {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}

.search .ico-stock {
  width: 12px;
  height: 9px;
  background: url(../img/ico-check-ok.svg) 0 0 no-repeat;
  background-size: 12px 9px;
  margin-right: 3px;
}

.search .ico-cross:after {
  content: '\77';
  font-family: 'font-electro' !important;
  font-size: 10px;
  color: #cccccc;
}

.search .articles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search .reviews .article {
  width: 48.5%;
}

.search .articles-container .row {
  display: flex;
}


/*
.search .articles-container .article:first-child {
    margin-right: 35px;
}
*/

/*
.search .articles-container .article:nth-child(odd) {
    margin-right: 3%;
}
*/

@media (max-width: 1199px) {
  .search .reviews .article-min-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .search .reviews .article {
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .search-sidebar {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-content {
    width: 100%;
  }
  .search-articles-result {
    margin-bottom: 20px;
  }
  .search .articles-container .row {
    display: block;
  }
  /*
    .search .articles-container .article:first-child {
        margin-right: 0px;
    }
*/
  .search-articles-result .search-pagination {
    margin-top: 20px;
  }
  .search-product-result {
    margin-bottom: 0;
  }
  .search-product-result .search-pagination {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .search .reviews .article {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .search-sidebar {
    width: 98%;
  }
  .search h5 {
    font-size: 22px;
  }
  .search-result-p {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .search .reviews .article {
    margin-bottom: 15px;
  }
}

@media (max-width: 543px) {
  .search .articles-container img {
    margin: 0 auto;
  }
  .search .articles-container {
    display: block;
  }
}

@media (max-width: 425px) {
  .search-sidebar {
    width: 99%;
  }
}

@media (max-width: 320px) {
  .search-sidebar {
    width: 100%;
  }
}


/* SEARCH end */

/* SEARCH-failed start */

.search-failed-p {
  font-size: 25px;
  line-height: 32px;
  color: #333e48;
  margin-bottom: 10px;
}

.search-filed-hint {
  text-align: center;
}

.search-filed-hint p:nth-child(2) {
  color: #878787;
  font-size: 14px;
}

.search-filed-hint ol {
  text-align: left;
  margin-top: 31px;
  margin-bottom: 27px;
  display: inline-block;
  padding-left: 0;
  list-style-position: inside;
}

.search-filed-hint ol li {
  line-height: 18px;
  padding-bottom: 13px;
}

.search-filed-input-group,
.search-filed-input-group input,
.search-filed-input-group-btn {
  height: 55px;
}

.search-filed-input-group {
  z-index: 0;
}

.search-filed-input-group input {
  border-radius: 0;
  border: 1px solid #1b93c5;
}

.search-filed-input-group-btn .ec-search {
  font-size: 21px;
  color: #fff;
  line-height: 55px;
}

.search-filed-input-group-btn button {
  padding: 0 15px;
}

.search-filed-input-group-btn button:hover {
  background: #187fab;
}

.search-filed-input-group-btn button:focus,
.search-filed-input-group-btn button:active:focus {
  background: #1b93c5;
}

.search-failed-fluid {
  background: #eaeaea;
  padding-top: 51px;
  padding-bottom: 31px;
}

.search-failed-fluid form {
  margin-top: 18px;
}

.search-failed-fluid input {
  border-radius: 0;
  display: block;
  margin-top: 12px;
  padding: 6px 11px;
  width: 170px;
  background: #fff;
  border: 1px solid #a0a0a0;
}

.search-failed-fluid input[type="submit"] {
  border-radius: 25px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #1b93c5;
  border-color: #1b93c5;
}

.search-failed-fluid input[type="submit"]:hover {
  background: #187fab;
}

.search-failed-fluid input[type="submit"]:focus,
.search-failed-fluid input[type="submit"]:active:focus {
  background: #1b93c5;
  border-color: #1b93c5;
  color: #fff;
}

.search-failed-fluid-question {
  font-size: 38px;
  line-height: 40px;
  color: #333e48;
  position: relative;
}

.search-failed-fluid-question:after {
  content: '';
  position: absolute;
  top: -12px;
  right: -73px;
  width: 1px;
  height: 180px;
  background: #fff;
}

.search-failed-fluid-text {
  padding-left: 9%;
  padding-right: 13%;
}

.search-failed-fluid h5 {
  font-size: 16px;
  color: #333e48;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.search-failed .home-list-categories {
  margin-bottom: 0;
}

.search-failed .brands-carousel {
  margin-bottom: 58px;
}

@media (max-width: 1199px) {
  .search-failed-fluid-text {
    padding-left: 9%;
    padding-right: 8%;
  }
  .search-failed-fluid-question:after {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .search-filed-input-group.input-group .form-control {
    width: 100%;
  }
  .search-failed-fluid-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-failed-fluid-question:after {
    display: none;
  }
  .search .catalog-pagination {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .search-failed-fluid-question {
    font-size: 32px;
    line-height: 32px;
  }
  .search-failed-fluid {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .home-list-categories ul.categories > li.category:nth-child(2n)::before {
    content: '';
    border-left: 1px solid #eaeaea;
    display: block;
    position: absolute;
    left: -10%;
    height: calc( 100% - 24px);
    top: 24px;
  }
}

@media (max-width: 545px) {
  .search .catalog-pagination {
    margin-bottom: 20px;
  }
}

@media (max-width: 543px) {
  .search-failed-fluid {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .home-list-categories ul.categories > li.category:nth-child(2n)::before {
    left: -5%;
  }
}

@media (max-width: 320px) {
  .home-list-categories ul.categories > li.category:nth-child(2n)::before {
    left: -4%;
  }
  .home-list-categories ul.categories > li.category {
    width: 48%;
  }
}


/* SEARCH-failed end */

/* 404 start */

.page404 .img404 {
  height: 270px;
  background: url('../img/404.svg') center no-repeat;
  margin-bottom: 25px;
}
.page404 .img403 {
  height: 270px;
  background: url('../img/403.svg') center no-repeat;
  margin-bottom: 25px;
}
.page404 .img500 {
  height: 270px;
  background: url('../img/500.svg') center no-repeat;
  margin-bottom: 25px;
}

.container404 p {
  font-size: 14px;
  color: #333e48;
  margin-bottom: 12px;
}

.container404 p:last-child {
  margin-bottom: 27px;
}

.container404 p a {
  display: inline-block;
  color: #1b93c5;
  border-bottom: 1px dashed #1b93c5;
  line-height: 14px;
}

.container404 p a:hover {
  color: #1b93c5;
  border-bottom: none;
}

.page404 .search-failed-fluid {
  padding-top: 70px;
  padding-bottom: 65px;
}

.page404 .section-products-carousel .electro-price del {
  position: absolute;
  top: -8px;
  left: 0;
}

.page404 .columns-6 .product .hover-area .action-buttons > a:before {
  margin-right: 5px;
}

.page404 .columns-6 .product .hover-area .action-buttons > a {
  float: none;
  display: block;
}

.page404 .products-carousel .owl-stage-outer {
  width: 100.5%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .page404 .products-carousel .owl-stage-outer {
    padding: 0 0.214em 4em;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .page404 .products-carousel .owl-stage-outer {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .page404 .section-products-carousel .electro-price .amount {
    font-size: 16px;
  }
  .page404 .section-products-carousel .electro-price del .amount {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .page404 .search-failed-fluid {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .page404 .img404 {
    height: 215px;
  }
  .page404 .img403 {
    height: 215px;
  }
  .page404 .img500 {
    height: 215px;
  }
}

@media (max-width: 543px) {
  .page404 .products-carousel .owl-item .product {
    margin: 0.857em 3px;
  }
  .page404 .img404 {
    height: 200px;
  }
  .page404 .img403 {
    height: 200px;
  }
  .page404 .img500 {
    height: 200px;
  }
  .page404 .search-failed-fluid {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .page404 .img404 {
    height: 175px;
  }
  .page404 .img403 {
    height: 175px;
  }
  .page404 .img500 {
    height: 175px;
  }
}

@media (max-width: 425px) {
  .page404 .img404 {
    height: 155px;
  }
  .page404 .img403 {
    height: 155px;
  }
  .page404 .img500 {
    height: 155px;
  }
  .page404 .section-products-carousel .electro-price .amount {
    font-size: 14px;
  }
  .page404 .section-products-carousel .electro-price del .amount {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .page404 .img404 {
    height: 115px;
  }
  .page404 .img403 {
    height: 115px;
  }
  .page404 .img500 {
    height: 115px;
  }
  .page404 .section-products-carousel header {
    position: relative;
  }
  .page404 .section-products-carousel header .owl-nav {
    position: absolute;
    top: 18px;
    right: 0;
  }
  .page404 .section-products-carousel header .h1 {
    line-height: 26px;
  }
}


/* 404 end */

/* BLOG start */

.blog .widget_product_categories {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .blog .widget_product_categories {
    margin-bottom: 30px;
  }
}

.blog .widget_product_categories .current-category {
  font-weight: bold;
}

.blog .widget_product_categories .category-single > li > ul:last-child {
  padding: 0;
  border: none;
}

.blog .show-all-cat-dropdown {
  position: relative;
}

.blog .child-indicator {
  position: absolute;
  left: 3px;
  top: 9px;
}

.blog .product_cat {
  padding-right: 0px;
  padding-left: 0px;
}

.blog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul .cat-item {
  padding-left: 20px;
}

.blog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
  padding: 0 0 0 0px;
}

.blog .widget_product_categories .product-categories {
  border: none;
}

.blog .widget_product_categories .category-single .show-all-cat:last-child .show-all-cat-dropdown {
  border-bottom: none;
}

.blog .widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown {
  /*    padding: 10px 0 10px 2em;*/
  padding: 10px 0 10px 10px;
}

.blog-sidebar header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.blog-sidebar header h5,
.blog-sidebar header h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 19px;
}

.blog-sidebar header h1:after,
.blog-sidebar header h5:after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 1px;
  background: #1b93c5;
}

.popular-articles ul {
  list-style: none;
  padding-left: 0;
  margin-top: 33px;
}

.blog-media {
  display: flex;
  margin-bottom: 32px;
}

.blog-media-img {
  display: inline-block;
  width: 23%;
  margin-right: 5%;
}

.blog-media-body {
  display: inline-block;
  width: 70%;
}

.blog-media h6 a {
  font-size: 14px;
  color: #434343;
  line-height: 15px;
  font-weight: 600;
}

.blog-media h6 a:hover {
  color: #1b93c5;
}

.blog-articles-row {
  display: flex;
  flex-wrap: wrap;
}

.blog article.post .entry-header h2.entry-title {
  font-size: 1.786em;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.blog article.post .entry-header h2.entry-title a {
  color: #434343;
  text-decoration: none;
}

.blog article.post .entry-content p {
  height: 45px;
  overflow: hidden;
}

.blog article.post {
  margin-bottom: 77px;
}

.blog .locale-btn {
  width: 156px;
  font-size: 14px;
  line-height: 42px;
}

.blog .catalog-pagination .locale-btn {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  display: inline-block;
}

@media (max-width: 545px) {
  display: inline-block;
}

.blog article.post .entry-meta .comments-view-link {
  float: right;
  padding-right: 0;
  line-height: 25px;
  font-size: 12px;
}

.blog article.post .comments-link {
  margin-left: 9px;
}

.blog article.post .comments-view-link a {
  font-size: 12px;
}

.blog .view-link a {
  position: relative;
  padding-left: 24px;
}

.blog article.post .entry-header .entry-meta .comments-view-link span:after,
.blog article.post .entry-header .entry-meta .posted-on:after {
  display: none;
}

.blog article.post .entry-header h2.entry-title a:hover {
  text-decoration: underline;
}

.blog .pagination {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

.blog .catalog-pagination {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 27px;
  padding-top: 25px;
  border-top: 1px solid #eaeaea;
}

.blog .page-active .page-link,
.blog .page-link:hover {
  color: #fff;
  background-color: #1b93c5;
  border: 1px solid transparent;
}

.blog .page-link {
  float: none;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 38px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 38px;
  color: #7e7e7e;
  text-decoration: none;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  border: 1px solid #e3e3e3;
}

.blog .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.blog .page-item:last-child .page-link {
  margin-right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog .media-attachment a {
  display: block;
  width: 100%;
  height: 240px;
  margin: 0;
  overflow: hidden;
}

.blog .blog-article .media-attachment a {
  height: auto;
}

.blog .post-img {
  width: 100%;
}

.blog .view-link a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: url(../img/eye.svg) 0 0 no-repeat;
  background-size: 18px 18px;
  opacity: 0.5;
}

.blog article.post .entry-header .entry-meta div,
.blog article.post .entry-header .entry-meta span {
  padding-right: 3px;
}

.blog article.post .entry-header .entry-meta div:after,
.blog article.post .entry-header .entry-meta span:after {
  padding-left: 3px;
}

.blog .entry-header .entry-meta a:hover {
  color: #000;
}

.blog .entry-header .entry-meta a:hover:before {
  opacity: 1;
}

.blog-article h1 {
  font-size: 25px;
  line-height: 25px;
  width: 85%;
}

.blog-article h1 a {
  font-size: 25px;
  line-height: 25px;
  color: #434343;
  letter-spacing: -0.6px;
}

.blog-article h1 a:hover {
  text-decoration: underline;
}

.blog-article .post-img {
  max-width: 100%;
  display: block;
  height: auto;
}

.blog-article-content p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  margin-bottom: 27px;
}

.blog-article-content .blog-article-lead {
  font-size: 16px;
  font-weight: bold;
  margin-top: 38px;
}

.blog .blog-comments-form {
  margin-bottom: 80px;
}

.blog-comments header h4 {
  font-size: 25px;
  line-height: 35px;
  color: #333e48;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
}

.blog-comments header h4:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background: #1b93c5;
}

.blog-comments header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 44px;
}

.blog .blog-comments .blog-comments-title {
  font-size: 18px;
  margin-bottom: 24px;
}

.blog article.post.blog-article {
  margin-bottom: 17px;
}

.blog .blog-comments-form input,
.blog .blog-comments-form textarea {
  width: 300px;
  border-radius: 0;
  padding: 10px;
}

.blog .blog-comments-form input.error,
.blog .blog-comments-form textarea.error {
  border: 1px solid #ef3338;
}

.blog .blog-comments-form .help-block {
  position: absolute;
  bottom: -14px;
  left: 130px;
  width: 100%;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #ef3338;
}

.blog.site-content h1 {
  position: relative;
  display: inline-block;
  font-size: 1.786em;
  line-height: 1.6em;
  padding-bottom: 0.400em;
  margin: 10px 0 38px;
  margin-bottom: 0;
}

.blog.site-content h1:after {
  content: ' ';
  border-bottom: 2px solid #1b93c5;
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
}

.blog-sidebar {
  margin-top: 23px;
}

@media (max-width: 480px) {
  .blog .blog-comments-form .help-block {
    left: 5px;
  }
}

.blog .blog-comments-form textarea {
  height: 110px;
  max-height: 110px;
}

.blog .blog-comments-form label {
  text-align: right;
  width: 100px;
  font-weight: normal;
  margin-right: 25px;
}

.blog-comments-form .input-group {
  margin-bottom: 17px;
}

.blog-comments-form input:focus,
.blog-comments-form textarea:focus {
  border: 1px solid #1b93c5;
}

.blog .blog-comments-form input[type="submit"] {
  width: auto;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-left: 125px;
  margin-top: 7px;
}

.blog .blog-comments-form input[type="submit"]:hover {
  background: #187fab;
}

.blog .blog-comments-form input[type="submit"]:focus,
.blog .blog-comments-form input[type="submit"]:active:focus {
  background: #1b93c5;
  border-color: #1b93c5;
  color: #fff;
  border: none;
}

.blog-comments-text p {
  font-size: 14px;
  line-height: 22px;
  color: #686c6f;
  margin-bottom: 23px;
}

.blog-comments-text .comments-autor {
  font-weight: bold;
  font-size: 14px;
  color: #686c6f;
  margin-right: 10px;
}

.blog-comments-text .comments-time {
  font-size: 13px;
  color: #aeaeae;
}

.blog-comments-text .media-comment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.blog-comments-text .media-comment:last-child {
  border-bottom: none;
}

@media (max-width: 1199px) {
  .blog .media-attachment a {
    height: 170px;
  }
  .blog article.post .entry-content p {
    height: 70px;
  }
  .blog article.post .entry-header .entry-meta {
    padding-bottom: 7px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .blog article.post .entry-meta .comments-view-link {
    float: none;
    display: block;
  }
  .blog article.post.blog-article .entry-meta .comments-view-link {
    float: right;
  }
}

@media (max-width: 767px) and (min-width: 544px) {
  .blog article.post .entry-header .entry-meta .cat-links {
    display: block;
  }
  .blog article.post.blog-article .entry-header .entry-meta .cat-links {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .blog article.post {
    margin-bottom: 40px;
  }
  .blog .catalog-pagination {
    margin-top: 0;
  }
  .blog .widget_product_categories .category-single > li > ul:last-child {
    margin-bottom: 30px;
  }
  .blog-article h1 {
    width: 100%;
  }
  .blog-media {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar header h5 {
    margin-bottom: 9px;
  }
  .blog-sidebar header h5:after {
    bottom: -10px;
  }
  .blog-article h1 {
    font-size: 22px;
  }
  .blog-comments header h4 {
    margin-bottom: 8px;
  }
  .blog-comments header h4:after {
    bottom: -9px;
  }
  .blog-comments header {
    margin-bottom: 20px;
  }
  .blog .blog-comments-form {
    margin-bottom: 40px;
  }
  .blog-comments-text .media-comment:last-child {
    margin-bottom: 0;
  }
  .blog .media-attachment a {
    height: 135px;
  }
}

@media (max-width: 543px) {
  .blog .media-attachment a {
    height: auto;
  }
  .blog article.post .entry-content p {
    height: auto;
  }
}

@media (max-width: 480px) {
  .blog article.post .entry-header h1.entry-title {
    font-size: 22px;
  }
  .blog .blog-comments-form label {
    text-align: left;
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 0;
  }
  .blog .blog-comments-form input[type="submit"] {
    margin-left: 0;
  }
  .blog .post .content-body {
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
  }
  .blog .post:last-child .content-body,
  .blog .post.blog-article .content-body {
    padding-bottom: 10px;
    border-bottom: none;
  }
  .blog article.post {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .blog article.post .entry-meta .comments-view-link {
    float: none;
    display: block;
  }
  .blog article.post .entry-header .entry-meta {
    padding-bottom: 7px;
  }
  .blog-comments-form .input-group,
  .blog .blog-comments-form input,
  .blog .blog-comments-form textarea {
    width: 100%;
  }
}


/* BLOG end */

/* ORDER Start */

.block {
  padding-top: 35px;
}

.page-heading {
  background-color: #f5f5f5;
  border-radius: 14px;
  padding: 15px 30px 17px 30px;
}

.page-heading > h1 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  color: #333e48;
  margin-bottom: 0;
}

.row--large {
  margin-left: -30px;
  margin-right: -30px;
}

.wrap-ordering .col-md-6 {
  margin-top: 30px;
}

.order {
  padding-bottom: 30px;
}

.header-toggle {
  margin-bottom: 22px;
}

.header-toggle > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #717171;
  border: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}

.header-toggle > div:not(:last-child) {
  margin-right: 15px;
}

.header-toggle > div.active {
  border-color: #1b93c5;
  color: #333e48;
}

.header-toggle > div.active:before,
.header-toggle > div.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.header-toggle > div.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.header-toggle > div.active:before {
  border-color: rgba(255, 127, 102, 0);
  border-top-color: #1d94c5;
  border-width: 11px;
  margin-left: -11px;
}

.ordering-toggle .col {
  position: relative;
  height: 55px;
  font-family: "Open Sans";
  font-weight: 700;
  overflow: hidden;
  margin-top: -2px;
  transition: .2s;
}

.ordering-toggle .col .header {
  position: relative;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  color: #717171;
  overflow: hidden;
  padding: 14px 10px 15px 10px;
}

.ordering-toggle .col.active .header:after {
  transform: rotate(180deg);
}

.ordering-toggle .col .header:after {
  position: absolute;
  right: 14px;
  top: 24px;
  content: '';
  width: 9px;
  height: 5px;
  background: url('../img/order-arrow.svg') 0 0 no-repeat;
  background-size: 9px 5px;
}

.ordering-toggle .header-toggle > div.disabled {
  cursor: no-drop;
}

.ordering-toggle .col.active .header {
  z-index: 1;
  border-color: #1b93c5;
  color: #333e48;
}

.ordering-toggle .col .header img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin: 8px 0 0 15px;
  visibility: hidden;
}

.ordering-toggle .col .link-edit {
  right: 36px;
  top: 18px;
  position: absolute;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #717171;
  border-bottom: 1px dashed #717171;
  visibility: hidden;
}

.ordering-toggle .col .link-edit > i {
  font-style: normal;
}

.ordering-toggle .col.confirm .header img {
  visibility: visible;
}

.ordering-toggle .col.confirm .header .link-edit {
  visibility: visible;
}

.ordering-toggle .content {
  padding: 30px 0;
}

.ordering-toggle .content .input {
  width: 65%;
}

.ordering-toggle .content .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.ordering-toggle .content .form-group > input {
  float: right;
  width: 72.58%;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  background-color: #fafbfb;
  color: #333e48;
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.ordering-toggle .content .form-group > input:focus {
  border-color: #1b93c5;
}

.ordering-toggle .content .form-group > .error {
  border-color: #ef3338;
}

.ordering-toggle .content .form-group > span {
  float: left;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333e48;
  /* margin-top: 6px; */
  margin-top: 0;
  max-width: 90px;
}

.ordering-toggle .submit {
  text-align: center;
  margin-top: 5px;
}

.ordering-toggle .submit .wrap-bth {
  position: relative;
  min-width: 260px;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  transition: .2s;
}

.ordering-toggle .wrap-bth img {
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
}

.ordering-toggle .content .of-people {
  position: absolute;
  right: -200px;
  width: 190px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
  color: #717171;
}

.ordering-toggle .content .of-people--center {
  top: 10px;
}

.ordering-toggle .select-transport-removal,
.ordering-toggle .select-transport,
.ordering-toggle .confirm-pay {
  min-width: 260px;
  background-color: #1b93c5;
  color: #fff;
  border-color: #1b93c5;
  text-align: left;
  padding: 14px 23px;
  transition: .2s;
}

.ordering-toggle .select-transport-removal:hover,
.ordering-toggle .select-transport-removal:focus,
.ordering-toggle .select-transport-removal:active,
.ordering-toggle .select-transport:hover,
.ordering-toggle .select-transport:focus,
.ordering-toggle .select-transport:active .ordering-toggle .confirm-pay:hover,
.ordering-toggle .confirm-pay:focus,
.ordering-toggle .confirm-pay:active {
  background-color: #35a2d0;
  color: #fff !important;
  border-color: #35a2d0;
}

.ordering-toggle .select-transport-removal:active,
.ordering-toggle .select-transport:active,
.ordering-toggle .confirm-pay:active {
  background-color: #35a2d0 !important;
}

.ordering-toggle .form-data .form-group .help-block {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 72%;
}

.ordering-toggle .form-group small {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #ef3338;
  width: 100%;
}

.ordering-toggle #determineCity {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0;
}

.ordering-toggle .pick-element-user {
  border: 1px solid #1b93c5;
  background: #fafbfb;
  cursor: pointer;
  width: 76.43%;
  height: 41px;
  float: right;
}

.ordering-toggle .form-group p.ins {
  position: absolute;
  right: -190px;
  top: 9px;
  width: 195px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #717171;
}

.ordering-toggle .wrap span.select2-container {
  width: 76.43%;
  background: #f9f9f9;
  float: right;
  border: 1px solid #1b93c5;
  padding: 10px;
  position: relative;
  height: 41px;
  cursor: pointer;
}

.ordering-toggle .wrap div.city {
  float: right;
  width: 72.9%;
  margin-right: 15px;
}

.ordering-toggle .wrap div.city > .title {
  position: absolute;
  z-index: -2;
  opacity: 0;
}

.ordering-toggle .wrap div.city span {
  margin: 0;
  outline: none;
}

.ordering-toggle .wrap span.select2-container {
  padding: 0;
  outline: none;
}

.ordering-toggle .wrap > span {
  margin-top: 10px;
  float: left;
}

.ordering-toggle .wrap div.city.open:after {
  transform: rotate(180deg);
}

.ordering-toggle input[type="email"],
.ordering-toggle input[type="password"],
.ordering-toggle input[type="tel"],
.ordering-toggle input[type="text"],
.registration-user input[type="text"],
.ordering-toggle select {
  width: 270px;
}

.ordering-toggle .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 15px !important;
}

.ordering-toggle .select-this {
  display: inline-block;
  vertical-align: middle;
  display: inline;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #1b93c5;
  border-bottom: 1px dashed #1b93c5;
}

.ordering-toggle .select-this:hover {
  border-color: transparent;
}

.ordering-toggle .delivary-type {
  margin-top: -6px;
}

.ordering-toggle .pay-variant img {
  width: auto;
  display: inline;
}

.ordering-toggle .pay-variant {
  margin-top: -3px;
}

.ordering-toggle .pay-img {
  margin: 0 7px;
}

.wrap-ordering .submit {
  text-align: center;
  margin-top: 5px;
}

.wrap-ordering .button {
  display: block;
  background: none;
  padding: 30px 0 0;
  text-align: center;
}

.wrap-ordering .button:active {
  background: none !important;
}

.wrap-ordering .button a {
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  display: inline-block;
}

.wrap-ordering .button a {
  position: relative;
  width: 260px;
  height: 46px;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 46px;
  background-color: #1b93c5;
  text-transform: none;
  white-space: nowrap;
  padding: 0 58px 0 31px;
}

.wrap-ordering .button.pay a {
    width: auto;
}

.wrap-ordering .button img {
  position: absolute;
  right: 28px;
  top: 16px;
}

.wrap-ordering .radio-button .row-block input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: -21000px;
}

.wrap-ordering .radio-button label:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  margin-right: 15px;
  transition: all .2s;
}

.wrap-ordering .radio-button input[type="radio"]:checked + label:before {
  background-color: #1b93c5;
  border-color: #1b93c5;
}

.wrap-ordering .radio-button label {
  font-family: 'Open Sans';
  color: #333e48;
  cursor: pointer;
  padding-left: 0;
}

.submit .wrap-bth input {
  min-width: 260px;
  height: 46px;
  font-family: 'Open Sans';
  font-size: 14px;
  background: #1b93c5;
  color: #fff;
  text-align: center;
  padding: 13.5px 50px 13.5px 24px;
  letter-spacing: -.15px;
  transition: .2s;
}

.submit .wrap-bth input:hover {
  background-color: #187fab;
}

.wrap-ordering .wrap-bth .confirm-pay + img {
  right: 44px;
}

.ordering-toggle .col .confirm-info:first-child {
  border: none;
}

.ordering-toggle .col .confirm-info {
  border-top: 1px solid #d7d7d7;
  padding: 21px 0;
}

.ordering-toggle .confirm-info table td {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #717171;
  border: none;
  padding: 3px 10px;
}

.ordering-toggle .confirm-info table td:first-child {
  width: 125px;
  padding-left: 0;
}

.ordering-toggle .confirm-info table {
  margin-bottom: 0;
}

.ordering-toggle .to-pay {
  padding-top: 38px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #333e48;
}

.ordering-toggle .to-pay .pay-sum {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #333e48;
  padding-left: 5px;
}
.ordering-toggle .to-pay .ccy-sign {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #333e48;
  padding-left: 5px;
}
.ordering-toggle .to-pay span:last-child {
  font-weight: 700;
  font-size: 14px;
}

.ordering-toggle .wish-to-order {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  color: #333e48;
}

.ordering-toggle .wish-to-order .wish-tit {
  font-size: 12px;
  line-height: 12px;
}

.ordering-toggle .wish-to-order .wish {
  width: 100%;
  height: 50px;
  font-size: 14px;
  background-color: #fafbfb;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  resize: none;
}

.ordering-toggle .button.pay {
  text-align: left;
}

.ordering-toggle .button.pay .confirm-order {
  text-transform: uppercase;
  text-align: center;
  background-color: #1b93c5;
  padding: 0 47px;
  transition: .2s;
}

.ordering-toggle .button.pay .confirm-order:hover {
  background-color: #35a2d0;
}

.ordering-toggle div.city > .title {
  position: absolute;
  z-index: -2;
  opacity: 0;
}

.wrap-ordering .purchase {
  background: #f9f9f9;
  padding: 22px;
  overflow: hidden;
}

.wrap-ordering .purchase .header {
  overflow: hidden;
}

.wrap-ordering .purchase .header h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #333e48;
  float: left;
}

.wrap-ordering .purchase .your-pick {
  float: right;
  font-size: 14px;
  color: #717171;
}

.wrap-ordering .purchase > .content article {
  background: #fff;
  padding: 10px 0 10px 15px;
  overflow: hidden;
}

.wrap-ordering .purchase > .content article:not(:last-child) {
  margin-bottom: 5px;
}

.wrap-ordering .purchase > .content article .images {
  float: left;
  width: 95px;
  margin-right: 25px;
}

.wrap-ordering .purchase > .content article .content .top img {
  float: right;
  width: 15px;
  height: initial;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 5px;
}

.wrap-ordering .purchase > .content article .content .top p {
  float: left;
  margin-bottom: 0;
}

.wrap-ordering .purchase > .content article .content .top {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.wrap-ordering .purchase > .content article .content .top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ebebeb;
}

.wrap-ordering .purchase > .content article .content .bottom > span {
  font-size: 14px;
  color: #717171;
  float: left;
}

.wrap-ordering .purchase > .content article .content .bottom .number {
  float: left;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  background: none;
  padding: 0;
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 0;
}

.wrap-ordering .purchase > .content article .content .bottom .number .count input {
  top: 0;
  position: relative;
  width: 40px;
  height: 20px;
  padding-bottom: 3.3px;
  border: none;
  text-align: center;
  color: #333e48;
  padding: 0;
  margin: 0;
}

.wrap-ordering .purchase > .content article .service-content {
  margin-left: 120px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
.wrap-ordering .purchase > .content article .service-content .top {
  padding-bottom: 0;
}
.wrap-ordering .purchase > .content article .service-content .top > p {
  font-weight: bold;
}

.wrap-ordering .purchase > .content article .service-content .bottom .service-number {
  border: none;
}

.number .count .summ-wrap > div {
  top: -1px;
  position: relative;
  width: 21px;
  height: 21px;
  padding: 0;
}

.number .count .summ-wrap .summ-plus {
  top: 0;
}

.wrap-ordering .purchase > .content article .content .bottom {
  overflow: hidden;
  margin-top: 20px;
  padding-right: 20px;
}

.wrap-ordering .purchase > .content article .content .bottom .number .count .summ-wrap {
  width: 100%;
  position: absolute;
  top: 0;
}

.wrap-ordering .purchase > .content article .content .bottom .number .count .summ-wrap .sum-minus {
  float: left;
}

.wrap-ordering .purchase > .content article .content .bottom .number .count .summ-wrap .summ-plus {
  float: right;
}

.wrap-ordering .purchase > .content article .content .bottom .number .count {
  position: relative;
  width: 78px;
  height: initial;
  padding: 0;
  text-align: center;
  border: 0;
  background: none;
}

.number .count .summ-wrap > div .plus,
.number .count .summ-wrap > div .minus {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Open Sans';
  color: #343f49;
  cursor: pointer;
}

.number .count .summ-wrap > div .plus:hover,
.number .count .summ-wrap > div .minus:hover {
  color: #1b93c5;
}

.wrap-ordering .purchase > .content article .content .bottom > p {
  float: right;
  font-size: 14px;
  font-family: 'Open Sans';
}

.wrap-ordering .purchase > .content .content {
  padding-right: 0;
}

.wrap-ordering .purchase > .content article .content .top p a {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333e48;
  font-size: 14px;
  text-decoration: none;
}

.wrap-ordering .purchase > .content article .content .top p a:hover {
  text-decoration: underline;
}

.wrap-ordering .purchase .footer {
  text-align: right;
  margin: 10px 0 10px;
}

.wrap-ordering .purchase .footer p {
  margin-bottom: 0;
}

.wrap-ordering .purchase .footer span {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  color: #333e48;
}

.wrap-ordering .purchase .footer span:first-child {
  margin-left: 10px;
}

.ordering-toggle .wrap-input-info .input {
  width: 65%;
}

.ordering-toggle .wrap-input-info .new-adressa .input input[type="text"] {
  float: right;
  width: 72.58%;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  background-color: #fafbfb;
  color: #a5a5a5;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.ordering-toggle .wrap-department {
  display: none;
  width: 65%;
}

.ordering-toggle .wrap-department .form-group {
  margin-bottom: 23.5px;
}

.ordering-toggle .checkbox + .checkbox,
.radio + .radio {
  margin-top: inherit;
}

.ordering-toggle .my-address {
  display: none;
  width: 65%;
}

.ordering-toggle .my-address .form-group:last-child {
  margin-bottom: 0;
}

.ordering-toggle .depart-section {
  padding-top: 10px;
  padding-bottom: 18px;
  padding-left: 36px;
}

.ordering-toggle .depart-section .depart-img {
  display: inline-block;
  vertical-align: middle;
}

.wrap-ordering .col-lg-6.last-children h2.center {
  display: none;
}

.wrap-ordering .col-lg-6.last-children h2.center,
.wrap-ordering .col-lg-6.first-children h2.center {
  text-align: center;
}

.wrap-ordering .purchase .header .your-pick {
  width: 100%;
}

.wrap-ordering .purchase .header .your-pick .place-product {
  float: right;
  display: none;
  margin-left: 20px;
}

.wrap-ordering .purchase .header .your-pick .place-product a {
  text-decoration: none;
  color: #0062bd;
}

.wrap-ordering .purchase .header .your-pick .place-product a:hover {
  text-decoration: underline;
}

.ordering-toggle .col.confirm .header .link-edit .mob {
  display: none;
}

.ordering-toggle .col.confirm .header .link-edit .desk {
  display: inline-block;
}

.wrap-ordering .purchase .header .your-pick {
  width: 64%;
  text-align: right;
}

.wrap-ordering .col-lg-6.last-children h2.center,
.wrap-ordering .col-lg-6.first-children h2.center {
  display: none;
}

.wrap-ordering .ordering-toggle .col {
  transition: .4s;
}

.ordering-toggle .col .link-edit:hover {
  border-color: transparent;
}

.ordering-toggle #departType-error {
  width: 100% !important;
}

.ordering-toggle .my-address {
  margin-bottom: 15px;
}

.wrap-ordering .total {
  text-align: left;
  background: #f9f9f9;
  padding: 20px 15px 20px 15px;
}

.wrap-ordering .total > table {
  margin-bottom: 0;
}

.wrap-ordering .total td {
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 3px 0;
}

.wrap-ordering .total table tr td:last-child {
  float: right;
  text-align: left;
  padding-left: 7%;
}

.ordering-toggle .col .confirm-info:first-child {
  padding-top: 0;
  margin-top: -10px;
}

.wrap-ordering .ordering-toggle .col.last-open .content {
  padding-bottom: 0;
}

.wrap-ordering .dis {
  pointer-events: none;
}

.wrap-ordering .form-sign {
  display: inline-block;
  vertical-align: middle;
  margin-top: 26px;
  width: 54%;
}

.wrap-ordering .enter-with-account {
  font-size: 16px;
  line-height: 1.2em;
  color: #333e48;
  padding-bottom: 21px;
}

.wrap-ordering .form-group > span {
  display: block;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1.5em;
  color: #333e48;
  margin-top: 6px;
}

.wrap-ordering .form-sign .input {
  width: 300px;
}

.wrap-ordering .form-sign .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}

.wrap-ordering .form-sign .form-group > input:not([type="checkbox"]) {
  width: 100%;
  display: block;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  color: #333e48;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-ordering .ordering-toggle .or:before,
.wrap-ordering .ordering-toggle .or:after {
  content: '';
  width: 1px;
  display: block;
  background: #eaeaea;
  height: 48px;
  margin: 0 auto;
}

.wrap-ordering .checkbox label {
  font-size: 13px;
  font-weight: normal;
  padding-left: 22px;
  background: url(../img/spritesheet.png) no-repeat;
  background-position: -64px -255px;
  margin-right: 7px;
  cursor: pointer;
  color: #a2a2a2;
}

.wrap-ordering .checkbox input[type="checkbox"] {
  display: none;
}

.wrap-ordering .checkbox input:checked + label {
  background-position: -64px -351px;
}

.wrap-ordering .or {
  position: relative;
  margin: 0 15px;
  top: -5px;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
  color: #a2a2a2;
}

.wrap-ordering .social {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-left: 0;
  width: 28%;
  margin-top: -10px;
}

.wrap-ordering .form-sign .forgot-pass {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 13px;
  color: #35a2d0;
  border-bottom: 1px dashed #35a2d0;
  margin-top: 5px;
}

.wrap-ordering .form-sign .forgot-pass:hover {
  border-bottom: none;
}

.wrap-ordering .form-sign .submit {
  text-align: left;
  margin-top: 25px;
}

.wrap-ordering .forgot-pass {
  float: right;
}

.wrap-ordering .social a {
  display: block;
  opacity: .8;
}

.wrap-ordering .social a:hover {
  opacity: 1;
}

.wrap-ordering .social a:not(:last-child) {
  margin-bottom: 15px;
}

.wrap-ordering .social .icon-facebook,
.wrap-ordering .social .icon-google {
  display: block;
  width: 30px;
  height: 30px;
}

.wrap-ordering .social .icon-facebook {
  background: url('../img/order/fb.svg') 0 0 no-repeat;
  background-size: 30px 30px;
}

.wrap-ordering .social .icon-google {
  background: url('../img/order/gp.svg') 0 0 no-repeat;
  background-size: 30px 30px;
}

.wrap-ordering .social,
.wrap-ordering .or,
.wrap-ordering .form-sign {
  display: inline-block;
  vertical-align: middle;
}

.wrap-ordering .form-checkbox {
  margin-top: 5px;
}

.freq {
  position: relative;
  top: 1px;
  color: #1b93c5;
  font-size: 15px;
}

.wrap-ordering .button:not(:last-child) {
  padding-top: 5px;
}

.wrap-ordering .button.button--inline {
  min-width: 130px;
  display: inline-block;
  padding: 0 30px;
  line-height: 42px;
  height: 44px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 15px;
  color: #333e48;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  transition: all .2s;
}

.wrap-ordering .button.button--inline:hover {
  background-color: #1b93c5;
  border-color: #1b93c5;
  color: #fff;
}

.wrap-ordering .button.button--blue {
  color: #fff;
  background-color: #1b93c5;
}

.wrap-ordering .button.button--blue:hover {
  border-color: #187fab;
  background-color: #187fab;
}

.wrap-ordering .form-sign .help-block {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 72%;
}

.wrap-ordering .to-pay b {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .wrap-ordering {
    max-width: 720px;
    margin-top: 15px;
    margin: auto;
  }
  .wrap-ordering .col-lg-6 {
    width: 100%;
    margin-top: 20px;
  }
  .wrap-ordering .col-lg-6.last-children {
    padding-bottom: 30px;
  }
  .wrap-ordering .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrap-ordering .col-lg-6.last-children h2.center,
  .wrap-ordering .col-lg-6.first-children h2.center {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .wrap-ordering div.form-ordering .submit {
    text-align: left;
  }
  .wrap-ordering .col-lg-6 .purchase .header .your-pick .place-product {
    display: block;
  }
  .wrap-ordering .form-sign {
    padding-bottom: 23px;
  }
  .wrap-ordering .form-sign .input {
    width: auto;
  }
  .wrap-ordering .button:not(:last-child) {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .row--large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--large .page-heading {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-ordering .col-lg-6.first-children h2.center {
    font-weight: 700;
  }
  .wrap-ordering .col-lg-6 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .wrap-ordering .col-lg-6 .purchase .header h3 {
    width: 100%;
    font-size: 18px;
  }
  .wrap-ordering .col-lg-6 .purchase .header .your-pick {
    margin-top: 5px;
  }
  .wrap-ordering .col-lg-6 .purchase .header .your-pick .place-product a {
    font-size: 13px;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .bottom > span {
    display: none;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .top:after {
    display: none;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article {
    padding: 5px;
    position: relative;
    height: auto;
  }
  .wrap-ordering .purchase > .content article .service-content {
    margin-left: 0
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content {
    position: relative;
    width: 100%;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .top {
    overflow: hidden;
    position: relative;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content:not(.service-content) .top {
    min-height: 87px;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .top p {
   position: relative;
   top: 3px;
   font-size: 14px;
   width: 100%;
   padding-right: 25px;
   font-size: 14px;
  }
  .wrap-ordering .purchase > .content article .images {
    float: left;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .top img {
   position: absolute;
   top: 0;
   right: 0;
   margin: 10px 10px 0 0;
   width: 11px; 
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .wrap-ordering .purchase > .content article .content .bottom > p,
  .wrap-ordering .purchase > .content article .content .bottom .number,
  .wrap-ordering .purchase > .content article .content .top p {
    float: none;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content.service-content .top p {
    margin-left: 15px;
  }  
  .wrap-ordering .purchase > .content article .content .bottom .number {
    float: none;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .iamges {
    max-width: 120px;
    width: 100%;
  }
  .wrap-ordering .purchase > .content article .content .bottom {
    overflow: hidden;
    margin-top: 20px;
    padding-right: 20px;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .content .bottom .number {
    margin-bottom: 16px;
  }
  .wrap-ordering .purchase > .content article .content .top p a {
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #0062bd;
    text-decoration: none;
  }
  .wrap-ordering .purchase .footer {
    margin-top: 23px;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article .images {
    max-width: 120px;
    width: 100%;
  }
  .wrap-ordering .header-toggle {
    height: initial;
    text-align: center;
  }
  .wrap-ordering .header-toggle > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .header-toggle > div:not(:last-child) {
    margin-right: 0;
  }
  .ordering-toggle .content .form-group > span {
    float: none;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .ordering-toggle .wrap > span {
    float: none;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
  }
  .ordering-toggle .wrap div.city {
    position: relative;
    float: none;
    width: 100%;
  }
  .ordering-toggle input[type="email"],
  .ordering-toggle input[type="password"],
  .ordering-toggle input[type="tel"],
  .ordering-toggle input[type="text"] {
    width: 100%;
  }
  .ordering-toggle select {
    width: 100% !important;
  }
  .ordering-toggle .content .form-group > input {
    width: 100%;
  }
  .wrap-ordering .ordering-toggle .content .input {
    width: 100%;
    margin-left: 0;
  }
  .ordering-toggle .content .of-people {
    position: relative;
    left: 0;
    top: 3px;
    width: 100%;
    font: 12px "Open Sans";
    margin-top: 3px;
  }
  .ordering-toggle .form-data .form-group .help-block {
    width: 100%;
    text-align: left;
  }
  .ordering-toggle .wrap-department {
    width: 100%;
  }
  .ordering-toggle .col.confirm .header .link-edit .mob {
    display: inline-block;
  }
  .ordering-toggle .col.confirm .header .link-edit .desk {
    display: none;
  }
  .ordering-toggle .depart-section {
    padding-bottom: 0;
  }
  .ordering-toggle .my-address {
    width: 100%;
  }
  .wrap-ordering .col-lg-6 .purchase .header .your-pick {
    float: left;
    width: 100%;
  }
  .wrap-ordering .col-lg-6 .purchase .header .your-pick p {
    float: left;
    font-size: 12px;
  }
  .wrap-ordering .purchase > .content article .content .bottom .number .count {
    height: 21px;
  }
  .wrap-ordering .purchase > .content article .content .bottom .number .count input {
    height: 21px;
    top: 1px;
  }
  .number .count .summ-wrap > div .plus,
  .number .count .summ-wrap > div .minus {
    display: block;
    top: 1px;
    position: relative;
    line-height: 21px;
  }
  .number .count .summ-wrap > div .plus {
    top: 1px;
  }
}
@media (max-width: 350px) {
  .wrap-ordering .col-lg-6 .purchase > .content article .images {
    max-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .your-pick p {
    margin-bottom: 0;
  }
  .your-pick .place-product a {
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
  }
}

/* @media (min-width: 1025px) {
  .product .product-main-price {
    max-width: 187px;
  }
} */

@media (max-width: 767px) and (orientation: landscape) {
  .wrap-ordering .col-lg-6 .purchase .header h3 {
    width: auto;
  }
  .wrap-ordering .col-lg-6 .purchase .header .your-pick {
    width: auto;
    margin-left: 10px;
    margin-top: 2px;
  }
}


/* ORDER end */

/* PROFILE start */

#content.profile #primary {
  width: 69.2%;
  padding-left: 0;
}

.profile .side-menu {
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  padding: 42px 53px 40px;
  margin-bottom: 30px;
}

.profile .side-menu a {
  display: block;
  color: #333e48;
  text-decoration: none;
  padding: 15px 0 16px 0;
}

.profile .side-menu a:hover {
  text-decoration: underline;
}

.profile .side-menu a:focus {
  outline: none;
}

.profile .side-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.profile .profile-inner {
  padding-top: 22px;
}

.profile .profile-order-check {
  text-align: right;
}

.profile .profile-hist-topline {
  margin-bottom: 8px;
}

.profile .profile-order-line {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  color: #333e48;
}

.profile .profile-order-num {
  font-weight: 700;
  margin-right: 25px;
}

.profile .profile-order-date {
  color: #7d7d7d;
}

.profile .profile-order-check {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 14px;
  color: #7d7d7d;
}

.profile .profile-icon-check {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 9px;
  background: url('../img/ico-check.svg') 0 0 no-repeat;
  background-size: 12px 9px;
  margin-right: 2px;
}

.profile .profile-order-checkcol {
  text-align: right;
  margin-top: -5px;
}

.custrow {
  margin-left: 0;
  margin-right: 0;
}

.custrow > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

#content .large-title {
  border: 1px solid #1b93c5;
}

#content .large-title > h1 {
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 1;
  color: #333e48;
  padding: 15px 16px 17px 16px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.table.history-table {
  position: relative;
}

.profile-table-item:nth-last-of-type(1) .table.history-table .hist-last > td:after {
  display: none;
}

.table.history-table td {
  border-bottom: 1px solid #eceeef;
  color: #343f49;
  font-size: 14px;
  height: 100px;
}

.table.history-table th {
  font-size: 14px;
  color: #717171;
  background: #f5f5f5;
}

.table.history-table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table.history-table .hist-title {
  width: 310px;
  min-width: 200px;
  text-align: left;
}

.table.history-table th {
  font-size: 14px;
  color: #717171;
  background: #f5f5f5;
}

.table.history-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table.history-table td,
.table.history-table th {
  vertical-align: middle;
  text-align: center;
  border-top: none;
}

.table.history-table .hist-last > td {
  border-bottom: none;
  height: auto;
}

.table.history-table .hist-last > td:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 65%;
  height: 1px;
  display: block;
  background: #eaeaea;
  margin: auto;
}

.table.history-table td:first-child {
  width: 86px;
}

.table.history-table td:hover:after {
  content: '';
  display: none;
}

.hist-price-num,
.hist-price-usd,
.hist-total {
  white-space: nowrap;
}

.hist-total,
.hist-input,
.hist-price,
.hist-price-usd,
.hist-art {
  width: 120px;
}

.profile .loop-product-categories {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #878787;
}

.profile .hist-title-heading a {
  display: block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #333e48;
  padding-top: 6px;
  text-decoration: none;
}

.profile .hist-title-heading a:hover {
  text-decoration: underline;
}

.profile .active-service .hist-img {
    border-bottom: none;
}
.profile .history-service td {
    height: auto;
}

.profile .hist-img > img {
  min-width: 60px;
  height: 60px;
}

.profile .hist-total-row {
  float: right;
  width: 100%;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #343f49;
  text-align: right;
  padding: 3px 0 17px;
}

.profile td.hist-total {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
}

.profile .hist-total-row .hist-total-cell:first-child {
  font-weight: 700;
}

.profile .showmore-block {
  display: block;
  text-align: center;
  margin-top: -20px;
}

.profile .showmore-btn {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  background: #1b93c5;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  transition: .2s;
}

.profile .showmore-btn:hover {
  background: #187fab;
  color: #fff;
}

.profile .hist-img img {
  min-width: 60px;
  height: 60px;
}

#content.profile {
  margin-bottom: 60px;
}

.profile .profile-holder-form {
  width: 54.56%;
  max-width: 442px;
  margin-left: 16px;
}

.profile .form-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 28px;
}

.profile .form-group > span {
  float: left;
  width: 147px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333e48;
  margin-top: 6px;
}

.profile .form-group > input {
  float: right;
  width: 66.5%;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  background-color: #fafbfb;
  color: #333e48;
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.profile .form-group > input:focus {
  border-color: #1b93c5;
}

.profile .form-group > .error {
  border-color: #ee3338;
}

.profile .form-group > input::-webkit-input-placeholder {
  color: #a5a5a5;
}

.profile .form-group > input::-moz-placeholder {
  color: #a5a5a5;
}

.profile .form-group > input:-ms-input-placeholder {
  color: #a5a5a5;
}

.profile .form-group > input:-moz-placeholder {
  color: #a5a5a5;
}

.profile .profile-main,
.profile .profile-compl {
  overflow: hidden;
}

.profile .profile-main {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 12px;
}

.profile .submit {
  float: right;
  width: 66.5%;
  text-align: center;
  padding: 0 0 30px;
}

.profile .form-group .help-block {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 64%;
}

.profile .form-group small {
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #ef3338;
}

.profile .form-group > .form-help {
  position: absolute;
  right: -132px;
  top: 12px;
  font-family: 'Open Sans';
  line-height: 12px;
  font-size: 13px;
  font-style: normal;
  color: #7d7d7d;
  border-bottom: 1px dashed #7d7d7d;
}

.profile .form-group > .form-help.clicked {
  top: 15px;
  font-size: 12px;
  font-style: italic;
}

.profile .form-group > .form-help:hover {
  border-bottom: none;
}

.profile .profile-section-name {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  color: #333e48;
  padding-bottom: 22px;
  padding-top: 24px;
}

.profile .submit-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 257px;
  height: 45px;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  background-color: #1b93c5;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 0 15px;
}

.profile .submit-btn:hover {
  color: #fff;
  background-color: #187fab;
}

.profile .submit-btn:focus {
  color: #fff;
}

.require {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  color: #1b93c5;
}

.wishlist .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wishlist .item-buy {
  padding-top: 23px;
}

.wishlist .item-holder-image {
  display: block;
  margin-left: -10px;
}

.wishlist .item-index {
  padding-left: 20px;
}

.wishlist .item:nth-last-of-type(1) {
  border: none;
}

.wishlist .item-col-1 {
  min-width: 194px;
  max-width: 194px;
}

.wishlist .item-col-2 {
  padding-right: 30px;
}

.wishlist .item-col-3 {
  margin-left: auto;
}

.wishlist .item-cat {
  display: block;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #878787;
}

.wishlist .item-label {
  display: block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #333e48;
  ;
  text-decoration: none;
  padding: 8px 0 8px;
}

.wishlist .item-label:hover {
  text-decoration: underline;
}

.wishlist .item-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.wishlist .item-body li {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
  padding-left: 12px;
}

.wishlist .item-body li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #7d7d7d;
  border-radius: 50%;
}

.wishlist .item-prod-status {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #5bb300;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
}

.wishlist .item-price-line {
  padding: 6px 0 13px;
}

.wishlist .item-old-price {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #848484;
  text-decoration: line-through;
}

.wishlist .item-price {
  font-family: 'Open Sans';
  font-size: 23px;
  line-height: 23px;
  color: #ee0000;
}

.wishlist .item-btn {
  display: block;
  width: 170px;
  height: 43px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 43px;
  background-color: #1b93c5;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
}

.wishlist .item:hover .item-btn {
  background-color: #187fab;
}

.wishlist .item--noact .item-btn {
  background-color: #e6e6e6 !important;
}

.wishlist span[class^="ico-"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.wishlist .ico-stock {
  width: 12px;
  height: 9px;
  background: url('../img/ico-check-ok.svg') 0 0 no-repeat;
  background-size: 12px 9px;
  margin-right: 3px;
}

.wishlist .ico-cross:after {
  content: '\77';
  font-family: 'font-electro' !important;
  font-size: 10px;
  color: #cccccc;
}

.wishlist .ico-cart {
  margin-right: 5px;
}

.wishlist .ico-cart:after {
  content: '\61';
  position: relative;
  top: -1px;
  font-family: font-electro !important;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.wishlist .item-ics {
  padding-top: 11px;
}

.wishlist .item-ics li {
  /*padding-left: 40px;*/
}

.wishlist .item-ics a {
  text-align: center;
}

.wishlist .item-ics ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.wishlist .item-ics a:hover,
.wishlist .item-ics a:hover span[class^="ico-"]:after {
  color: #3b3b3b
}

.wishlist .ico-equal:after {
  content: '\e901';
  font-family: 'font-ntema' !important;
  font-size: 14px;
  line-height: 14px;
}

.wishlist .ico-rem:after {
  content: '\e902';
  font-family: 'font-ntema' !important;
  font-size: 25px;
  line-height: 25px;
  left: -5px;
  margin-right: -9px;
  position: relative;
}

.wishlist .ico-equal,
.wishlist .ico-rem {
  margin-right: 5px;
}

.wishlist .item-ics a {
  display: block;
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 15px;
  color: #848484;
}

.wishlist .unavail {
  color: #cccccc;
}

.wishlist .hidden {
  visibility: hidden;
}

.wishlist .item--noact .item-price,
.wishlist .item--baskt .item-price {
  color: #333e48;
}

.wishlist .item--baskt .ico-equal {
  // color: #1b93c5;
}

.wishlist .item--noact .item-btn {
  background-color: #e6e6e6;
  pointer-events: none;
}

.wishlist .item-ics li {
  margin-bottom: 5px;
}

.wishlist .showmore-block {
  margin-top: 26px;
}

@media (max-width: 1200px) {
  .profile .profile-holder-form {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .profile .side-menu {
    min-width: 289px;
    max-width: 289px;
  }
}

@media (max-width: 1024px) {
  /* *:not(input):not(textarea) {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  } */
  .profile .profile-holder-form {
    width: 70%;
  }
  .hist-img img {
    min-width: 60px !important;
    height: 60px;
  }
  .profile .side-menu {
    padding: 25px 25px;
  }
  .wishlist .item-col-1 {
    min-width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 992px) {
  #content.profile #primary {
    clear: both;
    float: none;
    width: auto;
  }
}

@media (max-width: 768px) {
  .table.history-table .hist-title {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .profile .profile-order-checkcol {
    text-align: left;
    margin-top: 5px;
  }
  .profile .showmore-block {
    margin-top: -10px;
  }
  #content.profile .woocommerce-breadcrumb {
    margin-bottom: 2em;
  }
  .profile .form-group > span {
    float: none;
    display: block;
  }
  .profile .form-group > input {
    width: 100%;
  }
  .profile .profile-holder-form {
    width: auto;
    max-width: none;
    margin-left: 0;
  }
  .profile .form-group .help-block {
    width: 100%;
  }
  .profile .submit {
    float: none;
    width: auto;
  }
  .profile .help-block {
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 72%;
  }
  .profile .form-group > .form-help {
    position: relative;
    left: 0;
    top: 3px;
    width: 100%;
    font: 12px "Open Sans";
    margin-top: 3px;
  }
  .profile .form-group > .form-help.clicked {
    top: 3px !important;
  }
  .wishlist {
    overflow: hidden;
    padding-top: 15px;
  }
  .wishlist .item {
    float: left;
    width: 48%;
    display: block;
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .wishlist .item:nth-last-of-type(1) {
    border: 1px solid #ddd;
  }
  .wishlist .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .wishlist .item .item-holder-image {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  .wishlist .item .item-col-1 {
    min-width: 0;
    min-height: 0;
    max-width: 150px;
    padding: 15px;
    margin: auto;
  }
  .wishlist .item .item-col-1,
  .wishlist .item .item-col-2 {
    padding-bottom: 30px;
  }
  .wishlist .item .item-col-2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .wishlist .item .item-col-3 {
    width: 80%;
    margin: auto;
  }
  .wishlist .item-buy {
    text-align: center;
    padding-top: 0;
  }
  .wishlist .item-btn {
    width: 116px;
    font-size: 12px;
    margin: auto;
  }
  .wishlist .item-ics {
    text-align: left;
    padding-top: 11px;
  }
  .wishlist .item-ics li {
    padding-left: 92px;
  }
  .wishlist .item .item-holder-image img {
    margin: auto;
  }
  .table.history-table thead {
    display: none;
  }
  .table.history-table td:before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
  }
  .table.history-table td {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .table.history-table td:first-child {
    width: 100%;
  }
  .table.history-table .hist-last {
    border-top: 1px solid #eceeef;
  }
  .table.history-table .hist-img img {
    width: 120px;
    height: 120px;
    margin: auto;
  }
  .table.history-table tbody,
  .table.history-table tbody tr {
    display: block;
  }
  .table.history-table .hist-title {
    width: auto;
    text-align: center;
  }
  .table.history-table td {
    padding: 2px 0;
  }
  .profile .profile-order-date {
    text-align: right;
    float: right;
  }
  .wishlist .item-price {
    font-size: 13px;
    line-height: 13px;
  }
  .wishlist .item-old-price {
    font-size: 10px;
  }
  .wishlist .item-index {
    padding-left: 0;
  }
  .wishlist .item-ics li {
    padding-left: 12px;
  }
  .wishlist .item-body li {
    font-size: 10px;
  }
  .profile .showmore-block {
    clear: both;
    margin-top: 0;
    padding-top: 20px;
  }
  .wrap-ordering .or {
    display: none;
  }
  .wrap-ordering .social {
    text-align: left;
    padding-top: 20px;
  }
  .wrap-ordering .form-sign {
    width: 100%;
  }
  .wrap-ordering .social {
    text-align: left;
  }
  .wrap-ordering .social a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .wrap-ordering .social a:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .table.history-table .hist-title {
    min-width: 0;
  }

  .brand .common-categories-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}


/* PROFILE end */

/* BRAND atart */

.brand {}

.brand .brand-point {
  display: flex;
  align-items: center;
  height: 236px;
  background: url('../img/brand-bg.jpg') 0 0 no-repeat;
  background-size: cover;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}

.brand .brand-box {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  width: 564px;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  padding: 40px 30px;
  margin: auto;
}

.brand .brand-box .text {
  position: relative;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-left: 20px;
}

.brand .brand-box .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #1b93c5;
}

.brand .brand-box .logotype {
  flex-shrink: 0;
}

.brand .brand-box h2 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333e48;
  margin-bottom: 7px;
}

.brand .brand-box p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  color: #333e48;
  margin-bottom: 0;
}

.brand .brand-descr {
  padding: 47px 0 64px;
}

.brand h1 {
  font-family: 'Open Sans';
  font-size: 38px;
  line-height: 38px;
  color: #333e48;
}

.brand p {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 26px;
  color: #333e48;
  margin-bottom: 22px;
}

.brand .top {
  padding-bottom: 7px;
}

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

.brand .features li {
  background-color: #f3f3f3;
}

.brand .features li:not(:last-child) {
  margin-bottom: 15px;
}

.brand .features-label {
  position: relative;
  display: block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333e48;
  text-decoration: none;
  padding: 23px 26px 21px;
}

.brand .features-label:after {
  content: '';
  position: absolute;
  right: 24px;
  top: 24px;
  background: url('../img/features-arrow.svg') 0 0 no-repeat;
  background-size: 21px 12px;
  width: 21px;
  height: 12px;
  transition: .2s;
}

.brand .is-open .features-label:after {
  transform: rotate(180deg);
}

.brand .features-content {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 26px;
  color: #333e48;
  padding: 0 26px 22px;
  margin-bottom: 15px;
}

.brand .all-products {
  width: 247px;
  height: 271px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 27px 25px;
  margin-top: 78px;
  transition: .2s;
}

.brand .all-products:hover {
  background: #eaeaea;
}

.brand .all-together {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  height: 214px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .11);
  padding: 18px;
}

.brand .all-together span {
  font-family: 'Open Sans';
  font-size: 30px;
  line-height: 30px;
  display: block;
  color: #333e48;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  margin-bottom: 15px;
}

.brand .all-together:hover span {
  text-decoration: none;
  border-bottom: 1px solid #333e48;
}

.brand .all-together img {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
}

.brand .brand-descr {
  margin-bottom: 0;
}

.brand header .h1 {
  font-size: 38px;
  line-height: 35px;
  color: #333e48;
}

.brand header {
  margin-bottom: 19px;
}

.brand .brand-products {
  padding-top: 65px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.brand .products-carousel .owl-stage-outer {
  padding-bottom: 45px;
  margin-bottom: 0;
}

.brand .products-carousel .owl-item .product {
  margin-top: 2px;
  margin-bottom: 0;
}

.brand .products-carousel-tabs {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.brand .section-products-carousel .owl-nav .owl-prev,
.brand .section-products-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 20px;
  background: #ccc;
  padding: 40px;
  margin-top: -68px;
}

.brand .section-products-carousel .owl-nav .owl-prev {
  background: url('../img/brand-arrow.svg') 50% 50% no-repeat;
  background-size: 11px 20px;
  transform: rotate(-180deg);
}

.brand .section-products-carousel .owl-nav .owl-prev:hover {
  background: url('../img/brand-arrow-hover.svg') 50% 50% no-repeat;
  background-size: 11px 20px;
}

.brand .section-products-carousel .owl-nav .owl-next {
  background: url('../img/brand-arrow.svg') 50% 50% no-repeat;
  background-size: 11px 20px;
}

.brand .section-products-carousel .owl-nav .owl-prev.disabled {
  background: url('../img/brand-arrow.svg') 50% 50% no-repeat !important;
  background-size: 11px 20px;
  cursor: default;
}

.brand .section-products-carousel .owl-nav .owl-next.disabled {
  background: url('../img/brand-arrow.svg') 50% 50% no-repeat !important;
  background-size: 11px 20px;
  cursor: default;
}

.brand .section-products-carousel .owl-nav .owl-next:hover {
  background: url('../img/brand-arrow-hover.svg') 50% 50% no-repeat;
  background-size: 11px 20px;
}

.brand .section-products-carousel .owl-nav .owl-prev {
  left: -20px;
}

.brand .section-products-carousel .owl-nav .owl-next {
  right: -20px;
}

.brand ul.nav {
  float: none;
  margin-bottom: 33px;
}

.brand .nav-inline {
  border-bottom: 1px solid #ddd;
}

.brand ul.nav.nav--custom a {
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 24px;
  color: #7b8186;
  transition: color .2s;
}

.brand ul.nav.nav--custom a:before,
.brand ul.nav.nav--custom a:after {
  transition: all .2s;
}

.brand ul.nav.nav--custom .active {
  color: #333e48;
  font-weight: 700;
  transition: color .2s;
}

.brand ul.nav.nav--custom .nav-item {
  position: relative;
}

.brand ul.nav.nav--custom .nav-item + .nav-item {
  margin-left: 42px;
}

.brand ul.nav.nav--custom > .nav-item > .nav-link.active:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #1b93c5;
}

.brand ul.nav.nav--custom > .nav-item > .nav-link.active:after {
  content: ' ';
  border-bottom: 2px solid #1b93c5;
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
}

.brand .brand-products .columns-6-1 {
  padding-bottom: 65px;
}

.brand .brand-products .tab-content {
  margin-bottom: -20px;
}

.brand .news {
  background-color: #ffffff;
  padding: 64px .9375rem 18px;
}

.brand .news .article {
  background-color: #f3f3f3;
}

.brand .news .article:not(.article-big) {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.brand .news .article:not(.article-big) div[class*="col-"]:first-child {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.brand .news .article:not(.article-big) img {
  max-width: 125px;
}

.brand .news .article img {
  max-height: 200px;
  height: auto;
  margin-bottom: 25px;
}

.brand .news .article-date {
  font-size: 14px;
  color: #9d9c9c;
  margin-bottom: 8px;
}

.brand .news .article h3 {
  font-size: 18px;
  color: #333e48;
  margin-bottom: 5px;
}

.brand .news h3 > a {
  color: #333e48;
}

.brand .news h3 > a:hover {
  text-decoration: underline;
}

.brand .news .article-text {
  width: 80%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.5px;
  color: #9d9c9c;
  margin-bottom: 3px;
}

.brand .news header {
  margin-bottom: 31px;
}

.brand .reviews-btn {
  text-align: center;
  margin-top: -4px;
}

.brand .reviews-btn .locale-btn {
  display: inline-block;
  vertical-align: middle;
  width: 205px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  background: #1b93c5;
  color: #fff;
  text-align: center;
  transition: .2s;
}

.columns-6-1 > ul.collection.product-main-6-1 {
  padding-left: 0;
  padding-right: 5px;
}

.columns-6-1 > ul.collection.products-6 {
  padding-left: 0;
  padding-right: 0.9375rem;
}

.brand .reviews-btn .locale-btn:hover {
  background: #187fab;
}

.common-categories {
  margin-bottom: 5px;
}

.common-categories .common-categories-list {
  list-style: none;
  padding-left: 0;
}

.common-categories .common-categories-list:after {
  content: '';
  clear: both;
  display: table;
}

.common-categories li {
  position: relative;
  float: left;
  width: 25.6%;
  padding-right: 10px;
}

.common-categories li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 7px;
  background: url('../img/category-arrow.svg') 0 0 no-repeat;
  background-size: 4px 7px;
}

.common-categories li:hover:before {
  background: url('../img/category-arrow-hover.svg') 0 0 no-repeat;
  background-size: 4px 7px;
}

.common-categories li:nth-child(4n + 4) {
  width: 23.2%;
  padding-right: 0;
}

.common-categories a {
  display: block;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  color: #70767b;
  text-decoration: none;
  padding: 8px 0 8px 9px;
}

.common-categories a:hover {
  color: #35a2d0;
  text-decoration: none;
}

.brand .columns-6-1 > ul.products.collection:nth-child(1) > li.product .product-inner {
  padding-left: 38px;
}

.brand ul.nav {
  height: 52px;
}

@media (min-width: 1200px) {
  .brand .brand-products-cards {
    width: 872px;
  }
}

@media (min-width: 1024px) {
  .brand .articles-container {
    left: 5px;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .brand .all-products {
    width: 220px;
    height: 235px;
  }
  .brand .all-together {
    height: 180px;
  }
  .brand .all-together span {
    font-size: 24px;
    line-height: 24px;
  }
  .brand .all-together img {
    width: 40px;
  }
  .brand .products-carousel-tabs {
    margin-bottom: 0;
  }
  .brand .products-carousel .owl-stage-outer {
    padding-bottom: 85px;
  }
  .brand .section-products-carousel .owl-nav .owl-prev,
  .brand .section-products-carousel .owl-nav .owl-next {
    margin-top: -90px;
  }
  .brand .products-carousel .owl-stage-outer {
    padding-bottom: 40px;
  }
  .brand .all-products {
    margin-top: 121px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news header {
    margin-right: 0;
    margin-left: 0;
  }
  .brand .articles-container {
    left: 8px;
    position: relative;
  }

  .catalog .content-area {
    overflow-x: hidden;
  }

  .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    height: 45px;
  }

  .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
  }

  .header-v3 .navbar-mini-cart {
    margin-top: 10px;
  }  
}

@media (max-width: 1023px) {
  .brand .all-products {
    width: 160px;
    height: 150px;
    padding: 15px;
    margin-top: 135;
  }
  .brand .all-together {
    height: 120px;
  }
  .brand .all-together span {
    font-size: 16px;
    line-height: 26px;
  }
  .common-categories li:nth-child(4n + 4) {
    width: 50%;
  }
  .common-categories li:nth-child(even) {
    padding-right: 0;
  }
  .common-categories li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    min-height: 30px;
  }
  .common-categories li:before {
    top: 12px;
  }
  .brand .brand-products {
    padding-top: 30px;
  }
  .brand .news .article img {
    max-width: 100% !important;
    height: auto;
  }
  .brand .columns-6-1 > ul.products.collection:nth-child(1) > li.product .product-inner {
    padding-left: 23px;
  }
}

@media (max-width: 767px) {
  .common-categories .common-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .brand .brand-box {
    width: 100%;
    flex-direction: column;
    padding: 20px 20px;
  }
  .brand .brand-box .text:before {
    content: '';
    width: auto;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
  }
  .brand .logotype img {
    width: 150px;
  }
  .brand .brand-box h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .brand .brand-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .brand .brand-box .text {
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
    margin-left: 0;
    margin-top: 20px;
  }
  .brand .brand-descr {
    padding: 30px 0;
  }
  .brand p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .brand .top {
    padding-bottom: 20px;
  }
  .brand .features-label {
    font-size: 14px;
    line-height: 14px;
    padding: 23px 15px 20px;
  }
  .brand .features-content {
    font-size: 14px;
    line-height: 22px;
  }
  .brand .features-label:after {
    width: 18px;
    height: 9px;
    background: url('../img/features-arrow.svg') 0 0 no-repeat;
    background-size: 18px 9px;
  }
  .brand .all-products {
    width: 120px;
    margin-top: 12px;
  }
  .brand .all-together span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .brand .all-together img {
    width: 30px;
  }
  .brand header .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .brand .products-carousel .owl-stage-outer {
    padding-bottom: 30px;
  }
  .brand .brand-products {
    overflow: hidden;
    padding: 20px 0;
  }
  .brand .products-carousel-tabs {
    padding-bottom: 0;
  }
  .brand ul.nav.nav--custom .nav-link:hover,
  .brand ul.nav.nav--custom .active {
    font-size: 20px;
    line-height: 20px;
  }
  .brand ul.nav.nav--custom a {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .brand ul.nav.nav--custom .nav-item + .nav-item {
    margin-left: auto;
  }
  .brand ul.nav.nav--custom .nav-item {
    margin: 0 auto 15px;
  }
  .columns-6-1 > ul.products.products-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .columns-6-1 > ul.collection.product-main-6-1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .brand ul.nav {
    margin-top: 1px;
  }
  .brand .news {
    padding: 20px .09375rem 20px;
    margin-bottom: 0;
  }
  .brand .news .article {
    display: flex;
    flex-direction: column;
  }
  .brand .reviews-btn {
    margin-top: 5px;
  }
  .brand .brand-products .columns-6-1 {
    padding-bottom: 0;
  }
  .brand .owl-nav {
    display: none;
  }
  .brand .all-products {
    margin-left: 0;
  }
  .brand .article-min-container,
  .brand .article-big-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-categories a {
    font-size: 12px;
    padding: 4px 0 4px 9px;
  }
  .common-categories li:before {
    top: 8px;
  }
  .brand ul.nav {
    height: auto;
  }
  .brand .article-min-container > .row {
    margin: 0;
  }
  .brand .products .product .price {
    font-size: 16px;
  }
  .brand .products-carousel .owl-item .product .product-inner {
    padding: 10px;
  }
  .hover-area a {
    white-space: nowrap;
  }
  .brand .section-products-carousel .row {
    position: relative;
  }
  .brand .section-products-carousel .row > div[class^="col-"]:first-child {
    position: static;
  }
  .brand .section-products-carousel .products-carousel {
    position: static;
  }
  .brand .section-products-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .brand .brand-box .text {
    max-width: 65%;
  }
  .brand .all-products {
    margin-top: 110px;
  }
  .brand .news .article:not(.article-big) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .brand ul.nav.nav--custom .nav-item {
    margin-bottom: 0;
  }
  .brand ul.nav.nav--custom .nav-item + .nav-item {
    margin-left: 20px;
  }
  .brand .products-6-1 .columns-6-1 ul.products.products-6 li.product,
  .brand ul.products.columns-2 > li {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .brand .products-6-1 .columns-6-1 ul.products.products-6 li.product,
  .brand ul.products.columns-2 > li {
    margin-bottom: 19px;
  }
}

@media (max-width: 568px) and (orientation: landscape) {
  .brand .all-products {
    margin-top: 116px;
  }
}

@media (max-width: 400px) {
  .brand .all-products {
    width: 100px;
    padding: 10px;
    height: 103px;
    margin-left: -10px;
    margin-top: 152px;
  }
  .brand .all-together {
    height: 81px;
  }
}

@media (max-width: 320px) {
  .brand .all-products {
    margin-left: -20px;
    margin-top: 137px;
  }
  .wrap-ordering .button:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 991px) and (min-width: 544px) {
  .brand ul.products > li.product {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand .articles-container {
    padding: 0 5px;
  }
}


/* BRAND end */

/* TEXT start */

.page.text .site-content {
  padding: 50px 0;
  margin-bottom: 0 !important;
}

.wysiwygText h1,
.wysiwygText h2,
.wysiwygText h3,
.wysiwygText h4,
.wysiwygText h5,
.wysiwygText h6 {
  font-family: 'Open Sans';
  color: #333e48;
}

#content h1 {
  font-size: 38px;
  line-height: 46px;
  margin: 10px 0 38px;
}

.wysiwygText h2 {
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0 40px;
}

.wysiwygText h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0 35px;
}

.wysiwygText h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 35px;
}

.wysiwygText h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0 34px;
}

.wysiwygText h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.wysiwygText ul:not([class]),
.wysiwygText ol:not([class]) {
  list-style: none;
  padding: 0;
}

.wysiwygText ul:not([class]) li,
.wysiwygText ol:not([class]) li {
  position: relative;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 24px;
  color: #7d7d7d;
  padding-left: 14px;
}

.wysiwygText ul:not([class]) li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #7d7d7d;
  border-radius: 50%;
}

.wysiwygText ol:not([class]) {
  list-style: none;
  counter-reset: list;
}

.wysiwygText ol:not([class]) li:before {
  content: counter(list)'.';
  counter-increment: list;
  position: absolute;
  left: -2px;
  top: 0;
}

.wysiwygText div {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: #333e48;
  letter-spacing: -.35px;
}

.wysiwygText small {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
  letter-spacing: -.35px;
}

.wysiwygText p {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 26px;
  color: #333e48;
  margin-bottom: 21px;
}

.wysiwygText p span {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 21px;
  color: #333e48;
}

.wysiwygText a {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #1b93c5;
  text-decoration: underline;
}

.wysiwygText a:hover {
  text-decoration: none;
}

.wysiwygText b {
  font-weight: 400;
}

.wysiwygText b > a {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #a0a0a0;
  text-decoration: underline;
}

.wysiwygText b > a:hover {
  text-decoration: none;
}

.page.dealer .woocommerce-breadcrumb {
  margin-bottom: 44px;
}

.page.dealer #content {
  margin-bottom: 36px;
}

.page.dealer #content h1 {
  margin-bottom: 18px;
}

.wysiwygText table {
  width: 100%;
  min-width: 500px;
}

.wysiwygText table th {
  font-weight: 700;
}

.wysiwygText table th,
.wysiwygText table td {
  height: 50px;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  color: #333e48;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  transition: .2s;
}

.wysiwygText table tr:hover td {
  background-color: #f8f8f8;
  cursor: pointer;
}

.wysiwygText.box.box-closed {
  margin-bottom: 50px;
  /* height: 340px; */
  transition: height 0.3s linear;
}

@media(min-width: 1200px) {
  .wysiwygText.box.box-closed {
    margin-bottom: 75px;
  }
}

.wysiwygText.box h2 {
  margin: 40px 0 20px;
}

.wysiwygText.box h3 {
  font-weight: normal;
  margin: 35px 0 20px;
}

.wysiwygText.box h4 {
  margin: 35px 0 20px;
}

.wysiwygText.box h5 {
  font-weight: normal;
  margin: 34px 0 20px;
}

.wysiwygText.box h6 {
  font-weight: normal;
}

.wysiwygText.box.box-closed.opened {
  height: auto;
}
.wysiwygText.box .toggle .closed,
.wysiwygText.box.opened .toggle .open {
  display: none;
}
.wysiwygText.box .toggle .opened,
.wysiwygText.box .toggle .open,
.wysiwygText.box.opened .toggle .closed {
  display: inline;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #7d7d7d;
  text-decoration: underline;
}
.wysiwygText.box .toggle .opened:hover,
.wysiwygText.box .toggle .open:hover,
.wysiwygText.box.opened .toggle .closed:hover {
  text-decoration: none;
}
.wysiwygText.box a.toggle {
  display: block !important;
  text-align: center;
  margin-top: 15px;
}
.wysiwygText table ~ h2 {
  clear: both;
}

@media (max-width: 1023px) {
  .page.dealer .woocommerce-breadcrumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* .wysiwygText table thead {
    display: none;
  }
  .wysiwygText table tr:not(:first-child) {
    border-top: 3px solid #1b93c5;
  }
  .wysiwygText table td {
    display: flex;
    align-items: center;
  }
  .wysiwygText table td:before {
    content: attr(data-title);
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #333e48;
  } */
  #content h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .page.text .site-content {
    padding: 25px 0;
  }
  /* .wysiwygText p {
    margin-bottom: 25px;
  } */
  .page.dealer .woocommerce-breadcrumb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wrap-ordering .social {
    width: 100%;
  }
}


/* TEXT end */

/* PRODUCT start */

#content.product {
  margin-bottom: 12px;
}

.product-card {
  margin-bottom: 174px;
}

.product-card .left-column {
  float: left;
  width: 74.35%;
}

.product-card .right-column {
  float: right;
  width: 23.07%;
}

.product-card .product-showcase {
  float: left;
  width: 54.7%;
  max-width: 470px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.product-card .product-slideshow {
  float: left;
  border: 1px solid #c6c6c6;
}

.product-card .product-info {
  /*  float: right;*/
  display: inline-block;
  width: 42.5%;
  margin-top: -3px;
}

.product-card .product-head {
  position: relative;
}

.product-card .product-sidebar-pay-card img {
  width: 51px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.product-card .product-sidebar {
  border: 1px solid #e9e9e9;
}

.product-card .product-storage:after {
  content: '';
  clear: both;
  display: table;
}

.product-card .product-content-tabs {
  padding-top: 106px;
}

.product-card .product-content-tabs .nav {
  text-align: center;
}

.product-card .product-content-tabs .tab-content {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 70px 68px;
}

.product-card .product-line:last-child p {
  margin-bottom: 0;
}

.product-card .product-summary {
  text-align: left;
}

.product-card .product-info-heading {
  font-size: 23px;
  color: #333e48;
  margin-bottom: 26px;
}

.product-card .product-summary p {
  font-size: 14px;
  line-height: 22px;
  color: #686c6f;
}

.product-card .product-summary img {
  margin-top: 70px;
  /*  margin-bottom: 60px;*/
}
.product-card .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-video-block p {
  margin-bottom: 40px;
}
.product-card .product-line {
  margin-top: 60px;
}

.product-card .product-line:first-child {
  margin-top: 0;
}

.nav--product .nav-item + .nav-item,
.nav--product .nav-link + .nav-link {
  margin-left: 45px;
}

.product-card .nav--product .nav-link {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #333e48;
  padding-bottom: 15px;
}

.product-card .nav--product .nav-link.active {
  font-weight: 700;
  color: #333e48;
}

.product-card .nav--product .nav-link.active:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #1b93c5;
}

.product-card .nav--product .nav-link.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  border-bottom: 2px solid transparent;
  border-color: #1b93c5;
}

.product-card .product-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-card .product-sidebar-list li {
  padding: 20px 18px 21px 21px;
  border-bottom: 1px solid #e9e9e9;
}

.product-card .product-sidebar-list img {
  float: left;
}

.product .product-sidebar .text {
  margin-left: 65px;
}

.product .product-sidebar h3 {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 700;
  color: #333e48;
  margin-bottom: 4px;
}

.product .product-sidebar p {
  font-size: 13px;
  line-height: 17px;
  color: #333e48;
  margin-bottom: 0;
}

.product .product-sidebar-pay {
  padding: 22px 20px 20px;
}

.product .product-sidebar-top {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #333e48;
  margin-bottom: 5px;
}

.product .product-sidebar-pay p {
  font-size: 13px;
  color: #333e48;
}

.product .product-sidebar-pay-card {
  margin-top: 16px;
}

.product .product-title {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  color: #333e48;
  padding-bottom: 27px;
}

#content.product .product-title {
  font-size: 25px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.product .product-status-line {
  padding-bottom: 29px;
}

.product .product-status-line:after {
  content: '';
  display: table;
  clear: both;
}

.product .product-status {
  float: left;
}

.product .product-worth {
  clear: both;
}

.product .product-main-price {
  float: left;
}

@media (max-width: 767px) {
  .product .product-main-price {
    margin-right: 10px;
  }
}

.product .product-counter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px;
}

.product .product-button-container {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.product .slider-right {
  display: inline-block;
  vertical-align: middle;
  margin-top: 17px;
}

.product .slider-product {
  margin-bottom: 16px;
}

.product .slider-product-nav {
  max-width: 382px;
}

.product .slider-product img {
  border: 1px solid #c6c6c6;
}

.product .slider-product-nav img {
  border: 1px solid #eaeaea;
}

.product .slider-product-nav .slick-slide.slick-current {
  position: relative;
}

.product .slider-product-nav .slick-slide {
  width: 70px;
  margin-right: 6px;
}

.product .slider-product-nav .slick-slide.slick-current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1b93c5;
}

.product .slick-prev:before,
.product .slick-next:before {
  content: '\71';
  top: 0;
  position: relative;
  font-family: 'font-electro';
  font-size: 23px;
  color: #d6d6d6;
}

.product .slick-prev:hover:before,
.product .slick-next:hover:before {
  color: #c6c6c6;
}

.product .slick-prev {
  display: none !important;
}

.product .slick-prev:focus,
.product .slick-next:focus {
  background: none !important;
}

.product .product-status {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 14px;
}

.product .product-status.avail {
  color: #5bb300;
}

.product .product-status.notavail {
  color: #ccc;
  display: none;
}

.product .ico-cross {
  position: relative;
  top: 1px;
}

.product .product-panel-box {
  float: right;
  margin-top: -7px;
}

.product .add-to span {
  display: inline-block;
  vertical-align: middle;
}

.product .product-panel-box a:hover {
  color: #3b3b3b;
}

.product .product-panel-box a:hover .ico-compare:after,
.product .product-panel-box a:hover .ico-favour:after {
  color: #3b3b3b;
}

.product .product-panel-box a:not(:last-child) {
  margin-right: 13px;
}

.product .ico-stock {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 9px;
  background: url(../img/ico-check-ok.svg) 0 0 no-repeat;
  background-size: 12px 9px;
  margin-right: 3px;
}

.product .ico-cross:after {
  content: '\77';
  font-family: 'font-electro' !important;
  font-size: 10px;
  color: #cccccc;
  margin-right: 3px;
}

.product .ico-compare {
  margin-right: 6px;
}

.product .ico-favour {
  margin-right: 2px;
}

.product .ico-compare:after {
  content: "\64";
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 15px/1 font-electro;
  color: #848484;
}

.product .ico-favour:after {
  content: "\f08a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
}

.product .product-compare,
.product .product-favourite {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 13px;
  color: #848484;
}

.product .product-canceled-price {
  position: absolute;
  top: 24px;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 18px;
  color: #848484;
  text-decoration: line-through;
  margin-top: -4px;
  margin-bottom: 5px;
}

.product .product-current-price {
  font-family: 'Open Sans';
  font-size: 30px;
  line-height: 30px;
  color: #333e48;
  white-space: nowrap;
  padding-bottom: 4px;
}

.product .product-current-price > b {
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 36px;
}

.product .product-retail-price,
.product .product-admin-price {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: #333e48;
  margin-bottom: 5px;
}

.product .product-card--not-available .product-status.avail {
  display: none;
}

.product .product-card--not-available .product-status.notavail {
  display: block;
}

.product .product-card--not-available .product-current-price {
  color: #ccc;
}

.product .product-card--not-available .product-retail-price,
.product .product-card--not-available .product-counter {
  display: none;
}

.product .product-card--not-available .product-main-price {
  padding-right: 22px;
  min-height: 60px;
}

.product .product-card--not-available .product-quantity {
  padding-top: 9px;
  padding-bottom: 10px;
}

.product .product-card--not-available .button-buy {
  display: none;
}

.product .product-card--not-available .button-report {
  display: inline-block;
  vertical-align: middle;
}

.product .button-report {
  display: none;
  width: 200px;
  height: 50px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background-color: #1b93c5;
  text-align: left;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  transition: .2s;
}

.product .button-report .button-itext {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: 120px;
}

.product .ico-envelope {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 4px;
}

.product .ico-envelope:after {
  content: "\74";
  font-family: 'font-electro';
  font-size: 20px;
  color: #fff;
}

.product .button-report:hover {
  background-color: #187fab;
  color: #fff;
}

.product .button-report:focus {
  background-color: #35a2d0;
}

.product .product-disc-price {
  clear: both;
  /*float: left;*/
}

@media (max-width: 1199px) {
  .product .product-disc-price {
    float: left;
  }
}

.product .product-disc-text {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #333e48;
  margin-bottom: 4px;
}

.product .product-disc-price a {
  display: block;
  font-family: 'Open Sans';
  line-height: 12px;
  color: #0062bd;
  text-decoration: none;
  border-bottom: 1px dotted #0062bd;
}

.product .product-disc-price a:hover {
  color: #0062bd;
  border-bottom-color: transparent;
}

.product .product-worth:after {
  content: '';
  display: table;
  clear: both;
}

.product .product-quantity {
  clear: both;
  padding-top: 37px;
  padding-bottom: 17px;
}

.product .product-counter-name {
  font-size: 13px;
  line-height: 13px;
  color: #333e48;
  margin-bottom: 5px;
}

.product .product-counter-main {
  position: relative;
  width: 137px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
}

.product .product-input {
  padding-right: 100px;
}

.product .product-counter input {
  width: 80px;
  height: 35px;
  color: #818181;
  border: none;
  padding-top: 8px;
}

.product .product-counter .product-plus,
.product .product-counter .product-minus {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 22px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  background-color: #ededed;
  color: #333e48;
  border-radius: 50%;
  text-align: center;
  margin-top: -11px;
}

.product .product-counter .product-plus:hover,
.product .product-counter .product-minus:hover {
  color: #1b93c5;
}

.product .product-counter .product-plus {
  right: 8px;
}

.product .product-counter .product-minus {
  right: 35px;
}

.product .product-counter .product-minus span {
  top: -1px;
  position: relative;
}

.product .button-buy {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  background-color: #1b93c5;
  transition: .2s;
}

.product .button-buy:hover {
  background-color: #187fab;
}

.product .button-buy:hover,
.product .button-buy:focus {
  color: #fff;
}

.product .ico-cart {
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
}

.product .ico-cart:after {
  content: '\61';
  position: relative;
  top: -1px;
  font-family: font-electro !important;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.product .product-bottom-text {
  margin-top: 6px;
}

.product .product-bottom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}

.product .product-bottom-list li {
  position: relative;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #7d7d7d;
  padding-left: 12px;
}

.product .product-bottom-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #7d7d7d;
  border-radius: 50%;
}
.product-additional-services {
  padding-top: 26px;
  padding-bottom: 23px;

}
.product-additional-services__title {
  padding-left: 0 !important;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.product .product-bottom-content p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 21px;
  color: #7d7d7d;
  margin-bottom: 6px;
}

.servises-block-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.servises-item-price {
  margin-left: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.03em;
  color: #333E48;
  flex-shrink: 0;
}
.servises-link {
  position: relative;
  margin-left: 3px;
  bottom: 0;
}
.servises-checkbox {
  display: flex;
  margin-right: 20px;
}
.servises-checkbox  img {
  display: inline-block;
}
.servises-checkbox label {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.servises-checkbox input[type="checkbox"]{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
      clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.servises-checkbox input[type="checkbox"] + .checkbox-type {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  margin-right: 10px;
}
.servises-checkbox input[type="checkbox"]:checked + .checkbox-type::before,
.servises-checkbox input[type="checkbox"]:checked + .checkbox-type::after {
  content: '';
  position: absolute;
  background-color: #000;
}

.servises-checkbox input[type="checkbox"]:checked + .checkbox-type::before {
  top: 6px;
  right: 0;
  width: 10px;
  height: 2px;
  transform: rotate(-50deg);
}
.servises-checkbox input[type="checkbox"]:checked + .checkbox-type::after {
  top: 8px;
  left: 3px;
  width: 4px;
  height: 2px;
  transform: rotate(43deg);
}
.servises-checkbox label {
  font-size: 13px;
  margin-bottom: 0;
}
.product-bottom-list-more {
  display: none;
}
.product-bottom-list-more a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
  border-bottom: 1px dashed #7D7D7D;
}
.product-bottom-list--wrap {
  transition: all ease 3s; 
}
.product-bottom-list--wrap.list-not-active {
  height: 88px;
  overflow: hidden;
}

/*documnent*/

.document-table {

}
.document-table img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
}
.document-table td {
  vertical-align: middle;
  border-top: none;
  padding: 24px 0;
}
.document-table tr:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.document-table tr td:first-child {
  padding-left: 43px;
  padding-right: 43px;
}
.document-table tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.document-item-title {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #333E48;
  margin-bottom: 10px;
}
.document-item-subtitle {
  text-align: left;
  font-size: 14px;
  line-height: 23px;
  color: #7D7D7D;
  margin-bottom: 0;
}
.document-table a {
  display: flex;
  margin-left: 60px;
  margin-right: 28px;
}
.document-table .download-link img {
  justify-content: flex-start;
}

@media (max-width: 1199px) {
  .document-table tr td:first-child {
    padding-left: 7px;
    padding-right: 27px;
    vertical-align: top;
  }
  .document-table a {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .document-table tr td:last-child {
    flex-wrap: wrap;
  }
  .document-table td {
    padding: 20px 0;
  }
  .document-table a {
    margin-left: 0;
    margin-top: 20px;
  }
  .document-table td {
   vertical-align: top;
  }
  .document-item-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .document-item-text-wrap {
    width: 100%;
  }
}

.product .product-allow-char {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #7d7d7d;
  text-decoration: none;
  border-bottom: 1px dotted #7d7d7d;
}

.product .product-allow-char:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.product .section-products-carousel .action-buttons a {
  float: none !important;
}

.product .price del {
  position: absolute;
  top: -8px;
  left: 0;
}

.product .section-products-carousel .action-buttons > a:before {
  margin-right: 5px !important;
}

.product .section-products-carousel--product {
  margin-bottom: 92px;
}

.brands-carousel img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brands-carousel a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.product .product-vendcode {
  margin-bottom: 15px;
}

.product .product-card--not-available .product-vendcode {
  top: 82px;
}

.product .product-vendcode b {
  font-size: 13px;
  color: #878787;
}

.product-panel-box--mobile {
  display: none;
}

.product-wrap {
  display: none;
  padding: 16px 0 20px;
}

.product .product-review {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 13px;
  color: #878787;
  border-bottom: 1px dotted #878787;
}

.product .product-review-count {
  font-size: 12px;
  color: #878787;
}

.product .product-spec-outer:not(:last-child) {
  margin-bottom: 68px;
}

.product .product-spec-outer:last-child {
  margin-bottom: -11px;
}

.product .product-other-title {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 18px;
  color: #333e48;
  text-align: left;
  margin-bottom: 11px;
}

.product .product-table {
  width: 100%;
  margin-bottom: 0;
}

.product .product-table td {
  text-align: left;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #686c6f;
  border-top: 1px solid #ededed;
  padding: 0.75rem 30px;
}

.product .product-table tr:first-child td {
  border-top: none;
}

.product .product-table td:first-child {
  width: 20%;
  white-space: nowrap;
}

.product .product-table td:last-child {
  width: 80%;
}

.product .product-table strong {
  font-weight: 700;
  color: #333e48;
}

.product .product-review-common {
  text-align: left;
}

.product .product-review-title {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #333e48;
  padding-bottom: 35px;
}

.product .product-review-form {
  width: 450px;
  padding-left: 20px;
}

.product .product-review-holder span {
  float: left;
  display: block;
  width: 130px;
  text-align: right;
  padding-right: 30px;
  margin-top: 7px;
}

.product .product-review-field,
.product .product-review-area {
  width: calc(100% - 130px);
  border: 1px solid #DDD;
  border-radius: 0;
}

.product .product-review-area {
  resize: none;
  height: 134px;
}

.product .product-review-holder {
  position: relative;
  margin-bottom: 18px;
}

.product .product-review-btn {
  display: inline-block;
  vertical-align: middle;
  /*  width: 133px;*/
  height: 37px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 37px;
  background-color: #1b93c5;
  border: none;
  border-radius: 20px;
  color: #fff;
  padding: 0 30px;
  transition: .2s;
}

.product .product-review-btn:hover {
  background-color: #187fab;
}

.product .product-review-btn:focus {
  background-color: #187fab;
  color: #fff;
}

.product .product-review-list {
  list-style: none;
  padding: 0;
  margin-top: 27px;
}

.product .product-review-list li {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #686c6f;
  padding: 30px 0 25px;
}

.product .product-review-list li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.product .product-review-list p {
  margin-bottom: 19px;
}

.product .product-review-owner {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  color: #686c6f;
  margin-right: 8px;
}

.product .product-review-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #aeaeae;
}

.product .product-review-date span {
  padding-right: 5px;
}

.product .help-block {
  position: absolute;
  bottom: -14px;
  left: 130px;
  width: 100%;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #ef3338;
}

.product .product-review-form input.error,
.product .product-review-form textarea.error {
  border: 1px solid #ef3338;
}

.product-content-hidden {
  display: none;
}

.product-card .product-showcase {
  visibility: hidden;
}

@media (max-width: 1199px) {
  .product .product-vendcode {
    top: 136px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product .product-card--not-available .product-vendcode {
    top: 87px;
  }
}

@media (max-width: 1024px) {
  .product-card .product-showcase {
    max-width: 350px;
  }
  .product-card .product-info {
    width: 45%;
  }
  .product .product-panel-box a:not(:last-child) {
    margin-right: 5px;
  }
  .product .product-status {
    padding-right: 10px;
  }
  .product .product-main-price {
    margin-bottom: 18px;
  }
  .product .slider-product-nav {
    max-width: 325px;
  }
  .product .slick-next {
    right: -28px;
  }
  .product .product-sidebar .text {
    margin-left: 53px;
  }
  .product-card .product-sidebar-list li {
    padding-right: 12px;
  }
  .product .product-quantity {
    padding-bottom: 21px;
  }
  .product .button-buy {
    width: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product .product-counter {
    margin-right: 10px;
  }
  .product .product-counter-main {
    width: 125px;
  }
  .product .ico-cart {
    margin-right: 10px;
  }
  .product-card .product-summary img {
    max-width: 580px;
  }
  .product-card {
    margin-bottom: 70px;
  }
  .product-card .product-content-tabs {
    padding-top: 50px;
  }
  .brand .products-carousel .owl-stage-outer {
    width: 101.3%;
  }
  .article-big-img img {
    height: auto;
  }
}

@media (max-width: 1024px) and (min-width: 1024px) {
  .product .product-vendcode {
    top: 154px;
  }
}

@media (max-width: 1024px) {
  .product .left-column {
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .product .right-column {
    float: none;
    clear: both;
    width: auto;
  }
  .product-card .product-content-tabs {
    padding-top: 40px;
  }
  .product-card {
    margin-bottom: 50px;
  }
  .product-card .product-info {
    margin-top: 0;
  }
  .product .product-vendcode {
    top: 112px;
  }
}

@media (max-width: 991px) {
  .product .product-vendcode {
    top: 154px;
  }
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .product .product-disc-text {
    margin-top: 6px;
  }
  .product .product-vendcode {
    top: 151px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .product .products-carousel .owl-stage-outer {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-card .product-sidebar-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-card .product-sidebar-list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-height: 94px;
  }
  .product-card .product-sidebar-list li:nth-child(odd) {
    border-right: 1px solid #e9e9e9;
  }
  .product .product-sidebar-pay-card {
    float: left;
    margin-top: -15px;
  }
  .product .product-sidebar-pay p {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .product .product-sidebar-pay:after {
    content: '';
    display: table;
    clear: both;
  }
  .product .product-sidebar .text {
    margin-left: 20px;
  }
  .product .section-products-carousel--product {
    margin-bottom: 50px;
  }
  .product .owl-dots {
    margin-top: -10px;
  }
  .product .products-carousel .owl-stage-outer {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-card {
    margin-bottom: 60px;
  }
  .product-card .left-column {
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product-card .right-column {
    float: none;
    clear: both;
    width: auto;
  }
  .product-card .product-showcase {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .product .product-slideshow {
    float: none;
  }
  .product-card .product-info {
    float: none;
    width: 100%;
  }
  .product .product-head {
    border-radius: 20px;
    border: 2px solid #dddddd;
    padding: 15px 15px;
    margin-top: 0;
  }
  .product-card .product-content-tabs {
    padding-top: 26px;
  }
  .nav--product .nav-item + .nav-item,
  .nav--product .nav-link + .nav-link {
    margin-left: 0;
  }
  .product .slider-product img {
    max-width: 100%;
    height: auto;
  }
  .woocommerce-breadcrumb--complex *:nth-child(3) ~ * {
    display: none;
  }
  .product .product-title {
    font-weight: 400;
    font-size: 20px;
    color: #333e48;
    padding-bottom: 25px;
  }
  .product .slider-product {
    margin-bottom: 10px;
  }
  .product .product-panel-box {
    clear: both;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 23px;
    right: 37px;
  }
  .product .product-sidebar {
    display: none;
  }
  .product-card .product-content-tabs .tab-content {
    border: none;
    padding: 11px 0 38px;
  }
  .product-card .product-info-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .product-card .product-summary img {
    margin-top: 28px;
    margin-bottom: 26px;
  }
  .product .products-carousel .owl-item .product {
    margin: 0.857em 3px;
  }
  .product .product-vendcode {
    position: static;
    clear: both;
    display: block;
    font-size: 13px;
    color: #878787;
    border-bottom: 1px solid #dddddd;
    padding: 6px 0;
  }
  .product .product-canceled-price {
    position: static;
    display: block;
  }
  .product .product-disc-price {
    margin-bottom: 6px;
    margin-top: 18px;
  }
  .product .product-counter-main {
    width: 137px;
  }
  .product .product-panel-box {
    text-align: center;
  }
  .product-panel-box--desktop {
    display: none;
  }
  .product-panel-box--mobile {
    display: block;
  }
  .product .product-button-container {
    /*    width: 100%;*/
    margin-top: 0;
    text-align: center;
  }
  .product .button-buy {
    width: 200px;
  }
  .product .product-counter {
    margin-bottom: 14px;
  }
  .product .product-quantity {
    padding-bottom: 13px;
  }
  /*
  .product .product-wrap {
    display: block;
  }
*/
  .product .product-review {
    display: inline-block;
    vertical-align: middle;
  }
  .product .product-bottom-list {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /*
  .product .product-allow-char {
    display: none;
  }
*/
  .product .slider-product-nav .slick-slide.slick-current:after {
    height: 1px;
    background-color: #1b93c5;
  }
  .product .slider-product-nav {
    max-width: 320px;
  }
  .product-card .product-summary img {
    max-width: 100%;
    height: auto;
  }
  .product .product-review-form {
    width: 100%;
    padding-left: 0;
  }
  .product .product-review-holder span {
    width: 130px;
    text-align: left;
  }
  .product .product-table td {
    padding: .75rem 18px;
  }
  .product .slick-prev:before,
  .product .slick-next:before {
    font-size: 30px;
  }
  .product .brands-carousel #owl-brands {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
  .product #owl-brands .owl-prev {
    left: 20px;
  }
  .product #owl-brands .owl-next {
    right: 20px;
  }
  .product .section-products-carousel--product {
    margin-bottom: 39px;
  }
  .product .brands-carousel {
    margin-bottom: 37px;
  }
  .product section.section-products-carousel header,
  .product section.section-posts-carousel header {
    margin-bottom: 26px;
  }
  .product-card {
    margin-bottom: 10px;
  }
  .product .slick-next {
    right: -23px;
  }
  .product-card .product-line {
    margin-top: 30px;
  }
  .product-card .product-content-tabs .nav {
    border-bottom: 1px solid #ddd;
  }
  .product .product-quantity {
    padding-top: 21px;
  }
  .wrap-ordering .purchase img {
    max-width: 60%;
    margin: 10px;
  }
  .wrap-ordering .purchase .footer p {
    white-space: nowrap;
  }
  .wrap-ordering .purchase .footer span {
    font-size: 21px;
  }
  .wrap-ordering .purchase > .content article .content .top p a {
    position: relative;
    top: 3px;
  }
}

/* 767 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px) and (orientation: landscape) {
  .products-6-1 .product .hover-area {
    padding-bottom: 1.429em;
  }

  .products-6-1 li.product .hover-area .action-buttons {
    padding-bottom: 10px;
  }

  .products .product.product-card .media-body .hover-area .action-buttons > a {
    margin-bottom: 5px;
  }

  .products-carousel .product .hover-area .action-buttons > a {
    padding-top: 12px !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .product-card .product-showcase {
    margin: 0 auto 30px;
    margin-left: 0 !important;
  }
  .nav--product .nav-item {
    margin-right: 20px;
  }
  .product .slick-next {
    right: -29px;
  }
}

@media (max-width: 991px) and (min-width: 544px) {
  .product .section-products-carousel .products-carousel .owl-stage .owl-item.active:first-child .product {
    margin: 0;
  }
  .product .section-products-carousel .products-carousel .owl-item .product {
    margin: 0;
  }
  .product .section-products-carousel--product .owl-carousel .owl-stage:after {
    line-height: normal;
    height: auto;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .nav--product .nav-item {
    margin-right: 20px;
  }
}
@media (min-width: 481px) and (max-width: 580px) {
  .product-card .product-content-tabs .nav {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .product .product-review-holder span {
    width: 110px;
    padding-right: 5px;
  }
  .product .product-review-field,
  .product .product-review-area {
    width: calc(100% - 110px);
  }
  .product .product-button-container {
    width: 100%;
  }
  .product .product-panel-box {
    position: static;
  }
  .product .help-block {
    left: 110px;
  }
}

@media (max-width: 400px) {
  .product .product-review-holder span {
    float: none;
  }
  .product .product-review-field,
  .product .product-review-area {
    width: 100%;
  }
  .product .help-block {
    left: 0;
  }
}

@media (max-width: 320px) {
  .product .slider-product-nav {
    max-width: 260px;
  }
  .product .slick-next {
    right: -10px;
  }
  .wrap-ordering .col-lg-6 .purchase > .content article {
    height: 160px;
  }
}

/* 320 */

/* PRODUCT end */

/* BREADCRUMB start */

.woocommerce-breadcrumb--complex {
  margin-top: 28px;
  margin-bottom: 29px;
}

.woocommerce-breadcrumb--complex a:not(:first-child) {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 6px 24px 6px 13px;
}

.woocommerce-breadcrumb--complex a:not(:first-child):after {
  content: '';
  position: absolute;
  right: 12px;
  top: 17px;
  width: 7px;
  height: 4px;
  background: url('../img/bread-arrow.svg') 0 0 no-repeat;
  background-size: 7px 4px;
}

.woocommerce-breadcrumb--complex i.ico-arrow:after {
  content: '\71';
  top: 5px;
  position: relative;
  font-family: 'font-electro';
  font-size: 18px;
  color: #767676;
}

.woocommerce-breadcrumb--complex b {
  font-weight: 400;
}

@media (max-width: 1023px) {
  .woocommerce-breadcrumb--complex {
    margin-top: 101px;
    margin-bottom: 43px;
  }
}


/* BREADCRUMB end */

/* LOYALITY start */

.loyalty {
  margin-top: 27px;
}

.loyality-inner {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 9px;
}

.loyality-title {
  font-size: 16px;
}

.loyality-left {
  float: left;
  width: 45%;
}

.loyality-right {
  float: right;
  width: 45%;
  text-align: right;
}

.loyality-bg {
  background: #f8f8f8;
  border-radius: 20px;
}

.loyality-lvl,
.loyality-state,
.loyality-sum,
.loyality-stay {
  padding: 12px 17px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .profile .side-menu {
    padding: 0;
    border: none;
    background: none;
  }
  .profile .side-list {
    display: flex;
  }
  .profile .side-list li {
    flex-grow: 1;
    text-align: center;
  }
  .profile .side-list a {
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-right: 1px solid transparent;
  }
  .profile .side-list li:last-child a {
    border-right: 1px solid #ddd;
  }
  .profile .side-list li.current a {
    border: 1px solid #1b93c5;
    position: relative;
  }
  .profile .side-list li.current a:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -3px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -16px;
    border-top: 1px solid #1b93c5;
    border-right: 1px solid #1b93c5;
    transform-origin: left;
    transform: translateX(35%) rotate(135deg);
    background: #f8f8f8;
  }
}

@media (max-width: 575px) {
  .profile .side-list li {
    margin: 3px;
  }
  .profile .side-list li:nth-child(1) {
    order: 1;
  }
  .profile .side-list li:nth-child(2) {
    order: 3;
  }
  .profile .side-list li:nth-child(3) {
    order: 2;
  }
  .profile .side-list li:nth-child(4) {
    order: 4;
  }
  .profile .side-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .profile .side-list li.current a:after {
    display: none;
  }
  .profile .side-list a {
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 494px) and (max-width: 575px) {
  .profile .side-list li {
    flex-basis: 40%;
  }
}


/* LOYALITY end */

/* remove breadcrumbs */

@media (max-width: 767px) {
  .woocommerce-breadcrumb,
  .woocommerce-breadcrumb--complex {
    display: none;
  }
  .page404.site-content,
  .blog.site-content,
  .compare.site-content,
  .dealer .site-content,
  .delivery.site-content,
  .profile.site-content,
  .product.site-content,
  .search.site-content,
  .search-failed.site-content {
    margin-top: 120px;
  }
}

@media (max-width: 568px) {
  .page404.site-content,
  .blog.site-content,
  .compare.site-content,
  .dealer .site-content,
  .delivery.site-content,
  .profile.site-content,
  .product.site-content,
  .search.site-content,
  .search-failed.site-content {
    margin-top: 100px;
  }
}


/* remove breadcrumbs end */

/* catalog-category */

.catalog .columns-4 .product-category.product:hover {
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
}

.catalog .columns-4 .product-category.product h3 {
  text-align: center;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.catalog ~ .products-6-1 {
  margin-bottom: 0;
  padding: 65px 0;
}

.catalog-category-section {
  margin-bottom: -60px;
}

.catalog-category-img-wrap {
  padding: 5px;
  display: inline-block;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 1.429em auto;
}

.catalog .columns-4 .catalog-category-img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.catalog .columns-4 .product-loop-categories {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .catalog-category-img-wrap {
    height: 170px;
  }
  .catalog .columns-4 .product-category.product h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .catalog .columns-4 .product-loop-categories {
    margin: 0;
  }
  .catalog .columns-4 .product-loop-categories .product-category {
    margin: 0 5px 10px;
    width: 48%;
  }
  .catalog-category-img-wrap {
    height: 260px;
  }
  .catalog ~ .products-6-1 {
    padding: 15px 0;
  }
}

@media (max-width: 535px) {
  .catalog .columns-4 .product-loop-categories .product-category {
    width: 47%;
  }
  .catalog-category-img-wrap {
    height: 230px;
  }
}

@media (max-width: 480px) {
  .catalog-category-img-wrap {
    height: 200px;
  }
}

@media (max-width: 380px) {
  .catalog-category-img-wrap {
    height: 170px;
  }
  .catalog .columns-4 .product-loop-categories .product-category {
    width: 46%;
  }
}

.converter {
  display: inline-block;
  color: #334141;
  font-size: 0.929em;
}



.currency-select-container {
  display: inline-block;
  position: relative;
}

.currency-select-container .active-currency {
  padding-right: 15px;
}

.currency {
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 37px;
  left: 12px;
  width: 150px;
  padding: 10px 0px 10px 0px;
  padding-top: 0;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  color: #334141;
  list-style: none;
  text-align: left;
  z-index: -1;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.currency.show {
  opacity: 1;
  z-index: 10000;
}

.currency li {
  display: block;
}

.currency li a {
  padding-left: 18px;
}

.currency li:first-child a {
  padding-top: 10px;
}

.active-currency:hover {
  color: #1b93c5;
  cursor: pointer;
}

.currency-select-container .active-currency:after {
  content: '\79';
  position: absolute;
  right: 0;
  top: 3px;
  font-family: 'font-electro';
  color: #000;
  margin-left: 0.857em;
  font-size: 12px;
  cursor: pointer;
}

.currency-select-container .active-currency:hover:after {
  color: #1b93c5;
}

#menu-top-bar-right .menu-item {
  display: inline-block;
}

#menu-top-bar-left .menu-item {
  display: inline-block;
}

#menu-top-bar-right .menu-phone {
  display: none;
}

#menu-top-bar-right .menu-item a,
#menu-top-bar-left .menu-item a {
  color: #334141;
  font-size: 0.929em;
  letter-spacing: -1px;
}

#menu-top-bar-right .menu-item a:hover,
#menu-top-bar-left .menu-item a:hover {
  color: #1b93c5;
}

#menu-top-bar-right .menu-item + .menu-item:before,
#menu-top-bar-left .menu-item + .menu-item:before {
  content: '|';
  color: #cad5d5;
  display: inline-block;
  margin: 0 0.6em;
}

.top-header-menu {
  padding-top: 10px;
}

.registr {
  margin-left: 5px;
}

.second-nav {
  margin-top: 121px;
}

.user-select-container {
  display: inline-block;
  position: relative;
}

.user-select-container .active-user {
  padding-right: 15px;
}

.user-block-list {
  box-shadow: 3px 3px 10px 0px rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 37px;
  left: 12px;
  width: 230px;
  padding: 10px 0px 10px 0px;
  padding-top: 0;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  color: #334141;
  list-style: none;
  text-align: left;
  z-index: -1;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.user-block-list.show {
  opacity: 1;
  z-index: 10000;
}

.user-block-list li {
  display: block;
}

.user-block-list li a {
  padding-left: 18px;
  display: block;
}

.user-block-list li:first-child a {
  padding-top: 10px;
}

.active-user:hover {
  color: #1b93c5;
  cursor: pointer;
}

.user-select-container .active-user:after {
  content: '\79';
  position: absolute;
  right: 0;
  top: 3px;
  font-family: 'font-electro';
  color: #000;
  margin-left: 0.857em;
  font-size: 12px;
  cursor: pointer;
}

.user-select-container .active-user:hover:after {
  color: #1b93c5;
}

.navbar-primary .navbar-nav > .menu-item > a:focus {
  background-color: #1b93c5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  nav.col-md-12.col-lg-6.col-lg-push-6 {
    width: 100%;
    left: 0;
    text-align: center;
  }
  #menu-top-bar-right {
    float: none;
  }
  #menu-top-bar-left {
    float: none;
    display: inline-block;
  }
  nav.first-nav.col-md-12.col-lg-6.col-lg-pull-6 {
    width: 100%;
    right: 0;
    text-align: center;
  }
  .second-nav {
    margin-top: 140px;
  }
  .line {
    top: 67px;
  }
  .site-header {
    top: 62px;
  }
  .currency,
  .user-block-list,
  .locale-select-container .locale-list-menu {
    top: 28px;
  }
}

@media (max-width: 991px) {
  .currency-select-container {
    position: absolute;
    top: 90px;
  }
  #menu-top-bar-right .menu-item + .menu-item:before,
  #menu-top-bar-left .menu-item + .menu-item:before {
    display: none;
  }
  #menu-top-bar-left .menu-item {
    display: block;
  }
  .second-nav {
    margin-top: 0;
  }
  #menu-top-bar-right .menu-phone {
    display: inline-block;
    margin-left: -8px;
  }
  #menu-top-bar-right .currency li:first-child a {
    padding-left: 18px;
  }
  .top-header-menu {
    padding-top: 0;
  }
  .top-bar {
    padding: 10px 0;
  }
  #menu-top-bar-left .menu-item a {
    line-height: 18px;
  }
  #menu-top-bar-left {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .converter {
    top: 60px;
  }
  .converter:before {
    display: none;
  }
  .currency-select-container:after {
    content: '';
    position: absolute;
    top: 36px;
    left: -30px;
    width: 280px;
    height: 1px;
    background: #ddd;
  }
  .registry {
    margin-right: 10px;
  }
  .currency {
    top: 25px;
    left: -7px;
  }
  .active-user {
    width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: -17px;
  }
  .user-block-list {
    top: 15px;
    left: -15px;
    width: 180px;
  }
  #menu-top-bar-right .user-block-list li {
    display: block;
  }
}

.bar {
  background: #ee3438;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 15px;
  }
  .site-content.product .section-products-carousel .electro-price del .amount {
    font-size: 12px;
  }
}

@media (max-width: 425px) {

  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 13px;
  }
  .site-content.product .section-products-carousel .electro-price del .amount {
    font-size: 11px;
  }
}

@media(min-width: 992px) {
  form[name="characteristics"] {
    position: relative;
  }
}

.contacts-managers-row {
  display: flex;
  flex-wrap: wrap;
}

.contacts-managers-row .col-xs-12 {
  margin-bottom: 15px;
}

.tooltip-link {
  border: 2px solid #1b93c5;
  padding: 0 3px 0 6px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 36px;
  height: 40px;
  min-height: 0;
  max-width: 9999px;
  background: #fff;
  z-index: 9999;
  display: none;
  position: absolute;
  border-radius: 5px;
}

@media(max-width: 991px) {
  .tooltip-link {
    left: 170px;
  }
}

@media(min-width: 1199px) {
  .tooltip-link {
    left: 250px;
  }
}

.tooltip-link.tooltip-after::after {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 5px solid #1b93c5;
}

.tooltip-link.tooltip-before::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #1b93c5;
}

.tooltip-link.tooltip-before-reverse::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -12px;
  border: 5px solid transparent;
  border-top: 5px solid #1b93c5;
}

.tooltip-link.tooltip-before-reverse::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -12px;
  border: 5px solid transparent;
  border-top: 5px solid #1b93c5;
}

.tooltip-link a:first-child {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}

.tooltip-link a:first-child:hover {
  text-decoration: underline;
}

.tooltip-link .fa {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  top: 2px;
  margin: 0;
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.tooltip-link .tooltip-show {
  line-height: 26px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  background: #1b93c5;
  color: #fff;
  padding: 0 10px;
}

.tooltip-link .tooltip-show:hover {
  background: #187fab;
}

.tooltip-link .found {
  display: none;
}

.tooltip-link.has .found {
  display: block;
}

.tooltip-link.has .not-found {
  display: none;
}

.sidebar.catalog ul li {
  position: relative;
}

.hidden {
  display: none !important;
}

#content.profile #primary.new-password {
  width: 100%;
}

.profile .new-password .profile-holder-form {
  width: 100%;
  max-width: 442px;
  margin-left: 50%;
  transform: translateX(-65%);
}

.profile .new-password .profile-inner {
  padding-top: 50px;
}

#content .new-password h1 {
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: normal;
  color: #333e48;
  font-weight: 500;
  margin: 0;
}

@media(max-width: 767px) {
  .profile .new-password .profile-holder-form {
    margin-left: 0;
    transform: translateX(0);
  }
  .profile .new-password .profile-inner {
    padding-top: 10px;
  }
  #content .new-password h1 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 15px;
  }
  .site-content.product .section-products-carousel .electro-price del .amount {
    font-size: 11px;
  }
}

@media (max-width: 425px) {
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 13px;
  }
  .site-content.product .section-products-carousel .electro-price del .amount {
    font-size: 10px;
  }
}

.contacts-managers-row {
  display: flex;
  flex-wrap: wrap;
}

.contacts-managers-row .col-xs-12 {
  margin-bottom: 15px;
}

.catalog-item-heading .product-bottom-content {
  display: none;
}

.catalog-item-heading .product-bottom-content p {
  font-size: 12px;
  line-height: 14px;
  color: #7d7d7d;
}

.table-view .catalog-item-heading .product-bottom-content {
  display: block;
  list-style-type: disc;
  height: 103px;
  margin-top: 20px;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .table-view .catalog-item-heading .product-bottom-content {
    margin-top: 15px;
  }
}

.list-view .catalog-item-heading .product-bottom-content {
  display: block;
  list-style-type: disc;
  height: 103px;
  margin-top: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .list-view .catalog-item-heading ul {
    display: block;
    list-style-type: disc;
    min-height: 120px;
    margin-top: 15px;
    padding-left: 19px;
  }
  .pick-courier {
    width: 100% !important;
  }
}

.contacts-sales-department form .help-block,
.search-failed-fluid form .help-block,
.contacts-msg form .help-block {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 12px;
  color: #ef3338;
}

.contacts-sales-department form input.error,
.contacts-msg form input.error,
.contacts-msg form textarea.error {
  border: 1px solid #ef3338;
}

@media (max-width: 991px) {
  .manufacturer-list label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 235px;
    letter-spacing: -0.3px;
  }
  .manufacturer-list span {
    line-height: 12px;
    position: absolute;
    top: 4px;
  }
}

.catalog-item-link {
  position: relative;
  display: block;
  height: 240px;
}

.google-map-three {
  height: 435px;
}

.flexslider {
  z-index: 1;
}

.flex-direction-nav a:before {
  transform: translateY(-15.5%) rotate(180deg);
}

.catalog-item-img .slider {
  width: 99%;
}

.catalog-item-img .flexslider {/* Конфликт z-index при открытиии тултипа фильтра */
  z-index: 1;
}

.navbar-wishlist,
.navbar-compare {
  position: relative;
}

.wishlist-items-count,
.compare-items-count {
  font-size: 0.750em;
  line-height: 21px;
  font-weight: bold;
  position: absolute;
  left: 16px;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 50%;
  bottom: 4px;
  color: #fff;
  background-color: #1b93c5;
}

.compare-items-count {
  bottom: 3px;
}

#addToCompare,
#addedToCompare,
#addToWishlist,
#addedToWishlist {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50000;
  display: none;
}

.add-to-compare .modal-content,
.add-to-wishlist .modal-content {
  padding: 0;
  border-radius: 0;
}

.add-to-compare .modal-centerer,
.add-to-wishlist .modal-centerer {
  max-width: 270px;
  text-align: center;
  margin: auto;
}

.add-to-compare .modal-dialog,
.add-to-wishlist .modal-dialog {
  width: 270px;
}

.add-to-compare p,
.add-to-wishlist p {
  font-size: 16px;
  text-align: center;
  color: #333e48;
  margin-bottom: 26px;
}

.add-to-compare .modal-body,
.add-to-wishlist .modal-body {
  padding-top: 25px;
  padding-bottom: 20px;
}

.add-to-compare .ec-compare,
.add-to-wishlist .ec-favorites {
  color: #1B93C5;
  font-size: 50px;
}

.pick-courier {
  width: 65%;
  display: none;
  margin-bottom: 15px;
}

.pick-courier .depart-section {
  padding-bottom: 0;
}

.ordering-toggle #courierDepartType-error {
  width: 100%;
}

.product-compare.added .ico-compare:after {
  color: #1b93c5 !important;
}

@media (max-width: 1023px) {
  .wishlist-items-count {
    bottom: 3px;
  }

  .catalog .hover-area .add-to-compare-link,
  .wishlist .item-ics .add-to-compare,
  .products-carousel .owl-item .product .hover-area .action-buttons > .add-to-compare-link,
  .products li.product .hover-area .action-buttons > .add-to-compare-link {
    display: none;
  }

  .product .product-panel-box .product-compare {
    display: none;
  }

  .search .hover-area .add-to-compare-link {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  li.product .hover-area .action-buttons {
    margin-top: 20px;
  }

  .products-6-1 li.product .hover-area .action-buttons {
    margin-top: 7px;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .wishlist .item-manage {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wishlist .item-ics li {
    margin-bottom: 0;
  }

  .wishlist .item-ics {
    padding-top: 0;
  }
}

/* loader */

.load-visible .confirm-order {
  opacity: .8;
}

.load-visible .pay-animate {
  opacity: 1;
}

.load-visible .text-pay-confirm {
  opacity: 0;
}

.load-visible > span {
  opacity: 0;
}

.pay-animate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -28px;
  margin-top: 3px;
}

.pay-animate > div {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.pay-animate > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.pay-animate > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.pay-animate > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.form-ordering .button.pay .confirm-order[disabled] {
  pointer-events: none;
  background-color: #d2d4d6;
}

.ordering-toggle .button.pay {
  padding-top: 30px;
  padding-left: 0;
}


.user-select-container .active-user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 185px;
  margin-bottom: -5px;
}

@media(min-width: 992px) {
  .products .owl-stage-outer {
    min-height: 400px;
  }

  .brand-products-cards .owl-stage {
    min-height: 435px;
  }
}

@media(max-width: 991px) {
  .products .owl-stage-outer {
    min-height: 360px;
  }
}

/* order-successful start */

.order-successful .table.cart-table .cart-title {
  width: 620px;
}

.order-successful .cart-input-wrap {
  border: none;
}

.order-successful .total-price {
  padding-right: 15px;
}

.order-successful .total-conversion {
  right: 15px;
}

.order-successful h2 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 5px;
  margin-left: -2px;
}

.order-successful h2 ~ p {
  margin-bottom: 30px;
}

.order-successful .cart-head-paragraph {
  color: #333e48;
}

.order-successful .cart-input-wrap input[readonly] {
  color: #343f49 !important;
}

.order-successful .cart-result {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .order-successful .cart-issue {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .order-successful .cart-issue {
    padding-left: 0;
  }
  .order-successful .total {
    text-align: right;
  }
  .order-successful .total-conversion {
    position: absolute;
  }
  .order-successful.cart {
    margin-top: 65px;
  }
  .order-successful .cart-result {
    margin-bottom: 40px;
  }
}

@media(max-width: 767px) {
  .order-successful .table.cart-table .cart-title {
    width: 100%;
  }
}

/* order-successful end */

.cart-msg-popup modal-content {
  position: relative;
}

.cart-msg-popup .close {
  top: 3px;
  right: 10px;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  opacity: .8;
}

.cart-msg-popup .close:hover {
  background: transparent;
  opacity: 1;
}

/* menu 2 colunms */

.menu-columns-2 {
  flex-wrap: wrap;
  width: 400px;
  align-items: flex-end;
}

.main-menu-item:hover .main-menu-item-list.menu-columns-2 {
  display: flex;
}

.main-menu-item:hover .main-menu-item-list.menu-columns-2 li {
  width: 47%;
}

.main-menu-item:hover .main-menu-item-list.menu-columns-2 li:nth-child(odd) {
  margin-right: 6%;
}

/*fix after removing blocks*/

.products-6-1 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #content {
    margin-bottom: 50px;
  }
}

.products-carousel-tabs {
  margin-bottom: 0;
}

/* /fix after removing blocks*/

.compare-category-item.active {
  color: #fff;
  background: #1b93c5;
}

.compare-category-item.active:hover {
  background: #187fab;
}

.compare-category-item.active a {
  color: #fff;
}

.compare-category-item.active:hover a {
  color: #fff;
}

.compare-category-item.active:hover {
  color: #fff;
  background: #187fab;
}

.compare-category-item.active .ec-close-remove:hover {
  color: #fff;
  opacity: .8;
}

/* fix .products-6-1 tabs */

@media (max-width: 767px) {
  .products-6-1 header {
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .products-6-1 header {
    margin-bottom: 90px;
  }
}

@media (max-width: 480px) {
  .products-6-1 header {
    margin-bottom: 160px;
  }
}

.tab-content .columns-6-1 {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .columns-6-1 > ul.products.product-main-6-1 {
    height: 644px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .columns-6-1 > ul.products.product-main-6-1 {
    height: 550px;
  }
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

/* /fix .products-6-1 tabs */

/* fix .home-v3-products-block */

.product-main-6-1 li.product .price del .amount {
  top: -16px;
}

.columns-6-1 > ul.product-main-6-1 > li.product .thumbnails {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .products-block {
    display: flex;
    align-items: stretch;
  }
  .products-block .ad .media {
    height: 100%;
  }
}

/* /fix .home-v3-products-block */

/* fix z-index (catalog) */

.catalog-item.table-view {
  z-index: 0;
}

.table-view.catalog-item:hover {
  z-index: 1;
}

.tooltip-link {
  z-index: 0;
}

.tooltip-link.tooltip-before {
  left: 0;
}

/* /fix z-index (catalog) */

/* fix slider product */

.product .slider-product {
  padding: 10px;
  border: 1px solid #c6c6c6;
}

.product .slider-product img {
  border: none;
}

/* /fix slider product */

/* fix product card */

.product .product-status-line {
  padding-bottom: 5px;
}

.product .product-main-price {
  position: relative;
}

.product .product-canceled-price {
  top: -21px;
}

@media (max-width: 767px) {
  .product .product-vendcode {
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product .product-compare {
    display: block;
    margin-left: -2px;
  }
  .product .product-panel-box {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .product .product-compare {
    display: none;
  }
}

@media (min-width: 1200px) {
  .product-card .product-showcase {
    margin-right: 2.8%;
  }
}
@media (min-width: 1220px) {
  .product-card .product-showcase {
    margin-right: 3.45%;
  }
}

.product .product-quantity {
  padding-top: 28px;
}

.product .product-main-price {
  margin-bottom: 3px;
}

/* /fix product card */

/* Пока нет дизайна, иконки статусов нужно скрыть */
.profile .profile-icon-check {
  display: none;
}
/* /Пока нет дизайна, иконки статусов нужно скрыть */

.empty-text {
  display: none;
}

.table.cart-table td.empty-text:before {
  display: none;
}

/* попапы миникорзины, желаний и сравнения товаров */
.mini-cart-tooltip,
.wishlist-tooltip,
.compare-tooltip {
  position: absolute;
  right: 0;
  left: auto;
  top: 55px;
  width: 270px;
  background: #f9f9f9;
  display: none;
}

.tooltip-empty {
  padding: 15px;
  padding-bottom: 0;
}

.wishlist-tooltip {
  right: -153px;
}

.compare-tooltip {
  right: -206px;
}

.mini-cart-tooltip h6,
.wishlist-tooltip h6,
.compare-tooltip h6 {
  font-weight: bold;
  color: #333e48;
  font-size: 14px;
}

.mini-cart-tooltip p,
.wishlist-tooltip p,
.compare-tooltip p {
  color: #878787;
  font-size: 12px;
  line-height: 18px;
}

.mini-cart-tooltip p a,
.wishlist-tooltip p a,
.compare-tooltip p a {
  border-bottom: 1px dashed #35a2d0;
  color: #35a2d0;
}

.mini-cart-tooltip .tooltip-empty a:hover,
.wishlist-tooltip .tooltip-empty a:hover,
.compare-tooltip .tooltip-empty a:hover {
  color: #35a2d0;
  border-bottom: none;
}

.mini-cart-tooltip::before,
.wishlist-tooltip::before,
.compare-tooltip::before {
  content: '';
  position: absolute;
  left: 75%;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f9f9f9;
}

.mini-cart-tooltip::after,
.wishlist-tooltip::after,
.compare-tooltip::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}

.wishlist-tooltip::before {
  left: 35%;
}

.compare-tooltip::before {
  left: 15%;
}

.navbar-mini-cart:hover .nav-link ~ .mini-cart-tooltip,
.navbar-wishlist:hover .nav-link ~ .wishlist-tooltip,
.navbar-compare:hover .nav-link ~ .compare-tooltip {
  display: block;
}

@media(max-width: 768px) {
  .no-touchevents .wishlist-tooltip {
    right: -153px;
  }

  .no-touchevents .mini-cart-tooltip {
    right: -20px;
  }

  .mini-cart-tooltip,
  .wishlist-tooltip,
  .compare-tooltip {
    display: none !important;
  }
}

.tooltip-full {
  box-shadow: 0px 3px 6px -1px rgba(1, 1, 1, 0.3);
  background: #fff;
  z-index: 1001;
}

.tooltip-full .tooltip-header {
  background: #f9f9f9;
  padding: 15px;
}

.tooltip-full .tooltip-header .fa-angle-right {
  font-size: 10px;
  margin-left: 5px;
  color: #878787;
}

.tooltip-full .tooltip-header .locale-btn {
  width: 135px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
}

.tooltip-full .tooltip-header .locale-btn:hover {
  background: #187fab;
  color: #fff;
}

.tooltip-full .tooltip-header p {
  margin-bottom: 10px;
}

.tooltip-header-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tooltip-link-btn {
  color: #878787;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dashed #878787;
  line-height: 12px;
  font-weight: bold;
}

.tooltip-link-btn:hover {
  color: #878787;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}

.tooltip-text,
.tooltip-text h3 {
  font-size: 12px;
  line-height: 18px;
}

.tooltip-text h3 a {
  font-weight: bold;
  color: #333e48;
}

.tooltip-text h3 a:hover {
  color: #333e48;
  font-weight: bold;
  text-decoration: underline;
}

.tooltip-text {
  width: 180px;
  margin-left: 5px;
  margin-right: 5px;
}

.tooltip-img-wrap {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.tooltip-img-wrap img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  object-fit: cover;
}

.tooltip-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tooltip-list li {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-bottom: 2px solid #f8f8f8;
}

.tooltip-del {
  visibility: hidden;
}

.tooltip-del a {
  color: #878787;
}

.tooltip-del a:hover {
  color: #000;
}

.tooltip-list li:hover .tooltip-del {
  visibility: visible;
}

/* /попапы миникорзины, желаний и сравнения товаров */

 .to-pay b {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #ef3338;
}

.to-pay sup {
  top: -.15em;
  font-size: 14px;
  color: #ef3338;
} 

.to-pay small {
  font-size: 14px;
}

@media (max-width: 400px) {
  .to-pay small {
    display: block;
    padding-left: 79px;
  }
}

.brand .products.owl-carousel.products-carousel.columns-4 {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.brand .products.owl-carousel.products-carousel.columns-4.active {
  height: auto;
  visibility: visible;
}

.brand .brand-products-cards {
  visibility: hidden;
}

.whole-text {
  white-space: nowrap;
}

/* fix product page */

.product-card .product-sidebar-list li {
  padding: 20px 18px 13px 21px;
}

@media (max-width: 1024px) {
  .product-card .product-showcase {
    margin-right: 3.25%;
  }

  .main-menu-item-list,
  .main-menu-item:hover .main-menu-item-list,
  .main-menu-item:hover:before {
    display: none;
  }

  .number .count .summ-wrap > div {
    top: -1px;
  }

  .mini-cart-tooltip {
    top: 54px;
  }
}

.product .slider-product img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .slider-product .slick-slide {
    height: 415px;
  }
}

/* /fix product page */

/* fix #22887 */

.brand .products.owl-carousel.products-carousel.columns-4.active {
  min-height: 440px;
}

.brand .products-carousel .owl-item .product {
  margin-left: 3px;
}

.products-carousel .owl-item .product:hover .product-inner, li.product.hover .product-inner {
  padding-bottom: 1em;
}

.common-categories .active {
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .brand .products.owl-carousel.products-carousel.columns-4.active {
    min-height: 480px;
  }
}

@media (max-width: 1023px) {
  .brand .products.owl-carousel.products-carousel.columns-4.active {
    min-height: 0;
  }
}

/* fix #22887 */

.more5items {
  overflow-y: scroll;
  max-height: 410px;
}

.navbar-nav .active .mini-cart-tooltip,
.navbar-nav .active .compare-tooltip,
.navbar-nav .active .wishlist-tooltip {
  display: block;
}

/* Print Styles */

@media print {
  @page {
    margin: 1cm;
  }

  #masthead, 
  #colophon {
    display: none;
  }

  .site-content {
    max-width: none;
  }

  .site-content .compare-checkbox, 
  .site-content .woocommerce-breadcrumb,
  .compare-category,
  .site-content .product-info i,
  .site-content .product-compare-btn,
  .site-content .compare-add,
  .line {
    display: none;
  }

  #top-nav {
    display: none !important;
  }

  .table-compare tbody tr:nth-child(2n + 1) {
    background: #f8f8f8;
  }

  .cmn-toggle-switch {
    display: none;
  }

  .compare .table-responsive {
    overflow-x: visible;
  }
}


.item-body p {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
  margin-bottom: 0;
}

.product-card .product-bottom-list p {
  position: relative;
  padding-left: 13px; 
  margin-bottom: 0;
}

.product-card .product-bottom-list .product-bottom-list--wrap > p:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #7d7d7d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  border-radius: 50%;
}

.product .product-disc-price .how-to-buy {
  display: inline;
  font-size: 12px;
}

.site-footer .credit-cards {
  display: flex;
}

/* 23129 */

.confirm-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.confirm-content img {
  width: 100px;
  margin: 0 auto 25px;
}

@media (max-width: 767px) {
  .confirm-content {
    height: 300px;
    min-height: 0;
    padding: 20px 0;
  }

  .confirm-content h2 {
    font-size: 20px;
  }

  .confirm-content p {
    font-size: 14px;
    line-height: 18px;
  }
}

/* 23129 */

@media (max-width: 767px) and (orientation: landscape) {
  .column-after-bottom .menu {
    display: block !important;
  }
}

/* #23116 */

.wrap-ordering .xhr-order-step-4-prodlist td:last-child {
  white-space: nowrap;
}

.catalog .catalog-item-info,
.search .catalog-item-info {
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .list-view .catalog-item-price .amount {
    font-size: 19px;
  }
}

/* #23116 */

.table-view .full-cart .cart-check,
.list-view .full-cart .cart-check,
.small-view .full-cart .cart-check,
.tab-content .full-cart .cart-check,
.brand .full-cart .cart-check {
  display: block;
}

.list-view .cart-check {
  left: 10px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}

.product .button-buy {
  position: relative;
}

.product .button-buy .cart-check {
  display: none;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.product .button-buy.full-cart .cart-check {
  display: block;
}

.products-carousel .owl-item .product .price-add-to-cart ins .amount,
.site-content.product .section-products-carousel .electro-price .amount {
  font-size: 16px;
}

.site-content.product .section-products-carousel .electro-price ins span.amount {
  font-size: 18px;
}

.site-content.product .section-products-carousel .electro-price del span.amount {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .products-carousel .owl-item .product .price-add-to-cart ins .amount,
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 14px;
  }

  .cart-discount-contain {
    display: none;
  }

  .site-content.product .section-products-carousel .electro-price ins span.amount {
    font-size: 16px;
  }

  .site-content.product .section-products-carousel .electro-price del span.amount {
    font-size: 14px;
  }

  .catalog-item-heading {
    width: 26%;
  }

  .catalog-item-sum,
  .catalog-item-price {
    width: 15%;
  }
}

@media (max-width: 768px) {
  .products-carousel .owl-item .product .price-add-to-cart ins .amount,
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .products-carousel .owl-item .product .price-add-to-cart ins .amount,
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 10px;
  }
}

.cart-result .cart-discount {
  white-space: nowrap;
}

.icon-comment {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: url('../img/comment.svg') 0 0 no-repeat;
  background-size: 48px 48px;
}

.product-retail-price .whole-text,
.product-admin-price .whole-text {
  font-size: 30px;
}

.product-retail-price .product-accent-price,
.product-admin-price .product-accent-price {
  font-size: 30px;
}

.product-retail-price .product-user,
.product-admin-price .product-user {
  font-size: 30px;
  white-space: nowrap;
  color: #1b93c5;
  margin-left: 10px;
}

.product-retail-price.small .product-price {
  font-size: 14px;
}

.product-retail-price.small .whole-text {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product-retail-price .whole-text,
  .product-retail-price .product-accent-price,
  .product-admin-price .product-accent-price,
  .product-retail-price .product-user {
    font-size: 25px;
  }

  .cart .cart-table {
    overflow-x: visible;
  }
  
  .cart-total,
  .cart-price {
    min-width: 100px;
  }
  
  .table.cart-table .cart-title {
    min-width: 150px;
  }

  .site-content.product .section-products-carousel .electro-price ins span.amount {
    font-size: 14px;
  }

  .site-content.product .section-products-carousel .electro-price del span.amount {
    font-size: 12px;
  }

  .products-carousel .owl-item .product:hover .product-inner {
    padding-bottom: 1.357em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-list {
    overflow: hidden;
  }

  .list-view .catalog-item-info .amount-curr {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-retail-price,
  .product-admin-price {
    white-space: nowrap;
  }

  .product-retail-price .whole-text,
  .product-retail-price .product-accent-price,
  .product-admin-price .product-accent-price,
  .product-retail-price .product-user {
    font-size: 20px;
  }

  .product-retail-price .product-user,
  .product-admin-price .product-user {
    margin-left: 5px;
  }

  .product .product-table td:first-child {
    white-space: normal;
  }

  .history-table td:after {
    content: '';
    clear: both;
    display: table;
  }

  .header-v3 .navbar-mini-cart {
    margin-right: 12px;
  }

  .site-content.product .section-products-carousel .electro-price ins span.amount,
  .site-content.product .section-products-carousel .electro-price .amount {
    font-size: 12px;
  }

  .site-content.product .section-products-carousel .electro-price del span.amount {
    font-size: 10px;
  }

  .products-carousel .owl-item .product:hover .product-inner,
  .products-carousel .owl-item.active .product .product-inner {
    padding-bottom: 10px;
  }

  .brand-products-cards .owl-item:nth-child(2n) .product {
    margin-right: 0; /* #22948 */
  }

  .columns-6-1 > ul.products.product-main-6-1 > li.product .product-thumbnail img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header-v3 .navbar-search-icon {
    left: 431px;
  }

  .header-v3 .navbar-mini-cart {
    margin-right: 17px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .header-v3 .navbar-search-icon {
      left: 243px;
  }
}

@media (max-width: 360px) and (orientation: portrait) {
  .header-v3 .navbar-search-icon {
    left: 191px;
  }
}

@media (max-width: 320px) {
  .list-view .catalog-item-price {
    position: relative;
    top: 18px;
  }

  /* #22948 */
  
  .table-view .catalog-item-price {
    margin-bottom: 10px;
  }

  .table-view .catalog-item-btn {
    bottom: 5px;
    position: relative;
    clear: both;
    margin-top: 0;
  }

  .table-view .available, .table-view .not-available {
    bottom: 161px;
  }

  .table-view .catalog-item-art {
    bottom: 139px;
  }  
}

@media (max-width: 320px) and (orientation: portrait), (max-width: 600px) and (orientation: landscape) {
  .cart-cyrr-price {
    display: block;
  }
}

/* #22942 */

.table-compare.three-items {
  width: auto !important;
  table-layout: fixed;
}

.table-compare.three-items tbody tr td {
  max-width: none;
  min-width: 0;
}

.table-compare.three-items tbody tr td:first-child {
  width: 400px;
}

.table-compare.three-items tbody tr td:not(:first-child) {
  width: calc((100% - 400px) / 3);
}

.product-bottom-content > p {
  position: relative;
  padding-left: 12px;
  margin-bottom: .6rem;
}

.product-bottom-content > p:before {
  content: "";
  background: #7d7d7d;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
}

.articles-container .article-min-container .row {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .brand .news .article:not(.article-big) {
    min-height: 227px;
  }  
}

@media (max-width: 1023px) {
  .products-6-1 .products.products-6 {
     display: flex; 
     flex-wrap: wrap; 
  }

  .products-6-1 .columns-6-1.row-reverse {
    display: block;
  }

  .brand .news .article:not(.article-big) {
    min-height: 245px;
  }
}

@media (max-width: 400px) {
  .articles-container .article-min-container [class*="col-"] {
    width: 100%;
  }
}

.large-title {
  position: relative;
}

.save {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  font-family: 'Open Sans';
  color: #333e48;
  padding: 15px 15px 20px 0;
}

.save__tit {
  font-size: 14px;
  margin-right: 9px;
}

.save__sum {
  font-weight: 700;
  font-size: 14px;
  color: #1b93c5
}

.save__wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -19px;
  text-align: right;
}

.save__p2 {
  position: absolute;
  bottom: -17px;
  right: 0;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}

.info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.info__symb {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #717171;
  border-radius: 50%;
  text-align: center;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 15px;
  color: #505962;
  margin-left: 11px;
}

.info:hover .info__balloon {
  visibility: visible;
  opacity: 1;
}

.info__balloon {
  width: 211px;
  height: auto;
  position: absolute;
  bottom: 35px;
  right: -16px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #717171;
  background: #fff;
  box-shadow: 0 2px 5px rgba(194, 198, 204, 0.5);
  padding: 10px;
  border-radius: 5px;
  padding: 12px 13px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}

.info__el {
  position: absolute;
  bottom: -12px;
  right: 10px;
  overflow: hidden;
  height: 12px;
  width: 30px;
}

.info__el:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px 0 rgba(194, 198, 204, 0.5);
  transform: rotate(-45deg);
  z-index: 1;
  border: 6px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  width: 0;
  height: 0;
  margin: auto;
}

@media (min-width: 401px) and (max-width: 767px) {
  .save {
    margin-top: 3px;
  }
}

@media (max-width: 400px) {
  .save {
    position: static;
    padding: 0px 18px 15px;
  }
}

@media (max-width: 320px) {

  .save {
    padding-right: 0;
  }

  .save .info {
    margin-left: -5px;
  }

  .save__tit {
    font-size: 13px;
    white-space: nowrap;
  }

  .save__sum {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .articles-container .article-min-container:nth-child(odd) .row--art {
    margin-right: -0.4685rem;
  }

  .articles-container .article-min-container:nth-child(even) .row--art {
    margin-left: -0.4685rem;
  }
}

@media (min-width: 1200px) {
  .articles-container .article-min-container .row--art {
    max-width: 570px;
  }

  .brand-products .products.product-main-6-1,
  .brand-products .products.products-6 {
    display: flex;
    flex-wrap: wrap;
  }
}

/* price.html */

.price-widget .cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-widget label {
  background: url('../img/spritesheet.png') no-repeat;
  background-position: -56px -255px;
  margin-bottom: 0;
  width: 30px;
  height: 16px;
}

.price-widget input:checked+label {
  background-position: -56px -351px;
}

.price-widget input[type="checkbox"] {
  display: none;
}

.price-widget input:disabled~label {
  color: #acacac;
  cursor: default;
}

.price-widget .product_cat label {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

.price-widget .product_cat .cat-item label {
  position: static;
  transform: translateY(0);
}

.price-widget .category-single .show-all-cat .show-all-cat-dropdown {
  padding: 1em 30px 1em 2em;
}

.price-widget.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown+ul li .show-all-cat-dropdown {
  padding: 1em 30px 1em 3em;
}

.catalog .widget_product_categories .product_cat .product_cat ul li label {
  right: 0;
}

.price-row .catalog-dl-btn {
  display: inline-block;
  padding: 6px 40px 6px 20px;
  border: 1px solid #1b93c5;
  border-radius: 15px;
  color: #1b93c5;
  position: relative;
  background: #fff;
  top: auto;
  right: auto;
}

.sidebar.catalog .price-tabs {
  padding: 0 15px;
  border-bottom: none;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
}

.price-tabs li {
  text-align: center;
}

.sidebar.catalog .price-tabs::after {
  display: none;
}

.price-tabs a {
  color: #333e48;
  font-size: 1.429em;
  line-height: 0.9em;
  border-bottom: 2px solid transparent;
  transition: all 0.3s linear;
}

.price-tabs a:hover {
  border-bottom: 2px solid #1b93c5;
}

.price-tabs a.active {
  border-bottom: 2px solid #1b93c5;
}

.price-widget .part-select {
  background-position: -56px -382px;
}

.sidebar .widget.price-widget {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .header-logo {
    margin-bottom: 0;
  }
}

/* /price.html */

/* fix nav header */

.header-v3 .header-common-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.header-v3 .header-common-wrap > .navbar-nav:first-child {
  padding-right: 0.9375rem;
}

.header-v3 .header-common-wrap > .navbar-nav:first-child {
  margin-left: 42px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .header-v3 .header-common-wrap > .navbar-nav:first-child {
    margin-left: 1.714em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-v3 .header-common-wrap {
    float: right;
    width: 150px;
  }

  .header-v3 .navbar-mini-cart li:first-child:before {
    top: 6px;
  }

  .header-v3 .header-common-wrap .navbar-nav {
    margin-top: 0;
  }

  .header-v3 .header-common-wrap .navbar-wishlist {
    bottom: auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .header-v3 .header-common-wrap {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {

  .header-v3 .header-common-wrap {
    float: right;
    width: 105px;
  }

  .header-v3 .header-common-wrap .navbar-nav:first-child {
    padding-right: 0;
    margin-right: 0;
  }

  .header-v3 .header-common-wrap .ec-search {
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .header-v3 .navbar-nav.navbar-wishlist {
    bottom: auto;
    padding-top: 0;
  }

  .header-v3 .navbar-nav + .navbar-nav.navbar-wishlist {
    margin-left: 48px;
  }
}

/* /fix nav header */

/* fix main slider */
.fadeInDown-1 {
  transition: opacity 0.1s linear;
}
/* /fix main slider */

.page.home .product-main-6-1 {
  padding-right: 5px;
}

.page.home .products-6 {
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .page.home .columns-6-1 .product-main-6-1 {
    display: flex;
    height: 550px;
  }

  .page.home .columns-6-1 .product-main-6-1 .product-outer {
    height: 100%;
  }

  .page.home .columns-6-1 > ul.products.products-6 .product {
    height: 270px;
    min-height: 0;
  }  

  .page.home .columns-6-1 > ul.products.products-6 .product-outer {
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .page.home .columns-6-1 .product-main-6-1 {
    height: 639px;
  }

  .page.home .columns-6-1 .product-main-6-1 .product {
    padding: 0;
    margin: 0;
  }

  .page.home .columns-6-1 .product-main-6-1 .product-outer {
    height: 100%;
  }

  .page.home .columns-6-1 > ul.products.products-6 .product {
    height: 317px;
  }
}

@media screen and (max-width: 1023px) {
  .products-6-1 .columns-6-1.tbt-col-reverse {
    display: flex;
    flex-direction: column-reverse;
    flex-basis: 100%;
    width: 100%;
  }

  .page.home .columns-6-1 .product-main-6-1 {
    padding-right: 0.9375rem;
  }

  .page.home .columns-6-1 .products-6 {
    padding-left: 0.9375rem;
  }
}

.order .form-group .pay-img {
  position: relative;
  top: -1px;
  width: 50px;
  height: 18px;
  margin: 0 5px;
}

.order .form-group .pay-img:last-child {
  width: 30px;
}

@media screen and (max-width: 370px) {
  .order .pay-icons-wrap {
    display: block;
    padding: 5px 5px 5px 29px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .item .hero-subtitle-v2 img {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .item .hero-subtitle-v2 img {
    max-width: 150px;
  }

  .home-v3-slider {
    height: 360px;
  }

  .home-v3-slider .owl-item {
    height: 360px;
  }

  #owl-main .item {
    height: 360px;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
  .home-v3-slider .owl-item,
   #owl-main .item,
   .home-v3-slider {
    height: 250px;
  }

  .home-v3-slider .owl-dots {
    bottom: 15px;
  }
}

@media screen and (max-width: 414px) {
  .home-v3-slider .owl-item,
  #owl-main .item,
  .home-v3-slider {
    height: auto;
  }

  #owl-main .item {
    height: 250px;
  }

  .home-v3-slider .item .col-md-6:last-child {
    display: none;
  }

  .home-v3-slider #owl-main .item .caption {
    padding: 20px 0;
  }
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  .home-v3-slider .owl-item,
  #owl-main .item,
  .home-v3-slider {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .item .hero-subtitle-v2 img {
    max-width: 100px;
  }

  .wishlist .item-list,
  .catalog .product-bottom-content p {
    display: none !important;  
  }

  .table-view .catalog-item-heading .product-bottom-content {
    height: auto !important;
  }

  .wishlist .item-cat {
    min-height: 24px;
  }

  .wishlist .item-price-line {
    min-height: 55px;
  }

  .wishlist .item-label {
    min-height: 61px;
  }

  .wishlist .ico-cross {
    margin-right: 5px;
  }

  .wishlist .ico-cross:after {
    line-height: 14px;
  }

  .ordering-toggle .form-group p.ins {
    left: 70px;
    top: 12px;
  }
}

.brands-carousel .owl-carousel .owl-stage-outer {
  width: 100%;
}

.home-v3-owl-carousel-tabs .product.last {
  position: relative;
  left: -4px;
}

.home-v3-owl-carousel-tabs .owl-item.last-active.active {
  left: -4px;
}

/* refs #25219 - макете этого блока нет(пока скрываем)  */
.product-disc-text {
  display: none
}

.product .product-canceled-price {
  position: static;
  padding-top: 4px;
  color: #333e48;
}

.product .product-canceled-price b {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans';
}

.product .product-canceled-price .whole-text {
  font-size: 18px;
}

.product .promotional-price {
  color: #ee3438;
  padding-top: 3px;
}

.product .product-your-price {
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #333e48;
}

.product .product-retail-price.small {
  background: #f5f5f5;
}

.product-card--user-signed .product-retail-price.small {
  padding: 8px 34px 6px 11px;
  font-size: 15px;
  font-family: 'Open Sans';
}

.product-card--user-signed .product-retail-price.small .product-price {
  font-weight: 700;
}

.product-your-price {
  padding: 3px 0 3px;
}

.product-card:not(.product-card--user-signed) .product-your-price {
  display: none;
}

.product-card--user-has-promo .product-your-price,
.product-card--user-has-promo .product-retail-price {
  display: none;
}

.product-card--user-signed .how-to-buy {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .product .product-quantity {
    padding-top: 0;
  }
}

@media screen and (max-width: 1198px) {
  #owl-main .item .caption {
    padding-top: 0;
  }

  .hero-2 {
    font-size: 2.5em;
  }
}

@media (min-width: 1199px) {
  #owl-main .item .caption {
    padding-top: 0;
  }

  .hero-2 {
    min-width: 660px;
    font-size: 20px;
    line-height: 30px;
  }
}

.home-v3-slider .owl-item .row {
  display: flex;
  align-items: center;
  height: 100%;
}

.home-v3-slider .owl-item .hero-subtitle-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-v3-slider .item .hero-subtitle-v2 img {
  position: relative;
  width: auto;
}

.hero-1 {
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 3.2em;
  font-weight: 700;
  color: #334141;
  text-transform: none;
  margin-bottom: 19px;
}

.hero-2 {
  font-weight: 300;
  font-family: 'Open Sans';
  color: #334141;
  text-transform: none;
  margin-bottom: 27px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .hero-2 {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .hero-2 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .home-v3-slider .item .hero-subtitle-v2 img {
    max-width: 300px;
  }
  .hero-2 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px) {
  .hero-1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 568px) and (max-width: 760px) and (orientation: landscape) {
  .home-v3-slider .row .col-md-6:first-child {
    flex-basis: 55%;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .home-v3-products-block .ad .media-body,
  .home-v3-products-block .ad:last-child .media-body {
    padding-right: 2.45rem;
  }
}


/* Locale switch */
.locale-select-container {
    display: inline-block;
    position: relative;
}
.locale-select-container .active-locale {
    padding-right: 15px;
}
.locale-select-container .active-locale:hover {
    color: #1b93c5;
    cursor: pointer;
}
.locale-select-container .active-locale:after {
    content: '\79';
    position: absolute;
    right: 0;
    top: 3px;
    font-family: 'font-electro';
    color: #000;
    margin-left: 0.857em;
    font-size: 12px;
    cursor: pointer;
}
.locale-select-container .active-locale:hover:after {
    color: #1b93c5;
}
.locale-list-menu {
    box-shadow: 3px 3px 10px 0 rgba(1, 1, 1, 0.3);
    position: absolute;
    top: 37px;
    left: 0;
    width: 130px;
    padding: 0 0 10px;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    color: #334141;
    list-style: none;
    text-align: left;
    z-index: -1;
    display: block;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.locale-list-menu.show {
    opacity: 1;
    z-index: 10000;
}
.locale-list-menu li {
    display: block;
}
.locale-list-menu li.disabled {
    pointer-events: none;
    font-weight: bold;
}
.locale-list-menu li a {
    padding-left: 18px;
    display: block;
}
.locale-list-menu li:first-child a {
    padding-top: 10px;
}


.gm-style img {
  display: inline;
  transform: translateY(-2px) !important;
}

.gm-style .gm-style-mtc label {
  display: inline;
  line-height: 1em;
}