.shopCatalog-topBar { margin-bottom: 25px; }
.shopCatalog-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 30px}
@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 { position: relative; width: 304px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
@media screen and (max-width: 1195px) { .shopCatalog-sideBar { top: 0; }
  .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; }

/*.shopSearch {
  width: 40%;
}
.shopSearch fieldset {
  border: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.shopSearch fieldset .form-group.name-q {
  max-width: 750px;
  width: 100%;
}
.shopSearch fieldset .form-group.btn-search {
  max-width: 50px;
  width: 100%;
}
.shopSearch fieldset .form-group.btn-search button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid #8B8B8B;
  border-left: none;
  border-radius: 0 2px 2px 0;
  background: #FEE89C;
  transition: all .3s;
}
.shopSearch fieldset .form-group.btn-search button:hover {
  background: #e8d08b;
}

.shopSearch .shopSearch-input {
  padding: 12px 15px;
  width: 100%;
  border: 1px solid #8B8B8B;
  border-radius: 2px 0 0 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #8B8585;
  border-right: none;
}
@media (max-width: 1366px) {
  .shopSearch {
    width: 30%;
  }
  .shopSearch .shopSearch-input {
    font-size: 16px;
    padding: 10px 12px;
  }
  .shopSearch fieldset .form-group.btn-search button svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .shopSearch {
    width: calc(100% - 156px);
  }
  .shopSearch .shopSearch-input {
    font-size: 12px;
    padding: 8px 10px;
  }
}*/
.shopMenu { position: relative; }
.shopMenu-toggle { margin-left: auto; display: none; font-size: 16px; border: 1px solid #9F1214; background-color: #ffffff; color: #323232; font-weight: 400; padding: 8px 16px; }
.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: #323232; }
.shopMenu-container { background: #3F32C5;}
.shopMenu-list { list-style: none; padding-left: 0; background: #3F32C5; }
.shopMenu-list.level1 { margin: 0; width: 100%; font-size: 0; }
.shopMenu-list.level1 > li {
  position: relative;}
.shopMenu-list.level1 > li:after{
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #ADADAD;
  bottom: 0;
  left: 10px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 20;
  transform: translateY(0.5px);
}
.shopMenu-list.level1 > li:last-of-type:after {
  display: none;
}
/*.shopMenu-list.level1 > li.-parent.-active:after {*/
/*  content: '';*/
/*  width: calc(100% - 20px);*/
/*  height: 1px;*/
/*  background: #ADADAD;*/
/*  bottom: 0;*/
/*  left: 10px;*/
/*  margin: 0 auto;*/
/*  display: block;*/
/*  position: absolute;*/
/*  z-index: 20;*/
/*  transform: translateY(0.5px);*/
/*}*/
.shopMenu-list.level1 > li > a { font-family: "Inter", sans-serif; font-size: 16px; color: #FAFAFA; padding: 10px 20px; -webkit-transition: .4s; transition: .4s; }
.shopMenu-list.level1 > li > a > .shopMenu-but > svg { top: calc(50% - 6px); }
/*.shopMenu-list.level1 > li.-current, .shopMenu-list.level1 > li.-crumb { border-bottom: 1px solid #9F1214; }*/
.shopMenu-list.level1 > li.-current > a, .shopMenu-list.level1 > li.-crumb > a { background-color: #D90000; color: #FFF;}
.shopMenu-list.level2 > li.-crumb {background: #D90000;}
.shopMenu-list.level2 > li.-crumb > a {color: #FFF;}
/*.shopMenu-list.level1 > li:hover, .shopMenu-list.level1 > li.-active { border-bottom: 1px solid #9F1214; }*/
.shopMenu-list.level1 > li:hover > a, .shopMenu-list.level1 > li.-active > a { color: #fff; background-color: #D90000; -webkit-transition: .4s; transition: .4s; }
.shopMenu-list.level1 > li:hover > a > .shopMenu-but > svg, .shopMenu-list.level1 > li.-active > a > .shopMenu-but > svg { fill: #fff; }
.shopMenu-list.level2 { white-space: normal; top: 100%; padding: 0;}
.shopMenu-list.level2 > li > a { font-family: "Inter", sans-serif; font-size: 15px; color: #FAFAFA; padding: 10px 20px 10px 30px; -webkit-transition: .4s; transition: .4s;  }
.shopMenu-list.level2 > li {transition: all .3s;}
.shopMenu-list.level2 > li > a {transition: all .3s;}
.shopMenu-list.level2 > li.-current > a { color: #FFF;}
.shopMenu-list.level2 > li:hover > a { color: #FFF;}
.shopMenu-list.level2 > li:hover {background: #D90000;}
.shopMenu-list.level2 li { display: block; }
.shopMenu-list.level3 { top: 20px; left: calc(100% - 50px); }
.shopMenu-item { display: inline-block; vertical-align: top; }
.shopMenu-item.-current > ul, .shopMenu-item.-crumb > ul { display: block; }
.shopMenu-item.-current > a, .shopMenu-item.-crumb > a { color: #fff; }
.shopMenu-list .shopMenu-item.-current {background: #D90000;}
.shopMenu-item.-current > a > .shopMenu-but > svg, .shopMenu-item.-crumb > a > .shopMenu-but > svg { fill: #fff; }
.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; color: #000; }
.shopMenu-item.-parent { position: relative; }
.shopMenu-item.-parent > a { position: relative; padding-right: 30px; }
.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: #FAFAFA;}
.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 { min-height: 400px; }
.shopContent-top { margin-bottom: 15px; }
.shopContent-title { margin: 0; font-family: "Roboto", sans-serif; font-style: normal; font-weight: 400; line-height: normal; font-size: 24px; letter-spacing: 0.08em; text-transform: uppercase; color: #323232; padding-bottom: 20px; }
.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; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
.shopContent-breadcrumb { margin-right: 15px; }
.shopContent-sort {-webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.shopContent-pagination { -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
.shopContent .-d2 { width: 50%; }
.shopContent .-d3 { width: 33.33%; }
.shopContent .-d4 { width: 25%; }
@media screen and (max-width: 1000px) { .shopContent .-lg2 { width: 50%; }
  .shopContent .-lg3 { width: 33.33%; }
  .shopContent .-lg4 { width: 25%; } }
@media screen and (max-width: 881px) { .shopContent .-pm2 { width: 50%; } }
@media screen and (max-width: 587px) { .shopContent .-ps1 { width: 100%; } }
@media screen and (max-width: 768px) { .shopContent-flex { display: block; }
  .shopContent-breadcrumb { margin-right: 0; margin-bottom: 10px; }
  .shopContent .-md2 { width: 50%; }
  .shopContent .-md3 { width: 33.33%; }
  .shopContent .-md4 { width: 25%; } }
@media screen and (max-width: 420px) { .shopContent .-sm1 { width: 100%; }
  .shopContent .-sm2 { width: 50%; }
  .shopContent .-sm3 { width: 33.33%; }
  .shopContent .-sm4 { width: 25%; } }
@media screen and (max-width: 480px) { .shopContent-sort { text-align: left; } }

.shopSort { display: inline-block; position: relative; font-size: 0; white-space: nowrap; padding-right: 15px; }
.shopSort-title { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #9F1214; 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-family: "Roboto", sans-serif; font-style: normal; font-weight: normal; line-height: 16px; font-size: 14px; letter-spacing: 0.05em; }
.shopSort-arrow { display: inline-block; vertical-align: middle; margin-left: 4px; color: #9F1214; }
.shopSort:hover .shopSort-title, .shopSort:hover .shopSort-arrow { color: #262626; }

.shopCategories { margin: 0 0px 20px; font-size: 0; }
.shopCategories-col { padding: 0 10px; display: inline-block; vertical-align: top; margin-bottom: 25px; }
.shopCategories-item { position: relative; min-height: 100px; }
.shopCategories-item.-dark .shopCatCaption { background: -webkit-linear-gradient(top, transparent, #616161); background: linear-gradient(to bottom, transparent, #616161); }
.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-price { font-size: 18px; font-weight: bold; margin: 0; }
.shopPrice-newPrice { display: inline-block; color: red; font-size: 18px; font-weight: bold; margin: 0 0 5px; }
.shopPrice-oldPrice { display: inline-block; color: #908f8f; text-decoration: line-through; font-size: 16px;}

.shopQuantity {display: flex; gap: 5px;}
.shopQuantity button { cursor: pointer; border: none; width: 35px; height: 40px; font-family: 'Roboto', sans-serif; font-size: 18px; color: #fff; background: #A30E22;}
.shopQuantity button.minus {border-radius: 4px 0 0 4px;}
.shopQuantity button.plus {border-radius: 0 4px 4px 0;}
.shopQuantity input { display: inline-block; width: 80px; text-align: center; background: #A30E22; color: #fff; border: none; font-size: 18px;}
.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 */ }

.shopCatalog-content {width: calc(100% - 334px);}
.shopContent {width: 100%; display: flex; flex-direction: column; gap: 20px;}
.shopContent-cards {width: 100%;}
.shopProducts__bot {display: flex; gap: 10px; align-items: center; margin-top: auto; padding-top: 15px;}
.shopProducts__bot .shopProducts-price,
.shopProducts__bot .shopProducts-but {width: calc(50% - 5px);}
.shopProducts { display: flex; gap: 30px 40px; width: 100%; flex-wrap: wrap;}
.shopProducts-col { display: block; vertical-align: top; -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; margin-bottom: 20px; width: calc(100% / 4 - 30px); background: url('/Theme/Air/src/img/back_card.png') no-repeat; background-size: cover; border: 1px solid #D2D2D2; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); border-radius: 2px;}
.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-item.shopJsItem { background: transparent;}
.shopProducts-item { height: 100%; width: 100%; padding: 15px; margin: 0 auto; position: relative; font-size: 16px; background-color: #fff; padding-top: 20px; display: flex; flex-direction: column;}
.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-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-caption {display: flex; flex-direction: column; height: 100%;}
.shopProducts-caption.-center { text-align: center; }
.shopProducts-caption .shopProducts-title {transition: all .3s; min-height: auto; width: fit-content; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 20px; margin-top: 15px; margin-bottom: 20px; color: #323234;}
.shopProducts-caption .shopProducts-title:hover {color: #9F121B;}
.shopProducts-article {display: flex; gap: 20px; margin-bottom: 5px;}
.shopProducts-article span {width: calc(50% - 10px); font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; color: #323234;}
.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 {height: fit-content; width: fit-content; margin-left: auto; padding: 15px 25px; background: #9F121B; border: none; bottom: 0px; font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; color: #FFF; cursor: pointer; -webkit-transition: .4s; transition: .3s; text-transform: uppercase;}
.shopProducts-but:hover {opacity: 0.8;}
.shopProducts .more { position: absolute; display: block; bottom: 15px; left: 15px; }
.shopProducts-absolute { position: absolute; z-index: 10; width: fit-content; height: 80px; left: 0}
.shopProducts-discount { position: relative; background: url("/Theme/Air/src/img/new.png") no-repeat center right; background-size: cover; font-family: "Roboto", sans-serif; font-style: normal; font-weight: bold; line-height: normal; font-size: 16px; letter-spacing: 0.05em; color: #FFFFFF; width: fit-content; margin-bottom: 5px; text-align: center; padding: 12px 30px 12px 20px; }
.shopProducts-new { position: relative; background: url("/Theme/Air/src/img/new.png") no-repeat center right; background-size: cover; font-family: "Roboto", sans-serif; font-style: normal; font-weight: bold; line-height: normal; font-size: 16px; letter-spacing: 0.05em; color: #FFFFFF; width: fit-content; margin-bottom: 5px; text-align: center; padding: 12px 30px 12px 20px; }
.shopPrice-newPrice, .shopPrice-price {font-family: 'Roboto', sans-serif; font-weight: 600; font-size: 20px; color: #008625;}
.shopProduct { font-size: 0; display: flex; flex-wrap: wrap; gap: 30px;}
.shopProduct-leftCol { display: block; width: calc(50% - 15px);}
.shopProduct-rightCol { display: flex; width: calc(50% - 15px); flex-direction: column; gap: 20px;}
.shopProduct-title { margin: 0; font-size: 22px; font-family: "Roboto", sans-serif; font-weight: 400; text-transform: uppercase; color: #474747; }
.shopProduct-availability { font-size: 16px; margin-bottom: 5px; }
.shopProduct-toCart { padding: 15px 25px; background-color:  #9F121B; color: #FFF; border: none; border-radius: 2px; text-transform: uppercase; font-family: 'Roboto', sans-serif; font-size: 15px; box-shadow: none; text-align: center; cursor: pointer; -webkit-transition: .3s; transition: .3s; }
.shopProduct-toCart:hover { opacity: 0.8; }
.shopProduct-block { font-size: 16px;}
.shopProduct-toFavorite { height: 100%; width: fit-content; border: 1px solid #B1B1B1; background-color: #fff; padding: 10px 10px 5px 10px; border-radius: 2px; font-size: 15px; box-shadow: none; color: #000; text-align: center; cursor: pointer; }
.shopProduct-toFavorite.-added svg {fill: #9F121B;}
.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 img { display: block; width: 100%; }
.shopProduct-additionalImagesWrap { font-size: 0; display: flex; gap: 5px; margin-top: 5px;}
@media (max-width: 1024px) {
  .shopProduct-additionalImagesWrap {
    flex-wrap: wrap;
  }
  .shopProduct-additionalImagesItem {
    width: calc(25% - 4px);
    aspect-ratio: 1/1;
  }
}
@media (max-width: 550px) {
  .shopProduct-additionalImagesItem {
    width: calc(20% - 4px);
  }
}
.shopProduct-additionalImagesItem { display: inline-block; vertical-align: top; cursor: pointer;}
.shopProduct-additionalImagesItem img { display: block; margin: 0 auto; width: 100%; height: 100%; object-fit: cover;}
.shopProduct-tabs { margin-top: 20px; width: 100%; }
.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 #019E47; font-size: 16px; margin-bottom: -1px; background-color: #019E47; text-align: center; color: #fff; cursor: pointer; }
.shopProduct-tabsButs button.-active { border-bottom-color: #fff; background-color: #fff; color: #019E47; }
.shopProduct-tabsContainer { padding: 20px; background-color: #fff; min-height: 100px; border: 1px solid #019E47; border-radius: 5px; border-top-left-radius: 0px; }
.shopProduct-tabsItem { font-size: 16px; display: none; }
.shopProduct-tabsItem.-open { display: block; }
.shopProductSect {margin: 100px 0;}
@media (max-width: 1024px) {
  .shopProductSect {margin: 80px 0;}
}
@media (max-width: 768px) {
  .shopProductSect {margin: 60px 0;}
}
@media (max-width: 550px) {
  .shopProductSect {margin: 40px 0;}
}
/*@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; } }*/

@media (max-width: 550px) {
  .shopProduct-leftCol {width: 100%;}
  .shopProduct-rightCol {width: 100%;}
}

.shopBreadCrumb { list-style: none; margin: 0; padding: 0; font-size: 0; font-family: "Roboto", sans-serif; padding-left: 20px; }
.shopBreadCrumb-item { display: inline-block; }
.shopBreadCrumb-item > a { color: #494949; font-size: 14px; }
.shopBreadCrumb-item.-active > a, .shopBreadCrumb-item.-active::before, .shopBreadCrumb-item:hover > a, .shopBreadCrumb-item:hover::before { color: #019E47; }
.shopBreadCrumb-item:not(:last-child)::after { font-family: "Inter", sans-serif; content: "/"; padding: 0 8px; font-weight: 800;
  font-size: 21px; color: #393939;}

.productTabs-buts { font-size: 0; }
.productTabs-buts button { transition: all .3s; display: inline-block; vertical-align: top; border: 1px solid #A4A4A4; padding: 10px 20px; margin-bottom: -1px; background-color: #fff; text-align: center; color: #575757; cursor: pointer; font-size: 16px; font-family: 'Roboto', sans-serif; }
.productTabs-buts button.-active { background-color: #A30E22; color: #fff; border: 1px solid #A30E22;}
.productTabs-container {transition: all .3s; padding: 20px; background-color: #fff; min-height: 100px; border: 1px solid #A4A4A4; font-size: 16px;}
.productTabs-item { display: none; transition: all .3s;}
.productTabs-item span {color: #575757; font-family: 'Roboto', sans-serif;}
.productTabs-item.-open { display: block; }

.productAccordion-item { border-bottom: 1px solid #019E47; }
.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: #019E47; }
.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; }

.shopCartLink { position: relative; display: inline-block; width: 33px; height: 33px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.shopCartLink-count { display: inline-block; position: absolute; min-width: 0; top: -5px; left: -5px;}
.shopCartLink-count span { display: block; border-radius: 50%; text-align: center; color: #0040E3; background-color: #DFDFDF; min-width: 23px; font-size: 13px; padding: 4px; font-family: 'Inter', sans-serif;font-weight: 600;}

@media (max-width: 500px) {
  .shopCartLink-count {
    top: 0;
  }
  .shopCartLink-count span {
    padding: 3px;
    font-size: 11px;
    min-width: 20px;
  }
}

.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: #A30E22; border: none; text-align: center; color: #fff; padding: 10px 14px; border-radius: 2px; font-size: 12px; text-transform: uppercase;}
.shopCart-but:hover { opacity: 0.8; }
.shopCart-link { color: #019E47; }
.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 #019E47; }
.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 #9F121B; }
.shopProfile-tabs li { display: inline-block; vertical-align: top; font-size: 16px; padding: 8px 15px; cursor: pointer; color: #575757; border: 1px solid #9F121B; 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: #9F121B; 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 tr, th {color: #393939;}
.shopProfile-tabItem a:not(.name-passwordResetLink a) {color: #393939; text-decoration: underline; transition: all .3s;}
.shopProfile-tabItem a.change:hover {color: #3D31C9;text-decoration: underline;}
.shopProfile-tabItem a.logout:hover {color: #D90000;text-decoration: underline;}
.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: #019E47; 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: #019E47; background-color: #fff; color: #019E47; }
.shopProfile-removeFavorite {transition: all .3s; cursor: pointer; background-color: #D90000; color: #fff; padding: 7px 14px; border-radius: 0; font-size: 14px;  border: none;}
.shopProfile-removeFavorite:hover { opacity: 0.8; }
.shopProfile table { width: 100%; }
.shopProfile table thead { text-align: left; }
.shopProfile table thead th { padding: 10px 0; }
.shopProfile-hidden { display: none; }

.shopProduct-availability { margin-top: 10px; margin-bottom: 0; }
.staticAttributes {display: flex; height: 100%;}
.staticAttributes-container {display: flex; flex-direction: column; flex: 1 1 auto; height: 100%;}
.staticAttributes-title { font-size: 16px; margin: 0 0 10px; }
.staticAttributes-item { display: flex; gap: 20px; margin-bottom: 5px;}
.staticAttributes-item span {width: calc(50% - 10px); font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; color: #323234;}
.staticAttributes-name { font-weight: bold; }

.shopProduct-btns {display: flex; gap: 20px; margin-top: auto; width: 100%; justify-content: space-between; flex-wrap: wrap;}
.dynamicAttributes-item {display: flex; gap: 15px; flex-wrap: wrap;}
.dynamicAttributes-name { margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-size: 16px; color: #575757; font-weight: 600;}
.dynamicAttributes-btn { transition: all .3s; display: block; background-color: #fff; border: 1px solid #A30E22; font-size: 14px; padding: 7px 15px; cursor: pointer; color: #575757; }
.dynamicAttributes-btn.-active { background-color: #A30E22; color: #fff; }

.shopFilter-toggle { display: none; background-color: #019E47; 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"] { width: 15px; height: 15px; vertical-align: middle; }
.shopFilter label { display: block; margin-bottom: 5px; vertical-align: middle; }
.shopFilter span { 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-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: #019E47; }
.shopFilter .irs--flat .irs-from:before, .shopFilter .irs--flat .irs-to:before, .shopFilter .irs--flat .irs-single:before { border-top-color: #019E47; }
.shopFilter .irs--flat .irs-handle > i:first-child { background-color: #019E47; }
.shopFilter .irs--flat .irs-handle.state_hover > i:first-child, .shopFilter .irs--flat .irs-handle:hover > i:first-child { background-color: #019E47; }
.shopFilter #priceFilter { visibility: hidden; }

.shopPagination { margin: 0; text-align: right; font-size: 0; padding: 15px 20px; }
.shopPagination-buttons { display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 16px; margin-left: 20px; color: #323234;}
.shopPagination-buttons button { transition: all .3s; display: inline-block; vertical-align: middle; padding: 2px 7px; border: 1px solid #9F121B; background-color: #fff; color: #323234; cursor: pointer; }
.shopPagination-buttons button:hover {background: #9F121B; color: #fff;}
.shopPagination-buttons button.-active { background-color: #9F121B; color: #fff; }
.shopPagination-count { display: inline-block; vertical-align: middle; font-size: 14px; font-family: 'Roboto', sans-serif; color: #323234; }
@media (max-width: 1600px) {
  .shopProducts {gap: 30px;}
  .shopProducts .shopProducts-col {width: calc(100% / 3 - 30px);}
}
@media (max-width: 1350px) {
  .shopPrice-price, .shopPrice-newPrice {
    font-size: 18px;
  }
  .shopProducts-but {
    font-size: 12px;
    padding: 15px;
  }
  .shopCatalog-sideBar {width: 254px;}
  .shopCatalog-content {width: calc(100% - 284px);}
}
@media (max-width: 873px) {
  .shopProducts .shopProducts-col {
    width: calc(100% / 2 - 30px);
  }
}
@media (max-width: 580px) {
  .shopProducts .shopProducts-col {
    width: 100%;
  }
}
@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: #019E47; 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: #019E47; 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 #019E47; margin-top: 15px; }
.productReviews-item { padding: 10px 10px 0px; border-radius: 3px; background-color: #fff; margin-bottom: 15px; border-bottom: 1px solid #019E47; }
.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; }

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