/*main menu*/
hr.white {
  border-top: 1px solid #ffffff;
}
.h2-like {
  font-weight: 300;
  border-bottom: 1px solid #c5c5c5;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  word-wrap: break-word;
}
.h3-like {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: inherit;
  color: inherit;
  word-break: break-word;
}
.h4-like {
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 5px;
}
.popover {
  background-color: rgba(237, 124, 37, 0.84);
  border: 0;
  color: #ffffff;
}
.img_credit {
  border: 3px solid #00a8e1;
}
.popover.right > .arrow {
  border-right-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.popover.right > .arrow:after {
  border-right-color: rgba(237, 124, 37, 0.84);

}
.popover.bottom > .arrow {
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.popover.bottom > .arrow:after {
  border-bottom-color: rgba(237, 124, 37, 0.84);

}
.popover.left > .arrow {
  border-left-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
}
.popover.left > .arrow:after {
  border-left-color: rgba(237, 124, 37, 0.84);

}

.nav li a {
  background: #ed8b3e;
  color: #ffffff;
  /*text-shadow: 1px 1px 1px #bb5424;*/
  text-transform: uppercase;
  font-weight: 500;
}
.nav li:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.header-content {
  margin-left: 6em;
}
@media only screen and (max-width: 768px) {
  .header-content {
    margin-left: auto;
  }
}
header .nav li:last-child a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.nav li:hover, header .nav li.active a, .nav li:hover a {
  background: #000000;
  color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li.active:hover, .navbar-default .navbar-nav > li.active:focus{
	color: #555;
	background-color: #e7e7e7;
}
.logo-sm {
  display: none;
  float: left;
  margin-top: 5px;
}
@media only screen and (max-width: 600px) {
  .logo-sm {
    display: block;
  }
}
.xs-logo-header {
  vertical-align: middle;
  padding: 12px;
}
.xs-logo-header a {
  background: transparent;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  padding-left: 0;
  text-transform: uppercase;
}
.xs-logo-header a:hover {
  background: transparent;
  color: #333;
}

.logo {
  margin-top: 15px;
}
.logo img {
  height: 110px;
  width: 241px;
}
.logo .logo-lead {
  font-size: 13px;
  margin-top: 5px;
  line-height: 26px;
}
.logo-head {
  font-size: 14px;
}
.legend {
  font-size: 1.22rem;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}
.legend .small {
  font-size: 16px;
}
.legend .callback {
  /*background-image: url("/static/img/call.png/");*/
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.legend a > span {
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  border-bottom: 1px dashed #414141;
}
.legend a:hover {
  text-decoration: none;
}
.legend a:hover > span {
  border-bottom: 1px dashed #c67234;
  text-decoration: none;
}
.filtr-panel {
  border-radius: 0;
  background: #fff2e1;
  padding: 10px 15px;
  color: #2e2e2e;
  position: relative;
  /*margin-top: 30px;*/
}
.filtr-panel .title {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
}

.filtr-panel span.js-link {
  font-style: italic;
  color: #222;
  cursor: pointer;
}
.filtr-panel span.js-link:hover {
  text-decoration: underline;
  color: #c67234;
}
.filtr-panel .count-on-page {
  text-transform: uppercase;
}
.filtr-panel .count-on-page span {
  display: inline-block;
  background: #353535;
  padding: 2px 5px;
  color: #ffffff;
  font-style: normal;
}
.filtr-panel .count-on-page span:hover {

  color: #ffffff;

}
.filtr-panel .count-on-page span.active {
  background: #ed7c25;
}
.filtr-panel hr {
  margin: 10px 0;
}
.filtr-panel a {
  font-style: italic;
}
.filtr-panel select {
  border-radius: 0;
  margin-right: 10px;
  color: #696969;
  font-style: italic;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #696969;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-bottom: 5px;
}
.filtr-panel select:hover {
  border-bottom: 1px solid #ed7c25;
}
.filtr-panel select:focus {
  outline-offset: 0;
  outline: none;
}
.filtr-panel .remove-filter-filter {
  font-size: 12px;
  color: #fff;
  background: #ed7c25;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-style: normal;
}
.breadcrumb-container {
  background: #F6F6F6;
}
.breadcrumb {
  background: none;
  padding: 0;
  /*float: right;*/
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
  color: #ccc;
}
.content img {
  /*border: 1px solid transparent;*/
}
.content img.btn {
  padding: 0;
}

.content img.hovered:hover {
  border: 1px solid #ed8b3e;
}
.img-btn {
  border: 1px solid #ed8b3e;
  padding: 0;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 3px;
}
.special {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-top: -1px;
}
.special img {
  width: 185px;
  height: auto;
}
.special .item {
  height: 340px;
}
@media (min-width: 768px) {
  .special .item {
    height: 410px;
  }
  .special img {
    width: 100%;
    height: auto;
  }
  .head-content {

  }
}
@media (min-width: 992px) {
  .special .item {
    height: auto;
  }
  .special img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .special .item {
    height: auto;
  }
  .special img {
    width: 100%;
    height: auto;
  }
}
.special .price {
  font-size: 24px;
  margin-top: 0px;
  position: relative;
  color: #555;
}
.price del {
  font-size: 16px;
}
.special-catalog {

}

.special-catalog ul .price {
  font-size: 24px;
  margin-top: 0px;
  position: relative;
  color: #555;
  font-weight: 700;
}

.special-catalog ul .price > span {
  font-size: 16px;
}

.group-item {
	width: 205px;
	border: 1px solid #C0C0C0;
	flex: 0;
	margin-right: 20px;
	padding: 14px 17px;
}

.product-name-card {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 400;
}

.price del {
  font-size: 16px;
}
/*.special-catalog .item {*/
/*  height: 345px;*/
/*}*/
@media (min-width: 768px) {
  /*.special-catalog img {*/
  /*  width: 100%;*/
  /*}*/
}
@media (min-width: 992px) {

  /*.special-catalog img {*/
  /*  width: 100%;*/
  /*}*/
  /*.special-catalog .item {*/
  /*  !*height: auto;*!*/
  /*}*/
}
@media (min-width: 992px) {

  /*.special-catalog img {*/
  /*  width: 100%;*/
  /*}*/
  /*.special-catalog .item {*/
  /*  !*height: auto;*!*/
  /*}*/
}
.banner-top {
  /*position: fixed;*/
  height: 60px;
  background-color: #ff0000;

  /*text-align: center;*/
}
.banner {
  position: relative;
  /*text-align: center;*/
}
.banner img {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
}
.banner img:hover {
  border: none;
}
.all-news {
  font-style: italic;
}
.new-item {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 15px;
  position: relative;
}
.new-item:hover {
  border: 1px solid #ed8b3e;
}
.new-item ul {
  list-style-position: inside;
}
.new-item .price {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.new-item .old-price {
  color: #ff0000;
  padding: 5px 5px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  text-align: center;
  min-width: 80px;
}
.new-item p {
  font-size: 12px;
}
.new-item h3 {
  text-transform: uppercase;
  padding-right: 120px;
}
.new-item .out_stock h3 {
  padding-right: 0;
}
.new-item img {
  /*border: none;*/
  /*border: 1px solid red;*/
  width: 100%;
}
.new-item img:hover {
  /*border: none;*/
}
.catalog-subcategory-banner {
  width: 32%;
  display: inline-block;
}
@media (max-width: 768px) {
  .double-column .h3-like {
    font-size: 14px;
    min-height: 85px;
  }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
.double-column .h3-like .creditgoods {
  min-height: 80px;
  display: block;
}
.xs-catalog-header {
  list-style-position: inside;
  background: #333;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:bold;
  padding: 5px 15px;
}
.xs-catalog-header:hover {
  background: #000;
  text-decoration: none;
  color: white;
}
/*@media (min-width: 768px) {*/
/*  .catalog-nav {*/
/*    display: block;*/
/*  }*/
/*}*/
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
/* Promo */
ul.paralax {
  margin-bottom: 0;
}
.promo {
  background: #e7994d;
  padding: 0;
  /*background-image: -webkit-linear-gradient(245deg, #e7862e 0%, #ffab53 54%, #df8041 93%);*/
  /*background: url('../img/promo-bg3.jpg') center -100px;*/
}
.promo.closed {
  display: none;
}
.promo .promo-head {
  /*font-family: 'Bebas Neue';*/
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #515151;
  background: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.promo-container {
  position: relative;
}
.promo-container .promo-control {
  border-bottom: 2px solid #ed7c25;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.promo-container .promo-control .promo-control-widget {
  background: #ed7c25;
  position: absolute;
  top: 0;
  right: 10%;
  font-size: 18px;
  padding: 5px 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1000;
}
#slideshow-controls {
  /*display: none;*/
}
#slideshow-controls > * {
  position: absolute;
  color: #ffffff;
  font-size: 70px;
  border-radius: 50%;
  cursor: pointer;
  top: 110px;
}
#slideshow-controls > *:hover {

  color: #353535;

}
/*prev*/
#slideshow-controls .prev {
  /*left: 80px;*/
  left: 0;
}
/*next*/
#slideshow-controls .next {
  /*right: 80px;*/
  right: 0;
}
.cycle-slideshow {
  /* border: 1px solid #ddd; */
  margin: 0 100px;
  background: transparent;
  /*display: none;*/
  /*box-shadow: -5px -5px 10px 5px rgba(119, 119, 119, 0.20) inset,*/
  /*5px 5px 10px 5px rgba(228, 228, 228, 0.70) inset;*/
}

.cycle-slideshow img {
  height: 250px;
  width: 100%;
}
.slick-slideshow {
  /* border: 1px solid #ddd; */
  margin: 0 100px;
  background: transparent;
  /*display: none;*/
  /*box-shadow: -5px -5px 10px 5px rgba(119, 119, 119, 0.20) inset,*/
  /*5px 5px 10px 5px rgba(228, 228, 228, 0.70) inset;*/
}
.slick-slideshow img {
  height: 250px;
  width: 100%;
}
/*basket*/
/*noinspection CssInvalidPropertyValue*/
.basket-product-count {
  background: #D04C19;
  border: 0;
  border-radius: 50%;
  font-size: 0.8em;
  color: white;
  position: absolute;
  /* padding: 0 1px 0 1px; */
  min-width: 1.5em;
  min-height: 1em;
  /* top: 10px; */
  /* right: 20px; */
  display: inline;
  vertical-align: middle;
}
.basket-icon {
  max-width: max-content;
}
.basket-icon i {
  color: #fff;
}
.basket_price {
  white-space: nowrap;
  /*color: #fff;*/
  text-transform: none;
}
.basket-product-count span {
  margin: 0;
  top: 0.1em;
  position: relative;
}
.basket-icon-total-price {
	float: right;
	position: relative;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	border-radius: 20px;
	color: #333;
	right: 3px;
	display: block;
	align-self: center;
}
.basket {
  background: #ed7c25;
  border-top: 3px solid #ed7c25;

  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.basket.affix-bottom {
  position: inherit;
}
.basket .basket-body {
  /*background: #ed7c25;*/
  display: none;
  padding: 15px;
  z-index: 100;
  position: relative;
  /*min-height: 120px;*/
  /*background-color: #ed7c25;*/
  /*background-image: url(http://www.transparenttextures.com/patterns/checkered-light-emboss.png);*/
  /*background-color: #ed7c25;*/
  /*background-image: url(http://www.transparenttextures.com/patterns/cubes.png);*/
  /*background-color: #ed7c25;*/
  /*background-image: url(http://www.transparenttextures.com/patterns/diagonales-decalees.png);*/
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  /*background-color: #ed7c25;*/
  /*background-image: url(http://www.transparenttextures.com/patterns/fabric-of-squares.png);*/
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  /*background-color: #ed7c25;*/
  /*background-image: url(http://www.transparenttextures.com/patterns/cross-scratches.png);*/
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-color: #ed7c25;
  background-image: url(https://www.transparenttextures.com/patterns/pinstripe-light.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-color: #ed7c25;
  background-image: url(https://www.transparenttextures.com/patterns/pinstripe-dark.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-color: #ed7c25;
  background-image: url(https://www.transparenttextures.com/patterns/subtle-carbon.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.basket .basket-widget {
  background: #ed7c25;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 30px;
  position: absolute;
  top: -30px;
  padding: 5px 20px;
  right: 30%;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ed7c25;
  border-bottom: none;
  cursor: pointer;
}

.basket .basket-widget a {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
}
.basket .order-container {
  border-left: 4px solid #ffffff;
  /*height: 177px;*/
  padding-left: 30px;
  color: #fff;
  text-align: center;
  height: 175px;
}
@media (max-width: 768px) {
  .basket .basket-widget {
    right: 5%;
    font-size: 0.9rem;
    left: 0;
  }
  .basket .order-container {
    height: auto;
  }
}
.basket .go-to-order {
  background: #353535;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  /*font-family: 'Clear Sans';*/
  padding: 12px 30px;
  margin-right: 30px;
}
.basket .go-to-order:hover {
  background: #bb5424;

}
.basket h2 {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 0;
}
.basket .add-to-credit {
  margin-right: 30px;
  margin-top: 10px;
  display: inline-block;

}
.basket .add-to-credit img {
  width: auto;
  height: 46px;
  border: 1px solid gray;
}
.basket .product-list {

}
.basket .product-list img {
  width: 150px;
  height: 140px;
}
.basket .product-list ul {
  margin: 0;
}
.basket .product-list ul li {
  float: left;
  margin-right: 5px;
  position: relative;
  background: white;
}
.basket .product-list ul li a.remove {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ed7c25;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  padding-left: 6px;
}
.basket .product-list ul li a.add-one {
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  padding-top: 2px;
  padding-left: 6px;
}
.basket .product-list ul li a.remove:hover {
  background: #bb5424;
}
.basket .product-list .price {
  text-align: center;
  background: #353535;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 200;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
  /*width: 100%;*/
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;

  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
}

.basket-widget-jscarousel-control {
  position: absolute;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 50px;
  top: 60px;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}
/*.jcarousel-control {*/
/*  position: absolute;*/
/*  !*z-index: 100000;*!*/
/*  color: #ffffff;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  font-size: 50px;*/
/*  top: 60px;*/
/*}*/
/*.jcarousel-control, .jcarousel-control:focus {*/
/*  position: absolute;*/
/*  !*z-index: 100000;*!*/
/*  color: #ffffff;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  font-size: 50px;*/
/*  top: 60px;*/
/*}*/
.jcarousel-control:hover {
  color: #c67234;
}
.jcarousel-prev {

}
.jcarousel-next {
  right: 20px;
}
/*виджет категорий на главной*/
.catalog-main {
  border: 1px solid #ddd;
}
.catalog-main:hover {
  border: 1px solid #ed8b3e;
}
.catalog-main ul {
  padding: 5px;
  padding-right: 0;
  margin-bottom: 0;
}
.catalog-main ul li a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
  line-height: 1.2;
}
.catalog-main img {
  border: none;
  -webkit-filter: grayscale(100%);
  padding: 0;
  border-radius: 0;
  width: 100%;
}
.catalog-main:hover img {
  border: none;
  -webkit-filter: grayscale(0%);
}
.catalog-main img:hover {
  border: none;
}
@media (min-width: 768px) {
  .catalog-main img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .catalog-main img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .catalog-main img {
    width: auto;
  }
}
/*форма поиска*/
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  /* border: 2px solid #ed8b3e; */
  /* border-bottom: 1px solid #ddd; */
  width: 100%;
  border-radius: 20px;
  height: 2.7em;
}
.search-form input[type=text]:hover {
  /*border-bottom: 1px solid #ed8b3e;*/
}
.search-form input[type=text]:focus {
  /*border: 1px solid #ed8b3e;*/
  outline-offset: 0px;
  outline: none;
}
.search-form input[type=text].active {
  /*border: 1px solid #ed8b3e;*/
  outline-offset: 0px;
  outline: none;
}
.search-form button {
	border: none;
	background: none;
	position: absolute;
	top: 0.3em;
	right: 1.7rem;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 200;
}

.mobile-search-button {
  background: transparent;
  border: transparent;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .search-form button {
    top: 0.6em;
    font-size: 1em;
  }
}

.basket-order-button {
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px #C0C0C0 solid;
  white-space: nowrap;
}

.basket-order-button[disabled] {
  background-color: #c0c0c0;
  color: #1d2124;
  pointer-events: none;
}


@media only screen and (max-width: 768px) {
  .basket-order-button{
    font-size: 14px;
  }
}

.order-call-button {
  border-radius: 20px;
  background-color: #ec8b44;
  color: #fff;
}

.order-call-button:hover {
  color: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, .4);
  background: #f27419;
}

.order-call-text {
  color: #ED8B3E;
  font-weight: bold;
}

/*статьи*/
.article {

}
.article img {
  width: auto;
  float: left;
  margin-right: 15px;
  border: none;
  padding: 0;
  /*height: 200px;*/
}
.article a {
  margin-top: 10px;
  display: inline;
  color: #428bca;
}
.article em {
  margin-top: -10px;
  display: block;
  margin-bottom: 10px;
  float: right;
  color: #bb5424;
}
.article img:hover {
  width: auto;
  float: left;
  border: none;
  padding: 0;
}
.catalog-category {

}
.catalog-category img:hover {
  border-color: transparent;
}
.catalog-category .col-lg-6 > div, .catalog-category .col-lg-4 > div {
  position: relative;
  border: 1px solid transparent;
}
.catalog-category .col-lg-6 h3, .catalog-category .col-lg-4 h3 {

}
.catalog-category .col-lg-6 h3 a, .catalog-category .col-lg-4 h3 a {
  color: #ffffff;
  background: #353535;
  padding: 5px 10px;
  display: block;
  border-radius: 1px;
  font-size: 12px;
}
.catalog-category .col-lg-6:hover h3 a, .catalog-category .col-lg-4:hover h3 a {
  color: #ffffff;
  background: #ed7c25;
  padding: 5px 10px;
  display: block;
  border-radius: 0px;
}
.catalog-category .col-lg-6 h3 a:hover, .catalog-category .col-lg-4 h3 a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .catalog-category .col-lg-6 h3 a, .catalog-category .col-lg-4 h3 a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .catalog-category .col-lg-6 h3 a, .catalog-category .col-lg-4 h3 a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {

}
.in-stock {
  /*color: #f2be5b;*/
  color: #bb5424;
  padding: 5px;
}
.product-status {
  position: absolute;
  top: 0.7rem;
  background: #F7AD07;
  border-radius: 0 15px 15px 0;
}
.product-status .in-stock {
  font-size: 12px;
  /*font-weight: bold;*/
  color: #fff;
}

.product-status .in-stock > span {
  display: none;
}

.out-of-stock {
  /*font-size: 16px;*/
  background: #bb5424;
  color: white;
  padding: 5px;
}

.cart-icon::after {
  content: url("/static/img/cart.svg");
}

.add-to-cart, .add-to-cart:focus {
  background: #E68A34;
  border-radius: 25px;
  color: #ffffff !important;
  /*text-transform: uppercase;*/
  /*font-family: 'Clear Sans';*/
  padding: 2px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .add-to-cart, .add-to-cart:focus {
    font-size: 14px;
  }
}
.add-to-cart:hover {
  color: #ffffff;
  background: #bb5424;
}
/*.fn-btn, .fn-btn:focus {*/
/*  background: #ed7c25;*/
/*  border-radius: 23px;*/
/*  color: #ffffff;*/
/*  text-transform: uppercase;*/
/*  !*font-family: 'Clear Sans';*!*/
/*  padding: 6px 20px;*/
/*}*/
.fn-btn, .fn-btn:focus {
	background: #E68A34;
	border-radius: 23px;
	color: #ffffff;
	padding: 9px 45px;
}
.fn-btn:hover {
  color: #ffffff;
  background: #bb5424;
}
.add-to-remind {
  background: #353535;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 20px;
}
.add-to-remind:hover {
  color: #ffffff;
  background: #bb5424;
}
.add-to-comparison {
  border: 1px solid #E68A34;
  border-radius: 20px;
}
.add-to-comparison:hover {
  border-bottom: 1px solid #ed7c25;
  background-color: #f6f6f6;
}
.go-to-comparison {
  padding: 6px 0px;
  padding-bottom: 0px;
  margin-bottom: 6px;
  margin-right: 20px;
}
.another-article {
  border: 1px solid #ddd;
  padding: 5px 10px;
  display: block;
  border-radius: 1px;
}
.brand-filter {
  border: 1px solid #ddd;
  border: 2px solid #f6f6f6;
  border-top: none;
  padding: 15px;
  display: block;
  border-radius: 1px;
  padding-bottom: 0;
}
.brand-filter li {
  float: left;
  margin-right: 15px;
}
.brand-filter li a {
  display: inline-block;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #999999;
  width: 120px;
  height: 90px;
}
.brand-filter li a:hover {
  border: 1px solid #ed8b3e;
  display: inline-block;
  text-decoration: none;
}
.brand-filter li.active a {
  border: 1px solid #ed8b3e;
}
.brand-filter img {
  width: auto;
  height: 40px;
}
.brand-filter img:hover {
  border-color: transparent;
}
.brand-filter p {
  font-size: 12px;
}
.brand-filter hr {
  margin: 15px 0;
}
.brands-hidden, .brands-visible {
  display: block;
}
.brands-hidden {
  display: none;
}
.brands-mobile {
  display: block;
}
.brands-hidden-mobile {
  display: none;
}
.brands-hidden-show > .brands-hidden-mobile {
  display: block !important;
}
.other-brands {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
.other-brands-button {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.custom {
  width: 220px !important;
  text-transform: uppercase;
}
.pagination {
  /*display: inline-block;*/
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #696969;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #c67234;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #353535;
  border-color: #353535;
  cursor: default;
}
.item-price {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  /*margin-bottom: 20px;*/
}
.item-price span {
  font-size: 16px;
}
.item-price del {
  font-size: 24px;
  font-style: italic;
  color: #ff0000;
}
.item-brand {
  position: absolute;
  top: 60%;
}
.item-brand img {
  width: auto;
}

@media (max-width: 767px) {
  .item-brand {
    top: 58%;
    right: 5%;
  }

  .item-brand img {
    width: 140px;
  }

  .product-group-image {
    width: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item-brand {
    top: 49%;
    right: 5%
  }

  .item-brand img {
    width: 150px;
  }
}

.item-gallery {
  /*border-top: 1px solid #ddd;*/
  margin-top: 10px;
  padding-top: 10px;
}
.item-gallery li {
  float: left;
  margin-right: 5px;
}
.item-gallery li.active img {
  border: 1px solid #ed8b3e;
}
.item-gallery li img {
  width: 93px;
}
.response {

}
.response p {
  padding: 20px;
  background: #f6f6f6;
}
.response em {
  color: #bb5424;
}
.comparison {
}
.comparison img {
  height: auto;
  padding: 0;
  border: none;
}
.comparison p {
  font-size: 12px;
}
.comparison img:hover {
  border: none;
}
.table.comparison > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ed7c25;
  padding-top: 30px;
  padding-bottom: 10px;
}
.table.comparison thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
}
.table > tfoot > tr > th {
  background: #f5f5f5;
}
.comparison .title {
  background: #f6f6f6;
  background: #ed7c25;
  border-top: none;
  text-align: center;
  position: absolute;
  font-size: 12px;
  padding: 2px 10px !important;
  color: #ffffff;

}
.footer-menu {
  column-count: 2;
}
.footer-menu li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-menu li {
    float: none !important;
    white-space: nowrap;
  }
}

.footer-menu li a, .footer-menu li a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
}
footer .phone {
  font-size: 16px;
  font-weight: 300;
}
footer .copy {
  margin-top: 5px;
}
footer .phone span {
  font-size: 12px;
}
footer .address {
  font-size: 16px;
  font-weight: 300;
}
footer .address span {
  font-size: 12px;
}
footer .social {

}
footer .social img {
  height: 32px;
}
.spinner {
  width: 40px;
}
.order-price {
  /*width: 120px;*/
  font-size: 16px;
}
.order-photo {

}
.order-photo img {
  width: 120px;
  height: auto;
}
.order-photo img:hover {
  border-color: transparent;
}
.order-del {
  font-size: 24px;
  /*text-align: center;*/
}
.order-total {
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  background: #f5f5f5;
}
form .errorlist {
  color: red;
  list-style-type: none;
  /*position: absolute;*/
  /*right: 20px;*/
}
.full-form {
  display: none;
}
.delivery-calculation {
  width: 80%;
}
.delivery-cost {
  position: absolute;
  color: #c67234;
  font-weight: bold;
  font-style: italic;
  bottom: 0;
  right: 0;
  font-size: 24px;
}
.payment-calculation {
  width: 80%;
}
.payment-cost {
  position: absolute;
  color: #c67234;
  font-weight: bold;
  font-style: italic;
  bottom: 0;
  right: 0;
  font-size: 24px;
}
.double-column .new-item .add-to-cart, .double-column .new-item .add-to-remind {
  width: 100%;
}
.double-column .new-item .add-to-comparison {
  width: 100%;
  margin-right: 0;
  text-align: center;
  display: inline-block;
}
.double-column .new-item .price .old-price {
  padding-top: 0;
  text-align: right;
}
.big-image {
  width: 100%;
}
.delivery-panel {
  background: #f5f5f5;
  padding: 15px;
}
.delivery-panel span {
  color: #c67234;
  font-size: 24px;
  font-weight: bold;
}
.messages {
  border-left: 5px solid #ed7c25;
}
/*кнопка вверх*/
.to-top {
  position: fixed;
  /* padding: 10px; */
  padding-left: 4px;
  bottom: 50px;
  left: 50%;
  margin-left: -640px;
  width: 52px;
  height: 52px;
  border: 1px solid #d3d5d6;
  color: #fff;
  z-index: 1001;
  display: none;
  background: #d3d5d6;
  font-size: 50px;
  line-height: 28px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.to-top:hover {
  border: 1px solid #ed7c25;
  background: #ed7c25;
  color: #ffffff;
}
.to-top span {
  font-size: 36px;
}
@media (min-width: 768px) {
  .to-top {
    margin-left: -350px;
  }
}
@media (min-width: 992px) {
  .to-top {
    margin-left: -450px;
  }
}
@media (min-width: 1200px) {
  .to-top {
    margin-left: -560px;
  }
}
/*.credit {*/
/*  border: 1px solid transparent;*/
/*  width: 100%;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*}*/
.credit {
  font-size: 16px;
  background-color: #F6F6F6;
  border: 1px solid #E5E5E5;
  border-radius: 23px;
}
.credit:hover {
  border: 1px solid #ed7c25;
}
.modal-head {
  /*font-family: 'Bebas Neue';*/
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.process-order {
  background: #353535;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
  /*font-family: 'Clear Sans';*/
  padding: 6px 15px;
  margin-right: 30px;

}
.process-order:hover {
  background: #bb5424;
  color: #ffffff;
  text-decoration: none;

}
.subcategory-menu {
  border: 1px solid #c67234;
  padding: 5px 10px;
  display: block;
  border-radius: 1px;
  font-size: 16px;
  color: rgb(153, 153, 153);
  font-weight: 200;
}
.subcategory-menu a {
  color: #c67234;
}
/*.subcategory-menu a img {*/
  /*height: 50px;*/
/*}*/
.low-price-product {
  border-radius: 0;
  background: #f6f6f6;
  padding: 10px 15px;
  color: #5e5e5e;
  margin-top: -15px;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 16px;
}
.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-black, .w3-hover-black:hover {
  color: #fff !important;
  background-color: #ed7c256b !important;
}
.w3-display-left {
  position: absolute;
  left: 5%;
}
.w3-display-right {
  position: absolute;
  right: 5%;
}
.hidden-button {
  display: none;
}
.gocredit img {
  vertical-align: top;
}
.navbar {
  background: #E68A34;
}

.navbar-toggler-button {
  border: none;
  background: transparent;
  color: #fff !important;
}

.navbar-nav > li:hover a {
  text-decoration: underline;
}
.navbar-default .navbar-nav li a {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
}
.modal-logo {
  padding-left: 0;
}
.menu-modal-header {
  border-bottom: none;
}
.modal-nav-list {
  list-style: none;
  text-transform: uppercase;
}
.modal-nav-list > li:not(:first-of-type) {
  margin-top: 1.2em;
}
.modal-nav-list a {
  color: #4F4F4F;
}
.modal-nav-list > li.active a {
  color: #ED8B3E;
}
.menu-modal-footer {
  border-top: none;
}
.menu-modal-footer > .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav li a {
    font-size: 12px;
  }
}
.btn-menu-close {
	color: #fff;
	font-size: 4em;
	font-weight: 200;
	opacity: 1;
}
.btn-callback-close {
  color: #000;
  font-size: 2em;
  font-weight: 200;
  opacity: 1;
  margin: 0 !important;
  padding: 0 !important;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.order_call img {
  display: inline-block;
  height: 40px;
}
.orphus
{
  border: 0;
  width: 0;
  height: 0;
}
.tbl-noborder
{
  border: 0;
}
 .row-bordered
 {
   border-bottom: solid 1px black;
 }
.advantages
{
  list-style: none;
}

.advantages img{
  width:50px;
}

.map{
  width:auto;
  height: 400px;
  position: relative;
}

.item-short-description {
  word-break: break-word;
}

.present-block {
	text-align: center;
	color: #db1717;
}

.present-product-block {
  color: #db1717;
}

.product-gift-heading {
  font-size: 20px;
  color: #000000;
}

.basket-gifts-title-row {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.product-gift-block {
	background-color: #ffe1a9;
	border-radius: 10px;
	/*padding: 5%;*/
}

.promocode-status {
  margin-left: 10px;
}

.promocode-status-found {
  color: #088242;
}

.promocode-status-not-found {
  color: #e71212;
}

.sorting-panel {
  border-radius: 0;
  background: #fff2e1;
  padding: 10px 15px;
  color: #2e2e2e;
  position: relative;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sorting-block {
    font-size: 0.9rem;
  }
}

.sorting-panel .title {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
}

.sorting-panel span.js-link {
  font-style: italic;
  color: #222;
  cursor: pointer;
}
.sorting-panel span.js-link:hover {
  text-decoration: underline;
  color: #c67234;
}
.sorting-panel .count-on-page {
  text-transform: uppercase;
}
.sorting-panel .count-on-page span {
  display: inline-block;
  background: #353535;
  padding: 2px 5px;
  color: #ffffff;
  font-style: normal;
}
.sorting-panel .count-on-page span:hover {

  color: #ffffff;

}
.sorting-panel .count-on-page span.active {
  background: #ed7c25;
}
.sorting-panel hr {
  margin: 10px 0;
}
.sorting-panel a {
  font-style: italic;
}

.subcategory-gift-image img {
  width: auto;
}

.subcategory-gift-image {
  /*display: inline;*/
}

.subcategory-gift {
	background-color: #ff4646;
	text-align: center;
	border-radius: 5px;
	/*display: block;*/
}


.subcategory-gift-row {
  /*display: inline;*/
}

.subcategory-gift-title {
  width: 50%;
  /*display: inline-block;*/
  vertical-align: middle;
}

.subcategory-gift-title a {
  color: #fff;
}

.subcategory-gift-message {
  color: #db1717;
}

.news-read-more {
	background-color: #ed8b3e;
    color: #fff !important;
	padding: 5px;
	border-radius: 3px;
	float: right;
}

.news-text  p {
  font-size: 16px;
}

.img-responsive-news {
  max-width: 100%;
}

@media (min-width: 992px) {
  .img-responsive-news {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .img-responsive-news {
    max-width: 50%;
  }
}

.nav-item {
  padding: 15px;
  padding-left: 0;
}

.navbar {
  padding: 0;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

ul.slick-dots > li > button::before {
  color: #fff !important;
}

.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.miniphotos {
  border: 2px solid #E5E5E5;
}

.old-price {
  color: #ff0000;
  font-weight: 400;
  text-decoration: line-through;
}

.new-price {
  font-weight: 600;
}

#btn-buy-1click {
  height: 100%;
  background-color: transparent;
  border: 1px solid #E68A34;
  color: #E68A34;
  border-radius: 20px;
}

#btn-buy-1click:hover {
  border-color: #FF7B00;
  color: #FF7B00;
  background-color: #f6f6f6;
}

#btn-buy-1click-subcategory {
  font-size: 1.1rem;
}

.hot-line-block {
  left: -4em;
}

.header-cart-block {
  left: -2.5em;
}

@media (max-width: 768px) {
  #btn-buy-1click-subcategory {
    font-size: 3.5vw;
  }

  .hot-line-block {
    left: 0;
  }

  .header-cart-block {
    left: 0;
  }
}

.comments-block {
  background-color: #F6F6F6;
}

.comment-input {
  border-radius: 23px;
  border: 1px solid #C0C0C0;
}

.hide-mobile-search {
  background: transparent;
  border: transparent;
}

.mobile-search-form {
  position: static !important;
}
