.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: 250px; margin-right: 20px; -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-bottomWrap { min-height: 400px; }
.shopCatalog-title { font-weight: 700; margin: 0 0 15px; }
.shopCatalog-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; }
.shopCatalog-breadcrumb { margin-right: 15px; }
.shopCatalog-sort { text-align: right; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.shopCatalog-pagination { -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; border-bottom: 1px solid #DCDCDC; margin-bottom: 15px; }
@media screen and (max-width: 768px) { .shopCatalog-flex { display: block; }
  .shopCatalog-breadcrumb { margin-right: 0; margin-bottom: 10px; } }
@media screen and (max-width: 480px) { .shopCatalog-sort { text-align: left; } }

.shopMenu { position: relative; }
.shopMenu-list { list-style: none; padding-left: 0; border: 1px solid #ededed; border-radius: 5px; background-color: #fff; }
.shopMenu-list.level1 { margin: 0; width: 100%; font-size: 0; padding: 5px 10px; }
.shopMenu-list.level1 > li > a { display: block; font-size: 16px; padding: 10px 15px; border-radius: 5px; color: #000; }
.shopMenu-list.level1 > li:hover > a, .shopMenu-list.level1 > li.-current > a, .shopMenu-list.level1 > li.-crumb > a, .shopMenu-list.level1 > li.-active > a { background-color: #333; color: #fff; }
.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: #fff; }
.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; font-size: 16px; padding: 10px 15px; border-radius: 5px; color: #000; }
.shopMenu-list.level2 > li:hover > a, .shopMenu-list.level2 > li.-current > a, .shopMenu-list.level2 > li.-crumb > a, .shopMenu-list.level2 > li.-active > a { background-color: #333; color: #fff; }
.shopMenu-list.level2 > li:hover > a > .shopMenu-but > svg, .shopMenu-list.level2 > li.-current > a > .shopMenu-but > svg, .shopMenu-list.level2 > li.-crumb > a > .shopMenu-but > svg, .shopMenu-list.level2 > li.-active > a > .shopMenu-but > svg { fill: #fff; }
.shopMenu-list.level2 > li.-parent { position: relative; }
.shopMenu-list.level2 > li.-parent > a { position: relative; padding-right: 30px; }
.shopMenu-list.level3 { top: 20px; left: calc(100% - 50px); }
.shopMenu-item { display: inline-block; vertical-align: top; }
.shopMenu-item ul { display: none; padding: 5px; z-index: 20; white-space: nowrap; min-width: 200px; }
.shopMenu-item ul a { display: block; }
.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; }
.shopMenu-toggle { display: none; font-size: 16px; border: 1px solid #fff; background-color: #333; 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-item ul { position: absolute; }
.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; } }

.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.-dark .shopCatCaption { background: -webkit-linear-gradient(top, transparent, #000); background: linear-gradient(to bottom, transparent, #000); }
.shopCategories-item.-dark .shopCatCaption-desc { color: #fff; }
.shopCategories-item.-dark .shopCatCaption h4 { color: #fff; }
.shopCategories-item.-light .shopCatCaption { background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.7) 50%, #fff 100%); background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 50%, #fff 100%); }
.shopCategories-item.-light .shopCatCaption-desc { color: #000; }
.shopCategories-item.-light .shopCatCaption h4 { color: #000; }
.shopCategories-item:hover .shopCategories-imageWrap img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.shopCategories-item:hover .shopCatCaption-item { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
.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 { position: absolute; display: table; bottom: 1px; left: 1px; width: calc(100% - 2px); height: 70px; }
.shopCategories .shopCatCaption.-center { text-align: center; }
.shopCategories .shopCatCaption-item { display: table-cell; vertical-align: middle; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; padding: 15px; }
.shopCategories .shopCatCaption-title { font-size: 18px; font-weight: bold; margin: 0; }
.shopCategories .shopCatCaption-desc { margin-top: 10px; font-size: 16px; }

.shopPrice { margin: 0 0 10px; }
.shopPrice-price { font-size: 20px; font-weight: bold; }
.shopPrice-newPrice { color: red; font-size: 20px; font-weight: bold; margin: 0; }
.shopPrice-oldPrice { color: #908f8f; text-decoration: line-through; font-size: 18px; }

.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: 1000px) { .shopProducts-col.-lg2 { width: 50%; }
  .shopProducts-col.-lg3 { width: 33.33%; }
  .shopProducts-col.-lg4 { width: 25%; } }
@media screen and (max-width: 768px) { .shopProducts-col.-md2 { width: 50%; }
  .shopProducts-col.-md3 { width: 33.33%; } }
@media screen and (max-width: 420px) { .shopProducts-col.-sm1 { width: 100%; }
  .shopProducts-col.-sm2 { width: 50%; } }
.shopProducts-item { position: relative; font-size: 16px; }
.shopProducts-item:hover .shopProducts-imageWrap img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.shopProducts-item:hover .shopProducts-quickView { opacity: 1; }
.shopProducts-imageBox { position: relative; }
.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; }
.shopProducts-caption.-center { text-align: center; }
.shopProducts-caption h4 { color: #262626; font-weight: bold; margin: 0 0 10px; font-size: 18px; }
.shopProducts-desc { margin-bottom: 8px; }
.shopProducts-quickView { position: absolute; display: block; width: 110px; height: 56px; left: calc(50% - 55px); top: calc(50% - 28px); opacity: 0; padding: 10px; box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; text-align: center; background: rgba(255, 255, 255, 0.82); -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; color: #777676; border: none; cursor: pointer; }
.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; text-align: left; }
.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-btn { line-height: 40px; padding: 0 15px; background-color: #333; color: #fff; border: none; border-radius: 3px; font-size: 17px; box-shadow: none; font-weight: bold; text-align: center; cursor: pointer; }
.shopProduct-btn:hover, .shopProduct-btn.-added { background-color: #333; }
.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-tabs { margin-top: 20px; font-size: 16px; }
.shopProduct-accordion { margin-top: 20px; font-size: 16px; }
.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-relatedProducts { margin-top: 15px; font-size: 16px; }
@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 { display: block; width: 100%; padding-left: 0; } }

.productTabs-buts { font-size: 0; }
.productTabs-buts button { display: inline-block; vertical-align: top; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 10px 20px; border: 1px solid #333; margin-bottom: -1px; background-color: #333; text-align: center; color: #fff; cursor: pointer; font-size: 16px; }
.productTabs-buts button.-active { border-bottom-color: #fff; background-color: #fff; color: #333; }
.productTabs-container { padding: 20px; background-color: #fff; min-height: 100px; border: 1px solid #333; border-radius: 5px; border-top-left-radius: 0px; }
.productTabs-item { display: none; }
.productTabs-item.-open { display: block; }

.productAccordion-item { border-bottom: 1px solid #333; }
.productAccordion-but { position: relative; display: block; width: 100%; padding: 1em 0; background: none; border: none; text-align: left; cursor: pointer; }
.productAccordion-but.-active .productAccordion-butIcon::before { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0; }
.productAccordion-title { display: block; width: calc(100% - 12px - 5px); }
.productAccordion-butIcon { position: absolute; width: 12px; height: 12px; right: 0; top: calc(50% - (12px / 2)); overflow: hidden; }
.productAccordion-butIcon::before, .productAccordion-butIcon::after { content: ""; display: block; position: absolute; background-color: #333; }
.productAccordion-butIcon::before { -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); left: calc(50% - 1px); top: 0; width: 2px; height: 12px; }
.productAccordion-butIcon::after { left: 0; top: calc(50% - 1px); width: 12px; height: 2px; }
.productAccordion-info { display: none; padding: 0 0 15px; }

.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 { text-align: center; 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 #333; font-size: 16px; margin-bottom: 5px; margin-right: 5px; padding: 7px 15px; border-radius: 5px; cursor: pointer; }
.dynamicAttributes-btn.-active { background-color: #333; color: #fff; }
.dynamicAttributes-btn.-color { overflow: hidden; padding: 0px; border: 1px solid #d8d8d8; }
.dynamicAttributes-btn.-color.-active { border: 1px solid #333; }
.dynamicAttributes-btn.-color span { display: block; width: 35px; height: 25px; }
.dynamicAttributes-select { cursor: pointer; background: #fff; border: 1px solid #d8dade; padding: 5px; height: 35px; outline: none; border-radius: 3px; font-size: 15px; -webkit-transition: border-color 0.4s ease; transition: border-color 0.4s ease; }
.dynamicAttributes-select:hover { border-color: #333; }

.shopFilter-toggle { display: none; background-color: #333; 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: 15px 0px; }
.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 #333; background-color: #fff; color: #333; cursor: pointer; }
.shopPagination-buttons button.-active { background-color: #333; 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: #333; 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: #333; 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 #333; margin-top: 15px; }
.productReviews-item { padding: 10px 10px 0px; border-radius: 3px; background-color: #fff; margin-bottom: 15px; border-bottom: 1px solid #333; }
.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 -10px; font-size: 0; }
.shopCustomFilter-col { padding: 10px; display: inline-block; vertical-align: bottom; font-size: 16px; text-align: center; }
.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; }
.shopCustomFilter-group { position: relative; }
.shopCustomFilter-selectBut { display: block; width: 100%; border: 1px solid #000; cursor: pointer; }
.shopCustomFilter-selectBut span { display: inline-block; vertical-align: middle; line-height: 25px; }
.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; width: 100%; border: 1px solid #000; line-height: 25px; cursor: pointer; }

.shopAlert { display: none; position: fixed; left: calc(50% - 250px); top: 80px; width: 500px; opacity: 0; background-color: transparent; -webkit-transition: opacity 0.4s ease, background-color 0.4s ease; transition: opacity 0.4s ease, background-color 0.4s ease; z-index: 1000000; border-radius: 5px; padding: 15px; text-align: center; }
.shopAlert[data-status="success"] { background-color: green; opacity: 1; }
.shopAlert[data-status="error"] { background-color: #bb2929; opacity: 1; }
.shopAlert[data-autoclose="on"] .shopAlert-close { display: none; }
.shopAlert[data-autoclose="off"] .shopAlert-close { display: inline-block; }
.shopAlert-message { color: #fff; font-size: 16px; margin: 0 !important; word-break: break-all; line-height: 21px; }
.shopAlert-close { background-color: #000; color: #fff !important; margin-top: 15px !important; padding: 6px 12px; border-radius: 5px; }

#modalWin {
  width: 600px;
  height: auto;
}
@media (max-width: 550px) {
  #modalWin {
    padding: 30px;
  }
  .modalWin__title {
    font-size: 20px;
    text-align: center;
  }
  .modalWin__img {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .modalWin__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .modalWin__top {
    gap: 10px;
  }
}
.modalWin__top {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.modalWin__img {
  width: 60px;
}
.modalWin__title {
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #0C3B4D;
}
.modalWin__wrap {
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.modalWin__btn {
  width: 200px;
  height: 45px;
  background: #003164;
  border-radius: 23px;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  appearance: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
}
.modalWin__btn:hover {
  background: #FF4C6A;
}
.modalWin__A {
  width: 200px;
  height: 45px;
  border-radius: 23px;
  background: #FF4C6A;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.modalWin__A:hover {
  background: #003164;
}


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