/* @font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7g29Y.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7j.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRzS7j.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D-w.ttf) format('truetype');
} */
html,
body {
  color: #2f3f56;
}
pre.debug {
  font-size: 10px;
  padding: 10px;
  background: #787878;
  color: #ffffff;
  position: fixed;
  z-index: 99999;
  left: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  overflow: hidden;
}
pre.debug:hover {
  height: 400px;
  width: 800px;
  overflow-y: scroll;
}
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  height: 100%;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  color: #2f3f56;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a.not_underline:hover {
  text-decoration: none;
}
form {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
input,
textarea {
  padding: 9px 10px;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}
input[type="text"]:hover,
textarea[type="text"]:hover,
input[type="text"]:focus,
textarea[type="text"]:focus,
input[type="text"]:active,
textarea[type="text"]:active,
input[type="password"]:hover,
textarea[type="password"]:hover,
input[type="password"]:focus,
textarea[type="password"]:focus,
input[type="password"]:active,
textarea[type="password"]:active,
input.input:hover,
textarea.input:hover,
input.input:focus,
textarea.input:focus,
input.input:active,
textarea.input:active {
  border-color: #ada8a8;
  -webkit-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -moz-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  outline: none;
}
input.legal {
  margin: 5px;
}
input.legal:after {
  font-family: "FontAwesome";
  position: absolute;
  color: #30353a;
  top: -5px;
  left: -5px;
  line-height: 24px;
  text-align: center;
  width: 22px;
  padding-left: 2px;
  height: 24px;
  font-size: 19px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  content: "";
}
input.legal:checked:after {
  content: "\f00c";
}
input.legal:focus:after {
  border-color: #ada8a8;
  -webkit-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -moz-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  outline: none;
}
textarea {
  resize: none;
  vertical-align: middle;
}
textarea:hover,
textarea:focus {
  border-color: #ada8a8;
  -webkit-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -moz-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  outline: none;
}
.settings_wrapper,
.overlay_block {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(47, 63, 86, 0.4);
}
.settings_wrapper.on,
.overlay_block.on {
  display: block;
}
.settings_wrapper {
  z-index: 1051;
  overflow-y: scroll;
}
.popup_box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1051;
}
.preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 994;
  background-image: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 11px, #fff 10px, #fff 20px);
  background-size: 28px 28px;
  animation: move 0.5s linear infinite;
  opacity: 0.75;
}
.preloader.single {
  position: relative;
  color: #262e6e;
  border: 1px solid #f3f3f3;
  height: 40px;
  margin: 0 auto 100px;
  opacity: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
#loading_screen {
  left: 0;
  right: 0;
  background-image: repeating-linear-gradient(-45deg, #f3f3f3, #f3f3f3 11px, #fff 10px, #fff 20px);
  background-size: 28px 28px;
  animation: move 0.5s linear infinite;
  color: #262e6e;
  border: 1px solid #f3f3f3;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  position: fixed;
  top: 0;
  height: auto;
  bottom: -100px;
  opacity: 0.5;
  z-index: 1100;
}
#loading_screen img {
  display: none;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}
.overflow {
  overflow-y: hidden;
}
.relative {
  position: relative;
}
.centered {
  text-align: center;
}
.pull_right {
  float: right;
}
.pull_left {
  float: left;
}
.hidden {
  display: none;
}
i {
  transition: 0.5s transform ease;
}

i.opened {
  transform: rotateX(180deg);
}

li.opened {
  animation-name: scale-center-out;
  animation-duration: 0.5s;
}

li.hiddened {
  transform: scaleY(0);
  transform: scaleX(0);
  height: 0;
  animation-name: scale-center-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes scale-center-out {
  0% {
    transform: scaleY(0);
    height: 0;
  }

  100% {
    transform: scaleY(1);
    height: 32px;
  }
}

@keyframes scale-center-in {
  0% {
    transform: scaleY(1);
    height: 32px;
    
  }

  100% {
    transform: scaleY(0);
    height: 0;

  }
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(/local/tamplates/magazine/img/grayscale.svg);
  filter: gray;
}
.dark {
  background: #515b66;
}
.grey {
  background: #efefef;
}
.white {
  background: #ffffff;
}
.red-custom {
  background: #ac2021;
}
.centered {
  text-align: center;
}
.left_border {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 3px solid #2f3f56;
  border-color: #262e6e;
}
.left_border b {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-bottom: 5px;
}
.fa {
  vertical-align: baseline;
}
.fa.fa-map-marker {
  display: inline-block;
  font-style: normal;
}
.fa.vertical_split {
  display: inline-block;
  vertical-align: top;
  height: 13px;
  border-right: 1px solid #c8c8c8;
}
.fa.fa-rub {
  font-size: 0.85em;
}
.fa.not-active {
  color: #c0c0c0;
}
.fa.fa-list:before {
  content: "\f039";
}
.fa.fa-list_big:before {
  content: "\f00b";
}
.fa.fa-tile:before {
  content: "\f00a";
}
.not_available_flag,
.not_available_flag i,
.red {
  color: #e40000;
}
.available_flag,
.available_flag i,
.green {
  color: #008000;
}
.yellow {
  color: #dce100;
}
.product_card .fa.fa-heart,
.product_item .fa.fa-heart,
.product_card .fa.fa-bar-chart,
.product_item .fa.fa-bar-chart {
  color: #c2c2c2;
  cursor: pointer;
}
.product_card .fa.fa-heart:hover,
.product_item .fa.fa-heart:hover,
.product_card .fa.fa-bar-chart:hover,
.product_item .fa.fa-bar-chart:hover,
.product_card .fa.fa-heart.active,
.product_item .fa.fa-heart.active,
.product_card .fa.fa-bar-chart.active,
.product_item .fa.fa-bar-chart.active {
  color: #262e6e;
  text-decoration: none;
}
.enter_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 12px 0;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #ffffff;
  float: right;
}
.enter_wrapper .login {
  position: relative;
}
.enter_wrapper .login .fa-lock {
  margin-right: 5px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
}
.enter_wrapper .vertical_split {
  margin: 0 5px;
  position: relative;
  top: 2px;
}
.search_wrapper_ {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.search_wrapper_ .search {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px 5px 10px;
  height: 34px;
}
.search_wrapper_ a {
  position: absolute;
  right: 13px;
  top: 9px;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #515b66;
}
@media (max-width: 719px) {
  .search_wrapper_ .search_wrapper > i {
    float: right;
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
}
.search_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.search_wrapper .search {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px 5px 10px;
  height: 34px;
}
.search_wrapper .bx-input-group {
  position: relative;
}
.search_wrapper .btn_search {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 32px;
  font-size: 0.8125rem;
  color: #515b66;
  border: none;
  outline: none;
  width: 35px;
  background: transparent;
}
.search_wrapper .search_leftmenu {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-search-result {
  display: none;
  background: white;
  z-index: 1035;
  margin-top: -6px;
  border: 1px solid #ada8a8;
  border-top-width: 0;
  -webkit-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -moz-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.title-search-result .bx_item_block {
  margin-bottom: 8px;
}
.title-search-result .bx_item_block.all_result {
  margin: 0;
}
.title-search-result .bx_image {
  width: 50px;
  height: 50px;
  background-size: contain;
  border: 1px solid #d6d6d6;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 5px;
}
.title-search-result .bx_item_element a {
  font-size: 14px;
  color: #262e6e;
  text-decoration: underline;
}
.title-search-result .bx_item_element .bx_price {
  font-size: 14px;
  font-weight: 600;
}
.title-search-result .bx_item_element .bx_price .old {
  text-decoration: line-through;
  color: #a8a8a8;
}
.title-search-result .all_result_title a {
  color: #262e6e;
}
.title-search-result .all_result_title a i {
  margin-left: 5px;
}
.search_inner {
  margin: 20px auto 65px;
  width: 94%;
}
.search_inner .search_form input.search-suggest {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search_inner > a {
  font-size: 16px;
  line-height: 16px;
  color: #262e6e;
}
.search_inner p {
  font-size: 14px;
  margin: 3px 0 35px;
}
.cart_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.cart_wrapper a i {
  margin-right: 5px;
  font-size: 32px;
  vertical-align: middle;
}
.cart_wrapper a:hover {
  color: #262e6e;
  text-decoration: none;
}
.cart_wrapper .cart_info {
  vertical-align: middle;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: left;
  font-weight: normal;
  color: #888888;
}
.cart_wrapper .cart_info .fa.vertical_split {
  vertical-align: middle;
  margin: 0 5px;
  height: 13px;
  border-color: #595e73;
}
.cart_wrapper .cart_info .cart_price_total {
  font-weight: 700;
}
.cabinet {
  display: none;
}
header {
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .third_header_line_wrapper {
  max-height: 50px;
  background-color: #262e6e;
}
header .flying_menu.on {
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  z-index: 995;
}
header menu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  z-index: 993;
}
header menu a {
  font-size: 13px;
  font-size: 0.8125rem;
}
header menu > ul > li {
  display: inline-block;
  vertical-align: top;
}
header menu > ul > li:hover,
header menu > ul > li.active {
  background: rgba(0, 0, 0, 0.25);
}
header menu > ul > li > a {
  display: inline-block;
  padding: 17px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
header menu.menu1 > ul ul.catalog {
  display: none;
  position: absolute;
  top: 50px;
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 5px 0 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header menu.menu1 > ul ul.catalog li {
  padding-bottom: 5px;
}
header menu.menu1 > ul ul.catalog li a {
  display: inline-block;
  font-size: 0.8125rem;
  color: #2f3f56;
  text-transform: none;
  padding: 0;
}
header menu.menu1 > ul ul.catalog li.active > a,
header menu.menu1 > ul ul.catalog li:hover > a {
  color: #262e6e;
}
header menu.menu1 > ul ul.catalog li.more_sections {
  text-align: right;
  padding-top: 5px;
}
header menu.menu1 > ul ul.catalog li.more_sections a {
  font-weight: 400;
  font-style: italic;
}
header menu.menu1 > ul ul.catalog li.more_sections a .fa {
  font-style: italic;
}
header menu.menu1 > ul ul.catalog > li {
  display: inline-block;
  width: 160px;
  padding: 10px 12px 15px;
  margin: 0 0 0 -4px;
  font-size: 1rem;
  vertical-align: top;
}
header menu.menu1 > ul ul.catalog > li > a {
  font-weight: 600;
  margin-bottom: 5px;
}
header menu.menu1 > ul ul.catalog > li > a:hover {
  text-decoration: none;
}
header menu.menu2 > ul ul,
header menu.menu3 > ul ul {
  position: absolute;
  display: none;
}
header menu.menu2 > ul ul.catalog,
header menu.menu3 > ul ul.catalog {
  /*width: 195px;*/
  width: 210px;
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 20px 0;
}
header menu.menu2 > ul ul.catalog li,
header menu.menu3 > ul ul.catalog li {
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header menu.menu2 > ul ul.catalog li a,
header menu.menu3 > ul ul.catalog li a {
  display: inline-block;
  text-transform: none;
  width: 100%;
  padding: 7px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2f3f56;
}
header menu.menu2 > ul ul.catalog li a .fa,
header menu.menu3 > ul ul.catalog li a .fa {
  position: absolute;
  right: 15px;
  line-height: 1rem;
}
header menu.menu2 > ul ul.catalog li ul,
header menu.menu3 > ul ul.catalog li ul {
  width: 195px;
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 20px 0;
  top: 0;
  right: -195px;
  min-height: 100%;
  min-height: -webkit-calc( 100% + 1px );
  min-height: -moz-calc( 100% + 1px );
  min-height: calc( 100% + 1px );
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
}
header menu.menu2 > ul ul.catalog li ul.image,
header menu.menu3 > ul ul.catalog li ul.image {
  padding: 0;
}
header menu.menu2 > ul ul.catalog li ul.image a,
header menu.menu3 > ul ul.catalog li ul.image a {
  position: absolute;
  width: auto;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
header menu.menu2 > ul ul.catalog li:hover > ul,
header menu.menu3 > ul ul.catalog li:hover > ul {
  display: block;
}
header menu.menu2 > ul ul.catalog li.active > a,
header menu.menu3 > ul ul.catalog li.active > a,
header menu.menu2 > ul ul.catalog li:hover > a,
header menu.menu3 > ul ul.catalog li:hover > a {
  color: #262e6e;
}
header menu.menu2 > ul ul.catalog li.more_sections,
header menu.menu3 > ul ul.catalog li.more_sections {
  text-align: right;
  padding-top: 10px;
}
header menu.menu2 > ul ul.catalog li.more_sections a,
header menu.menu3 > ul ul.catalog li.more_sections a {
  font-weight: 400;
  font-style: italic;
}
header menu.menu2 > ul ul.catalog li.more_sections a .fa,
header menu.menu3 > ul ul.catalog li.more_sections a .fa {
  font-style: italic;
  position: relative;
  right: 0;
}
header menu.menu2 > ul ul.catalog li.more_sections:hover,
header menu.menu3 > ul ul.catalog li.more_sections:hover {
  background: none;
}
header menu.menu2 > ul ul.catalog li.more_sections:hover a,
header menu.menu3 > ul ul.catalog li.more_sections:hover a {
  color: #262e6e;
}
header menu.menu2 > ul ul.catalog > li > a,
header menu.menu3 > ul ul.catalog > li > a {
  font-weight: 600;
}
header menu.menu2 > ul ul.catalog > li > a:hover,
header menu.menu3 > ul ul.catalog > li > a:hover {
  text-decoration: none;
}
header menu.menu2 > ul ul.catalog > li.active,
header menu.menu3 > ul ul.catalog > li.active,
header menu.menu2 > ul ul.catalog > li:hover,
header menu.menu3 > ul ul.catalog > li:hover {
  background-color: #262e6e;
}
header menu.menu2 > ul ul.catalog > li.active > a,
header menu.menu3 > ul ul.catalog > li.active > a,
header menu.menu2 > ul ul.catalog > li:hover > a,
header menu.menu3 > ul ul.catalog > li:hover > a {
  color: #ffffff;
}
header menu.menu1 > ul ul,
header menu.menu2 > ul ul,
header menu.menu3 > ul ul {
  z-index: 993;
}
header menu.menu1 > ul ul.flexMenu-popup,
header menu.menu2 > ul ul.flexMenu-popup,
header menu.menu3 > ul ul.flexMenu-popup,
header menu.menu1 > ul ul.common,
header menu.menu2 > ul ul.common,
header menu.menu3 > ul ul.common {
  position: absolute;
  display: none;
  background-color: #262e6e;
  color: #ffffff;
}
header menu.menu1 > ul ul.flexMenu-popup li:hover,
header menu.menu2 > ul ul.flexMenu-popup li:hover,
header menu.menu3 > ul ul.flexMenu-popup li:hover,
header menu.menu1 > ul ul.common li:hover,
header menu.menu2 > ul ul.common li:hover,
header menu.menu3 > ul ul.common li:hover,
header menu.menu1 > ul ul.flexMenu-popup li.active,
header menu.menu2 > ul ul.flexMenu-popup li.active,
header menu.menu3 > ul ul.flexMenu-popup li.active,
header menu.menu1 > ul ul.common li.active,
header menu.menu2 > ul ul.common li.active,
header menu.menu3 > ul ul.common li.active {
  background: rgba(0, 0, 0, 0.25);
}
header menu.menu1 > ul ul.flexMenu-popup li a,
header menu.menu2 > ul ul.flexMenu-popup li a,
header menu.menu3 > ul ul.flexMenu-popup li a,
header menu.menu1 > ul ul.common li a,
header menu.menu2 > ul ul.common li a,
header menu.menu3 > ul ul.common li a {
  display: block;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 35px 10px 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header menu.menu1 > ul ul.flexMenu-popup li a .fa,
header menu.menu2 > ul ul.flexMenu-popup li a .fa,
header menu.menu3 > ul ul.flexMenu-popup li a .fa,
header menu.menu1 > ul ul.common li a .fa,
header menu.menu2 > ul ul.common li a .fa,
header menu.menu3 > ul ul.common li a .fa {
  display: none;
}
header menu.menu1 > ul ul.flexMenu-popup li a,
header menu.menu2 > ul ul.flexMenu-popup li a,
header menu.menu3 > ul ul.flexMenu-popup li a {
  text-transform: uppercase;
}
header menu.menu1 > ul > li:hover > ul,
header menu.menu2 > ul > li:hover > ul,
header menu.menu3 > ul > li:hover > ul {
  display: block;
}
header menu.menu1 > ul > li > a:hover,
header menu.menu2 > ul > li > a:hover,
header menu.menu3 > ul > li > a:hover {
  text-decoration: none;
}
header .first_header_line,
header .second_header_line,
header .third_header_line {
  position: relative;
  width: 100%;
}
header .first_header_line {
  min-height: 40px;
  z-index: 994;
}
header .first_header_line a {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #ffffff;
}
header .second_header_line {
  min-height: 110px;
}
@media (max-width: 719px) {
  header .second_header_line {
    min-height: 70px;
  }
}
header .third_header_line {
  min-height: 50px;
}
header .right_side {
  float: right;
  width: 10%;
  margin: 16px 0;
  line-height: 17px;
  text-align: right;
}
header .right_side > div {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
header .right_side > div a {
  font-size: 0.8125rem;
  line-height: 1rem;
}
header .right_side > div a:hover {
  text-decoration: none;
}
header .right_side > div a:hover span {
  text-decoration: underline;
}
header .right_side .compare_wrapper {
  text-align: right;
  margin-left: 15px;
}
header .mobile_menu_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 28px;
  cursor: pointer;
}
header .mobile_menu_icon i {
  font-size: 28px;
  margin-left: 8px;
  transform: scale(1.4, 1);
  color: #595e73;
}
@media (max-width: 959px) and (min-width: 720px) {
  header .mobile_menu_icon {
    top: 5px;
  }
}
@media (max-width: 719px) {
  header .mobile_menu_icon {
    top: 5px;
    left: 10px;
  }
  header .mobile_menu_icon i {
    font-size: 28px;
    margin-left: 8px;
    transform: scale(1.5, 1);
    color: #595e73;
  }
}
header .phone_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header .phone_wrapper .phone a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1rem;
}
header .phone_wrapper .call_back {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header .phone_wrapper .call_back a {
  font-size: 0.8125rem;
  text-decoration: underline;
  color: #262e6e;
}
header .search_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header .search_wrapper .search {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px 5px 10px;
  height: 34px;
}
header .search_wrapper a {
  position: absolute;
  right: 13px;
  top: 9px;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #515b66;
}
@media (max-width: 719px) {
  header .search_wrapper .search_wrapper > i {
    float: right;
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
}
header .top_menu {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 40px;
}
header .top_menu ul li {
  display: inline-block;
  position: relative;
}
header .top_menu ul li a {
  display: inline-block;
  padding: 12px 17px;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #ffffff;
}
header .top_menu .flexMenu-popup {
  padding-bottom: 15px;
  z-index: 995;
}
header .top_menu .flexMenu-popup li {
  display: block;
}
header .top_menu .flexMenu-popup li a {
  padding: 10px 25px;
  width: 100%;
  min-width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .top_menu.dark .flexMenu-popup {
  background: #515b66;
}
header .top_menu.grey .flexMenu-popup {
  background: #efefef;
}
header .row.dark .flexMenu-popup {
  background: #515b66;
}
header .row.grey .flexMenu-popup {
  background: #efefef;
}
header .city_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #ffffff;
  z-index: 995;
}
header .city_wrapper .city_menu_head {
  cursor: pointer;
}
header .city_wrapper .city_menu_check {
  display: none;
  position: absolute;
  top: 45px;
  z-index: 1040;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}
header .city_wrapper .city_menu_check div {
  margin-bottom: 15px;
}
header .city_wrapper .city_menu_check div:last-of-type {
  font-size: 16px;
  font-weight: 600;
}
header .city_wrapper .city_menu_check a:first-of-type {
  margin-right: 5px;
}
header .city_wrapper .city_menu_body {
  display: none;
  z-index: 994;
  position: absolute;
  top: 40px;
  border: 1px solid #d5d5d5;
  border-top: none;
}
header .city_wrapper .city_menu_body ul li a {
  line-height: 1.5rem;
  color: #404347;
}
header .city_wrapper .fa-map-marker {
  margin-right: 5px;
}
header .city_wrapper .fa-angle-down {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
  cursor: pointer;
}
header .city_wrapper .fa-angle-down.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .city_wrapper .selected_city {
  border-bottom: 1px dotted #ffffff;
}
header .city_wrapper.small {
  position: static;
  padding: 12px 0;
}
header .city_wrapper.small .city_menu_body {
  width: 220px;
}
header .city_wrapper.small .city_menu_body .city_menu_inner {
  padding: 20px 15px 30px;
}
header .city_wrapper.small .city_menu_body span {
  display: none;
}
header .city_wrapper.small .city_menu_body ul {
  overflow: auto;
  max-height: 145px;
}
header .logo_wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 30px 0;
}
header .logo_wrapper img {
  max-height: 50px;
  max-width: 220px;
}
header .logo_wrapper a {
  display: inline-block;
}
header .logo_wrapper a:first-child {
  margin-right: 15px;
}
header .logo_wrapper .shop_title h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-bottom: 3px;
}
header .logo_wrapper .shop_title h3 {
  font-size: 1rem;
}
header .header_cart_container {
  display: inline-block;
  float: right;
  margin: 37px 0px;
}
@media screen and (min-width: 960px) {
  header.header1 menu {
    max-width: 90%;
  }
}
header.header1 .top_menu {
  width: 51%;
}
header.header1 .top_menu ul li:hover,
header.header1 .top_menu ul li.active {
  background: #333940;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header1 .logo_wrapper {
    margin: 32px 0;
    width: 53%;
    text-align: center;
  }
  header.header1 .logo_wrapper a {
    color: #2f3f56;
    text-align: left;
  }
}
@media (max-width: 719px) {
  header.header1 .logo_wrapper {
    margin: 0;
    width: 52%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 20px;
    left: 25px;
  }
  header.header1 .logo_wrapper a {
    color: #2f3f56;
  }
  header.header1 .logo_wrapper img {
    max-width: 147px;
    max-height: 33px;
  }
  header.header1 .logo_wrapper .shop_title h2 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
  }
  header.header1 .logo_wrapper .shop_title h3 {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}
header.header1 .phone_wrapper {
  width: 30%;
  text-align: center;
}
header.header1 .phone_wrapper .call_back {
  margin-top: 5px;
}
header.header1 .search_wrapper {
  width: 23%;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header1 .search_wrapper {
    position: static;
    width: 40px;
    text-align: left;
    margin: 40px 0;
  }
  header.header1 .search_wrapper .search_form {
    display: none;
    position: fixed;
    top: 113px;
    left: 0;
    width: 100%;
    padding: 8px 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 103;
    background-color: #262e6e;
  }
  header.header1 .search_wrapper .bx-searchtitle {
    width: 720px;
    margin: 0 auto;
    position: relative;
  }
  header.header1 .search_wrapper a {
    right: 12px;
    top: 16px;
  }
  header.header1 .search_wrapper .mobile_search {
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
}
@media (max-width: 719px) {
  header.header1 .search_wrapper {
    position: static;
  }
  header.header1 .search_wrapper a {
    right: 22px;
    top: 17px;
  }
  header.header1 .search_wrapper > i {
    position: absolute;
    width: 30px;
    right: 60px;
    top: 20px;
  }
  header.header1 .search_wrapper > i.mobile_search {
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
  header.header1 .search_wrapper .search_form {
    position: fixed;
    left: 0;
    top: 71px;
    width: 100%;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 103;
    display: none;
    background-color: #262e6e;
  }
}
header.header1 .header_cart_container {
  max-width: 22%;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header1 .header_cart_container {
    max-width: 24%;
  }
}
@media (max-width: 719px) {
  header.header1 .header_cart_container {
    width: 35px;
    position: absolute;
    right: 15px;
    top: 20px;
    margin: 0;
  }
}
header.header1 .cart_wrapper .cart_item_count {
  color: #262e6e;
}
header.header1 .cart_wrapper .cart_price_total {
  color: #262e6e;
}
@media (max-width: 719px) {
  header.header1 .cart_wrapper .cart_item_count {
    position: absolute;
    top: -3px;
    right: 5px;
    font-weight: 600;
    padding: 0px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #262e6e;
  }
  header.header1 .cart_wrapper .cart_title,
  header.header1 .cart_wrapper .cart_price_total,
  header.header1 .cart_wrapper .vertical_split {
    display: none;
  }
}
@media (min-width: 720px) {
  header.header1 .cart_wrapper .cart_title {
    display: block;
  }
}
header.header1 .right_side > div a {
  color: #ffffff;
}
header.header1 .right_side > div a .fa.fa-heart,
header.header1 .right_side > div a .fa.fa-heart:hover {
  color: #ffffff;
}
header.header1 .right_side > div a span {
  margin-left: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 719px) {
  header.header1 .mobile_menu_icon {
    top: 20px;
  }
}
@media (max-width: 959px) {
  header.header1 .second_header_line_wrapper {
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header1 {
    padding-top: 120px;
  }
}
@media (max-width: 719px) {
  header.header1 {
    padding-top: 71px;
  }
}
header.header2 menu {
  max-width: 95%;
}
header.header2 menu > ul > li {
  margin-right: -4px;
  border-right: 1px solid #ffffff;
}
header.header2 .top_menu {
  width: 36%;
}
header.header2 .top_menu ul li a {
  padding: 12px 7px;
}
header.header2 .top_menu ul li a:hover {
  text-decoration: underline;
}
header.header2 .top_menu .flexMenu-popup li a {
  padding: 10px 15px;
}
header.header2 .first_header_line a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #2f3f56;
}
header.header2 .second_header_line_wrapper {
  background-color: #262e6e;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header2 .second_header_line_wrapper {
    text-align: center;
  }
}
header.header2 .right_side a {
  color: #ffffff;
}
header.header2 .logo_wrapper a {
  color: #ffffff;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header2 .logo_wrapper {
    float: left;
  }
}
@media (max-width: 719px) {
  header.header2 .logo_wrapper {
    margin: 0;
    width: 55%;
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 17px;
  }
  header.header2 .logo_wrapper img {
    max-width: 147px;
    max-height: 33px;
  }
  header.header2 .logo_wrapper .shop_title h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
  }
  header.header2 .logo_wrapper .shop_title h3 {
    font-size: 11px;
    font-size: 0.7rem;
    line-height: 11px;
    line-height: 0.7rem;
  }
  header.header2 .logo_wrapper a:first-child {
    margin-right: 5px;
  }
}
header.header2 .enter_wrapper {
  color: inherit;
}
@media (max-width: 719px) {
  header.header2 .enter_wrapper {
    margin-right: 15px;
  }
}
header.header2 .city_wrapper {
  color: inherit;
  margin: 0 20px;
}
@media (max-width: 719px) {
  header.header2 .city_wrapper {
    display: none;
  }
}
header.header2 .phone_wrapper {
  margin: 10px 0;
  width: 20%;
  text-align: center;
}
header.header2 .phone_wrapper .phone a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 16px;
  line-height: 1rem;
  color: #2f3f56;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header2 .phone_wrapper {
    width: 35%;
  }
}
@media (max-width: 719px) {
  header.header2 .phone_wrapper {
    top: 25px;
    right: 10px;
    margin: 0;
    width: 40%;
    text-align: right;
    float: right;
  }
  header.header2 .phone_wrapper .phone a {
    color: #ffffff;
    font-size: 0.9rem;
  }
}
header.header2 .search_wrapper {
  width: 470px;
  margin-left: 45px;
}
header.header2 .search_wrapper .search {
  height: 42px;
}
header.header2 .search_wrapper .btn_search {
  height: 40px;
}
header.header2 .search_wrapper a {
  right: 17px;
  top: 13px;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header2 .search_wrapper {
    width: 45%;
    margin: 34px 0 0;
  }
}
@media (max-width: 719px) {
  header.header2 .search_wrapper {
    display: none;
  }
}
header.header2 .cart_wrapper a i {
  color: #ffffff;
}
header.header2 .cart_wrapper .cart_info {
  color: #ffffff;
}
header.header2 .cart_wrapper .cart_info .fa.vertical_split {
  border-color: #ffffff;
}
header.header2 .cart_wrapper .cart_title {
  display: block;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header2 .cart_wrapper .cart_title,
  header.header2 .cart_wrapper .cart_price_total,
  header.header2 .cart_wrapper .vertical_split,
  header.header2 .cart_wrapper .cart_item_count span {
    display: none;
  }
  header.header2 .cart_wrapper .cart_item_count {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 719px) {
  header.header2 .cart_wrapper {
    display: none;
  }
}
header.header2 .third_header_line_wrapper {
  border-top: 3px solid #ffffff;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header2 .third_header_line_wrapper {
    border-top-width: 1px;
  }
}
@media (max-width: 959px) {
  header.header2 {
    padding-top: 41px;
  }
  header.header2 .first_header_line_wrapper {
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (max-width: 959px) {
  header.header2 .mobile_menu_icon {
    top: 0;
  }
}
header.header3 menu {
  width: 75%;
}
header.header3 menu > ul > li a {
  padding: 17px;
}
header.header3 .top_menu {
  width: 45%;
}
header.header3 .top_menu ul li a {
  padding: 12px 7px;
}
header.header3 .top_menu ul li a:hover {
  text-decoration: underline;
}
header.header3 .first_header_line a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #2f3f56;
}
header.header3 .logo_wrapper {
  width: 30%;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header3 .logo_wrapper {
    width: 40%;
  }
}
@media (max-width: 719px) {
  header.header3 .logo_wrapper {
    margin: 0;
    width: 55%;
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 17px;
  }
  header.header3 .logo_wrapper img {
    max-width: 147px;
    max-height: 33px;
  }
  header.header3 .logo_wrapper .shop_title h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
  }
  header.header3 .logo_wrapper .shop_title h3 {
    font-size: 11px;
    font-size: 0.7rem;
    line-height: 11px;
    line-height: 0.7rem;
  }
  header.header3 .logo_wrapper a:first-child {
    margin-right: 5px;
  }
}
header.header3 .enter_wrapper {
  color: inherit;
}
@media (max-width: 719px) {
  header.header3 .enter_wrapper {
    margin-right: 15px;
  }
}
header.header3 .city_wrapper {
  color: inherit;
  margin: 0 30px;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header3 .city_wrapper {
    margin: 0 0 0 30%;
  }
}
@media (max-width: 719px) {
  header.header3 .city_wrapper {
    display: none;
  }
}
header.header3 .phone_wrapper {
  width: 31%;
  text-align: center;
  padding-top: 5px;
}
header.header3 .phone_wrapper .email {
  padding-top: 5px;
}
header.header3 .phone_wrapper .email a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #262e6e;
}
@media (max-width: 719px) {
  header.header3 .phone_wrapper {
    top: 25px;
    right: 10px;
    margin: 0;
    width: 40%;
    text-align: right;
    float: right;
    padding: 0;
  }
  header.header3 .phone_wrapper .phone a {
    font-size: 0.9rem;
  }
  header.header3 .phone_wrapper .email {
    display: none;
  }
}
header.header3 .call_back {
  display: inline-block;
  width: 17%;
}
header.header3 .call_back a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 13px 20px;
}
header.header3 .right_side {
  width: 20%;
  text-align: right;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}
header.header3 .right_side .wishlist_wrapper a:hover {
  color: #262e6e;
}
header.header3 .right_side .compare_wrapper a:hover {
  color: #262e6e;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header3 .right_side {
    width: 27%;
  }
}
@media (max-width: 719px) {
  header.header3 .right_side {
    display: none;
  }
}
header.header3 .header_cart_container {
  margin: 0;
}
header.header3 .search_wrapper {
  width: 220px;
  margin: 8px 0;
  float: right;
}
header.header3 .cart_wrapper {
  margin-left: 25px;
}
header.header3 .cart_wrapper a i {
  font-size: 1rem;
  margin: 0;
  vertical-align: baseline;
}
header.header3 .cart_wrapper:hover .cart_info {
  color: #262e6e;
  text-decoration: underline;
}
header.header3 .cart_wrapper .cart_title,
header.header3 .cart_wrapper .cart_price_total,
header.header3 .cart_wrapper .vertical_split,
header.header3 .cart_wrapper .cart_item_count span {
  display: none;
}
@media (max-width: 959px) {
  header.header3 {
    padding-top: 41px;
  }
  header.header3 .first_header_line_wrapper {
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
    border-bottom: 1px solid #d5d5d5;
  }
}
header.header4 menu {
  width: 100%;
}
header.header4 menu > ul > li {
  font-size: 16px;
  font-size: 1rem;
}
header.header4 menu > ul > li:hover,
header.header4 menu > ul > li.active {
  background: none;
}
header.header4 menu > ul > li a {
  color: #262e6e;
  padding: 0;
}
header.header4 menu > ul > li a:hover {
  text-decoration: underline;
}
header.header4 menu > ul > li > ul {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  header.header4 menu > ul > li {
    padding: 0px 20px 26px;
  }
  header.header4 menu > ul > li:first-child {
    padding-left: 0;
  }
}
header.header4 menu .flexMenu-popup {
  background: #ffffff;
  border: 1px solid #f5f0eb;
}
header.header4 menu .flexMenu-popup li:hover {
  background: none;
}
header.header4 menu .flexMenu-popup li a {
  padding: 10px 15px;
}
header.header4 menu.menu1 > ul ul {
  margin-top: 10px;
}
header.header4 menu.menu1 > ul ul.catalog {
  border-top: 1px solid #d5d5d5;
  top: initial;
  left: 0;
}
header.header4 menu.menu2 > ul ul.catalog,
header.header4 menu.menu3 > ul ul.catalog {
  border-top: 1px solid #d5d5d5;
}
header.header4 menu.menu2 > ul ul.catalog ul,
header.header4 menu.menu3 > ul ul.catalog ul {
  border-top: 1px solid #d5d5d5;
  top: -1px;
  min-height: 100%;
  min-height: -webkit-calc( 100% + 2px );
  min-height: -moz-calc( 100% + 2px );
  min-height: calc( 100% + 2px );
}
header.header4 .top_menu {
  width: 36%;
}
header.header4 .top_menu ul li a {
  padding: 12px 7px;
}
header.header4 .top_menu ul li a:hover {
  text-decoration: underline;
}
header.header4 .first_header_line a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff;
}
header.header4 .second_header_line_wrapper {
  border-bottom: 3px solid #f3f0eb;
  background: #ffffff;
}
@media (max-width: 959px) {
  header.header4 .second_header_line_wrapper {
    border: none;
  }
}
@media (max-width: 719px) {
  header.header4 .enter_wrapper {
    margin-right: 15px;
  }
}
header.header4 .city_wrapper {
  margin: 0 20px;
}
header.header4 .city_wrapper .city_menu_head span:first-of-type {
  display: none;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .city_wrapper {
    margin-left: 33%;
    text-align: right;
  }
  header.header4 .city_wrapper .city_menu_head span:first-of-type {
    display: inline-block;
  }
}
@media (max-width: 719px) {
  header.header4 .city_wrapper {
    display: none;
  }
}
header.header4 .phone_wrapper {
  margin: 10px 0;
  width: 20%;
  text-align: center;
}
header.header4 .phone_wrapper .phone a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .phone_wrapper {
    width: 35%;
  }
}
@media (max-width: 719px) {
  header.header4 .phone_wrapper {
    top: 25px;
    right: 10px;
    margin: 0;
    width: 40%;
    text-align: right;
    float: right;
  }
  header.header4 .phone_wrapper .phone a {
    color: #ffffff;
  }
}
@media (min-width: 720px) {
  header.header4 .second_header_line {
    min-height: 90px;
  }
  header.header4 .second_header_line .phone_wrapper {
    width: 33%;
    margin: 0;
    text-align: left;
  }
  header.header4 .second_header_line .phone_wrapper .phone a {
    color: #2f3f56;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .second_header_line {
    position: static;
  }
}
header.header4 .right_side {
  width: 28%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}
header.header4 .right_side .wishlist_wrapper a:hover {
  color: #262e6e;
}
header.header4 .right_side .compare_wrapper a:hover {
  color: #262e6e;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .right_side {
    width: 27%;
  }
}
@media (max-width: 719px) {
  header.header4 .right_side {
    position: relative;
    float: right;
    margin: 20px 0;
    width: 40px;
    right: 15px;
  }
}
header.header4 .header_cart_container {
  margin: 0;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .header_cart_container {
    width: 75px;
    text-align: right;
  }
}
header.header4 .search_wrapper {
  width: 500px;
  margin: 28px 0;
}
@media (max-width: 959px) {
  header.header4 .search_wrapper a {
    right: 19px;
    top: 18px;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .search_wrapper {
    position: static;
    width: 40px;
    text-align: left;
    margin: 40px 0;
  }
  header.header4 .search_wrapper .mobile_search {
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
  header.header4 .search_wrapper .search_form {
    display: none;
    position: absolute;
    top: 164px;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    background-color: #262e6e;
  }
}
@media (max-width: 719px) {
  header.header4 .search_wrapper {
    position: static;
    width: 30px;
    margin: 20px;
    float: none;
  }
  header.header4 .search_wrapper > i {
    float: right;
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
  header.header4 .search_wrapper .search_form {
    position: absolute;
    left: 0;
    top: 72px;
    width: 100%;
    background-color: #262e6e;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    display: none;
  }
}
header.header4 .cart_wrapper {
  margin-left: 25px;
}
header.header4 .cart_wrapper a i {
  font-size: 1rem;
  margin: 0;
  vertical-align: baseline;
}
header.header4 .cart_wrapper .cart_title,
header.header4 .cart_wrapper .cart_price_total,
header.header4 .cart_wrapper .vertical_split,
header.header4 .cart_wrapper .cart_item_count span {
  display: none;
}
header.header4 .cart_wrapper:hover .cart_info {
  color: #262e6e;
  text-decoration: underline;
}
@media (max-width: 959px) {
  header.header4 .cart_wrapper {
    margin: 0;
  }
  header.header4 .cart_wrapper a i {
    font-size: 2rem;
    margin-right: 5px;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .cart_wrapper .cart_info {
    vertical-align: baseline;
    font-size: 1.2125rem;
  }
}
@media (max-width: 719px) {
  header.header4 .cart_wrapper .cart_item_count {
    position: absolute;
    top: -3px;
    right: -5px;
    font-weight: 600;
    background-color: #262e6e;
    color: #ffffff;
    padding: 0px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
@media (min-width: 720px) {
  header.header4 .logo_wrapper {
    text-align: center;
    margin: 20px 0;
  }
  header.header4 .logo_wrapper a {
    display: block;
    margin-right: 0;
  }
  header.header4 .logo_wrapper a:first-of-type {
    margin-bottom: 5px;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .logo_wrapper {
    margin: 15px 0;
    width: 33%;
  }
}
@media (max-width: 719px) {
  header.header4 .logo_wrapper {
    margin: 0;
    width: 55%;
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 17px;
  }
  header.header4 .logo_wrapper img {
    max-width: 147px;
    max-height: 33px;
  }
  header.header4 .logo_wrapper .shop_title h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
  }
  header.header4 .logo_wrapper .shop_title h3 {
    font-size: 11px;
    font-size: 0.7rem;
    line-height: 11px;
    line-height: 0.7rem;
  }
}
@media (max-width: 959px) {
  header.header4 .wishlist_wrapper {
    display: none;
  }
}
@media (max-width: 959px) {
  header.header4 .compare_wrapper {
    display: none;
  }
}
header.header4 .menu_right_side {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header4 .menu_right_side {
    width: 33%;
    text-align: right;
    position: static;
  }
}
@media (max-width: 719px) {
  header.header4 .menu_right_side {
    position: static;
    width: 40%;
  }
  header.header4 .menu_right_side .second_header_line {
    position: static;
    text-align: right;
  }
}
header.header4 .mobile_menu_icon i {
  color: #ffffff;
}
@media (max-width: 959px) {
  header.header4 {
    padding-top: 40px;
  }
  header.header4 .first_header_line_wrapper {
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
  }
}
header.header5 {
  /*
		.second_header_line {
			.phone_wrapper {
				display: none;
			}
			@media @mobile {
				.phone_wrapper {
					display: inline-block;
					top: 25px;
					right: 10px;
					margin: 0;
					width: 40%;
					text-align: right;
					float: right;
					padding: 0;
					.phone a {
						font-size: 0.9rem;
					}
					.email {
						display: none;
					}
				}
			}
		}
		*/
}
header.header5 menu {
  width: 100%;
}
header.header5 .top_menu {
  width: 25%;
}
header.header5 .top_menu ul li a {
  padding: 12px 7px;
}
header.header5 .top_menu ul li a:hover {
  text-decoration: underline;
}
header.header5 .first_header_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header5 .first_header_line a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #2f3f56;
}
header.header5 .second_header_line_wrapper {
  background: #ffffff;
}
header.header5 .phone_wrapper {
  width: 15%;
  margin: 12px 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 959px) {
  header.header5 .phone_wrapper {
    width: auto;
  }
}
header.header5 .phone_wrapper a {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 719px) {
  header.header5 .phone_wrapper a {
    font-weight: normal;
    text-decoration: underline;
  }
}
header.header5 .enter_wrapper {
  color: inherit;
  min-width: 19%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 959px) {
  header.header5 .enter_wrapper {
    display: none;
  }
}
header.header5 .enter_wrapper .login {
  white-space: nowrap;
}
@media (max-width: 480px) {
  header.header5 .enter_wrapper .user-name {
    display: none;
  }
}
header.header5 .enter_wrapper .cabinet {
  display: none;
}
@media (max-width: 480px) {
  header.header5 .enter_wrapper .cabinet {
    display: inline;
  }
}
header.header5 .city_wrapper {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #2f3f56;
}
@media (max-width: 719px) {
  header.header5 .city_wrapper {
    display: none;
  }
}
header.header5 .logo_wrapper {
  width: 100%;
  margin: 20px 0;
}
header.header5 .logo_wrapper img {
  max-height: none;
  max-width: 100%;
}
@media (max-width: 480px) {
  header.header5 .logo_wrapper .logo {

  }
}
header.header5 .logo_wrapper .logo-mobile {
  display: none;
}
@media (max-width: 480px) {
  header.header5 .logo_wrapper .logo-mobile {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
header.header5 .logo_wrapper a:first-child {
  margin: 0;
}
@media (max-width: 719px) {
  header.header5 .logo_wrapper {
    margin: 10px 0;
    /*
				img {
					max-width: 147px;
					max-height: 33px;
				}
				*/
  }
  header.header5 .logo_wrapper .shop_title h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
  }
  header.header5 .logo_wrapper .shop_title h3 {
    font-size: 11px;
    font-size: 0.7rem;
    line-height: 11px;
    line-height: 0.7rem;
  }
}
@media (max-width: 480px) {
  header.header5 .logo_wrapper {
    width: auto;
    margin: 10px 50px;
  }
}
header.header5 .search_wrapper {
  width: 23%;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header5 .search_wrapper {
    width: 33%;
  }
}
@media (max-width: 719px) {
  header.header5 .search_wrapper {
    display: none;
  }
}
header.header5 .right_side {
  width: 14%;
  text-align: right;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}
header.header5 .right_side .wishlist_wrapper a:hover {
  color: #262e6e;
}
header.header5 .right_side .compare_wrapper a:hover {
  color: #262e6e;
}
@media (max-width: 959px) {
  header.header5 .right_side {
    width: auto;
    margin-right: 15px;
  }
}
header.header5 .compare_wrapper {
  margin-left: 15px;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header5 .compare_wrapper {
    margin-left: 25px;
  }
}
header.header5 .header_cart_container {
  margin: 0;
}
header.header5 .cart_wrapper {
  margin-left: 15px;
}
header.header5 .cart_wrapper a i {
  font-size: 1rem;
  margin: 0;
  vertical-align: baseline;
}
header.header5 .cart_wrapper .cart_title,
header.header5 .cart_wrapper .cart_price_total,
header.header5 .cart_wrapper .vertical_split,
header.header5 .cart_wrapper .cart_item_count span {
  display: none;
}
header.header5 .cart_wrapper:hover .cart_info {
  color: #262e6e;
  text-decoration: underline;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header5 .cart_wrapper {
    margin-left: 25px;
  }
}
@media (max-width: 959px) {
  header.header5 {
    padding-top: 45px;
  }
  header.header5 .first_header_line_wrapper {
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (max-width: 959px) {
  header.header5 .mobile_menu_icon {
    top: 0;
  }
}
header.header6 menu {
  max-width: 95%;
}
header.header6 menu > ul > li {
  margin-right: -4px;
  border-right: 1px solid #d0d0d0;
}
header.header6 menu > ul > li > a {
  color: #515b66;
}
header.header6 menu > ul > li.active,
header.header6 menu > ul > li:hover {
  background-color: #262e6e;
}
header.header6 menu > ul > li.active > a,
header.header6 menu > ul > li:hover > a {
  color: #ffffff;
}
header.header6 menu .flexMenu-popup {
  background: #efefef;
}
header.header6 menu .flexMenu-popup li a {
  color: #595e73;
}
header.header6 menu .flexMenu-popup li:hover {
  background-color: #262e6e;
}
header.header6 menu .flexMenu-popup li:hover a {
  color: #ffffff;
}
header.header6 .top_menu {
  width: 32%;
}
header.header6 .top_menu ul li a {
  padding: 12px 7px;
}
header.header6 .top_menu ul li a:hover {
  text-decoration: underline;
}
header.header6 .first_header_line a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff;
}
header.header6 .second_header_line_wrapper {
  background-color: #262e6e;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .second_header_line_wrapper {
    text-align: center;
  }
}
@media (max-width: 719px) {
  header.header6 .second_header_line_wrapper {
    background: #ffffff;
  }
}
@media (max-width: 719px) {
  header.header6 .enter_wrapper {
    margin-right: 15px;
  }
}
header.header6 .city_wrapper {
  margin: 0 20px;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .city_wrapper {
    text-align: right;
  }
  header.header6 .city_wrapper .city_menu_head span:first-of-type {
    display: inline-block;
  }
}
@media (max-width: 719px) {
  header.header6 .city_wrapper {
    display: none;
  }
}
header.header6 .phone_wrapper {
  margin: 10px 0;
  width: 17%;
  text-align: center;
}
header.header6 .phone_wrapper .phone a {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .phone_wrapper {
    width: 25%;
  }
}
@media (max-width: 719px) {
  header.header6 .phone_wrapper {
    top: 25px;
    right: 10px;
    margin: 0;
    width: 40%;
    text-align: right;
    float: right;
  }
  header.header6 .phone_wrapper .phone a {
    color: #ffffff;
  }
}
header.header6 .call_back {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header.header6 .call_back a {
  border-bottom: 1px dotted #ffffff;
}
@media (min-width: 720px) {
  header.header6 .second_header_line {
    min-height: 90px;
  }
  header.header6 .second_header_line .phone_wrapper {
    width: 33%;
    margin: 0;
    text-align: left;
  }
  header.header6 .second_header_line .phone_wrapper .phone a {
    color: #2f3f56;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .second_header_line {
    position: static;
  }
}
@media (max-width: 719px) {
  header.header6 .second_header_line .phone_wrapper {
    display: none;
  }
}
header.header6 .right_side a {
  color: #ffffff;
}
header.header6 .right_side .wishlist_wrapper a:hover {
  color: #262e6e;
}
header.header6 .right_side .compare_wrapper a:hover {
  color: #262e6e;
}
header.header6 .logo_wrapper a {
  color: #ffffff;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .logo_wrapper {
    float: left;
  }
}
@media (max-width: 719px) {
  header.header6 .logo_wrapper {
    margin: 0;
    width: 55%;
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 17px;
  }
  header.header6 .logo_wrapper a {
    color: #595e73;
  }
  header.header6 .logo_wrapper img {
    max-width: 147px;
    max-height: 33px;
  }
  header.header6 .logo_wrapper .shop_title h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
  }
  header.header6 .logo_wrapper .shop_title h3 {
    font-size: 11px;
    font-size: 0.7rem;
    line-height: 11px;
    line-height: 0.7rem;
  }
}
header.header6 .search_wrapper {
  width: 470px;
  margin-left: 45px;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .search_wrapper {
    width: 57%;
    float: right;
    margin: 34px 0;
    height: auto;
  }
  header.header6 .search_wrapper .mobile_search {
    display: none;
  }
}
@media (max-width: 719px) {
  header.header6 .search_wrapper {
    position: static;
    width: 30px;
    margin: 20px;
    float: right;
    height: auto;
  }
  header.header6 .search_wrapper > i {
    float: right;
    font-size: 30px;
    color: #595e73;
    cursor: pointer;
  }
  header.header6 .search_wrapper .search_form {
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background: #efefef;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    display: none;
  }
}
header.header6 .header_cart_container {
  margin: 38px 0px;
}
@media (max-width: 719px) {
  header.header6 .header_cart_container {
    margin: 19px 0;
  }
}
header.header6 .cart_wrapper a i {
  color: #ffffff;
}
header.header6 .cart_wrapper .cart_info {
  color: #ffffff;
}
header.header6 .cart_wrapper .cart_info .fa.vertical_split {
  border-color: #ffffff;
}
header.header6 .cart_wrapper .cart_title {
  display: block;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .cart_wrapper {
    display: none;
  }
}
@media (max-width: 719px) {
  header.header6 .cart_wrapper .cart_title,
  header.header6 .cart_wrapper .cart_price_total,
  header.header6 .cart_wrapper .vertical_split {
    display: none;
  }
  header.header6 .cart_wrapper a i {
    color: #2f3f56;
  }
  header.header6 .cart_wrapper a:hover i {
    color: #262e6e;
  }
  header.header6 .cart_wrapper .cart_item_count {
    position: absolute;
    top: -3px;
    right: 10px;
    font-weight: 600;
    background-color: #262e6e;
    color: #ffffff;
    padding: 0px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
header.header6 .compare_wrapper a {
  color: #515b66;
}
header.header6 .wishlist_wrapper a {
  color: #515b66;
}
header.header6 .third_header_line_wrapper {
  background: #efefef;
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .third_header_line_wrapper {
    border-top-width: 1px;
  }
}
header.header6 .mobile_menu_icon i {
  color: #ffffff;
}
@media (max-width: 959px) {
  header.header6 {
    padding-top: 40px;
  }
  header.header6 .first_header_line_wrapper {
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  header.header6 .mobile_menu_icon {
    top: 0;
  }
}
.menu_left .menu-container {
  position: relative;
  border: 1px solid #e9e9e9;
  margin-bottom: 50px;
  background: #ffffff;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item {
  border-bottom: 1px solid #e9e9e9;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item > a {
  display: block;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 16px;
  color: #49515b;
  cursor: pointer;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item > a:active,
.menu_left .menu-container .menu-list-level1 > .menu-list-item > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #262e6e;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item .menu-list-level2 {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item .menu-list-level2 li {
  color: #49515b;
  background-color: #ffffff;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item .menu-list-level2 li a {
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  color: #49515b;
  background-color: #ffffff;
  border-left: 5px solid #ffffff;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item .menu-list-level2 li.active a,
.menu_left .menu-container .menu-list-level1 > .menu-list-item .menu-list-level2 li:hover a {
  text-decoration: underline;
  color: #262e6e;
  background-color: #ffffff;
  border-color: #262e6e;
}
.menu_left .menu-container .menu-list-level1 > .menu-list-item.active > a {
  color: #ffffff;
  background-color: #262e6e;
}
@media (max-width: 719px) {
  .menu_left .menu-container {
    margin: 0;
  }
}
.left_panel_menu {
  border-bottom: 1px solid #e4e4e4;
}
.left_panel_menu > li {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
  color: #49515b;
  font-size: 1rem;
  line-height: 1rem;
}
.left_panel_menu > li > span,
.left_panel_menu > li > div,
.left_panel_menu > li > a {
  display: block;
  padding: 12px 10px;
}
.left_panel_menu > li > span i,
.left_panel_menu > li > div i,
.left_panel_menu > li > a i {
  float: right;
  color: #a2a2a2;
}
.left_panel_menu > li ul {
  display: none;
  padding: 15px 0;
}
.left_panel_menu > li ul li {
  padding: 0 15px;
  cursor: pointer;
}
.left_panel_menu > li ul a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
}
.left_panel_menu > li ul a:hover {
  color: #262e6e;
  text-decoration: underline;
}
.left_panel_menu > li.open ul {
  display: block;
}
.left_panel_menu > li.open > span i:before {
  content: "\f139";
}
.left_panel_menu > li.active > span,
.left_panel_menu > li.open > span,
.left_panel_menu > li:hover > span,
.left_panel_menu > li.active > a,
.left_panel_menu > li.open > a,
.left_panel_menu > li:hover > a {
  background-color: #262e6e;
  color: #ffffff;
}
.left_panel_menu > li.active > span i,
.left_panel_menu > li.open > span i,
.left_panel_menu > li:hover > span i,
.left_panel_menu > li.active > a i,
.left_panel_menu > li.open > a i,
.left_panel_menu > li:hover > a i {
  color: #ffffff;
}
.page {
  position: relative;
}
.article_title_detail {
  margin-top: 10px;
}
.article_title_detail .article_time {
  font-size: 14px;
  display: inline-block;
}
.article_title_detail .article_icon {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  padding: 3px 13px;
  color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f98b2a;
}
.article_title_detail .article_icon i {
  font-style: normal;
}
@media (max-width: 959px) {
  .article_list_wrapper {
    margin: 0 3%;
  }
}
.article_list .article_items {
  width: 50%;
  display: inline-block;
  margin-bottom: 46px;
}
.article_list .article_items .article_img img {
  max-width: 100%;
}
@media (max-width: 719px) {
  .article_list .article_items .article_img {
    text-align: center;
    width: 100%;
  }
  .article_list .article_items {
    width: 100%;
  }
}
.article_list .article_items .article_title h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 0 0 10px;
  color: #49525b;
  border: none;
}
.article_list .article_items .article_time {
  font-size: 14px;
  display: inline-block;
  color: #B2B2B2;
}
.article_list .article_items .article_icon {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  padding: 3px 13px;
  color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f98b2a;
}
.article_list .article_items .article_icon i {
  font-style: normal;
}
.article_list .article_items .article_description {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #3f3f3f;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 719px) {
  .article_list .article_items .btn_round {
    width: 100%;
  }
}
.article_detail_inner {
  margin: 25px 0 25px;
}
@media (max-width: 719px) {
  .article_detail_inner {
    margin: 0;
  }
}
.article_detail_inner img {
  max-width: 100%;
}
.article_detail_inner .article_detail {
  margin: 30px 0 0;
}
@media (max-width: 719px) {
  .article_detail_inner .article_detail {
    width: 94%;
    margin: 30px auto 0;
  }
}
.article_detail_inner .share_block {
  margin: 50px 0 35px;
}
@media (max-width: 719px) {
  .article_detail_inner .share_block {
    margin: 35px 10px 25px;
  }
}
.sale_timer_container {
  padding: 30px 0;
}
.sale_timer_container h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.sale_timer_container > div:nth-child(1) {
  text-align: right;
}
.sale_timer_container > div:nth-child(2) {
  text-align: left;
}
@media (max-width: 719px) {
  .sale_timer_container > div:nth-child(1),
  .sale_timer_container > div:nth-child(2) {
    text-align: center;
  }
}
.pagination_block:first-child {
  padding-bottom: 30px;
}
.pagination_block ul {
  text-align: center;
}
.pagination_block ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  background: #e3e3e3;
}
.pagination_block ul li a,
.pagination_block ul li span {
  display: block;
  text-decoration: none;
  line-height: 16px;
  width: 30px;
  padding: 7px 0;
}
.pagination_block ul li.nav_page {
  background: none;
  width: auto;
  padding: 7px 0;
}
.pagination_block ul li.nav_page a {
  display: inline;
  width: auto;
  color: #262e6e;
}
.pagination_block ul li.nav_page:hover,
.pagination_block ul li.nav_page:hover a {
  background: none;
  color: #262e6e;
  text-decoration: underline;
}
.pagination_block ul li.nav_page i {
  margin: 0 5px;
}
.pagination_block ul li.dot_more,
.pagination_block ul li.dot_more a,
.pagination_block ul li.dot_more:hover,
.pagination_block ul li.dot_more:hover a {
  background: none;
  color: #e3e3e3;
}
.pagination_block ul li.active,
.pagination_block ul li:hover,
.pagination_block ul li:hover a {
  color: #ffffff;
  background: #49515b;
}
.link_more,
.link_back {
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #262e6e;
  cursor: pointer;
}
.link_more i {
  margin-left: 5px;
}
.link_back i {
  margin-right: 5px;
}
.btn_top {
  display: none;
  position: fixed;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 1.25em;
  color: #ffffff;
  background-color: #262e6e;
  bottom: 140px;
  z-index: 1039;
  margin-left: 480px;
  left: 50%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_top i {
  position: relative;
  top: 6px;
  left: 10px;
}
.btn_top:hover {
  opacity: 1;
}
@media (max-width: 959px) {
  .btn_top {
    opacity: 1;
    bottom: 100px;
    margin-left: 0;
    left: auto;
    right: 25px;
    border: 2px solid #ffffff;
  }
}
@media (max-width: 719px) {
  .btn_top {
    bottom: 85px;
  }
}
.section_inner {
  overflow: hidden;
  padding: 50px 0 80px;
}
.section_inner.small-margins {
  padding: 20px 0;
}
.section_inner .section_line_head {
  margin-bottom: 35px;
  position: relative;
  overflow: auto;
}
.section_inner .section_line_head .section_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375em;
  line-height: 1.375em;
  font-weight: bold;
  margin-right: 35px;
}
@media (max-width: 719px) {
  .section_inner .section_line_head .section_title {
    margin-right: 0;
  }
}
.section_inner .section_line_head .section_more {
  display: inline-block;
  vertical-align: middle;
  color: #2f3e56;
  font-size: 0.8125em;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.section_inner .section_line_head .section_more:hover {
  color: #262e6e;
}
@media (max-width: 719px) {
  .section_inner .section_line_head .section_more {
    float: right;
    margin-top: 7px;
  }
}
@media (max-width: 719px) {
  .section_inner .section_line_head {
    width: 94%;
    margin: 0 auto 35px;
    overflow: visible;
  }
}
.section_inner p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875em;
}
@media (max-width: 719px) {
  .section_inner {
    padding: 50px 0;
  }
}
.owl-dots {
  margin-top: 20px;
  text-align: center;
  height: 0;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  height: 0;
}
.owl-dots .owl-dot span {
  display: block;
  width: 11px;
  height: 11px;
  margin: 5px;
  filter: alpha(opacity=50);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #aaaaaa;
  position: relative;
  bottom: 20px;
}
@media (max-width: 480px) {
  .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
.owl-dots .owl-dot:hover span {
  border-color: #262e6e;
}
.owl-dots .owl-dot.active span {
  background: #aaaaaa;
}
.owl-dots .owl-dot.active:hover span {
  background-color: #262e6e;
}
.owl-dots.disabled {
  display: none;
}
.owl_nav > div {
  position: absolute;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 1.25em;
  cursor: pointer;
  font-family: "FontAwesome";
}
.owl_nav > div.owl-prev i {
  position: relative;
  top: 11px;
  left: 11px;
}
.owl_nav > div.owl-next i {
  position: relative;
  top: 11px;
  left: 14px;
}
.owl_nav.small {
  float: right;
}
.owl_nav.small > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  width: 23px;
  height: 23px;
  margin-left: 5px;
}
.owl_nav.small > div.owl-prev i {
  top: 1px;
  left: 7px;
}
.owl_nav.small > div.owl-next i {
  top: 1px;
  left: 8px;
}
@media (max-width: 719px) {
  .owl_nav.small {
    float: none;
  }
  .owl_nav.small > div {
    position: absolute;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 1.25em;
    cursor: pointer;
    font-family: "FontAwesome";
    z-index: 11;
    top: 195px;
    margin-left: 0;
  }
  .owl_nav.small > div i {
    font-size: 36px;
  }
  .owl_nav.small > div.owl-prev {
    left: 5px;
  }
  .owl_nav.small > div.owl-prev i {
    position: relative;
    left: 11px;
  }
  .owl_nav.small > div.owl-next {
    right: 5px;
  }
  .owl_nav.small > div.owl-next i {
    position: relative;
    left: 16px;
  }
}
.owl_nav.light > div {
  color: #515b66;
  background: #ffffff;
}
.owl_nav.light > div:hover {
  color: #262e6e;
}
.owl_nav.dark {
  background: transparent;
}
.owl_nav.dark > div {
  color: #ffffff;
  background: #515b66;
}
.owl_nav.dark > div:hover {
  background-color: #262e6e;
  color: #ffffff;
}
.owl_nav.dark > div.disabled {
  background: #c0c0bf;
}
.owl_nav.disabled {
  display: none;
}
.banner_wrapper {
  position: relative;
  margin-bottom: 22px;
}
@media (max-width: 719px) {
  .banner_wrapper {
    margin-bottom: 0;
  }
}
.slider_initial {
  visibility: hidden;
  display: none;
}
.owl-item .slide {
  background: center top no-repeat;
}
.owl-item .slide > div {
  padding: 80px 0 50px;
}
.owl-item .slide > div p {
  margin: 30px 0 40px;
  max-height: 76px;
  overflow: hidden;
}
.owl-stage-outer {
  overflow: hidden;
}
.owl-stage {
  display: flex;
  align-items: stretch;
}
.slider1 .owl-stage-outer .slide {
  height: 370px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 480px) {
  .slider1 .owl-stage-outer .slide {
    height: 240px;
  }
}
.slider1 .owl-stage-outer .slide .slide-inner-small {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media (max-width: 719px) {
  .slider1 .owl-stage-outer .slide .slide-inner-small {
    display: block;
  }
}
.slider1 .owl-stage-outer .slide div {
  position: relative;
}
.slider1 .owl-stage-outer .slide h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 720px) and (max-width: 1144px) {
  .slider1 .owl-stage-outer .slide .text_container {
    margin-left: 80px;
  }
}
@media (max-width: 719px) {
  .slider1 .owl-stage-outer .slide > div {
    padding: 10px;
  }
  .slider1 .owl-stage-outer .slide p {
    margin: 15px 0;
  }
}
.slider1 .owl_nav {
  display: none;
}
.slider1 .owl_nav > div {
  top: -185px;
  margin-top: -20px;
}
.slider1 .owl_nav > div.owl-prev {
  left: -100px;
}
@media (min-width: 720px) and (max-width: 1144px) {
  .slider1 .owl_nav > div.owl-prev {
    left: 0;
  }
}
.slider1 .owl_nav > div.a-next {
  right: -100px;
}
@media (min-width: 720px) and (max-width: 1144px) {
  .slider1 .owl_nav > div.a-next {
    right: 0;
  }
}
.slider2 .owl-stage-outer .slide {
  height: 370px;
  background-position: center top;
  background-repeat: no-repeat;
}
.slider2 .owl-stage-outer .slide h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.slider2 .owl-stage-outer .slide .text_container {
  padding-left: 75px;
}
@media (min-width: 720px) and (max-width: 1144px) {
  .slider2 .owl-stage-outer .slide .text_container {
    margin-left: 80px;
    padding: 30px 0;
  }
}
@media (max-width: 719px) {
  .slider2 .owl-stage-outer .slide .text_container {
    padding: 10px;
  }
  .slider2 .owl-stage-outer .slide p {
    margin: 15px 0;
  }
}
.slider2 .owl_nav > div {
  top: -195px;
  margin-top: -20px;
}
.slider2 .owl_nav > div.owl-prev {
  left: 20px;
}
.slider2 .owl_nav > div.owl-next {
  right: 20px;
}
.slider3 .slider_wrapper {
  position: relative;
  height: auto;
}
.slider3 .slider_wrapper .extend {
  height: 100%;
  padding: 0;
  width: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 959px) and (min-width: 720px) {
  .slider3 .slider_wrapper .extend {
    width: 360px;
    padding: 0;
  }
}
@media (max-width: 719px) {
  .slider3 .slider_wrapper .extend {
    width: auto;
  }
}
.slider3 .slider_wrapper a {
  padding: 0;
  display: block;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
}
.slider3 .slider_wrapper a img {
  width: 100%;
}
.slider3 .slider_wrapper .bottom_block {
  bottom: 40px;
  position: absolute;
}
.slider3 .slider_wrapper .bottom_block span {
  display: block;
  font-size: 1.375em;
  font-size: 22px;
  line-height: 1.375;
  line-height: 22px;
  text-transform: uppercase;
}
.slider3 .slider_wrapper .bottom_block span.title {
  display: block;
  font-size: 2.375px;
  font-size: 38px;
  line-height: 2.375px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slider3 .owl-stage-outer .slide {
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.slider3 .owl_nav > div {
  top: -140px;
}
.slider3 .owl_nav > div.owl-prev {
  left: 10px;
}
.slider3 .owl_nav > div.owl-next {
  right: 10px;
}
.slider4 .slider_wrapper {
  width: 625px;
  float: left;
}
.slider4 .owl-stage-outer .slide {
  height: 370px;
}
.slider4 .owl-stage-outer .slide h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.slider4 .owl-stage-outer .slide .text_container {
  padding: 100px 40px 90px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.slider4 .owl-stage-outer .slide .text_container .btn_round {
  margin-top: 20px;
}
.slider4 .banner_wrapper {
  float: right;
  width: 335px;
  margin: 0;
}
.slider4 .banner_wrapper .bottom_banner,
.slider4 .banner_wrapper .top_banner {
  height: 185px;
  position: relative;
  background-position: center center;
}
.slider4 .banner_wrapper .bottom_banner a,
.slider4 .banner_wrapper .top_banner a {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .slider4 .slider_wrapper {
    width: 470px;
  }
  .slider4 .banner_wrapper {
    width: 250px;
  }
}
@media (max-width: 719px) {
  .slider4 .slider_wrapper {
    width: 100%;
  }
  .slider4 .owl-stage-outer .slide .text_container {
    padding: 10px;
  }
}
.banners_inner {
  margin: 50px 0 34px;
}
.banners_inner .banners_carousel {
  position: relative;
}
.banners_inner .banners_carousel > div {
  z-index: 990;
}
.banners_inner .banners_carousel .owl_nav > div {
  top: -106px;
  margin-top: -20px;
}
.banners_inner .banners_carousel .owl_nav > div.owl-prev {
  left: 10px;
}
.banners_inner .banners_carousel .owl_nav > div.owl-prev i {
  position: relative;
  top: 11px;
  left: 11px;
}
.banners_inner .banners_carousel .owl_nav > div.owl-next {
  right: 10px;
}
.banners_inner .banners_carousel .owl_nav > div.owl-next i {
  position: relative;
  top: 11px;
  left: 14px;
}
.banners_inner .banner_wrapper {
  background-position: center center;
  background-size: cover;
}
.banners_inner .banner_wrapper.banner_large {
  width: 100%;
  height: 445px;
}
.banners_inner .banner_wrapper.banner_small {
  width: 100%;
  height: 212px;
}
.banners_inner .banner_wrapper .banner_title_substrate {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  background-color: #262e6e;
}
.banners_inner .banner_wrapper .banner_title_substrate .banner_title {
  display: inline-block;
  padding: 15px 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ffffff;
  text-transform: uppercase;
}
.banners_inner .banner_wrapper .opacity_dark_panel {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.banners_inner .banner_wrapper:hover .opacity_dark_panel {
  opacity: 1;
}
.banners4 .owl_nav {
  display: none;
}
.advantage_inner {
  padding: 30px 0;
}
.advantage_inner .advantage_item {
  position: relative;
  padding: 20px 0 20px 20px;
  min-height: 55px;
  border-right: 1px solid #64707d;
}
.advantage_inner .advantage_item img {
  display: inline-block;
  vertical-align: middle;
}
.advantage_inner .advantage_item span {
  font-size: 0.8125em;
  font-weight: 300;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 13px;
}
@media (max-width: 959px) {
  .advantage_inner .advantage_item span {
    display: block;
  }
}
@media (max-width: 959px) {
  .advantage_inner .advantage_item {
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (max-width: 719px) {
  .advantage_inner .advantage_item {
    height: 115px;
  }
}
.advantage_inner div.grid_4:last-of-type .advantage_item {
  border: none;
}
.news_item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 94%;
  margin: 0 auto;
  min-height: 100%;
}
.news_item .description_wrapper {
  margin: 18px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news_item .description_wrapper {
    font-size: 18px;
  }
}
.news_item .description_wrapper .date {
  font-size: 0.8125em;
}
.news_item .description_wrapper .title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.125em;
  padding: 10px 0;
}
.news_item .description_wrapper .short_description {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.3em;
}
.news_item .description_wrapper a {
  color: #262e6e;
  font-size: 1em;
}
.news_item:hover {
  -webkit-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -moz-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
}
.about .section_inner {
  padding: 50px 0;
}
.about .about_image_wrapper {
  margin-left: 60px;
  position: relative;
}
@media (max-width: 719px) {
  .about .about_content_wrapper {
    width: 94%;
    margin: 0 auto;
  }
}
.btn_round {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_round.mnbtn{
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #2f3f56!important;
}

.btn_round.mnbtn2{
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #2f3f56!important;
}





.btn_round.btn_square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn_round.btn_color {
  background-color: #262e6e;
  color: #ffffff;
}

.shops__col-btns .btn_round.btn_color {
  background-color: #ffffff;
  border: 1px solid #262E6E;
  color: #262E6E;
  font-size: 15px;
  padding: 6px 16px;
}

.btn_round:hover {
  text-decoration: none;
}
.btn_round.btn_border {
  border: 1px solid #2f3f56;
  color: #262e6e;
  border-color: #262e6e;
  background: #ffffff;
}

.btn_round.mnbtn3 {
  background: #F3F5FF;
  border: 0!important;
  text-align: left;
  padding: 12px 16px!important;
  font-weight: 400!important;
  color: #262E6E!important;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.btn_round.mnbtn3 svg {
  padding: 0 10px 2px 0;
}

.btn_round.btn_hover_color:hover {
  background-color: #262e6e;
  color: #ffffff;
}



.btn_round.mnbtn3:hover {
  background-color: #5c68c924;
  color: #262E6E!important;
}

.btn_round.btn_disabled {
  background-color: #7D82A8;
  color: #ffffff;
}
.btn_round.btn_wide {
  width: 100%;
  padding: 16px 0;
}
.btn_round.btn_center {
  margin: 0 auto;
}
.btn_round.btn_big {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.btn_round.btn_narrow {
  padding: 10px 15px;
}
.btn_round.btn_quickbuy {
  padding: 10px 20px;
}
button.btn_round,
input.btn_round {
  outline: none;
  border: none;
}
.breadcrumb {
  position: relative;
  display: block;
  margin: 21px 0 5px;
}
.breadcrumb ul.breadcrumb_lvl1 li.breadcrumb_lvl1_item {
  position: relative;
  display: inline-block;
}
.breadcrumb ul.breadcrumb_lvl1 li.breadcrumb_lvl1_item a {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #b2b2b2;
  padding-bottom: 10px;
}
.breadcrumb ul.breadcrumb_lvl1 li.breadcrumb_lvl1_item a:hover {
  text-decoration: underline;
  color: #262e6e;
}
.breadcrumb ul.breadcrumb_lvl1 li.breadcrumb_lvl1_item:after {
  margin: 0 5px;
  content: '-';
  color: #b2b2b2;
}
.breadcrumb ul.breadcrumb_lvl1 li.breadcrumb_lvl1_item:last-child a {
  text-decoration: underline;
  padding-bottom: 10px;
}
.breadcrumb ul.breadcrumb_lvl1 li.breadcrumb_lvl1_item:last-child:after {
  content: '';
  display: inline-block;
}
.row.page-container {
  padding-bottom: 60px;
}
.row.page-title {
  margin: 15px 0 30px;
}
.row.page-title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
  color: #30353a;
}
@media (max-width: 719px) {
  .row.page-title {
    margin: 15px 0;
  }
  .row.page-title h1 {
    padding-bottom: 15px;
  }
  .row.page-title .pull_right {
    float: none;
  }
  .row.page-title .btn_round {
    width: 100%;
  }
}
.row.page-container.static .container_16 .grid_12 a,
.row.page-container.static .container_16 .grid_16 a,
.row.page-container .article_detail a,
#item_tab_description a,
.brand_item .brand_description a {
  text-decoration: underline;
  color: #262e6e;
}
.row.page-container.static .container_16 .grid_12 h2,
.row.page-container.static .container_16 .grid_16 h2,
.row.page-container .article_detail h2,
#item_tab_description h2,
.brand_item .brand_description h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0.5em 0 0.5em;
  display: inline-block;
}
.row.page-container.static .container_16 .grid_12 h3,
.row.page-container.static .container_16 .grid_16 h3,
.row.page-container .article_detail h3,
#item_tab_description h3,
.brand_item .brand_description h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin: 1em 0 0.5em;
  display: inline-block;
}
.row.page-container.static .container_16 .grid_12 h4,
.row.page-container.static .container_16 .grid_16 h4,
.row.page-container .article_detail h4,
#item_tab_description h4,
.brand_item .brand_description h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 1em 0 0.5em;
  display: inline-block;
}
.row.page-container.static .container_16 .grid_12 blockquote,
.row.page-container.static .container_16 .grid_16 blockquote,
.row.page-container .article_detail blockquote,
#item_tab_description blockquote,
.brand_item .brand_description blockquote {
  margin: 1em 0;
  padding-left: 40px;
  border-left: 3px solid #2f3f56;
  font-weight: 300;
  border-color: #262e6e;
}
.row.page-container.static .container_16 .grid_12 ul,
.row.page-container.static .container_16 .grid_16 ul,
.row.page-container .article_detail ul,
#item_tab_description ul,
.brand_item .brand_description ul {
  margin: 1em 0 1em 16px;
  list-style-type: disc;
}
.row.page-container.static .container_16 .grid_12 ul li,
.row.page-container.static .container_16 .grid_16 ul li,
.row.page-container .article_detail ul li,
#item_tab_description ul li,
.brand_item .brand_description ul li {
  padding: 5px 0;
}
.row.page-container.static .container_16 .grid_12 table,
.row.page-container.static .container_16 .grid_16 table,
.row.page-container .article_detail table,
#item_tab_description table,
.brand_item .brand_description table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  border: none;
  margin: 1em 0;
}
.row.page-container.static .container_16 .grid_12 table th,
.row.page-container.static .container_16 .grid_16 table th,
.row.page-container .article_detail table th,
#item_tab_description table th,
.brand_item .brand_description table th,
.row.page-container.static .container_16 .grid_12 table td,
.row.page-container.static .container_16 .grid_16 table td,
.row.page-container .article_detail table td,
#item_tab_description table td,
.brand_item .brand_description table td {
  border: none;
}
.row.page-container.static .container_16 .grid_12 table th,
.row.page-container.static .container_16 .grid_16 table th,
.row.page-container .article_detail table th,
#item_tab_description table th,
.brand_item .brand_description table th {
  text-align: left;
  padding: 5px 10px;
}
.row.page-container.static .container_16 .grid_12 table td,
.row.page-container.static .container_16 .grid_16 table td,
.row.page-container .article_detail table td,
#item_tab_description table td,
.brand_item .brand_description table td {
  padding: 10px;
}
.row.page-container.static .container_16 .grid_12 table tr:nth-child(2n) td,
.row.page-container.static .container_16 .grid_16 table tr:nth-child(2n) td,
.row.page-container .article_detail table tr:nth-child(2n) td,
#item_tab_description table tr:nth-child(2n) td,
.brand_item .brand_description table tr:nth-child(2n) td {
  background: #efefef;
}
@media (max-width: 719px) {
  .row.page-container.static .container_16 .grid_12 h2,
  .row.page-container.static .container_16 .grid_16 h2,
  .row.page-container .article_detail h2,
  #item_tab_description h2,
  .brand_item .brand_description h2,
  .row.page-container.static .container_16 .grid_12 h3,
  .row.page-container.static .container_16 .grid_16 h3,
  .row.page-container .article_detail h3,
  #item_tab_description h3,
  .brand_item .brand_description h3,
  .row.page-container.static .container_16 .grid_12 h4,
  .row.page-container.static .container_16 .grid_16 h4,
  .row.page-container .article_detail h4,
  #item_tab_description h4,
  .brand_item .brand_description h4,
  .row.page-container.static .container_16 .grid_12 blockquote,
  .row.page-container.static .container_16 .grid_16 blockquote,
  .row.page-container .article_detail blockquote,
  #item_tab_description blockquote,
  .brand_item .brand_description blockquote,
  .row.page-container.static .container_16 .grid_12 p,
  .row.page-container.static .container_16 .grid_16 p,
  .row.page-container .article_detail p,
  #item_tab_description p,
  .brand_item .brand_description p {
    width: 94%;
    margin-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row.page-container.static .container_16 .grid_12 ul,
  .row.page-container.static .container_16 .grid_16 ul,
  .row.page-container .article_detail ul,
  #item_tab_description ul,
  .brand_item .brand_description ul {
    margin: 1em 3% 1em 32px;
  }
  .row.page-container.static .container_16 .grid_12 img,
  .row.page-container.static .container_16 .grid_16 img,
  .row.page-container .article_detail img,
  #item_tab_description img,
  .brand_item .brand_description img {
    max-width: 100%;
    height: auto;
  }
}
.page_container h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 20px;
  color: #34382f;
}
.store_list_wrapper .store_list_header {
  position: relative;
  overflow: auto;
}
.store_list_wrapper .store_list_header .btn_wrapper {
  display: inline-block;
}
.store_list_wrapper .store_list_header .btn_wrapper .store_list_table,
.store_list_wrapper .store_list_header .btn_wrapper .store_list_maps {
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #6f6f6f;
}
.store_list_wrapper .store_list_header .btn_wrapper .store_list_table.active,
.store_list_wrapper .store_list_header .btn_wrapper .store_list_maps.active {
  display: none;
}
.store_list_wrapper .store_list_header .btn_wrapper .store_list_table:hover,
.store_list_wrapper .store_list_header .btn_wrapper .store_list_maps:hover {
  text-decoration: underline;
  color: #262e6e;
}
.store_list_wrapper .store_list_header .btn_wrapper .store_list_table i,
.store_list_wrapper .store_list_header .btn_wrapper .store_list_maps i {
  margin-right: 10px;
}
.store_list_wrapper .store_list_body {
  margin-bottom: 75px;
}
.store_list_wrapper .store_list_body .store_list_tab1 .store_list_tab {
  width: 100%;
}
.store_list_wrapper .store_list_body .store_list_tab1 thead td {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 15px 20px;
  color: #3f3f3f;
}
.store_list_wrapper .store_list_body .store_list_tab1 thead td.column-1 {
  width: 30%;
}
.store_list_wrapper .store_list_body .store_list_tab1 thead td.column-2 {
  width: 25%;
}
.store_list_wrapper .store_list_body .store_list_tab1 thead td.column-3 {
  width: 25%;
}
.store_list_wrapper .store_list_body .store_list_tab1 thead td.column-4 {
  width: 20%;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr {
  font-size: 14px;
  background: #f7f7f7;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr span {
  display: block;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr td {
  font-size: 13px;
  line-height: 16px;
  padding: 18px 20px;
  vertical-align: middle;
  color: #3f3f3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr td.column-1 {
  width: 30%;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr td.column-2 {
  width: 25%;
  padding-left: 20px;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr td.column-3 {
  width: 25%;
  padding-left: 20px;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr td.column-4 {
  width: 20%;
  padding-left: 20px;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr td a {
  font-size: 13px;
  line-height: 16px;
}
.store_list_wrapper .store_list_body .store_list_tab1 tbody tr:nth-child(2n) {
  background: #ffffff;
}
.store_list_wrapper .store_list_body .store_list_tab2 {
  display: none;
  padding: 30px 0 0;
}
.store_list_wrapper .store_list_body .store_list_tab3 {
  display: none;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab {
  padding-top: 15px;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab:after {
  content: '';
  clear: both;
  display: block;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .menu_container {
  height: 330px;
  overflow: auto;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .menu_container .store_item {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .menu_container .store_item .btn_container {
  text-align: center;
  margin-top: 10px;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .menu_container .store_item a:not(.btn_color) {
  color: #262e6e;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 719px) {
  .store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .menu_container {
    height: auto;
  }
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .city {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #262e6e;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .street {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #1c1c1c;
}
.store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .phone {
  display: block;
  font-size: 14px;
  color: #1c1c1c;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 thead td.column-1 {
  width: 25%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 thead td.column-2 {
  width: 20%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 thead td.column-3 {
  width: 15%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 thead td.column-4 {
  width: 20%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 thead td.column-5 {
  width: 20%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 tbody tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 tbody tr td.column-1 {
  width: 25%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 tbody tr td.column-2 {
  width: 20%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 tbody tr td.column-3 {
  width: 15%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 tbody tr td.column-4 {
  width: 20%;
}
.store_list_wrapper.amount .store_list_body .store_list_tab1 tbody tr td.column-5 {
  width: 20%;
}
.store_list_wrapper.amount .btn_wrapper {
  margin: 10px 0;
}
.store_list_wrapper.amount .btn_wrapper .btn_left {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.store_list_wrapper.amount .btn_wrapper .btn_right {
  margin-left: -3px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.store_list_wrapper.amount .btn_wrapper .btn_tab {
  font-size: 13px;
  line-height: 13px;
  padding: 8px 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #3f3f3f;
  background: #e1e1e1;
}
.store_list_wrapper.amount .btn_wrapper .btn_tab.active,
.store_list_wrapper.amount .btn_wrapper .btn_tab:hover {
  color: #ffffff;
  background-color: #262e6e;
}
.store_list_wrapper.amount .maps_btn {
  position: relative;
  top: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  color: #3f3f3f;
}
.store_list_wrapper.amount .maps_btn i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 719px) {
  .store_list_wrapper .store_list_body {
    margin-bottom: 0;
  }
  .store_list_wrapper .store_list_body .store_list_tab3 {
    display: block;
  }
  .store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab {
    padding-top: 0;
  }
  .store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .menu_container .store_item {
    text-align: center;
  }
  .store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab .city {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
  }
}
.store_detail_inner {
  font-size: 14px;
  margin: 35px 0 70px;
  color: #3f3f3f;
}
.store_detail_inner .left_border b {
  display: block;
  margin-bottom: 5px;
}
.store_detail_inner .left_border span {
  font-size: 14px;
  line-height: 14px;
}
.store_detail_inner .store_description {
  margin: 40px 0 30px;
}
.store_detail_inner .store_gallery {
  position: relative;
}
.store_detail_inner .store_gallery .store_photo {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  width: 146px;
  text-align: center;
  border: 1px solid #f3f3f3;
}
.store_detail_inner .store_gallery .store_photo:hover {
  border-color: #262e6e;
}
.store_detail_inner .store_gallery .store_photo img {
  max-height: 100px;
  vertical-align: top;
}
.store_detail_inner .store_gallery .store_photo .store_photo_open {
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #262e6e;
}
@media (max-width: 959px) {
  .store_detail_inner:first-of-type {
    margin-bottom: 0;
  }
  .store_detail_inner:last-of-type {
    margin-top: 0;
  }
}
.row.stores .store_list_wrapper .store_list_body .store_list_tab3 .store_map_tab {
  padding: 0;
}
.row.stores .store_list_wrapper .store_list_body .store_list_tab3 {
  display: block;
}
.row.stores .store_list_wrapper .store_list_body {
  margin: 0;
}
.row.feedback .feedback_inner {
  padding: 85px 0 75px;
}
@media (max-width: 719px) {
  .row.feedback .feedback_inner {
    padding: 50px 0 30px;
    margin: 0 auto;
  }
  .row.feedback .feedback_inner .btn_round {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .row.feedback .feedback_wrapper {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.row.feedback .subscribe_wrapper {
  position: relative;
  padding: 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 719px) {
  .row.feedback .subscribe_wrapper {
    padding: 40px 10px;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  .row.feedback .subscribe_wrapper {
    margin-top: 40px;
  }
}
.row.feedback .subscribe_inner {
  width: 250px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .row.feedback .subscribe_inner {
    width: 75%;
  }
}
@media (max-width: 719px) {
  .row.feedback .subscribe_inner {
    width: 100%;
  }
}
.row.feedback .feedback_wrapper h2,
.row.feedback .subscribe_wrapper h2 {
  font-size: 22px;
  font-size: 1.375em;
  font-weight: bold;
}
.row.feedback p {
  font-size: 14px;
  font-size: 0.875em;
  margin: 16px 0 22px;
}
.row.feedback #subscribe_form input[type=checkbox],
.row.feedback #subscribe_form input[type=radio] {
  display: none;
}
.row.feedback #subscribe_form input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row.feedback .form_message {
  min-height: 22px;
}
.row.feedback .envelope {
  position: absolute;
  top: 45px;
  right: -30px;
  height: 170px;
  width: 170px;
  border: 4px solid #e7e7e7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff url(img/mail.png) no-repeat;
  background-position: 45px 53px;
}
.row.feedback .envelope .no_ie8 {
  display: block;
}
.row.feedback .envelope img {
  top: 53px;
  left: 47px;
  position: relative;
}
@media (max-width: 959px) and (min-width: 720px) {
  .row.feedback .envelope {
    right: -5px;
  }
}
ul.personal_list {
  position: relative;
  display: inline-block;
  margin: 35px 0 50px;
  width: 100%;
}
ul.personal_list .personal_item {
  position: relative;
  padding: 45px 20px;
  height: 245px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  margin-bottom: 22px;
  overflow: hidden;
}
ul.personal_list .personal_item h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #262e6e;
}
ul.personal_list .personal_item .personal_menu {
  position: relative;
}
ul.personal_list .personal_item .personal_menu > li {
  position: relative;
}
ul.personal_list .personal_item .personal_menu > li a {
  font-size: 14px;
  line-height: 30px;
  color: #49515b;
}
ul.personal_list .personal_item .personal_menu > li a:hover {
  color: #262e6e;
}
ul.personal_list .personal_item i.personal_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #dddddd;
}
@media (max-width: 719px) {
  ul.personal_list {
    margin: 0;
  }
  ul.personal_list .personal_item {
    border-width: 0 0 1px;
    padding: 10px;
    height: inherit;
    margin: 0;
  }
  ul.personal_list .personal_item h2 {
    margin: 7px 0 7px 45px;
    color: #30353a;
    cursor: pointer;
  }
  ul.personal_list .personal_item .personal_menu {
    position: relative;
    padding: 15px 0 15px 45px;
    display: none;
  }
  ul.personal_list .personal_item i.personal_icon {
    top: 8px;
    bottom: auto;
    left: 5px;
    right: auto;
    font-size: 30px;
  }
  ul.personal_list .personal_item i.personal_toggle {
    position: absolute;
    right: 10px;
    top: 15px;
    float: right;
    font-size: 24px;
    line-height: 23px;
    cursor: pointer;
    color: #262e6e;
  }
  ul.personal_list .personal_item.open .personal_menu {
    display: block;
  }
}
.profile_list {
  position: relative;
  width: 100%;
  padding: 10px 0 35px;
  margin: 15px 0 30px;
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
}
.profile_list li {
  background: #f7f7f7;
  padding: 10px;
}
.profile_list .profile_list_title .edit-bar-item {
  float: right;
  margin-left: 5px;
}
.profile_list .profile_list_props {
  padding-left: 20px;
  margin-top: 5px;
}
.profile_list .profile_list_props span {
  vertical-align: top;
  display: inline-block;
}
.profile_list .profile_list_props span:first-of-type {
  width: 130px;
}
.profile_list .profile_list_props:last-of-type {
  margin-bottom: 10px;
}
.btn-panel {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #f7f7f7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-panel .btn-panel-item {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  top: 3px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-panel .btn-panel-item.btn-panel-item:hover,
.btn-panel .btn-panel-item.ui-tabs-active,
.btn-panel .btn-panel-item.ui-state-active {
  border-color: #262e6e;
  outline: none;
}
.btn-panel .btn-panel-item.btn-panel-item:hover a,
.btn-panel .btn-panel-item.ui-tabs-active a,
.btn-panel .btn-panel-item.ui-state-active a {
  color: #2f3f56;
  outline: none;
  text-decoration: none;
}
.btn-panel .btn-panel-item a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 0;
  color: #b4b4b4;
}
.common_tabs .btn-panel {
  border: none;
  padding: 0;
  margin: 15px 0 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common_tabs .btn-panel li.btn-panel-item a {
  padding: 10px 0;
  font-weight: 600;
}
@media (max-width: 719px) {
  .common_tabs .btn-panel {
    margin-left: 10px;
  }
}
.common_tabs.registration {
  padding: 25px 20px 10px 30px;
  border: 1px solid #f5f0eb;
  margin: 0 0 85px;
}
.form_message p,
.warning_message p {
  margin: 0;
}
.form_message font,
.warning_message font,
.form_message span,
.warning_message span {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  color: #c0c0c0 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_message font.notetext,
.warning_message font.notetext,
.form_message span.notetext,
.warning_message span.notetext {
  background: #e4ffe4;
  border: 1px solid #008000;
  color: #008000 !important;
}
.form_message font.errortext,
.warning_message font.errortext,
.form_message span.errortext,
.warning_message span.errortext {
  background: #ffe4e4;
  border: 1px solid #e40000;
  color: #e40000 !important;
}
@media (max-width: 719px) {
  .form_message font,
  .warning_message font,
  .form_message span,
  .warning_message span {
    margin-bottom: 30px;
  }
}
.btn_wrapper {
  margin: 15px 0 45px 160px;
}
@media (max-width: 719px) {
  .btn_wrapper {
    margin: 0;
    text-align: center;
  }
}
.btn_wrapper.catalog {
  margin: 25px 0 45px;
  width: 94%;
  text-align: center;
}
.form .fa.fa-check-circle {
  margin-left: 10px;
}
.form .form_fields_section {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.form .form_fields_section h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin: 13px 0;
  border: none;
  color: #1c1c1c;
  padding: 0;
}
@media (max-width: 719px) {
  .form .form_fields_section {
    margin: 0 3%;
  }
}
.form .form_fields {
  padding: 15px 0;
}
.form .form_fields > li {
  padding: 5px 0 20px;
}
.form .form_fields > li > label {
  display: inline-block;
  width: 140px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #515b66;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .form .form_fields > li > label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.form .form_fields > li > label + div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .form_fields > li > label + label {
  width: auto;
}
.form .form_fields > li > input[type=text],
.form .form_fields > li > input[type=password],
.form .form_fields > li > .input.input-disable,
.form .form_fields > li textarea {
  padding: 7px 10px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .form_fields > li .input.input-disable {
  display: inline-block;
  background-color: #ebebe4;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 7px 10px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .form_fields > li.form_text {
  padding: 5px 0 15px;
  font-size: 14px;
}
.form .form_fields > li a {
  font-size: 14px;
  color: #262e6e;
  text-decoration: underline;
}
.form .form_fields > li .rating_stars_container a {
  color: #fdc41d;
  text-decoration: none;
}
.form .form_fields > li > input.legal {
  position: absolute;
}
.form .form_fields > li > input.legal + label {
  vertical-align: top;
  width: initial;
  margin: 0 0 0 40px;
}
@media (max-width: 719px) {
  .form .form_fields {
    padding-bottom: 15px;
    margin: 0 10px 0 30px;
  }
}
.form.form_general input[type=text],
.form.form_general input[type=password],
.form.form_general .input.input-disable,
.form.form_general textarea {
  width: 500px;
}
@media (max-width: 719px) {
  .form.form_general input[type=text],
  .form.form_general input[type=password],
  .form.form_general .input.input-disable,
  .form.form_general textarea {
    width: 100%;
    width: -webkit-calc( 100% - 30px );
    width: -moz-calc( 100% - 30px );
    width: calc( 100% - 30px );
  }
}
.form.form_general textarea {
  height: 110px;
}
.form.form_general.form_registration {
  margin-top: 20px;
}
.form.form_general.form_registration .form_fields,
.form.form_general.form_auth .form_fields {
  padding: 15px 20px 15px 30px;
}
@media (max-width: 719px) {
  .form.form_general.form_registration .form_fields,
  .form.form_general.form_auth .form_fields {
    margin: 0 3%;
  }
}
.form.form_general.form_registration input[type=text],
.form.form_general.form_auth input[type=text],
.form.form_general.form_registration input[type=password],
.form.form_general.form_auth input[type=password],
.form.form_general.form_registration .input.input-disable,
.form.form_general.form_auth .input.input-disable,
.form.form_general.form_registration textarea,
.form.form_general.form_auth textarea {
  width: 700px;
}
@media (max-width: 719px) {
  .form.form_general.form_registration input[type=text],
  .form.form_general.form_auth input[type=text],
  .form.form_general.form_registration input[type=password],
  .form.form_general.form_auth input[type=password],
  .form.form_general.form_registration .input.input-disable,
  .form.form_general.form_auth .input.input-disable,
  .form.form_general.form_registration textarea,
  .form.form_general.form_auth textarea {
    width: 100%;
    width: -webkit-calc( 100% - 30px );
    width: -moz-calc( 100% - 30px );
    width: calc( 100% - 30px );
  }
}
.form.form_general.form_registration .form_required_wrapper,
.form.form_general.form_auth .form_required_wrapper {
  padding: 40px 20px 40px 30px;
  background: #f5f0eb;
}
.form.form_general.form_registration .form_required_wrapper .form_fields,
.form.form_general.form_auth .form_required_wrapper .form_fields {
  padding: 15px 0;
}
.form.form_general.form_registration .form_required_wrapper .btn_wrapper,
.form.form_general.form_auth .form_required_wrapper .btn_wrapper {
  text-align: right;
  margin: 15px 30px 45px 160px;
}
.form.form_general.form_registration .form_required_wrapper .btn_wrapper .btn_wrapper_link,
.form.form_general.form_auth .form_required_wrapper .btn_wrapper .btn_wrapper_link {
  font-size: 16px;
  color: #262e6e;
  text-decoration: underline;
  margin-right: 30px;
}
@media (max-width: 719px) {
  .form.form_general.form_registration .form_required_wrapper,
  .form.form_general.form_auth .form_required_wrapper {
    padding: 5px 0 5px 0;
  }
  .form.form_general.form_registration .form_required_wrapper .form_fields,
  .form.form_general.form_auth .form_required_wrapper .form_fields {
    margin: 0 3%;
    padding-bottom: 0;
  }
  .form.form_general.form_registration .form_required_wrapper .btn_wrapper,
  .form.form_general.form_auth .form_required_wrapper .btn_wrapper {
    text-align: left;
    margin: 0 3% 20px 3%;
  }
  .form.form_general.form_registration .form_required_wrapper .btn_wrapper .btn_wrapper_link,
  .form.form_general.form_auth .form_required_wrapper .btn_wrapper .btn_wrapper_link {
    display: block;
    margin: 0 0 20px;
  }
  .form.form_general.form_registration .form_required_wrapper .btn_wrapper .btn_round,
  .form.form_general.form_auth .form_required_wrapper .btn_wrapper .btn_round {
    width: 100%;
  }
}
.form.form_general.form_registration .captha_wrapper,
.form.form_general.form_auth .captha_wrapper {
  width: 700px;
}
.form.form_general.form_registration .captha_wrapper img,
.form.form_general.form_auth .captha_wrapper img {
  width: 180px;
  margin-right: 40px;
  vertical-align: middle;
}
.form.form_general.form_registration .captha_wrapper img + input,
.form.form_general.form_auth .captha_wrapper img + input {
  width: 180px;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .form.form_general.form_registration .captha_wrapper img + input,
  .form.form_general.form_auth .captha_wrapper img + input {
    width: 158px;
    margin-top: 10px;
    display: block;
  }
}
.form.form_general.form_registration input.legal + label,
.form.form_general.form_auth input.legal + label {
  padding-top: 5px;
}
.form.form_feedback_mainpage input[type=text] {
  width: 183px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.form.form_feedback_mainpage textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  height: 100px;
}
.form.form_feedback_mainpage div.legal {
  width: 340px;
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
}
.form.form_feedback_mainpage div.legal input.legal {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
}
.form.form_feedback_mainpage div.legal input.legal:after {
  line-height: 18px;
  width: 16px;
  height: 18px;
  font-size: 16px;
}
.form.form_feedback_mainpage div.legal input.legal + label {
  font-size: 0.775em;
}
.form.form_feedback_mainpage div.legal input.legal + label a {
  font-size: 1em;
  color: #262e6e;
  text-decoration: underline;
}
@media (max-width: 959px) and (min-width: 720px) {
  .form.form_feedback_mainpage input[type=text] {
    width: 49%;
    margin-right: 2%;
  }
  .form.form_feedback_mainpage input[type=text]:last-of-type {
    margin: 0 0 15px -4px;
  }
  .form.form_feedback_mainpage textarea {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .form.form_feedback_mainpage input[type=text],
  .form.form_feedback_mainpage textarea {
    width: 100%;
  }
  .form.form_feedback_mainpage div.legal {
    width: 270px;
  }
}
.form.form_modal input[type=text],
.form.form_modal input[type=password],
.form.form_modal .input.input-disable,
.form.form_modal textarea {
  width: 270px;
}
@media (max-width: 719px) {
  .form.form_modal input[type=text],
  .form.form_modal input[type=password],
  .form.form_modal .input.input-disable,
  .form.form_modal textarea {
    width: 100%;
    width: -webkit-calc( 100% - 30px );
    width: -moz-calc( 100% - 30px );
    width: calc( 100% - 30px );
  }
}
.form.form_modal textarea {
  height: 100px;
}
.form.form_modal .form_fields > li > label {
  width: 120px;
}
.form.form_modal label {
  width: 120px;
}
.form.form_modal .btn_wrapper {
  margin: 15px 0 10px 140px;
}
@media (max-width: 719px) {
  .form.form_modal .form_fields {
    margin: 0;
  }
  .form.form_modal .btn_wrapper {
    margin: 0;
  }
  .form.form_modal .btn_wrapper .btn_round {
    width: 100%;
  }
}
.form .captha_wrapper input {
  width: 400px;
}
.catalog_main {
  position: relative;
  margin-bottom: 60px;
}
.catalog_main .catalog_container {
  margin: -10px;
}
.catalog_main .catalog_container .catalog_container_inner {
  display: table;
  width: 100%;
  border-spacing: 20px;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row {
  display: table-row;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
  border: 1px solid #e9e9e9;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_container_img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  padding: 0 10px 0 20px;
  vertical-align: middle;
  border: none;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_container_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_container_img {
    margin-bottom: 20px;
    display: table-cell;
    width: 40%;
    padding: 20px 10px 20px 20px;
  }
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper {
  padding: 10px 20px 0 10px;
  border: none;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper .catalog_list_inner ul > li > a {
  font-size: 14px;
  line-height: 26px;
  color: #49515b;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper .catalog_list_inner ul > li > a:hover {
  color: #262e6e;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper .catalog_list_inner h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 20px;
  color: #34382f;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper .catalog_list_inner h2 a.catalog_section_top {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 20px;
  color: #34382f;
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper .catalog_list_inner h2 a.catalog_section_top:hover {
  text-decoration: underline;
}
@media (max-width: 719px) {
  .catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell.catalog_list_wrapper {
    display: table-cell;
    margin: 0;
  }
}
@media (max-width: 719px) {
  .catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell {
    display: block;
    margin-bottom: 20px;
  }
}
.catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell .catalog_container_item {
  display: table;
  width: 100%;
}
@media (max-width: 480px) {
  .catalog_main .catalog_container .catalog_container_inner .catalog_container_row .catalog_container_cell .catalog_container_item {
    border-spacing: 5px;
  }
}
@media (max-width: 719px) {
  .catalog_main .catalog_container .catalog_container_inner .catalog_container_row {
    width: 100%;
    display: block;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  .catalog_main .catalog_container .catalog_container_inner {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}
@media (max-width: 719px) {
  .catalog_main .catalog_container .catalog_container_inner {
    display: block;
  }
}
@media (max-width: 959px) {
  .catalog_main .catalog_container {
    margin: 10px;
  }
}
@media (max-width: 719px) {
  .filter_call_btn {
    position: relative;
    display: block !important;
    width: 300px;
    margin: 0 auto 25px;
    z-index: 17;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section_list_wrapper {
  margin-bottom: 20px;
}
.section_list_wrapper li {
  border-bottom: 1px solid #e9e9e9;
}
.section_list_wrapper li:last-of-type {
  border: none;
}
.section_list_wrapper a {
  padding: 10px 0;
  display: block;
  font-weight: 600;
}
.section_list_wrapper a:hover {
  text-decoration: none;
  color: #262e6e;
}
.filter_wrapper {
  position: relative;
}
.filter_wrapper.vertical {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 50px;
  z-index: 990;
}
.filter_wrapper.vertical .filter_inner {
  display: block;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.filter_wrapper.vertical .filter_inner .filter_mobile_title {
  position: relative;
  padding: 9px 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #1c1c1c;
}
.filter_wrapper.vertical .filter_inner .filter_mobile_title .close_filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  top: 8px;
  right: 10px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.filter_wrapper.vertical .filter_inner .filter_block {
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px 17px;
  cursor: pointer;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_header .filter_title {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  max-width: 165px;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_header .filter_toggle {
  color: #a2a2a2;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_header .filter_toggle--color {
  color: #262e6e;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body {
  padding: 0 17px 20px;
  display: none;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .filter_price {
  color: #847b7b;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .filter_price .min_price,
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .filter_price .max_price {
  display: inline-block;
  padding: 10px;
  height: 34px;
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #515b66;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .filter_price .prices-range {
  max-width: 240px;
  margin: 20px 0 10px;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .filter_price .prices-range .ui-state-default {
  border: 1px solid #969696;
  background: #ffffff;
  font-weight: normal;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .filter_price .prices-range .ui-state-default.bx-ui-slider-handle {
  top: -0.35em;
  margin-left: -0.6em;
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body label {
  cursor: pointer;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .bx-filter-param-color {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  margin: 0px 5px 5px 0;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .bx-filter-param-color .bx-filter-btn-color-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .bx-filter-param-color.bx-active {
  border-color: #262e6e;
}
.filter_wrapper.vertical .filter_inner .filter_block .filter_body .bx-filter-param-color.disabled {
  opacity: 0.5;
}
.filter_wrapper.vertical .filter_inner .filter_block--expanded .filter_body {
  display: block;
}
.filter_wrapper.vertical ul.options-list > li.options-list-item {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 13px;
  vertical-align: bottom;
}
.filter_wrapper.vertical ul.options-list > li.options-list-item:last-child {
  margin-bottom: 0;
}
.filter_wrapper.vertical ul.options-list > li.options-list-item input[type="checkbox"] {
  margin-right: 10px;
}
@media (max-width: 959px) {
  .filter_wrapper.vertical .bx-filter-container-modef {
    display: block;
    overflow: auto;
  }
}
@media screen and (min-width: 960px) {
  .filter_wrapper.vertical .bx-filter-popup-result {
    z-index: 991;
    background: #ffffff;
    font-size: 12px;
    line-height: 12px;
    -webkit-box-shadow: 1px 5px 20px #bdbdbd;
    -moz-box-shadow: 1px 5px 20px #bdbdbd;
    box-shadow: 1px 5px 20px #bdbdbd;
    -webkit-box-shadow: 1px 5px 20px rgba(1, 1, 1, 0.25);
    -moz-box-shadow: 1px 5px 20px rgba(1, 1, 1, 0.25);
    box-shadow: 1px 5px 20px rgba(1, 1, 1, 0.25);
    border-color: #ffffff;
    right: -150px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
  }
}
@media (max-width: 959px) {
  .filter_wrapper.vertical .bx-filter-popup-result {
    display: block;
    width: 94%;
    overflow: auto;
    padding: 10px 0;
    margin-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e9e9e9;
  }
}
.filter_wrapper.vertical .bx-filter-popup-result label:before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: #ffffff;
  border-left: 1px solid #2f3f56;
  border-bottom: 1px solid #2f3f56;
  border-color: #262e6e;
  position: absolute;
  left: -9px;
  top: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 959px) {
  .filter_wrapper.vertical .bx-filter-popup-result label:before {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .filter_wrapper.vertical .bx-filter-popup-result label {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #2f3f56;
    border-color: #262e6e;
  }
}
@media (max-width: 959px) {
  .filter_wrapper.vertical .bx-filter-popup-result label {
    color: #262e6e;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 0;
  }
}
@media (max-width: 719px) {
  .filter_wrapper.vertical .bx-filter-popup-result label {
    font-size: 22px;
    line-height: 22px;
    padding: 7px 0;
  }
}
.filter_wrapper.vertical .bx-filter-popup-result #modef_num {
  font-weight: bold;
}
.filter_wrapper.vertical .bx-filter-popup-result a {
  background-color: #262e6e;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  padding: 7px 9px;
  display: inline-block;
}
.filter_wrapper.vertical .bx-filter-popup-result a:hover {
  color: #ffffff;
}
@media (max-width: 959px) {
  .filter_wrapper.vertical .bx-filter-popup-result a {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #2f3f56;
    color: #262e6e;
    border-color: #262e6e;
    background: #ffffff;
  }
  .filter_wrapper.vertical .bx-filter-popup-result a:hover {
    text-decoration: none;
    background-color: #262e6e;
    color: #ffffff;
  }
}
@media (max-width: 959px) {
  .filter_wrapper.vertical {
    z-index: 1045;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  .filter_wrapper.vertical {
    position: fixed;
    top: 0;
    width: 290px;
    -webkit-box-shadow: 0 0 18px #5a5a5a;
    -moz-box-shadow: 0 0 18px #5a5a5a;
    box-shadow: 0 0 18px #5a5a5a;
    margin: 0;
    left: -350px;
    overflow: hidden;
  }
  .filter_wrapper.vertical.open {
    left: 0px;
  }
}
@media (max-width: 719px) {
  .filter_wrapper.vertical {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 320px;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0;
    display: none;
  }
  .filter_wrapper.vertical.open {
    display: block;
  }
}
.filter_wrapper .filter_btn {
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  padding: 8px 15px 20px;
  text-align: center;
}
.filter_wrapper .filter_btn input {
  font-size: 12px;
  padding: 10px 15px;
}
@media (max-width: 959px) {
  .filter_wrapper .filter_btn {
    padding-bottom: 65px;
  }
}
@media (max-width: 719px) {
  .filter_wrapper .filter_btn {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .filter_wrapper .filter_btn input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 720px) {
  .filter_wrapper .mCSB_inside,
  .filter_wrapper .mCSB_container {
    overflow: visible;
  }
}
@media (max-width: 959px) {
  .filter_wrapper {
    height: 100%;
  }
  .filter_wrapper .mCSB_inside > .mCSB_container {
    margin-right: 6px;
  }
  .filter_wrapper .mCSB_scrollTools {
    width: 7px;
  }
}
.bx-filter-select-block {
  position: relative;
  cursor: pointer;
}
.bx-filter-select-block .bx-filter-select-text {
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #444;
  line-height: 28px;
  display: block;
  padding-left: 8px;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx-filter-select-block .bx-filter-select-arrow {
  height: 28px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  text-align: center;
  color: #888;
}
.bx-filter-select-block .bx-filter-select-arrow:before {
  content: "\f0d7";
  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;
  line-height: 28px;
}
.bx-filter-select-popup {
  position: absolute;
  z-index: 100;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-sizing: border-box;
  width: 184px;
  margin-top: -1px;
  padding: 0;
  cursor: pointer;
}
.bx-filter-select-popup li:hover {
  background-color: #262e6e;
  color: white;
}
.bx-filter-select-popup li label {
  padding: 6px;
  display: block;
  cursor: pointer;
}
.bx-ui-slider-track {
  position: relative;
  height: 4px;
}
.bx-ui-slider-track .bx-ui-slider-pricebar-v,
.bx-ui-slider-track .bx-ui-slider-pricebar-vd,
.bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  background: #dcdcdc;
}
.bx-ui-slider-track .bx-ui-slider-pricebar-v,
.bx-ui-slider-track .bx-ui-slider-pricebar-vd {
  background-color: #262e6e;
}
.sort_wrapper_button {
  display: block;
  width: 300px;
  margin: 0 auto 25px;
  text-align: center;
}
.sort_wrapper_button span {
  font-size: 18px;
  border-bottom: 1px dashed #2f3f56;
  border-color: #262e6e;
  color: #262e6e;
}
.sort_wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  /*
	@media @mobile {
		display: none;
		width: 300px;
		margin: -15px auto 25px;
		background: rgb(250, 250, 250);
		border: 1px solid rgb(233, 233, 233);
		padding: 10px;
		.border-box;
		.sort_item {
			display: block;
			a {
				font-size: 16px;
			}
		}

		select {
			width: 100%;
		}

		.sort_right_block {
			margin-top: 20px;
			display: block;
			float: none;
			width: 100%;
			.border-box;
		}
	}
	*/
}
.sort_wrapper .sort_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.sort_wrapper .sort_item a {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
}
.sort_wrapper .sort_item a:hover {
  text-decoration: none;
  color: #262e6e;
  border-bottom: 1px dashed #2f3f56;
  border-color: #262e6e;
}
.sort_wrapper .sort_item.sorted a {
  color: #262e6e;
  border-bottom: 1px dashed #2f3f56;
  border-color: #262e6e;
}
.sort_wrapper .select {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  /*
		@media @mobile {
			font-size: 14px;
		}
		*/
}
.sort_wrapper .select > span {
  line-height: 27px;
  margin-right: 8px;
}
.sort_wrapper .select form {
  display: inline-block;
}
.sort_wrapper .select .catalog_show_elements {
  font-size: 13px;
}
.sort_wrapper .select select {
  display: inline-block;
}
.sort_wrapper .select .select2-container {
  font-size: 13px;
  height: 30px;
}
.sort_wrapper .sort_select .catalog_sort {
  width: 210px;
}
@media (max-width: 480px) {
}
.sort_wrapper .count_select {
  width: 170px;
}
.sort_wrapper .count_select .catalog_sort {
  width: 70px;
}
.sort_wrapper .sort_right_block {
  position: relative;
  display: inline-block;
  float: right;
  width: 300px;
  color: #2f3f56;
}
.sort_wrapper .position_wrapper {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.sort_wrapper .position_wrapper .position-container {
  position: relative;
  display: inline-block;
}
.sort_wrapper .position_wrapper .position-container .position-item {
  display: inline-block;
  position: relative;
  padding: 6px 7px 5px;
  margin-left: 6px;
  text-align: center;
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #ffffff;
}
.sort_wrapper .position_wrapper .position-container .position-item:hover,
.sort_wrapper .position_wrapper .position-container .position-item.select {
  border-color: #262e6e;
  color: #262e6e;
}
@media (max-width: 959px) {
  .sort_wrapper {
    margin-top: 25px;
  }
}
.page-title .sort_wrapper {
  float: right;
}
.select2-results {
  font-size: 13px;
}
.select2-dropdown {
  border: 1px solid #d6d6d6 !important;
  border-radius: 4px !important;
}
.select2-container.select2-container--open {
  box-shadow: none;
}
.select2-container--default .select2-selection--single {
  background: none;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline;
  padding: 0;
  margin-left: 8px;
  border-bottom: 1px dashed;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #262e6e;
  color: white;
}
.i-timer,
.i-new,
.i-hit {
  display: inline-block;
  padding: 5px 8px 2px 8px;
  margin-bottom: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
  vertical-align: top;
}

.psdiscount {
  display: inline-block;
  padding: 5px 8px 2px 8px;
  margin-bottom: 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
  vertical-align: top;
}

.discount-block .discount-block-left, .discount-block .discount-block-right {
  background: #F3F5FF;
  padding: 16px;
  border-radius: 24px;
}

.discount-block .discount-block-left {
  width: 100%;
}

.discount-block .discount-block-right {
  width: 33%;
}

.discount-block {
  display: flex;
}

.discount-block-right .discount-block-right-percent {
  font-size: 32px;
  font-weight: 700;
  color: #262E6E;
}

.discount-block-left .discount-block-left-title a {
  font-size: 13px;
  font-weight: 700;
  color: #262E6E;
  text-decoration: none;
}

.discount-block-left span {
  font-size: 13px;
  font-weight: 400;
  color: #7D82A8;
}

.discount-block-left-counter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
}

.discount-block-left-counter .discount-block-left-counter-data {
  border-radius: 24px;
  padding: 6px 12px 6px 12px;
  background: #ffffff;
  color:#262E6E;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.discount-block-left-counter .discount-block-left-counter-separator {
  color:#7D82A8;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 5px;
}

.discount-block-separator {

}

.discount-block-right-btn {
  background: #262e6e;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 480px) {
  .i-timer,
  .i-new,
  .i-hit {
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
  }
}
.i-new {
  background: #7D82A8;
}
.i-hit {
  background: #f98b2a;
}
.i-timer {
  background: #6db900;
  text-transform: lowercase;
  cursor: pointer;
}
.timer_inner_big {
  display: inline-block;
}
.timer_inner_big .timer_digit_group {
  overflow: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
.timer_inner_big .timer_digit_group .timer_digit {
  background-color: #262e6e;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  width: 25px;
  line-height: 30px;
  margin: 0 1px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.timer_inner_big .timer_digit_group .timer_digit_label {
  background: none;
  display: block;
  width: auto;
  font-size: 12px;
  height: auto;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.timer_inner_big .timer_digit_separator {
  height: 30px;
  display: inline-block;
  width: 5px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px 0 0px;
  font-size: 24px;
  font-weight: 600;
}
.item_price .timer_inner_big_title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #9e9e9e;
  text-align: center;
}
.item_price .timer_inner_big {
  margin-top: 5px;
}
.item_price .timer_inner_big .timer_digit {
  font-size: 20px;
  height: 26px;
  width: 22px;
  line-height: 26px;
}
.item_price .timer_inner_big .timer_digit_separator {
  font-size: 20px;
  height: 26px;
  line-height: 26px;
}
.catalog_section_description {
  padding-left: 15px;
  border-left: 2px solid #2f3f56;
  border-color: #262e6e;
}
@media (max-width: 959px) {
  .catalog_section_description {
    margin: 0 10px;
  }
}
.current_price {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-top: 12px;
  white-space: nowrap;
  position: relative;
  color: #262e6e;
}
.current_price .old_price {
  position: absolute;
  top: -3px;
  display: block;
  font-size: 0.8em;
  text-decoration: line-through;
  color: #a8a8a8;
}
@media (max-width: 480px) {
  .current_price {
    font-size: 16px;
    font-size: 1rem;
  }
}
.product_item {
  position: relative;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  /*
	@media @mobile {
		width: 300px;
		margin: 0 auto;
		margin-bottom: 65px;
	}
	*/
}
.product_item .product_item_inner {
  padding: 12px 15px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .product_item .product_item_inner {
    padding: 10px;
  }
}
.product_item .product_header {
  position: relative;
  height: 30px;
  text-align: right;
  z-index: 1;
  opacity: 0;
}

.product_item .product_right_header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: 10px;
}


.product_item:hover .product_header {
  opacity: 1;
}

.product_item .product_header .fa.fa-heart {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .product_item .product_header .fa.fa-heart {
    font-size: 14px;
  }
}
.product_item .product_header .fa.fa-bar-chart {
  position: absolute;
  top: 0;
  left: 25px;
}
@media (max-width: 480px) {
  .product_item .product_header .fa.fa-bar-chart {
    font-size: 14px;
  }
}
.product_item .product_image {
  position: relative;
  height: 190px;
  width: 190px;
  text-align: center;
  vertical-align: middle;
}
.product_item .product_image a {
  display: inline-block;
  line-height: 190px;
}
.product_item .product_image img {
  max-width: 190px;
  max-height: 190px;
}
@media (max-width: 719px) {
  .product_item .product_image a {
    line-height: 130px;
  }
  .product_item .product_image {
    max-height: 268px;
    height: auto;
    width: 268px;
    max-width: 100%;
    margin: 0 auto;
    height: 130px;
  }
  .product_item .product_image img {
    max-height: 130px;
    max-width: 130px;
    /*height: auto;*/
  }
}
.product_item .product_title {
  margin-top: 10px;
  height: 38px;
  overflow: hidden;
}
.product_item .product_title h3 {
  font-size: 16px;
  font-size: 1em;
  line-height: 18px;
  line-height: 1.125em;
}
@media (max-width: 959px) {
  .product_item .product_title h3 {
    font-size: 0.85em;
  }
}
@media (max-width: 719px) {
  .product_item .product_title {
    /*height: auto;*/
    height: 45px;
  }
}
.product_item .buy_wrap {
  position: relative;
  margin: 5px 0 0;
  overflow: hidden;
  min-height: 47px;
}
@media (max-width: 480px) {
  .product_item .buy_wrap {
    min-height: 35px;
    flex-shrink: 0;
  }
}
.product_item .buy_wrap .price_wrap {
  position: absolute;
  /*
			.current_price {
				@media @mobile {
					padding-top: 16px;
					font-size: 1.625rem;
				}
			}
			.old_price {
				@media @mobile {
					font-size: 18px;
				}
			}
			@media @mobile {
				position: relative;
				margin-bottom: 10px;
			}
			*/
}
.product_item .buy_wrap .buy_btn_group {
  position: relative;
  float: right;
  margin-top: 5px;
  z-index: 2;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.product_item .buy_wrap .buy_btn_group .buy_count_wrap {
  float: right;
  position: relative;
  width: 30px;
  overflow: hidden;
  border: 1px solid #2f3f56;
  border-color: #262e6e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  right: 1px;
}
@media (max-width: 480px) {
  .product_item .buy_wrap .buy_btn_group .buy_count_wrap {
    width: 25px;
  }
}
.product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count {
  float: left;
  overflow: hidden;
  height: 20px;
  margin: 5px 0 8px 5px;
  /*.btn_minus {
						@media @mobile {
							position: relative;
							float: left;
							left: 15px;
							font-size: 20px;
							line-height: 14px;
						}
					}
					.btn_plus {
						@media @mobile {
							position: relative;
							float: right;
							right: 15px;
							font-size: 20px;
							line-height: 14px;
						}
					}*/
}
@media (max-width: 480px) {
  .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count {
    height: 17px;
    margin: 3px 0 9px 5px;
  }
}
.product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .btn_minus,
.product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .btn_plus {
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #a2a2a2;
  cursor: pointer;
  float: none;
}
.product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .btn_minus:hover,
.product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .btn_plus:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .btn_minus,
  .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .btn_plus {
    height: 15px;
    margin: 3px 0 10px 5px;
    font-size: 12px;
  }
}
.product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .count_value {
  width: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #070808;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.product_item .buy_wrap .buy_btn_group.null_price .buy_count_wrap,
.product_item .buy_wrap .buy_btn_group.not_available .buy_count_wrap,
.product_item .buy_wrap .buy_btn_group.null_price .add_to_cart,
.product_item .buy_wrap .buy_btn_group.not_available .add_to_cart,
.product_item .buy_wrap .buy_btn_group.null_price .btn-cart,
.product_item .buy_wrap .buy_btn_group.not_available .btn-cart,
.product_item .buy_wrap .buy_btn_group.null_price .btn_quickbuy,
.product_item .buy_wrap .buy_btn_group.not_available .btn_quickbuy,
.product_item .buy_wrap .buy_btn_group.null_price .big_list_product_count,
.product_item .buy_wrap .buy_btn_group.not_available .big_list_product_count {
  display: none;
}
.product_item .product_bottom {
  display: none;
  position: absolute;
  top: 345px;
  right: -1px;
  left: -1px;
  background-color: #ffffff;
  box-shadow: 0 8px 15px -2px rgba(1, 1, 1, 0.25);
  padding: 0 15px 15px;
  z-index: 6;
}
.product_item .product_bottom .product_params_more {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 10px;
}
.product_item .product_bottom .product_params_wrapper {
  margin: 0 0 10px 0;
}
.product_item .product_bottom .product_params_wrapper .product_params_title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #515b66;
  display: inline-block;
  margin-bottom: 5px;
}
.product_item .product_bottom .product_params_wrapper .product_params {
  margin-bottom: 5px;
}
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item {
  float: left;
  position: relative;
}
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item .cnt {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  display: block;
}
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item.bx_active span,
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item:hover span,
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item:focus span {
  border-color: #262e6e;
  color: #262e6e;
}
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item.bx_missing span {
  border-color: #d6d6d6;
  color: #515b66;
  cursor: not-allowed;
}
.product_item .product_bottom .product_params_wrapper .product_params .product_params_item.bx_missing span:after {
  content: '\f00d';
  color: #262e6e;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  opacity: 0.3;
  position: absolute;
}
.product_item .product_bottom .product_params_wrapper .product_params.product_params_size span {
  position: relative;
  margin: 0 8px 8px 0;
  line-height: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #515b66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product_item .product_bottom .product_params_wrapper .product_params.product_params_size .product_params_item.bx_missing span:after {
  display: inline-block;
  line-height: 26px;
  left: 0;
  right: 0;
  z-index: -1;
}
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item .cnt {
  margin: 0 7px 7px 0;
  height: 28px;
  width: 28px;
}
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item:not(.bx_missing).bx_active .cnt_item,
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item:not(.bx_missing):hover .cnt_item,
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item:not(.bx_missing):focus .cnt_item {
  height: 28px;
  width: 29px;
  display: block;
  text-align: center;
}
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item:not(.bx_missing).bx_active .cnt_item:after,
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item:not(.bx_missing):hover .cnt_item:after,
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item:not(.bx_missing):focus .cnt_item:after {
  content: '\f192';
  color: #262e6e;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 23px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
  padding: 0;
  opacity: 0.3;
}
.product_item .product_bottom .product_params_wrapper .product_params.product_params_sku .product_params_item.bx_missing span:after {
  text-align: center;
  line-height: 28px;
  display: block;
  width: 28px;
  z-index: 0;
}
.product_item .product_bottom .product_params_wrapper .product_params_list:after {
  content: '';
  clear: both;
  display: table;
}
.product_item .product_bottom .product_params_additional_more {
  color: #262e6e;
  font-size: 13px;
  border-bottom: 1px dashed #2f3f56;
  border-color: #262e6e;
  cursor: pointer;
  float: left;
}
.product_item .product_bottom .product_params_additional_more:hover {
  text-decoration: none;
}
.product_item .product_bottom .product_params_additional_more .btn-up {
  display: inline-block;
}
.product_item .product_bottom .product_params_additional_wrapper {
  display: none;
  padding-top: 10px;
}
.product_item .product_bottom .product_params_additional_wrapper li {
  padding: 3px 0 3px 10px;
  font-size: 13px;
  border-bottom: 1px solid #e9e9e9;
}
.product_item .product_bottom .product_params_additional_wrapper li span {
  display: inline-block;
}
.product_item .product_bottom .product_params_additional_wrapper li span:first-of-type {
  width: 30%;
}
.product_item .product_bottom .product_params_additional_wrapper li span:last-of-type {
  width: 60%;
  font-weight: 600;
}
.product_item .product_bottom .product_params_additional_wrapper li:last-child {
  border: none;
}
@media (max-width: 719px) {
  .product_item .product_bottom {
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 15px 0 0;
  }
}
.product_item .cart_icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #ffffff;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 0;
  padding: 0;
}
.product_item .cart_icon.product_detail,
.product_item .cart_icon.btn_detail {
  display: none;
}
.product_item .cart_icon.product_detail {
  font-size: 26px;
}
@media (max-width: 480px) {
  .product_item .cart_icon.product_detail {
    font-size: 20px;
  }
}
.product_item .cart_icon.product_detail:after {
  content: '\f105';
  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;
  line-height: 32px;
  padding: 1px 0 0 3px;
}
@media (max-width: 480px) {
  .product_item .cart_icon.product_detail:after {
    line-height: 28px;
  }
}
.product_item .cart_icon.product_detail span {
  display: none;
}
.product_item .cart_icon.add_to_cart {
  font-size: 21px;
  background-color: #515b66;
}
@media (max-width: 480px) {
  .product_item .cart_icon.add_to_cart {
    font-size: 16px;
  }
}
.product_item .cart_icon.add_to_cart:after {
  content: '\f07a';
  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;
  line-height: 33px;
  margin-left: -2px;
}
@media (max-width: 480px) {
  .product_item .cart_icon.add_to_cart:after {
    line-height: 28px;
  }
}
.product_item .cart_icon.add_to_cart span {
  display: none;
}
@media (max-width: 480px) {
  .product_item .cart_icon {
    height: 30px;
    width: 30px;
  }
}
.product_item:hover {
  -webkit-box-shadow: 1px 5px 20px rgba(1, 1, 1, 0.25);
  -moz-box-shadow: 1px 5px 20px rgba(1, 1, 1, 0.25);
  box-shadow: 1px 5px 20px rgba(1, 1, 1, 0.25);
  border-color: #ffffff;
  z-index: 4;
}

.product_item:hover .buy_wrap .buy_btn_group.null_price .product_detail,
.product_item:hover .buy_wrap .buy_btn_group.not_available .product_detail,
.product_item:hover .buy_wrap .buy_btn_group.null_price .btn_detail,
.product_item:hover .buy_wrap .buy_btn_group.not_available .btn_detail {
  display: block;
}

.product_item:hover .buy_wrap .buy_btn_group .buy_count_wrap {
  width: 98px;
}
.product_item:hover .cart_icon.add_to_cart {
  background-color: #262e6e;
  color: #ffffff;
}
.product_item:hover .product_bottom {
  display: block;
}
.product_item .close_btn {
  background: #515b66;
  line-height: 14px;
  position: absolute;
  padding: 2px 4px;
  top: 0;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
.product_item .close_btn a {
  color: #ffffff;
  text-decoration: none;
}
.product_item .close_btn a:hover {
  color: #ffffff;
}
.product_item .close_btn:hover {
  background-color: #262e6e;
}
.product_item .close_btn:hover a {
  color: #ffffff;
}
.owl-loaded .product_item {
  width: 94%;
  height: 100%;
  margin: 0 auto;
}
.owl-loaded .product_item_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.owl-loaded .product_title {
  flex-grow: 1;
}
.owl-loaded .owl-item {
  float: left;
}
.big_list_view {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .big_list_view .product_item_list {
    width: 300px;
    margin: 0 auto;
  }
}
.big_list_view .product_item {
  display: inline-block;
  width: 100%;
}
@media (max-width: 719px) {
  .big_list_view .product_item .product_item_inner {
    float: left;
  }
  .big_list_view .product_item .product_item_inner .grid_16_xs {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .product_item_inner {
    margin: 0;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .product_header {
    top: 15px;
    left: 15px;
    height: auto;
    position: absolute;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .product_image {
    padding: 15px 8px;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .big_list_view .product_item .product_image img {
    max-width: 200px;
    max-height: 200px;
    vertical-align: top;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .product_info {
    float: left;
    width: 56%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 185px);
    padding: 15px;
    padding-left: 0;
    border-right: 1px solid #e9e9e9;
    min-height: 230px;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .product_title {
    margin: 0 0 10px;
    position: relative;
    height: auto;
  }
  .big_list_view .product_item .product_title h3 {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    color: #262e6e;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .product_available {
    font-size: 13px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #a2a2a2;
  }
}
.big_list_view .product_item .product_available .product_icon {
  font-size: 14px;
  position: relative;
  float: right;
}
.big_list_view .product_item .product_available .product_icon a {
  margin-left: 5px;
}
@media (max-width: 719px) {
  .big_list_view .product_item .product_available .product_icon {
    position: absolute;
    font-size: 26px;
    top: 10px;
    z-index: 2;
  }
  .big_list_view .product_item .product_available .product_icon a {
    margin: 0;
  }
}
.big_list_view .product_item .buy_wrap {
  display: inline-block;
  width: 175px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.big_list_view .product_item .buy_wrap .price_wrap {
  margin-bottom: 15px;
  position: relative;
}
.big_list_view .product_item .buy_wrap .current_price {
  padding-top: 18px;
}
.big_list_view .product_item .buy_wrap .current_price .old_price {
  top: 0;
}
.big_list_view .product_item .buy_wrap .buy_btn_group {
  margin: 0;
  float: none;
}
.big_list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap {
  float: none;
  width: auto;
}
.big_list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count {
  float: none;
  text-align: center;
}
.big_list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .count_value {
  width: 90px;
}
.big_list_view .product_item .product_bottom {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: none;
}
@media (max-width: 719px) {
  .big_list_view .product_item .product_bottom {
    margin-bottom: 20px;
  }
}
@media (min-width: 720px) {
  .big_list_view .product_item .cart_icon {
    height: auto;
    position: relative;
    font-size: 14px;
    padding: 10px 35px;
    width: 100%;
    margin-top: 10px;
  }
}
.big_list_view .product_item .cart_icon.add_to_cart {
  display: inline-block;
  background-color: #262e6e;
}
.big_list_view .product_item .cart_icon.add_to_cart:after {
  display: none;
}
.big_list_view .product_item .cart_icon.product_detail:after {
  display: none;
}
.big_list_view .product_item .btn_quickbuy {
  margin-top: 10px;
}
.list_view .product_item_list {
  position: relative;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 719px) {
  .list_view .product_item_list {
    width: 300px;
    margin: 0 auto;
  }
}
.list_view .product_item {
  margin: 0;
}
.list_view .product_item:not(:last-of-type) {
  border-bottom: none;
}
.list_view .product_item .product_item_inner {
  margin: 0;
}
.list_view .product_item .product_header {
  position: relative;
  width: 100%;
  min-height: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  height: auto;
  text-align: left;
}
.list_view .product_item .product_header .fa.fa-heart {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 10px;
  float: right;
  line-height: 20px;
}
.list_view .product_item .product_header .fa.fa-bar-chart {
  left: auto;
  right: 20px;
  line-height: 20px;
}
@media (max-width: 719px) {
  .list_view .product_item .product_header .fa {
    font-size: 18px;
  }
  .list_view .product_item .product_header .fa.fa-bar-chart {
    right: 25px;
  }
}
.list_view .product_item .product_col1 {
  width: 50%;
  float: left;
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .list_view .product_item .product_col1 {
    width: 100%;
    min-height: 95px;
    float: none;
    padding: 10px;
  }
}
.list_view .product_item .product_col2 {
  width: 50%;
  margin-left: 50%;
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e9e9e9;
}
@media (max-width: 719px) {
  .list_view .product_item .product_col2 {
    margin: 0;
    padding: 0 10px 10px;
    float: none;
    border: none;
    width: 100%;
  }
}
.list_view .product_item .product_image {
  position: relative;
  width: 65px;
  height: 65px;
  float: left;
}
.list_view .product_item .product_image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 65px;
  margin: 0 auto;
}
.list_view .product_item .product_title {
  margin: 0 0 0 110px;
  max-height: 65px;
  height: auto;
  overflow: hidden;
}
.list_view .product_item .product_title a {
  color: #262e6e;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
}
@media (max-width: 719px) {
  .list_view .product_item .product_title {
    margin-left: 85px ;
  }
}
.list_view .product_item .product_info {
  font-size: 13px;
  line-height: 20px;
  margin-left: 110px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  width: -webkit-calc( 100% - 140px );
  width: -moz-calc( 100% - 140px );
  width: calc( 100% - 140px );
}
@media (max-width: 719px) {
  .list_view .product_item .product_info {
    margin-left: 85px;
    width: 100%;
    width: -webkit-calc( 100% - 115px );
    width: -moz-calc( 100% - 115px );
    width: calc( 100% - 115px );
  }
}
.list_view .product_item .buy_wrap {
  min-height: inherit;
  margin: 0;
}
.list_view .product_item .buy_wrap .price_wrap {
  position: relative;
  display: inline-block;
  width: 40%;
  overflow: hidden;
  line-height: 65px;
  vertical-align: middle;
  /*
				@media @mobile {
					width: 100%;
					.current_price {
						&.not_available, .not_available {
							font-size: 18px;
						}
					}

					line-height: 55px;
				}
				*/
}
.list_view .product_item .buy_wrap .price_wrap .current_price {
  padding: 0;
}
.list_view .product_item .buy_wrap .price_wrap .current_price.not_available,
.list_view .product_item .buy_wrap .price_wrap .current_price .not_available {
  font-size: 16px;
}
.list_view .product_item .buy_wrap .price_wrap .current_price .old_price {
  top: -18px;
}
.list_view .product_item .buy_wrap .buy_btn_group {
  width: 58%;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
  background: none;
}
.list_view .product_item .buy_wrap .buy_btn_group .btn_more_offers i {
  margin-left: 5px;
}
.list_view .product_item .buy_wrap .buy_btn_group .open {
  background-color: #262e6e;
  color: #ffffff;
}
.list_view .product_item .buy_wrap .buy_btn_group .open i:before {
  content: "\f13a";
}
.list_view .product_item .buy_wrap .buy_btn_group > div {
  display: inline-block;
  vertical-align: middle;
}
.list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap {
  float: none;
  right: auto;
  width: 70px;
  background: #ffffff;
}
.list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count {
  float: none;
  margin: 5px;
}
.list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap .product_count .count_value {
  width: 25px;
}
.list_view .product_item .buy_wrap .buy_btn_group .buy_btn_wrap {
  width: 100%;
}
.list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap + .buy_btn_wrap {
  float: right;
  width: 100%;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
@media (max-width: 719px) {
  .list_view .product_item .buy_wrap .buy_btn_group .buy_count_wrap + .buy_btn_wrap {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .list_view .product_item .buy_wrap .buy_btn_group {
    width: 100%;
  }
}
.list_view .product_item .product_offers_list {
  background: #f5f5f5;
  display: none;
}
.list_view .product_item .product_offers_list.open {
  display: block;
}
.list_view .product_item .product_offers_list .product_offer {
  border-bottom: 1px solid #e9e9e9;
  min-height: 95px;
}
.list_view .product_item .product_offers_list .product_offer:last-of-type {
  border: none;
}
.list_view .product_item .product_offers_list .product_offer .product_col1 {
  min-height: 95px;
}
.list_view .product_item .product_offers_list .product_offer .product_title {
  margin-left: 0;
}
@media (max-width: 719px) {
  .list_view .product_item .product_offers_list .product_offer .product_title {
    font-weight: 600;
    font-size: 18px;
  }
}
.list_view .product_item .product_offers_list .product_offer .product_info {
  margin-left: 0;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 15px;
  right: 15px;
}
.list_view .product_item .product_offers_list .product_offer .fa.fa-bar-chart {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 10px;
  float: right;
  line-height: 20px;
}
@media (max-width: 719px) {
  .list_view .product_item {
    width: 100%;
  }
}
.product_card {
  /*
	@media @tablet_and_mobile {
		.buy_btn_wrapper {
			.product_buy_wrapper {
				.l20,
				.l40 {
					float: none;
					width: 100%;
					margin: 0 auto 15px;
				}
				.product_count {
					width: 100%;
					margin: 0 auto 15px;
					.count_value {
						width: 80%;
					}
				}
			}
		}
	}
	*/
}
.product_card .product_photo_wrapper {
  position: relative;
  margin-bottom: 20px;
}
.product_card .product_photo_wrapper .product_photo_big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 0;
  max-width: 100%;
  background: #fff;
  text-align: center;
  width: 100%;
}
.product_card .product_photo_wrapper .product_photo_big img:not(.zoomImg) {
  display: inline-block;
  max-width: 100% !important;
  max-height: 100% !important;
  vertical-align: middle;
  text-align: center;
}
.product_card .product_photo_wrapper .product_photo_big_container {
  position: relative;
}
.product_card .product_photo_wrapper .product_photo_big_aligner {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.product_card .product_photo_wrapper .preview_list_slider_container {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider_scroller_container {
  position: relative;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider_scroller_container .owl_nav {
  width: 100%;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider_scroller_container .owl_nav > div {
  position: absolute;
  top: 25px;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider_scroller_container .owl_nav > div.owl-prev {
  left: 0;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider_scroller_container .owl_nav > div.owl-next {
  right: 0;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider_scroller_container .owl_nav > div.disabled {
  opacity: 0.3;
}
.product_card .product_photo_wrapper .preview_list_slider_container .preview_list_slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  width: -webkit-calc( 100% - 70px );
  width: -moz-calc( 100% - 70px );
  width: calc( 100% - 70px );
}
.product_card .product_photo_wrapper .preview_list_slider_container .image_container_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.product_card .product_photo_wrapper .preview_list_slider_container .image_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_card .product_photo_wrapper .preview_list_slider_container ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.product_card .product_photo_wrapper .preview_list_slider_container ul li {
  position: relative;
  display: block;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  width: -webkit-calc( 100% - 4px );
  width: -moz-calc( 100% - 4px );
  width: calc( 100% - 4px );
  height: 72px;
  margin: 0 auto;
}
.product_card .product_photo_wrapper .preview_list_slider_container ul li.bx_active .image_container_wrapper {
  border-color: #262e6e;
}
.product_card .short_descr_list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e9e9e9;
}
.product_card .short_descr_list .short_descr_item {
  display: inline-table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px 15px 2px;
  border-bottom: 1px solid #e9e9e9;
}
.product_card .price_fav {
  display: flex!important;
  align-items: center;
}
.product_card .price_fav .item_price {
  flex-grow: 1;
}
.product_card .product_brand_wrapper {
  text-align: center;
}
.product_card .product_brand_wrapper img {
  max-width: 100%;
}
.product_card .product_brand_wrapper a.more_product {
  font-size: 12px;
  display: block;
  color: #262e6e;
}
.product_card .price_wrapper_inner {
  position: relative;
}
.product_card .price_wrapper_inner .current_price {
  font-size: 40px;
  padding: 0;
}
.product_card .price_wrapper_inner .old_price {
  position: absolute;
  top: 3px;
  display: block;
  padding-left: 16px;
  font-weight: 700;
  font-size: 22px;
  text-decoration: line-through;
  color: #a8a8a8;
}
.product_card .availability_inner {
  font-size: 13px;
}
.product_card .fa {
  text-decoration: none;
}
.product_card .fa.fa-bar-chart,
.product_card .fa.fa-heart {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  float: right;
  cursor: pointer;
}

.product_card .fa.fa-bar-chart {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .product_card .fa.fa-bar-chart {
    margin-left: 10px;
  }
}
.product_card .advantage_wrapper .l33 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
}
.product_card .advantage_wrapper .l33 img {
  display: inline-block;
  vertical-align: middle;
}
.product_card .advantage_wrapper .l33 span {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  color: #9f9d9d;
}
.product_card .product_options_list {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.product_card .product_options_list .product_options_item {
  position: relative;
  margin: 10px 0;
}
.product_card .product_options_list .product_options_item .options_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: block;
  margin: 0 0 14px;
}
.product_card .product_options_list .product_options_item .product_params {
  margin-bottom: 5px;
}
.product_card .product_options_list .product_options_item .product_params .product_params_list:after {
  content: '';
  clear: both;
  display: table;
}
.product_card .product_options_list .product_options_item .product_params .product_params_item {
  float: left;
  position: relative;
}
.product_card .product_options_list .product_options_item .product_params .product_params_item .cnt {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  display: block;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
}
.product_card .product_options_list .product_options_item .product_params .product_params_item.bx_active span,
.product_card .product_options_list .product_options_item .product_params .product_params_item:hover span,
.product_card .product_options_list .product_options_item .product_params .product_params_item:focus span,
.product_card .product_options_list .product_options_item .product_params .product_params_item.bx_active.bx_missing span {
  border-color: #262e6e;
  color: #262e6e;
}
.product_card .product_options_list .product_options_item .product_params .product_params_item.bx_missing span {
  border-color: #d6d6d6;
  color: #515b66;
  cursor: not-allowed;
}
.product_card .product_options_list .product_options_item .product_params .product_params_item.bx_missing span:after {
  content: '\f00d';
  color: #262e6e;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  opacity: 0.3;
  position: absolute;
}
.product_card .product_options_list .product_options_item .product_params.product_params_size span {
  position: relative;
  margin: 0 8px 8px 0;
  line-height: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #515b66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product_card .product_options_list .product_options_item .product_params.product_params_size .product_params_item.bx_missing span:after {
  display: inline-block;
  line-height: 26px;
  left: 0;
  right: 0;
  z-index: -1;
}
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item .cnt {
  margin: 0 13px 13px 0;
  height: 25px;
  width: 25px;
}
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item:not(.bx_missing).bx_active .cnt_item,
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item:not(.bx_missing):hover .cnt_item,
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item:not(.bx_missing):focus .cnt_item {
  height: 25px;
  width: 25px;
  display: block;
  text-align: center;
}
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item:not(.bx_missing).bx_active .cnt_item:after,
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item:not(.bx_missing):hover .cnt_item:after,
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item:not(.bx_missing):focus .cnt_item:after {
  content: '\f192';
  color: #262e6e;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  padding: 0;
  opacity: 0.3;
}
.product_card .product_options_list .product_options_item .product_params.product_params_sku .product_params_item.bx_missing span:after {
  text-align: center;
  line-height: 25px;
  display: block;
  width: 25px;
  z-index: 0;
}
.product_card .buy_btn_wrapper .product_buy_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  -webkit-user-select: none;
  /*
			.l20 {
				float: left;
				.border-box;
				width: 20%;
				margin-right: 20px;
			}
			.l40 {
				float: left;
				.border-box;
				width: 35%;
				margin-right: 20px;
			}
			*/
}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count_wrapper,
.product_card .buy_btn_wrapper .product_buy_wrapper .product_basket_wrapper,
.product_card .buy_btn_wrapper .product_buy_wrapper .product_quickbuy_wrapper {
  width: 49%;
}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_onlinefitting_wrapper {
  width: 100%;
  margin-top: 15px;
}
.product_card .buy_btn_wrapper .product_buy_wrapper .item_buttons_counter_block {
  display: block;

}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count {
  display: flex;
  height: 32px;
  margin: 0;
  text-align: center;
  border: 1px solid #2f3f56;
  border-color: #262e6e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count .btn_minus {
  font-weight: bold;
  color: #a2a2a2;
  cursor: pointer;
  font-size: 20px;
  line-height: 32px;
  padding: 0 8px;
  vertical-align: top;
}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count .btn_plus {
  font-weight: bold;
  color: #a2a2a2;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
  padding: 0 8px;
  vertical-align: top;
}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count .count_value {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #070808;
  line-height: 32px;
  flex-grow: 1;
  width: 50%;
  height: 32px;
  vertical-align: top;
}
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count .count_value:hover,
.product_card .buy_btn_wrapper .product_buy_wrapper .product_count .count_value:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product_card .buy_btn_wrapper .bx_notavailable,
.product_card .buy_btn_wrapper .price_request_wrapper {
  display: none;
}
.product_card .buy_btn_wrapper.not_available {
  display: none;
}
.product_card .buy_btn_wrapper.null_price {
  display: inline-table;
}
.product_card .buy_btn_wrapper.null_price .product_count_wrapper,
.product_card .buy_btn_wrapper.null_price .product_basket_wrapper,
.product_card .buy_btn_wrapper.null_price .product_quickbuy_wrapper,
.product_card .buy_btn_wrapper.null_price .bx_notavailable {
  display: none;
}
.product_card .buy_btn_wrapper.null_price .price_request_wrapper {
  display: inline-block;
}
.product_card .buy_btn_wrapper.initial .bx_notavailable,
.product_card .buy_btn_wrapper.initial .price_request_wrapper,
.product_card .buy_btn_wrapper.initial .product_count_wrapper,
.product_card .buy_btn_wrapper.initial .product_basket_wrapper,
.product_card .buy_btn_wrapper.initial .product_quickbuy_wrapper {
  display: none;
}
.product_card .social_share_wrapper {
  padding: 10px 0;
}
.product_card .social_share_wrapper .social_share_title {
  font-size: 13px;
  line-height: 24px;
  float: left;
  margin-right: 15px;
  color: #a2a2a2;
}
@media (max-width: 719px) {
  .product_card .short_descr_item {
    padding: 15px 20px;
  }
  .product_card .product_options_list {
    margin-top: 15px;
  }
  .product_card .mobile_product_param {
    cursor: pointer;
    font-weight: 600;
  }
  .product_card .mobile_product_param i {
    float: right;
    font-size: 24px;
    line-height: 23px;
    color: #262e6e;
  }
  .product_card .mobile_product_param i.fa-chevron-circle-up {
    color: #a2a2a2;
  }
}
.product_tab_sections {
  margin: 45px 0;
}
.product_tab_sections .doc_wrapper {
  position: relative;
}
.product_tab_sections .doc_wrapper .doc_list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0;
  overflow: auto;
}
.product_tab_sections .doc_wrapper .doc_list .doc_item {
  line-height: 12px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin: 15px 0;
}
.product_tab_sections .doc_wrapper .doc_list .doc_item .i-container {
  display: block;
}
.product_tab_sections .doc_wrapper .doc_list .doc_item .i-container i {
  color: #262e6e;
  float: left;
  font-size: 28px;
  margin-right: 10px;
}
.product_tab_sections .doc_wrapper .doc_list .doc_item .i-container .group a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}
.product_tab_sections .doc_wrapper .doc_list .doc_item .i-container .group div {
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  font-weight: 600;
}
@media (max-width: 719px) {
  .product_tab_sections {
    margin-top: 0;
  }
}
.product_bottom_tabs div.mobile_tabs_title,
.product_tabs div.mobile_tabs_title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  font-weight: 600;
}
.product_bottom_tabs div.mobile_tabs_title i,
.product_tabs div.mobile_tabs_title i {
  float: right;
  font-size: 24px;
  line-height: 23px;
  color: #262e6e;
}
.product_bottom_tabs div.mobile_tabs_title:last-of-type,
.product_tabs div.mobile_tabs_title:last-of-type {
  border-bottom: 1px;
}
.product_bottom_tabs .tabs_inner,
.product_tabs .tabs_inner {
  position: relative;
  padding: 35px 0 0;
}
.product_bottom_tabs .tabs_inner p,
.product_tabs .tabs_inner p {
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
  color: #3f3f3f;
}
@media (max-width: 719px) {
  .product_bottom_tabs .tabs_inner,
  .product_tabs .tabs_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .product_bottom_tabs .tabs_inner#tabs-5,
  .product_tabs .tabs_inner#tabs-5 {
    width: 100%;
  }
  .product_bottom_tabs .tabs_inner .slide_small_container,
  .product_tabs .tabs_inner .slide_small_container {
    left: 0;
  }
}
@media (min-width: 720px) {
  .product_bottom_tabs .tabs_inner .owl_nav,
  .product_tabs .tabs_inner .owl_nav {
    position: absolute;
    top: -28px;
    right: 1%;
  }
}
.product_bottom_tabs .btn-panel-item,
.product_tabs .btn-panel-item {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  top: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
}
.product_bottom_tabs .btn-panel-item:hover,
.product_tabs .btn-panel-item:hover,
.product_bottom_tabs .btn-panel-item.ui-tabs-active,
.product_tabs .btn-panel-item.ui-tabs-active,
.product_bottom_tabs .btn-panel-item.ui-state-active,
.product_tabs .btn-panel-item.ui-state-active {
  border-color: #262e6e;
  outline: none;
}
.product_bottom_tabs .btn-panel-item:hover a,
.product_tabs .btn-panel-item:hover a,
.product_bottom_tabs .btn-panel-item.ui-tabs-active a,
.product_tabs .btn-panel-item.ui-tabs-active a,
.product_bottom_tabs .btn-panel-item.ui-state-active a,
.product_tabs .btn-panel-item.ui-state-active a {
  color: #2f3f56;
  outline: none;
}
.product_bottom_tabs .btn-panel-item:first-child,
.product_tabs .btn-panel-item:first-child {
  margin-left: 0;
}
.product_bottom_tabs .btn-panel-item a,
.product_tabs .btn-panel-item a {
  text-decoration: none;
  display: block;
  line-height: 18px;
  color: #b4b4b4;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 0;
}
.product_bottom_tabs .product_parametrs_wraper > .product_parametrs_item,
.product_tabs .product_parametrs_wraper > .product_parametrs_item {
  padding: 15px 0 0;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
}
.product_bottom_tabs .product_parametrs_wraper > .product_parametrs_item:last-child,
.product_tabs .product_parametrs_wraper > .product_parametrs_item:last-child {
  border: none;
}
.product_bottom_tabs .product_parametrs_wraper ul,
.product_tabs .product_parametrs_wraper ul {
  padding: 0 0 10px;
}
.product_bottom_tabs .product_parametrs_wraper ul li,
.product_tabs .product_parametrs_wraper ul li {
  padding-left: 30px;
  background: #f3f3f3;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_bottom_tabs .product_parametrs_wraper ul li span,
.product_tabs .product_parametrs_wraper ul li span {
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  width: 35%;
}
.product_bottom_tabs .product_parametrs_wraper ul li:nth-child(2n),
.product_tabs .product_parametrs_wraper ul li:nth-child(2n) {
  background: #ffffff;
}
@media (max-width: 719px) {
  .product_bottom_tabs .product_parametrs_wraper ul li,
  .product_tabs .product_parametrs_wraper ul li {
    padding-left: 5px;
  }
}
.product_bottom_tabs .video_frame,
.product_tabs .video_frame {
  position: relative;
  padding-bottom: 27%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 15px;
}
.product_bottom_tabs .video_frame iframe,
.product_tabs .video_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 719px) {
  .product_bottom_tabs .video_frame,
  .product_tabs .video_frame {
    padding-bottom: 56.25%;
  }
}
.product_bottom_tabs_select {
  width: 94%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 3% 20px;
}
.product_bottom_tabs_select select {
  width: 100%;
}
.bx_item_detail .bx_md {
  clear: both;
}
.bx_item_detail .item_info_section {
  padding: 0;
  font-size: 13px;
  line-height: 19px;
}
.product_set {
  padding: 45px 0 60px;
  background: #f3f0eb;
}
.product_set .line_head {
  margin-bottom: 35px;
}
.product_set .line_head h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.product_set .bx-original-item-container,
.product_set .bx-added-item-table tr {
  position: relative;
  color: #262e6e;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #e9e9e9;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 18px;
  height: 316px;
}
.product_set .bx-added-item-table tr {
  display: inline-block;
  width: 220px;
  margin-right: 10px;
}
.product_set .bx-added-item-table tr:after {
  font-size: 22px;
  font-weight: 100;
  line-height: 12px;
  position: absolute;
  z-index: 10;
  top: 110px;
  right: -35px;
  display: block;
  padding: 19px;
  content: '+';
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #262e6e;
}
.product_set .bx-added-item-table tr:last-child:after {
  padding: 0;
  content: '';
}
.product_set .product_description_title,
.product_set .bx-added-item-table-cell-itemname {
  margin-top: 10px;
  height: 38px;
  overflow: hidden;
}
.product_set .product_description_title a,
.product_set .bx-added-item-table-cell-itemname a {
  color: #262e6e;
  white-space: normal;
}
.product_set .product_description_title a:hover,
.product_set .bx-added-item-table-cell-itemname a:hover {
  text-decoration: underline;
}
.product_set .bx-added-item-new-price,
.product_set .bx-added-item-table-cell-price {
  position: relative;
  margin: 5px 0 0;
  overflow: hidden;
  min-height: 47px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}
.product_set .bx-added-item-new-price .bx-added-item-current-price,
.product_set .bx-added-item-table-cell-price .bx-added-item-current-price {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 10px;
  white-space: nowrap;
}
.product_set .bx-added-item-old-price,
.product_set .bx-catalog-set-item-price-old {
  position: absolute;
  top: -3px;
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  color: #a8a8a8;
}
.product_set .bx-original-image-container,
.product_set .bx-added-item-table-cell-img {
  height: 190px;
  width: 190px;
  text-align: center;
  vertical-align: middle;
}
.product_set .bx-original-image-container img,
.product_set .bx-added-item-table-cell-img img {
  vertical-align: top;
  max-height: 190px;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5px auto;
}
.product_set .bx-added-item-table-cell-del {
  background: #515b66;
  line-height: 14px;
  position: absolute;
  padding: 2px 4px;
  top: 0;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
.product_set .bx-added-item-table-cell-del .bx-added-item-delete {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
}
.product_set .bx-added-item-table-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.product_set .bx-added-item-table-container .bx-added-item-table {
  display: block;
}
.product_set .bx-added-item-table-container .bx-added-item-table tbody {
  display: block;
  margin-bottom: 20px;
  white-space: nowrap;
}
.product_set .bx-added-item-table-container .bx-added-item-table tr td {
  display: block;
  border: none;
}
.product_set .bx-added-item-table-container .mCustomScrollBox {
  height: auto;
}
.product_set .bx-added-item-table-container .mCustomScrollBox .mCSB_container {
  margin-bottom: 5px;
}
.product_set .bx-added-item-table-container .mCustomScrollBox .mCSB_scrollTools_horizontal {
  height: 10px;
}
.set_result {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 30px 20px 20px;
  background: #ffffff;
  display: table;
  width: 100%;
}
.set_result .set_result_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.set_result .set_result_cell:first-child {
  text-align: left;
  width: 250px;
}
.set_result .set_result_cell:last-child {
  width: 150px;
}
.set_result .set_price {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  display: block;
}
.bx-catalog-set-topsale-slider-box {
  position: relative;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container {
  display: none;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background-color: rgba(226, 224, 221, 0.35);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 45px 10px 10px;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-topsale-slids {
  display: inline-block;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .bx-catalog-set-topsale-slids .bx-catalog-set-item-container {
  position: relative;
  min-height: 20px;
  margin-right: 11px;
  display: inline-block;
  max-width: 220px;
  vertical-align: top;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .mCustomScrollBox {
  height: auto;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .mCustomScrollBox .mCSB_container {
  margin-bottom: 25px;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-topsale-slider-container .mCustomScrollBox .mCSB_scrollTools_horizontal {
  height: 10px;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-item {
  position: relative;
  color: #262e6e;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #e9e9e9;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 18px;
  height: 360px;
  display: inline-block;
  width: 220px;
  margin-right: 10px;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-item .bx-catalog-set-item-img-container {
  height: 190px;
  width: 190px;
  text-align: center;
  vertical-align: middle;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-item .bx-catalog-set-item-img-container img {
  vertical-align: top;
  max-height: 190px;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5px auto;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-item .bx-catalog-set-item-title {
  margin-top: 10px;
  height: 38px;
  display: block;
  border: 0;
  overflow: hidden;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-item .bx-catalog-set-item-title a {
  color: #262e6e;
  white-space: normal;
}
.bx-catalog-set-topsale-slider-box .bx-catalog-set-item .bx-catalog-set-item-price-old {
  position: absolute;
  top: -3px;
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  color: #a8a8a8;
}
.rating_stars_container {
  width: 270px;
  display: inline-block;
}
.rating_stars_container a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #d6d6d6;
  border-right: none;
  text-decoration: none;
}
.rating_stars_container a:first-of-type {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rating_stars_container a:last-of-type {
  border-right: 1px solid #d6d6d6;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rating_stars_container a.fa-star-o {
  color: #d6d6d6;
}
.rating_stars_container a.fa-star {
  color: #262e6e;
}
.comment_add {
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (max-width: 719px) {
  .comment_add {
    position: relative;
    right: auto;
    width: 100%;
    margin: 20px 0;
  }
}
.reviews_wrapper {
  position: relative;
}
.reviews_list .reviews_item {
  display: block;
  margin: 25px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.reviews_list .reviews_header {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px;
}
.reviews_list .reviews_info {
  display: inline-block;
  margin-right: 50px;
  padding-left: 20px;
  border-left: 3px solid #ffffff;
  border-color: #262e6e;
}
.reviews_list .reviews_info .user_name {
  font-weight: 700;
}
.reviews_list .reviews_info .user_name a {
  color: #262e6e;
  text-decoration: underline;
}
.reviews_list .reviews_info .reviews_time {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #a2a2a2;
}
.reviews_list .reviews_raiting {
  display: inline-block;
  vertical-align: top;
}
.reviews_list .reviews_raiting i {
  color: #fdc41d;
}
.reviews_list .reviews_answer {
  font-size: 14px;
  padding-left: 160px;
  margin-top: 15px;
}
.reviews_list .reviews_answer p {
  font-style: italic;
  margin-top: 5px;
}
.reviews_list .reviews_answer .reviews_answer_title {
  font-weight: 600;
}
.brands_letter_list {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brands_letter_list li {
  width: 15px;
  margin: 0 10px;
  float: left;
  text-align: center;
}
.brands_letter_list li:first-of-type {
  width: 30px;
  margin-left: 0;
}
.brands_letter_list li:last-of-type {
  width: 30px;
  margin-right: 0;
}
.brands_letter_list li:hover a,
.brands_letter_list li.active a {
  font-weight: 600;
  color: #262e6e;
}
.brands_item_list li {
  margin-left: 0;
}
.brands_item_list li a {
  font-size: 13px;
  font-size: 0.8125em;
  line-height: 20px;
  line-height: 1.5em;
}
.brands_item_list li a:hover {
  color: #262e6e;
}
.brands_item_list li.brands_title {
  width: 100%;
  display: inline;
  float: left;
}
.brands_item_list li.brands_title span {
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
  color: #c6c6c6;
}
.brands_item_list.brands_img {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brands_item_list.brands_img .brands_title {
  width: auto;
  float: none;
}
.brands_item_list.brands_img .brands_title span {
  display: none;
}
.brands_item_list.brands_img li:not(.brands_title) {
  padding-bottom: 20px;
  border: 1px solid transparent;
  padding: 0;
  margin: 20px 8px;
  text-align: center;
}
.brands_item_list.brands_img li:not(.brands_title) a:last-of-type {
  display: none;
}
.brands_item_list.brands_list .brands_title {
  border-top: 1px solid #e4e4e4;
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 20px;
  padding-top: 20px;
}
.brands_item_list.brands_list .brands_title:first-of-type {
  border: none;
}
.brands_item_list.brands_list li:not(.brands_title) {
  margin-bottom: 10px;
}
.brands_item_list.brands_list li:not(.brands_title) a:first-of-type {
  display: none;
}
.brand_link a {
  color: #262e6e;
  text-decoration: underline;
  padding-top: 5px;
  font-size: 14px;
  display: inline-block;
}
.brand_item .brand_description {
  margin-bottom: 30px;
}
.brand_item .brand_description .brand_picture {
  float: right;
  padding: 20px 30px;
  margin: 0 0 20px 20px;
  border: 1px solid #e9e9e9;
}
.mainpage_brands_letter {
  margin-bottom: 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.mainpage_brands_letter li {
  min-width: 15px;
  margin: 0 10px;
  float: left;
  text-align: center;
}
.mainpage_brands_letter li:hover a,
.mainpage_brands_letter li.active a {
  font-weight: 600;
  color: #262e6e;
}
.mainpage_brands_list {
  display: none;
  overflow: auto;
}
.mainpage_brands_list:first-of-type {
  display: block;
}
.mainpage_brands_list li {
  margin-bottom: 10px;
}
.catalog_section_title {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.catalog_section_title h2 {
  font-size: 18px;
  font-weight: 600;
}
.catalog_sections_block {
  overflow: auto;
  margin-bottom: 30px;
}
.catalog_sections_block a {
  font-size: 13px;
  margin-right: 10px;
}
.catalog_sections_block a.btn_round {
  padding: 6px 10px;
  font-size: 13px;
}
@media (max-width: 719px) {
  .catalog_sections_block a {
    margin: 0 5px 5px 0;
  }
}
.row.brands .brand_item {
  text-align: center;
}
@media (max-width: 719px) {
  .row.brands .owl_nav.small > div {
    top: 90px;
  }
}
.brand_catalog {
  margin-bottom: 45px;
}
.row.viewed {
  margin-bottom: 50px;
}
.cart {
  position: relative;
}
.cart .bx_sort_container {
  display: none;
}
.cart .cart_form_inner {
  margin-top: 25px;
  margin-bottom: 15px;
}
.cart .cart_form_inner .cart_list {
  position: relative;
  border: 1px solid #f5f0eb;
}
.cart .cart_form_inner .cart_list .cart_item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .cart_form_inner .cart_list .cart_item:last-child {
  border: none;
}
.cart .cart_form_inner .cart_list .cart_item:first-child .cart_item_title {
  display: block;
  padding-bottom: 20px;
  height: 20px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item:first-child .cart_item_title {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: inherit;
    line-height: 38px;
  }
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_list .cart_item:first-child .cart_item_title {
    display: inline-block;
    padding-bottom: 0;
  }
}
.cart .cart_form_inner .cart_list .cart_item .cart_column_group {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_column_group {
    width: 45%;
  }
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_column_group {
    background: transparent;
    display: block;
    margin-top: 15px;
    width: 100%;
  }
}
.cart .cart_form_inner .cart_list .cart_item .cart_column1 {
  width: 345px;
  display: inline-block;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_column1 {
    width: 310px;
  }
  .cart .cart_form_inner .cart_list .cart_item .cart_column1 .cart_item_info {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_column1 {
    width: 100%;
    display: block;
  }
}
.cart .cart_form_inner .cart_list .cart_item .cart_column2 {
  display: inline-block;
  vertical-align: top;
  width: 95px;
}
.cart .cart_form_inner .cart_list .cart_item .cart_column3 {
  display: inline-block;
  vertical-align: top;
  width: 85px;
}
.cart .cart_form_inner .cart_list .cart_item .cart_column4 {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  -webkit-user-select: none;
}
.cart .cart_form_inner .cart_list .cart_item .cart_column5 {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}
.cart .cart_form_inner .cart_list .cart_item .cart_column6 {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}
.cart .cart_form_inner .cart_list .cart_item .cart_column2,
.cart .cart_form_inner .cart_list .cart_item .cart_column3,
.cart .cart_form_inner .cart_list .cart_item .cart_column4,
.cart .cart_form_inner .cart_list .cart_item .cart_column5,
.cart .cart_form_inner .cart_list .cart_item .cart_column6 {
  line-height: 80px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_column2,
  .cart .cart_form_inner .cart_list .cart_item .cart_column3,
  .cart .cart_form_inner .cart_list .cart_item .cart_column4,
  .cart .cart_form_inner .cart_list .cart_item .cart_column5,
  .cart .cart_form_inner .cart_list .cart_item .cart_column6 {
    display: block;
    line-height: 38px;
    width: 100%;
  }
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_column2,
  .cart .cart_form_inner .cart_list .cart_item .cart_column3,
  .cart .cart_form_inner .cart_list .cart_item .cart_column4,
  .cart .cart_form_inner .cart_list .cart_item .cart_column5,
  .cart .cart_form_inner .cart_list .cart_item .cart_column6 {
    display: block;
    line-height: 20px;
    width: 100%;
  }
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_title {
  display: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #3f3f3f;
}
@media (max-width: 959px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_item_title {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: inherit;
    width: 110px;
  }
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_info {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_img {
  display: inline-block;
  width: 98px;
  height: 98px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_img img {
  max-width: 95px;
  max-height: 95px;
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_img {
    margin-right: 15px;
  }
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_descr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  width: 220px;
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_descr > a {
  color: #262e6e;
}
.cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_descr > a h2 {
  font-size: 14px;
  height: 34px;
  overflow: hidden;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_descr > a h2 {
    height: inherit;
    overflow: hidden;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_descr {
    width: 170px;
  }
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_item_info .cart_descr {
    width: 100%;
    width: -webkit-calc( 100% - 120px );
    width: -moz-calc( 100% - 120px );
    width: calc( 100% - 120px );
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart .cart_form_inner .cart_list .cart_item .cart_item_info {
    width: 100%;
    width: -webkit-calc( 100% - 120px );
    width: -moz-calc( 100% - 120px );
    width: calc( 100% - 120px );
  }
}
.cart .cart_form_inner .cart_summary {
  background: #f5f0eb;
  padding: 30px 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: bottom;
}
.cart .cart_form_inner .cart_summary .cart_summary_left,
.cart .cart_form_inner .cart_summary .cart_summary_right {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_summary .cart_summary_left,
  .cart .cart_form_inner .cart_summary .cart_summary_right {
    width: 100%;
  }
}
.cart .cart_form_inner .cart_summary .cart_summary_left {
  float: left;
}
@media (max-width: 719px) {
  .cart .cart_form_inner .cart_summary .cart_summary_left {
    margin-bottom: 30px;
  }
}
.cart .cart_form_inner .cart_summary .cart_summary_right {
  float: right;
  text-align: right;
}
.cart .cart_form_inner .cart_summary .cart_summary_wrapper,
.cart .cart_form_inner .cart_summary .total_wrapper {
  overflow: auto;
}
.cart .cart_form_inner .cart_summary .cart_summary_wrapper span:first-child,
.cart .cart_form_inner .cart_summary .total_wrapper span:first-child {
  float: left;
}
.cart .cart_form_inner .cart_summary .cart_summary_wrapper span:last-child,
.cart .cart_form_inner .cart_summary .total_wrapper span:last-child {
  float: right;
}
.cart .cart_form_inner .cart_summary .cart_summary_wrapper span.old_price,
.cart .cart_form_inner .cart_summary .total_wrapper span.old_price {
  position: relative;
  text-decoration: line-through;
  color: #a8a8a8;
}
.cart .cart_form_inner .cart_summary .total_wrapper span {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #181b15;
}
.cart.order_info_inner .cart_form_inner {
  margin: 0;
}
.cart.order_info_inner .cart_form_inner .cart_list {
  border: none;
}
.cart.order_info_inner .cart_form_inner .cart_list .cart_item {
  display: block;
  overflow: hidden;
}
.cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column1 {
  width: 520px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column1 {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column1 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column3 {
    width: 90px;
  }
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column4 {
    width: 90px;
  }
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column5 {
    width: 90px;
  }
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_column6 {
    width: 90px;
  }
}
.cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_descr {
  width: 395px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart.order_info_inner .cart_form_inner .cart_list .cart_item .cart_descr {
    width: 55%;
  }
}
@media (max-width: 719px) {
  .cart.order_info_inner .cart_form_inner .cart_list {
    padding-top: 0;
  }
}
.cart.bx_ordercart table,
.cart.bx_ordercart thead,
.cart.bx_ordercart tbody,
.cart.bx_ordercart tr,
.cart.bx_ordercart td {
  display: block;
}
.cart.bx_ordercart thead {
  display: none;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column1 {
  width: 50%;
}
@media (max-width: 719px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column1 {
    width: 100%;
  }
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column_group {
  width: 45%;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 .cart_item_info {
  height: 80px;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 .cart_item_info a {
  vertical-align: middle;
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 959px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 19px;
    width: 19px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 .cart_item_title {
    display: none;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 .cart_item_info {
    line-height: 19px;
  }
}
@media screen and (min-width: 960px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column1 {
    width: 400px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column_group {
    width: 490px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column2 {
    width: 80px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column3 {
    width: 100px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column4 {
    width: 110px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column5 {
    width: 100px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column5 + .cart_column5 {
    width: 30px;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 {
    width: 20px;
    text-align: right;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 .cart_item_info a {
    margin-top: 0;
  }
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 .cart_item_info a:hover {
    color: #262e6e;
  }
}
@media (max-width: 719px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column2,
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column3,
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column4,
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column5,
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_column6 {
    line-height: 35px;
  }
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .cart_item_info {
  position: relative;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .old_price {
  line-height: 14px;
  text-decoration: line-through;
  color: #a8a8a8;
  top: 14px;
  position: relative;
  font-weight: normal;
}
@media (max-width: 959px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .old_price {
    line-height: inherit;
    top: auto;
    margin-right: 10px;
    float: left;
  }
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .current_price {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 959px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .current_price {
    float: left;
  }
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper {
  border: 1px solid #2f3f56;
  border-color: #262e6e;
  border-radius: 20px;
  overflow: hidden;
  height: 36px;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 960px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper {
    width: 90px;
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper {
    width: 120px;
  }
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper input {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  box-shadow: none;
  border: none;
  padding: 0;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #070808;
  z-index: 100;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper .plus,
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper .minus {
  position: absolute;
  display: block;
  padding: 0 10px;
  font-size: 18px;
  color: #a2a2a2;
  height: 100%;
  top: 0;
  line-height: 36px;
  z-index: 101;
  font-weight: 600;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper .plus:hover,
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper .minus:hover {
  text-decoration: none;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .counter-wrapper .plus {
  right: 0;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .btn_delete {
  background: #4f4f4f;
  color: #ffffff;
  font-size: 10px;
  outline: none;
  width: 19px;
  height: 19px;
  text-align: center;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .btn_delete i {
  padding: 3px 4px;
}
.cart.bx_ordercart .cart_form_inner .cart_list .cart_item .btn_delete:hover {
  background-color: #262e6e;
  color: #ffffff;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 15px;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon input {
  margin-right: 10px;
  width: 200px;
}
@media (max-width: 719px) {
  .cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon input {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  .cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon a {
    margin-top: 15px;
  }
}
@media (max-width: 719px) {
  .cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon a {
    margin-top: 15px;
    display: block;
  }
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) {
  position: relative;
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 14px;
  float: left;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) input {
  padding: 5px 30px 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) input.bad {
  background: #ffe4e4;
  border: 1px solid #e40000;
  color: #e40000 !important;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) input.good {
  background: #e4ffe4;
  border: 1px solid #008000;
  color: #008000 !important;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  display: block;
  color: #2f3f56;
  cursor: pointer;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) span:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 29px;
}
.cart.bx_ordercart .cart_form_inner .cart_summary .cart_summary_left .bx_ordercart_coupon:not(:first-child) .bx_ordercart_coupon_notes {
  display: none;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line {
  height: 335px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  width: 100%;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .mCSB_scrollTools {
  width: 7px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list {
  border-width: 0 1px;
  margin-left: 6px;
  width: 100%;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item {
  padding: 10px 17px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column2,
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column3,
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column4,
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column5,
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column6 {
  line-height: 54px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column1 {
  width: 400px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column_group {
  /*width: 4px;*/
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column2 {
  width: 80px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column3 {
  width: 100px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column4 {
  width: 110px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column5 {
  width: 100px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column5 + .cart_column5 {
  width: 30px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column6 {
  width: 20px;
  text-align: right;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column6 .cart_item_info {
  height: auto;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column6 .cart_item_info a {
  margin-top: 17px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_column6 .cart_item_info a:hover {
  color: #262e6e;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_item_info .cart_img {
  width: 52px;
  height: 52px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .cart_item_info .cart_img img {
  max-width: 52px;
  max-height: 52px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .counter-wrapper {
  margin-top: 8px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list .cart_item .old_price {
  position: absolute;
  top: 4px;
  width: 100px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list tbody {
  padding-top: 40px;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list thead {
  display: inline-block;
  padding: 0;
  position: fixed;
  z-index: 400;
  bottom: 387px;
  background: #ffffff;
}
.cart.bx_ordercart .cart_form_inner.bottom_panel_first_line .cart_list thead .cart_item_title {
  padding: 0;
  height: auto;
}
.cart.bx_ordercart .basket_btn_wrapper {
  text-align: right;
  margin-top: 20px;
}
.cart.bx_ordercart .basket_btn_wrapper * {
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 719px) {
  .cart.bx_ordercart .basket_btn_wrapper * {
    margin: 0 auto 10px;
    display: block;
    width: 94%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mobile_nav_wrapper {
  position: fixed;
  width: 290px;
  left: -290px;
  top: 0;
  z-index: 1050;
  height: 100%;
  padding-bottom: 20px;
  background: #ffffff;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile_nav_wrapper .mobile_nav_inner .mCSB_container {
  margin-right: 6px;
  padding-bottom: 40px;
}
.mobile_nav_wrapper .mobile_nav_inner .mCSB_scrollTools {
  width: 6px;
}
.mobile_nav_wrapper.open {
  left: 0;
  -webkit-box-shadow: 0 0 15px 5px #464646;
  -moz-box-shadow: 0 0 15px 5px #464646;
  box-shadow: 0 0 15px 5px #464646;
  -webkit-box-shadow: 0 0 15px 5px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 0 0 15px 5px rgba(1, 1, 1, 0.4);
  box-shadow: 0 0 15px 5px rgba(1, 1, 1, 0.4);
}
.mobile_nav_wrapper .mobile_nav_item {
  position: relative;
  width: 100%;
}
.mobile_nav_wrapper .mobile_nav_item .enter_wrapper {
  display: block;
}
.mobile_nav_wrapper .enter_wrapper {
  display: block;
  top: 0;
  left: 0;
  float: none;
  padding: 30px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile_nav_wrapper .enter_wrapper a {
  font-size: 13px;
}
.mobile_nav_wrapper .enter_wrapper a:hover {
  color: #262e6e;
}
.mobile_nav_wrapper .enter_wrapper .fa-lock {
  color: #262e6e;
}
.mobile_nav_wrapper .search_wrapper {
  padding: 23px 15px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}
.mobile_nav_wrapper .search_wrapper .search {
  height: 49px;
}
.mobile_nav_wrapper .search_wrapper .bx-searchtitle {
  position: relative;
}
.mobile_nav_wrapper .search_wrapper .search_form {
  position: relative;
}
.mobile_nav_wrapper .search_wrapper input {
  height: 49px;
}
.mobile_nav_wrapper .search_wrapper .btn_search {
  height: 47px;
}
.mobile_nav_wrapper .search_wrapper > i {
  display: none;
}
.mobile_nav_wrapper .icon_wrapper {
  padding: 20px 15px;
}
.mobile_nav_wrapper .icon_wrapper a {
  font-size: 14px;
  line-height: 22px;
  color: #545454;
}
.mobile_nav_wrapper .icon_wrapper a:hover {
  text-decoration: none;
}
.mobile_nav_wrapper .icon_wrapper a:hover > i {
  color: #262e6e;
}
.mobile_nav_wrapper .icon_wrapper a > i {
  font-size: 16px;
  width: 21px;
  display: inline-block;
  margin: 0;
}
.mobile_nav_wrapper .icon_wrapper > div {
  margin: 7px 0;
}
.mobile_nav_wrapper .icon_wrapper .cart_title,
.mobile_nav_wrapper .icon_wrapper .wishlist_title,
.mobile_nav_wrapper .icon_wrapper .compare_title {
  font-weight: normal;
  display: inline-block;
  width: 85px;
  text-decoration: underline;
}
.mobile_nav_wrapper .icon_wrapper .cart_item_count,
.mobile_nav_wrapper .icon_wrapper .wishlist_item_count,
.mobile_nav_wrapper .icon_wrapper .compare_item_count,
.mobile_nav_wrapper .icon_wrapper .cart_price_total {
  font-weight: bold;
  display: inline-block;
  width: 55px;
}
.mobile_nav_wrapper .icon_wrapper .cart_price_total {
  width: 80px;
}
.mobile_nav_wrapper .contacts_wrapper {
  padding: 20px 15px 30px;
}
.mobile_nav_wrapper .contacts_wrapper .phone {
  margin-bottom: 10px;
  font-size: 20px;
}
.mobile_nav_wrapper .contacts_wrapper a {
  font-size: 1em;
}
@media (max-width: 719px) {
  .row.compare .row.grey {
    background: transparent;
  }
  .row.compare .btn-panel {
    margin: 0;
    padding: 0 10px;
  }
  .row.compare .btn-panel li.btn-panel-item {
    margin: 0;
  }
  .row.compare .btn-panel li.btn-panel-item:first-child {
    margin-bottom: 15px;
  }
  .row.compare .btn-panel li.btn-panel-item a {
    padding: 5px 0;
  }
}
.row.compare .section_inner {
  padding: 30px 0;
}
.row.compare .section_inner .section_line_head {
  margin-bottom: 25px;
}
@media (max-width: 719px) {
  .row.compare .section_inner {
    padding: 0;
  }
}
.row.compare .compare_left_block {
  float: left;
  width: 190px;
}
.row.compare .compare_left_block .compare_left_block_inner span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #c2c2c2;
  margin-top: 50px;
}
.row.compare .compare_left_block .compare_left_block_inner .compare_count {
  margin-top: 25px;
  margin-bottom: 50px;
  display: inline-block;
  font-size: 34px;
  line-height: 34px;
  font-weight: 100;
  border-bottom: 4px solid #c2c2c2;
}
.row.compare .compare_left_block .compare_left_block_inner .compare_count > span {
  display: inline-block;
  margin: 0;
  font-size: 72px;
  line-height: 74px;
}
.row.compare .compare_right_block {
  float: right;
  width: 705px;
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
  width: calc(100% - 190px);
}
@media (max-width: 719px) {
  .row.compare .compare_right_block {
    width: 100%;
    float: none;
  }
}
.row.compare #compare_carousel {
  position: relative;
  overflow: hidden;
}
.row.compare .product_item {
  padding: 10px;
}
.row.compare .product_item .product_image {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.row.compare .product_item .product_image div {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 719px) {
  .row.compare .product_item .product_title {
    margin-top: 0;
    height: 50px;
  }
  .row.compare .product_item .product_title h3 {
    font-size: 1rem;
  }
  .row.compare .product_item .current_price {
    font-size: 1.325rem;
  }
}
.row.compare .table_container {
  margin: 25px 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f5f0eb;
  overflow: auto;
}
.row.compare .table_container .compare_table {
  display: table;
  position: relative;
}
.row.compare .table_container .compare_table_row {
  display: table-row;
  position: relative;
}
.row.compare .table_container .compare_table_row > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}
.row.compare .table_container .compare_table_row .compare_table_cell {
  display: none;
  background-color: #f5f0eb;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  padding: 10px 15px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 190px;
}
.row.compare .table_container .compare_table_row .compare_table_cell a {
  font-size: 13px;
  line-height: 16px;
  text-decoration: underline;
}
.row.compare .table_container .compare_table_row .compare_table_cell:first-child {
  display: table-cell;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  padding: 10px;
}
.row.compare .table_container .compare_table_row .compare_table_cell.empty {
  color: #a5a5a5;
}
.row.compare .table_container .compare_table_row:nth-child(2n) .compare_table_cell {
  background-color: #ffffff;
}
.row.compare .table_container .compare_table_row:nth-child(2n) .compare_table_cell:first-child {
  border-color: #f5f0eb;
}
@media (max-width: 719px) {
  .row.compare .table_container .compare_table {
    width: 100%;
  }
  .row.compare .table_container .compare_table_row .compare_table_cell {
    background-color: transparent;
    width: 50%;
    padding-top: 50px;
  }
  .row.compare .table_container .compare_table_row .compare_table_cell:first-child {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f5f0eb;
    position: absolute;
  }
}
.order_filter_block {
  padding: 33px 0 30px;
  border-bottom: 1px solid #e9e9e9;
}
.order_filter_block .order_sort_order_wrapper {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.order_filter_block .order_sort_order_wrapper select {
  width: 300px;
}
@media (max-width: 719px) {
  .order_filter_block .order_sort_order_wrapper {
    display: block;
    text-align: center;
  }
}
.order_filter_block .order_search_wraper {
  display: inline-block;
  width: 300px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.order_filter_block .order_search_wraper a {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 13px;
}
.order_filter_block .order_search_wraper .order_search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 25px 6px 10px;
  line-height: 20px;
}
@media (max-width: 719px) {
  .order_filter_block .order_search_wraper .order_search {
    width: 300px;
  }
}
@media (max-width: 719px) {
  .order_filter_block .order_search_wraper {
    margin: 15px auto 0;
    display: block;
    float: none;
  }
}
@media (max-width: 719px) {
  .order_filter_block {
    padding-bottom: 25px;
  }
}
.order_list {
  margin-bottom: 50px;
}
.order_list > div {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.order_list > div > div > div {
  display: table-row;
}
.order_list > div > div > div > div {
  display: table-cell;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #3f3f3f;
  padding: 10px 5px;
  white-space: nowrap;
  vertical-align: middle;
}
.order_list > div > div > div > div a {
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
  font-weight: 600;
}
.order_list > div > div > div > div a:hover {
  color: #262e6e;
}
@media (max-width: 719px) {
  .order_list > div > div > div > div a {
    font-size: 16px;
    text-decoration: none;
  }
}
.order_list > div > div > div > div.column6 {
  text-align: right;
}
.order_list > div > div > div > div.column6 a {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.order_list > div > div > div > div.column6 a.order_delete {
  background: #4a4f55;
  color: #ffffff;
  font-size: 10px;
  outline: none;
  width: 19px;
  height: 19px;
  text-align: center;
}
.order_list > div > div > div > div.column6 a.order_delete:hover {
  background-color: #262e6e;
  color: #ffffff;
}
.order_list > div > div > div > div.column6 a.order_delete i {
  padding: 3px 4px;
}
@media (max-width: 719px) {
  .order_list > div > div > div > div.column6 a.order_delete {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .order_list > div > div > div > div.column6 a.order_delete i {
    padding: 3px 5px;
  }
}
@media (max-width: 719px) {
  .order_list > div > div > div > div.column6 a.order_refresh {
    line-height: 26px;
  }
}
@media (min-width: 720px) {
  .order_list > div > div > div > div.column1 {
    width: 35px;
    padding-left: 10px;
  }
  .order_list > div > div > div > div.column2 {
    width: 60px;
  }
  .order_list > div > div > div > div.column3 {
    width: 75px;
    font-weight: 600;
  }
  .order_list > div > div > div > div.column4 {
    width: 175px;
  }
  .order_list > div > div > div > div.column5 {
    width: 195px;
  }
  .order_list > div > div > div > div.column6 {
    width: 90px;
    padding-right: 10px;
  }
}
@media (max-width: 719px) {
  .order_list > div > div > div > div {
    width: auto;
    display: inline-block;
    padding: 10px 0 0;
  }
  .order_list > div > div > div > div.title {
    width: 85px;
    margin-right: 10px;
  }
  .order_list > div > div > div > div:nth-child(2n+1) {
    font-size: 16px;
    width: 100%;
    width: -webkit-calc( 100% - 100px );
    width: -moz-calc( 100% - 100px );
    width: calc( 100% - 100px );
    font-weight: 600;
  }
  .order_list > div > div > div > div.column1 {
    position: absolute;
    left: 15px;
    top: 20px;
    width: auto;
    padding: 0;
  }
  .order_list > div > div > div > div.column1.title {
    width: auto;
    margin: 0;
  }
  .order_list > div > div > div > div.column1 a {
    color: #262e6e;
    font-size: 20px;
    text-decoration: underline;
  }
  .order_list > div > div > div > div.column6 {
    width: 65px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
  }
}
@media (max-width: 719px) {
  .order_list > div > div > div {
    border: 1px solid #f7f7f7;
    display: block;
    padding: 45px 15px 25px;
    position: relative;
  }
}
.order_list > div > div.thead {
  border-bottom: 1px solid #e9e9e9;
  font-weight: 600;
}
.order_list > div > div.tbody > div:nth-child(2n-1) {
  background: #e6e6e6;
}
@media (max-width: 719px) {
  .order_list {
    width: 98%;
    margin: 25px auto 50px;
  }
}
.order_info_inner {
  margin: 25px 0 95px;
  border: 1px solid #f5f0eb;
}
.order_info_inner .order_info_wrap {
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #f5f0eb;
}
.order_info_inner .order_info_wrap h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 15px 0;
  color: #1c1c1c;
}
.order_info_inner .order_info_wrap .order_info_list {
  padding: 5px 0 30px;
}
@media (max-width: 719px) {
  .order_info_inner .order_info_wrap .order_info_list li {
    margin-bottom: 10px;
  }
}
.order_info_inner .order_info_wrap .order_info_list strong {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 719px) {
  .order_info_inner .order_info_wrap .order_info_list strong {
    display: block;
    line-height: 20px;
    width: 100%;
  }
}
.order_info_inner .order_info_wrap .order_info_list span {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 719px) {
  .order_info_inner .order_info_wrap .order_info_list span {
    font-size: 14px;
    line-height: 30px;
    display: block;
  }
}
@media (max-width: 719px) {
  .order_info_inner .order_info_wrap .order_info_list {
    padding-bottom: 5px;
  }
}
.order_info_inner .order_info_wrap .order_status_wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
}
.order_info_inner .order_info_wrap .order_status_wrap .pay,
.order_info_inner .order_info_wrap .order_status_wrap .delivery {
  min-width: 120px;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  background: #49515b;
}
.order_info_inner .order_info_wrap .order_status_wrap .pay.delivery_compl,
.order_info_inner .order_info_wrap .order_status_wrap .delivery.delivery_compl {
  background-color: #262e6e;
  color: #ffffff;
}
@media (max-width: 719px) {
  .order_info_inner .order_info_wrap .order_status_wrap {
    right: auto;
    left: 15px;
    top: 15px;
  }
}
@media (max-width: 719px) {
  .order_info_inner .order_info_wrap {
    padding: 50px 15px 15px;
  }
}
.order_info_inner .order_btn_wrap {
  padding: 15px 30px 30px;
  overflow: auto;
}
.order_info_inner .order_btn_wrap h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 15px 0;
  color: #1c1c1c;
}
.order_info_inner .order_btn_wrap .order_refresh {
  float: right;
}
.order_info_inner .order_btn_wrap .tablebodytext {
  font-size: 14px;
}
.order_info_inner .order_btn_wrap .tablebodytext a:not(.btn_color) {
  color: #262e6e;
  text-decoration: underline;
  font-size: 14px;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-info {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-inner-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-image-container {
  background: #ffffff;
  position: relative;
  display: inline-block;
  border: 1px solid #d6d6d6;
  margin-right: 30px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 180px;
  height: 70px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: top;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-image-container .sale-order-detail-payment-options-methods-image-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info {
  display: inline-block;
  width: 590px;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-list-payment-title-element,
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-sum-number,
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-payment-title-element,
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-payment-number {
  font-weight: 600;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-title-status-success,
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-title-status-alert,
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-status-alert {
  float: right;
  font-size: 13px;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-title-status-success {
  background: #e4ffe4;
  border: 1px solid #008000;
  color: #008000 !important;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-title-status-alert,
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-status-alert {
  background: #ffe4e4;
  border: 1px solid #e40000;
  color: #e40000 !important;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-change-link {
  color: #262e6e;
  margin-top: 15px;
  float: left;
  display: block;
  border-bottom: 1px dashed #000000;
  border-color: #262e6e;
  font-size: 14px;
  font-weight: 600;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-detail-payment-options-methods-info-change-link:hover {
  text-decoration: none;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-pp-list {
  margin-top: 15px;
  width: 590px;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-pp-company {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 0 10px 10px -4px;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-pp-company:nth-child(5n) {
  margin-right: 0;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-pp-company:first-of-type {
  margin-left: 0;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-pp-company-image {
  background: #ffffff;
  position: relative;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 15px;
  width: 108px;
  height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-info .sale-order-payment-change-pp-company-smalltitle {
  display: none;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-options-methods-template {
  display: none;
}
.order_info_inner .order_btn_wrap .sale-order-payment-change-pp p {
  margin: 0 0 15px 0;
}
.order_info_inner .order_btn_wrap .sale-order-payment-change-pp a {
  color: #262e6e;
  text-decoration: underline;
}
.order_info_inner .order_btn_wrap .sale-order-detail-payment-inner-row-template {
  margin-top: 15px;
}
.order_info_inner .order_btn_wrap form input[type=submit] {
  outline: 0;
  border: 0;
  background-color: #262e6e;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 719px) {
  .order_info_inner .order_btn_wrap {
    padding-bottom: 30px;
  }
  .order_info_inner .order_btn_wrap .btn_round {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media (max-width: 719px) {
  .order_info_inner {
    margin-bottom: 25px;
  }
}
.sale_order_full_table a {
  color: #262e6e;
  text-decoration: underline;
}
.sale_order_full_table input[type=submit] {
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #262e6e;
  color: #ffffff;
}
.sale_order_full_table .pay_name {
  font-size: 18px;
  font-weight: 600;
}
.empty_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.empty_message.active {
  display: block;
  background: #ffffff;
}
.empty_message div {
  text-align: center;
  margin-top: 190px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #999999 !important;
}
.empty_message font.errortext {
  color: #999999 !important;
}
.empty_message p {
  margin: 0;
}
.page_empty_message {
  position: relative;
  display: none;
  font-size: 16px;
}
.page_empty_message.active {
  display: block;
}
.page_empty_message .page_empty_message_title {
  font-size: 18px;
  font-weight: 600;
}
.page_empty_message a {
  color: #262e6e;
  text-decoration: underline;
}
.bottom_panel_wrapper {
  z-index: 1050;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #cd2728;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list {
  border-left: 1px solid #cd2728;
  border-right: 1px solid #cd2728;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li {
  display: inline-block;
  vertical-align: top;
  outline: none;
  margin-left: -4px;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:first-child {
  margin-left: 0;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child {
  position: absolute;
  right: 0px;
  border-left: 1px solid #cd2728;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child a .fa-shopping-cart {
  font-size: 21px;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child a .count {
  min-width: 30px;
  width: auto;
  padding: 0;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child a .count .cart_item_count {
  padding: 3px 4px;
  border-right: 1px solid #cd2728;
  display: inline-block;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child a .count .cart_item_count.null {
  background: #999999;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child a .count .cart_price_total {
  padding: 3px 4px;
  display: inline-block;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li:last-child a .count .cart_price_total.null {
  background: #999999;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li.ui-tabs-active,
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li.ui-state-active {
  background: #cd2728;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li.ui-tabs-active .fa-chevron-up:before,
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li.ui-state-active .fa-chevron-up:before {
  content: "\f078";
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li.ui-tabs-active a,
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li.ui-state-active a {
  outline: none;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a {
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  outline: none;
  color: #ffffff;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a:hover {
  text-decoration: none;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a .fa-bar-chart,
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a .fa-eye {
  font-size: 18px;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a .title {
  margin: 0 4px 0 6px;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a .count {
  display: inline-block;
  width: 30px;
  padding: 3px 0;
  margin: 0 4px;
  color: #515b66;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  vertical-align: baseline;
  font-size: 13px;
  font-size: 0.8125rem;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a .count.null {
  background: #999999;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a.tab_btn_inner {
  height: 48px;
  border-right: 1px solid #cd2728;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-right: 20px;
  padding-left: 20px;
}
.bottom_panel_wrapper .bottom_panel_header ul.tab_button_list li a.tab_btn_inner:hover {
  background: #cd2728;
}
.bottom_panel_wrapper .bottom_panel_body {
  position: relative;
  height: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bottom_panel_wrapper .bottom_panel_body .owl_nav > div {
  top: 120px;
}
.bottom_panel_wrapper .bottom_panel_body .owl_nav > div.owl-prev {
  left: 30px;
}
.bottom_panel_wrapper .bottom_panel_body .owl_nav > div.owl-next {
  right: 30px;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper {
  min-height: 425px;
  border: 1px solid #d5d5d5;
  border-top: none;
  display: none;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_first_line {
  position: relative;
  padding-top: 35px;
  min-height: 300px;
  margin: 0;
  background: #ffffff;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_first_line .carousel_wrap {
  overflow: hidden;
  width: 735px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_first_line.cart_form_inner {
  padding: 0;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_second_line {
  text-align: center;
  padding: 20px 0 35px;
  background: #ffffff;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_second_line .hidden {
  display: none;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_second_line.empty_line * {
  display: none;
}
.bottom_panel_wrapper .bottom_panel_body .tab_body_wrapper .bottom_panel_second_line.empty_line .hidden {
  display: inline-block;
}
.bottom_panel_wrapper .bottom_panel_body .product_item {
  position: relative;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}
.bottom_panel_wrapper .bottom_panel_body .product_item .product_image {
  height: 150px;
  width: 150px;
}
.bottom_panel_wrapper .bottom_panel_body .product_item .product_image img {
  max-width: 150px;
  max-height: 150px;
  vertical-align: top;
}
.bottom_panel_wrapper .warning_message span.errortext {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flying_cart {
  position: fixed;
  top: 45px;
  right: 0;
  z-index: 1030;
}
.flying_cart .flying_cart_container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flying_cart .flying_cart_container .flying_cart_label {
  position: absolute;
  top: 10px;
  left: -45px;
  height: 45px;
  width: 45px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 17px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  -webkit-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2);
}
.flying_cart .flying_cart_container .flying_cart_label .fa {
  line-height: 45px;
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
}
.flying_cart .flying_cart_container .flying_cart_label:hover {
  color: #262e6e;
}
.flying_cart .flying_cart_container .flying_cart_body {
  width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 0 10px #cacaca;
  -moz-box-shadow: 0 0 10px #cacaca;
  box-shadow: 0 0 10px #cacaca;
}
.flying_cart .flying_cart_container .flying_cart_body.open {
  display: block;
  width: 750px;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line {
  position: relative;
  padding-top: 35px;
  min-height: 290px;
  margin: 0;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .carousel_wrap {
  overflow: hidden;
  width: 550px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .owl_nav > div {
  top: 120px;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .owl_nav > div.owl-prev {
  left: 30px;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .owl_nav > div.owl-next {
  right: 30px;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .empty_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .empty_message.active {
  display: block;
  background: #ffffff;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_first_line .empty_message div {
  text-align: center;
  margin-top: 165px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #999999;
}
.flying_cart .flying_cart_container .flying_cart_body .flying_cart_second_line {
  text-align: center;
  padding: 20px 0 35px;
}
.flying_cart .flying_cart_container .flying_cart_header {
  position: relative;
  margin: 0 20px 10px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flying_cart .flying_cart_container .flying_cart_header h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  width: 50%;
}
.flying_cart .flying_cart_container .flying_cart_header span {
  font-size: 16px;
}
.flying_cart .flying_cart_container .flying_cart_header .summ_right {
  display: inline-block;
  width: 45%;
  text-align: right;
}
.flying_cart .flying_cart_container .flying_cart_item_list {
  padding: 10px 0 20px;
}
.flying_cart .flying_cart_container .product_item {
  position: relative;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  width: 94%;
  margin: 0 auto;
}
.flying_cart .flying_cart_container .product_item .product_image {
  width: 150px;
  height: 150px;
}
.flying_cart .flying_cart_container .product_item .product_image img {
  max-width: 150px;
  max-height: 150px;
  vertical-align: top;
}
.mobile_nav_item .mobile_nav_title {
  background-color: #262e6e;
  display: block;
  font-size: 16px;
  color: #ffffff;
  padding: 15px;
  cursor: pointer;
}
.mobile_nav_item .mobile_nav_title i {
  float: right;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.mobile_nav_item .product_catalog {
  padding: 15px 0;
}
.mobile_nav_item .product_catalog li {
  padding: 0 15px;
  cursor: pointer;
}
.mobile_nav_item .product_catalog li i {
  margin-right: 10px;
}
.mobile_nav_item .product_catalog li span {
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
}
.mobile_nav_item .product_catalog li > ul.level2 {
  display: none;
}
.mobile_nav_item .product_catalog li > ul.level2 > li {
  font-size: 14px;
  padding: 5px 0 5px 33px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mobile_nav_item .product_catalog li > ul.level2 > li a {
  font-size: 14px;
}
.mobile_nav_item i.icon-angle-circled-down {
  color: #262e6e;
}
@media (max-width: 719px) {
  .profile_tabs .btn-panel-item {
    margin: 0 3% 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .profile_tabs .btn-panel-item a {
    padding: 0;
  }
}
footer {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: normal;
}
footer .row {
  padding-bottom: 48px;
}
footer menu {
  margin: 0;
  padding: 0;
  float: left;
}
footer menu > ul > li {
  display: inline-block;
  margin-right: 25px;
  padding: 7px 0;
}
footer menu > ul > li a {
  font-size: 15px;
  color: #ffffff;
}
footer menu > ul > li a:hover {
  color: #262e6e;
}
footer .first_footer_line {
  min-height: 50px;
  margin: 50px 0 20px;
}
footer .second_footer_line {
  clear: both;
  margin: 20px 0;
  height: 125px;
  position: relative;
}
footer .logo_wrapper {
  font-size: 0;
  line-height: 0;
}
footer .logo_wrapper a {
  display: inline-block;
  margin-right: 13px;
  color: #858b92;
  font-size: 0;
  line-height: 0;
}
footer .logo_wrapper img {
  max-width: 220px;
  max-height: 50px;
}
footer .logo_wrapper h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}
footer .logo_wrapper h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
footer .footer_block_title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #9da2a8;
  display: block;
  margin-bottom: 20px;
}
footer .subscribe_wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 220px;
  margin-right: 50px;
}
footer .subscribe_wrapper input[type=text] {
  height: 33px;
  padding-right: 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .subscribe_wrapper input[type=radio],
footer .subscribe_wrapper input[type=checkbox] {
  display: none;
}
footer .subscribe_wrapper .btn_subscribe {
  display: block;
  position: absolute;
  top: 45px;
  right: 6px;
  height: 18px;
  width: 18px;
  text-align: center;
}
footer .subscribe_wrapper .btn_subscribe i {
  position: relative;
  font-size: 18px;
  z-index: 1;
}
footer .subscribe_wrapper .btn_subscribe input[type=submit] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  border: none;
  background: transparent;
  z-index: 2;
}
footer .contacts_wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
footer .contacts_wrapper p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff;
}
footer .contacts_wrapper p a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff;
}
footer .contacts_wrapper p a.email {
  text-decoration: underline;
}
footer .contacts_wrapper p a:hover {
  color: #262e6e;
}
footer .callback_wrapper {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin-top: 36px;
}
footer .social_wrapper {
  float: right;
  clear: both;
  margin-top: 20px;
}
footer .social_wrapper .i-social {
  position: relative;
  height: 31px;
  width: 31px;
  cursor: pointer;
  background-color: #262e6e;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
footer .social_wrapper .i-social:last-of-type {
  margin: 0;
}
footer .social_wrapper .i-social i {
  line-height: 31px;
}
footer .address_wrapper {
  color: #9da2a8;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
footer .copyright {
  color: #9da2a8;
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 959px) and (min-width: 720px) {
  footer .row {
    padding-bottom: 20px;
  }
}
@media (max-width: 719px) {
  footer .row {
    padding: 0;
  }
  footer .first_footer_line {
    height: 45px;
    margin: 20px 0 25px;
  }
  footer .second_footer_line {
    height: 75px;
    margin: 15px 0 0;
  }
  footer .logo_wrapper {
    text-align: center;
  }
  footer .logo_wrapper a {
    margin: 0 0 0 5px;
  }
  footer .logo_wrapper h2 {
    font-size: 20px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 1.3rem;
  }
  footer .social_wrapper {
    float: none;
    text-align: right;
    margin: 0 5px 0 0;
  }
  footer .social_wrapper .i-social {
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  footer .social_wrapper .i-social:last-of-type {
    margin-left: 10px;
  }
}
@media (max-width: 959px) and (min-width: 720px) {
  footer.footer1 .grid_10_sm .second_footer_line {
    margin: 50px 0 20px;
  }
  footer.footer1 .grid_6_sm .second_footer_line {
    height: 60px;
  }
  footer.footer1 .contacts_wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  footer.footer1 .callback_wrapper {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer.footer1 .social_wrapper {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    text-align: right;
  }
  footer.footer1 .social_wrapper .i-social {
    margin: 0 0 10px 15px;
  }
  footer.footer1 .social_wrapper .i-social:last-of-type {
    margin: 0 0 10px 15px;
  }
  footer.footer1 .subscribe_wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  footer.footer1 .subscribe_wrapper .btn_subscribe {
    top: 9px;
  }
  footer.footer1 .copyright {
    bottom: 0;
  }
}
@media (max-width: 719px) {
  footer.footer1 .first_footer_line {
    margin-bottom: 10px;
  }
  footer.footer1 .second_footer_line {
    margin-top: 0;
    height: auto;
  }
  footer.footer1 .contacts_wrapper {
    position: static;
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  footer.footer1 .contacts_wrapper .phone {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1rem;
    color: #fff;
    margin-bottom: 10px;
  }
  footer.footer1 .contacts_wrapper .email {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
  }
  footer.footer1 .social_wrapper {
    margin: 20px 0 10px;
  }
  footer.footer1 .social_inner {
    text-align: center !important;
  }
  footer.footer1 .copyright {
    position: static;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
  }
}
footer.footer2 .second_footer_line {
  height: 35px;
}
footer.footer2 .contacts_wrapper {
  margin-top: 5px;
}
footer.footer2 .contacts_wrapper p {
  display: inline-block;
  margin-right: 30px;
}
footer.footer2 .social_wrapper {
  margin: 0;
}
footer.footer2 .copyright {
  bottom: 15px;
}
@media (max-width: 959px) and (min-width: 720px) {
  footer.footer2 .first_footer_line {
    margin: 35px 0 20px;
  }
  footer.footer2 .second_footer_line {
    height: 15px;
  }
  footer.footer2 .grid_10_sm .second_footer_line {
    margin: 35px 0 20px;
    height: 80px;
  }
  footer.footer2 .contacts_wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer.footer2 .social_wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
  footer.footer2 .mobile_footer_menu {
    padding: 7px 0;
  }
  footer.footer2 .mobile_footer_menu a {
    font-size: 16px;
    color: #ffffff;
  }
  footer.footer2 .copyright {
    position: relative;
    bottom: auto;
  }
}
#body_container {
  height: 100%;
}
html,
body,
.body_wrapper {
  height: 100%;
  left: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
html.right,
body.right,
.body_wrapper.right {
  overflow: hidden;
  left: 290px;
}
.body_wrapper {
  position: relative;
}
.content_wrapper.content1 {
  min-height: 100%;
  min-height: -webkit-calc( 100% - 310px );
  min-height: -moz-calc( 100% - 310px );
  min-height: calc( 100% - 310px );
  padding-bottom: 310px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .content_wrapper.content1 {
    min-height: 100%;
    min-height: -webkit-calc( 100% - 215px );
    min-height: -moz-calc( 100% - 215px );
    min-height: calc( 100% - 215px );
    padding-bottom: 215px;
  }
}
.content_wrapper.content2 {
  min-height: 100%;
  min-height: -webkit-calc( 100% - 220px );
  min-height: -moz-calc( 100% - 220px );
  min-height: calc( 100% - 220px );
  padding-bottom: 220px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .content_wrapper.content2 {
    min-height: 100%;
    min-height: -webkit-calc( 100% - 155px );
    min-height: -moz-calc( 100% - 155px );
    min-height: calc( 100% - 155px );
    padding-bottom: 155px;
  }
}
@media (max-width: 719px) {
  .content_wrapper.content1,
  .content_wrapper.content2 {
    min-height: 100%;
    min-height: -webkit-calc( 100% - 90px );
    min-height: -moz-calc( 100% - 90px );
    min-height: calc( 100% - 90px );
    padding-bottom: 90px;
  }
}
.content1 + .footer_wrapper {
  height: 310px;
  margin-top: -310px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .content1 + .footer_wrapper {
    height: 215px;
    margin-top: -215px;
  }
}
.content2 + .footer_wrapper {
  height: 220px;
  margin-top: -220px;
}
@media (max-width: 959px) and (min-width: 720px) {
  .content2 + .footer_wrapper {
    height: 155px;
    margin-top: -155px;
  }
}
@media (max-width: 719px) {
  .content1 + .footer_wrapper,
  .content2 + .footer_wrapper {
    height: 90px;
    margin-top: -90px;
  }
}
.modal_window {
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  background: #ffffff;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  left: 50%;
  /*margin-left: -250px;*/
}
.modal_window .modal_titlebar {
  position: relative;
  margin: 20px 20px 0 20px;
}
.modal_window .modal_titlebar .modal_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  padding: 10px 0 20px;
  margin: 0;
  color: #30353a;
  border-bottom: 1px solid #dbd0d0;
}
.modal_window .modal_titlebar .modal_close {
  position: absolute;
  top: 10px;
  right: 0;
  border: 0;
  background: transparent;
  outline: none;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.modal_window .modal_body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 20px 20px 20px;
}
.modal_window .mCSB_scrollTools {
  width: 6px;
}
.modal_window .mCSB_container {
  margin-right: 6px;
}
@media (min-width: 720px) {
  .modal_window.quickbuy {
    width: 500px !important;
  }
}
@media (max-width: 719px) {
  .modal_window {
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .modal_window .modal_titlebar {
    margin: 7% 7% 0 7%;
  }
  .modal_window .modal_body {
    padding: 0;
    margin: 0 7% 7% 7%;
  }
}
.page404 {
  position: relative;
}
.page404 .page404_inner {
  position: relative;
  margin: 35px 0;
}
.page404 .page404_inner p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.page404 .page404_inner .more-container {
  padding: 3px 0;
}
.page404 .page404_infographics {
  position: absolute;
  top: -80px;
  right: 5px;
}
.page404 .infographics_wrapper {
  margin-left: 80px;
  position: relative;
  top: -15px;
}
.page404 .img404 {
  position: absolute;
  top: 88px;
  right: 47px;
  height: 80px;
  width: 175px;
  background-repeat: no-repeat;
  background-position: -10px -446px;
  z-index: 10;
}
.page404 .no-borderradius .page404_infographics img,
.page404 .page404_infographics .infographics_wrapper {
  display: block;
}
.settings_container {
  display: block;
  position: absolute;
  width: 895px;
  top: 50px;
  margin-bottom: 50px;
  left: 0;
  margin-left: -webkit-calc( 50% - 447px );
  margin-left: -moz-calc( 50% - 447px );
  margin-left: calc( 50% - 447px );
  font-family: 'Montserrat', sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 10px 3px rgba(86, 86, 86, 0.5);
  -moz-box-shadow: 0 0 10px 3px rgba(86, 86, 86, 0.5);
  box-shadow: 0 0 10px 3px rgba(86, 86, 86, 0.5);
}
.settings_container .select2-container,
.settings_container select {
  width: 100% !important;
}
.settings_container .settings_body {
  position: relative;
  background-color: #efefef;
  border-bottom: 1px solid #b9c4ce;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.settings_container .settings_body .column1,
.settings_container .settings_body .column2,
.settings_container .settings_body .column3 {
  width: 295px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 35px;
}
.settings_container .settings_body .column1_2 {
  display: inline-block;
}
.settings_container .settings_body .settings_inner {
  padding: 25px 18px 0;
  width: 230px;
}
.settings_container .settings_body .settings_title {
  margin-bottom: 5px;
}
.settings_container .settings_body .settings_title > span {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #30353a;
  text-transform: uppercase;
}
.settings_container .settings_body .help_wrapper {
  display: inline-block;
  position: relative;
}
.settings_container .settings_body .help_wrapper > i {
  color: #959595;
  margin-left: 5px;
  cursor: pointer;
}
.settings_container .settings_body .help_wrapper .help_inner {
  display: none;
  position: absolute;
  top: -15px;
  right: -285px;
  padding: 20px;
  width: 230px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 13px;
  color: #ffffff;
  background: #969696;
  background: rgba(150, 150, 150, 0.975);
  z-index: 9999;
}
.settings_container .settings_body .help_wrapper .help_angle {
  position: absolute;
  left: -5px;
  top: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 5px solid #959595;
  border-right: 5px solid rgba(149, 149, 149, 0.975);
}
.settings_container .settings_body .help_wrapper.open .help_inner {
  display: block;
}
.settings_container .settings_body .checkbox_wrapper {
  margin-top: 10px;
}
.settings_container .settings_body .column3 .checkbox_wrapper {
  margin-top: 6px;
}
.settings_container .settings_body .color.select > .color_block {
  border-color: #292525;
}
.settings_container .settings_body .color_block {
  display: inline-block;
  height: 23px;
  width: 23px;
  border: 2px solid transparent;
  background: transparent;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.settings_container .settings_body .color_block:hover .settings_container .settings_body .color_block.select {
  border-color: #292525;
}
.settings_container .settings_body .filters_block {
  display: inline-block;
}
.settings_container .settings_body .filters_block .select_block {
  border: 2px solid #efefef;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings_container .settings_body .filters_block .select_block .select_block_inner {
  position: relative;
  height: 54px;
  width: 64px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.settings_container .settings_body .filters_block .select_block:hover .select_block_inner {
  border-color: #efefef;
}
.settings_container .settings_body .filters_block .select_block .blue_left,
.settings_container .settings_body .filters_block .select_block .blue_top1,
.settings_container .settings_body .filters_block .select_block .blue_top2,
.settings_container .settings_body .filters_block .select_block .blue_top,
.settings_container .settings_body .filters_block .select_block .blue_top_short {
  background: #3ea2ee;
}
.settings_container .settings_body .filters_block .select_block .blue_left {
  width: 18px;
  height: 100%;
}
.settings_container .settings_body .filters_block .select_block .blue_top {
  width: 100%;
  height: 18px;
}
.settings_container .settings_body .filters_block .select_block .blue_top_short {
  width: 75%;
  height: 18px;
  margin: 0 auto;
}
.settings_container .settings_body .filters_block .select_block .blue_top1 {
  width: 50%;
  height: 100%;
  border-right: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.settings_container .settings_body .filters_block .select_block .blue_top1:first-child {
  float: left;
}
.settings_container .settings_body .filters_block .select_block .blue_top1:last-child {
  float: right;
}
.settings_container .settings_body .filters_block .select_block .blue_top1 > .blue_top1 {
  height: 50%;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
.settings_container .settings_body .filters_block .select_block .blue_top1 > .blue_top1:last-child {
  border-bottom: none;
}
.settings_container .settings_body .filters_block .select_block .blue_top2 {
  width: 50%;
  height: 100%;
  border-right: 1px solid #efefef;
}
.settings_container .settings_body .filters_block.active,
.settings_container .settings_body .filters_block:hover {
  border-color: #2f3f56;
}
.settings_container .settings_body .filters_block.active > .select_block,
.settings_container .settings_body .filters_block:hover > .select_block {
  border-color: #2f3f56;
}
.settings_container .settings_body .filters_block.active > .select_block .select_block_inner,
.settings_container .settings_body .filters_block:hover > .select_block .select_block_inner {
  border-color: #efefef;
}
.settings_container .settings_body #sortable_blocks_settings {
  height: 251px;
  margin: 0;
  padding: 0;
}
.settings_container .settings_body #sortable_blocks_settings .sort_num {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  width: 33px;
  height: 23px;
  padding: 2px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}
.settings_container .settings_body #sortable_blocks_settings label,
.settings_container .settings_body #sortable_blocks_settings input {
  vertical-align: middle;
}
.settings_container .settings_body #sortable_blocks_settings li.ui-sortable-handle {
  margin: 3px 0;
  width: 100%;
  background: #efefef;
  cursor: pointer;
  border: 1px solid #EFEFEF;
}
.settings_container .settings_body #sortable_blocks_settings .ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  border: 1px solid #d6d6d6 !important;
}
.settings_container .settings_body #sortable_blocks_settings .select2-container {
  margin: 10px 0 15px;
}
.settings_container .settings_body .banners_settings .selected_banners_types {
  margin-top: 20px;
  height: 75px;
  width: 139px;
  border: 2px solid #ffffff;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner {
  padding: 12px 19px;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img {
  height: 51px;
  width: 101px;
  background: url(img/settings_sprite.png);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-position: 0 0;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img.banners_variant1 {
  background-position: 0 0;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img.banners_variant2 {
  background-position: 0 -55px;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img.banners_variant3 {
  background-position: 0 -110px;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img.banners_variant4 {
  background-position: 0 -165px;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img.banners_variant5 {
  background-position: 0 -220px;
}
.settings_container .settings_body .banners_settings .selected_banners_types .select_banners_inner .banners_img.banners_variant6 {
  background-position: 0 -275px;
}
.settings_container .settings_body #colorpicker_sample {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.settings_container .settings_body .minicolors-theme-default .minicolors-input {
  padding-left: 45px;
}
.settings_container .settings_body .minicolors-theme-default .minicolors-swatch {
  border: none;
}
.settings_container .settings_body .minicolors-theme-default .minicolors-swatch-color {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.settings_container .settings_body .settings_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1040;
  border: 0;
  background: transparent;
  outline: none;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.settings_label {
  position: fixed;
  top: 205px;
  left: 0;
  z-index: 1045;
  width: 38px;
  height: 50px;
  font-size: 26px;
  text-align: center;
  color: #30353a;
  background: #efefef;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 0 10px 3px rgba(86, 86, 86, 0.4);
  -moz-box-shadow: 0 0 10px 3px rgba(86, 86, 86, 0.4);
  box-shadow: 0 0 10px 3px rgba(86, 86, 86, 0.4);
}
.settings_label i {
  position: relative;
  top: 9px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.settings_label:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.settings_container.open,
.settings_body,
.settings_footer_wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.settings_container .footer_settings .checkbox_wrapper {
  margin-top: 12px;
}
.settings_footer_wrapper {
  background: #efefef;
  padding: 32px 0 38px;
  text-align: center;
}
.settings_footer_wrapper > div {
  display: inline-block;
  margin: 0 7px;
}
.settings_footer_wrapper .btn-reset {
  font-size: 13px;
  font-weight: bold;
  background-color: #b9c4ce;
  color: #ffffff;
  padding: 13px 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.settings_footer_wrapper .btn-reset:hover {
  background: #b9c4ce url(img/btn-hover.png);
}
.settings_footer_wrapper .btn-set {
  font-size: 13px;
  font-weight: bold;
  background-color: #3ea2ee;
  color: #ffffff;
  padding: 13px 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.settings_footer_wrapper .btn-set:hover {
  background: #3ea2ee url(img/btn-hover.png);
}
.settings_container input.colorSelect {
  display: inline-block;
  margin: 15px 0;
  height: 32px;
  width: 153px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
}
.settings_container .btn-setcolor {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
  color: #2f3f56;
  padding: 13px 34px;
  border: 1px solid #2f3f56;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.settings_container .btn-setcolor:hover {
  background: transparent url(img/btn-hover.png);
}
.settings_container li.ui-state-default {
  position: relative;
}
.settings_container li.ui-state-default i {
  position: absolute;
  font-size: 11px;
  right: 7px;
  top: 5px;
  color: #d6d6d6;
}
.checkout #bx-soa-total-mobile {
  border: 1px solid #e5e5e5;
  margin-bottom: 0px;
}
.checkout #bx-soa-total-mobile .bx-price-old {
  white-space: nowrap;
  text-decoration: line-through;
  color: #b8b8b8;
  font-size: 13px;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-d {
  float: right;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total {
  padding: 20px 25px 20px;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line {
  padding: 5px 0;
  font-size: 13px;
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  overflow: hidden;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  border-top: none;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {
  font-weight: bold;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
  border-color: #bfbfbf;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total {
  padding-top: 25px;
  border-bottom: none;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-weight: bold;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 28px;
}
.checkout #bx-soa-total-mobile .bx-soa-cart-total-button-container {
  display: none;
}
.checkout .bx-soa-section {
  border: 1px solid #e5e5e5;
}
.checkout .bx-soa-section .bx-soa-section-title-container {
  background: #efefef;
  padding: 10px 25px;
  height: 37px;
}
.checkout .bx-soa-section .bx-soa-section-title-container > i,
.checkout .bx-soa-section .bx-soa-section-title-container h2 {
  display: inline-block;
  line-height: 37px;
  font-weight: 600;
}
.checkout .bx-soa-section .bx-soa-section-title-container .bx-soa-editstep {
  float: right;
}
.checkout .bx-soa-section .bx-soa-section-title-container .bx-soa-editstep i {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 719px) {
  .checkout .bx-soa-section .bx-soa-section-title-container .btn_round {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 37px;
    text-decoration: underline;
  }
  .checkout .bx-soa-section .bx-soa-section-title-container .btn_round i {
    display: none;
  }
}
.checkout .bx-soa-section .bx-soa-section-content {
  padding: 20px 25px 20px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company {
  background: #ffffff;
  position: relative;
  display: inline-block;
  border: 1px solid #d6d6d6;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 180px;
  height: 70px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected {
  border-color: #262e6e;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
  padding-top: 9px;
  color: #a3a3a3;
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox].bx-soa-pp-company-checkbox {
  display: none;
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container {
  padding: 0;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company {
  background: none;
  border: none;
  padding: 0;
  display: block;
  width: auto;
  margin: 0;
  height: auto;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
  font-size: 16px;
  font-weight: bold;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
  font-size: 14px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list {
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li {
  clear: both;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li div {
  display: inline-block;
  margin-right: 10px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-image-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 180px;
  height: 70px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-description {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-description span {
  display: block;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-description span:first-child {
  font-weight: 600;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-description .bx-soa-pp-price {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 10px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-description .bx-soa-pp-price span {
  display: inline-block;
  margin-right: 5px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-delivery-cost,
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-smalltitle {
  display: none;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-more {
  text-align: center;
  margin-top: 20px;
}
.checkout .bx-soa-section .bx-soa-section-content .form-group {
  margin: 10px 0 15px;
}
.checkout .bx-soa-section .bx-soa-section-content .form-group .radio-inline {
  display: inline-block;
  margin-right: 30px;
}
.checkout .bx-soa-section .bx-soa-section-content .form-group .radio-inline label.bx-soa-custom-label {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}
.checkout .bx-soa-section .bx-soa-section-content .form-group .radio-inline input {
  margin-right: 10px;
}
.checkout .bx-soa-section .bx-soa-section-content .form-group .bx-soa-custom-label {
  margin-right: 20px;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  font-size: 0.9em;
}
.checkout .bx-soa-section .bx-soa-section-content .form-group select {
  width: 300px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table {
  min-width: 100%;
  display: table;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr {
  display: table-row;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
  border-top: 1px dashed #d7d7d7;
  display: table-cell;
  vertical-align: top;
  padding: 10px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
  text-align: right;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title .bx-price-old,
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text .bx-price-old {
  text-decoration: line-through;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
  border: none;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-title {
  font-weight: bold;
  padding: 5px 0;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-td-title {
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 3px;
  font-size: 12px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-img-block {
  float: left;
  padding-right: 15px;
  width: 85px;
  margin: 0;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-img-block .bx-soa-item-imgcontainer {
  border-radius: 4px;
  border: 1px solid #c0cfd9;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-scu-container {
  overflow: auto;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div {
  float: left;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div:nth-child(2n-1) {
  clear: left;
  margin-right: 10px;
  width: 125px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div.bx-soa-item-td-title {
  font-weight: 400;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div.bx-soa-item-td-text {
  line-height: 20px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  margin-top: 10px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-input {
  display: inline-block;
  position: relative;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-input:after {
  content: "\f054";
  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;
  position: absolute;
  right: 10px;
  line-height: 35px;
  cursor: pointer;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item {
  display: block;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item > strong {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item > strong.bx-soa-coupon-item-danger {
  background: #ffe4e4;
  border: 1px solid #e40000;
  color: #e40000 !important;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item > strong.bx-soa-coupon-item-success {
  background: #e4ffe4;
  border: 1px solid #008000;
  color: #008000 !important;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item > strong .bx-soa-tooltip {
  display: none;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item > strong .bx-soa-coupon-remove {
  display: inline-block;
  margin-left: 10px;
  color: #2f3f56;
  cursor: pointer;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-item > strong .bx-soa-coupon-remove:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer,
.checkout .bx-soa-section .bx-soa-section-content .comment-container {
  padding-left: 25px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-customer-field,
.checkout .bx-soa-section .bx-soa-section-content .comment-container .bx-soa-customer-field {
  margin: 10px 0;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-customer-field i,
.checkout .bx-soa-section .bx-soa-section-content .comment-container .bx-soa-customer-field i {
  margin-left: 10px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-customer-field .has-error,
.checkout .bx-soa-section .bx-soa-section-content .comment-container .bx-soa-customer-field .has-error {
  border-color: #db4a29;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-custom-label,
.checkout .bx-soa-section .bx-soa-section-content .comment-container .bx-soa-custom-label,
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-customer-label,
.checkout .bx-soa-section .bx-soa-section-content .comment-container .bx-soa-customer-label {
  display: inline-block;
  width: 140px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #515b66;
  vertical-align: middle;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .soa-property-container,
.checkout .bx-soa-section .bx-soa-section-content .comment-container .soa-property-container {
  display: inline-block;
  vertical-align: middle;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer input,
.checkout .bx-soa-section .bx-soa-section-content .comment-container input {
  width: 500px;
  margin: 9px 0 10px;
  padding: 7px 10px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer textarea,
.checkout .bx-soa-section .bx-soa-section-content .comment-container textarea {
  width: 500px;
  resize: none;
  height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container {
  position: relative;
  margin: 9px 0 10px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-soa-location-input-container .bx-soa-tooltip {
  z-index: 1000;
  top: 66px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-sls .dropdown-fade2white {
  width: 28px;
  height: 28px;
  top: 1px;
  right: 2px;
}
.checkout .bx-soa-section .bx-soa-section-content .bx-sls .bx-ui-sls-pane {
  border-top: none;
  top: 28px;
  border-color: #d6d6d6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout .bx-soa-section .bx-soa-section-content .agree-container {
  padding-left: 25px;
}
.checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field {
  margin: 30px 0;
  position: relative;
}
.checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field label {
  font-size: 14px;
  line-height: 16px;
  color: #515b66;
  margin-left: 196px;
  display: inline-block;
  width: 500px;
}
.checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field label a {
  font-size: 14px;
  line-height: 16px;
  color: #262e6e;
  text-decoration: underline;
}
.checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field input {
  left: 156px;
  position: absolute;
}
.checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field input.unchecked:after {
  border-color: #db4a29;
}
.checkout .bx-soa-section .bx-soa-section-content .fa {
  display: none;
}
.checkout .bx-soa-section .bx-soa-section-content .row .fa {
  display: inline-block;
}
@media (max-width: 719px) {
  .checkout .bx-soa-section .bx-soa-section-content {
    padding: 20px 15px 20px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table {
    display: block;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr {
    display: block;
    border-top: 1px dashed #d7d7d7;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    border: none;
    display: block;
    overflow: auto;
    padding: 5px 0;
    min-width: inherit !important;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: -webkit-calc( 100% - 80px );
    width: -moz-calc( 100% - 80px );
    width: calc( 100% - 80px );
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-title {
    padding: 0 0 5px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
    font-weight: 600;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title {
    width: 135px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-tr:first-child {
    border: none;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-td-title {
    padding: 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-item-img-block {
    float: right;
    width: 60px;
    padding: 0px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .form-group .radio-inline {
    margin-bottom: 15px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .form-group select {
    width: 250px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-scu-container {
    overflow: auto;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div {
    display: inline-block;
    vertical-align: top;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div:nth-child(2n-1) {
    width: 125px;
    margin-right: 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div.bx-soa-item-td-title {
    font-weight: 400;
    margin-right: 10px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-scu-container div.bx-soa-item-td-text {
    font-weight: 600;
    padding-bottom: 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company {
    margin-right: 17px;
    margin-bottom: 15px;
    width: 130px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company:nth-child(2n) {
    margin-right: 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-image-container {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-pp-company-selected .bx-soa-pp-company-selected-description {
    margin: 0 auto;
    width: 94%;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer,
  .checkout .bx-soa-section .bx-soa-section-content .comment-container {
    padding: 0;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer .bx-soa-customer-field,
  .checkout .bx-soa-section .bx-soa-section-content .comment-container .bx-soa-customer-field {
    margin: 10px 0 10px 20px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer input,
  .checkout .bx-soa-section .bx-soa-section-content .comment-container input {
    width: 255px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .bx-soa-customer textarea,
  .checkout .bx-soa-section .bx-soa-section-content .comment-container textarea {
    width: 255px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .agree-container {
    padding-left: 20px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field label {
    margin-left: 35px;
    width: 220px;
  }
  .checkout .bx-soa-section .bx-soa-section-content .agree-container .bx-soa-customer-field input {
    left: 0;
  }
}
.checkout .bx-soa-section.bx-selected {
  background: #efefef;
  border-color: #262e6e;
}
.checkout .bx-soa-section.bx-selected .bx-soa-section-title-container > i,
.checkout .bx-soa-section.bx-selected .bx-soa-section-title-container h2 {
  color: #262e6e;
}
.checkout .bx-soa-section.bx-selected .bx-soa-section-title-container .bx-soa-editstep {
  display: none;
}
.checkout .bx-soa-section.bx-selected .bx-soa-section-content {
  border-top: 1px solid #d7d7d7;
}
.checkout .bx-soa-section.bx-step-error {
  border-color: #db4a29;
}
.checkout .bx-soa-section .dropdown-block {
  border: 1px solid #d6d6d6;
  font-size: 0.8125rem;
  position: relative;
  background-color: #fff;
  padding: 7px 22px 7px 30px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 9px 0 10px;
}
.checkout .bx-soa-section .dropdown-block .bx-ui-sls-container {
  min-height: 16px;
}
.checkout .bx-soa-section .dropdown-block .bx-ui-sls-fake,
.checkout .bx-soa-section .dropdown-block .bx-ui-sls-route {
  height: 16px;
}
.checkout #bx-soa-properties .bx-soa-section-content {
  padding: 0;
}
.checkout #bx-soa-properties.bx-step-error .bx-soa-section-content {
  padding: 20px 25px 20px;
}
.checkout .bx-soa-tooltip {
  background: #fbfbfb;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  width: 250px;
  margin: -6px 0 0 -11px;
  padding: 13px;
  -webkit-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -moz-box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  box-shadow: 0 1px 10px 1px rgba(189, 189, 189, 0.46);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout .bx-soa-tooltip .tooltip-arrow {
  position: absolute;
  left: 11px;
  top: -6px;
  background-image: url("img/tooltip-arrow.png");
  height: 6px;
  width: 11px;
}
.checkout .bx-soa-tooltip .tooltip-inner {
  padding-left: 28px;
  background-image: url("img/tooltip-inner.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}
.checkout #bx-soa-orderSave {
  text-align: right;
}
.checkout #bx-soa-orderSave .checkbox {
  padding: 10px 0;
}
.checkout #bx-soa-orderSave .checkbox .main-user-consent-request {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
  box-sizing: border-box;
}
.checkout #bx-soa-orderSave .checkbox .main-user-consent-request input[type="checkbox"] {
  position: absolute;
  margin: 5px;
  left: 0;
}
.checkout #bx-soa-orderSave .checkbox .main-user-consent-request input[type="checkbox"]:after {
  font-family: "FontAwesome";
  position: absolute;
  color: #30353a;
  top: -5px;
  left: -5px;
  line-height: 24px;
  text-align: center;
  width: 22px;
  padding-left: 2px;
  height: 24px;
  font-size: 19px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  content: "";
}
.checkout #bx-soa-orderSave .checkbox .main-user-consent-request input[type="checkbox"]:checked:after {
  content: "\f00c";
}
.checkout #bx-soa-orderSave .checkbox .main-user-consent-request a {
  font-size: 14px;
  line-height: 16px;
  color: #ee7518;
  text-decoration: underline;
}
@media (max-width: 719px) {
  .checkout #bx-soa-orderSave {
    text-align: center;
  }
}
.checkout #bx-soa-main-notifications {
  margin-bottom: 30px;
  border-left: 2px solid #2969a9;
  border-color: #262e6e;
}
.checkout .bx-price-old {
  text-decoration: line-through;
}
.checkout .bx-soa-sidebar {
  display: none;
}
#bx-composite-banner {
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  right: 10px;
}
#bx-composite-banner a {
  background-color: #262e6e !important;
}
.demo_request_form {
  position: fixed;
  z-index: 1045;
  top: 275px;
  left: -425px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 0 10px #cacaca;
  -moz-box-shadow: 0 0 10px #cacaca;
  box-shadow: 0 0 10px #cacaca;
}
.demo_request_form .demo_request_form_label {
  position: absolute;
  background-color: #262e6e;
  right: -119px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(-90deg);
  width: 200px;
  height: 38px;
  margin-top: 81px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.demo_request_form .demo_request_form_body {
  padding: 0 25px 15px;
  width: 425px;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.demo_request_form .demo_request_form_body .demo_request_form_title {
  padding: 15px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  border-bottom: 1px solid #e0e0e0;
}
.demo_request_form .form.form_modal .form_fields > li > label {
  width: 60px;
}
.demo_request_form .form.form_modal .form_fields > li > .legal + label {
  width: initial;
}
.demo_request_form .form.form_modal .btn_wrapper {
  margin: 15px 0 10px 0;
  text-align: center;
}
.demo_request_form.open {
  left: 0;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both ;
  animation-fill-mode: both ;
}
.main-user-consent-request-popup-header {
  position: relative;
  margin: 20px 20px 0 20px;
  display: block;
  padding: 10px 0 20px;
  color: #30353a;
  border-bottom: 1px solid #dbd0d0;
  font: bold 22px/24px 'Montserrat', sans-serif;
}
.main-user-consent-request-popup-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 20px 20px 20px;
}
.main-user-consent-request-popup-text {
  padding: 9px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #d6d6d6;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
}
.main-user-consent-request-popup-button {
  height: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  text-transform: none;
  font: normal 14px/14px 'Montserrat', sans-serif;
}
.main-user-consent-request-popup-button-acc {
  background-color: #262e6e;
  color: #ffffff;
}
.main-user-consent-request-popup-button-acc:hover {
  background-color: #262e6e;
  color: #ffffff;
}
.main-user-consent-request-popup-button-rej {
  border: 1px solid #2f3f56;
  color: #262e6e;
  border-color: #262e6e;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main-user-consent-request-popup-button-rej:hover {
  background-color: #262e6e;
  color: #ffffff;
}
.main-user-consent-request-popup-button:hover {
  text-decoration: none;
}
.grid_9 .container_12 {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */
.footer_info {
  margin-left: 1%;
  margin-right: 1%;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  color: #9da2a8;
  display: block;
  margin-bottom: 20px;
}

.filter_wrapper.vertical {
  /*overflow-y: scroll;
  height: 100%;*/
}

.get-gift{
    width: calc(100% - 60px);
    max-width: 500px;
    margin: 20px auto;
    border: 1px solid #e1e5e9;
    border-radius: 3px 3px 3px 3px;
    padding: 30px;
}
  .get-gift__title{
    text-align: center;
  }
    .get-gift__title h2{
      font-size: 25px;
      font-weight: 700;
      line-height: 32px;
      display: inline-block;
      color: #30353a;
      margin-bottom: 10px;
    }
  .get-gift__body{}
    .get-gift__body .btn_wrapper{
      margin: 10px !important;
    }
    .get-gift__body .btn_wrapper input{
      width: 100%;
    }


header menu.menu2 > ul ul.catalog li ul, header menu.menu3 > ul ul.catalog li ul,
.menu2 .grey{
  background: #fff !important;
}
@media (max-width: 719px) {
  header.header5 .search_wrapper{
    display: inline-block !important;
  }
  header.header5 .second_header_flex .search_wrapper{
    width: 100% !important;
      margin: 0 10px 10px !important;
  }
  .mobile_nav_wrapper .search_wrapper{
    display: none !important;
  }
}

@media (max-width: 480px){
  header.header5 .logo_wrapper .logo-mobile{

  }
  header.header5 .logo_wrapper{
    margin: 10px 10px !important;
  }
  header.header5 .logo_wrapper .logo {

  }
  .second_header_flex{
    flex-wrap: wrap;
  }
  
}