@charset "UTF-8";

h2,
h4 {
  text-transform: uppercase;
}

body,
input {
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
}

.btn,
ul {
  padding: 0;
}

.header_phone,
.righ_txt {
  text-align: right;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

#top-panel li a,
a,
a:focus,
a:hover,
footer .righ_txt a.krayt:hover {
  text-decoration: none;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/roboto-regular.eot);
  src:
    url(fonts/Roboto/roboto-regular.eot) format("embedded-opentype"),
    url(fonts/Roboto/roboto-regular.woff2) format("woff2"),
    url(fonts/Roboto/roboto-regular.woff) format("woff"),
    url(fonts/Roboto/roboto-regular.ttf) format("truetype"),
    url(fonts/Roboto/roboto-regular.svg#Roboto) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/roboto-light.eot);
  src:
    url(fonts/Roboto/roboto-light.eot) format("embedded-opentype"),
    url(fonts/Roboto/roboto-light.woff2) format("woff2"),
    url(fonts/Roboto/roboto-light.woff) format("woff"),
    url(fonts/Roboto/roboto-light.ttf) format("truetype"),
    url(fonts/Roboto/roboto-light.svg#Roboto) format("svg");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto/roboto-bold.eot);
  src:
    url(fonts/Roboto/roboto-bold.eot) format("embedded-opentype"),
    url(fonts/Roboto/roboto-bold.woff2) format("woff2"),
    url(fonts/Roboto/roboto-bold.woff) format("woff"),
    url(fonts/Roboto/roboto-bold.ttf) format("truetype"),
    url(fonts/Roboto/roboto-bold.svg#Roboto) format("svg");
  font-weight: 600;
}

@font-face {
  font-family: FiraSans;
  src: url(fonts/FiraSans/firasans_light.eot);
  src:
    url(fonts/FiraSans/firasans_light.eot) format("embedded-opentype"),
    url(fonts/FiraSans/firasans_light.woff2) format("woff2"),
    url(fonts/FiraSans/firasans_light.woff) format("woff"),
    url(fonts/FiraSans/firasans_light.ttf) format("truetype"),
    url(fonts/FiraSans/firasans_light.svg#firasans_light) format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "Material Design Icons";
  src: url(fonts/Material_icon/materialdesignicons-webfont.eot);
  src:
    url(fonts/Material_icon/materialdesignicons-webfont.eot?) format("embedded-opentype"),
    url(fonts/Material_icon/materialdesignicons-webfont.woff2) format("woff2"),
    url(fonts/Material_icon/materialdesignicons-webfont.woff) format("woff"),
    url(fonts/Material_icon/materialdesignicons-webfont.ttf) format("truetype"),
    url(fonts/Material_icon/materialdesignicons-webfont.svg#materialdesigniconsregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

::-moz-selection {
  background: #f44336;
  color: #fff;
}

::selection {
  background: #f44336;
  color: #fff;
}

body {
  background: #fff;
  color: #000;
  height: 100%;
  position: relative;
}

.container-fluid {
  max-width: 1210px;
}

a {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

h1 {
  margin: 0 0 35px;
  font-size: 24px;
}

h2 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn,
p,
ul {
  margin: 0;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

li {
  list-style: none;
}

input {
  border: 0;
  outline: 0;
}

.clear_both {
  clear: both;
}

.btn {
  border-radius: 2px;
  display: block;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.btn:active {
  box-shadow: none;
}

.static_page ul {
  padding-left: 15px;
  max-width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.static_page ul li:before {
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F12F";
  font-size: 8px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  color: #f44336;
}

.btn_blue,
.btn_blue:focus,
.btn_blue:hover,
.btn_green,
.btn_green:focus {
  color: #fff;
}

.static_page .select_text {
  background-color: #eee;
  padding: 20px 20px 20px 25px;
  position: relative;
  margin: 15px 0;
}

.static_page .select_text:before {
  content: " ";
  display: block;
  width: 4px;
  background-color: #f44336;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}

section.about {
  border: 0;
}

.about-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 40px;
}

.about-header__title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-header__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #aaa;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
}

.about-block__text {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  padding-top: 4px;
}

.about-block__image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.about-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 340px;
  transition: transform 0.5s ease;
}

.about-block__image:hover img {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .about-header__title {
    font-size: 28px;
  }

  .about-block {
    gap: 30px;
  }

  .about-block__image img {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .about-header {
    padding: 40px 0 30px;
  }

  .about-header__title {
    font-size: 24px;
  }

  .about-block {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }


  .about-block--reverse .about-block__image {
    order: 2;
  }

  .about-block--reverse .about-block__text {
    order: 1;
  }

  .about-block__image img {
    min-height: 220px;
    max-height: 350px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  .about-header {
    padding: 30px 0 24px;
  }

  .about-header__title {
    font-size: 20px;
  }

  .about-header__link {
    font-size: 13px;
  }

  .about-block__text {
    font-size: 14px;
  }

  .about-block__image img {
    min-height: 180px;
    max-height: 280px;
  }

  .image-label__text {
    font-size: 14px;
  }
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.page-title {
  font-size: 28px;
  font-weight: 700;
}

.btn-catalog {
  background-color: #3d4a5a;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.btn-catalog:hover {
  background-color: #2c3e50;
  color: #fff;
}

.text-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.text-column p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

.image-section {
  margin: 40px 0;
  width: 100%;
}

.image-section img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.bottom-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.bottom-text p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 15px;
}

.bottom-list ul {
  list-style: none;
  padding: 0;
}

.bottom-list li, .bottom-list p {
  font-size: 15px;
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}

.bottom-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3d4a5a;
  font-weight: bold;
}


@media (max-width: 768px) {

  .header-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-title {
    font-size: 24px;
  }

  .text-columns,
  .bottom-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .text-column p,
  .bottom-text p,
  .bottom-list li,
  .bottom-list p {
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 22px;
  }

  .btn-catalog {
    padding: 10px 20px;
    font-size: 13px;
  }
}

.btn_blue {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  background-color: #f44336;
}

.btn_blue:hover {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.4);
  background-color: #fa4c3f;
}

.btn_blue:active {
  background-color: #ed3022;
}

.btn_green {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  background-color: #f44336;
}

.btn_green:hover {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.4);
  background-color: #fa4c3f;
  color: #fff;
}

.btn_green:active {
  background-color: #ed3022;
}

.btn_white {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  color: #666;
}

#top-panel #auth_form a:hover,
#top-panel li a:hover {
  color: #f44336;
}

.btn_white:hover {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.4);
  background-color: #f5f5f5;
}

.header_panel .btn_catalog .btn_blue,
.header_panel .btn_green {
  box-shadow: none;
}

.btn_white:active {
  background-color: #e0e0e0;
}

main {
  padding-bottom: 50px;
  min-height: 620px;
  position: relative;
}

.background {
  position: fixed;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

#top-panel,
.header_panel {
  background-color: #f7df10;
}

#top-panel {
  font-size: 14px;
}

#top-panel ul {
  position: relative;
  float: left;
}

#top-panel li {
  float: left;
}

#top-panel li:last-child {
  margin-right: 0;
}

#top-panel li:first-child a {
  padding-left: 0;
}

#top-panel li a {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  color: #000;
}

.header_panel .mobile_menu,
.header_phone br {
  display: none;
}

#top-panel li a:active {
  color: #ed3022;
}

#top-panel li a.selected {
  color: #f44336;
  cursor: default;
}

#top-panel #auth_form {
  float: right;
  line-height: 40px;
  position: relative;
}

#top-panel #auth_form .login-ico {
  width: 10px;
  height: 10px;
  background-position: -2px -174px;
  margin: 0 -35px -1px 0;
}

#top-panel #auth_form a {
  margin-left: 10px;
  color: #000;
}

#top-panel #auth_form a:active,
a.site-logo,
a.site-logo:link {
  color: #000;
}

#top-panel #auth_form a:first-child {
  margin: 0;
}

#top-panel #auth_form a:before {
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.header {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-logo {
  font-family: FiraSans;
  font-size: 48px;
  line-height: 52px;
  color: #f44336;
}

a.site-logo:hover {
  color: #f44336;
}

.site-logo span {
  color: #f44336;
  margin-left: -3px;
}

.header_phone {
  font-size: 24px;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (max-width: 550px) {
  .header_phone {
    display: none;
  }
}

.ec-left {
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.ec-left .ec_comments_new_buttons {
  padding: 0 15px;
}

.header_panel {
  height: 50px;
}

.header_panel .btn {
  border-radius: 0;
}

.header_panel .btn_catalog {
  width: 250px;
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 0;
  position: relative;
}

.header_panel .btn_catalog .mdi.mdi-menu {
  color: #f44336;
}

.header_panel .btn_catalog .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
  font-size: 18px;
  background-color: #f7df10;
  color: #000;
}

.header_panel .btn_catalog .btn:hover {
  background-color: #fae84b;
}

.header_panel .btn_catalog .btn:active {
  background-color: #facc13;
}

.header_panel .btn_catalog i {
  font-size: 28px;
  position: relative;
  top: 4px;
  left: -17px;
}

.header_panel .btn_catalog ul i {
  top: 50%;
  left: 90%;
  position: absolute;
  color: #f44336;
  font-size: 20px;
  margin-top: -15px;
}

.header_panel .btn_catalog ul li:hover i {
  color: #fff;
}

.header_panel #search {
  padding-right: 0;
  float: right;
  width: calc(100% - 275px);
}

.header_panel #search form {
  padding-top: 8px;
  position: relative;
}

.header_panel #search form input {
  width: 100%;
  height: 35px;
  padding-left: 15px;
}

.header_panel #search form input:focus i.mdi-magnify {
  color: #f44336;
}

.header_panel #search form i {
  background: #fff;
  position: absolute;
  font-size: 27px;
  right: 5px;
  top: 11px;
  line-height: 32px;
  color: #9e9e9e;
}

.header_panel #search form:hover i {
  color: #f44336;
}

.header_panel #search form:active i {
  color: #ed3022;
}

.header_panel #search .btn_search {
  width: 35px;
  right: 0;
  position: absolute;
  top: 8px;
  z-index: 2;
  opacity: 0;
  padding-left: 2px;
}

.header_panel .btns_header {
  float: right;
}

.header_panel .btn_compare {
  float: left;
  height: 50px;
  padding: 0;
  width: 50%;
  position: relative;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.header_panel .btn_compare .btn {
  line-height: 49px;
}

.header_panel .btn_compare .btn a {
  color: #000;
  font-size: 16px;
  display: block;
}

.header_panel .btn_compare .btn .mdi {
  color: #f44336;
  font-size: 21px;
  position: relative;
  top: 2px;
  right: 10px;
}

.header_panel .btn_compare:hover {
  background-color: #fae84b;
}

.header_panel .btn_compare:active {
  background-color: #facc13;
}

.header_panel .btn_compare .bx_catalog_compare_form {
  box-shadow: 0 1px 5px 0 rgba(124, 124, 124, 0.75);
  position: absolute;
  z-index: 100;
  width: 370px;
  right: 0;
  background-color: #fff;
  max-height: 360px;
}

.header_panel .btn_compare .bx_catalog_compare_form.open {
  visibility: visible;
  opacity: 1;
}

.header_panel .btn_compare .bx_catalog_compare_form .jspContainer {
  margin-bottom: -1px;
}

.header_panel .btn_compare .bx_catalog_compare_form .jspContainer .jspVerticalBar {
  width: 3px;
}

.header_panel .btn_compare .bx_catalog_compare_form .jspContainer .jspDrag {
  opacity: 1;
  width: 3px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  border-radius: 0;
}

.header_panel .btn_compare .bx_catalog_compare_form .jspContainer .jspPane {
  width: 100% !important;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.header_panel .btn_compare .bx_catalog_compare_form li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.header_panel .btn_compare .bx_catalog_compare_form li a {
  color: #000;
  text-decoration: none;
}

.header_panel .btn_compare .bx_catalog_compare_form li a:hover {
  color: #f44336;
}

.header_panel .btn_compare .bx_catalog_compare_form li a:active {
  color: #ed3022;
}

.header_panel .btn_compare .bx_catalog_compare_form li a .compare_item_img {
  float: left;
  margin-right: 10px;
  width: 65px;
}

.header_panel .btn_compare .bx_catalog_compare_form li a .compare_item_img img {
  margin: 0 auto;
  display: block;
}

.header_panel .btn_compare .bx_catalog_compare_form li a .compare-prod-name {
  max-height: 60px;
  overflow: hidden;
}

.header_panel .btn_compare .bx_catalog_compare_form li.btn-item {
  padding: 0;
}

.header_panel .btn_compare .bx_catalog_compare_form li.btn-item a {
  color: #fff;
  text-align: center;
  background-color: #f44336;
  padding: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.header_panel .btn_compare .bx_catalog_compare_form li.btn-item a:hover {
  background-color: #fa4c3f;
}

.header_panel .btn_compare .bx_catalog_compare_form li.btn-item a:active {
  background-color: #ed3022;
}

.header_panel .btn_compare .bx_catalog_compare_form li.btn-item a.disabled {
  background-color: #eee;
  color: #000;
}

.header_panel .btn_compare .bx_catalog_compare_form li.btn-item a.disabled:hover {
  cursor: default;
}

.header_panel .btn_compare .bx_catalog_compare_form .btn {
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
}

@media only screen and (max-width: 540px) {
  .header_panel .btn_compare .bx_catalog_compare_form {
    width: 300px !important;
    right: -70px;
  }
}

.header_panel .btn_basket {
  float: left;
  width: 50%;
  height: 50px;
  padding: 0;
}

.header_panel .btn_basket .btn {
  font-size: 16px;
  background-color: #f7df10;
  color: #000;
}

.header_panel .btn_basket .btn:hover,
.header_panel .btn_compare .btn:hover {
  background-color: #fae84b;
}

.header_panel .btn_basket .btn:active,
.header_panel .btn_compare .btn:active {
  background-color: #facc13;
}

.header_panel .btn_basket .btn .mdi.mdi-cart {
  color: #f44336;
}

.header_panel .btn_basket a {
  line-height: 48px;
  height: inherit;
  color: #fff;
  font-size: 14px;
}

.header_panel .btn_basket a i {
  font-size: 21px;
  position: relative;
  top: 3px;
  right: 10px;
}

.bx-touch .bx-basket-item-list {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .bx-basket-item-list {
    display: none !important;
  }
}

.btn_catalog .catalog-menu {
  /*overflow: hidden;*/
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  opacity: 0;
}

.btn_catalog .catalog-menu > li {
  position: relative;
}

.btn_catalog .catalog-menu > li a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: block;
}

.btn_catalog .catalog-menu > li a.root-item-selected {
  color: #f44336;
}

.btn_catalog .catalog-menu > li > a {
  padding: 10px 0 10px 10px;
  -webkit-transition: none;
  transition: none;
}

.btn_catalog .catalog-menu > li:hover {
  background-color: #fae84b;
}

.btn_catalog .catalog-menu > li:hover > a {
  color: #000;
}

.btn_catalog .catalog-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.btn_catalog .catalog-menu > li:active {
  background-color: #facc13;
}

.btn_catalog .catalog-menu > li > ul {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding-bottom: 7px;
}

.btn_catalog .catalog-menu > li > ul > li > a {
  padding: 10px;
}

.btn_catalog .catalog-menu > li > ul > li > a:hover {
  color: #f44336;
}

.btn_catalog .catalog-menu > li > ul > li > a:active {
  color: #facc13;
}

.btn_catalog .catalog-menu > li > ul .lvl-3 li:hover a,
.btn_catalog .catalog-menu > li > ul > li > a.item-selected {
  color: #f44336;
}

.btn_catalog .catalog-menu > li > ul .lvl-3 {
  padding-left: 10px;
}

.btn_catalog .catalog-menu > li > ul .lvl-3 li:active a {
  color: #facc13;
}

.btn_catalog .catalog-menu > li > ul .lvl-3 a {
  color: #9e9e9e;
  padding-left: 10px;
}

.btn_catalog .catalog-menu > li > ul .lvl-3 a.item-selected {
  color: #f44336;
}

.btn_catalog:hover .catalog-menu {
  visibility: visible;
  opacity: 1;
}

.index_cat_menu {
  width: 251px;
  height: 460px;
  float: left;
}

.index_cat_menu .lvl-2 {
  display: none;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 100%;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.index_cat_menu ul.catalog-menu .lvl-2 {
  display: block;
  box-shadow: 2px 2px 2px 2px rgba(150, 150, 150, 0.3);
}

.index_cat_menu ul.catalog-menu > li:hover > a {
  color: #000;
  background: #fae84b;
}

.index_cat_menu ul.catalog-menu > li:active > a {
  color: #000;
  background: #facc13;
}

.index_cat_menu .lvl-2 > li > a {
  color: #000;
  padding: 7px 15px;
  display: block;
}

.index_cat_menu .lvl-2 > li > a:hover {
  color: #f44336;
}

.index_cat_menu .lvl-2 > li > a:active {
  color: #ed3022;
}

.index_cat_menu .lvl-3 a {
  color: #9e9e9e;
  padding: 0 25px;
}

.index_cat_menu .lvl-3 a:hover {
  color: #f44336;
}

.index_cat_menu .lvl-3 a:active {
  color: #ed3022;
}

.index_cat_menu .catalog-menu > li {
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  border-left: 1px solid #e8e9ec;
  border-right: 1px solid #e8e9ec;
}

.index_cat_menu .catalog-menu > li i {
  position: absolute;
  right: 10px;
  color: #f44336;
  font-size: 20px;
  top: 50%;
  margin-top: -14px;
}

.index_cat_menu .catalog-menu > li > a {
  display: block;
  width: calc(100% + 1px);
  margin-left: -1px;
  padding: 15px 20px 15px 10px;
  color: #000;
  -webkit-transition: initial;
  transition: initial;
}

.index_cat_menu .catalog-menu > li:hover > a {
  color: #fff;
  background: #f44336;
}

.index_cat_menu .catalog-menu > li:hover i {
  color: #fff;
}

.index_cat_menu .catalog-menu > li:hover .lvl-2 {
  visibility: visible;
  opacity: 1;
}

.index_cat_menu .catalog-menu > li:active > a {
  color: #fff;
  background: #ed3022;
}

.owl-carousel .item,
.slaider_block .owl-carousel .item {
  background-size: cover;
  background-position: center center;
}

.index_cat_menu .catalog-menu > li:active i {
  color: #fff;
}

.slaider_block {
  width: calc(100% - 251px);
  float: left;
  padding-top: 25px;
  padding-left: 25px;
}

.slaider_block .owl-carousel .item {
  display: table;
}

.slaider_block .owl-carousel .item .content {
  display: table-cell;
  height: 435px;
  vertical-align: middle;
  padding: 0 20px 0 60%;
  float: initial;
  width: 350px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .item {
  width: 100%;
  height: 435px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  margin: 0 8px;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #f44336;
}

.owl-carousel .content {
  float: right;
  width: 350px;
  padding-top: 40px;
}

.owl-carousel .content h1 {
  font-size: 60px;
  margin-bottom: 0;
}

.owl-carousel .content p {
  padding-top: 35px;
  font-size: 16px;
}

.company_advantages .item p,
.owl-carousel .content .btn {
  font-size: 14px;
  text-transform: uppercase;
}

.owl-carousel .content .btn {
  width: 145px;
  height: 40px;
  border-radius: 1px;
  line-height: 40px;
  margin-top: 30px;
}

.company_advantages {
  margin-top: 25px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.company_advantages h2 {
  width: 250px;
  float: left;
  background: #f44336;
  height: 120px;
  color: #fff;
  padding: 20px;
  margin: 0;
  line-height: 30px;
}

.company_advantages .list_option {
  width: calc(100% - 250px);
  float: left;
  padding-left: 25px;
}

.company_advantages .item {
  text-align: left;
  height: 120px;
  display: table;
}

.company_advantages .item .wrp {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: left center;
  padding-left: 70px;
}

.gide > ul > li a,
.news .item a,
.news_main .item a,
.news_navigation .prev_next a i {
  display: block;
}

.company_advantages .item .advantages_img {
  min-height: 60px;
  float: left;
  width: 30%;
}

.news .item,
.news_main .item {
  margin-top: 40px;
  height: 125px;
  overflow: hidden;
  padding: 0;
}

.news .item:nth-child(1),
.news .item:nth-child(2),
.news h2,
.news_main .item:nth-child(1),
.news_main .item:nth-child(2) {
  margin-top: 0;
}

.news .item .news_img,
.news_main .item .news_img {
  height: 125px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news .item .news_img img,
.news_main .item .news_img img {
  width: 100%;
}

.news .item .news_content,
.news_main .item .news_content {
  padding-left: 15px;
}

.news .item .news_content span,
.news_main .item .news_content span {
  font-size: 12px;
}

.news .item .news_content h3,
.news_main .item .news_content h3 {
  color: #f44336;
  padding: 5px 0 0;
  height: 42px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 7px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.news .item .news_content h3:active,
.news .item .news_content h3:hover,
.news_main .item .news_content h3:active,
.news_main .item .news_content h3:hover {
  color: #ed3022;
}

.news_detail {
  position: relative;
}

.news_detail .news_img {
  height: 245px;
  background-position: center center;
  background-size: cover;
  margin: 0 30px 0 0;
  width: 30%;
  float: left;
}

.news_detail p {
  padding-bottom: 20px;
}

.news_detail p:last-child {
  padding-bottom: 0;
}

.news_detail span {
  float: left;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 10px;
  color: #9e9e9e;
}

.news_detail h2 {
  font-size: 24px;
  text-transform: initial;
  margin-top: 0;
}

.news_navigation {
  margin-top: 40px;
}

.news_navigation .prev_next {
  position: relative;
  height: 32px;
}

.news_navigation .prev_next a {
  position: absolute;
}

.news_navigation .prev_next a span {
  line-height: 32px;
  color: #f44336;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.news_navigation .prev_next a.prev {
  left: 0;
}

.news_navigation .prev_next a.prev i {
  float: left;
}

.news_navigation .prev_next a.prev span {
  padding-left: 15px;
}

.news_navigation .prev_next a.next {
  right: 0;
}

.news_navigation .prev_next a.next i {
  float: right;
}

.news_navigation .prev_next a.next span {
  padding-right: 15px;
}

.news_navigation .prev_next a i:before {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #eee;
  color: #f44336;
  font-size: 28px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

aside .head a,
aside .head i {
  line-height: 55px;
  color: #fff;
}

.news_navigation .prev_next a:hover i:before {
  background-color: #f44336;
  color: #fff;
}

.news_navigation .prev_next a:hover span {
  color: #ed3022;
}

.news_navigation .prev_next a:hover:active i:before {
  background-color: #ed3022;
  color: #fff;
}

.news_navigation .prev_next a:hover:active span {
  color: #ed3022;
}

.gide {
  border: 1px solid #eee;
  padding: 25px 30px 35px;
  margin-bottom: 45px;
}

.gide > ul > li {
  float: left;
  width: 33%;
  padding-top: 55px;
  padding-right: 10px;
}

.gide > ul > li:nth-child(3n + 4) {
  clear: both;
}

.gide > ul > li:nth-child(1),
.gide > ul > li:nth-child(2),
.gide > ul > li:nth-child(3) {
  padding-top: 0;
}

.gide > ul > li a {
  color: #f44336;
  max-width: 310px;
  font-size: 15px;
}

.gide > ul > li a:active,
.gide > ul > li a:hover {
  color: #ed3022;
}

.gide > ul > li ul {
  padding-top: 30px;
}

.gide > ul > li ul li a {
  color: #9e9e9e;
  font-size: 14px;
}

.gide > ul > li ul li a:hover {
  color: #f44336;
}

.gide > ul > li ul li a:active {
  color: #ed3022;
}

.categories_main {
  padding-top: 20px;
}

.categories_main .owl-carousel_1 .owl-stage-outer {
  padding: 15px;
  margin: -15px;
}

.categories_main .owl-carousel_1 .owl-item {
  max-width: 279px;
}

.categories_main .item {
  height: 170px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 160px auto;
  -webkit-transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
}

.categories_main .item:hover {
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2);
}

.categories_main .item a {
  color: #000;
  display: block;
  height: inherit;
  width: inherit;
}

footer,
footer .footer-menu li a {
  color: #fff;
}

aside,
aside .head {
  position: fixed;
  width: 280px;
  top: 0;
  -webkit-transition: ease-out 0.2s;
  left: -280px;
}

.categories_main .item h3 {
  display: table-cell;
  padding-left: 150px;
  vertical-align: middle;
  height: inherit;
}

footer {
  background-color: #263238;
}

footer .footer_info {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #687074;
}

footer .footer-menu {
  list-style: none;
  margin: 0 0 0 -15px;
  display: inline-block;
}

footer .footer-menu li {
  padding: 0 8px;
  display: inline-block;
}

footer .footer-menu li:first-child {
  padding-left: 0;
}

footer .footer-menu li a:hover {
  color: #f44336;
}

footer .footer-menu li a:active {
  color: #ed3022;
}

footer .footer-menu li a.selected {
  color: #f44336;
  cursor: default;
}

footer .righ_txt {
  margin-right: -15px;
  float: right;
}

footer .righ_txt a {
  color: #f44336;
}

footer .righ_txt a:active,
footer .righ_txt a:hover {
  color: #ed3022;
}

footer .righ_txt a.krayt:hover {
  color: #f44336;
}

footer .righ_txt a.krayt:active {
  color: #ed3022;
}

footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .copyright a {
  color: #fff;
}

footer .copyright .company_name {
  margin-left: -15px;
}

aside {
  height: 100%;
  transition: ease-out 0.2s;
  overflow: auto;
  background: #fff;
  z-index: 11;
}

aside:focus {
  outline: initial;
}

aside .head {
  height: 55px;
  background: #f44336;
  padding: 0 20px;
  z-index: 5;
  transition: ease-out 0.2s;
}

aside .head a {
  font-size: 26px;
}

aside .head i {
  position: absolute;
  right: 10px;
  font-size: 20px;
}

aside .content {
  padding-top: 55px;
}

aside .content .menu {
  display: none;
}

aside .content #auth_form {
  display: none;
  padding: 10px 20px;
  border-bottom: 1px solid #e8e9ec;
}

aside .content #auth_form a {
  display: block;
  padding: 10px 15px 10px 0;
  color: #000;
}

aside .content #auth_form a:before {
  display: none;
}

aside .content #search {
  display: none;
  padding: 20px;
}

aside .content #search form {
  position: relative;
}

aside .content #search form i {
  position: absolute;
  top: 7px;
  font-size: 20px;
  right: 10px;
  color: #f44336;
}

aside .content #search input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e8e9ec;
}

aside .content #search input.btn_search {
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
}

aside .content .catalog-menu,
aside .content .menu {
  padding: 10px 20px;
  border-bottom: 1px solid #e8e9ec;
}

aside .content .catalog-menu > li,
aside .content .menu > li {
  position: relative;
}

aside .content .catalog-menu > li > a,
aside .content .menu > li > a {
  padding: 10px 15px 10px 0;
  display: block;
  color: #000;
}

aside .content .catalog-menu > li > i,
aside .content .menu > li > i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  color: #f44336;
}

aside .content .lvl-2 {
  position: fixed;
  left: -280px;
  top: 0;
  width: 280px;
  background: #fff;
  height: 100%;
  z-index: 4;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  padding: 95px 0 10px;
  overflow: auto;
}

aside .content .lvl-2.open {
  left: 0;
}

aside .content .lvl-2 > li > a {
  padding: 10px 15px;
  display: block;
  color: #000;
}

aside .content .lvl-3,
aside .jspVerticalBar {
  display: none;
}

aside .content .lvl-2 .back {
  position: absolute;
  top: 70px;
  left: 10px;
  font-size: 13px;
}

aside .content .lvl-2 .back i {
  font-style: normal;
}

aside .content .lvl-2 .back i:before {
  color: #f44336;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

aside.open,
aside.open .head {
  left: 0;
}

aside .jspPane {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  margin-left: 0 !important;
}

.products_main {
  /* background-color: #f7f8fc;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1) inset; */
  padding-bottom: 30px;
  margin-top: 30px;
}
.products_main .tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-around;

}

.products_main .tags a {
  background-color: transparent;
  color: #222;
  border: 2px solid#f8efd1;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 220px;
  width: 100%;
  gap: 1.4rem;
  font-size: 16px;
}
.products_main .tags img {
  border-radius: 10px;
  max-width: 100%;
  height: 140px;
  object-fit: contain;
}
 
.products_main h2 {
  position: relative;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 131%;
}

/* .products_main h2:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  bottom: 3px;
  width: 100%;
  right: 0;
} */

.products_main h2 span {
  background-color: #f7f8fc;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .products_main .tags {
   justify-content: start;

}
  .products_main .tags a {
    max-width: calc(20% - 1.4rem);
    width: 225px;
  }
}

.owl-carousel_similar .item,
.product_list .item,
.product_list_recomended .item {
  height: 390px;
  float: left;
  box-shadow: 0 0 0 0 transparent;
  padding: 0 20px;
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
  -webkit-transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  background-color: #fff;
}

.owl-carousel_similar .item:hover,
.product_list .item:hover,
.product_list_recomended .item:hover {
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.owl-carousel_similar .item .product_img,
.product_list .item .product_img,
.product_list_recomended .item .product_img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 10px;
}

.owl-carousel_similar .item h3,
.product_list .item h3,
.product_list_recomended .item h3 {
  color: #000;
  line-height: 20px;
  margin: 0;
  height: 65px;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
}

.owl-carousel_similar .item .price,
.product_list .item .price,
.product_list_recomended .item .price {
  font-size: 18px;
  color: #f44336;
  font-weight: 600;
  padding-top: 5px;
  white-space: nowrap;
  float: left;
}

.owl-carousel_similar .item .price span,
.product_list .item .price span,
.product_list_recomended .item .price span {
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 10px;
  font-weight: 400;
}

.owl-carousel_similar .rating,
.product_list .rating,
.product_list_recomended .rating {
  height: 30px;
  padding-top: 10px;
}

.section_line.bx_catalog_tile_ul {
  background: #f7f8fc;
  padding: 30px 0;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1) inset;
}

.item-list .section_info_block,
.section_element .section_info_block {
  height: 390px;
  padding-right: 0;
}

.item-list .section_info_block .section_img,
.section_element .section_info_block .section_img {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  position: relative;
}

.item-list .section_info_block .section_img:after,
.section_element .section_info_block .section_img:after {
  content: " ";
  display: block;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.1) 70%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.1) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  opacity: 1;
}

.item-list .section_info_block h2,
.section_element .section_info_block h2 {
  background-color: initial;
  color: #fff;
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  padding-right: 10px;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 0;
  height: 55px;
  overflow: hidden;
}

.item-list .section_info_block .link,
.section_element .section_info_block .link {
  position: absolute;
  left: 0;
  bottom: 15px;
  padding-left: 15px;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.item-list .section_info_block .link:before,
.section_element .section_info_block .link:before {
  position: absolute;
  right: -15px;
  color: #f44336;
  top: 4px;
}

.item-list .section_info_block .link:hover,
.section_element .section_info_block .link:hover {
  color: #f44336;
}

.item-list .section_info_block .link:active,
.section_element .section_info_block .link:active {
  color: #ed3022;
}

.item-list .section_info_block a,
.section_element .section_info_block a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.item-list .section_info_block a:hover .section_img:after,
.section_element .section_info_block a:hover .section_img:after {
  opacity: 0.8;
}

@media only screen and (max-width: 991px) {
  aside .content #search {
    display: block;
  }

  .item-list .section_info_block,
  .section_element .section_info_block {
    height: 340px;
  }

  .item-list .section_info_block h2,
  .section_element .section_info_block h2 {
    line-height: 26px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .item-list .section_info_block,
  .section_element .section_info_block {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 620px) {
  .item-list .section_info_block,
  .section_element .section_info_block {
    height: 260px;
  }
}

.item-list .item,
.section_element .item {
  background: #fff;
  border-right: 1px solid #eee;
  height: 390px;
  padding-top: 0;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  box-sizing: border-box;
}

.item-list .item:last-child,
.section_element .item:last-child {
  border-right: 0;
}

.item-list .item a,
.section_element .item a {
  padding-top: 10px;
  display: block;
}

.item-list .item:hover,
.section_element .item:hover {
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.item-list .item .product_img,
.section_element .item .product_img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.item-list .item .rating,
.section_element .item .rating {
  padding-top: 10px;
}

.item-list .item .rating:after,
.section_element .item .rating:after {
  content: " ";
  display: block;
  clear: both;
}

.item-list .item h3,
.section_element .item h3 {
  color: #000;
  line-height: 20px;
  margin: 5px 0 0;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
}

.item-list .item .price,
.section_element .item .price {
  font-size: 18px;
  color: #f44336;
  font-weight: 600;
  padding-top: 5px;
  white-space: nowrap;
  padding-right: 30px;
}

.item-list .item .price span,
.section_element .item .price span {
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 1100px) {
  .item-list .item .price span,
  .section_element .item .price span {
    display: block;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .item-list .item,
  .section_element .item {
    height: 340px !important;
  }

  .item-list .item .product_img,
  .section_element .item .product_img {
    height: 170px;
  }
}

.item-list .item div.h3,
.section_element .item div.h3 {
  height: auto !important;
  margin: 8px 0 0 !important;
}

@media only screen and (max-width: 900px) {
  .item-list .item,
  .section_element .item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  aside .content #auth_form,
  aside .content .menu {
    display: block;
  }

  .item-list .item,
  .section_element .item {
    width: 33.33333333%;
  }
}

@media only screen and (max-width: 600px) {
  .item-list .item,
  .section_element .item {
    width: 50%;
  }

  .item-list .item h3,
  .section_element .item h3 {
    font-size: 13px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 424px) {
  .item-list .item,
  .section_element .item {
    width: 100%;
  }
}

.section_element {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .section_element .item {
    width: 25%;
  }
}

@media only screen and (max-width: 800px) {
  .section_element .item {
    display: none;
  }
}

.bg_section {
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 30px 0;
  background: #f7f8fc;
}

.item-list_list .item {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #e8e9ec;
  padding: 15px 0;
  -webkit-transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  background: #fff;
  position: relative;
}

.item-list_list .item:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.item-list_list .item:hover .item_list_img_hidden {
  display: block;
}

.item-list_list .item .product_img {
  height: 95px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.item-list_list .item h3 {
  font-size: 14px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  height: 95px;
}

.item-list_list .item h3 span {
  display: block;
  padding-top: 10px;
  color: #9e9e9e;
}

.item-list_list .item .price {
  font-size: 18px;
  color: #f44336;
  font-weight: 600;
  padding-top: 5px;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  height: 95px;
}

.item-list_list .item .price span {
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  font-weight: 400;
}

.item-list_list .item .rating {
  display: table-cell;
  vertical-align: middle;
  height: 95px;
}

.item-list_list .item_list_img_hidden {
  position: absolute;
  left: -225px;
  top: 50%;
  width: 210px;
  height: 170px;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: #fff;
  margin-top: -85px;
  display: none;
}

.item-list_list .item_list_img_hidden .triangle {
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  right: -24px;
  bottom: 50%;
  margin-bottom: -15px;
}

.item-list_list .item_list_img_hidden .triangle:after {
  content: " ";
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -10px;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: -11px;
  position: absolute;
  top: 0;
  background: #fff;
}

.bx_slide li span,
.star {
  background-repeat: no-repeat;
}

.item-list_list .item_list_img_hidden .img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .item-list_list .item_list_img_hidden {
    display: none !important;
  }
}

.bx-touch .item-list_list .item_list_img_hidden {
  display: none !important;
}

.item-list .item {
  height: 390px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}

.breadcrumbs .item,
.breadcrumbs .item i {
  padding-right: 15px;
}

.product_hit,
.product_new,
.product_sale {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  color: #fff;
}

.product_hit:after,
.product_new:after,
.product_sale:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 17px solid transparent;
  bottom: 0;
  right: -17px;
}

.bx_bigimages,
.bx_slider_conteiner {
  position: relative;
}

.star,
.star.empty {
  height: 13px;
  width: 13px;
}

.product_hit.right,
.product_new.right,
.product_sale.right {
  right: 0;
  left: initial;
}

.product_hit.right:after,
.product_new.right:after,
.product_sale.right:after {
  right: initial;
  left: -17px;
  border-left: 17px solid transparent;
  border-right: initial;
}

.product_new {
  background-color: #00bcd4;
}

.product_new:after {
  border-top: 30px solid #00bcd4;
}

.product_sale {
  background-color: #f44336;
  z-index: 2;
}

.product_sale:after {
  border-top: 30px solid #f44336;
}

.product_hit {
  background-color: #f7df10;
  text-align: initial;
  padding-left: 12px;
}

.product_hit:after {
  border-top: 30px solid #f7df10;
}

.star {
  float: left;
  display: block;
  background-image: url(images/stars.png);
  background-position: 0 0;
  margin-right: 2px;
  -webkit-transition: none;
  transition: none;
}

.star:hover {
  cursor: pointer;
}

.star.half {
  background-position: -14px 0;
}

.star.empty {
  background-position: -28px 0;
}

.star.empty.active {
  background-position: 0 0;
}

.breadcrumbs {
  margin-bottom: 25px;
  height: 30px;
  overflow: hidden;
  padding-top: 5px;
}

.breadcrumbs .item {
  display: inline-block;
  color: #9e9e9e;
  padding-top: 5px;
}

.breadcrumbs .item a {
  color: #000;
}

.breadcrumbs .item a:hover {
  color: #f44336;
}

.breadcrumbs .item a:active {
  color: #ed3022;
}

.block_img {
  padding-left: 0;
}

.wrp_big_img {
  display: table;
  width: 100%;
}

.bx_bigimages {
  width: 100%;
  height: 400px;
  margin: 0 !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bx_bigimages img {
  max-width: 100%;
  max-height: 100%;
}

.bx_slider_conteiner .bx_slide_left,
.bx_slider_conteiner .bx_slide_right {
  position: absolute;
  font: normal normal normal 24px/1 "Material Design Icons";
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  opacity: 0.6;
  top: 50%;
  margin-top: -10px;
}

.bx_slider_conteiner .bx_slide_left:before,
.bx_slider_conteiner .bx_slide_right:before {
  font-size: 30px;
}

.bx_slider_conteiner .bx_slide_left:hover,
.bx_slider_conteiner .bx_slide_right:hover {
  color: #f44336 !important;
  opacity: 0.8;
}

.bx_slider_conteiner .bx_slide_left:active,
.bx_slider_conteiner .bx_slide_right:active {
  color: #ed3022 !important;
  opacity: 1;
}

.bx_slider_conteiner .bx_slide_left.disabled,
.bx_slider_conteiner .bx_slide_right.disabled {
  display: none;
}

.bx_slider_conteiner .bx_slide_left {
  left: -10px;
}

.bx_slider_conteiner .bx_slide_left:before {
  content: "\F141";
}

.bx_slider_conteiner .bx_slide_right {
  right: -10px;
}

.bx_slider_conteiner .bx_slide_right:before {
  content: "\F142";
}

.bx_slider_scroller_container {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}

.bx_slide {
  margin: 10px -7px 0;
}

.bx_slide .detail_product_gallery {
  margin-left: auto !important;
}

.bx_slide .owl-stage {
  width: 100% !important;
}

.bx_slide ul {
  margin: 0 auto;
  width: 85%;
}

.info_main h1,
.small_header h1,
.small_header span {
  margin-bottom: 10px;
}

.bx_slide ul .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
  color: #f44336;
}

.bx_slide ul .owl-controls .owl-nav .owl-next,
.bx_slide ul .owl-controls .owl-nav .owl-prev {
  position: absolute;
  font: normal normal normal 24px/1 "Material Design Icons";
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  opacity: 0.8;
}

.bx_slide ul .owl-controls .owl-nav .owl-next:before,
.bx_slide ul .owl-controls .owl-nav .owl-prev:before {
  font-size: 30px;
}

.bx_slide ul .owl-controls .owl-nav .owl-next:hover,
.bx_slide ul .owl-controls .owl-nav .owl-prev:hover {
  color: #f44336;
  opacity: 1;
}

.bx_slide ul .owl-controls .owl-nav .owl-next:active,
.bx_slide ul .owl-controls .owl-nav .owl-prev:active {
  color: #ed3022;
  opacity: 1;
}

.bx_slide ul .owl-controls .owl-nav .owl-next.disabled,
.bx_slide ul .owl-controls .owl-nav .owl-prev.disabled {
  color: #bdbdbd;
  cursor: default;
}

.info_main .available_block .not_available.mdi-check-circle:before,
.info_main span {
  color: #9e9e9e;
}

.bx_slide ul .owl-controls .owl-nav .owl-prev {
  left: -35px;
}

.bx_slide ul .owl-controls .owl-nav .owl-prev:before {
  content: "\F141";
}

.bx_slide ul .owl-controls .owl-nav .owl-next {
  right: -35px;
}

.bx_slide ul .owl-controls .owl-nav .owl-next:before {
  content: "\F142";
}

.bx_slide li {
  float: left;
  padding: 0 7px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  cursor: pointer;
}

.bx_slide li .cnt_offers,
.bx_slide li span {
  -webkit-transition: ease-out 0.3s;
  width: 100%;
  display: block;
}

.bx_slide li a {
  width: 100%;
  display: block;
}

.bx_slide li a.zoomGalleryActive {
  border-color: #f44336;
}

.bx_slide li span {
  height: 85px;
  background-size: contain;
  background-position: center center;
  opacity: 0.7;
  transition: ease-out 0.3s;
}

.bx_slide li .zoomGalleryActive span,
.bx_slide li:hover span {
  opacity: 1;
}

.bx_slide li .cnt_offers {
  border: 1px solid #eee;
  padding: 7px;
  height: initial;
  cursor: pointer;
  transition: ease-out 0.3s;
}

.bx_slide li.bx_active .cnt_offers {
  border-color: #f44336;
}

.bx_slide li:hover .cnt_offers,
.bx_slide li:hover a {
  border-color: #f44336;
}

.bx_slide li:active .cnt_offers,
.bx_slide li:active a {
  border-color: #ed3022;
}

.zoomLens {
  border: 1px solid #f44336 !important;
  max-width: 373px !important;
}

.zoomWindow {
  margin-left: -15px;
  margin-top: -20px;
}

.small_header span {
  color: #9e9e9e;
  font-size: 13px;
  display: block;
}

.small_header .rating {
  margin-top: 10px;
}

.small_header .rating:after {
  clear: both;
  display: block;
  content: " ";
}

.info_main h1 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
}

.info_main .rating {
  padding-top: 10px;
  float: left;
  width: 100%;
}

.info_main .available_block {
  height: 55px;
  line-height: 55px;
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.info_main .available_block .mdi-check-circle:before {
  content: "\F5E0";
  font-size: 16px;
  position: relative;
  top: 1px;
  padding-right: 5px;
  color: #ff8c14;
}

.info_main .available_block .need_order:before {
  font-size: 16px;
  position: relative;
  top: 1px;
  padding-right: 5px;
  color: #f44336;
}

.info_main .scu_section {
  float: left;
  width: 100%;
  padding: 20px;
  background: #f7f8fc;
}

.info_main .scu_section:after {
  display: block;
  content: " ";
  clear: both;
}

.info_main .scu_section h5 {
  float: left;
  padding-right: 15px;
  margin: 0;
  line-height: 45px;
}

.info_main .scu_section .bx_item_detail_scu,
.info_main .scu_section .bx_item_detail_size {
  height: 45px;
  line-height: 45px;
  float: left;
  width: 50%;
}

@media only screen and (max-width: 786px) {
  .info_main .scu_section .bx_item_detail_scu,
  .info_main .scu_section .bx_item_detail_size {
    width: 100%;
  }
}

.info_main .scu_section ul {
  float: left;
  width: initial !important;
}

.info_main .scu_section ul.pic_item li {
  width: 40px !important;
  height: 40px;
  float: left;
  border-radius: 50%;
  padding: 5px !important;
  margin-right: 10px;
  cursor: pointer;
}

.info_main .scu_section ul.pic_item li.bx_active {
  border: 1px solid #f44336;
}

.info_main .scu_section ul.pic_item li span {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.info_main .scu_section .txt li {
  float: left;
  width: initial !important;
  padding-right: 15px;
  cursor: pointer;
}

.info_main .scu_section .txt li.bx_active {
  color: #f44336;
}

.info_main .additional_info .item h3,
.info_main .additional_info a {
  line-height: 40px;
  padding-left: 20px;
  color: #000;
  position: relative;
  height: 40px;
}

.info_main .additional_info {
  float: left;
  width: 100%;
}

.info_main .additional_info a {
  display: block;
  background-color: #f5f5f5;
}

.info_main .additional_info a.collapsed .mdi-plus {
  display: block;
}

.info_main .additional_info a .mdi-plus,
.info_main .additional_info a.collapsed .mdi-minus {
  display: none;
}

.info_main .additional_info a .mdi-minus {
  display: block;
}

.info_main .additional_info .item {
  margin-top: 5px;
  position: relative;
}

.info_main .additional_info .item h3 {
  font-size: 14px;
  display: block;
  background-color: #e8e9ec;
  margin: 0;
  cursor: pointer;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.info_main .additional_info .item:first-child {
  margin-top: 0;
}

.info_main .additional_info i {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 18px;
  color: #9e9e9e;
}

.info_main .additional_info i.open:before {
  content: "\F374";
}

.info_main .additional_info .item_content {
  border: 1px solid #eee;
  padding: 15px;
  display: none;
}

.info_main .additional_info .item_content h2 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #f44336;
}

.info_main .additional_info .item_content h2:first-child {
  margin-top: 0;
}

.info_main .additional_info .item_content p {
  margin-top: 10px;
  line-height: 18px;
}

.info_main .additional_info .item_content ul {
  padding-left: 15px;
  max-width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info_main .additional_info .item_content ul li:before {
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F12F";
  font-size: 8px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  color: #f44336;
}

.option_block .btn_buy:after,
.option_block .btn_not_buy:after,
.section_product_info:after {
  content: " ";
  display: block;
  clear: both;
}

.section_product_info {
  float: left;
  margin-top: 25px;
  width: 100%;
}

.option_block {
  width: 100%;
  background-color: #e8e9ec;
  min-width: 180px;
  float: right;
  padding: 30px 20px;
}

.option_block .price_block {
  float: left;
}

@media only screen and (max-width: 385px) {
  .option_block .price_block {
    float: initial;
  }
}

.option_block .price {
  font-size: 27px;
}

.option_block .old_price {
  font-size: 18px;
  color: #9e9e9e;
  text-decoration: line-through;
}

.option_block .btn {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 170px;
}

.option_block .btn.one_click {
  margin-left: 20px;
}

.option_block .btn_buy,
.option_block .btn_not_buy {
  position: relative;
  float: right;
  padding-right: 25px;
  width: 57%;
}

.option_block .btn_buy .on_basket .btn,
.option_block .btn_not_buy .on_basket .btn {
  height: 40px;
  line-height: 40px;
  position: absolute;
  display: block;
  width: 100%;
  cursor: default;
  z-index: 2;
}

.option_block .btn_buy .on_basket .btn:hover,
.option_block .btn_not_buy .on_basket .btn:hover {
  background-color: #f44336;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.option_block .btn_buy .on_basket .btn:active,
.option_block .btn_not_buy .on_basket .btn:active {
  background-color: #f44336;
}

.option_block .btn_buy .product-modal,
.option_block .btn_not_buy .product-modal {
  width: 170px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 50px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.option_block .btn_buy .product-modal span,
.option_block .btn_not_buy .product-modal span {
  padding-bottom: 15px;
  display: block;
}

.option_block .btn_buy .product-modal .btn,
.option_block .btn_not_buy .product-modal .btn {
  margin: 0;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  width: 100%;
}

.option_block .btn_buy .product-modal.open,
.option_block .btn_not_buy .product-modal.open {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1170px) {
  .option_block .btn_buy,
  .option_block .btn_not_buy {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .option_block .btn_buy .btn,
  .option_block .btn_not_buy .btn {
    float: initial;
    margin-left: 0;
  }

  .option_block .btn_buy .btn.one_click,
  .option_block .btn_not_buy .btn.one_click {
    margin-top: 20px;
  }
}

.option_block .btn_not_buy .not_av {
  background: initial;
  color: #9e9e9e;
  box-shadow: none;
  cursor: default;
}

.option_block .bx_bt_button_type_2 {
  background-color: initial;
  box-shadow: none;
  color: #9e9e9e;
  cursor: default;
}

.option_block .quantity {
  margin-top: 5px;
  float: left;
  padding-left: 25px;
}

.option_block .quantity span {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-color: #f7df10;
  cursor: pointer;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.option_block .quantity span:hover {
  background-color: #fae84b;
}

.option_block .quantity span:active {
  background-color: #facc13;
}

.option_block .quantity input {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  border: 1px sold;
}

@media only screen and (max-width: 385px) {
  .option_block .quantity {
    float: initial;
    padding-left: 0;
    margin-top: 15px;
  }
}

.option_block .compare-control {
  position: absolute;
  right: 0;
  float: left;
  bottom: 23px;
}

.option_block .compare-control span {
  display: none;
}

.option_block .compare-control .compare-control-input:not(checked) {
  position: absolute;
}

.option_block .compare-control .compare-control-input + label:before {
  top: 10px;
  background: initial;
}

.option_block .compare-control .compare-control-input:checked + label:before {
  color: #f44336;
}

@media only screen and (max-width: 500px) {
  .option_block .compare-control {
    position: relative;
    left: 0;
    margin-top: 10px;
    bottom: initial;
  }

  .option_block .compare-control .compare-control-input + label {
    position: relative;
  }

  .option_block .compare-control .compare-control-input + label:before {
    right: initial;
    left: 0;
  }

  .option_block .compare-control span {
    font-size: 16px;
    padding-top: 10px;
    display: block;
  }
}

.element_description #tab_1 .bx_item_rating {
  display: none;
}

.element_description #tab_1 .bx_item_rating.big {
  display: block;
  margin: 20px 0;
  float: left;
  width: 100%;
}

.element_description #tab_1 .bx_item_rating.big span {
  float: left;
}

.element_description #tab_1 .bx_item_rating.big .rating {
  float: left;
  padding: 0 10px;
  position: relative;
  top: 2px;
}

.element_description #tab_1 .best-comment {
  float: left;
  width: 100%;
}

.element_description #tab_1 .best-comment span {
  color: #9e9e9e;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}

.element_description #tab_1 .best-comment p {
  padding-bottom: 25px;
  line-height: 18px;
  float: left;
  width: 100%;
}

.element_description #tab_1 .btn {
  float: right;
  margin-top: 5px;
}

.element_description #tab_3 h2 {
  margin-bottom: 20px;
}

.element_description .tabs-menu {
  height: 45px;
  background-color: #e8e9ec;
}

.element_description .tabs-menu a {
  line-height: 45px;
  float: left;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  -webkit-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
}

.element_description .tabs-menu a.active {
  background-color: #f44336;
  color: #fff;
}

.element_description .tabs-menu a.active:hover {
  background-color: #f44336;
}

.element_description .tabs-menu a:hover {
  background-color: #e0e0e0;
}

@media only screen and (max-width: 599px) {
  .element_description .tabs-menu {
    display: none;
  }
}

.element_description .tabs .tab,
.element_description .tabs .toogle_title {
  display: none;
}

.element_description .tabs .tab.active {
  display: block;
}

.element_description .tabs .tabs-content {
  background: #fff;
  padding: 0 20px 30px;
}

.element_description .tabs .tabs-content h2 {
  margin-top: 0;
  padding-top: 30px;
}

@media only screen and (max-width: 599px) {
  .element_description .tabs .toogle_title {
    display: block;
    background: #e8e9ec;
    border-bottom: 1px solid #f7f8fc;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
  }

  .element_description .tabs .toogle_title:before {
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 50%;
    margin-top: -9px;
    color: #9e9e9e;
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .element_description .tabs .toogle_title.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .element_description .tabs .tabs-content {
    margin-top: 25px;
    padding: 0;
  }

  .element_description .tabs .tabs-content h2 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 40px;
  }

  .element_description .tabs .tabs-content h2:first-child {
    padding-top: 20px;
  }

  .element_description .tabs .tab {
    padding: 0 15px 20px;
  }
}

.element_description .property-item .title:after,
.element_description h2:after {
  content: " ";
  border-bottom: 1px solid #ebebeb;
}

.element_description h2:after {
  display: block;
  position: relative;
  top: 15px;
}

.element_description .link {
  color: #f44336;
  padding-top: 20px;
  display: block;
}

.element_description .link:active,
.element_description .link:hover {
  color: #ed3022;
}

.element_description .link.btn {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

.element_description .btn {
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  width: 190px;
  text-align: center;
}

.element_description .property-item:nth-child(odd) {
  clear: both;
}

.element_description .property-item h3 {
  font-size: 14px;
  background-color: #e8e9ec;
  padding: 10px 0 10px 20px;
  margin: 25px 0;
}

.element_description .property-item .title:after {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 15px;
}

.element_description .property-item span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}

.element_description .author {
  color: #9e9e9e;
  line-height: 24px;
}

.element_description .author .name {
  color: #000;
  line-height: 20px;
}

.element_description .emarket-comments {
  position: relative;
}

.element_description .emarket-comments .rating {
  position: absolute;
  top: 30px;
  left: 265px;
}

.element_description .emarket-comments .rating span {
  position: relative;
  top: -3px;
  padding-left: 7px;
}

.element_description #ec_comment_show {
  position: absolute;
  top: 10px;
  right: 0;
}

.element_description .ec-comments-add {
  display: none;
}

.element_description .ec-comments-add.open {
  display: block;
}

.element_description .ec-comments-add span {
  padding-top: 15px;
  padding-bottom: 5px;
  display: block;
}

.element_description .ec-comments-add span:first-child {
  padding-top: 0;
}

.element_description .ec-comments-add span:after {
  content: "*";
  color: #ff8c14;
}

.element_description .ec-comments-add input,
.element_description .ec-comments-add textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 7px 15px;
}

.element_description .ec-comments-add input.ec-empty,
.element_description .ec-comments-add textarea.ec-empty {
  background-color: #fbf4f4;
  color: #dd6262;
  border: 1px solid #dd6262;
}

.element_description .ec-comments-add input.ec-empty:focus,
.element_description .ec-comments-add textarea.ec-empty:focus {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: initial;
  font-size: 14px;
}

.element_description .ec-comments-add .required_fields {
  float: left;
  width: 100%;
  padding: 15px 15px 35px;
}

.element_description .ec-comments-add .required_fields p {
  color: #9e9e9e;
}

.element_description .ec-comments-add .required_fields span {
  display: initial;
  padding-top: 0;
}

.element_description .ec-comments-add .btn {
  float: left;
  margin-right: 15px;
}

.element_description .ec-comments-captcha_title span {
  padding-top: 15px !important;
}

.element_description .ec-comments-captcha input {
  width: 70%;
}

.element_description .ec-comments-captcha img {
  float: right;
  height: 35px;
}

.element_description .comments_rating {
  padding-left: 40px;
}

.element_description .comments_rating span {
  padding-bottom: 20px;
}

.element_description .ec-rating {
  background-color: #f5f5f5;
  padding: 30px 45px 30px 25px;
  max-width: 360px;
}

.element_description .ec-rating span:after {
  display: none;
}

.element_description .ec-rating .ec-criteria,
.element_description .ec-rating .ec-criteria-full {
  width: 100%;
  float: left;
  position: relative;
}

.element_description .ec-rating .ec-criteria span,
.element_description .ec-rating .ec-criteria-full span {
  float: left;
  width: 60%;
  padding-bottom: 5px;
}

.element_description .ec-rating .ec-criteria .ec-criteria-rating,
.element_description .ec-rating .ec-criteria-full .ec-criteria-rating {
  float: left;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.element_description .ec-rating .ec-criteria .ec-criteria-rating:hover,
.element_description .ec-rating .ec-criteria-full .ec-criteria-rating:hover {
  cursor: pointer;
}

.element_description .ec-rating .ec-criteria .ec-criteria-val,
.element_description .ec-rating .ec-criteria-full .ec-criteria-val {
  float: left;
}

.element_description .ec-rating .ec-criteria-full span {
  padding-bottom: 20px;
}

.element_description .ec-comment {
  padding-top: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.element_description .ec-comment:last-child {
  border-bottom: 0;
}

.element_description .ec-comment .rating_comments .ec-rating {
  width: 20%;
  float: left;
  padding: 0;
  background: 0 0;
}

.element_description .ec-comment .rating_comments .ec-rating .star {
  position: relative;
  top: 2px;
  -webkit-transition: none;
  transition: none;
}

.element_description .ec-comment .rating_comments .ec-rating span {
  padding-left: 10px;
}

.element_description .ec-comment .rating_comments i {
  font-size: 20px;
  position: absolute;
  color: #f44336;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  top: -1px;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show {
  border-bottom: 1px dashed #f44336;
  color: #f44336;
  float: left;
  line-height: 17px;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show:hover {
  color: #ed3022;
  border: 0;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show:active {
  color: #ed3022;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show.arrow-top i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.element_description .ec-comment .ec-rating-list {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  display: none;
}

.element_description .ec-comment .ec-rating-list .item {
  float: left;
  padding-right: 45px;
}

.element_description .ec-comment .ec-rating-list .item span {
  padding-right: 15px;
  float: left;
}

.element_description .ec-comment .ec-rating-list .item:last-child span {
  padding-right: 0;
}

.element_description .ec-comment .ec-rating-list .item .ec-rating {
  width: initial;
}

.element_description .ec-comment .msg {
  float: left;
  width: 100%;
}

.element_description .ec-comment .msg span {
  color: #9e9e9e;
  padding: 15px 0;
  float: left;
  width: 100%;
}

.element_description .ec-comment .msg span:first-child {
  padding-top: 5px;
}

.element_description .no-comment {
  text-align: center;
  display: block;
  padding: 20px 0;
}

.similar_products {
  padding-bottom: 30px;
  margin-top: 35px;
}

.product_list_recomended {
  margin-top: 15px;
}

.recomend_title,
.similar_title {
  padding-bottom: 5px;
}

.recomend_title h2,
.similar_title h2 {
  margin: 0;
  line-height: 40px;
}

.recomend_title h2 span,
.similar_title h2 span {
  background: #f7f8fc;
  position: relative;
  padding-right: 15px;
  z-index: 1;
}

.recomend_title h2:after,
.similar_title h2:after {
  border-color: #e8e9ec;
  top: -12px;
}

.owl-carousel_similar .owl-stage-outer,
.recomended_carousel .owl-stage-outer {
  padding: 7px 0;
}

.owl-carousel_similar .owl-nav,
.recomended_carousel .owl-nav {
  position: absolute;
  top: -47px;
  right: 0;
  font-size: 32px;
  color: #f44336;
  height: 40px;
  background: #f7f8fc;
  padding-left: 10px;
}

.owl-carousel_similar .owl-nav .owl-next,
.owl-carousel_similar .owl-nav .owl-prev,
.recomended_carousel .owl-nav .owl-next,
.recomended_carousel .owl-nav .owl-prev {
  float: left;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.owl-carousel_similar .owl-nav .owl-next:active,
.owl-carousel_similar .owl-nav .owl-next:hover,
.owl-carousel_similar .owl-nav .owl-prev:active,
.owl-carousel_similar .owl-nav .owl-prev:hover,
.recomended_carousel .owl-nav .owl-next:active,
.recomended_carousel .owl-nav .owl-next:hover,
.recomended_carousel .owl-nav .owl-prev:active,
.recomended_carousel .owl-nav .owl-prev:hover {
  color: #ed3022;
}

.owl-carousel_similar .owl-nav .owl-next.disabled,
.owl-carousel_similar .owl-nav .owl-prev.disabled,
.recomended_carousel .owl-nav .owl-next.disabled,
.recomended_carousel .owl-nav .owl-prev.disabled {
  color: #bdbdbd;
  cursor: initial;
}

.section_list {
  padding-bottom: 20px;
}

.section_list li {
  padding-bottom: 30px;
}

.section_list .section_item {
  height: 235px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  padding: 20px;
  text-align: center;
}

.section_list .section_item .section_img {
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section_list .section_item h2 {
  font-size: 16px;
  text-transform: none;
  padding: 10px 0 0;
  color: #f44336;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
}

.section_list .section_item span {
  color: #000;
  display: block;
  padding-top: 10px;
}

.section_list .section_item:hover {
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2);
}

.section_line:after {
  display: block;
  clear: both;
  content: " ";
}

.section_line li {
  position: relative;
  padding-bottom: 25px;
}

.section_line li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .section_line li {
    float: left;
    display: block;
    width: 33.3333%;
  }
}

@media only screen and (max-width: 620px) {
  .section_line li {
    width: 50%;
  }
}

@media only screen and (max-width: 430px) {
  .section_line li {
    width: 100%;
  }
}

.section_line h2 {
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin: 0 0 20px;
}

.section_line a {
  color: #000;
}

.section_line a:active {
  color: #ed3022;
}

.section_line .bx_catalog_tile_show_all {
  position: absolute;
  right: 20px;
  top: 11px;
  color: #f44336;
}

.section_line .bx_catalog_tile_show_all:active,
.section_line .bx_catalog_tile_show_all:hover {
  color: #ed3022;
}

.section_description {
  margin: 30px 0;
}

.bx_sidebar h3,
.catalog_section > h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.catalog_section > h3 {
  font-size: 14px;
  padding-left: 10px;
}

.bx_sidebar {
  display: block;
  background-color: #e8e9ec;
  padding: 15px 2px;
}

.bx_sidebar h3 {
  margin-bottom: 15px;
  padding-left: 15px;
}

.filter-btn {
  height: 45px;
  line-height: 45px;
}

.filter_block {
  width: 300px;
  float: left;
  padding-right: 20px;
}

.catalog_section_block {
  width: calc(100% - 300px);
  float: left;
}

.bx_filter_container {
  background-color: #fff;
  margin-top: 1px;
  padding: 10px;
  position: relative;
}

.bx_filter_container_title {
  padding-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.bx_filter_container_title:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #ebebeb;
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding-top: 7px;
}

.bx_filter_block span {
  float: left;
  width: 100%;
  position: relative;
  padding: 7px 0;
}

.bx_filter_block .checkbox {
  width: 17px;
  height: 17px;
  display: initial;
}

.bx_filter_block .checkbox + label {
  cursor: pointer;
  padding-left: 30px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.bx_filter_block .checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.bx_filter_block .checkbox:not(checked) + label:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #d7dae8;
  background: #fff;
  font-weight: 600;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-properties .bx-soa-item-td-text strong,
.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-title {
  font-weight: 400;
}

.bx_filter_block span.disabled .checkbox + label {
  color: #9e9e9e;
}

.bx_filter_block .checkbox:checked + label:before {
  content: "\F12C";
  background-color: #f44336;
  color: #fff;
  border: 0;
  line-height: 16px;
}

.bx_filter_control_section {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.bx_filter_control_section .btn {
  height: 35px;
  lin-height: 35px;
  width: 100%;
}

.bx_filter_control_section .link {
  background-color: initial;
  color: #f44336;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

.bx_filter_control_section .link:active,
.bx_filter_control_section .link:hover {
  color: #ed3022;
}

.bx_filter_param_area {
  margin-bottom: 25px;
}

.bx_filter_param_area input {
  border: 1px solid #e0e0e0;
  width: 90px;
  height: 35px;
  text-align: center;
  color: #000;
  margin: 0 7px;
}

.bx_filter_param_area input:first-child {
  margin-left: 0;
}

.bx_filter_param_area ::-webkit-input-placeholder {
  color: #000;
}

.bx_filter_param_area ::-moz-placeholder {
  color: #000;
}

.bx_filter_param_area :-moz-placeholder {
  color: #000;
}

.bx_filter_param_area :-ms-input-placeholder {
  color: #000;
}

.bx_filter_container_modef {
  position: relative;
  width: 100%;
  display: block;
}

.bx_filter_container_modef .bx_filter_popup_result {
  position: absolute;
  left: 100%;
  width: 190px;
  display: block;
  z-index: 100;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  top: -10px !important;
  margin-left: 23px;
}

.bx_filter_container_modef .bx_filter_popup_result .triangle {
  width: 15px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: -12px;
  bottom: 50%;
  margin-bottom: -7px;
}

.bx_filter_container_modef .bx_filter_popup_result .triangle:before {
  content: " ";
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -10px;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  right: -8px;
  position: absolute;
  top: 0;
  background: #fff;
}

.bx_filter_container_modef .bx_filter_popup_result a {
  color: #f44336;
  padding-left: 12px;
}

.bx_filter_container_modef .bx_filter_popup_result a:active,
.bx_filter_container_modef .bx_filter_popup_result a:hover {
  color: #ed3022;
}

@media only screen and (max-width: 768px) {
  .bx_filter_container_modef .bx_filter_popup_result {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    top: initial !important;
    padding: 0 20px;
  }
}

.bx_ui_slider_track {
  margin: 13px 10px;
  background: #eee;
  height: 3px;
  position: relative;
  border-radius: 3px;
}

.bx_ui_slider_range {
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  background: #f44336;
}

.bx_ui_slider_handle {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}

.bx_ui_slider_handle.left {
  margin-left: -10px;
}

.bx_ui_slider_handle.right {
  margin-right: -10px;
}

.catalog_bg {
  background: #f7f8fc;
  padding-bottom: 30px;
  margin-top: 35px;
}

.catalog-filter {
  height: 50px;
  line-height: 50px;
  background-color: #e8e9ec;
}

.catalog-filter .option {
  float: left;
  padding: 0 15px;
}

.catalog-filter .option.amount {
  float: right;
}

.catalog-filter .option.sort {
  width: 50%;
  text-align: right;
}

.catalog-filter .option a.view {
  width: 28px;
  height: 28px;
  display: inline-block;
  color: #f44336;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}

.catalog-filter .option a.view:before {
  line-height: 28px;
  display: block;
}

.catalog-filter .option a.view:active,
.catalog-filter .option a.view:hover {
  background-color: #ed3022;
  color: #fff;
}

.catalog-filter .option a.active {
  color: #fff;
  background-color: #f44336;
}

.catalog-filter .option span {
  padding-right: 7px;
}

@media only screen and (max-width: 1060px) {
  .catalog-filter .option.sort {
    width: 50%;
  }

  .catalog-filter .option.amount > span {
    display: none;
  }
}

@media only screen and (max-width: 870px) {
  .catalog-filter .option > span {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .catalog-filter .option {
    width: 100% !important;
  }

  .catalog-filter .option > span {
    display: initial !important;
  }

  .catalog-filter .option.sort {
    text-align: left;
  }

  .catalog-filter {
    line-height: 40px;
  }
}

.catalog-filter select {
  height: 30px;
  border: 0;
  border-radius: 2px;
  padding-left: 15px;
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
}

.catalog-filter select.sort {
  width: 160px;
}

.catalog-filter select option,
.catalog-filter select:focus {
  border: 0;
  outline: 0;
}

.catalog-filter select option:hover {
  background-color: #eee;
}

.catalog-filter .amount .selectBox {
  width: initial !important;
}

.catalog-filter .selectBox {
  box-shadow: none;
  background: #e8e9ec;
}

@media only screen and (max-width: 850px) {
  .catalog-filter {
    height: initial;
  }

  .catalog-filter:after {
    display: block;
    content: " ";
    clear: both;
  }
}

.item-brand {
  padding-top: 15px;
}

.item-brand .title {
  height: 40px;
  padding-left: 15px;
  background-color: #e8e9ec;
}

.item-brand .title.block {
  border: 1px solid #eee;
}

.item-brand .title h2 {
  margin: 0;
  line-height: 40px;
}

.compare-control {
  position: absolute;
  right: 15px;
  bottom: 38px;
}

.compare-control .compare-control-input {
  width: 17px;
  height: 17px;
  display: initial;
  float: right;
  position: relative;
  opacity: 0;
}

.compare-control .compare-control-input + label {
  cursor: pointer;
  padding-left: 30px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  font-size: 20px;
}

.compare-control .compare-control-input:not(checked) {
  position: relative;
}

.compare-control .compare-control-input:not(checked) + label:before {
  position: absolute;
  right: 0;
  background: #fff;
  color: #bdbdbd;
  top: 5px;
}

.compare-control .compare-control-input:checked + label:before {
  color: #f44336;
  border: 0;
}

.compare-control_list {
  height: 95px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.compare-control_list .controls-wrap {
  height: inherit;
  vertical-align: middle;
  display: table-cell;
}

.compare-control_list input {
  opacity: 0;
}

.compare-control_list .compare-control-input + label {
  cursor: pointer;
  position: absolute;
  left: 13px;
  font-size: 18px;
  top: 40px;
}

.compare-control_list .compare-control-input:not(checked) + label:before {
  color: #bdbdbd;
}

.compare-control_list .compare-control-input:checked + label:before {
  color: #ff8c14;
}

.contacts {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .contacts {
    padding-bottom: 0;
  }
}

.contact {
  padding: 30px 20px;
  background-color: #f5f5f5;
  max-height: 450px;
}

.contact .item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.contact .item:last-child {
  border: 0;
}

.contact h4 {
  margin: 0 0 25px;
}

.search-page {
  position: relative;
}

.search-page form {
  margin: 0;
}

.search-page .btn_search {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 65px;
  width: 65px;
  opacity: 0;
}

.search-page .notetext {
  padding-top: 20px;
  display: block;
}

.search_input_detail {
  width: 100%;
  height: 85px;
  background-color: #eee;
  padding: 10px;
  position: relative;
}

.search_input_detail:before {
  position: absolute;
  right: 20px;
  font-size: 26px;
  top: 50%;
  margin-top: -13px;
  color: #9e9e9e;
}

.search_input_detail input {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.search_input_detail:hover:before {
  color: #f44336;
}

.search_input_detail:active:before {
  color: #ed3022;
}

.search_result .item {
  background-color: #eee;
  padding: 30px 20px 35px;
  margin-bottom: 20px;
}

.search_result .item a {
  color: #f44336;
  font-size: 16px;
}

.search_result .item a:active,
.search_result .item a:hover {
  color: #ed3022;
}

.search_result .item p {
  padding-top: 25px;
}

.search_result span {
  padding: 30px 0;
  display: block;
}

.search-result_header {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  position: relative;
  z-index: 1000;
}

.emodal_form,
.selectBox-dropdown-menu {
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
}

.search-result_header a {
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: block;
}

.search-result_header a:hover {
  color: #f44336;
}

.search-result_header a:active {
  color: #ed3022;
}

.search-result_header .title-search-all a {
  border: 0;
  color: #bdbdbd;
  padding-top: 10px;
  margin: 0;
}

.search-result_header .title-search-all a:hover {
  color: #f44336;
}

.search-result_header .title-search-all a:active {
  color: #ed3022;
}

.navigation {
  margin-top: 40px;
  float: left;
  position: relative;
}

.navigation a,
.navigation span {
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  line-height: 35px;
  text-align: center;
  background-color: #eee;
}

.navigation a {
  color: #f44336;
  -webkit-transition: none;
  transition: none;
}

.navigation a:hover {
  background-color: #f44336;
  color: #fff;
}

.navigation a:active {
  background-color: #ed3022;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.navigation span.nav-current-page {
  color: #fff;
  background-color: #f44336;
}

.navigation .navigation-arrows {
  position: absolute;
  width: 100%;
}

.navigation .navigation-arrows .disabled {
  background-color: #fff;
  border: 1px solid #eee;
  color: #9e9e9e;
}

.navigation .navigation-arrows .prev {
  left: 0;
  position: absolute;
}

.navigation .navigation-arrows .next {
  right: 0;
  position: absolute;
}

.navigation .navigation-pages {
  padding-left: 35px;
  padding-right: 35px;
}

.auth_form .auth_item,
.registration-box .auth_item {
  height: 55px;
  line-height: 40px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
}

.auth_form .auth_item span,
.registration-box .auth_item span {
  max-width: 225px;
}

.auth_form .auth_item img,
.registration-box .auth_item img {
  margin-left: 15px;
  height: 35px;
  position: relative;
  top: -3px;
}

.auth_form span,
.registration-box span {
  display: block;
  float: left;
}

.auth_form em,
.registration-box em {
  color: #ff8c14;
  font-size: 12px;
}

.auth_form input,
.registration-box input {
  border: 1px solid #e0e0e0;
  height: 35px;
  padding: 10px;
}

.auth_form input.btn,
.registration-box input.btn {
  width: 190px;
  height: 40px;
  border: 0;
  float: left;
  margin-right: 45px;
}

.auth_form .link,
.registration-box .link {
  color: #f44336;
  border-bottom: 1px dashed #f44336;
  padding-top: 10px;
  line-height: initial;
  float: left;
  cursor: pointer;
}

.auth_form .link:hover,
.registration-box .link:hover {
  border: 0;
  color: #ed3022;
}

.auth_form .link:active,
.registration-box .link:active {
  color: #ed3022;
}

.auth_form noindex .link,
.registration-box noindex .link {
  float: initial;
  padding-top: 0;
}

.auth_form .bx-authform,
.registration-box .bx-authform {
  background-color: #eee;
  padding: 20px 15px 35px;
  max-width: 785px;
}

.auth_form .bx-authform h3,
.registration-box .bx-authform h3 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.auth_form .bx-authform p,
.registration-box .bx-authform p {
  margin: 0;
  color: #9e9e9e;
}

.auth_form .bx-authform .btn,
.registration-box .bx-authform .btn {
  margin: 0;
  padding: 0;
  height: 35px;
  width: 16.66666667%;
}

.auth_form .bx-authform span,
.registration-box .bx-authform span {
  width: initial;
}

.auth_form .bx-authform .auth_item,
.registration-box .bx-authform .auth_item {
  float: initial;
}

.auth_form p,
.registration-box p {
  margin: 20px 0 30px;
}

.auth_form .bx-registration-buttons,
.registration-box .bx-registration-buttons {
  float: left;
  color: #9e9e9e;
  max-width: 970px;
  padding: 50px 0 15px;
}

.auth_form .bx-registration-buttons p,
.registration-box .bx-registration-buttons p {
  margin: 0 0 30px;
}

.bx-auth {
  max-width: initial !important;
}

.bx-auth form {
  margin-bottom: 35px;
}

.bx-auth font {
  max-width: 60%;
  margin-bottom: 30px;
  display: block;
}

.bx-auth .bx-auth-table,
.bx-auth .bx-changepass-table,
.bx-auth .bx-registration-table {
  width: 60%;
  position: relative;
}

.bx-auth .bx-auth-table tr,
.bx-auth .bx-changepass-table tr,
.bx-auth .bx-registration-table tr {
  height: 60px;
}

.bx-auth .bx-auth-table .bx-auth-input,
.bx-auth .bx-changepass-table .bx-auth-input,
.bx-auth .bx-registration-table .bx-auth-input {
  width: 100%;
  height: 35px;
  border: 1px solid #f5f5f5;
}

.bx-auth .bx-auth-table .bx-auth-input.input_capture,
.bx-auth .bx-changepass-table .bx-auth-input.input_capture,
.bx-auth .bx-registration-table .bx-auth-input.input_capture {
  height: 40px;
}

.bx-auth .bx-auth-table .remember,
.bx-auth .bx-changepass-table .remember,
.bx-auth .bx-registration-table .remember {
  display: none;
}

.bx-auth .bx-auth-table .capture_pic,
.bx-auth .bx-changepass-table .capture_pic,
.bx-auth .bx-registration-table .capture_pic {
  position: absolute;
  right: 0;
}

.bx-auth .bx-auth-table .capture_pic img,
.bx-auth .bx-changepass-table .capture_pic img,
.bx-auth .bx-registration-table .capture_pic img {
  position: relative;
  top: 10px;
}

.bx-auth .authorize-submit-cell {
  margin-top: 15px;
}

.bx-auth .authorize-submit-cell .btn {
  width: 190px;
  height: 40px;
  float: left;
}

.bx-auth .authorize-submit-cell .forgot_pass {
  line-height: 40px;
  margin-left: 45px;
  border-bottom: 1px dashed #f44336;
  color: #f44336;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  cursor: pointer;
}

.bx-auth .authorize-submit-cell .forgot_pass:hover {
  border-color: #fff;
  color: #ed3022;
}

.bx-auth .authorize-submit-cell .forgot_pass:active {
  color: #ed3022;
}

.bx-auth .auth_registration {
  margin-top: 25px;
}

.bx-auth .auth_registration a {
  border-bottom: 1px dashed #f44336;
  color: #f44336;
}

.bx-auth .auth_registration a:hover {
  border-color: #fff;
  color: #ed3022;
}

.bx-auth .auth_registration a:active {
  color: #ed3022;
}

.bx-auth .register_info {
  margin-top: 30px;
}

.bx-auth .register_info p {
  display: block;
  margin-bottom: 15px;
  color: #9e9e9e;
}

.bx-auth .register_info .btn {
  margin-top: 30px;
  width: 190px;
  height: 40px;
}

.bx-auth .auth_link {
  display: block;
  margin-top: 30px;
}

#forgotpass,
.bx-authform .bx-authform-label-container,
.bx-authform .bx-authform-link-container {
  display: none;
}

.bx-auth .auth_link a {
  color: #f44336;
  border-bottom: 1px dashed #f44336;
}

.bx-auth .auth_link a:hover {
  color: #ed3022;
  border-bottom: 1px dashed #fff;
}

.bx-auth .auth_link a:active {
  color: #ed3022;
}

.starrequired {
  color: #ff8c14;
}

.selectBox,
.selectBox:hover {
  color: #f44336;
}

.bx-authform {
  background-color: #eee;
  max-width: initial !important;
  width: 60%;
  padding: 20px;
}

.bx-authform h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

.bx-authform .bx-authform-input-container {
  position: relative;
}

.bx-authform .bx-authform-input-container .forgot_pass_input {
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  height: 40px;
  margin-bottom: 20px;
}

.bx-authform .bx-authform-input-container .btn {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}

.bx-authform .bx-authform-formgroup-container {
  margin-bottom: 0;
}

.selectBox {
  background: #fff;
  border: 0;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  min-width: 90px;
  padding-left: 15px;
}

#basket_form .basket_content .item .photo,
.bx-basket .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-img,
.emodal_form .emodal_img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.selectBox:focus {
  color: #f44336;
  outline: 0;
}

.selectBox .mdi-menu-down:before {
  font-size: 22px;
  color: #000;
  line-height: 30px;
}

.selectBox-dropdown .selectBox-arrow {
  border: 0;
  right: 5px;
}

.selectBox-dropdown .selectBox-label {
  display: initial;
  padding: 0;
}

.selectBox-dropdown-menu {
  border: 0;
}

.selectBox-dropdown-menu .selectBox-hover a,
.selectBox-dropdown-menu .selectBox-selected a {
  background-color: #e8e9ec !important;
}

.selectBox-options li a {
  color: #000;
  cursor: pointer;
  padding: 5px 10px;
}

#OneClickEmodal {
  display: none;
}

.emodal_form {
  width: 580px;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -290px;
  top: 50%;
  margin-top: -150px;
  background-color: #fff;
}

.emodal_form .emodal-title {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f44336;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.emodal_form .emodal-title a {
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 20px;
}

.emodal_form .emodal-title a:hover {
  color: #e0e0e0;
}

.emodal_form .emodal-title a:active {
  color: #bdbdbd;
}

.emodal_form .emodal_content {
  padding: 25px;
}

.emodal_form .emodal_content input[type="text"] {
  width: 100%;
  height: 35px;
  margin-bottom: 23px;
  border: 1px solid #eee;
  padding: 10px;
}

.emodal_form .emodal_content input.btn {
  height: 45px;
  border: 0;
  max-width: 190px;
  margin: 0 auto;
}

.emodal_form .emodal_content font {
  margin-bottom: 15px;
  display: block;
}

.emodal_form .emodal_img {
  width: 120px;
  height: 100px;
  float: left;
}

.emodal_form .title-prod-modal {
  float: left;
  padding: 0 15px;
}

.emodal_form .product-modal {
  float: left;
  height: 100px;
}

.emodal_form .emodal-bnts {
  float: left;
  background-color: #eee;
  width: 100%;
  height: 120px;
  padding: 20px;
  text-align: center;
}

.emodal_form .emodal-bnts .btn {
  display: inline-block;
  height: 40px;
  width: 230px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 7px;
}

.emodal_form .emodal-bnts .bx-basket-block span {
  display: inline-block;
  margin: 0 50px;
}

.emodal_form .emodal-bnts .bx-basket-block span:first-child {
  margin-left: 0;
  text-transform: uppercase;
}

.emodal_form .emodal-bnts .bx-basket-block span:last-child {
  margin-right: 0;
  font-size: 24px;
}

.emodal_form .form-buyone {
  padding: 20px 20px 0;
}

.emodal_form .form-buyone input {
  width: 100%;
  border: 1px solid #eee;
  height: 35px;
  margin: 10px 0;
  padding: 10px;
}

.emodal_form .form-buyone input.btn {
  border: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 20px auto 0;
}

.emodal_form#OneClickEmodal {
  height: initial;
  width: 350px;
  margin-top: -158px;
  margin-left: -175px;
}

.bx-basket {
  position: relative;
}

.bx-basket .bx-basket-item-list {
  box-shadow: 0 1px 5px 0 rgba(124, 124, 124, 0.75);
  position: absolute;
  z-index: 9;
  width: 320px;
  right: 0;
  background-color: #fff;
  border-top: 25px solid #eee;
}

.bx-basket .bx-basket-item-list .btn {
  height: 40px;
  line-height: 40px;
  box-shadow: none;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-container {
  max-height: 235px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-container .jspContainer .jspDrag {
  opacity: 1;
  width: 3px;
  border-radius: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-container .jspContainer .jspPane {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-container .jspVerticalBar {
  width: 3px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-container:focus {
  outline: 0;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item {
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item:last-child {
  border: 0;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .mdi {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #e0e0e0;
  cursor: pointer;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .mdi:hover {
  color: #f79f44;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .mdi:active {
  color: #fa7f00;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .bx-basket-item-list-item-img {
  width: 75px;
  height: 70px;
  float: left;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item a {
  color: #000;
  line-height: 17px;
  font-size: 13px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item a:hover {
  color: #f44336;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item a:active {
  color: #ed3022;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .basket_content {
  float: left;
  width: 200px;
  padding: 0 10px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .basket_content .price {
  padding-top: 15px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .basket_content .price span {
  color: #9e9e9e;
  font-size: 12px;
  text-decoration: line-through;
  padding-left: 10px;
}

.bx-basket .bx-basket-item-list .bx-basket-item-list-item .basket_content .bx-basket-item-list-item-name a {
  height: 52px;
  overflow: hidden;
  display: block;
  float: left;
}

.bx-basket .bx-basket-item-list .total_price {
  background-color: #eee;
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.bx-basket .bx-basket-item-list.open {
  visibility: visible;
  opacity: 1;
}

#basket_form {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  display: block;
}

#basket_form #basket_items {
  display: block;
}

#basket_form .basket_header {
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

#basket_form .basket_header tr {
  display: block;
}

#basket_form .basket_header td {
  display: block;
  float: left;
  background-color: initial;
}

#basket_form .basket_header td:nth-child(5),
#basket_form .basket_header td:nth-child(6) {
  display: none;
}

@media only screen and (max-width: 700px) {
  #basket_form .basket_header {
    display: none;
  }
}

#basket_form .basket_content {
  width: 100%;
  display: block;
}

#basket_form .basket_content td {
  display: block;
  float: left;
}

#basket_form .basket_content td:nth-child(7) {
  display: none;
}

#basket_form .basket_content tr {
  display: block;
  float: left;
}

#basket_form .basket_content .item {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  line-height: 25px;
}

#basket_form .basket_content .item:last-child {
  border: 0;
}

#basket_form .basket_content .item .itemphoto {
  width: 90px;
  padding-left: 15px;
}

#basket_form .basket_content .item .item_info {
  width: 50%;
  padding: 0 15px;
  text-align: left;
}

@media only screen and (max-width: 1070px) {
  #basket_form .basket_content .item .item_info {
    width: 47%;
  }
}

@media only screen and (max-width: 920px) {
  #basket_form .basket_content .item .item_info {
    width: 40%;
  }
}

#basket_form .basket_content .item .sum {
  width: 20%;
  float: right;
}

#basket_form .basket_content .item .price {
  width: 12%;
}

#basket_form .basket_content .item .photo {
  width: 100%;
  height: 75px;
}

#basket_form .basket_content .item .item_info .item_h_wrp {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

#basket_form .basket_content .item .item_info .item_h_wrp:after {
  display: block;
  content: " ";
  clear: both;
}

#basket_form .basket_content .item .item_info h2 {
  margin: 0;
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
}

#basket_form .basket_content .item .item_info h2 a {
  color: #000;
  white-space: normal;
}

#basket_form .basket_content .item .item_info h2 a:hover {
  color: #f44336;
}

#basket_form .basket_content .item .item_info h2 a:active {
  color: #ed3022;
}

#basket_form .basket_content .item .item_info .item_price,
#basket_form .basket_content .item .item_info .item_q {
  display: none;
}

#basket_form .basket_content .item .custom,
#basket_form .basket_content .item .price {
  line-height: 70px;
  text-align: center;
}

#basket_form .basket_content .item .custom table,
#basket_form .basket_content .item .custom table tr,
#basket_form .basket_content .item .price table,
#basket_form .basket_content .item .price table tr {
  width: 100%;
}

#basket_form .basket_content .item .price {
  line-height: initial;
  display: table;
}

#basket_form .basket_content .item .price .price_wrp {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

#basket_form .basket_content .item .control {
  position: relative;
  height: 70px;
}

#basket_form .basket_content .item #basket_quantity_control {
  position: relative;
  height: 70px;
  width: 95px;
}

#basket_form .basket_content .item .controls-wrap {
  width: 92px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 25px;
}

#basket_form .basket_content .item .controls-wrap a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background: #f44336;
  border: 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

#basket_form .basket_content .item .sku_prop_list li,
#basket_form .basket_content .item .some-class {
  display: none;
}

#basket_form .basket_content .item .controls-wrap a:hover {
  background-color: #fa4c3f;
}

#basket_form .basket_content .item .controls-wrap a:active {
  background-color: #ed3022;
}

#basket_form .basket_content .item .controls-wrap input {
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
  border: 1px solid #eee;
  color: #000;
}

#basket_form .basket_content .item .custom {
  position: relative;
}

#basket_form .basket_content .item .custom .remove {
  position: absolute;
  top: 0;
  right: 20px;
}

#basket_form .basket_content .item .remove {
  font-size: 20px;
  float: right;
  color: #fa4c3f;
}

#basket_form .basket_content .item .remove:hover {
  color: #fa4c3f;
}

#basket_form .basket_content .item .remove:active {
  color: #ed3022;
}

#basket_form .basket_content .item .prew_char {
  color: #9e9e9e;
  padding-top: 5px;
  line-height: 17px;
}

#basket_form .basket_content .item .custom_quantity {
  position: relative;
  height: 70px;
}

#basket_form .basket_content .item .sku_prop_list {
  float: left;
  padding-right: 20px;
}

#basket_form .basket_content .item .sku_prop_list li.bx_active {
  display: block;
}

#basket_form .basket_content .item .sku_prop_list:after {
  display: block;
  clear: both;
  content: " ";
}

#basket_form .basket_content .item .td:nth-child(7) {
  display: none;
}

@media only screen and (max-width: 700px) {
  #basket_form .basket_content .item {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 20px;
  }

  #basket_form .basket_content .item .item_info .item_price,
  #basket_form .basket_content .item .item_info .scu_wrp {
    padding-top: 10px;
  }

  #basket_form .basket_content .item .item_info {
    width: calc(100% - 90px);
    padding-right: 10px;
  }

  #basket_form .basket_content .item .item_info .item_price,
  #basket_form .basket_content .item .item_info .item_q {
    display: block;
  }

  #basket_form .basket_content .item .item_info .item_h_wrp {
    display: block;
    height: initial;
  }

  #basket_form .basket_content .item .item_info .current_price {
    float: left;
  }

  #basket_form .basket_content .item .item_info .old_price {
    float: left;
    padding-left: 10px;
    color: #b8b8b8;
    text-decoration: line-through;
    font-size: 13px;
  }

  #basket_form .basket_content .item .item_info .item_price:after {
    display: block;
    clear: both;
    content: " ";
  }

  #basket_form .basket_content .item .item_info .item_price .txt {
    float: left;
    padding-right: 7px;
  }

  #basket_form .basket_content .item .custom,
  #basket_form .basket_content .item .price {
    display: none;
  }

  #basket_form .basket_content .item .sum {
    padding-left: 107px;
  }

  #basket_form .basket_content .item .sum:nth-child(6) {
    display: block;
    height: initial;
    float: left;
    width: 100%;
    position: initial;
  }

  #basket_form .basket_content .item .sum:nth-child(6) .control {
    height: initial;
    line-height: 20px;
    float: left;
    padding-left: 10px;
  }

  #basket_form .basket_content .item .custom span {
    display: block;
    line-height: 20px;
    float: left;
  }

  #basket_form .basket_content .item .custom .remove {
    right: 5px;
    line-height: initial;
  }
}

@media only screen and (max-width: 530px) {
  #basket_form .basket_content .item .item_info {
    width: calc(100% - 75px);
  }

  #basket_form .basket_content .item .prew_char {
    font-size: 13px;
  }

  #basket_form .basket_content .item .bx_ordercart_photo {
    height: 100px;
  }

  #basket_form .basket_content .item .itemphoto {
    width: 75px;
  }

  #basket_form .basket_content .item .sum {
    padding-left: 92px;
  }
}

#basket_form .basket_content .bx_item {
  float: left;
}

#basket_form .bx_ordercart_order_pay {
  float: left;
  width: 100%;
}

#basket_form .bx_ordercart_order_pay .item_bottom {
  background-color: #eee;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left {
  float: left;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_right {
  float: right;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon {
  position: relative;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon:first-child {
  float: left;
  position: relative;
  z-index: 3;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon:first-child input {
  height: 30px;
  width: 160px;
  padding: 0 10px;
  background-color: #fff;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon:first-child input.cupon_input {
  margin-left: 50px;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon input {
  line-height: initial;
  padding: 5px 10px;
  border: 0 !important;
  box-shadow: none !important;
  background-color: initial;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon input.bad {
  color: #d20000;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon span {
  color: transparent;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_coupon .bx_ordercart_coupon_notes {
  padding: 5px 10px;
  border: 0;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_sum {
  text-align: right;
  float: right;
  line-height: 48px;
  margin-top: 0;
}

#basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_sum span {
  color: #f44336;
  padding-left: 10px;
  padding-right: 5px;
}

#basket_form .bx_ordercart_order_pay .item_bottom .btn {
  box-shadow: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -30px;
  top: 10px;
  border-radius: 0;
}

#basket_form .bx_ordercart_order_pay .item_bottom .btn:before {
  line-height: 30px;
  font-size: 20px;
}

@media only screen and (max-width: 430px) {
  #basket_form .bx_ordercart_order_pay .item_bottom {
    height: initial;
    line-height: initial;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom:after {
    display: block;
    clear: both;
    content: " ";
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left {
    width: 100%;
    padding-top: 15px;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left .btn {
    top: 8px;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left .bx_ordercart_coupon {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    width: 210px;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left .bx_ordercart_coupon input {
    width: 160px;
    margin-top: 7px;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left .bx_ordercart_coupon span {
    margin-left: 0;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left .bx_ordercart_coupon .bx_ordercart_coupon_notes {
    margin-top: 7px;
    border-radius: 0;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_left .bx_ordercart_coupon:first-child {
    padding-right: 0;
    width: 160px;
  }

  #basket_form .bx_ordercart_order_pay .item_bottom .bx_ordercart_order_pay_right {
    float: left;
  }
}

#basket_form .bx_ordercart_order_pay_center {
  padding: 25px 20px;
}

#basket_form .bx_ordercart_order_pay_center .btn {
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

#basket_form .bx_ordercart_order_pay_center .btn_white {
  float: left;
}

#basket_form .bx_ordercart_order_pay_center .btn_blue {
  float: right;
}

@media only screen and (max-width: 490px) {
  #basket_form .bx_ordercart_order_pay_center .btn_blue {
    float: initial;
    margin: 0 auto;
  }
}

.bx-touch .bx_ordercart .bx_ordercart_coupon_notes {
  margin: 0;
  top: -5px;
}

.bx-touch .bx_ordercart .bx_ordercart_coupon span {
  height: 25px;
  color: transparent;
}

.bx_ordercart .item_ordercart {
  border: 1px solid #f44336;
}

.bx_ordercart .item_ordercart .title {
  background-color: #eee;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.bx_ordercart .item_ordercart .title h2 {
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
}

.bx_ordercart .item_ordercart .title span {
  display: block;
  float: left;
  position: relative;
}

.bx_ordercart .item_ordercart .title span:before {
  content: " ";
  width: 20px;
  height: 20px;
  border: 1px solid;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
}

.bx_ordercart .item_ordercart .title a {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  color: #f44336;
  border-bottom: 1px dashed #f44336;
  line-height: initial;
}

.bx_ordercart .item_ordercart .title a:hover {
  color: #ed3022;
  border: 0;
}

.bx_ordercart .item_ordercart .title a:active {
  color: #ed3022;
}

.bx-soa-cart-total {
  background-color: #eee;
  padding: 30px;
}

.bx-soa-cart-total .bx-soa-cart-total-line {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  padding-top: 0;
}

.bx-soa-cart-total .bx-soa-cart-total-line .bx-price-old {
  display: none;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total {
  padding-top: 30px;
  padding-bottom: 0;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d,
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  line-height: 30px;
}

.bx-soa-section-title-container {
  background-color: #eee;
  padding: 10px 0;
}

.bx-soa-section-title-container a.bx-soa-editstep {
  color: #f44336;
  border-bottom: 1px dashed #f44336;
  text-decoration: none;
}

.bx-soa-section-title-container a.bx-soa-editstep:hover {
  color: #ed3022;
  border: 0;
}

.bx-soa-section-title-container a.bx-soa-editstep:active {
  color: #ed3022;
}

.bx-soa-section:nth-child(4) .bx-soa-section-content {
  padding-left: 0;
  padding-right: 0;
}

.bx-soa-section.bx-selected {
  border-color: #f44336 !important;
}

.bx-soa-section .bx-soa-section-title-container {
  background-color: #eee;
}

.bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
  font-size: 14px;
}

@media only screen and (max-width: 678px) {
  .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
    font-size: 13px;
  }
}

.bx-soa-section .bx-soa-section-content {
  padding-left: 20px;
  padding-right: 20px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-table {
  margin-bottom: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-img-block {
  width: 95px;
  margin-right: 20px;
  margin-left: 10px;
  padding-right: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-img-block a {
  width: 95px;
  height: 95px;
  display: block;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-img-block a .bx-soa-item-imgcontainer {
  width: 100%;
  height: 100%;
  border: 0;
  padding-top: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td:first-child {
  width: 55%;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td:nth-child(2) {
  display: none;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-content {
  display: table-cell;
  vertical-align: middle;
  height: 95px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-title a {
  color: #000;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-title a:hover {
  color: #f44336;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-title a:active {
  color: #ed3022;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-scu-container .bx-soa-item-td-title {
  display: none;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-scu-container .bx-soa-item-td-text:nth-child(2) {
  padding-left: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-preview span {
  margin-top: 7px;
  display: block;
  font-size: 13px;
  color: #9e9e9e;
}

@media only screen and (max-width: 991px) {
  .bx-soa-section .bx-soa-section-content .bx-soa-item-table .bx-soa-item-img-block {
    margin-right: 10px;
    margin-left: 0;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-title {
    padding-right: 10px;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td {
    width: 100% !important;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    min-width: initial !important;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td:after {
    display: block;
    clear: both;
    content: " ";
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-td-title {
    text-align: left;
    float: left;
    padding-bottom: 0;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-td-text {
    display: block !important;
    height: initial !important;
    float: left;
    line-height: 19px;
    padding-left: 10px;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-td-text br {
    display: none;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td .bx-soa-item-td-text .bx-price-old {
    padding-left: 10px;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-item-td:first-child {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-info-container {
  display: none;
}

.bx-soa-section .bx-soa-section-content .bx-soa-more {
  margin: 0;
  padding: 20px 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-more .btn {
  width: 145px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 530px) {
  .bx-soa-section .bx-soa-section-content .bx-soa-more .bx-soa-more-btn {
    padding: 0;
  }

  .bx-soa-section .bx-soa-section-content .bx-soa-more .bx-soa-more-btn .btn {
    width: 110px;
    font-size: 14px;
  }
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-properties {
  width: 15%;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-properties:nth-last-child(2) {
  width: 10%;
}

.bx-soa-section .bx-soa-section-content .bx-soa-item-properties .bx-soa-item-td-text {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 95px;
}

.bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-custom-label {
  position: relative;
}

.bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-custom-label .bx-authform-starrequired {
  position: absolute;
  right: -8px;
  top: 0;
}

.bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-customer-input,
.bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-ui-sls-input-block {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  box-shadow: none;
}

.bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-soa-customer-input:focus,
.bx-soa-section .bx-soa-section-content .bx_soa_location .bx-soa-location-input-container .bx-ui-sls-input-block:focus {
  box-shadow: none;
  outline: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company {
  background-color: #eee;
  border: 0;
  cursor: default;
  padding: 20px 20px 10px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-graf-container {
  margin: 0 !important;
  height: 75px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-image:before {
  display: none !important;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
  padding-bottom: 10px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company {
  cursor: pointer;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container {
  border: 0;
  padding: 0;
  height: 45px;
  margin-left: 25px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox {
  opacity: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
  border: 1px solid #bdbdbd;
  right: 0;
  bottom: 0;
  width: 100%;
  left: initial;
  top: initial;
  height: 100%;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-image:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  position: absolute;
  top: 0;
  left: -25px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
  bottom: 0;
  right: 0;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
  border: 1px solid #ff8c14;
}

.bx-soa-section .bx-soa-section-content .bx-soa-pp .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image:before {
  border: 0;
  background-color: #ff8c14;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 4px #bdbdbd;
  width: 7px;
  height: 7px;
  top: 4px;
  left: -20px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-customer .soa-property-container input,
.bx-soa-section .bx-soa-section-content .bx-soa-customer .soa-property-container textarea {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 0;
  max-width: 100%;
  margin: 0 !important;
}

.bx-soa-section .bx-soa-section-content .bx-soa-customer .soa-property-container input:focus,
.bx-soa-section .bx-soa-section-content .bx-soa-customer .soa-property-container textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #f44336;
}

.bx-soa-section .bx-soa-section-content .bx-soa-customer-field textarea {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 35px;
}

.bx-soa-section .bx-soa-section-content .bx-soa-customer-field textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #f44336;
}

.bx-soa-section .bx-soa-tooltip .tooltip-inner {
  background-color: initial !important;
  text-align: left;
  padding: 0;
}

.bx-soa-section .bx-soa-tooltip .tooltip-arrow {
  display: none;
}

.bx-soa-section .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  color: #fb0f0c;
}

@media only screen and (max-width: 530px) {
  #bx-soa-basket .bx-soa-more-btn {
    padding: 0 15px !important;
  }
}

#bx-soa-orderSave .btn {
  width: 190px;
  height: 40px;
  line-height: 40px;
}

.bx-authform-starrequired {
  color: #ff8c14 !important;
}

.bx-soa-basket-info {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.sale_order_full_table a {
  color: #f44336;
}

.sale_order_full_table a:active,
.sale_order_full_table a:hover {
  color: #ed3022;
}

.sale_order_full_table input[type="submit"] {
  background-color: #f44336;
  width: 190px;
  height: 40px;
  display: block;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  margin-bottom: 20px;
}

.sale_order_full_table input[type="submit"]:hover {
  background-color: #f44336;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.4);
}

.sale_order_full_table input[type="submit"]:active {
  background-color: #ed3022;
}

.catalog-compare-result {
  padding-bottom: 50px;
}

.catalog-compare-result .head .control {
  width: 22%;
}

.catalog-compare-result .head .item-list {
  width: 78%;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li.slide {
  height: 305px;
  position: relative;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap {
  padding: 15px;
  height: 305px;
  border: 1px solid #eee;
  border-left: 0;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap .picture {
  padding: 15px;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap .picture .img_item_compare {
  width: 100%;
  height: 108px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li a.link {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  margin: 15px 0;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li a.link:hover {
  color: #f44336;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li a.link:active {
  color: #ed3022;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .mdi-close {
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .mdi-close:before {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 20px;
  color: #e0e0e0;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .mdi-close .close {
  height: 30px;
  opacity: 0;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .mdi-close.active:before {
  color: #f79f44;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .price {
  font-size: 20px;
  font-weight: 600;
  color: #f44336;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .price .old_price {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  text-decoration: line-through;
  display: block;
}

@media only screen and (max-width: 678px) {
  .catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .price {
    font-size: 16px;
  }
}

.catalog-compare-result .head .emarket-mSlider a.mdi {
  font-size: 32px;
  top: -65px;
  color: #f44336;
  opacity: 0.8;
}

.catalog-compare-result .head .emarket-mSlider a.mdi:active,
.catalog-compare-result .head .emarket-mSlider a.mdi:hover {
  color: #ed3022;
  opacity: 1;
}

.catalog-compare-result .head .emarket-mSlider a.mSlider-prev {
  right: 35px;
}

.catalog-compare-result .head .emarket-mSlider a.mSlider-next {
  right: 0;
}

.catalog-compare-result .head .emarket-mSlider a.disable {
  cursor: default;
  color: #bdbdbd;
  opacity: 1;
}

.catalog-compare-result .head .emarket-mSlider a.disable:active,
.catalog-compare-result .head .emarket-mSlider a.disable:hover {
  color: #bdbdbd;
}

.catalog-compare-result .property-list h2 {
  margin: 15px 0;
  font-size: 14px;
}

.catalog-compare-result .control {
  background-color: #eee;
  padding: 20px;
  height: 305px;
}

.catalog-compare-result .control a {
  color: #f44336;
  border-bottom: 1px dashed #f44336;
}

.catalog-compare-result .control a:hover {
  color: #ed3022;
  border-bottom: 1px dashed #eee !important;
  padding: 0 !important;
}

.catalog-compare-result .col-xs-12:last-child .property-value li .slide-wrap,
.catalog-compare-result .property-value:last-child li .slide-wrap {
  border-bottom: 1px solid #eee;
}

.catalog-compare-result .control a:active {
  color: #ed3022;
}

.catalog-compare-result .control span {
  display: block;
  padding: 10px 0;
}

.catalog-compare-result .control span:first-child {
  padding-top: 0;
}

.catalog-compare-result .control .switch {
  display: none;
}

.catalog-compare-result .item_top {
  padding: 0;
}

.catalog-compare-result .item_top .mdi {
  font-size: 32px;
  color: #f44336;
  position: absolute;
  top: -60px;
  right: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.catalog-compare-result .item_top .mdi:active,
.catalog-compare-result .item_top .mdi:hover {
  color: #ed3022;
}

.catalog-compare-result .item_top .mdi.mdi-chevron-left {
  right: 20px;
}

.catalog-compare-result .item_top .mdi.mdi-chevron-right {
  right: -10px;
}

.catalog-compare-result .item_top li {
  float: left;
  position: relative;
}

.catalog-compare-result .item_top li .slide-wrap {
  border: 1px solid #eee;
  height: 305px;
  padding: 20px;
  border-left: 0;
}

.catalog-compare-result .item_top li .slide-wrap .picture {
  width: 100%;
  height: 120px;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.catalog-compare-result .item_top li .slide-wrap h3 {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.catalog-compare-result .item_top li .slide-wrap .price {
  font-size: 18px;
  color: #f44336;
  font-weight: 600;
  padding-top: 15px;
  white-space: nowrap;
  float: left;
}

.catalog-compare-result .item_top li .slide-wrap .price span {
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 10px;
}

.catalog-compare-result .item_top li .mdi {
  position: initial;
}

.catalog-compare-result .item_top li .mdi-close {
  color: #e0e0e0;
}

.catalog-compare-result .item_top li .mdi-close:before {
  position: absolute;
  right: 10px;
  top: 0;
  top: 10px;
  font-size: 20px;
}

.catalog-compare-result .item_top li .mdi-close:hover {
  color: #f44336;
}

.catalog-compare-result .item_top li .mdi-close:active {
  color: #ed3022;
}

.catalog-compare-result .item_top li .close {
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0;
}

.catalog-compare-result .property-name {
  background-color: #eee;
  width: 22%;
  display: table;
  height: 35px;
  padding: 0 10px;
}

.catalog-compare-result .property-name p {
  display: table-cell;
  height: 35px;
  vertical-align: middle;
  line-height: 16px;
}

.catalog-compare-result .property-value {
  padding: 0;
  width: 78%;
}

.catalog-compare-result .property-value li .slide-wrap {
  min-height: 14px;
  line-height: 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  display: table;
  height: 35px;
  vertical-align: middle;
  padding: 0 10px;
  width: 100%;
}

.catalog-compare-result .property-value li .slide-wrap p {
  height: 34px;
  display: table-cell;
  vertical-align: middle;
  line-height: 16px;
}

@media only screen and (max-width: 850px) {
  .catalog-compare-result .head .item-list,
  .catalog-compare-result .property-name,
  .catalog-compare-result .property-value {
    width: 100%;
  }

  .catalog-compare-result .head .control {
    width: 100%;
    height: initial;
  }

  .catalog-compare-result .head .control .compare-switch {
    height: initial;
  }

  .catalog-compare-result .head .emarket-mSlider a.mSlider-prev {
    right: 45px;
  }

  .catalog-compare-result .head .emarket-mSlider a.mSlider-next {
    right: 10px;
  }
}

.page_nav {
  height: 35px;
  margin-top: 45px;
}

.page_nav a,
.page_nav span {
  background-color: #eee;
  color: #f44336;
  display: block;
  line-height: 35px;
  height: inherit;
  width: 35px;
  text-align: center;
  float: left;
}

.page_nav a:hover,
.page_nav span:hover {
  background-color: #fff;
  border: 1px solid #eee;
  color: #9e9e9e;
}

.page_nav a.active,
.page_nav span.active {
  background-color: #f44336;
  color: #fff;
}

.page_nav span:hover {
  border: 0;
}

.sale-baner {
  display: none;
}

.error_404 {
  padding-bottom: 90px;
}

.error_404 .img_container {
  padding-right: 30px;
}

.error_404 .img_404 {
  width: 100%;
  height: 515px;
  background-image: url(/include/404.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.error_404 .content_404 {
  padding-top: 65px;
}

.error_404 .content_404 h1 {
  color: #f44336;
  font-size: 60px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 600;
}

.error_404 .content_404 h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 25px;
}

.error_404 .content_404 ul {
  padding-left: 0;
  max-width: 100%;
}

.error_404 .content_404 .bottom_txt {
  padding-top: 25px;
  padding-bottom: 25px;
}

.error_404 .content_404 .btn {
  max-width: 190px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.sale-personal-section-index .sale-personal-section-index-block {
  background-image: initial;
  background-color: #f44336;
  cursor: pointer;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.sale-personal-section-index .sale-personal-section-index-block:hover {
  background-color: #fa4c3f;
}

.sale-personal-section-index .sale-personal-section-index-block:active {
  background-color: #ed3022;
}

.sale-personal-section-index .sale-personal-section-index-block a {
  width: 100%;
}

.sale-personal-section-index .sale-personal-section-index-block a h2 {
  margin-top: 0;
}

@media only screen and (max-width: 475px) {
  .sale-personal-section-index .personal_section {
    width: 100%;
  }
}

.bx_profile .main-profile-block-date-info .small {
  margin-left: 0;
  padding-left: 0;
  color: #9e9e9e;
}

.bx_profile font {
  margin-bottom: 10px;
  display: block;
}

.bx_profile h1 {
  margin-bottom: 25px;
}

.bx_profile form {
  width: 60%;
}

.bx_profile .form-group .main-profile-form-label {
  text-align: left;
  padding-left: 0;
  font-weight: 400;
  line-height: 18px;
}

.bx_profile .form-group .form-control {
  border-radius: 0;
  border: 1px solid #eee;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  box-shadow: none;
}

.bx_profile .form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #f44336;
}

.bx_profile .form-group p {
  color: #9e9e9e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .bx_profile .form-group p {
    font-size: 13px;
    padding-top: 0;
  }
}

.bx_profile .main-profile-form-buttons-block .btn {
  float: left;
  width: 190px;
  height: 40px;
  line-hight: 40px;
}

.bx_profile .main-profile-form-buttons-block .btn:focus {
  outline: 0;
}

.bx_profile .main-profile-form-buttons-block .btn_blue {
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .bx_profile form {
    width: 100%;
  }
}

@media only screen and (max-width: 455px) {
  .bx_profile form .col-xs-9 {
    width: 100%;
    padding-left: 0;
  }

  .bx_profile form .main-profile-form-label {
    width: 100%;
  }

  .bx_profile .main-profile-form-buttons-block .btn {
    width: 135px;
    font-size: 13px;
  }

  .bx_profile .main-profile-form-buttons-block .btn.btn_blue {
    margin: 0;
  }

  .bx_profile .main-profile-form-buttons-block .btn.btn_white {
    float: right;
  }
}

.sale-order-list-container .sale-order-list-accomplished-title-container,
.sale-order-list-container .sale-order-list-title-container {
  padding: 0;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-about-link,
.sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-accomplished-title,
.sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-title,
.sale-order-list-container .sale-order-list-title-container .sale-order-list-about-link,
.sale-order-list-container .sale-order-list-title-container .sale-order-list-accomplished-title,
.sale-order-list-container .sale-order-list-title-container .sale-order-list-title {
  color: #fff;
  font-weight: 400;
  margin: 0;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 14px;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about,
.sale-order-list-container .sale-order-list-title-container .link_about {
  display: table;
  width: 100%;
  background-color: #f44336;
  font-size: 14px;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about:hover,
.sale-order-list-container .sale-order-list-title-container .link_about:hover {
  background-color: #fa4c3f;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about:active,
.sale-order-list-container .sale-order-list-title-container .link_about:active {
  background-color: #ed3022;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about .sale-order-list-about-link,
.sale-order-list-container .sale-order-list-title-container .link_about .sale-order-list-about-link {
  text-transform: initial;
  text-align: right;
  text-decoration: none;
  font-size: 13px;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about .sale-order-list-about-link:hover,
.sale-order-list-container .sale-order-list-title-container .link_about .sale-order-list-about-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .sale-order-list-container .sale-order-list-accomplished-title-container .link_about,
  .sale-order-list-container .sale-order-list-title-container .link_about {
    display: block;
    padding: 15px 0;
  }

  .sale-order-list-container .sale-order-list-accomplished-title-container .link_about:after,
  .sale-order-list-container .sale-order-list-title-container .link_about:after {
    display: block;
    clear: both;
    content: " ";
  }

  .sale-order-list-container .sale-order-list-accomplished-title-container .link_about .sale-order-list-about-link,
  .sale-order-list-container .sale-order-list-title-container .link_about .sale-order-list-about-link {
    display: block;
    height: initial;
    float: left;
  }

  .sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-about-link,
  .sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-accomplished-title,
  .sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-title,
  .sale-order-list-container .sale-order-list-title-container .sale-order-list-about-link,
  .sale-order-list-container .sale-order-list-title-container .sale-order-list-accomplished-title,
  .sale-order-list-container .sale-order-list-title-container .sale-order-list-title {
    display: block;
    height: initial;
  }

  .sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-title,
  .sale-order-list-container .sale-order-list-title-container .sale-order-list-title {
    margin-bottom: 10px;
    line-height: 20px;
  }
}

.sale-order-list-container .sale-order-list-accomplished-title-container .sale-order-list-accomplished-title {
  color: #000;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about {
  background-color: #eee;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about:hover {
  background-color: #f5f5f5;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about:active {
  background-color: #e0e0e0;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about .sale-order-list-about-link {
  color: #000;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about .sale-order-list-about-link:hover {
  color: #f44336;
  text-decoration: none;
}

.sale-order-list-container .sale-order-list-accomplished-title-container .link_about .sale-order-list-about-link:active {
  color: #ed3022;
}

.sale-order-list-container .sale-order-list-inner-container {
  border: 1px solid #eee;
  padding-bottom: 25px;
}

.sale-order-list-container .sale-order-list-inner-container .sale-order-list-inner-row .status_payment {
  padding: 5px 0;
}

.sale-order-list-container .sale-order-list-inner-container .sale-order-list-inner-row .status_payment .sale-order-list-payment-title_name {
  color: #9e9e9e;
}

.sale-order-list-container .sale-order-list-inner-container .sale-order-list-inner-row .status_payment .sale-order-list-status-success {
  color: #fa7f00;
  font-weight: 700;
}

.sale-order-list-container .sale-order-list-inner-container .sale-order-list-inner-row .status_payment .sale-order-list-status-alert {
  font-weight: 700;
}

.sale-order-list-container .sale-order-list-inner-container .ajax_reload {
  font-size: 14px;
  width: 125px;
  height: 40px;
  line-height: 40px;
}

.sale-order-list-container .sale-order-list-inner-accomplished .sale-order-list-accomplished-date-container {
  text-align: left;
}

.sale-order-list-container .sale-order-list-inner-accomplished .sale-order-list-accomplished-date-container .sale-order-list-accomplished-date {
  color: #fa7f00;
}

.sale-order-list-container
  .sale-order-list-inner-accomplished
  .sale-order-list-accomplished-date-container
  .sale-order-list-accomplished-date.canceled-order {
  color: red;
}

.sale-order-list-container .sale-order-list-inner-accomplished .sale-order-list-repeat-link {
  color: #f44336;
}

.sale-order-list-container .sale-order-list-inner-accomplished .sale-order-list-repeat-link:active,
.sale-order-list-container .sale-order-list-inner-accomplished .sale-order-list-repeat-link:hover {
  color: #ed3022;
}

.sale-order-list-container .sale-order-list-change-payment {
  display: none;
}

.sale-order-list-inner-container .sale-order-list-cancel-link,
.sale-order-list-inner-container .sale-order-list-repeat-link {
  float: left;
  width: 195px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}

.cancel_order a.back_to_list:before,
.nav_history_link a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}

.sale-order-list-inner-container .sale-order-list-repeat-link {
  margin-right: 30px;
}

@media only screen and (max-width: 490px) {
  .sale-order-list-inner-container .sale-order-list-cancel-link,
  .sale-order-list-inner-container .sale-order-list-repeat-link {
    float: initial;
    margin: 0 auto;
  }

  .sale-order-list-inner-container .sale-order-list-repeat-link {
    margin-bottom: 20px;
  }
}

.nav_history_link a {
  position: relative;
  padding-left: 15px;
  color: #000;
}

.nav_history_link a:before {
  position: absolute;
  top: 3px;
  color: #f44336;
  left: -13px;
  padding-left: 15px;
}

.nav_history_link a:hover {
  color: #f44336;
}

.nav_history_link a:active {
  color: #ed3022;
}

.cancel_order a {
  color: #f44336;
}

.cancel_order a:active,
.cancel_order a:hover {
  color: #ed3022;
}

.cancel_order a.back_to_list {
  color: #000;
  position: relative;
  padding-left: 15px;
}

.cancel_order a.back_to_list:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 2px;
  color: #f44336;
  left: 0;
}

.cancel_order a.back_to_list:hover {
  color: #f44336;
}

.cancel_order a.back_to_list:active {
  color: #ed3022;
}

.cancel_order .btn {
  width: 190px;
  height: 40px;
}

.cancel_order .btn:focus {
  outline: 0;
}

.cancel_order form {
  font-size: 14px;
}

.cancel_order form textarea:focus {
  outline: 0;
  border-color: #f44336;
}

@media only screen and (max-width: 991px) {
  .slaider,
  .slaider .col-xs-12,
  header .panels,
  header .panels .col-xs-12 {
    padding: 0;
  }

  main {
    min-height: 450px;
  }

  h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .slaider .row,
  header .panels .row {
    margin: 0;
  }

  header .panels .col-sm-8 {
    padding-left: 0;
  }

  header .panels .col-sm-4 {
    padding-right: 0;
  }

  header .panels.fixed {
    height: 55px;
  }

  header .panels.fixed .header_panel {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    max-width: initial;
    z-index: 10;
  }

  .slaider_block .owl-carousel .item,
  .slaider_block .owl-carousel .item .content {
    height: 400px;
  }

  .header_panel {
    height: 55px;
  }

  .header_panel .mobile_menu {
    display: block;
    width: 75px;
    background: #f44336;
    height: 55px;
    text-align: center;
  }

  #search,
  .company_advantages h2,
  .header_panel .btn_basket .txt,
  .header_panel .btn_catalog,
  .header_panel .btn_compare .txt,
  .index_cat_menu,
  .product_list .col-xs-6:last-child {
    display: none;
  }

  .company_advantages .list_option,
  .slaider_block {
    width: 100%;
    padding-left: 0;
  }

  .header_panel .mobile_menu i {
    font-size: 34px;
    color: #fff;
    line-height: 55px;
  }

  .header_panel .btns_header {
    max-width: 200px;
  }

  .header_panel .btns_header a i {
    right: 5px;
  }

  .header_panel .btn_basket,
  .header_panel .btn_compare {
    height: 55px;
  }

  .header_panel .btn_basket .btn,
  .header_panel .btn_compare .btn {
    line-height: 53px;
    height: 55px;
  }

  .slaider_block {
    padding-top: 0;
  }

  .product_list .item {
    padding-top: 10px;
    height: 360px;
  }

  .product_list .item .product_img {
    height: 200px;
  }

  .contact h4 {
    margin-bottom: 10px;
  }

  .news_detail h2 {
    line-height: 24px;
    font-size: 22px;
  }

  .news_detail .news_img {
    width: 40%;
  }

  .bx_slider_conteiner {
    max-width: 600px;
    margin: 0 auto;
  }

  .block_img {
    margin-top: 20px;
  }

  .bx_bigimages {
    height: 300px;
  }

  .info_main {
    padding: 0;
  }

  .option_block .price {
    font-size: 24px;
  }

  .option_block .old_price {
    font-size: 17px;
  }

  .zoomContainer {
    display: none !important;
  }

  .filter_block {
    width: 250px;
  }

  .catalog_section_block {
    width: calc(100% - 250px);
  }

  .bx_filter_param_area input {
    width: 75px;
  }

  .item-list_list .item {
    padding-bottom: 0;
  }

  .item-list_list .item .price {
    display: block;
    float: left;
    height: initial;
    padding-left: 34.5%;
    width: 71%;
    padding-bottom: 15px;
  }

  .item-list_list .item .price span {
    display: initial;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 600px) {
  .item-list_list .item .price span {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) and (max-width: 500px) {
  .item-list_list .item .price {
    padding-left: 0;
    width: 45%;
  }
}

@media only screen and (max-width: 991px) {
  .item-list_list .item .rating {
    height: initial;
    float: left;
    padding-top: 10px;
    padding-left: 5%;
  }

  .item-list_list .item .compare-control_list {
    height: initial;
    display: block;
    float: right;
  }

  .item-list_list .item .compare-control_list .controls-wrap {
    display: block;
    height: initial;
  }

  .item-list_list .item .compare-control_list .controls-wrap .compare-control-input + label {
    position: relative;
    top: -20px;
    left: 0;
    margin: 0;
  }

  footer,
  footer .righ_txt {
    text-align: center;
  }

  footer .copyright .company_name,
  footer .footer_info .footer-menu {
    margin: 0;
  }

  .item-list_list .item .hidden_clear_both {
    clear: both;
  }

  footer .footer_info {
    padding-top: 20px;
  }

  footer .righ_txt {
    margin: 0;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 600px) {
  .item-list_list .item .compare-control_list .controls-wrap .compare-control-input + label {
    left: -15px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .item-list_list .item h3 {
    display: block;
    height: initial;
  }
}

@media only screen and (max-width: 767px) {
  #top-panel,
  .breadcrumbs .item {
    display: none;
  }

  body {
    font-size: 13px;
  }

  h1 {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 24px;
  }

  h2 {
    font-size: 16px;
    margin: 20px 0;
  }

  h3 {
    font-size: 14px;
  }

  .site-logo {
    font-size: 38px;
    white-space: nowrap;
    color: #f44336;
  }

  a.site-logo:hover {
    color: #f44336;
  }

  .header_phone {
    font-size: 18px;
  }

  .header_panel .btn_catalog i {
    left: 0;
  }

  .header_panel .btn_catalog .catalog-menu {
    min-width: 170px;
  }

  .breadcrumbs {
    margin-top: 10px;
    height: 25px;
  }

  .breadcrumbs .item:nth-last-child(3) {
    display: block;
  }

  .breadcrumbs .item:nth-last-child(3) a:before {
    content: "\f141";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    color: #f44336;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: -2px;
  }

  .breadcrumbs .item i {
    display: none;
  }

  .slaider_block .owl-carousel .item {
    height: 350px;
  }

  .slaider_block .owl-carousel .item .content {
    height: 350px;
    padding-left: 52%;
  }

  .slaider_block .owl-carousel .item .content h1 {
    font-size: 40px;
  }

  .slaider_block .owl-carousel .item .content p {
    padding-top: 15px;
    font-size: 14px;
  }

  .product_list .col-xs-6:nth-child(2),
  .product_list .col-xs-6:nth-child(3) {
    margin-top: 0;
  }

  .product_list .col-xs-6:last-child {
    display: block;
  }

  .product_list .item {
    height: 320px;
  }

  .product_list .item .product_img {
    height: 150px;
  }

  .product_list .item .price {
    font-size: 16px;
  }

  .company_advantages .item {
    margin-top: 25px;
    width: 50%;
  }

  .company_advantages .item:nth-child(3) {
    margin: 0 auto;
    float: initial;
  }

  .company_advantages .item .wrp {
    background-size: auto 40px;
    padding-left: 55px;
  }

  .company_advantages .item p {
    font-size: 13px;
  }

  .news .item,
  .news .item:nth-child(2) {
    margin-top: 25px;
  }

  .news .item .news_content h3 {
    height: 30px;
    margin: 10px 0;
    padding: 0;
  }

  .news_main .item,
  .news_main .item:nth-child(2) {
    margin-top: 25px;
  }

  .news_main .item .news_content h3 {
    height: 38px;
    margin-bottom: 14px;
  }

  .news_detail h2 {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 13px;
  }

  .gide {
    padding: 20px 20px 25px;
    display: none;
  }

  .gide > ul > li,
  .gide > ul > li:nth-child(3) {
    padding-top: 30px;
  }

  .gide > ul > li {
    width: 50%;
    padding-right: 15px;
  }

  .gide > ul > li:nth-child(odd) {
    clear: both;
  }

  .gide > ul > li:nth-child(3n + 4) {
    clear: initial;
  }

  .gide > ul > li ul {
    padding-top: 15px;
  }

  .gide > ul:after {
    clear: both;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact .item:nth-child(3) {
    margin-bottom: 0;
  }

  .contacts .col-xs-12 {
    padding: 0;
  }

  .bx-auth font {
    max-width: 100%;
  }

  .bx-auth .bx-auth-table,
  .bx-auth .bx-changepass-table,
  .bx-auth .bx-registration-table {
    width: calc(100% + 15px);
  }

  .bx-authform {
    width: 100%;
  }

  .bx_bigimages {
    height: 250px;
  }

  .option_block .price {
    font-size: 22px;
    line-height: 20px;
  }

  .option_block .old_price {
    font-size: 16px;
  }

  .element_description .ec-comments-add .ec-left span:first-child {
    padding-top: 10px;
  }

  .element_description .ec-comments-add .comments_rating {
    padding-left: 15px;
  }

  .element_description .ec-comments-add .comments_rating > span {
    padding-bottom: 10px;
    padding-top: 15px !important;
  }

  .element_description .ec-comments-add .ec-rating {
    max-width: initial;
    padding: 20px 12px;
  }

  .element_description .ec-comments-add .ec-rating span:first-child {
    padding-top: 0;
  }

  .element_description .ec-comment .rating_comments {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .element_description .ec-comment .rating_comments:after {
    display: block;
    clear: both;
    content: " ";
  }

  .element_description .ec-comment .rating_comments .ec-rating {
    width: 50%;
  }

  .element_description .ec-comment .rating_comments i {
    top: 5px;
  }

  .element_description .item_info_section .not_com {
    float: left !important;
    margin-top: 15px !important;
    margin-bottom: 15px;
  }

  .filter_block {
    width: 100%;
    float: initial;
    padding-right: 0;
  }

  .catalog_section_block {
    width: 100%;
    float: initial;
    margin-top: 30px;
  }

  .item-brand {
    padding-top: 30px;
  }

  .bx_sidebar {
    display: none;
    margin-top: 25px;
  }

  footer {
    font-size: 12px;
  }

  footer .footer_info .footer-menu {
    margin: 0 -15px;
  }

  footer .footer_info .footer-menu li {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 700px) {
  .element_description .emarket-comments h2 {
    margin-bottom: 40px;
  }

  .element_description .emarket-comments h2:after {
    top: 40px;
  }

  .element_description .emarket-comments .rating {
    top: 60px;
    left: 0;
  }

  .element_description #ec_comment_show {
    top: 26px;
  }
}

@media only screen and (max-width: 650px) {
  .news_detail .news_img {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .element_description .emarket-comments h2 {
    margin-bottom: 100px;
  }

  .element_description .emarket-comments h2:after {
    top: 100px;
  }

  .element_description .emarket-comments .rating {
    top: 50px;
  }

  .element_description .emarket-comments .ec_comments_new_buttons {
    float: left;
  }

  .element_description .emarket-comments .ec_comments_new_buttons .btn {
    float: initial;
  }

  .element_description .emarket-comments .ec_comments_new_buttons .btn.btn_white {
    margin-top: 20px;
  }

  .element_description #ec_comment_show {
    left: 0;
    top: 78px;
  }
}

@media only screen and (max-width: 550px) {
  .slaider_block .owl-carousel .item {
    height: 300px;
  }

  .slaider_block .owl-carousel .item .content {
    height: 300px;
    padding-left: 20px;
    text-align: center;
  }

  .slaider_block .owl-carousel .item .content h1 {
    font-size: 36px;
  }

  .slaider_block .owl-carousel .item .content .btn {
    margin: 20px auto 0;
  }

  .product_list .col-xs-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .company_advantages .item,
  .company_advantages .item:nth-child(3) {
    margin: 0 auto;
    float: initial;
  }

  .company_advantages .item {
    width: 100%;
    max-width: 270px;
  }

  .bx-auth .authorize-submit-cell .btn {
    float: initial;
  }

  .bx-auth .authorize-submit-cell .btn.btn_blue {
    margin-bottom: 15px;
  }

  .bx-auth .authorize-submit-cell .forgot_pass {
    margin-left: 0;
  }

  .item_info_section .col-xs-6 {
    width: 100%;
    padding-top: 0;
  }

  .item_info_section .col-xs-6 .btn {
    float: left !important;
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
}

.overflow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  opacity: 0;
}

.overflow.open {
  visibility: visible;
  opacity: 1;
}

.filter_empty {
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px 40px;
  display: none;
}

.catalog_section_block .filter_empty {
  display: block;
}

.catalog-compare-result .property-value:nth-last-child(2) li .slide-wrap {
  border-bottom: 1px solid #eee;
}

.catalog-compare-result .property-list {
  padding-bottom: 3px;
}

.catalog-compare-result .head .emarket-mSlider .mSlider-wrap .mSlider-window li .mdi-close.active_a:before {
  color: #fa7f00;
}

#tab_2 img {
  padding: 15px;
}

.option_block .quantity span.disable {
  cursor: default;
  background-color: #bdbdbd;
}

.option_block .quantity input.disable {
  background-color: #e8e9ec;
}

.bx_bigimages:focus {
  outline: none;
}

.index_cat_menu .jspVerticalBar {
  width: 3px;
}

.index_cat_menu .jspDrag {
  opacity: 0.5;
  transition: ease-out 0.25s;
  border-radius: 0;
}

.index_cat_menu .jspPane {
  transition: ease-out 0.25s;
}

#basket_form .basket_content tr {
  position: relative;
}

#basket_form .basket_content .item .control {
  position: absolute;
  right: 0;
  line-height: 70px;
}

#basket_form .basket_content .item .remove {
  padding-right: 10px;
}

#basket_form .basket_content .item .controls-wrap a {
  border-radius: 0;
}

#basket_form .basket_content .item .controls-wrap a {
  position: absolute;
  top: 0;
}

#basket_form .basket_content .item .controls-wrap a.plus {
  right: 1px;
  top: -1px;
}

#basket_form .basket_content .item .controls-wrap a.minus {
  left: 1px;
}

#basket_form .basket_content input.number {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 56px;
  text-align: center;
  top: 19px;
  border: 1px solid #eee;
}

#basket_form .basket_header td.items {
  width: 54%;
}

#basket_form .basket_header #col_QUANTITY {
  width: 10%;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span.summ {
  display: initial;
}

@media only screen and (max-width: 800px) {
  #basket_form .basket_header {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  #basket_form .basket_content .item .custom:nth-child(5) {
    display: block;
  }

  #basket_form .basket_content .item .custom:nth-child(5) span {
    display: none;
  }

  #basket_form .basket_content .item .controls-wrap {
    left: 15px;
  }

  #basket_form .basket_content input.number {
    left: 46px;
  }

  #basket_form .basket_content .item .custom span.txt {
    padding-right: 10px;
  }

  #basket_form .basket_content .item .item_info .scu_wrp:after {
    clear: both;
    content: " ";
    display: block;
  }

  #basket_form .basket_content .item {
    padding-right: 30px;
  }

  #basket_form .basket_content .item .item_info {
    min-height: 75px;
  }

  #basket_form .basket_content .item .control {
    line-height: initial;
  }
}

@media only screen and (max-width: 530px) {
  #basket_form .basket_content .item .controls-wrap {
    left: 93px;
  }

  #basket_form .basket_content input.number {
    left: 124px;
  }
}

@media only screen and (max-width: 400px) {
  .emodal_form#OneClickEmodal {
    width: 300px;
    margin-left: -150px;
  }
}

#cookies_modal {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #f7df10;
  padding: 5px 20px;
  min-height: 36px;
  color: #000;
  z-index: 100;
  display: none;
}

.cookies_modal_text {
  float: left;
  font-size: 12px;
}

.cookies_modal_text {
  padding: 5px;
}

.cookies_modal_btn {
  float: right;
}

.cookies_modal_btn button.btn {
  padding: 5px;
  font-size: 12px;
}

.works {
  margin-bottom: 50px;
}

.works h2 {
  font-size: 30px;
  font-weight: 700;
}

.work-num {
  font-size: 40px;
  font-weight: 800;
  color: #f7df10;
}

.works-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 65px;
  row-gap: 24px;
}

.work-item {
  display: flex;
  gap: 30px;
}

.work-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.work-text {
  font-size: 18px;
  font-weight: 400;
}

.work-content {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .works-inner {
    grid-template-columns: 1fr;
  }
}
 

.container-fluid .errortext {
  display: none;
}

.product_list.category_list .item {
  height: 300px;
}

.product_list.category_list .item h3 {
  text-align: center;
  margin-top: 15px;
}

.section_description ul {
  padding-left: 15px;
}

.section_description ul li {
  list-style: disc;
}

.owl-carousel_similar .item div.h3,
.product_list .item div.h3,
.product_list_recomended .item div.h3 {
  color: #000;
  line-height: 20px;
  margin: 0;
  height: 65px;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
}

.item-list .item div.h3,
.section_element .item div.h3 {
  color: #000;
  line-height: 20px;
  margin: 15px 0 0;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
}
.tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.tags a {
  padding: 10px 25px;
  background-color: #f44336;
  color: #fff;
}

.like-h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.adr-foot {
  text-align: left;
  float: right;
}

.section-description {
  margin: 40px 0;
}

.section-description ul li {
  list-style: disc !important;
}

.catalog_section_block .catalog-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  grid-gap: 20px;
}
.catalog_section_block .catalog-products-grid > .item {
  width: 100%;
  float: none;
  padding: 0;
}
.catalog_section_block .catalog-products-grid > .item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog_section_block .catalog-products-grid > .item .price {
  margin-top: auto;
}
@media (max-width: 1100px) {
  .catalog_section_block .catalog-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  div[style*="width:560px"] {
    width: 100% !important;
  }
}
@media (max-width: 525px) {
  .catalog_section_block .catalog-products-grid .item .h3 {
    font-size: 16px;
  }
}

/* Unified product cards in catalog listings */
.catalog-products-grid.zs-catalog-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px 20px;
  width: 100%;
}

.section_element .catalog-products-grid.zs-catalog-products-grid {
  float: left;
  width: 75%;
  padding: 0 15px 0 20px;
  box-sizing: border-box;
}

.section_element:after {
  content: "";
  display: table;
  clear: both;
}

.catalog-products-grid .zs-main-popular-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 374px;
  flex-direction: column;
  padding: 18px 20px 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(28, 39, 52, .18);
  box-sizing: border-box;
}

.catalog-products-grid .zs-main-popular-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 148px;
  margin-bottom: 13px;
  padding: 0;
  text-decoration: none;
}

.catalog-products-grid .zs-main-popular-card__image img {
  display: block;
  max-width: 100%;
  max-height: 138px;
  object-fit: contain;
}

.catalog-products-grid .zs-main-popular-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 26px;
  margin-bottom: 8px;
}

.catalog-products-grid .zs-main-popular-card__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
  color: #4d5d6c;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.catalog-products-grid .zs-main-popular-card__rating span {
  display: inline-flex;
  width: 13px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: #3f5264;
  font-size: 15px;
  line-height: 1;
}

.catalog-products-grid .zs-main-popular-card__rating span.is-active {
  color: #f2c14e;
}

.catalog-products-grid .zs-main-popular-card__compare {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #6c7885;
  cursor: pointer;
}

.catalog-products-grid .zs-main-popular-card__compare .mdi {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.catalog-products-grid .zs-main-popular-card__compare:hover,
.catalog-products-grid .zs-main-popular-card__compare.is-active {
  color: #f44336;
}

.catalog-products-grid .zs-main-popular-card__compare.is-loading {
  opacity: 1;
  cursor: progress;
  pointer-events: none;
}

.catalog-products-grid .zs-main-popular-card__name {
  display: block;
  min-height: 55px;
  margin: 0 0 9px;
  padding: 0;
  overflow: hidden;
  color: #26313c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
}

.catalog-products-grid .zs-main-popular-card__name:hover {
  color: #f44336;
  text-decoration: none;
}

.catalog-products-grid .zs-main-popular-card__price {
  min-height: 22px;
  margin: 0 0 16px;
  color: #15191f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.catalog-products-grid .zs-main-popular-card__price span {
  color: #8b96a3;
  font-weight: 400;
}

.catalog-products-grid .zs-main-popular-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  gap: 12px;
  margin-top: auto;
}

.catalog-products-grid .zs-main-popular-card__cart,
.catalog-products-grid .zs-main-popular-card__one-click {
  display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.catalog-products-grid .zs-main-popular-card__one-click {
  width: 100%;
  min-width: 0;
  border: 1px solid #4c5867;
  background: #4c5867;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-products-grid .zs-main-popular-card__one-click:focus,
.catalog-products-grid .zs-main-popular-card__one-click:hover {
  border-color: #3f4a57;
  background: #3f4a57;
}

.catalog-products-grid .zs-main-popular-card__cart {
  position: relative;
  width: 50px;
  min-width: 50px;
  padding: 0;
  border: 1px solid #4c5867;
  background: #fff;
  color: #4c5867;
}

.catalog-products-grid .zs-main-popular-card__cart .mdi {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.catalog-products-grid .zs-main-popular-card__cart:focus,
.catalog-products-grid .zs-main-popular-card__cart:hover {
  border-color: #3f4a57;
  background: #f7f9fb;
  color: #3f4a57;
}

.catalog-products-grid .zs-main-popular-card__cart.is-loading {
  opacity: 1;
  cursor: progress;
  pointer-events: none;
}

.catalog-products-grid .zs-main-popular-card__cart.is-added {
  border-color: #f44336;
  background: #f44336;
  color: #fff;
}

.zs-main-popular-modal-open {
  overflow: hidden;
}

.zs-main-popular-modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, .48);
}

.zs-main-popular-modal-overlay.is-open {
  display: block;
}

.zs-main-popular-modal {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  display: none;
  width: min(360px, calc(100vw - 32px));
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 26, 38, .32);
  transform: translate(-50%, -50%);
}

.zs-main-popular-modal.is-open {
  display: block;
}

.zs-main-popular-modal__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 44px;
  background: #f44336;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.zs-main-popular-modal__close {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.zs-main-popular-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.zs-main-popular-modal__form input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #e2e6ea;
  border-radius: 0;
  color: #26313c;
  font-size: 14px;
}

.zs-main-popular-modal__policy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #4c5867;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.zs-main-popular-modal__policy input {
  margin-top: 2px;
}

.zs-main-popular-modal__policy a {
  color: #f44336;
  text-decoration: none;
}

.zs-main-popular-modal__submit {
  align-self: center;
  min-width: 170px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: #4c5867;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.zs-main-popular-modal__result {
  min-height: 18px;
  color: #4c5867;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.zs-main-popular-modal__result.is-success {
  color: #24773b;
}

.zs-main-popular-modal__result.is-error {
  color: #c62828;
}

@media (max-width: 1100px) {
  .catalog-products-grid.zs-catalog-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section_element .catalog-products-grid.zs-catalog-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .section_element .catalog-products-grid.zs-catalog-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .section_element .catalog-products-grid.zs-catalog-products-grid {
    width: 100%;
    padding: 20px 15px 0;
  }
}

@media (max-width: 560px) {
  .catalog-products-grid.zs-catalog-products-grid,
  .section_element .catalog-products-grid.zs-catalog-products-grid {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .catalog-products-grid .zs-main-popular-card {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    min-height: 0;
    margin: 0 0 22px;
  }

  .catalog-products-grid .zs-main-popular-card__price {
    text-align: left;
    white-space: normal;
  }

  .catalog-products-grid .zs-main-popular-card__actions {
    position: relative;
    display: block;
    width: calc(100vw - 70px);
    max-width: 100%;
    padding-left: 62px;
    padding-right: 0;
    box-sizing: border-box;
  }

  .catalog-products-grid .zs-main-popular-card__one-click {
    width: calc(100vw - 150px) !important;
    max-width: calc(100vw - 150px) !important;
    flex: 0 0 auto;
    padding-right: 14px;
  }

  .catalog-products-grid .zs-main-popular-card__cart {
    display: inline-flex !important;
    position: absolute !important;
    z-index: 2;
    top: 0;
    right: auto;
    left: 0;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
