@font-face {
  font-family: "GothaProReg";
  src: url("../fonts/GothaProReg.eot");
  src: url("../fonts/GothaProReg.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothaProReg.woff") format("woff"),
    url("../fonts/GothaProReg.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothaProBol";
  src: url("../fonts/GothamProMedium.eot");
  src: url("../fonts/GothamProMedium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothaProLig";
  src: url("../fonts/GothaProLig.eot");
  src: url("../fonts/GothaProLig.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothaProLig.woff") format("woff"),
    url("../fonts/GothaProLig.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap'); */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font: 14px/20px "GothaProReg", Verdana, Tahoma, sans-serif !important;
  color: #41414f;
  width: 100%;
  min-height: 100%;
  background: #fdfdfd;
  /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;*/
}

a {
  outline: none !important;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none !important;
  text-decoration: none;
}

p {
  margin: 0 !important;
  padding: 7px 0 15px;
  color: #41414f;
}

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

input {
  vertical-align: middle;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

h1 {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin: 1.5rem auto;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

.h2 {
  font-size: 20px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  display: inline-block;
  margin: 0 0 20px;
  color: #41414f;
}

.h2-link {
  font-size: 20px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  display: inline-block;
  margin: 0 0 20px;
  color: #41414f;
}

.h2-link:hover,
.h2-link:focus {
  color: #ff5b5b;
  text-decoration: none;
}

.h3 {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  margin-top: 0;
  text-align: center;
}

/*.h4 {*/
/*font-size: 14px;*/
/*font-weight: bold;*/
/*text-transform: uppercase;*/
/*color: #000000;*/
/*margin-bottom: 10px;*/
/*display: block;*/
/*margin-top: 0;*/
/*}*/

.h5 {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 8px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

ul {
  list-style-position: inside;
}

ol {
  list-style: inside decimal;
  /*font-family: "GothaProBol", Verdana, Tahoma, sans-serif;*/
}

strong {
  font-weight: normal;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

/* Middle
-----------------------------*/

#middle {
  padding: 0;
  margin: 0 auto;
  max-height: 100%;
  height: 100%;
}

#middle:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#middle > .container {
  background-color: #ffffff;
}

#main #middle {
  padding-top: 25px;
}

/* Header
--------------------------------*/

header {
  top: 0;
  min-height: 40px;
  width: 100%;
  position: sticky;
  z-index: 1100;
  border: none;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #e6e7ea;
  background: #f9fafc;
  box-shadow: 0 4px 10px -10px black;
}
.header-top {
  height: 20px;
  padding: 4px 0;
  z-index: 1100;
  background: #f9fafc;
  float: right;
}
.header-top-btn {
  font-size: 12px;
  padding: 0 4px;
  color: #666;
}
.header-top-btn:hover {
  text-decoration: none;
  color: #e74c3c;
}
header .header-middle {
  height: 80px;
}
header .header-bottom {
  min-height: 12px;
  background-color: #aaa;
}
.header-btn {
  font-size: 16px;
  text-decoration: none;
  padding: 30px 10px;
  display: inline-block;
  height: 80px;
  color: #000000;
  font-weight: bold;
}
.open > .header-btn {
  text-decoration: none;
  color: #e74c3c;
}
.header-btn:hover {
  text-decoration: none;
  color: #e74c3c;
}
.header-btn i {
  font-size: 20px;
}
.brand-info {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  text-decoration: none;
  float: left;
  padding: 20px;
  height: 80px;
  font-weight: 900;
  vertical-align: top;
  padding-left: 55px;
  background: url(../img/logo.webp) no-repeat 0 20px transparent;
  background-size: 50px;
  text-decoration: none;
  color: #41414f;
  /*text-transform: uppercase;*/
}
.brand-info span {
  top: 10px;
  position: relative;
}
.brand-info:hover {
  text-decoration: none;
  color: #e74c3c;
}
.header-musthave {
  float: right;
  height: 80px;
}
.header-menu {
  position: relative;
  text-decoration: none;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 80px;
}
.header-menu li {
  position: relative;
  text-decoration: none;
  display: inline-block;
  height: 100%;
}
.header-middle > ul > li:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  left: 10%;
  bottom: 0px;
  background: #e74c3c;
  transition: 0.2s;
  opacity: 0;
}
.header-middle > ul > li:hover:before {
  opacity: 1;
}
#menu-mobile {
  display: none;
}

/*------------ menu
------------------------------*/

#mobile-menu {
  display: none;
}

#menu_line {
  background: #f9fafc;
  padding: 10px 0;
  height: 60px;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#menu {
  padding: 0;
}

#menu ul {
  margin: 0;
  list-style: none;
}

#menu ul li {
  margin-right: 10px;
  display: inline-block;
}

#menu ul li:last-child {
  margin-right: 0;
}

#user-menu .dropdown-menu {
  width: 100px;
}

.caret {
  background: url("../img/caret_ico.png") no-repeat 0 0 transparent;
  width: 10px;
  height: 12px;
  border: none;
}

.catalog_dropdown {
  width: 265px;
}

.catalog_dropdown > ul > li .catalog_dropdown_sub {
  display: none;
  column-count: 2;
  background: #fff;
  border-left: 1px solid rgba(65, 65, 79, 0.3);
  height: auto;
  left: 100%;
  min-height: 100%;
  padding: 25px 10px;
  position: absolute;
  top: -14px;
  width: 600px;
  box-shadow: 15px 5px 15px 0 rgba(1, 3, 5, 0.13);
  border-radius: 14px 0 14px 0;
}

.catalog_dropdown_sub_item > a {
  text-transform: none !important;
  border-bottom: none !important;
  padding: 5px 0 !important;
  font-size: 13px !important;
  font-family: "GothaPro", Verdana, Tahoma, sans-serif !important;
}

.catalog_dropdown_sub_item > a:hover {
  color: #9d9daa !important;
}

.new_label {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #ff5b5b none repeat scroll 0 0;
  box-shadow: -2px -2px 2px rgba(1, 3, 5, 0.35);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-left: -35px;
  margin-top: 5px;
}

.header_btn,
#menu li a.header_btn {
  border: 1px solid #e6e7ea;
  padding: 9px 14px !important;
  background: transparent;
  /*text-transform: lowercase;*/
  color: #41414f !important;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
}

.cart-box.absolute {
  position: absolute;
  cursor: pointer;
  top: 13px;
  left: 15px;
  z-index: 9999;
}

.header_btn.header_btn_img,
#menu li a.header_btn.header_btn_img {
  padding-left: 40px !important;
}

.header_btn.header_btn_img img {
  position: absolute;
  left: 14px;
  top: 7px;
}

.header_btn i {
  color: #ff5b5b;
}

.header_btn:hover i {
  color: #ffffff !important;
}

.header_btn.active,
.header_dropdown_block.open i {
  color: #ffffff !important;
}

.header_btn:hover,
.header_btn.active,
.header_dropdown_block.open .header_btn,
#menu li a.header_btn:hover,
#menu li.active a.header_btn {
  background: #ff5b5b !important;
  border-color: #ff5b5b;
  color: #ffffff !important;
}

#menu a.header_btn:hover i,
#menu li.active a.header_btn i {
  color: #ffffff !important;
}

.header_btn.header_btn_img.place:hover img,
.active a.header_btn.header_btn_img.place img {
  content: url("../img/place_ico_hover.png");
}

#menu li a.header_btn.header_btn_img.place:hover img,
#menu li.active a.header_btn.header_btn_img.place img {
  content: url("../img/place_ico_hover.png");
}

#cart.header_btn.header_btn_img:hover img,
#cart.header_btn.header_btn_img.active img {
  content: url("../img/cart_ico_hover.png");
}

.catalog_btn.header_btn.header_btn_img:hover img,
.catalog_btn.header_btn.header_btn_img.active img {
  content: url("../img/catalog_ico_hover.png");
}

.header_dropdown_block {
  display: inline-block;
}

.header_dropdown_block .dropdown-menu {
  border: 3px solid #ff5b5b;
  border-radius: 0;
  width: 300px;
  margin: 0;
  box-shadow: 0 6px 5px 0 rgba(1, 3, 5, 0.57);
  padding: 20px;
}

.left-position {
  margin-left: 20px;
}

.left-position .dropdown-menu {
  left: 0;
}

.mobile-search-trigger {
  display: none;
}

.social_block {
  text-align: center;
  font-size: 12px;
}
.messenger.viber {
  background: url("../img/viber.png") no-repeat 0 0 transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-size: cover;
}
.messenger.telegram {
  background: url("../img/telegram.png") no-repeat 0 0 transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-size: cover;
}
.messenger.call {
  background: url("../img/call.png") no-repeat 0 0 transparent;
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-size: cover;
}

.social {
  background: url("../img/social_icon.webp") no-repeat 0 0 transparent;
  width: 32px;
  height: 33px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.social.google {
  background: url("../img/google-logo.svg") no-repeat 0 0 transparent !important;
  background-size: contain !important;
}

.social_block ul {
  margin-bottom: 0;
}

.social_block ul li {
  display: inline-block;
  margin-left: 8px;
}

.social_block ul li:first-child {
  margin-left: 0;
}
/*
.social.vk {
    background-position: -32px 0;
}

.social.tw {
    background-position: -64px 0;
}

.social.insta {
    background-position: -96px 0;
}

.social.mailru {
    background-position: -128px 0;
}

.social.viber {
    background-position: -160px 0;
}

.social.ok {
    background-position: -192px 0;
}

.social.youtube {
    background-position: -224px 0;
}
*/
/*.social.fb:hover {
    background-position: 0 -33px;
}

.social.vk:hover {
    background-position: -32px -33px;
}

.social.tw:hover {
    background-position: -64px -33px;
}

.social.insta:hover {
    background-position: -96px -33px;
}

.social.mailru:hover {
    background-position: -128px -33px;
}

.social.viber:hover {
    background-position: -160px -33px;
}

.social.ok:hover {
    background-position: -192px -33px;
}

.social.youtube:hover {
    background-position: -224px -33px;
}*/
.social.fb {
  background-position: 0 -33px;
}

.social.vk {
  background-position: -32px -33px;
}

.social.tw {
  background-position: -64px -33px;
}

.social.insta {
  background-position: -96px -33px;
}

.social.mailru {
  background-position: -128px -33px;
}

.social.viber {
  background-position: -160px -33px;
}

.social.ok {
  background-position: -192px -33px;
}

.social.youtube {
  background-position: -224px -33px;
}

.forgot_block {
  text-align: center;
}

.forgot {
  font-size: 13px;
  color: #41414f !important;
  border-bottom: 1px dashed #41414f;
  text-decoration: none !important;
}

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

/*------------- search
-----------*/

.search-result-wrapper {
  display: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search-result-wrapper.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: 100%;
  padding: 2%;
  position: fixed;
  box-sizing: border-box;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.55);
}

.search-result-wrapper .search-result-box {
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.search-result-wrapper .search-result-box-content {
  min-height: 100%;
  position: relative;
  z-index: 4;
  height: 100%;
}

.search-result-wrapper .search-result-box-search_bar {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.search-result-wrapper .search-result-box-search_bar-bar_wrapper {
  box-sizing: border-box;
  margin: 24px;
  margin-right: 55px;
}

.search-result-wrapper .search_close:before {
  content: "\e014";
}

.search-result-wrapper .search_close {
  cursor: pointer;
  font-size: 17px;
  font-family: "Glyphicons Halflings";
  line-height: 1;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
  position: absolute;
  right: 0;
  top: 24px;
  padding: 16px 12px 15px;
  z-index: 3;
  padding-right: 24px;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-result-wrapper .search_close:hover {
  color: #666;
}

.search-result-wrapper .search-provider {
  border: 1px solid #999;
  color: #333;
  font-size: 17px;
  outline: 0;
  position: relative;
  padding: 0 11px 0 21px;
  height: 48px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
}

.search-result-wrapper .search-result-box-search_content-wrapper {
  position: relative;
  z-index: 1;
  top: 97px;
  color: #000000;
  overflow-x: hidden;
}

.productRelevance {
  width: 100%;
  text-align: center;
  background-color: #eaffd7;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-wrapper .product-wrapper {
  margin: 0;
  padding: 0;
}

.search-result-wrapper .product_info {
  display: flex;
  width: 98%;
  margin: 0 0 15px 0;
}

.search-result-wrapper .product_info .product_img {
  width: 102px;
  height: 102px;
  display: inline-block;
  margin-top: 0 !important;
}

.search-result-wrapper .product_info .category_search_img {
  width: 82px;
  height: 82px;
  display: inline-block;
  margin-top: 0 !important;
}

.search-result-wrapper .product_info .product-description {
  display: inline-block;
  padding: 0 15px;
  flex: 1;
}

.search-result-wrapper .ribbon-wrapper-red {
  top: -5px !important;
}

.search-result-wrapper .product_info .product-description .product_title {
  height: auto;
  font-size: 17px;
  margin: 0;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

.search-result-wrapper .product_info .product_price {
  width: 120px;
  display: inline-block;
}

/* footer
-----------------------------*/

footer {
  background: #ecf0f1;
  padding: 10px 0;
}
.footer-block > li {
  line-height: 18px;
  padding-bottom: 5px;
  list-style: none;
}
.footer-block > li > a {
  text-decoration: none;
  color: #555;
  font-weight: 400;
  transition: color 70ms ease-out;
}
.footer-block > li > a:hover {
  text-decoration: none;
  color: #e74c3c;
  font-weight: 400;
}

footer .container .title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  display: block;
  padding-bottom: 10px;
}

.viewed-product {
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 1px;
  position: relative;
  padding-bottom: 15px;
}
.viewed-product:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(127, 140, 141, 0) 0%,
    rgba(127, 140, 141, 0.3) 50%,
    rgba(127, 140, 141, 0) 100%
  );
}
.footer-product {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #e6e7ea;
  padding: 10px;
  min-height: 114px;
  border-radius: 5px;
}
.a-footer-product:hover {
  text-decoration: none;
}
.footer-product:hover {
  text-decoration: none;
  box-shadow: 1px 4px 14px -7px grey;
}

.footer-product:hover .product-description > .product_title {
  text-decoration: none;
  color: #e74c3c;
}

.in_social .social,
.payment_block .payment {
  vertical-align: middle;
  margin-left: 7px;
}

.payment_block a {
  text-decoration: none;
  color: #000000;
}

.copyright,
.develop {
  font-size: 12px;
}

.scrolling-button_up {
  position: fixed;
  background: #e74c3c;
  border-radius: 50%;
  right: 20px;
  border: 1px solid;
  width: 45px;
  height: 45px;
  display: block;
  z-index: 9999;
  opacity: 0.5;
  bottom: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 1000;
  font-size: 38px;
  text-align: center;
  color: black;
}

.category-list-trigger {
  position: fixed;
  border-bottom: 50px;
  left: 20px;
  background: url("../img/category-list-trigger.png") no-repeat 0 0 transparent;
  width: 45px;
  height: 45px;
  display: block;
  z-index: 9999;
  opacity: 0.8;
  bottom: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-indent: -9999px;
}

.filter-trigger {
  position: fixed;
  border-bottom: 50px;
  left: 30px;
  background: url("../img/filter-trigger.png") no-repeat 0 0 transparent;
  width: 45px;
  height: 45px;
  display: block;
  z-index: 9999;
  opacity: 0.8;
  bottom: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-indent: -9999px;
}

.scrolling-button_up:hover {
  opacity: 1;
  color: black;
}

/* FORM
-------------------------------*/

input.form-control,
textarea.form-control {
  border-radius: 0;
  box-shadow: none !important;
  border-color: #e6e7ea;
  background: #ffffff;
  margin: 0;
  height: 40px;
  font-size: 14px;
  color: #41414f;
  padding: 9px 12px;
}

textarea.form-control {
  height: auto !important;
}

input.form-control:hover,
textarea.form-control:hover,
input.form-control:focus,
textarea.form-control:focus {
  border-color: #ff5b5b;
}

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"] + label {
  background: url(../img/checkbox.png) 0 0 no-repeat transparent;
  padding-left: 25px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  margin: 0;
}

.sorted_block input[type="checkbox"] + label {
  font-size: 11px;
}

input[type="checkbox"]:checked + label {
  background: url(../img/checkbox_check.png) 0 0 no-repeat transparent;
}

label,
label.control-label {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  line-height: 16px;
  min-height: 16px !important;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

input[type="radio"] + label {
  background: url(../img/radio.png) 0 0 no-repeat transparent;
  padding-left: 25px;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  margin: 0;
  text-transform: none;
}

.quiz_block label {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  padding: 0;
}

input[type="radio"]:checked + label {
  background: url(../img/radio_check.png) 0 0 no-repeat transparent;
}

.help-block {
  font-size: 10px;
  color: #ff5b5b;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  /*margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;*/
}

.form-group {
  margin: 0 0 15px;
  position: relative;
}

/* btn
---------------------------*/

.myBtn {
  color: #41414f;
  background: #e6e7ea;
  text-decoration: none;
  display: inline-block;
  border: none;
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  margin: 0;
  height: 40px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.myBtn:hover {
  background: #ff5b5b;
  text-decoration: none;
  color: #ffffff;
}

.myBtn.invert {
  background: #ff5b5b;
  color: #ffffff;
}

.myBtn.invert:hover,
.myBtn.invert:focus {
  text-decoration: none;
  color: #41414f;
  background: #e6e7ea;
}

/*----- review
-----------------------------------*/

.rev-user-avatar {
  height: 60px;
  position: absolute;
  width: 60px;
  background: url("../img/review_img.png") no-repeat 50% 50% transparent;
  border: 1px solid #e6e7ea;
  border-radius: 30px;
}

.rev-user-data {
  height: 60px;
  margin-left: 70px;
  position: relative;
}

.rev-user-name {
  color: #41414f;
  font-size: 18px;
  padding-top: 5px;
}

.rev-time {
  color: #9d9daa;
  font-size: 16px;
}

.rev-content {
  padding: 7px 0 15px;
  border-bottom: 1px solid #e6e7ea;
  font-size: 16px;
}

/*------ catalog
----------------------------*/

.product-wrapper {
  margin-bottom: 30px;
  min-height: 34px;
}

.product .product_hover {
  background: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 300;
}

.animate .product:hover .product_hover {
  background: #ffffff;
  border: 3px solid #ff5b5b;
  bottom: -70px;
  box-shadow: 0 0 6px rgba(1, 3, 5, 0.3);
  left: -20px;
  right: -20px;
  top: -28px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 350;
}

.product_info {
  position: relative;
  z-index: 310;
}

.animate .product:hover .product_info {
  z-index: 990;
}

.nalichie {
  font-size: 10px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
}

.product-hover-bottom {
  bottom: 15px;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.product:hover .product_hover .product-hover-bottom {
  display: block;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.product_img {
  display: block;
  position: relative;
  padding-top: 0%; /* 1:1 Aspect Ratio */
  border: 1px solid #e6e7ea;
  width: 100%;
}

.category_search_img {
  display: inline-block;
  position: relative;
  padding-top: 0%; /* 1:1 Aspect Ratio */
  border: 1px solid #e6e7ea;
  width: 100%;
}

#main .product_img {
  background-color: #ffffff;
  margin-top: 0px;
}

.new_price {
  font-size: 17px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  color: #ff5b5b;
}
.price {
  font-size: 17px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  color: #41414f;
}
.product_price {
  margin-bottom: 10px;
  margin-top: 5px;
}

.inactive_price {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  margin-right: 10px;
}

.product_title {
  font-size: 13px;
  color: #41414f;
  height: 58px;
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
}

.category_block {
  margin-bottom: 30px;
  background: url("../img/category_line.png") no-repeat 0 bottom transparent;
}

.category_title a {
  font-size: 20px;
  color: #ff5b5b;
  text-decoration: none !important;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

.category_title a:hover {
  text-decoration: underline !important;
}

.category {
  margin-bottom: 30px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.category .category_text {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  background: rgba(255, 91, 91, 0.9);
  color: #ffffff;
  padding: 15px 25px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.category:hover .category_text {
  opacity: 0.9;
}

.category .category_title {
  color: #41414f;
  font-size: 18px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  position: absolute;
  top: 15px;
  left: 25px;
  text-decoration: underline;
}

.category:hover > .category_title {
  display: none;
}

.category_text .category_title {
  color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
}

.category_list {
  list-style: none;
  margin-top: 10px;
}

.category_list li {
  line-height: 16px;
}

.category_list li a {
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
}

.category_list li a:hover {
  text-decoration: none;
}

.category_list li.more {
  margin-top: 10px;
}

.category_list li.more a {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

.qty {
  font-size: 11px;
  color: #9d9daa;
}

.myBtn:hover .qty,
.myBtn:focus .qty {
  color: #ffffff;
}

.category:hover {
  border-color: #ff5b5b;
  outline-color: #ff5b5b;
}

.ribbon-wrapper-red {
  width: 63px;
  height: 63px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  left: -4px;
}

.ribbon-red {
  background-color: #ff5b5b;
  box-shadow: 1px 1px 2px rgba(1, 3, 5, 0.35);
  -webkit-box-shadow: 1px 1px 2px rgba(1, 3, 5, 0.35);
  -moz-box-shadow: 1px 1px 2px rgba(1, 3, 5, 0.35);
  color: #ffffff;
  font-size: 11px;
  padding: 0;
  position: relative;
  right: 21px;
  text-align: center;
  top: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 90px;
}

.ribbon-red:before,
.ribbon-red:after {
  content: "";
  border-top: 3px solid #ce3611;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-red:before {
  left: 0;
}

.ribbon-red:after {
  right: 0;
}

.category_description p {
  font-size: 13px;
}

/*-------------- breadcrumb ------------------*/

.breadcrumb {
  font-size: 13px;
  background: transparent;
  padding: 10px 0px;
  color: #9d9daa !important;
  margin: 0;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb a {
  color: #41414f;
  border-bottom: 1px dashed;
}

.breadcrumb a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

.breadcrumb > li {
  color: #707070 /*#9d9daa*/ !important;
  font-family: "GothaPro", Verdana, Tahoma, sans-serif;
}

.breadcrumb > li + li::before {
  content: "→";
  padding: 0 2px;
  color: #9d9daa !important;
}

/*---------- sorted
----------------------------*/

.sorted_wrapper {
  padding: 0px 0 15px;
}

.sorted_block {
  display: inline-block;
  margin-left: 39px;
}

.sorted_block:first-child {
  margin-left: 0;
}

.sorted_list {
  margin: 0;
}

.sorted_list li {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
}

.sorted_list li a {
  color: #41414f;
}

.sorted_list li a:hover,
.sorted_list li.active a {
  color: #ff5b5b;
  text-decoration: none;
}

.sorted_list > li + li::before {
  content: "/";
  padding: 0 3px 0 0;
  color: #41414f;
}

.price_sorted {
  text-transform: uppercase;
  color: #41414f;
  font-size: 11px;
}

.price_sorted:hover,
.price_sorted:focus {
  color: #ff5b5b;
  text-decoration: none;
}

.price_sorted span {
  background: url("../img/sorted_arrow.png") no-repeat 0 0 transparent;
  width: 7px;
  height: 9px;
  display: inline-block;
}

.qty_sorted {
  margin: 0;
}

.qty_sorted li {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 3px;
  color: #9d9daa;
}

.qty_sorted li:last-child {
  margin-right: 0;
}

.qty_sorted li a {
  color: #41414f;
}

.qty_sorted li a:hover,
.qty_sorted li.active a,
.qty_sorted li a:focus {
  color: #ff5b5b;
  text-decoration: none;
}

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

.filter_wrapper {
  padding: 20px;
  border: 3px solid #e6e7ea;
  background: #ffffff;
  margin: 10px 0 20px;
}

.filter_title {
  font-size: 14px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  overflow-x: hidden;
  width: 100%;
}

.filter_list_category li {
  margin-bottom: 0px;
  list-style: none;
}

.filter_list_category li a {
  font-size: 13px;
  color: #41414f;
}

.filter_list_category li a:hover,
.filter_list_category li a:focus,
.filter_list_category li.active a {
  color: #ff5b5b;
  text-decoration: none;
}

.filter_part {
  border-bottom: 1px dotted #e6e7ea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.filter_price {
  white-space: nowrap;
  font-size: 13px;
}

.brand_list {
  margin: 0;
}

.brand_list li {
  font-size: 13px;
  margin-bottom: 5px;
  list-style: none;
}

.delete {
  width: 10px;
  display: inline-block;
  height: 15px;
  background: url("../img/delete.png") no-repeat 0 0 transparent;
}

.brand_list li:hover .delete {
  background-position: 0 -20px;
}

/*------------ chosen
-------------------------------------*/

.chosen-container {
  width: 100% !important;
  margin-bottom: 0;
  margin-top: 10px;
}

.chosen-container .chosen-single {
  background: #e6e7ea;
  box-shadow: none !important;
  border: none !important;
  padding: 0;
  height: 40px;
  border-radius: 0;
  text-indent: 15px;
  font-size: 13px;
  color: #41414f;
}

.chosen-container .chosen-single:hover,
.chosen-container.chosen-with-drop .chosen-single {
  background: #ff5b5b;
  color: #ffffff;
}

.chosen-container-single .chosen-single span {
  padding: 8px 0;
}

.chosen-container-single .chosen-single div {
  width: 30px;
}

.chosen-container-single .chosen-single div b {
  background: url("../img/sorted_arrow.png") no-repeat center center transparent !important;
}

.chosen-container .chosen-drop {
  border-radius: 0;
  box-shadow: 0 0 6px rgba(1, 3, 5, 0.3);
  overflow: hidden;
  margin: 0;
  background: #ffffff;
  padding: 8px 30px 13px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  border: none;
}

.chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

.chosen-container .chosen-results li {
  font-size: 13px;
  padding: 5px 0;
  color: #41414f;
}

.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.result-selected:hover,
.chosen-container .chosen-results li.result-selected {
  background: transparent;
  text-decoration: none;
  color: #ff5b5b;
}

.address .chosen-container {
  margin-top: 0;
}

.address .chosen-container .chosen-drop {
  padding: 8px 13px 13px;
}

.address .field-order-street_prefix .chosen-container {
  width: 80px !important;
}

/*--------------- pagination ----------------------*/

.pagination_wrapper,
.share_news {
  border-bottom: 1px solid #e6e7ea;
  border-top: 1px solid #e6e7ea;
  margin-bottom: 20px;
}

.pagination {
  border-radius: 0;
  display: inline-block;
  margin: 15px 0;
  padding-left: 0;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
  color: #41414f !important;
  text-decoration: none;
  border: none;
  padding: 2px 0;
  line-height: 20px;
  font-size: 14px;
  width: 24px;
  text-align: center;
}

.pagination > li.previous > a,
.pagination > li.previous > span,
.pagination > li.next > a,
.pagination > li.next > span {
  padding-left: 7px;
  padding-right: 7px;
  width: auto;
}

.pagination > li:hover > a,
.pagination > li:hover > span,
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active:hover > a,
.pagination > li.active:hover > span {
  text-decoration: none;
  color: #ffffff !important;
  background: #ff5b5b;
}

/*------- modal
---------------------------*/

.modal-open .modal {
  background: url("../img/pat.png") repeat 0 0 transparent;
  z-index: 9999999;
}

.modal-dialog {
  width: 750px;
}

.modal-content {
  border: none;
  border-radius: 0;
  padding: 50px;
  box-shadow: 13px 13px 51px rgba(0, 0, 0, 0.28);
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 0;
  border: none;
  text-align: left;
}

.close {
  font-size: 31px;
}

.modal .myBtn {
  width: auto;
  margin-right: 10px;
}

.buy_img {
  width: 90px;
  height: 90px;
  border: 1px solid #e6e7ea;
  margin-right: 15px;
}

.table .product_title {
  height: auto;
}

.buy_img,
.buy_text {
  display: inline-block;
  vertical-align: middle;
}

.buy_text {
  max-width: 500px;
}

/*--------- table
--------------------------------*/

.table {
  background: #ffffff;
}

.table td {
  vertical-align: middle !important;
  padding: 8px !important;
  border-top: none !important;
  border-bottom: 1px solid #e6e7ea;
}

.table > thead > tr > th,
.table > tfoot > tr > td {
  border-bottom: 1px solid #e6e7ea;
  font-weight: normal;
  color: #9d9daa;
}

.clear_table {
  color: #9d9daa !important;
  text-decoration: none !important;
}

.clear_table:hover,
.clear_table:focus {
  color: #ff5b5b !important;
}

.btn_left,
.btn_right {
  width: 30px;
  border: 1px solid #e6e7ea;
  height: 40px;
  background: transparent;
  color: #41414f;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
}

.btn_left {
  border-right: none;
}

.btn_right {
  border-left: none;
}

.bootstrap-touchspin input.form-control {
  border-left: none;
  border-right: none;
  width: 30px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border-color: #e6e7ea !important;
}

.input-group-addon,
.input-group-btn {
  width: auto;
}

.bootstrap-touchspin:hover input.form-control,
.bootstrap-touchspin:focus input.form-control,
.bootstrap-touchspin:hover .btn_right,
.bootstrap-touchspin:hover .btn_left {
  border-color: #e6e7ea;
}

.delete_line {
  text-align: center;
}

.delete_line a {
  font-size: 11px;
  color: #9d9daa !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}

.delete_line a span {
  display: block;
  font-size: 50px;
  line-height: 25px;
}

.delete_line a:hover,
.delete_line a:focus {
  color: #ff5b5b !important;
}

.total {
  font-size: 18px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  text-align: right;
}

.table > tfoot > tr > td {
  vertical-align: top !important;
  color: #41414f;
}

.total_price .old_price {
  font-size: 20px;
}

.total_price .old_price > span,
.total_price .new_price > span {
  font-size: 15px;
}

.total_price .new_price {
  font-size: 18px;
}

.cart_wrapper {
  background: #ffffff;
  padding: 25px 30px;
  margin-bottom: 20px;
}

.contacts-wrapper .form-group,
.additional-fields .form-group {
  margin-bottom: 20px;
}

.additional-fields .form-group .field-order-city_prefix {
  margin-bottom: 0px;
}

.additional-fields .form-group .field-order-street_prefix {
  margin-bottom: 0px;
}

.additional-fields .form-group .field-order-region {
  margin-bottom: 0px;
}

#order-delivery_type {
  display: block !important;
}

.delivery-type-list {
  margin-bottom: 30px;
}

.cart-submit-wrapper {
  margin-top: 20px;
}

.delivery-type-list .myBtn {
  height: 50px;
  text-shadow: none;
  font-weight: 900;
}

.myBtn.cart_btn {
  padding-left: 35px;
  padding-right: 35px;
  width: auto;
  margin-bottom: 30px;
}

.status_wrapper {
  margin-bottom: 8px;
  padding: 20px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e7ea;
  border-radius: 4px;
}

.product-tabs {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.economy {
  font-size: 19px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  /*color: #ff5b5b;
    text-transform: uppercase;*/
}

.product_page .old_price,
.product_page .new_price {
  font-size: 28px;
  padding: 7px 0;
}

.product_page .inactive_price {
  font-size: 20px;
  padding-left: 40px;
}

/*#gallery {
    margin-bottom: 30px;
}*/

#gallery .main-img {
  /*border: 1px solid #e6e7ea;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#gallery .hidefirefb {
  display: none;
}

#gallery .mini-img {
  border: 1px solid #cccccc;
  display: block;
  max-width: 72px;
  max-height: 72px;
  margin: 0 10px 10px 0;
}
#gallery .gallery-tmbs {
  padding-left: 0px;
  padding-right: 0px;
  max-height: 456px;
  overflow-y: auto;
}

#gallery .mini-img.active,
#gallery .mini-img:hover,
#gallery .mini-img:active {
  border: 1px solid #ff5b5b;
}

#gallery .mini-img img {
  padding: 0;
  margin: 0;
}

.delivery_in_product {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  padding-left: 85px;
  background: url("/img/delivery-1.png") no-repeat 0 5px transparent;
  line-height: 18px;
  margin: 8px 0px;
  /* width: 50%;*/
}

.delivery_in_product .docs {
  display: block;
  font-family: "GothaPro", Verdana, Tahoma, sans-serif;
}

.social_block.share_wrapper {
  display: block;
  font-size: 15px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  text-align: right;
  padding: 7px 0 2px;
}

.social_block.share_wrapper ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

table.table_master {
  background: transparent;
  border-color: #e6e7ea;
  margin-bottom: 0px;
}

table.table_master td {
  padding: 10px 0 !important;
}

table.table_master_print td {
  padding: 3px 0 !important;
}

table.table_store td {
  padding: 0px 0 !important;
}

table.table_master .product_price {
  margin: 0;
  padding-left: 10px;
  border-left: 1px solid #e6e7ea;
}

.article {
  color: #9d9daa;
  font-size: 13px;
}

.advantage_wrapper {
  margin: 15px 0;
}

.advantage_img {
  text-align: center;
  margin-bottom: 15px;
}

.advantage_img img {
  margin: 0 !important;
  height: 116px;
}

.advantage_text {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.form_wrapper {
  margin: 10px 0 20px;
  border: 3px solid #e6e7ea;
  padding: 30px 25px;
}

.page_wrapper {
  padding-bottom: 30px;
}

.page_wrapper .review {
  margin-bottom: 15px;
}

.contact_wrapper {
  text-align: center;
}

.contact_wrapper a.link {
  color: #41414f !important;
  border-bottom: 1px dashed #41414f;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_wrapper a.link:hover,
.contact_wrapper a.link:focus {
  border-color: transparent;
  text-decoration: none;
}

.contact_title {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
}

.map_wrapper {
  margin: 25px 0;
  border: 1px solid #e6e7ea;
}

.master_compl_block {
  -webkit-box-shadow: 0px 9px 15px 1px rgba(153, 153, 153, 0.2);
  -moz-box-shadow: 0px 9px 15px 1px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 9px 15px 1px rgba(153, 153, 153, 0.2);
}

.service_text > * {
  color: #808080;
}

.service_text > p {
  padding: 7px 0 7px;
}

.service_print > * {
  color: #808080;
}

.service_print > p {
  padding: 3px 0 3px;
}

.service_compl_title {
  font-size: 18px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  /*text-transform: uppercase;*/
  text-align: left;
  color: #41414f;
  display: inline-block;
}

.price_page .old_price,
.price_page .new_price {
  font-size: 22px;
  padding: 0 0 7px;
}

.masters_wrapper {
  margin-bottom: 30px;
  border: 1px solid #e6e7ea;
  padding: 15px;
}

.serice_category_list {
  font-size: 18px;
  color: #41414f;
}

.serice_category_list:hover,
.serice_category_list:focus,
.serice_category_list.active {
  color: #ff5b5b;
  text-decoration: none;
}

.promobox {
  font-size: 14px;
  color: #ffffff;
  vertical-align: text-top;
}

.promobox:hover,
.promobox:focus,
.promobox.active {
  color: #000000;
  text-decoration: none;
}

.news_wrapper {
  margin-bottom: 30px;
  border: 1px solid #e6e7ea;
  padding: 20px;
}

.new_title {
  font-size: 18px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #41414f;
  display: inline-block;
}

.news_wrapper:hover .new_title,
.new_title:focus {
  text-decoration: none;
  color: #ff5b5b;
}

.new_img {
  margin: 10px 0;
  border: 1px solid #e6e7ea;
}

.new_img img {
  max-width: 100%;
  margin: 0 !important;
  width: 100%;
}

.new_date {
  font-size: 10px;
  color: #9d9daa;
  text-align: center;
  text-transform: uppercase;
}

.page_wrapper img {
  max-width: 100%;
  max-height: 100%; /*auto !important;*/
  margin-bottom: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}

.page_wrapper .product_img img {
  max-width: inherit;
  width: 100%;
  margin: 0;
}

.share_news {
  display: block;
  margin: 0;
  font-size: 15px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  padding: 5px 0;
}

.share_news ul {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.share_news ul li {
  display: inline-block;
  list-style: none;
}

/*------------------ index (new css)
------------------------------------------------*/

.main_product_wrapper {
  position: relative;
}

.flag {
  display: block;
  width: 100%;
  height: 45px;
  background: #e74c3c;
  color: #fff;
  clip-path: polygon(0% 0%, 80% 0%, 90% 50%, 80% 100%, 0% 100%);
  outline: 1px dashed #fff;
  outline-offset: -5px;
  padding: 10px 0 10px 12px;
  z-index: 2;
  font-size: 15px;
  margin: 10px 0;
}

.extended {
  background-size: auto !important;
  font-size: 16px;
  padding: 12px 0 10px 12px;
}

.extended img {
  width: auto;
  margin-right: 2px !important;
}

.discount {
  display: block;
  text-align: center;
  position: absolute;
  width: 52px;
  height: 65px;
  background: #e74c3c;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 90%, 0 72%);
  outline: 1px dashed #fff;
  outline-offset: -5px;
  padding-top: 18px;
  z-index: 2;
  font-size: 15px;
  top: 0;
  right: 13px;
}

.popular {
  position: absolute;
  top: 8px;
  right: -8px;
  display: block;
  width: 51px;
  height: 53px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: url("../img/fire_red_31.png") no-repeat 0 0 transparent;
  padding-top: 15px;
  z-index: 2;
}

.main_product_wrapper .product_title {
  font-size: 15px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  /*margin-top: 10px;
    margin-bottom: 25px;
    height: 44px;*/
  line-height: 19px;
}

.time_block {
  margin: 30px 0 0;
}

.time_block_banner > div {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 0;
  border-right: 1px solid #ededed;
  line-height: 14px;
  width: 25%;
  text-transform: lowercase;
}

.time_block_banner > div span {
  font-size: 28px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  margin-bottom: 5px;
}

.time_block > div span {
  font-size: 22px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  margin-bottom: 5px;
}

.time_block > div:first-child {
  padding-left: 0;
}

.time_block > div:last-child {
  padding-right: 0;
  border-right: none;
}

.time_block_banner > div:last-child {
  padding-right: 0;
  border-right: none;
}

.category_link {
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  height: 200px;
}

.category_link .category_title {
  text-transform: uppercase;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: #41414f !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.category_link:hover .category_title {
  text-decoration: underline;
}

.quiz_block {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.quiz_block .form-group.field-pollform-poll_id {
  display: none;
}

.quiz_question {
  margin-bottom: 30px;
}

.quiz_answer_img {
  border: 1px solid #ebebeb;
}

.cart-dialog-box .modal-body {
  max-height: 400px;
  overflow-y: auto;
  margin: 0 0 5px 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border: none !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -12px !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 11px !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  width: 11px !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: rgba(65, 65, 79, 0.7) !important;
}

.big-banner-image {
  max-height: 350px;
  max-width: 750px;
  width: 100%;
  height: auto;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ff5b5b; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ff5b5b; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ff5b5b; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ff5b5b; /* цвет стрелочки (по умолчанию #000) */
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ff5b5b;
}
.tooltip-inner {
  max-width: 250px; /* максимальная ширина подсказки (по умолчанию 200px) */
  color: #fff; /* цвет шрифта */
  background-color: #ff5b5b; /* цвет фона (по умолчанию #000) */
  border-radius: 0.25rem; /* радиус скругления углов */
  padding: 8px;
  text-align: left;
}
.carousel-indicators li {
  border: 1px solid #000000a6;
}
.carousel-indicators .active {
  background-color: #000000a6;
}
.carousel-caption .banner-text {
  /*background-color: #ffffff;*/
  color: #41414f;
  font-size: 16px;
}
.ship-steps .step:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -1px;
  width: 1px;
  height: calc(100% + 7px);
  background: #ccc;
}
.g-recaptcha {
  overflow: hidden;
}
.bank-card-desc {
  border: 1px solid #ddd;
  background-color: #fffffff5;
  position: relative;
  margin: -85px 20px 0 20px;
}

.bank-card-month {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  font-size: 22px;
  padding: 5px 0px;
  /*text-transform: lowercase;*/
}
.brand-img {
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 8rem;
  max-height: 3.5rem;
  float: right;
}
.product-page-title {
  float: left;
  max-width: 80rem;
}
.product-special-label {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #333;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  margin-right: 1rem;
  padding: 0px 4px;
}

.product-special-label:hover {
  color: #333;
}
.h1-product-div {
  padding-left: 0px;
  padding-right: 0px;
}
.added-to-cart-btn {
  background: #ff5b5b;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 14px;
  margin: 0;
  height: 40px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
  background-color: white;
  color: #333;
  border: 0.2rem solid transparent;
  border-color: #ccc;
}
.add-to-cart-btn {
  color: #ffffff;
  background: #ff5b5b;
  text-decoration: none;
  display: inline-block;
  border: none;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 14px;
  margin: 0;
  height: 40px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
  text-shadow: -1px 0px 3px #777;
}

.add-to-cart-btn:hover,
.add-to-cart-btn:focus,
.product:hover .add-to-cart-btn {
  background: #d34f4f;
  text-decoration: none;
  color: #ffffff;
}
.added-to-cart-btn:hover,
.added-to-cart-btn:focus,
.product:hover .added-to-cart-btn {
  text-decoration: none;
}
.help_filter_button {
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  vertical-align: top;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%23A5A5A5' d='M8 9.53v-.25c0-.32.05-.3.16-.54.07-.18.2-.36.37-.54.12-.13.35-.32.68-.57s.54-.46.64-.6a.88.88 0 00.14-.5c0-.32-.14-.6-.43-.84-.28-.24-.63-.48-1.05-.48-.4 0-.74.22-1 .44-.28.22-.45.57-.54 1.04L6 6.59c.09-.63.35-1.11.78-1.45.43-.33 1-.74 1.7-.74.75 0 1.36.42 1.81.78.45.36.67.8.67 1.3 0 .3-.07.56-.23.81s-.47.55-.92.9a4.2 4.2 0 00-.6.53 1.15 1.15 0 00-.22.4c-.04.14-.07.08-.08.41h-.9zM7.84 12v-1.27h1.29V12H7.84z'/%3E%3Cpath fill='%23ddd' d='M8.5 0a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 16a7.5 7.5 0 110-15 7.5 7.5 0 010 15z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: visible;
}
.help_filter_button:hover,
.help_filter_button:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%23E74C3C' d='M8.5 0a8.5 8.5 0 100 17 8.5 8.5 0 000-17z'/%3E%3Cpath fill='%23fff' d='M7.54 12.3v-1.87h1.89v1.87H7.54zm.17-2.3l-.01-.63c0-.29.04-.43.12-.59l.06-.14c.1-.21.24-.43.43-.63.14-.15.37-.35.72-.61.37-.3.51-.45.57-.54.06-.1.1-.2.1-.32 0-.23-.11-.44-.33-.62-.22-.2-.52-.41-.86-.41-.31 0-.6.19-.82.38-.21.17-.35.46-.42.85L7.22 7l-1.56-.16.04-.3c.05-.32.24-1.36.9-1.87.39-.3 1.05-.8 1.88-.8.82 0 1.47.42 2 .84.54.44.78 1.2.78 1.76 0 .35-.1.68-.28.97-.17.28-.5.6-.99.98-.37.28-.5.42-.56.48a.86.86 0 00-.15.3l-.05.1-.02.31V10H7.7zm.3-.47L8 9.28c0-.32.05-.3.16-.54.07-.18.2-.36.37-.54.12-.13.35-.32.68-.57s.54-.46.64-.6a.9.9 0 00.14-.5c0-.32-.14-.6-.43-.84-.28-.24-.63-.48-1.05-.48-.4 0-.74.22-1 .44-.28.22-.45.57-.54 1.04L6 6.59c.09-.63.35-1.34.78-1.67.43-.33 1-.75 1.7-.75.75 0 1.36.43 1.81.79.45.35.67 1.01.67 1.52 0 .3-.07.56-.23.81s-.47.55-.92.9a4.2 4.2 0 00-.6.53c-.1.11-.17.24-.22.4-.04.14-.07.08-.08.41h-.9zm-.17 2.77v-1.27h1.29v1.27H7.84z'/%3E%3C/svg%3E");
}
@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.filter-bottom-buttons {
  position: sticky;
  bottom: 0em;
  background: white;
  margin: 0 -10px;
  padding: 0 10px;
}
.banner-item {
  position: relative;
  padding-bottom: 20px;
}
.banner-item-inner {
  position: relative;
  overflow: hidden;
  height: 215px;
}
.big-banner-item-inner {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.a-banner {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-image-bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  overflow: hidden;
  z-index: 1;
}
.banner-item-inner:before {
  content: "";
  z-index: 2;
  position: absolute;
  height: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.big-banner-item-inner:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 60%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.banner-item-inner:hover .a-banner {
  opacity: 1;
}
.banner-item-inner:hover:before {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.banner-item-inner:hover .banner-image-bg {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.wrap-sm-banner {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  color: #fff;
}
.wrap-sm-banner-inner {
  padding: 0 33px 0 20px;
}
.wrap-sm-banner-btn {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #e74c3c;
  position: relative;
  padding: 4px 5px;
  line-height: 16px;
  color: #fff;
  display: inline;
}
.wrap-sm-banner-txt {
  max-height: 85px;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.big-banner-center {
  left: 20%;
  width: 60%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.left-banners {
  right: 60%;
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 15px;
}
.right-banners {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 10px;
}
.wrap-banner-text-left {
  height: 450px;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: left;
  color: #fff;
}
.wrap-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-title {
  margin-left: 70px;
  margin-right: 15px;
  overflow: hidden;
  text-align: left;
  font-size: 32px;
  line-height: 32px;
  text-shadow: 1px 1px 10px #000;
}
.banner-description {
  margin-left: 70px;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  line-height: 17px;
  text-shadow: 1px 1px 10px #000;
}
.banner-button {
  border-color: #e74c3c;
  background: #e74c3c;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px;
  font-weight: 600;
  margin-left: 70px;
  margin-right: 15px;
  margin-top: 10px;
  text-shadow: 1px 1px 10px #000;
}
.tizer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.tizer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 40px;
  border: 1px solid #e6e7ea;
}
.tizer-text {
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 0 20px;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
}

.user_dropdown {
  width: 265px;
  position: absolute;
  right: 0;
  left: unset;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 200px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #f9fafc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px 0 14px 0;
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.175);
  border-top: 0;
}

.user_dropdown ul {
  margin: 0;
}

.user_dropdown ul li {
  border-bottom: 0;
  padding: 6px 15px;
  margin: 0 !important;
  display: table;
  width: 100%;
}

.user_dropdown ul:last-child li:last-child:hover {
  border-radius: 0 0 14px 0;
}

.user_dropdown ul:first-child li:first-child:hover {
  border-radius: 14px 0 0 0;
}

.user_dropdown > ul > li > a {
  color: #000000;
  height: 28px;
  line-height: 15px;
  padding: 0 !important;
  position: relative;
  text-decoration: none !important;
  border-bottom: none !important;
  text-transform: none !important;
  font-family: "GothaProReg", Verdana, Tahoma, sans-serif !important;
  display: table-cell;
  vertical-align: middle;
}

.user_dropdown > ul > li:hover {
  background: #f0f0f0;
}

.user_dropdown > ul > li:hover > a {
  color: #e74c3c;
}
.catalog_ico {
  width: 28px;
  height: 31px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.anchor-target:target > .margin-for-anchor:before {
  margin-top: -80px;
  display: block;
  height: 80px;
  content: "";
}
dd {
  margin: 10px 0 10px 28px;
}
summary {
  cursor: pointer;
}
.blockquote {
  margin: 10px 0;
  font-size: 14px;
  font-style: italic;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  border-left: 5px solid #eeeeee;
  padding: 10px 20px;
}
details {
  margin: 10px 0;
}
.has-error input[type="text"],
.has-error input[type="number"],
.has-error input[type="password"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23ed1c24'%3E%3Cpath d='M10,18 C5.581722,18 2,14.418278 2,10 C2,5.581722 5.581722,2 10,2 C14.418278,2 18,5.581722 18,10 C18,14.418278 14.418278,18 10,18 Z M9,5 L9,12 L11,12 L11,5 L9,5 Z M9,13 L9,15 L11,15 L11,13 L9,13 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 1rem;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.product_img > a > .item:before {
  content: "";
  padding-top: 100%;
  display: block;
  position: relative;
}
.product_img > a > .item {
  font-size: 0px;
  line-height: 0px;
}
.product_img > a > .item > img {
  margin-top: -100%;
  width: 100%;
}
.category_block .category:before {
  content: "";
  padding-top: 100%;
  display: block;
  position: relative;
}
.category_block .category img {
  margin-top: -100%;
}
@-webkit-keyframes lazy-keyframes-wave {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: -100% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes lazy-keyframes-wave {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: -100% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.lazy-load-image-background {
  background: linear-gradient(
    to right,
    #f0f4fd 0,
    #f0f4fd 35%,
    #f6f8fe 50%,
    #f0f4fd 65%,
    #f0f4fd 100%
  );
  background-size: 200% 100%;
  background-repeat: repeat;
  -webkit-animation: lazy-keyframes-wave 1.5s linear infinite;
  animation: lazy-keyframes-wave 1.5s linear infinite;
}
time,
.article-author {
  color: #7f8c8d;
}
section {
  margin: 20px 0;
}
article p {
  padding: 0;
  margin: 5px 0 !important;
}
article ul {
  text-indent: 1.5em;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

article figure {
  padding: 15px;
  margin: 10px auto;
  /*box-shadow: 0 0 6px rgba(0, 0, 0, .4);*/
}
article figcaption {
  padding-top: 10px;
  text-align: right;
}
article figure img {
  border: 2px solid #ccc;
  padding: 3px;
}
.category_item .category_title {
  color: #41414f;
  font-size: 18px;
  font-family: "GothaProBol", Verdana, Tahoma, sans-serif;
  padding: 15px 0;
  text-align: center;
  min-height: 90px;
}
.category_item:hover {
  text-decoration: none;
}
.category_item .category_img {
  padding: 12px;
}
.category_item .category_img img {
  margin-top: -100%;
}
.category_block .category_img:before {
  content: "";
  padding-top: 100%;
  display: block;
  position: relative;
  background: #00000005;
  transition-property: filter;
  will-change: filter;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category_block .category_item:hover:before {
  background: #00000020;
  transition-property: color;
}
.category_block .category_item:hover .category_title {
  color: #e74c3c;
}
.product_page #gallery > a,
.product_page #gallery .main-img-url {
  content: "";
  padding-top: 80%;
  display: block;
  position: relative;
  background: #00000005;
  transition-property: filter;
  will-change: filter;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product_page #gallery > a > img,
.product_page #gallery .main-img-url .main-img {
  margin-top: -80%;
}
.product-btn-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
}
.product-btn-block > :nth-child(1) {
  flex: 0 1 40px;
}
.product-btn-block > :nth-child(2) {
  flex: 1 1 auto;
}
.wishBtn > span {
  display: none;
}
.product-delivery-info {
  display: flex;
  flex-direction: column;
}
.product-delivery-info > * + * {
  border-top: 1px solid #e6e7ea;
  padding: 10px 0;
}
