@charset "UTF-8";
:root {
  --dark: #999;
  --light: #d7d7d7;
  --black: #212121;
  --pink: #e7539d;
  --font-weight-normal: 300;
  --font-weight-bold: 400;
  --font-size-base: 1.1rem;
  --menu-bg-mobile: #f8f8f8;
  --menu-text-mobile: #212121;
  --font-size-xs:calc(var(--font-size-base) * .8);
  --font-size-sm:calc(var(--font-size-base) * .9);
  --font-size-md:calc(var(--font-size-base) * 1.1);
  --font-size-lg:calc(var(--font-size-base) * 1.15);
  --font-size-xl:calc(var(--font-size-base) * 1.8);
  --h2:calc(var(--font-size-base) * 1.27);
  --h4:calc(var(--font-size-base) * 1.27);
  --h5:calc(var(--font-size-base) * 1.13);
  --bg-header-bg: #fff;
  --bg-header-text: #212121;
  --bg-footer-bg: #f7f7f7;
  --bg-footer-text: #212121;
  --body-bg: #fff;
  --body-text: #212121;
  --border-color: #e8e8e8;
  --link-color: #212121;
  --link-hover-color: #474747;
  --main-content: #fff;
  --menu-bg: #f7f7f7;
  --menu-text: #212121;
  --primary: #fc1f20;
  --primary-10: #fc1f201a;
  --primary-20: #fc1f2033;
  --primary-30: #fc1f204d;
  --primary-40: #fc1f2066;
  --primary-50: #fc1f2080;
  --primary-60: #fc1f2099;
  --primary-70: #fc1f20b3;
  --primary-80: #fc1f20cc;
  --primary-90: #fc1f20e6;
  --primary-text: #fff;
  --secondary: #f8f8f8;
  --secondary-10: #f8f8f81a;
  --secondary-20: #f8f8f833;
  --secondary-30: #f8f8f84d;
  --secondary-40: #f8f8f866;
  --secondary-50: #f8f8f880;
  --secondary-60: #f8f8f899;
  --secondary-70: #f8f8f8b3;
  --secondary-80: #f8f8f8cc;
  --secondary-90: #f8f8f8e6;
  --secondary-text: #212121;
}

/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mz9JTVFNIg8mg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mz9JTVPNIg8mg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mz9JTVBNIg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7myjJTVFNIg8mg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7myjJTVPNIg8mg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7myjJTVBNIg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.news-page .view img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-page .view .news_sidebar p {
  line-height: 1.2;
}
.news-page .grid .image {
  border: 1px solid var(--border-color);
  border-bottom: 0;
}
.news-page .list img {
  border: 2px solid var(--border-color);
}
.news-page .list h2 {
  font-size: var(--h4);
}
.news-page .news-container {
  background: var(--secondary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid var(--border-color);
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  height: 100%;
}
.news-page .news-short-description {
  line-height: 1.2;
}
.news-page .news-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-md);
  line-height: 1.3;
}
.news-page .news-page-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-md);
  line-height: 1.3;
}
.news-page .lead-news-title:hover {
  color: var(--primary);
}
.news-page .img-news-right-column {
  min-height: 60px;
  min-width: 60px;
}

.orders-checkout-page .payment-methods i {
  width: 20px;
  max-width: 20px;
}

.badge-container {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.badge-container img {
  width: 100%;
  max-width: 36px;
  padding: 0 !important;
  min-height: auto !important;
}

.badge-container-product-view {
  position: absolute;
  top: 25px;
  right: 15px;
}
.badge-container-product-view img {
  width: 100%;
  max-width: 48px;
}

.filter-95 {
  filter: contrast(0.95);
}

.modal-content {
  border: 0 !important;
}

.product-page .category-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-md);
  line-height: 1.3;
}
.product-page .view h1 {
  font-size: var(--font-size-xl);
}
@media (max-width: 992px) {
  .product-page .view h1 {
    font-size: calc(var(--h4) + .5rem);
  }
}
.product-page .view .old {
  text-decoration: line-through;
  font-size: var(--font-size-lg);
}
@media (max-width: 992px) {
  .product-page .view .old {
    font-size: var(--font-size-md);
  }
}
.product-page .view .price .price-percent {
  color: var(--primary-text);
}
.product-page .view .error-msg {
  color: var(--danger);
  padding: 3px 0px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-md);
}
.product-page .view .addToCartBtn {
  border-radius: 0.25rem;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  min-width: 250px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: uppercase;
}
.product-page .view .product-right-column {
  min-height: 601px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .product-page .view .product-right-column {
    min-height: auto;
    margin-bottom: 40px;
  }
}
.product-page .view .product-view-favorites-icon {
  position: absolute;
  top: 27px;
  left: 20px;
  padding: 5px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--secondary-70);
  z-index: 1;
  cursor: pointer;
}
.product-page .view .connected-right-products h5 {
  font-size: 1.05rem;
  font-weight: var(--font-weight-bold);
}
.product-page .view .connected-right-products .percent-connected-products-column {
  font-weight: var(--font-weight-bold);
  background: var(--primary);
  padding: 2px 7px;
  color: var(--secondary);
  border-radius: 6px;
}
.product-page .view .connected-right-products .price-connected-products-column {
  font-weight: var(--font-weight-bold);
  font-size: 1.15rem;
  color: var(--primary);
}
.product-page .view .connected-right-products .old-price-connected-products-column {
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}
.product-page.search .search-loader-ajax img {
  max-width: 80px;
  margin-top: 80px;
}
.product-page.search .sort-controls i {
  font-size: calc(var(--font-size-md) * 1.2);
}
.product-page.search .filter {
  background: var(--main-content);
  z-index: 500;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .product-page.search .filter {
    left: -100%;
    position: fixed;
  }
  .product-page.search .filter.show {
    left: 0;
    transition: left 300ms ease-in-out;
    position: relative;
    background: var(--menu-bg-mobile);
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.product-page.search .filter h4 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
}
.product-page.search .filter .card-body:hover {
  cursor: pointer;
}
.product-page.search .filter .irs--round .irs-handle,
.product-page.search .filter .irs--round .irs-from,
.product-page.search .filter .irs--round .irs-to,
.product-page.search .filter .irs--round .irs-single,
.product-page.search .filter .irs--round .irs-bar {
  background: var(--primary);
  border-color: var(--white);
}
.product-page.search .filter .irs--round .irs-from::before,
.product-page.search .filter .irs--round .irs-to::before,
.product-page.search .filter .irs--round .irs-single::before {
  border-top-color: var(--primary);
}
.product-page.search .filter .irs--round .irs-to {
  color: var(--primary-text);
  font-size: var(--font-size-xs);
}
.product-page.search .filter .irs--round .irs-from {
  color: var(--primary-text);
  font-size: var(--font-size-xs);
}
.product-page.search .filter .irs--round .irs-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.product-page.search .filter .jstree-icon {
  font-family: "Font Awesome 5 Free", serif;
  font-style: normal;
  background: none;
}
.product-page.search .filter .jstree-icon:empty {
  width: auto;
  height: auto;
  line-height: initial;
}
.product-page.search .filter .jstree-icon.jstree-undetermined {
  font-weight: 400;
}
.product-page.search .filter .jstree-icon.jstree-undetermined:before {
  content: "";
}
.product-page.search .filter .jstree-icon.jstree-checkbox {
  font-weight: 400;
  margin-right: 10px;
}
.product-page.search .filter .jstree-icon.jstree-checkbox:before {
  content: "";
}
.product-page.search .filter .jstree-closed .jstree-ocl {
  font-weight: 900;
  width: calc(var(--font-size-base) * 1.1);
  text-align: left;
}
@media (max-width: 992px) {
  .product-page.search .filter .jstree-closed .jstree-ocl {
    width: calc(var(--font-size-base) + 0.25rem * 1.2);
  }
}
.product-page.search .filter .jstree-closed .jstree-ocl:before {
  content: "";
}
.product-page.search .filter .jstree-open .jstree-ocl {
  text-align: left;
  width: calc(var(--font-size-base) * 1.1);
  font-weight: 900;
}
@media (max-width: 992px) {
  .product-page.search .filter .jstree-open .jstree-ocl {
    width: calc(var(--font-size-base) + 0.25rem * 1.2);
  }
}
.product-page.search .filter .jstree-open .jstree-ocl:before {
  content: "";
}
.product-page.search .filter .jstree-leaf .jstree-ocl {
  font-weight: 900;
  text-align: left;
  width: calc(var(--font-size-base) * 1.1);
}
@media (max-width: 992px) {
  .product-page.search .filter .jstree-leaf .jstree-ocl {
    width: calc(var(--font-size-base) + 0.25rem * 1.2);
  }
}
.product-page.search .filter .jstree-leaf .jstree-ocl:before {
  color: var(--dark);
  content: "";
}
.product-page.search .filter .jstree-clicked .jstree-checkbox {
  font-weight: 400;
  margin-right: 10px;
}
.product-page.search .filter .jstree-clicked .jstree-checkbox:before {
  content: "";
}
.product-page.search .filter .jstree-default .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.product-page.search .filter .jstree-default .jstree-node {
  line-height: inherit;
}
.product-page.search .filter .jstree-default .jstree-wholerow-clicked {
  background: var(--primary);
  filter: contrast(40%) brightness(260%);
}
.product-page.search .filter .jstree-default .jstree-themeicon {
  display: none;
}
.product-page.search .filter .resetFilter {
  background: var(--secondary);
}
@media (max-width: 992px) {
  .product-page.search .filter .resetFilter {
    filter: brightness(0.9);
  }
}
@media (max-width: 992px) {
  .product-page.search .filter {
    font-size: calc(var(--font-size-base) + 0.25rem);
  }
}
.product-page.search .filter_text {
  background: var(--secondary);
  border-radius: 4px;
  margin-top: 5px;
}
.product-page.search .filter_text p {
  margin: 4px 0;
}
.product-page.search .filter_text .filterHumanName {
  border-bottom: 2px var(--primary) dotted;
  font-weight: var(--font-weight-bold);
}
.product-page.search .filter_text .filterHumanValue {
  border-bottom: 1px var(--primary) dotted;
  font-weight: var(--font-weight-bold);
}
@media (max-width: 992px) {
  .product-page.search .search-grid-type-selector {
    background: var(--white);
    padding-top: 1rem;
    position: sticky;
    top: 8px;
    z-index: 100;
  }
}
.product-page.search .custom-scrollbar {
  border: 0;
  filter: brightness(0.95);
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: var(--secondary);
  scrollbar-width: thin;
}
.product-page.search .custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.product-page.search .custom-scrollbar::-webkit-scrollbar-track {
  background: var(--secondary);
  background-clip: content-box;
  border: 4px solid transparent;
}
.product-page.search .custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border: 1px solid var(--secondary);
}
.product-page .grid .product-list-item:hover, .product-page .list .product-list-item:hover {
  transition: 0.3s;
}
.product-page .grid .product-list-item:hover .old, .product-page .list .product-list-item:hover .old {
  color: var(--dark);
}
.product-page .grid .product-list-item:hover .product-item-header img, .product-page .list .product-list-item:hover .product-item-header img {
  transform: scale(1.1);
}
.product-page .grid .product-list-item .product-item-header, .product-page .list .product-list-item .product-item-header {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.product-page .grid .product-list-item .product-item-header img, .product-page .list .product-list-item .product-item-header img {
  transition: all 0.5s;
  height: auto;
}
.product-page .grid .product-list-item .product-item-header span, .product-page .list .product-list-item .product-item-header span {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-page .grid .product-list-item .product-item-footer, .product-page .list .product-list-item .product-item-footer {
  align-items: center;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
  padding-top: 0.75rem;
}
@media (max-width: 992px) {
  .product-page .grid .product-list-item .product-item-footer, .product-page .list .product-list-item .product-item-footer {
    font-size: var(--font-size-base);
  }
}
.product-page .grid .product-list-item .product-item-footer .card-title, .product-page .list .product-list-item .product-item-footer .card-title {
  font-size: var(--font-size-base);
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .product-page .grid .product-list-item .product-item-footer .card-title, .product-page .list .product-list-item .product-item-footer .card-title {
    font-size: var(--font-size-sm);
  }
}
.product-page .grid .product-list-item .product-item-footer .card-title:hover, .product-page .list .product-list-item .product-item-footer .card-title:hover {
  color: var(--primary);
  cursor: pointer;
}
.product-page .grid .product-list-item .product-item-footer .product-description, .product-page .list .product-list-item .product-item-footer .product-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-md);
  line-height: 1.3;
}
.product-page .grid .product-list-item .card-footer .old, .product-page .list .product-list-item .card-footer .old {
  font-size: var(--font-size-sm);
  text-decoration: line-through;
}
@media (max-width: 992px) {
  .product-page .grid .product-list-item .card-footer .old, .product-page .list .product-list-item .card-footer .old {
    display: none;
  }
}
.product-page .grid .product-list-item .card-footer .fav, .product-page .list .product-list-item .card-footer .fav {
  cursor: pointer;
}
@media (max-width: 992px) {
  .product-page .grid .product-list-item.col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .product-page .grid .product-list-item.col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
.product-page .t2_grid .product-list-item:hover {
  transition: 0.3s;
}
.product-page .t2_grid .product-list-item:hover .old {
  color: var(--dark);
}
.product-page .t2_grid .product-list-item:hover .product-item-header img {
  transform: scale(1.1);
}
.product-page .t2_grid .product-list-item .badge-container {
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-page .t2_grid .product-list-item .product-item-header {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.product-page .t2_grid .product-list-item .product-item-header img {
  transition: all 0.5s;
  height: auto;
}
.product-page .t2_grid .product-list-item .product-item-header span {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-page .t2_grid .product-list-item .product-item-footer {
  align-items: center;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
  padding-top: 0.75rem;
}
@media (max-width: 992px) {
  .product-page .t2_grid .product-list-item .product-item-footer {
    font-size: var(--font-size-base);
  }
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
  font-size: var(--font-size-base);
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: var(--font-size-sm);
  }
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title:hover {
  color: var(--primary);
  cursor: pointer;
}
.product-page .t2_grid .product-list-item .product-item-footer .product-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-md);
  line-height: 1.3;
}
.product-page .t2_grid .product-list-item .card-footer .old {
  font-size: var(--font-size-sm);
  text-decoration: line-through;
}
@media (max-width: 992px) {
  .product-page .t2_grid .product-list-item .card-footer .old {
    display: none;
  }
}
.product-page .t2_grid .product-list-item .card-footer .fav {
  cursor: pointer;
}
.product-page .t2_grid .product-list-item .fav-icon-container {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 5px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: var(--secondary-70);
}
.product-page .t2_grid .product-list-item .product-logo-container {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}
.product-page .t2_grid .product-list-item .pro-price {
  color: var(--body-text);
  font-size: var(--font-size-lg);
}
@media (max-width: 992px) {
  .product-page .t2_grid .product-list-item .pro-price {
    font-size: var(--font-size-base);
  }
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
  font-size: var(--font-size-sm);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .product-page .t2_grid .product-list-item .fast-add-to-cart {
    font-size: var(--font-size-sm);
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (max-width: 992px) {
  .product-page .t2_grid .product-list-item.col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .product-page .t2_grid .product-list-item.col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
.product-page .grid-mini .category-header-line {
  border: 0;
  color: var(--primary);
  font-size: 28px;
}
.product-page .grid-mini .icon-favorites {
  display: inline-flex;
  position: absolute;
  background-color: var(--secondary-50);
  z-index: 1;
  top: 0;
  left: 0;
}
.product-page .grid-mini .product-description-mini-grid {
  font-size: var(--font-size-base);
  line-height: 1.2;
}
.product-page .define-container {
  align-items: center;
  background: var(--secondary);
  border-radius: 100px;
  bottom: 0.6rem;
  color: var(--primary);
  display: flex;
  font-weight: var(--font-weight-bold);
  height: auto;
  justify-content: center;
  max-width: 80px;
  padding: 1px;
  position: absolute;
  right: 5px;
  width: 100%;
}

.modal-cart {
  max-width: 600px;
}
.modal-cart .modal-body .delivery-animation {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-iteration-count: 1;
  animation-name: slidein;
  color: var(--black);
  font-size: var(--font-size-base);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
@keyframes slidein {
  from {
    margin-left: 50%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

.product-images-modal {
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid var(--border-color);
  border-radius: 40px;
  padding: 20px;
}

.product-define {
  margin: 1rem 0 -0.9rem 0;
  background: var(--primary);
  color: var(--primary-text);
  /* display: inline; */
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-page img:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: var(--primary-10);
  box-shadow: 0 1px 1px var(--primary-10) inset, 0 0 8px var(--primary-10);
  outline: 0 none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  box-shadow: none;
}

input[type=radio] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid darkgray;
  border-radius: 50%;
  outline: none;
}

input[type=radio]:hover {
  box-shadow: 0 0 5px 0px var(--primary) inset;
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  margin: 25% auto;
  border-radius: 50%;
}

input[type=radio]:checked:before {
  background: var(--primary);
}

.fast-search {
  margin: 0.5rem 0;
  display: flex;
  position: relative;
}
.fast-search img {
  width: 70px;
}
.fast-search h5 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  margin-top: 24px;
}
.fast-search .price {
  font-weight: var(--font-weight-bold);
  margin-left: auto;
  margin-top: 10px;
}
.fast-search .badge {
  border-radius: 0;
  left: 80px;
  position: absolute;
  top: 0;
}

#mobile-fast-search {
  background: var(--primary);
  padding: 10px 15px;
  margin-top: -16px;
}

.icn-mobile-fast-search {
  color: white;
  margin-right: 15px;
  font-size: 1.6rem;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .fast_search_advanced {
    border: 0 !important;
    border-radius: 20px;
  }
}
.ajaxSearchContainer {
  background: var(--secondary);
  border: 1px solid var(--border-color);
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.form-control-sm {
  font-size: var(--font-size-sm);
}

.form-control {
  border: 1px solid var(--border-color);
  font-weight: var(--font-weight-bold);
}

.form-check {
  padding-left: 0;
}
.form-check input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-check input[type=checkbox] + label {
  cursor: pointer;
  padding: 0;
  position: relative;
}
.form-check input[type=checkbox] + label:before {
  border: 1px solid var(--black);
  content: "";
  display: inline-block;
  height: 17px;
  margin-bottom: 5px;
  margin-right: 8px;
  margin-top: 4px;
  vertical-align: text-top;
  width: 17px;
}
.form-check input[type=checkbox]:checked + label:after {
  box-shadow: 2.1px 0 0 var(--black), 4px 0 0 var(--black), 4px -2px 0 var(--black), 4px -4px 0 var(--black), 4px -6px 0 var(--black), 4px -8px 0 var(--black);
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
  width: 2px;
}

.bg-form {
  background: var(--secondary);
  color: var(--secondary-text);
}
.bg-form:focus {
  color: var(--secondary-text);
  background: var(--secondary-10);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 30px;
  color: var(--primary);
  display: inline-block;
  font-weight: 500;
  margin-top: 4px;
  padding: 8px 29px;
  position: relative;
  text-transform: uppercase;
  transition: 0.1s;
  vertical-align: middle;
}

.btn-outline-primary {
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 30px;
  color: var(--primary);
  display: inline-block;
  font-weight: 500;
  margin-top: 4px;
  padding: 8px 29px;
  position: relative;
  text-transform: uppercase;
  transition: 0.1s;
  vertical-align: middle;
}

.btn {
  font-size: var(--font-size-base);
}
.btn.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-text);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  filter: contrast(120%);
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--primary-text) !important;
}
.btn.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  filter: contrast(90%);
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--secondary-text) !important;
}

.home-service-section img {
  max-width: 60px;
}

.pricing {
  /* Hover Effects on Card */
}
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.13);
}
.pricing hr {
  margin: 1.5rem 0;
}
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.pricing .card-price {
  font-size: 2.3rem;
  margin: 0;
  font-weight: 500;
}
.pricing .card-price-month {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
}
.pricing .period {
  font-size: 1rem;
}
.pricing ul li {
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.pricing .text-muted {
  opacity: 0.9;
  font-size: 1.2rem;
  color: var(--black) !important;
}
.pricing .text-muted-color {
  font-size: 1.4rem;
  color: var(--pink);
}
.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 1;
  transition: all 0.2s;
}
.pricing .carousel-inner {
  background: transparent;
  padding: 20px;
}
.pricing .carousel-control-prev, .pricing .carousel-control-next {
  width: 0;
}
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.hero {
  background-color: transparent;
  position: relative;
}

.hero__title {
  color: var(--primary);
  font-size: 2.3rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 1.8rem;
  }
}

.hero__desc {
  color: #64bdd6;
  font-size: 18px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__desc {
    font-size: 17px;
  }
}

.cube {
  position: absolute;
  top: 80%;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px var(--primary);
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: var(--primary-90);
}
.cube:nth-child(2) {
  animation-delay: -1s;
  left: 25vw;
  top: 35%;
}
.cube:nth-child(3) {
  animation-delay: -2s;
  left: 75vw;
  top: 45%;
}
.cube:nth-child(4) {
  animation-delay: 0s;
  left: 90vw;
  top: 10%;
}
.cube:nth-child(5) {
  animation-delay: 1s;
  left: 10vw;
  top: 10%;
}
.cube:nth-child(6) {
  animation-delay: 3s;
  left: 50vw;
  top: 5%;
}
.cube:nth-child(7) {
  animation-delay: 5s;
  left: 20vw;
  top: 30%;
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.bg1 {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, var(--body-bg) 50%, #1a1051 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
body {
  background: var(--body-bg);
  color: var(--body-text);
  font-family: "Jost";
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-normal);
}

.container {
  max-width: 1326px;
}

.bg-header {
  background: var(--bg-header-bg);
  color: var(--bg-header-text);
  z-index: 900;
}
.bg-header .with-badge {
  margin-left: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .bg-header .with-badge {
    margin-left: 10px;
  }
}
.bg-header .with-badge .badge {
  left: 28px;
  position: absolute;
}
@media (max-width: 992px) {
  .bg-header .with-badge .badge {
    left: 21px;
    font-size: 70%;
  }
}
.bg-header .with-badge .badge-wallet {
  z-index: 1;
  font-size: 67%;
}
.bg-header .logo {
  max-width: 100%;
  width: auto;
}
.bg-header .header-first-row .dropdown-menu {
  margin-top: -5px;
  right: 0;
  left: inherit;
}
.bg-header .user-dropdown {
  widows: 100%;
  min-width: 220px;
}
.bg-header .nav-custom-link {
  border-bottom: 2px solid transparent;
  display: block;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  margin-right: 15px;
  padding-bottom: 0.25rem;
  padding-top: 0.55rem;
  transition: 0.1s;
}
@media (min-width: 992px) {
  .bg-header .nav-custom-link:hover {
    border-bottom: 2px solid var(--primary);
  }
}
@media (max-width: 992px) {
  .bg-header {
    padding-top: 0.4rem !important;
  }
  .bg-header i {
    height: 28px;
    width: 28px;
  }
  .bg-header .search {
    background: var(--bg-header-bg);
    display: none;
    left: 0;
    max-width: 100% !important;
    position: fixed;
    top: 4px;
    transition: 0.3s;
    width: 100%;
    z-index: 1000;
  }
  .bg-header .search .form-control {
    width: 100% !important;
  }
  .bg-header .closeSearch {
    color: var(--black);
    cursor: pointer;
    font-size: 1.5rem;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.main-content {
  background: var(--main-content);
}

footer .bg-footer {
  background: var(--bg-footer-bg);
  color: var(--bg-footer-text);
}
footer .bg-footer .logo {
  height: auto;
  max-width: 100%;
}
footer h5 {
  border-bottom: 1px solid var(--border-color);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
footer .copyright {
  background: rgba(33, 33, 33, 0.05);
}
footer a {
  color: var(--bg-footer-text);
  font-weight: var(--font-weight-bold);
}
footer li {
  margin-top: 8px;
}

.font-size-xl {
  font-size: var(--font-size-xl);
}

.font-size-lg {
  font-size: var(--font-size-lg);
}

.font-size-xs {
  font-size: var(--font-size-xs);
}

.font-size-sm {
  font-size: var(--font-size-sm);
}

.font-size-md {
  font-size: var(--font-size-md);
}

.image-style-side {
  float: right;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: var(--font-weight-normal);
}

h5 {
  font-size: var(--h5);
}

h4,
.h4 {
  font-size: var(--h4);
}

h2 {
  font-size: var(--h2);
}

.site_loader {
  display: none;
}

a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.afterLoad {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.card {
  background: transparent;
  border: 0;
}

.photo-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.photo-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.small {
  font-size: var(--font-size-xs);
  line-height: 1.2;
}

.main_header {
  font-size: calc(var(--h4) + .2rem);
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .main_header {
    font-size: var(--h4);
  }
}
.main_header:after {
  background: var(--primary);
  border: 1px solid var(--primary);
  content: "";
  height: 1px;
  left: 47%;
  position: absolute;
  top: 40px;
  width: 6%;
}
@media (max-width: 992px) {
  .main_header:after {
    top: 33px;
  }
}
.main_header:hover:after {
  border: 1px solid;
  border-color: var(--primary);
  transition: 2s;
}

.gdpr-text {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}

.list-group-item.active {
  color: var(--primary-text);
  background-color: var(--primary);
  border-color: var(--primary);
}

.login .container {
  width: 100%;
  max-width: 600px;
}
.login .login-form {
  border: 1px solid var(--border-color);
  border-radius: 40px;
  background: var(--menu-bg-mobile);
}

.facebook {
  color: #046ee5;
}

.box {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  display: inline-flex;
  min-width: 214px;
  padding: 10px 15px;
  font-weight: var(--font-weight-bold);
}
.box .vertical-line {
  color: var(--border-color);
  font-size: 18px;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.badge {
  font-weight: var(--font-weight-bold);
}
.badge.badge-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-text);
}
.badge.badge-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text);
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.font-weight-bold {
  font-weight: var(--font-weight-bold) !important;
}

.font-weight-normal {
  font-weight: var(--font-weight-normal) !important;
}

.dropdown-item {
  font-weight: var(--font-weight-normal);
  background: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--primary);
  color: var(--primary-text);
}

a.text-primary:focus, a.text-primary:hover {
  color: var(--primary) !important;
}

@media (max-width: 992px) {
  .fast-order {
    background: var(--secondary-60);
    padding: 0px 1rem 1.25rem;
  }
}

.card-footer {
  background: transparent !important;
  border-top: 0px;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.icon-relative {
  position: relative;
  z-index: 1;
}

.bussiness-register .login-form {
  max-width: 601px;
}

@media (max-width: 992px) {
  .sort-by-select {
    max-width: 155px;
  }
}

.pagination {
  margin-top: 35px;
}

.page-link {
  color: var(--primary) !important;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-md);
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--body-bg) !important;
  z-index: 3;
}

.files-container .files-product-icn {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: var(--primary);
}

.files-container .files-product-name {
  font-size: 0.8rem;
  line-height: 1.25;
}

/****************** BASIC MENU - DROPDOWN AND SELECTS *******************/
.main-menu2 .nav-item {
  background: var(--menu-bg);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.submenu-2, .submenu-3 {
  top: -4px;
  left: 100%;
  background: var(--menu-bg);
  color: var(--menu-text);
  border-color: var(--menu-bg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.menu_icon {
  width: 32px !important;
  height: 32px !important;
  margin-right: 8px;
}

.menu_icon-arrow {
  color: var(--primary);
  font-size: 1.4rem;
  margin-right: 10px;
  margin-left: 6px;
}

.dropdown-menu-select-categories {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dropdown-menu-select-categories .dropdown-item {
  padding: 0.26rem 1.76rem 0.26rem 0.76rem !important;
}

/* ONLY MOBILE */
@media (max-width: 992px) {
  .dropdown-submenu .dropdown-item {
    white-space: normal;
  }

  .main-menu2 .nav-item {
    background: var(--menu-bg-mobile);
  }

  .main-menu2 .dropdown-menu {
    border: 2px dotted var(--border-color);
    border-radius: 20px;
    border-top-left-radius: 1px;
  }

  .dropdown-menu-select-categories .dropdown-item {
    padding: 0.28rem 1.5rem 0.28rem 0.9rem !important;
  }

  .search-cart-div .icon-cart {
    background-color: white;
  }
  .search-cart-div .with-badge .badge {
    position: absolute;
    font-size: 70%;
    right: -10px;
  }
  .search-cart-div .badge.badge-primary {
    background-color: white;
    border-color: white;
    color: var(--primary);
  }
}
