:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ba0000;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ba0000;
  --bs-light: #f8f9fa;
  --bs-dark: #000;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 186,0,0;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 0,0,0;
  --bs-white-rgb: 255,255,255;
  --bs-body-color-rgb: 0,0,0;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: "Avenir Next Cyr";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-color: var(--bs-black);
  --bs-body-bg: #fff;
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --sidebar-width: 260px;
  --logo-height: 250px;
}

aside {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  background-color: grey;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}

aside.show {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1200px) {
  aside {
    width: var(--sidebar-width);
    padding-top: var(--logo-height);
    padding-bottom: 1.5rem;
    bottom: 0;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transition: all .1s ease-out;
    z-index: 1;
  }
}

.logo-box {
  display: none;
  height: var(--logo-height);
  width: var(--sidebar-width);
  padding-top: 1.5rem;
  transition: all .1s ease-out;
  position: fixed;
  top: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .logo-box {
    display: block;
  }
}

@media (min-width: 1200px) {
  main {
    margin-left: var(--sidebar-width);
    overflow: hidden;
  }
}

.navbar-search .position-absolute {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-search i.position-absolute {
  color: grey;
  font-size: 1.5rem;
}

.navbar-search input {
  padding-right: 40px!important;
}

.custom-navbar-y.nav-tabs {
  --bs-nav-tabs-border-color: grey;
  --bs-nav-tabs-border-radius: 0rem;
  --bs-nav-tabs-link-active-color: grey;
}

.custom-navbar-y.nav {
  --bs-nav-link-color: var(--bs-white);
  --bs-nav-link-hover-color: var(--bs-white);
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  box-shadow: none;
}

aside .btn-close {
  width: 1.5em;
  height: 1.5em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
  border-radius: 0rem;
  opacity: 1;
}

:root {
  --hero-font-size: 5rem;
  --hero-line-height: 0.8;
}

@media (min-width: 576px) {
  :root {
    --hero-font-size: 8rem;
  }
}

@media (min-width: 768px) {
  :root {
    --hero-font-size: 12rem;
  }
}

@media (min-width: 992px) {
  :root {
    --hero-font-size: 16rem;
  }
}

@media (min-width: 1400px) {
  :root {
    --hero-font-size: 20rem;
  }
}

.hero-section h1 {
  font-size: var(--hero-font-size);
  line-height: calc(var(--hero-font-size) * var(--hero-line-height));
}

.hero-section p {
  font-size: calc(var(--hero-font-size) * 0.6);
}

.buy-the-best-section {
  font-size: calc(var(--hero-font-size) * 0.35);
}

.free-shipping h1 {
  font-size: var(--hero-font-size);
  line-height: calc(var(--hero-font-size) * var(--hero-line-height));
  text-shadow: 0px 0px 5px #000000ba;
}

.free-shipping p {
  font-size: calc(var(--hero-font-size) * 0.6);
  line-height: calc(var(--hero-font-size) * 0.6);
  text-shadow: 0px 0px 20px black;

}

.btn-danger {
  --bs-btn-bg: grey;
}

.products-card.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 2px;
  --bs-card-border-color: var(--bs-dark);
  --bs-card-border-radius: 0rem;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.credit-cards img {
  width: 52px;
}

@media (min-width: 576px) {
  .credit-cards img {
    width: 72px;
  }
}

.footer-nav.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #6c757d;
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.input-icon .position-absolute {
  top: 50%;
  transform: translateY(-50%);
}

.icon-end .position-absolute {
  right: 0px;
}

.icon-end input {
  padding-right: 8rem!important;
}

.input-icon .form-control-lg {
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.input-icon .btn-lg {
  --bs-btn-font-size: 1rem;
}

@media (min-width: 1200px) {
  .input-icon input {
    min-width: 350px;
  }
}

.my-account h1 {
  font-size: calc(var(--hero-font-size) * 0.25);
}

.nav.custom-nav-pills {
  --bs-nav-link-padding-y: 0.75rem;
  --bs-nav-link-color: grey;
  --bs-nav-link-hover-color: grey;
  --bs-nav-link-disabled-color: #6c757d;
}

.nav-pills.custom-nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius-pill);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: grey;
}

@media (min-width: 576px) {
  .nav-pills.custom-nav-pills {
    border-radius: var(--bs-border-radius-pill)!important;
  }
}

.form-control {
  padding: .375rem 2rem;
  font-weight: 700;
  color: grey;
  border-radius: var(--bs-border-radius-pill);
}

.form-control::-webkit-input-placeholder {
  color: grey;
}

.form-control:-ms-input-placeholder {
  color: grey;
}

.form-control::placeholder {
  color: grey;
}

@media (min-width: 768px) {
  .input-phone {
    max-width: 300px;
  }
}

.form-check-input.custom-form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: .25em;
  border: 2px solid grey;
}

.form-check-input.custom-form-check-input:checked {
  background-color: var(--bs-white);
  border-color: grey;
}

.form-check-input.custom-form-check-input:checked:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ba0000'/%3e%3c/svg%3e");
}

.how-to-use {
  min-height: 400px;
}

.notification-bell-icon .red-dot {
  background-color: var(--bs-white);
  display: inline-block;
  width: 25px;
  height: 25px;
  top: -10px;
  right: -10px;
}

.comments-item {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

