.shopCatalog-topBar { margin-bottom: 25px; }
.shopCatalog-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
@media screen and (max-width: 1195px) { .shopCatalog-box { display: block; }
  .shopCatalog-box .shopCatalog-sideBar { width: 100%; margin-bottom: 25px; }
  .shopCatalog-box .shopCatalog-content { width: 100%; }
  .shopCatalog-box .shopMenu { width: 100%; margin-right: 0; }
  .shopCatalog-box .shopMenu-toggle { display: block; }
  .shopCatalog-box .shopMenu-container { display: none; margin-top: 15px; } }
.shopCatalog-sideBar { width: 261px; margin-right: 30px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
@media screen and (max-width: 1195px) { .shopCatalog-sideBar .shopFilter { margin-top: 15px; }
  .shopCatalog-sideBar .shopFilter-toggle { display: block; }
  .shopCatalog-sideBar .shopFilter-box { display: none; } }
.shopCatalog-content { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }
.shopCatalog-other { padding-top: 10px; }

.shopMenu { position: relative; }
.shopMenu-list { list-style: none; padding-left: 0; border-radius: 5px; background-color: #fff; }
.shopMenu-list.level1 { margin: 0; width: 100%; font-size: 0; padding: 29px 10px 29px; }
.shopMenu-list.level1 > li { border-bottom: 1px dotted #8A8080; }
.shopMenu-list.level1 > li > a { font-family: "Oswald", sans-serif; font-weight: 500; font-size: 18px; line-height: 23px; letter-spacing: 0.12em; text-transform: uppercase; color: #005DA7; }
.shopMenu-list.level1 > li:hover > a, .shopMenu-list.level1 > li.-current > a, .shopMenu-list.level1 > li.-crumb > a, .shopMenu-list.level1 > li.-active > a { color: #2E2C2C; }
.shopMenu-list.level1 > li:hover > a > .shopMenu-but > svg, .shopMenu-list.level1 > li.-current > a > .shopMenu-but > svg, .shopMenu-list.level1 > li.-crumb > a > .shopMenu-but > svg, .shopMenu-list.level1 > li.-active > a > .shopMenu-but > svg { fill: #2E2C2C; }
.shopMenu-list.level1 > li.-parent { position: relative; }
.shopMenu-list.level1 > li.-parent > a { position: relative; padding-right: 30px; }
.shopMenu-list.level2 { white-space: normal; top: 100%; }
.shopMenu-list.level2 li { display: block; }
.shopMenu-list.level2 > li > a { display: block; position: relative; padding-left: 22px; color: #5C5C5C; }
.shopMenu-list.level2 > li > a::before { display: block; content: ""; position: absolute; left: 0; top: calc(50% - 5px); width: 9px; height: 9px; background: #FD9502; border-radius: 50%; }
.shopMenu-list.level2 > li:hover > a, .shopMenu-list.level2 > li.-current > a, .shopMenu-list.level2 > li.-crumb > a, .shopMenu-list.level2 > li.-active > a { color: #1D1D1D; }
.shopMenu-list.level3 { top: 20px; left: calc(100% - 50px); }
.shopMenu-item { display: inline-block; vertical-align: top; }
.shopMenu-item ul { display: none; position: absolute; padding: 5px; z-index: 20; white-space: nowrap; min-width: 200px; }
.shopMenu-item ul a { display: block; }
.shopMenu-item > a { display: block; font-size: 16px; padding: 10px 15px; border-radius: 5px; color: #000; }
.shopMenu-but { position: absolute; right: 4px; top: calc(50% - 12px); padding: 6px; border: none; background: none; text-align: right; }
.shopMenu-but svg { width: 12px; height: 12px; fill: #005DA7; }
.shopMenu-toggle { display: none; font-size: 16px; border: 1px solid #fff; background-color: #FF9500; color: #fff; font-weight: bold; padding: 8px 16px; border-radius: 5px; }
.shopMenu-toggle span { display: inline-block; vertical-align: middle; margin-right: 9px; }
.shopMenu-toggle svg { display: inline-block; vertical-align: middle; width: 26px; height: 26px; }
.shopMenu-toggle svg path { fill: #fff; }
.shopMenu.-leftMenu .shopMenu-item { display: block; }
.shopMenu.-leftMenu .shopMenu-item.-crumb > ul, .shopMenu.-leftMenu .shopMenu-item.-active > ul { display: block; }
.shopMenu.-leftMenu .shopMenu-item ul { position: static; width: 100%; }
.shopMenu.-leftMenu .shopMenu-but { right: 0; top: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; }
.shopMenu.-leftMenu .shopMenu-but svg { position: absolute; right: 10px; top: calc(50% - 4px); }
.shopMenu.-topMenu { white-space: nowrap; }
.shopMenu.-topMenu .shopMenu-list.level2.-last { right: 0; }
.shopMenu.-topMenu .shopMenu-list.level2.-last .level3 { left: -50px; }
.shopMenu.-topMenu .shopMenu-list.level2:not(.-last) { left: 0; }
@media screen and (min-width: 1196px) { .shopMenu.-topMenu .shopMenu-item:hover > ul { display: block; } }
@media screen and (max-width: 1195px) { .shopMenu.-topMenu .shopMenu-toggle { display: block; }
  .shopMenu.-topMenu .shopMenu-container { display: none; white-space: normal; margin-top: 15px; }
  .shopMenu.-topMenu .shopMenu-item { display: block; }
  .shopMenu.-topMenu .shopMenu-item.-crumb > ul, .shopMenu.-topMenu .shopMenu-item.-active > ul { display: block; }
  .shopMenu.-topMenu .shopMenu-item ul { position: static; width: 100%; }
  .shopMenu.-topMenu .shopMenu-but { right: 0; top: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; }
  .shopMenu.-topMenu .shopMenu-but svg { position: absolute; right: 10px; top: 14px; } }

.shopContent { padding: 10px 10px 25px; min-height: 400px; }
.shopContent ol.breadcrumb { padding-top: 0; margin: 0 0 15px; }
.shopContent-top { margin-bottom: 15px; }
.shopContent-title { font-weight: 700; margin: 0 0 15px; }
.shopContent-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #DCDCDC; padding: 15px 0; }
.shopContent-breadcrumb { margin-right: 15px; }
.shopContent-sort { text-align: right; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.shopContent-pagination { -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
@media screen and (max-width: 768px) { .shopContent-flex { display: block; }
  .shopContent-breadcrumb { margin-right: 0; margin-bottom: 10px; } }
@media screen and (max-width: 480px) { .shopContent-sort { text-align: left; } }

.shopSort { display: inline-block; position: relative; font-size: 0; white-space: nowrap; }
.shopSort-title { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #999; font-size: 16px; }
.shopSort-select { position: absolute; z-index: 2; top: 0; left: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; -webkit-appearance: none; font-size: 16px; }
.shopSort-arrow { display: inline-block; vertical-align: middle; margin-left: 4px; color: #999; }
.shopSort:hover .shopSort-title, .shopSort:hover .shopSort-arrow { color: #262626; }

.shopCategories { margin: 0 -10px 20px; font-size: 0; }
.shopCategories-col { padding: 0 10px; display: inline-block; vertical-align: top; margin-bottom: 25px; }
.shopCategories-col.-d2 { width: 50%; }
.shopCategories-col.-d3 { width: 33.33%; }
.shopCategories-col.-d4 { width: 25%; }
@media screen and (max-width: 1000px) { .shopCategories-col.-lg2 { width: 50%; }
  .shopCategories-col.-lg3 { width: 33.33%; }
  .shopCategories-col.-lg4 { width: 25%; } }
@media screen and (max-width: 768px) { .shopCategories-col.-md2 { width: 50%; }
  .shopCategories-col.-md3 { width: 33.33%; } }
@media screen and (max-width: 420px) { .shopCategories-col.-sm1 { width: 100%; }
  .shopCategories-col.-sm2 { width: 50%; } }
.shopCategories-item { position: relative; min-height: 100px; }
.shopCategories-item:hover .shopCategories-imageWrap img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.shopCategories-imageWrap { margin: 0; overflow: hidden; border-radius: 3px; border: 1px solid #DFDFE0; }
.shopCategories-imageWrap img { display: block; width: 100%; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.shopCategories .shopCatCaption.-center { text-align: center; }
.shopCategories .shopCatCaption-item { margin-top: 12px; padding-left: 17px; position: relative; }
.shopCategories .shopCatCaption-item::before { content: ""; display: block; position: absolute; left: 0; top: 3px; width: 9px; height: 9px; border-radius: 50%; background: #FD9502; }
.shopCategories .shopCatCaption-title { font-size: 18px; font-weight: bold; margin: 0; font-family: "Scada", sans-serif; font-weight: bold; font-size: 17px; line-height: 17px; letter-spacing: 0.08em; text-transform: uppercase; color: #564F45; }
.shopCategories .shopCatCaption-desc { margin-top: 10px; font-size: 16px; }

.shopPrice-price { font-size: 20px; font-weight: bold; margin: 0 0 10px; font-family: "Scada", sans-serif; font-weight: bold; font-size: 16px; line-height: 16px; letter-spacing: 0.08em; text-transform: uppercase; color: #564F45; }
.shopPrice-newPrice { color: red; font-size: 20px; font-weight: bold; margin: 0 0 10px; }
.shopPrice-oldPrice { color: #908f8f; text-decoration: line-through; font-size: 18px; margin: 0 0 10px; }

.shopQuantity { margin-bottom: 15px; }
.shopQuantity input { display: inline-block; width: 50px; text-align: center; }
.shopQuantity input::-webkit-outer-spin-button, .shopQuantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0 /* <-- Apparently some margin are still there even though it's hidden */ }

.shopProducts { margin: 0 -10px; font-size: 0; }
.shopProducts-col { padding: 0 10px; display: inline-block; vertical-align: top; margin-bottom: 25px; -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; }
.shopProducts-col.-ajax { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
.shopProducts-col.-ajax.-open { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.shopProducts-col.-d2 { width: 50%; }
.shopProducts-col.-d3 { width: 33.33%; }
.shopProducts-col.-d4 { width: 25%; }
@media screen and (max-width: 1195px) { .shopProducts-col.-lg2 { width: 50%; }
  .shopProducts-col.-lg3 { width: 33.33%; }
  .shopProducts-col.-lg4 { width: 25%; } }
@media screen and (max-width: 1000px) { .shopProducts-col.-md2 { width: 50%; }
  .shopProducts-col.-md3 { width: 33.33%; } }
@media screen and (max-width: 768px) { .shopProducts-col.-sm1 { width: 100%; }
  .shopProducts-col.-sm2 { width: 50%; } }
@media screen and (max-width: 480px) { .shopProducts-col.-ssm1 { width: 100%; } }
.shopProducts-item { position: relative; font-size: 16px; background-color: #fff; border: 2px solid #ECECEC; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); padding: 8px; }
.shopProducts-item:hover .shopProducts-imageWrap img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.shopProducts-imageWrap { margin: 0; overflow: hidden; position: relative; }
.shopProducts-imageWrap img { display: block; width: 100%; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; }
.shopProducts-hiddenImageUrlBox { display: none; }
.shopProducts-caption { padding: 10px 10px 55px; }
.shopProducts-caption.-center { text-align: center; }
.shopProducts-caption h4 { padding-top: 8px; font-family: "Scada", sans-serif; font-weight: bold; margin: 0 0 10px; font-size: 16px; line-height: 16px; letter-spacing: 0.08em; text-transform: uppercase; color: #005DA7; }
.shopProducts-desc { margin-bottom: 8px; font-family: "Scada", sans-serif; font-size: 14px; line-height: 19px; letter-spacing: 0.09em; color: #505050; }
.shopProducts-quickView { position: absolute; left: 18px; bottom: 18px; width: calc(100% - 36px); display: block; padding: 16px 10px; text-align: center; border: none; cursor: pointer; background: #FF9500; font-family: "Scada", sans-serif; font-weight: bold; font-size: 12px; letter-spacing: 0.11em; text-transform: uppercase; color: #fff; }
.shopProducts-discount { position: absolute; left: 0; top: 0; color: red; min-width: 0; z-index: 20; }
.shopProducts-new { position: absolute; right: 0; top: 0; min-width: 0; z-index: 20; }
.shopProducts-but { width: 150px; border: 1px solid #ccc; background-color: #fff; padding: 8px; border-radius: 3px; font-size: 15px; box-shadow: none; color: #000; text-align: center; cursor: pointer; }
.shopProducts-but:hover, .shopProducts-but.-added { border-color: #b3b3b3; background-color: #f2f2f2; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.shopProduct { font-size: 0; }
.shopProduct-leftCol { display: inline-block; vertical-align: top; width: 100%; max-width: 435px; padding-right: 10px; }
.shopProduct-rightCol { display: inline-block; vertical-align: top; width: calc(100% - 435px); padding-left: 10px; }
.shopProduct-title { margin: 15px 0; font-weight: 700; font-size: 22px; line-height: 1.5; }
.shopProduct-availability { margin-top: 10px; margin-bottom: 0; font-size: 16px; }
.shopProduct-article { font-size: 16px; margin-bottom: 10px; }
.shopProduct-caption p { margin-bottom: 10px; }
.shopProduct-toCart { line-height: 40px; width: 250px; background-color: #FF9500; color: #fff; border: none; border-radius: 3px; font-size: 17px; box-shadow: none; font-weight: bold; text-align: center; cursor: pointer; }
.shopProduct-toCart:hover, .shopProduct-toCart.-added { background-color: #595959; }
.shopProduct-block { font-size: 16px; padding: 10px 0; }
.shopProduct-toFavorite { min-width: 150px; border: 1px solid #ccc; background-color: #fff; padding: 8px 16px; border-radius: 3px; font-size: 15px; box-shadow: none; color: #000; text-align: center; cursor: pointer; }
.shopProduct-toFavorite:hover, .shopProduct-toFavorite.-added { border-color: #b3b3b3; background-color: #f2f2f2; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
.shopProduct-mainImageWrap { margin-bottom: 10px; }
.shopProduct-mainImageWrap img { display: block; width: 100%; }
.shopProduct-hiddenImageUrlBox { display: none; }
.shopProduct-additionalImagesWrap { margin: 0 -4px; font-size: 0; }
.shopProduct-additionalImagesWrap#shopProduct-slider .slick-slide { height: auto; }
.shopProduct-additionalImagesItem { display: inline-block; vertical-align: top; padding: 4px; cursor: pointer; }
.shopProduct-additionalImagesItem img { display: block; width: 100%; }
.shopProduct-tabs { margin-top: 20px; }
.shopProduct-tabsButs { font-size: 0; }
.shopProduct-tabsButs button { display: inline-block; vertical-align: top; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 10px 20px; border: 1px solid #FF9500; font-size: 16px; margin-bottom: -1px; background-color: #FF9500; text-align: center; color: #fff; cursor: pointer; }
.shopProduct-tabsButs button.-active { border-bottom-color: #fff; background-color: #fff; color: #FF9500; }
.shopProduct-tabsContainer { padding: 20px; background-color: #fff; min-height: 100px; border: 1px solid #FF9500; border-radius: 5px; border-top-left-radius: 0px; }
.shopProduct-tabsItem { font-size: 16px; display: none; }
.shopProduct-tabsItem.-open { display: block; }
@media screen and (max-width: 768px) { .shopProduct-leftCol { width: auto; padding-right: 0; }
  .shopProduct-mainImageWrap { margin-bottom: 20px; }
  .shopProduct-mainImageWrap img { display: inline-block; width: auto; max-width: 100%; }
  .shopProduct-rightCol { margin-top: 15px; display: block; width: 100%; padding-left: 0; }
  .shopProduct-rightCol .breadcrumb { display: none; } }

.shopBreadCrumb { list-style: none; margin: 0; padding: 0; font-size: 0; }
.shopBreadCrumb-item { display: inline-block; }
.shopBreadCrumb-item > a { color: #999; font-size: 16px; }
.shopBreadCrumb-item.-active > a, .shopBreadCrumb-item.-active::before, .shopBreadCrumb-item:hover > a, .shopBreadCrumb-item:hover::before { color: #000; }
.shopBreadCrumb-item:not(:last-child)::after { font-family: Arial,sans-serif; content: "/"; padding: 0 8px; color: #999; font-size: 16px; }

.shopCartLink { position: relative; display: inline-block; width: 46px; height: 46px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 5px; border-radius: 5px; background-color: #DCB04B; }
.shopCartLink svg { width: 100%; height: 100%; }
.shopCartLink svg path[stroke] { color: #000; }
.shopCartLink-count { display: inline-block; position: absolute; left: calc(100% - 18px); top: 2px; min-width: 0; }
.shopCartLink-count span { display: block; border-radius: 50%; text-align: center; color: #fff; background-color: #000; min-width: 26px; font-size: 16px; padding: 4px; }

.shopCart { width: 100%; }
.shopCart table { width: 100%; }
.shopCart table td, .shopCart table th { width: 20%; }
.shopCart table thead { text-align: left; }
.shopCart table thead th { padding-bottom: 15px; }
.shopCart table tbody input[type="number"] { width: 50px; padding-left: 10px; }
.shopCart table tfoot td { padding-top: 15px; }
.shopCart-but { display: inline-block; cursor: pointer; background-color: #5C3410; border: 1px solid transparent; color: #fff; padding: 7px 14px; font-weight: bold; padding: .5em 1em; border-radius: 3px; font-size: 14px; }
.shopCart-but:hover { border-color: #5C3410; background-color: #fff; color: #5C3410; }
.shopCart-link { color: #5C3410; }
.shopCart-link:hover { text-decoration: underline; }
.shopCart-checkout { margin-left: 15px; float: right; }
.shopCart-userdata { display: inline-block; margin-bottom: 20px; padding: 15px; background-color: #fff; border: 1px solid #5C3410; }
.shopCart-userdata p { line-height: 1.5; }
.shopCart-block50 { width: 50%; }

.shopProfile { padding-top: 15px; }
.shopProfile-tabs { list-style: none; padding: 0; margin: 0; font-size: 0; border-bottom: 1px solid #5C3410; }
.shopProfile-tabs li { display: inline-block; vertical-align: top; font-size: 16px; padding: 8px 15px; cursor: pointer; color: #5C3410; border: 1px solid #5C3410; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom: none; -webkit-transition: background-color 0.3s, color 0.3s; transition: background-color 0.3s, color 0.3s; }
.shopProfile-tabs li:hover, .shopProfile-tabs li.-active { background-color: #5C3410; color: #fff; }
.shopProfile-tabContent { margin-top: 15px; background-color: rgba(255, 255, 255, 0.5); }
.shopProfile-tabItem { display: none; padding: 15px; min-height: 300px; }
.shopProfile-tabItem.-open { display: block; }
.shopProfile-tabItem .name-passwordResetLink { margin-top: 15px; display: inline-block; }
.shopProfile-tabItem .name-passwordResetLink label { display: none; }
.shopProfile-tabItem .name-passwordResetLink a { background-color: #5C3410; border: 1px solid transparent; color: #fff; padding: 7px 14px; font-weight: bold; padding: .5em 1em; border-radius: 3px; font-size: 14px; }
.shopProfile-tabItem .name-passwordResetLink a:hover { border-color: #5C3410; background-color: #fff; color: #5C3410; }
.shopProfile-removeFavorite { cursor: pointer; background-color: #5C3410; border: 1px solid transparent; color: #fff; padding: 7px 14px; font-weight: bold; padding: .5em 1em; border-radius: 3px; font-size: 14px; }
.shopProfile-removeFavorite:hover { border-color: #5C3410; background-color: #fff; color: #5C3410; }
.shopProfile table { width: 100%; }
.shopProfile table thead { text-align: left; }
.shopProfile table thead th { padding: 10px 0; }
.shopProfile-hidden { display: none; }

.staticAttributes-title { font-size: 16px; margin: 0 0 10px; }
.staticAttributes-item { margin-bottom: 5px; }
.staticAttributes-item span { display: inline-block; }
.staticAttributes-name { font-weight: bold; }

.dynamicAttributes-boxItem { margin-bottom: 10px; }
.dynamicAttributes-name { margin-bottom: 5px; }
.dynamicAttributes-item { font-size: 0; }
.dynamicAttributes-btn { display: inline-block; vertical-align: top; background-color: #fff; border: 1px solid #FF9500; font-size: 16px; margin-bottom: 5px; margin-right: 5px; padding: 7px 15px; border-radius: 5px; cursor: pointer; }
.dynamicAttributes-btn.-active { background-color: #FF9500; color: #fff; }
.dynamicAttributes-btn.-color { overflow: hidden; padding: 0px; border: 1px solid #d8d8d8; }
.dynamicAttributes-btn.-color.-active { border: 1px solid #FF9500; }
.dynamicAttributes-btn.-color span { display: block; width: 35px; height: 25px; }

.shopFilter-toggle { display: none; background-color: #FF9500; padding: 8px 16px; border-radius: 5px; border: none; }
.shopFilter-toggle span { display: inline-block; vertical-align: middle; margin-right: 9px; color: #fff; font-weight: bold; font-size: 16px; }
.shopFilter-toggle svg { display: inline-block; vertical-align: middle; width: 26px; height: 26px; }
.shopFilter-toggle svg path { fill: #fff; }
.shopFilter input[type="checkbox"] { display: inline-block; vertical-align: middle; width: 15px; height: 15px; }
.shopFilter label { display: block; margin-bottom: 6px; vertical-align: middle; }
.shopFilter-box { margin-top: 15px; padding: 5px 10px; background-color: #fff; border: 1px solid #ededed; }
.shopFilter-block { margin-bottom: 10px; position: relative; }
.shopFilter-block.-attributes label, .shopFilter-block.-special label { font-size: 0; }
.shopFilter-block.-attributes span, .shopFilter-block.-special span { display: inline-block; vertical-align: middle; width: calc(100% - 20px); font-size: 16px; }
.shopFilter-block.-attributes input[type="checkbox"], .shopFilter-block.-special input[type="checkbox"] { margin-right: 5px; }
.shopFilter-item { margin-bottom: 10px; }
.shopFilter-item > p { font-weight: bold; margin-bottom: 5px; }
.shopFilter .irs--flat .irs-bar, .shopFilter .irs--flat .irs-from, .shopFilter .irs--flat .irs-to, .shopFilter .irs--flat .irs-single { background-color: #ed5565; }
.shopFilter .irs--flat .irs-from:before, .shopFilter .irs--flat .irs-to:before, .shopFilter .irs--flat .irs-single:before { border-top-color: #ed5565; }
.shopFilter .irs--flat .irs-handle > i:first-child { background-color: #da4453; }
.shopFilter .irs--flat .irs-handle.state_hover > i:first-child, .shopFilter .irs--flat .irs-handle:hover > i:first-child { background-color: #a43540; }
.shopFilter #priceFilter { visibility: hidden; }

.shopPagination { margin: 0; text-align: right; font-size: 0; padding: 0px 20px; }
.shopPagination-buttons { display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 16px; margin-left: 20px; }
.shopPagination-buttons button { display: inline-block; vertical-align: middle; padding: 2px 7px; border-radius: 3px; border: 1px solid #FF9500; background-color: #fff; color: #FF9500; cursor: pointer; }
.shopPagination-buttons button.-active { background-color: #FF9500; color: #fff; }
.shopPagination-count { display: inline-block; vertical-align: middle; font-size: 14px; }
@media screen and (max-width: 480px) { .shopPagination { text-align: left; padding-left: 0; padding-right: 0; }
  .shopPagination-count { display: block; margin-bottom: 10px; }
  .shopPagination-buttons { margin-left: 0; } }

.productReviews-addReview { border: none; background-color: #FF9500; color: #fff; padding: 0.5em 1em; border-radius: 5px; cursor: pointer; }
.productReviews-formBox { display: none; padding-top: 15px; }
.productReviews-formBox form { margin: 0; }
.productReviews-formGroup { margin-bottom: 15px; }
.productReviews-formGroup label { display: block; margin-bottom: 5px; }
.productReviews-formGroup input, .productReviews-formGroup textarea { border: 1px solid #A9A9A9; border-radius: 3px; padding: 8px 12px; word-wrap: 100%; -webkit-transition: border-color 0.4s; transition: border-color 0.4s; width: 100%; }
.productReviews-formGroup input.-error, .productReviews-formGroup textarea.-error { border-color: red; }
.productReviews-formGroup input { display: inline-block; max-width: 270px; }
.productReviews-sendReview { background-color: #FF9500; border-radius: 5px; color: #fff; padding: 0.5em 1em; border-radius: 5px; cursor: pointer; border: none; }
.productReviews-ratingBox { position: relative; margin-bottom: 15px; }
.productReviews-ratingLevel { width: 131.7px; height: 25px; overflow: hidden; background-image: url("../view/img/review_rating.svg"); background-position: 0 100%; background-size: 100% auto; background-repeat: no-repeat; -webkit-transition: outline-color 0.4s; transition: outline-color 0.4s; outline: 1px solid transparent; }
.productReviews-ratingLevel.-new { cursor: pointer; }
.productReviews-ratingLevel.-new.-error { outline: 1px solid red; }
.productReviews-box { border-top: 1px solid #FF9500; margin-top: 15px; }
.productReviews-item { padding: 10px 10px 0px; border-radius: 3px; background-color: #fff; margin-bottom: 15px; border-bottom: 1px solid #FF9500; }
.productReviews-message { margin-bottom: 15px; }
.productReviews-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.productReviews-name { margin-bottom: 10px; }
.productReviews-date { margin-bottom: 10px; }
.productReviews-empty { padding-top: 10px; }
.productReviews-response { padding: 15px; border-radius: 3px; font-size: 16px; }
.productReviews-response.-success { border: 1px solid green; }
.productReviews-response.-error { border: 1px solid red; }

.shopCustomFilter-box { margin: 0 -22px; font-size: 0; }
.shopCustomFilter-col { padding: 22px; display: inline-block; vertical-align: bottom; font-size: 16px; }
.shopCustomFilter-col.-d2 { width: 50%; }
.shopCustomFilter-col.-d3 { width: 33.33%; }
.shopCustomFilter-col.-d4 { width: 25%; }
@media screen and (max-width: 1000px) { .shopCustomFilter-col.-lg2 { width: 50%; }
  .shopCustomFilter-col.-lg3 { width: 33.33%; }
  .shopCustomFilter-col.-lg4 { width: 25%; } }
@media screen and (max-width: 768px) { .shopCustomFilter-col.-md2 { width: 50%; }
  .shopCustomFilter-col.-md3 { width: 33.33%; } }
@media screen and (max-width: 420px) { .shopCustomFilter-col.-sm1 { width: 100%; }
  .shopCustomFilter-col.-sm2 { width: 50%; } }
.shopCustomFilter-col h5 { margin: 0 0 10px; font-family: "Scada", sans-serif; font-weight: bold; font-size: 16px; line-height: 16px; letter-spacing: 0.09em; color: #FFFFFF; }
.shopCustomFilter-group { position: relative; background-color: #fff; }
.shopCustomFilter-selectBut { display: block; width: 100%; cursor: pointer; text-align: left; border: none; background-color: #fff; padding: 0 11px; }
.shopCustomFilter-selectBut span { display: inline-block; vertical-align: middle; line-height: 45px; font-family: "Scada", sans-serif; font-size: 16px; letter-spacing: 0.09em; color: #505050; }
.shopCustomFilter-selectBut::after { margin-left: 5px; display: inline-block; vertical-align: middle; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.shopCustomFilter-selectBut.-active ~ .shopCustomFilter-hiddenCheckboxes { display: block; }
.shopCustomFilter-hiddenCheckboxes { display: block; width: 100%; border: 1px solid #000; background-color: #fff; position: absolute; left: 0; top: 100%; display: none; list-style: none; padding: 0; margin: 0; text-align: left; }
.shopCustomFilter-hiddenCheckboxes li { padding: 3px 20px 3px 40px; display: block; }
.shopCustomFilter-hiddenCheckboxes li label { display: block; cursor: pointer; }
.shopCustomFilter-submit { display: block; background: #FF9500; width: 100%; line-height: 45px; cursor: pointer; font-family: "Scada", sans-serif; font-weight: bold; font-size: 16px; letter-spacing: 0.15em; text-transform: uppercase; text-align: center; border: none; color: #fff; }
.shopCustomFilter-response .in { padding: 15px 0 25px; }

/*# sourceMappingURL=shop-catalog.css.map */
