@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('hinted-subset-MuseoSansCyrl-500.eot');
  src: url('hinted-subset-MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('hinted-subset-MuseoSansCyrl-500.woff') format('woff'), url('hinted-subset-MuseoSansCyrl-500.ttf') format('truetype'), url('hinted-subset-MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('hinted-subset-MuseoSansCyrl-300.eot');
  src: url('hinted-subset-MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('hinted-subset-MuseoSansCyrl-300.woff') format('woff'), url('hinted-subset-MuseoSansCyrl-300.ttf') format('truetype'), url('hinted-subset-MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('hinted-subset-MuseoSansCyrl-700.eot');
  src: url('hinted-subset-MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('hinted-subset-MuseoSansCyrl-700.woff') format('woff'), url('hinted-subset-MuseoSansCyrl-700.ttf') format('truetype'), url('hinted-subset-MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('hinted-subset-MuseoSansCyrl-900.eot');
  src: url('hinted-subset-MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('hinted-subset-MuseoSansCyrl-900.woff') format('woff'), url('hinted-subset-MuseoSansCyrl-900.ttf') format('truetype'), url('hinted-subset-MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('hinted-subset-MuseoSansCyrl-100.eot');
  src: url('hinted-subset-MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('hinted-subset-MuseoSansCyrl-100.woff') format('woff'), url('hinted-subset-MuseoSansCyrl-100.ttf') format('truetype'), url('hinted-subset-MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: 'Museo Sans Cyrl';
  color: #363636;
  font-size: 14px;
  background: #fff;
}

a,
button {
  outline: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;
}

.container {
  width: 100%;
}

.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.btn-orange {
  background: #ff5e0d;
}

.btn-orange:hover {
  background: #ff7f3e;
}

.btn-black:hover {
  background: #545454;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.loadItem {
  opacity: 0;
}

.transition {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;
}

.transition:hover {
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;
}

.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}



/* = HEADER = */

header {
  background: #15223d;
  position: relative;
}

.mainpage.header-main {
  position: relative;
}

.mainpage.header-main .header-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.header-top {
  color: #fffefe;
  padding-top: 30px;
  position: relative;
  z-index: 20;
}

.header-top .line-top {}

.header-top .language {
  position: absolute;
  top: 0;
  right: 20px;
}

.header-top .phone {
  font-size: 20px;
}

.header-top .phone_icon {
  display: inline-block;
  fill: #fff;
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
  height: 100%;
}

.header-cart {
  text-align: right;
  font-size: 20px;
}

.header-cart {
  position: relative;
}
.header-cart a {
  text-decoration: none;
}
.header-cart .amount {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  bottom: -6px;
  color: #fff;
  display: block;
  font: 14px/20px 'Verdana';
  line-height: 20px;
  min-width: 20px;
  padding: 0 5px;
  position: absolute;
  right: 6px;
  text-align: center;
}

.header-cart .cart-image {
  fill: #fff;
  margin-left: 25px;
}

header .main-menu {
  position: relative;
  z-index: 10;
}
header .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .main-menu>ul>li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

header .main-menu a {
  color: #ff5e0d;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 50px;
}

header .logo-fixed {
  position: fixed;
  z-index: 998;
  display: none;
  top: 4px;
  right: 20px;
  height: 34px;
  padding: 0;
}

header .logo-fixed img {
  height: 100%;
}

header .main-menu a:hover,
header .main-menu a.active {
  color: #fff;
}

.cat-submenu {
  position: absolute;
  z-index: 998;
  display: none;
  background: none;
  padding: 25px 45px 65px 45px;
  white-space: nowrap;
}
.cat-submenu:after {
  content: '';
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.cat-submenu > ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  position: relative;
  z-index: 10;
}
.cat-submenu > ul li + li {
  margin-top: 15px;
}
.cat-submenu > ul li > a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 100;
  text-transform: inherit;
}
.cat-submenu > ul li > a:hover {
  text-decoration: underline;
}

.header-main.reg .cat-submenu {}

.cat-submenu:before {
  border-right: 20px solid transparent;
  content: '';
  left: 20px;
  opacity: .9;
  position: absolute;
  top: -20px;
}

.header-main.reg .cat-submenu:before {}

header .main-menu>ul>li:hover .cat-submenu {
  display: block;
}

header .main-menu .cat-submenu a {
  display: block;
  color: #333;
  line-height: 19px;
  margin-bottom: 5px;
}

header.header-main.reg .main-menu .cat-submenu a {
  color: #fff;
}

header .main-menu .cat-submenu a:hover {
  color: #ff5e0d;
}



header .line-bottom {
  position: relative;
}

header.mainpage .line-bottom:after {
  position: absolute;
  content: '';
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #ff5e0d;
}

header .line-bottom .rightside {
  text-align: right;
}

header .line-bottom .rightside .point {
  display: inline-block;
  vertical-align: bottom;
}
header .line-bottom .rightside .point + .point {
  margin-left: -webkit-calc(-.33em + 4px);
  margin-left: -moz-calc(-.33em + 4px);
  margin-left: calc(-.33em + 4px);
}
header .line-bottom .rightside .point a,
header .line-bottom .rightside .point button {
  background: #ff5e0d;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
}
header .line-bottom .rightside .point .point_icon {
  fill: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .line-bottom .rightside .point a:hover,
header .line-bottom .rightside .point button:hover {
  background: #ff894d;
}

.header-search {
  position: relative;
}

.header-search .search-input {
  position: absolute;
  right: 50px;
  background: #fff;
  outline: none;
  height: 50px;
  font-size: 15px;
  border-right: 0;
  border-bottom: 0;
  padding: 10px 0;
  width: 200px;
  max-width: 0;
  border-top: 1px solid #ff5e0d;
  border-left: 1px solid #ff5e0d;
  padding: 10px 0;
}

header.reg .header-search .search-input {
  border-bottom: 1px solid #ff5e0d;
}

.header-search:hover .search-input,
.header-search .search-input:focus {
  max-width: 200px;
  padding: 10px;
}

.header-search .ajax-search-results-wrapper {
  position: absolute;
  z-index: 5;
  width: 250px;
  right: 0;
}

.header-search .ajax-search-results-wrapper a {
  width: 100% !important;
  background: #fff !important;
  color: #333 !important;
  text-align: left !important;
  line-height: 20px !important;
  border-left: 1px solid #ff5e0d;
  border-right: 1px solid #ff5e0d;
  border-bottom: 1px solid #eee;
  padding: 10px !important;
}

.header-search .ajax-search-results-wrapper ul li:last-child a {
  border-bottom: 1px solid #ff5e0d;
}

.main_slider {
  position: relative;
}
.main_slider:before,
header.reg:before {
  background-image: url(slider_bg.png);
  background-position: top center;
  -o-background-size: cover;
     background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.main_slider .items_text .special:not(.item-0) {
  display: none;
}
.main_slider .items_text {
  position: relative;
  z-index: 10;
}
.main_slider .owl-nav {
  position: absolute;
  top: -webkit-calc(50% + 50px);
  top: -moz-calc(50% + 50px);
  top: calc(50% + 50px);
  width: 100%;
  z-index: 10;
}
.main_slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  z-index: 10;
}

.main_slider .special {
  bottom: 50px;
}

.main_slider h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 100;
  margin-bottom: 50px;
}

.main_slider .special a {
  display: inline-block;
  padding: 0 40px;
}

.main_slider .logo-image {
  display: block;
  margin-left: auto;
  max-height: 750px;
}

.main_slider .owl-dots .owl-dot span {
  background: none;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  height: 16px;
  margin: 0 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
}

.main_slider .owl-prev,
.main_slider .owl-next {
  position: absolute;
  color: transparent;
  width: 46px;
  height: 86px;
  top: 60%;
  margin-top: -23px;
}

.main_slider .owl-prev {
  left: 30px;
  background: url(main-slider_arrow-left.png) 0 0 no-repeat;
}

.main_slider .owl-next {
  right: 30px;
  background: url(main-slider_arrow-right.png) 0 0 no-repeat;
}


/* = RANDOM-ITEMS = */

.random-items {
  background: #101b36;
  padding: 45px 0;
}

.random-items .point {
  position: relative;
  margin-left: 0 !Important;
  margin-right: 0 !Important;
}

.random-items .point .point-text {
  display: table;
  color: #fff;
  background: #0d152b;
  width: 100%;
  height: 100%;
  min-height: 150px;
  text-align: center;
}

.random-items .point .point-text.has-bg {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
}

.random-items .point>div>* {
  display: table-cell;
  vertical-align: middle;
}

.random-items .point h3 {
  width: 100%;
  font-size: 25px;
  padding: 10px 40px 0;
  margin: 0;
}

.random-items .point .point-p {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  font-size: 15px;
  line-height: 23px;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-webkit-transition: all 0.5s ease;
  -moz--webkit-transition: all 0.5s ease;
  padding: 0 50px;
  margin: 0 0 20px 0;
}

.random-items .point .point-p:after {
  position: absolute;
  content: '';
  width: 90px;
  height: 6px;
  background: #ff5e0d;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -45px;
}

.random-items .point:hover .point-p {
  max-height: 100%;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-webkit-transition: all 0.5s ease;
  -moz--webkit-transition: all 0.5s ease;
  padding: 0 50px 20px;
}

.random-items .point-image {
  position: relative;
}

.random-items .point-image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}

.random-items .point:hover .point-image:after {
  opacity: 0.5;
}


/* = BEST-ITEMS = */

.best-items .pp-title {
  background: #f15f22;
}

.best-items .pp-title:after {
  border: 30px solid transparent;
  content: '';
  margin-top: -30px;
  position: absolute;
  right: -40px;
  top: 50%;
}

.pp-title h3 {
  color: #fff;
  display: table;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  margin: 0;
}

.pp-title h3 span {
  display: table-cell;
  vertical-align: middle;
}

.product-preview {
  background-color: #fff;
  margin: 45px 10px;
  padding-bottom: 30px;
}

.product-preview .product-image {
  position: relative;
  overflow: hidden;
  height: 300px;
  line-height: 300px;
  text-align: center;
  margin-bottom: 15px;
}

.product-preview .product-image .product-detail {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.product-preview .product-image:hover .product-detail {
  opacity: 1;
}

.product-preview .product-image .product-detail .btn {
  display: inline-block;
  width: 100%;
  line-height: 46px;
  font-size: 13px;
  padding-right: 46px;
}

.product-preview .product-image .product-detail .detail-buttons {
  position: relative;
  width: 190px;
  margin: auto;
}

.product-preview .compare-add,
.product-preview .compare-delete {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  outline: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  line-height: 45px;
  background: #ff5e0d;
  color: #fff;
  margin-top: -23px;
}

.item-delete .delete_icon {
  height: 15px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.item-delete .delete_icon:hover {
  opacity: .8;
}

.product-preview .product-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 100%;
}

.product-preview .discount,
.product-page .label-discount {
  position: absolute;
  z-index: 3;
  top: -60px;
  left: -60px;
  width: 120px;
  height: 120px;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  font-size: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  padding: 74px 0 0 53px;
}

.js-discaund-label {
  opacity: 0;
  transition: all .3s ease;
}
.js-discaund-label.active {
  opacity: 1;
}

.product-preview .product-miniatures {
  text-align: center;
  height: 48px;
  margin-bottom: 20px;
}

.product-preview .product-miniatures img {
  cursor: pointer;
  max-width: 45px;
  max-height: 100%;
  margin: 0 3px;
}

.product-preview .product-title {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  margin-bottom: 7px;
}
.product-preview .product-title > a {
  display: block;
  min-height: 4em;
  padding: 0 10px;
}

.product-preview .product-price {
  text-align: center;
}

.product-preview .product-price span {
  color: #9d9d9d;
  font-size: 21px;
  margin-right: 10px;
  text-decoration: line-through;
}

.product-preview .product-price b {
  color: #ff5e0d;
  font-size: 24px;
  font-weight: 600;
}

.opacity:hover {
  opacity: 0.7;
}

.product-carousel.best-items {
  border-top: solid 1px #fff;
}
.product-carousel .owl-carousel,
.product-carousel .owl-carousel .owl-wrapper-outer {
  position: static;
}

.product-carousel .owl-nav {
  bottom: 50px;
  color: #fff;
  font-size: 23px;
  left: 20px;
  position: absolute;
  width: -webkit-calc(25% - 40px);
  width: -moz-calc(25% - 40px);
  width: calc(25% - 40px);
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-carousel .owl-nav .owl-prev {
  left: 24px;
}

.product-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}

.product-carousel .owl-nav .owl-next {
  right: 24px;
}

.product-carousel .owl-nav .owl-next:before {
  content: "\f105";
}

.pp-title {
  height: 100%;
  min-height: 300px;
  padding: 0 20px;
}

.pp-title .to-category {
  position: absolute;
  color: #fff;
  font-size: 16px;
  left: 50%;
  bottom: 28px;
  margin: 0 0 0 -50px;
}


/* = NEW-ITEMS = */

.new-items {}

.new-items .pp-title {
  background: #101b36;
}

.new-items .pp-title:after {
  border: 30px solid transparent;
  content: '';
  margin-top: -30px;
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 2;
}


/* = BLOG-CAROUSEL = */

.blog-carousel {
  overflow: hidden;
  background: #252525;
}

.blog-carousel .pp-title {
  border-right: 1px solid #fff;
  -webkit-box-shadow: -10px 0 20px 0 rgba(13, 13, 13, 1);
          box-shadow: -10px 0 20px 0 rgba(13, 13, 13, 1);
}

.blog-carousel .pp-title h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.blog-carousel .pp-title:after {
  border: 30px solid transparent;
  content: '';
  margin-top: -30px;
  position: absolute;
  right: -39px;
  top: 50%;
  z-index: 2;
}

.blog-carousel .pp-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: -43px;
  border: 32px solid transparent;
  border-left: 32px solid #fff;
  margin-top: -32px;
}

.js-blog-carousel {
  color: #fff;
}

.js-blog-carousel .blog-point {
  min-height: 210px;
  padding: 35px;
}

.js-blog-carousel .blog-point .point-img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  float: left;
  height: 75px;
  margin-right: 25px;
}

.js-blog-carousel .blog-point a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.js-blog-carousel .blog-point .preview {
  margin-bottom: 20px;
  font-weight: 100;
}


/* = PHOTO-GALLERY = */

.photo-gallery {
  margin-top: 50px;
  margin-bottom: 20px;
}

.photo-gallery .row-flex.relative {
  max-height: 300px;
}

.photo-gallery .pp-title {
  background: #f15f22;
}

.photo-gallery .pp-title::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -60px;
  border: 30px solid transparent;
  border-left: 30px solid #f15f22;
  margin-top: -30px;
}

.photo-gallery .js-product-carousel {
  padding: 0;
}

.photo-gallery .js-product-carousel .owl-wrapper-outer,
.photo-gallery .js-product-carousel .owl-wrapper,
.photo-gallery .js-product-carousel .owl-item {
  height: 100%;
}

.photo-gallery .js-product-carousel .owl-item {
  overflow: hidden;
}

.photo-gallery .owl-controls {
  display: none;
}


/* = FOOTER = */

.footer_left {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.footer-content {
  padding: 55px 0 50px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-adress {
  margin-bottom: 40px;
}

.footer-adress .phone,
.footer-adress .email,
.footer-adress .adress {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.orange {
  color: #f15f22;
}

footer .subscribe {
  margin-bottom: 60px;
}

footer .subscribe-title {
  font-size: 20px;
}

.subscribe-form input[type="text"] {
  background-color: #fff; 
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  height: 45px;
  font-size: 16px;
  width: 100%;
  outline: none;
  padding: 10px 182px 10px 10px;
}

.subscribe-form button {
  right: 0;
  bottom: 0;
  padding: 0 40px;
}

.social-links .social-title  {
  font-size: 18px;
  padding: 0 20px 0 0;
}
.social-links a {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: solid 1px;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 10px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}

.social-links a:hover {
  color: #f05f21;
}

.footer-menu a {
  color: #fff;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.footer-bottom {
  color: #fff;
  padding: 25px 0;
}

.footer-title {
  text-align: center;
  font-size: 16px;
  padding: 5px 0 0 0;
}

footer .insales {
  text-align: right;
}


/* = MODALS = */

.modal.modal-preview {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
}

.modal-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
}

.gallery-top {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.button-to-top {
  position: fixed;
  z-index: 997;
  right: 20px;
  bottom: 20px;
  color: #ff5e0d;
  font-size: 20px;
  outline: none;
}

.modal .product-title {
  color: #00a3cc;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.modal .product-introtext {
  font-size: 15px;
  line-height: 18px;
  color: #797979;
  margin-bottom: 25px;
}

.modal .gt-prev {
  left: 10px;
}

.modal .gt-next {
  right: 10px;
}

.modal .gt-arrow {
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ff5e0d;
  cursor: pointer;
  display: block;
  opacity: 1;
  -webkit-transition: .2s ease opacity;
  -o-transition: .2s ease opacity;
  -moz-transition: .2s ease opacity;
  transition: .2s ease opacity;
  height: 40px;
  line-height: 20px;
  margin-top: -20px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 900;
}

.modal .select-field,
.modal select {
  max-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ff5e0d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  height: 35px;
  padding: 3px 5px;
  position: relative;
  width: 100%;
}

.modal .select-wrapper {
  position: relative;
  max-width: 150px;
}

.modal .option-item:after {
  content: '\f107';
  color: #ff5e0d;
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 0;
  height: 50%;
  pointer-events: none;
  line-height: 35px;
  width: 9px;
}

.modal .option-selector {
  margin-bottom: 20px;
}

.modal .option-item {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.modal .option-item label {
  line-height: 35px;
}

.modal .product-price.on-page {
  margin-bottom: 20px;
  font-size: 27px;
}

.modal .product-price {
  color: #ff5e0d;
  font-weight: bold;
}

.modal .product-old-price.on-page {
  margin: 0;
  padding-top: 6px;
  opacity: 1;
  font-size: 18px;
  color: #777;
  text-decoration: line-through;
}

.modal .product-counter.on-page .input-number {
  height: 30px;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  width: 50px;
}

.modal .input-field,
.modal .textarea-field {
  border: 2px solid #ff5e0d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
}

.modal .button-number {
  background: #ff5e0d;
  color: #fff;
  height: 30px;
  font-size: 16px;
  vertical-align: top;
  width: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 33px;
}

.modal .button-primary,
.modal .js-fast-order-open {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  padding: 8.5px 15px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
  background: #ff5e0d;
}

.modal .js-fast-order-open {
  background: #101b36;
}

.modal .label.label-discount {
  position: absolute;
  z-index: 3;
  top: -60px;
  left: -60px;
  width: 120px;
  height: 120px;
  background: #363636;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  font-size: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  padding: 74px 0 0 53px;
}

.modal .swiper-slide .swiper-lazy {
  margin-top: 15px;
}

header .line-bottom .rightside .point.cart-mobile {
  display: none;
}


/* = COLLECTION = */

.collection-top {}

ul.breadcrumb {
  padding: 0;
  margin: 0 0 20px 0;
}

.collection-top {
  padding: 30px 0;
}

.breadcrumb-link {
  color: #000;
  padding-right: 7px;
  font-weight: 100;
}

.breadcrumb-item i {
  padding-right: 7px;
}

.breadcrumb-link.current-page {
  color: #ff5e0d;
}

.collection-limit {
  margin-bottom: 10px;
}

.collection-limit .form-label,
.collection-sort .form-label {
  margin: 0 12px 0 0;
}

.collection-limit>.row-flex,
.collection-sort>.row-flex {
  margin-left: 20px;
  margin-right: 20px;
}

.coll-catalogue {
  background: #ff5e0d;
  color: #fff;
  padding: 25px;
}

.coll-catalogue h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
}

.coll-catalogue .collection-menu>li {
  margin: 0 0 10px 0;
}

.coll-catalogue .collection-menu>li>a {
  font-size: 18px;
  font-weight: 300;
}

.coll-catalogue .collection-menu>li .submenu {
  display: none;
  font-size: 16px;
  margin: 16px;
}

.coll-catalogue .collection-menu>li .submenu li {
  display: block;
  margin: 0 0 3px 0;
}

.coll-catalogue .collection-menu li.dropdown {
  position: relative;
}

.coll-catalogue .collection-menu li i {
  display: none;
}

.collection-filters {
  padding: 40px 20px 20px 20px;
}

.coll-catalogue .collection-menu li.dropdown i,
.collection-filters .filter-header i {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 20px;
}

.coll-catalogue li.active>a {
  border-bottom: 1px dashed #fff;
}

.collection-filters h2 {
  font-size: 30px;
  margin: 0 0 24px 0;
}

.collection-filters h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.collection-filters .filter-header {
  position: relative;
}

.collection-filters .filter-header i.fa-angle-right {
  color: #9d9d9d;
}

.collection-filters .filter-header i.fa-angle-left {
  color: #ff894e;
}

.collection-filters .filter-body {
  display: none;
  padding: 0 0 30px 0;
}

.filter-body-inner {
  max-height: 200px;
  overflow: auto;
}


/* = PRICE SLIDER = */

.range-slider {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.range-slider>.irs {
  margin-bottom: 10px;
}

.range-slider .irs-from,
.range-slider .irs-to {
  cursor: pointer;
}

.input-range {
  float: left;
  position: relative;
  border: 1px solid #909090;
  margin: 0;
  padding: 5px;
  width: 40%;
}

.input-range#price-to {
  float: right;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 12px;
  top: 25px;
}

.irs-line-left {
  background: #c0c0c0;
  height: 5px;
}

.irs-line-mid {
  background: #c0c0c0;
  height: 5px;
}

.irs-line-right {
  background: #c0c0c0;
  height: 5px;
}

.irs-bar {
  height: 5px;
  top: 25px;
  background: #868685;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 15px;
  height: 15px;
  top: 20px;
  background: #ff5e0d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min,
.irs-max {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs-from,
.irs-to,
.irs-single {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #00a3cc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #00a3cc;
}

.irs-grid-pol {
  background: #00a3cc;
}

.irs-grid-text {
  color: #999;
}

.price-inputs {
  position: relative;
}

.price-inputs:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 1px;
  background: #909090;
  top: 14px;
  left: 50%;
  margin-left: -9px;
}

.price-inputs:after {
  display: table;
  content: '';
  clear: both;
}

.irs.js-irs-0 {
  width: 96%;
  margin-left: 2%;
}

.collection-filters .filter-footer {
  text-align: center;
}

.clear-all-filter {
  text-align: center;
}

.collection-filters .filter-footer .js-filter-reset,
.collection-filters .button-reset-filters {
  display: inline-block;
  background: #ff5e0d;
  color: #fff;
  padding: 5px 10px;
  margin: 20px 0 0 0;
}

.collection-filters .filter-footer .js-filter-reset:hover,
.collection-filters .button-reset-filters:hover {
  background: #ff7f3e;
}

.filter-header i.fa-check {
  position: static;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #878787;
}

.checkbox-label:before {
  content: '';
  top: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #a3a3a3;
}

.checkbox-field:checked+.checkbox-label:before {
  content: '';
  background: #ff5e0d;
  border: 1px solid #ff5e0d;
}

.checkbox-field:checked+.checkbox-label,
.radio-field:checked+.radio-label {
  color: #333;
}

.filters-list li {
  margin: 0 0 5px 0;
}


/* SIDEBAR BANNER */

.sidebar-banner {
  padding: 20px 0 40px 0;
}

.sidebar-banner img {
  display: block;
}

.sidebar-banner .banner-text {
  background: #101b36;
  padding: 25px;
}

.sidebar-banner .banner-text>a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  padding-right: 40px;
}

.sidebar-banner .banner-text>a i {
  position: absolute;
  right: 0;
  bottom: 1px;
  font-size: 22px;
}

.pagination {
  color: #7a7a7a;
}

.pagination .pagination-item {
  margin: 0 5px 0 0;
}

.pagination .pagination-item.active {
  color: #f15f22;
}

.select-default {
  position: relative;
}

.select-default select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ff5e0d;
  cursor: pointer;
  height: 23px;
  padding: 0 20px 0 6px;
  position: relative;
  width: 100%;
}

.select-default:after {
  content: '\f107';
  color: #ff5e0d;
  font-family: "FontAwesome";
  position: absolute;
  right: 6px;
  top: 0;
  pointer-events: none;
  height: 100%;
  line-height: 24px;
  width: 9px;
}

.collection-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.collection-content .editor {
  line-height: 23px;
}

.collection-line {
  width: 100%;
  height: 1px;
}

.collection-content .editor-title>div {
  background: #ff5e0d;
  color: #fff;
  font-size: 24px;
  height: 100%;
  min-height: 250px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.collection-content .editor-title>div:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -40px;
  border: 20px solid transparent;
  border-left: 20px solid #ff5e0d;
  margin-top: -20px;
}

.no-marg {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* PRODUCT */

.search-page .breadcrumb,
.product-page .breadcrumb {
  padding: 30px 0;
}

.alertify-notifier {
  background: #f15f22;
  color: #fff;
}

.product-page .product-title {
  font-size: 25px;
  font-weight: 100;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.product-articul {
  font-size: 15px;
  color: #96979f;
  margin-bottom: 20px;
}

.product-page .product-price {
  margin-bottom: 10px;
}

.product-page .product-price>div {
  display: inline-block;
  vertical-align: middle;
}

.product-page .product-price .product-old-price {
  color: #9d9d9d;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 20px;
  margin-right: 15px;
  display: none;
}
.product-page .product-price .product-old-price.active {
  display: inline-block;
}

.product-page .product-price .js-product-price {
  color: #ff5e0d;
  font-size: 25px;
  margin-right: 30px;
}

.product-page .compare-control {
  font-weight: 300;
  margin-bottom: 40px;
}

.product-page .compare-control .compare_icon {
  height: 13px;
}

.product-page .compare-control:hover {
  color: #333;
}

.product-table {
  width: 100%;
  color: #363636;
  font-size: 12px;
  margin-bottom: 25px;
}

.product-table tr td {
  padding: 3px 0;
}

.product-table tr td:first-child {
  width: 40%;
}

.selectors-counter {}

.selectors-counter .option-selectors,
.selectors-counter .option-selector>div,
.selectors-counter .product-counter {
  display: inline-block;
  vertical-align: bottom;
}

.selectors-counter .option-selector>div {
  margin: 0 20px 20px 0;
}

.selectors-counter .option-selectors {
  font-size: 0;
  margin-right: 30px;
}

.selectors-counter .option-selector>div {
  position: relative;
  font-size: 14px;
  padding: 10px;
}

.selectors-counter .option-selector .option-item label {
  display: inline-block;
  padding-right: 4px;
}

.selectors-counter .option-selector .option-item>div {
  display: inline-block;
}

.selectors-counter .option-selector .option-item select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 23px;
  padding: 0 20px 0 6px;
  position: relative;
  outline: none;
}

.selectors-counter .option-selectors .option-item:after {
  position: absolute;
  top: 10px;
  right: 18px;
  content: '\f107';
  font-family: "FontAwesome";
  pointer-events: none;
  height: 100%;
  line-height: 23px;
  width: 9px;
  font-size: 22px;
}

.selectors-counter .product-counter,
.item-counter .styled {
  position: relative;
  width: 35px;
  margin: 20px 0 35px 0;
}
.item-counter .styled {
  margin: 20px 0;
}

.selectors-counter .product-counter button,
.item-counter .styled button {
  position: absolute;
  left: 50%;
  outline: none;
  font-size: 24px;
  margin-left: -8px;
}

.selectors-counter .product-counter button.count-up,
.item-counter .styled button.count-up {
  top: -28px;
}

.selectors-counter .product-counter button.count-down,
.item-counter .styled button.count-down {
  bottom: -28px;
}
.selectors-counter .product-counter button:hover,
.item-counter .styled button:hover {
  opacity: .7;
}

.selectors-counter .product-counter .input-number,
.item-counter .styled .input-number {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  width: 34px;
  height: 34px;
  padding: 5px;
}

.p30 {
  padding: 0 30px;
}

.product-page .product-buy {
  display: inline-block;
  margin-bottom: 25px;
}

.product-page .gt-arrow {
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ff5e0d;
  cursor: pointer;
  display: block;
  opacity: 1;
  -webkit-transition: .2s ease opacity;
  -o-transition: .2s ease opacity;
  -moz-transition: .2s ease opacity;
  transition: .2s ease opacity;
  height: 40px;
  line-height: 20px;
  margin-top: -20px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 900;
}

.product-page .gt-arrow.gt-prev {
  left: 20px;
  padding-right: 4px;
}

.product-page .gt-arrow.gt-next {
  right: 20px;
  padding-left: 4px;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
       transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.product-page #product-thumbs .swiper-slide {
  height: 132px;
  line-height: 132px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 0;
  padding: 5px;
}

.product-page #product-thumbs .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  max-height: 96%;
}

.swiper-slide {
  min-height: 100px;
}

.product-page .gallery-top {
  margin-bottom: 10px;
}

.product-page .product-gallery,
.product-page .product-caption {
  margin-bottom: 30px;
}

.product-page #product-description {
  padding: 0 10px 0 0;
}

.tabs-block .tabs-menu {
  border-bottom: 1px solid #bcbcbc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-block .tabs-menu .tabs-item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 300;
  padding: 15px 0;
}

.tabs-block .tabs-menu .tabs-item.active {
  color: #363636;
}

.tabs-block .tabs-menu .tabs-item a {
  padding: 0 20px;
}

.tabs-block .tabs-menu .tabs-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -1px;
  opacity: 0;
  background: #ff5e0d;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;
}

.tabs-block .tabs-menu .tabs-item.active:after,
.tabs-block .tabs-menu .tabs-item:hover:after {
  opacity: 1;
}
.tabs-list {
  padding-bottom: 100px;
}

.related-products h2 {
  background: #e0e0e1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 50px 0;
  padding: 25px;
  position: relative;
}

.related-products h2:after {
  position: absolute;
  content: '';
  border: 30px solid transparent;
  border-top: 30px solid #e0e0e1;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
}

.related-products .product-image,
.similar-products .product-image {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 10px;
}

.related-products .product-image img,
.similar-products .product-image img {
  max-height: 150px;
}

.related-products .product-title,
.similar-products .product-title {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.related-products .product-caption {
  text-align: center;
}

.related-products .product-price,
.similar-products .product-price {
  font-size: 20px;
  font-weight: 600;
}

.related-products .product-old-price {
  display: none;
}

.similar-products {
  margin-bottom: 50px;
}

.similar-products .related-product {
  width: 100% !important;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.similar-products .related-product .product-image {
  margin-bottom: 15px;
}

.similar-products .related-product .product-caption {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.similar-products .related-product .product-price {
  color: #ff5e0d;
}

.similar-products .related-product .product-old-price {
  display: inline;
  font-size: 15px;
  font-weight: 300;
  color: #9d9d9d;
  text-decoration: line-through;
  margin-right: 10px;
}

.row-flex.with-bottom-border {
  position: relative;
  margin-bottom: 50px;
}

.row-flex.with-bottom-border:after {
  position: absolute;
  content: '';
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: #bcbcbc;
}

.flex-xl-9.with-right-border {
  position: relative;
}

.flex-xl-9.with-right-border:after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  width: 1px;
  background: #bcbcbc;
}

.block-header.styled>div {
  position: relative;
  height: 100%;
  background: #f15f22;
  color: #fff;
  font-size: 20px;
  padding: 0 20px;
  margin: 0;
}
.block-header.styled>div h2 {
  font-size: 20px;
  font-weight: 600;
}
 
.block-header.styled>div:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -60px;
  border: 30px solid transparent;
  border-left: 30px solid #f15f22;
  margin-top: -30px;
}


/* = CART PAGE = */

.cart-page .breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-description {
  line-height: 21px;
}

.cart-page .block-header.styled>div {
  font-size: 18px;
  min-height: 110px;
}

.cart-page .flex-xl-9.with-right-border:after {
  right: 0;
}

.cart-page .shopping-cart {
  position: relative;
  padding: 20px;
}

.cart-list .cart-item {
  margin-top: 25px;
  margin-bottom: 25px;
}

.cart-list .cart-item .item-title {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cart-list .cart-item .item-article {
  color: #96979f;
  font-weight: 100;
}

.article img {
  height: auto !important;
}

.cart-list .cart-item .item-summ {
  font-size: 24px;
  font-weight: 600;
}

.cart-page .row-flex.with-bottom-border {
  margin-bottom: 35px;
}

.cart-page .cart-body {
  position: relative;
}

.cart-page .cart-footer {
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}

.cart-page .related-products {
  padding-left: 60px;
}

.notice {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.coupon-form {
  position: relative;
  max-width: 400px;
}

.coupon-form input[type="text"] {
  border: 1px solid #363636;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  height: 45px;
  font-size: 16px;
  background: transparent;
  width: 100%;
  outline: none;
  padding: 10px 182px 10px 10px;
}

.coupon-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 40px;
}

#js-coupon-inner .notice {
  max-width: 400px;
}


.compare-page .breadcrumb {
  padding: 30px 0 0 0;
}

.page-header {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 20px auto 30px;
}

.page-header:after {
  position: absolute;
  content: '';
  top: 17px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ff5e0d;
}

.page-header h1 {
  position: relative;
  z-index: 2;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  margin: 0;
}

#js-compare-inner {
  width: 100%;
  overflow-x: scroll;
}

.pt30 .breadcrumb {
  padding: 30px 0;
}

.page-template .breadcrumb {
  padding: 30px 0;
}

.page-content {}

#fast-order-modal {
  position: relative;
  max-width: 310px;
  margin: auto;
}

#fast-order-modal .modal-inner {
  padding: 20px;
}

#fast-order-modal button.button-black {
  background: #f15f22;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 7px 15px;
}

.cart-page .related-products h2 {
  margin: 0 0 50px -21px;
}

.cart-top {
  position: relative;
}

.cart-footer:after {
  background-color: #bcbcbc;
  content: '';
  height: 1px;
  left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.cart-top>.flex-xl-9 {
  border-right: 1px solid #bcbcbc;
}

.cart-list .cart-related {
  display: none;
}

.js-related-products {
  margin-left: -21px;
}

.js-related-products .cart-related {
  padding: 15px 0;
}
.cart-page {
  padding-bottom: 50px;
}
.cart-page .total-summ {
  font-weight: 100;
  font-size: 20px;
  padding-right: 15px;
}

.cart-page .total-summ span {
  color: #101b36;
  font-weight: 500;
}

.cart-page .total-summ.discount span {}

.cart-page .block-header.styled {
  margin-bottom: 0;
}

.option-_empty {
  display: none !important;
}

.compare-toolbar {
  margin-bottom: 20px;
}

.js-same-toggle.active .text-hide,
.js-same-toggle.active .fa-eye-slash,
.js-same-toggle .text-show,
.js-same-toggle .fa-eye {
  display: none;
}

.js-same-toggle .text-hide,
.js-same-toggle .fa-eye-slash,
.js-same-toggle.active .text-show,
.js-same-toggle.active .fa-eye {
  display: inline;
}



/*=========================================
  CUSTOM CHECKOUT
=========================================*/

#flash_messages .message {
  margin: 0 0 10px;
}

#flash_messages .message p {
  margin: 0;
}

.wrapper.fc {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.wrapper.fc #registered_client {
  height: auto;
}

.wrapper.fc .field-label {
  margin-bottom: 5px;
  width: 30% !important;
}

.wrapper.fc .field-content {
  width: 69% !important;
}

.wrapper.fc h3,
.wrapper.fc h4 {
  margin-bottom: 10px;
}

.wrapper.fc .set {
  width: 650px;
}

.wrapper.fc .set-side {
  width: 250px;
}

.wrapper.fc .header-checkout {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 980px;
}

.wrapper.fc .header-checkout .logo,
.wrapper.fc .header-checkout .phone {
  height: 65px;
}

.wrapper.fc .header-checkout .logo {
  float: left;
  width: 40%;
}

.wrapper.fc .header-checkout .phone {
  color: #333;
  font-size: 1.4em;
  float: right;
  text-align: right;
  width: 40%;
}

.wrapper.fc .button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  font-family: "Exo 2", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
}

.wrapper.fc .button:focus,
.wrapper.fc .button:active:focus,
.wrapper.fc .button.active:focus,
.wrapper.fc .button.focus,
.wrapper.fc .button:active.focus,
.wrapper.fc .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wrapper.fc .button:hover,
.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #333;
  text-decoration: none;
}

.wrapper.fc .button {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:hover {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:active,
.wrapper.fc .button.active,
.wrapper.fc .open>.dropdown-toggle.button-primary {
  color: #fff;
  background-color: #2f528b;
  border-color: #264270;
}

.wrapper.fc .textfield {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  max-width: 100%;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.wrapper.fc .textfield:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wrapper.fc .textfield::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.wrapper.fc .textfield:-ms-input-placeholder {
  color: #999;
}

.wrapper.fc .textfield::-webkit-input-placeholder {
  color: #999;
}

.wrapper.fc .textfield::-ms-expand {
  border: 0;
  background-color: transparent;
}

.wrapper.fc #login small {
  display: block;
  clear: both;
  padding-top: 10px;
}

.wrapper.fc #login small a {
  margin-left: 0 !important;
}

.wrapper.fc .wrapper {
  max-width: 920px;
  width: auto;
}

@media all and (max-width: 960px) {
  .wrapper.fc .set {
    width: 100%;
  }
  .wrapper.fc .set-sidebar {
    float: left;
    width: 100%;
  }
  .wrapper.fc .set-list-item .description {
    width: 50%;
  }
}

@media all and (max-width: 700px) {
  .wrapper.fc .past_step span {
    display: none;
  }
  .wrapper.fc .past_step {
    width: 50%;
  }
  .wrapper.fc #registered_client {
    float: none;
    border-left: 0;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
  }
  .wrapper.fc .field-content {
    width: auto;
    float: none;
  }
}

@media all and (max-width: 470px) {
  .wrapper.fc .field-content {
    width: 100% !important;
    clear: both;
  }
  .wrapper.fc .field-content textarea {
    width: 97% !important;
  }
  .wrapper.fc #create_order {
    margin: 0 !important;
  }
  .wrapper.fc #regular_client .field-content.small {
    width: 80% !important;
    clear: both;
  }
}

.ajs-message.ajs-visible {
  color: #fff;
  background: #ff5e0d;
}

#feedback_form table {
  width: 100% !important;
}

#feedback_form #feedback_commit {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  background: #ff5e0d;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 20px;
}



/* ПРИЖАТЬ ФУТЕР К НИЗУ */


/*

html{
  height: 100%
}
body{
    position: relative;
  min-height: 100%;
}
footer{
  position: absolute;
    bottom: 0;
    width: 100%;
}

*/

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
}

#product-reviews {
  padding: 15px;
}

#product-reviews .form .form-label {
  display: block;
  font-size: 14px;
  height: auto;
  padding: 0 0 10px 0;
}

#product-reviews #captcha_challenge {
  margin-top: 15px;
}

#product-reviews .form .form-field {
  padding: 5px 10px;
}

#product-reviews .star-rating.new-comment .star-label {
  float: left;
  font-size: 18px;
}

#product-reviews .star-rating .star-item {
  float: left;
}

#product-reviews .author,
#product-reviews .date {
  margin-bottom: 5px;
}

#product-reviews .review-body {
  font-size: 16px;
}

#product-reviews .reviews-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}

.popup-gallery-fast {
  width: 100%;
  padding: 0 10px 0 0;
}
.article-preview + .article-preview {
  margin-top: 30px;
}
td.param-title {
  min-width: 150px;
}
td.param-value {
  min-width: 200px;
}
.articles-list,
.article {
  margin-bottom: 30px;
}

/*18+ мои стили*/
#ageCheck{width:100%;height:100%;position:fixed;left:0;top:0;flex-wrap:wrap;display:flex;align-items:center;background:rgba(255,255,255,0.9);z-index:10000;overflow-y:auto;}
#ageCheck .ageCheckContent{width:90%;max-height:80%;margin:0 auto;overflow:hidden;max-width:810px;padding:40px;position:relative;text-align:center;background-size:100px;}
#ageCheck .ageCheckContent .ageCheckWrp{max-height:500px;overflow:hidden;overflow-y:auto;}
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckHeader{font-size:30px;color:#111840;line-height:64px;margin-bottom:20px;} /*цвет тенста первой строчки*/
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckText{font-size:14px;color:#111840;margin-bottom:40px;line-height:24px;display:none;} /*цвет тенста второй строчки*/
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckText.active{display:block;}
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckButtonsContainer{display:flex;flex-wrap:wrap;justify-content:center;}
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckTextAfterClose{font-size:14px;color:#111840;margin-bottom:40px;line-height:24px;display:none;}
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckTextAfterClose.active{display:block;}
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckClose{margin-left:30px;color:#111840;/*background:#f4d9ff;*/} /*цвет тенста "нет" и бэкграунта этой кнопки*/
#ageCheck .ageCheckContent .ageCheckWrp .ageCheckClose:hover{color: #111840;/*background: #5c065e;*/} /*цвет тенста "нет" и бэкграунта этой кнопки, если наведен курсор*/

.show-filters {
  padding: 0 20px;
}

.filters-wrapper.active {
    display: block !important;
} 
