.navbar {
  transition: all 0.3s ease-in-out;
  padding: 0;
  z-index: 9999;
}
.navbar .navbar-brand {
  display: block;
  margin: 0;
  padding: 0;
}
.navbar .navbar-brand img {
  max-height: 2.5rem;
  width: auto;
}
.navbar .search__btn {
  font-size: 1.25rem;
  color: var(--white);
  padding: 0% 0.75rem;
  position: relative;
  z-index: 999;
}
.navbar .search__btn.js--active {
  color: var(--brand);
}
.navbar .search__box {
  width: 25rem;
  top: 0.2rem;
  right: 0%;
  border-radius: var(--br);
}
.navbar .search__box .form-control {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  height: 3rem;
  border-radius: var(--br);
}
.navbar .search__box.js--active {
  background-color: #fff;
}
.navbar .search__box.js--active .form-control {
  opacity: 1;
  visibility: visible;
}
.navbar .country__select .form-control {
  height: 44px;
  max-width: 13rem;
}
.navbar .country__select .country-select .country-list {
  max-width: 13rem;
  overflow-x: hidden;
}
.navbar .country__select .country-select .country-list .country {
  font-size: 0.875rem;
  font-family: var(--body-font);
}
.navbar .navbar-toggler {
  width: 5rem;
  height: 5rem;
  background-color: var(--brand);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar.fixed {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1040;
  width: 100%;
  background-color: var(--brand);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.main__sidenav {
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  max-width: 28rem;
  min-height: 100vh;
  border-top-left-radius: 2rem;
}
.main__sidenav .close__btn {
  width: 5rem;
  height: 5rem;
}
.main__sidenav .links li a {
  font-size: 1.75rem;
  color: var(--dark);
}
.main__sidenav .links li a:hover {
  text-decoration: underline;
  color: var(--brand);
}
.main__sidenav.js--active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar .container-fluid.end {
    max-width: calc(100% - 50px);
  }
  .navbar .search__box {
    top: 0rem;
  }
}
@media (max-width: 768px) {
  .navbar .container-fluid.end {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-height: 2rem;
  }
  .navbar .container-fluid.end {
    max-width: calc(100% - 20px);
  }
  .navbar .navbar-toggler {
    width: 4rem;
    height: 4rem;
  }
  .navbar .navbar-toggler img {
    width: 1.75rem;
  }
  .navbar .search__box {
    top: -0.2rem;
    width: calc(100vw - 6rem);
  }
}
footer {
  background: #393939;
  color: #fff;
  padding-top: 4rem;
  overflow: hidden;
}
footer a {
  font-size: 0.937rem;
  color: #F6F7FB;
  text-transform: capitalize;
}
footer a:hover {
  color: var(--white);
  opacity: 0.8;
  text-decoration: underline;
}
footer .copy_right {
  margin-top: 1rem;
  padding: 2.5rem 0 1.5rem 0;
  background-position: center top;
}
footer .copy_right .right {
  font-size: 1.5rem;
  line-height: 0.1;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
footer .social__links li a {
  font-size: 1.625rem;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 3rem;
  right: 0rem;
  width: 3.5rem;
  min-height: auto;
  height: 3rem;
  padding: 0rem 0 0 0;
  background-color: var(--white);
  z-index: 999;
  border-radius: 2rem 0 0 2rem;
  display: none;
  border: 2px solid var(--white);
  border-right: 0;
  justify-content: center;
}
.backTop .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--dark);
  font-size: 1.45rem;
  position: relative;
  left: -2px;
}
.backTop .icon i {
  position: relative;
  top: -0.12rem;
}
.backTop .icon:hover {
  background-color: var(--yellow);
}
.backTop:hover {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 576px) {
  .backTop {
    right: 0rem;
  }
  footer .logo img {
    max-height: 2.5rem;
  }
  footer .social__links {
    max-width: 300px;
  }
  footer .social__links li a {
    font-size: 1.35rem;
  }
  footer .copy_right {
    padding-bottom: 1rem;
  }
  footer .copy_right .privacy__links {
    margin: 0 auto 0.5rem auto;
  }
}
/*====================================================== Home Page Styles =========================================================================================*/
/*--------- Header Wrapper Styles ---------------*/
.header__wrapper {
  position: relative;
}
.header__wrapper .items {
  min-height: 100vh;
  padding: 25vh 0 4rem 0;
}
.header__wrapper .h1 {
  font-size: 3.5rem;
}
.header__wrapper .content__box {
  max-width: 770px;
}

.header__shadow::before {
  content: "";
  width: 100%;
  height: 20rem;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}
.header__shadow.blog::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/*------- Tagline Styles -------------*/
.tagline__wrap .rect {
  width: 20vw;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.tagline__wrap .title {
  max-width: 38rem;
}
.tagline__wrap::after, .tagline__wrap::before {
  content: "";
  width: calc(40% - 20rem);
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.tagline__wrap::after {
  left: auto;
  right: 0%;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50% !important;
  background-color: var(--light-brand) !important;
  margin: 0.25rem;
  font-size: 1.45rem !important;
  color: var(--body-text-color);
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background-color: var(--brand) !important;
  color: var(--white) !important;
}

.featuredProducts .owl-nav, .lastViewedProducts .owl-nav {
  text-align: right;
  margin-top: 2rem;
  position: relative;
}
.featuredProducts .owl-nav::before, .lastViewedProducts .owl-nav::before {
  content: "";
  width: 30vw;
  height: 1px;
  background-color: #EEEEEE;
  position: absolute;
  top: 2rem;
  right: 8rem;
  display: block;
}

.lastViewedProducts .owl-nav::before {
  width: calc(100% - 8.1rem);
  background-color: #DEDEDE;
}

/*------- Info Wrapper Styles --------------*/
.info__wrapper .content__box {
  border-radius: var(--br-20) 0 0 var(--br-20);
}
.info__wrapper .content__box::after {
  content: "";
  width: 30vw;
  height: 100%;
  display: block;
  background-color: #f4f4f4;
  position: absolute;
  top: 0%;
  right: -25vw;
  z-index: -1;
}

/*------- Product Card Styles ------------*/
.product__card {
  position: relative;
}
.product__card .wishlist {
  width: 2rem;
  height: 2rem;
  display: block;
  top: 1rem;
  right: 1rem;
  font-size: 1.35rem;
  color: var(--dark);
}
.product__card .wishlist::after {
  content: "\f08a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.product__card .wishlist:hover {
  color: var(--brand);
}
.product__card .wishlist.active {
  color: var(--brand);
}
.product__card .wishlist.active::after {
  content: "\f004";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}
.product__card .thumbnail {
  border-radius: 0.25rem 0.25rem 0 0;
}
.product__card .divider {
  background: #EAEAEA;
  height: 0.25rem;
}
.product__card .divider::after {
  content: "";
  width: 3rem;
  height: 100%;
  background: #B1B1B1;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 11;
}
.product__card .title a {
  color: #333;
}
.product__card .title a:hover {
  color: var(--brand);
  text-decoration: underline;
}
.product__card .caption {
  width: calc(100% - 1.6rem);
  padding-right: 0.875rem;
}
.product__card .icon {
  width: 1.6rem;
  height: 2.35rem;
  background-size: 8rem;
  border-radius: 6px;
}
.product__card.lisiting {
  border-radius: var(--br-20);
}
.product__card.lisiting .thumbnail__box {
  border-radius: var(--br-20);
  border: 2px dashed var(--border-color);
}
.product__card.lisiting .details__box {
  background-color: #F4F4F4;
  border: 2px dashed var(--border-color);
  border-radius: var(--br-20);
  padding: 1rem;
  margin-top: -2px;
}
.product__card.lisiting .details__box .title a {
  color: var(--body-text-color);
}
.product__card.lisiting .details__box .title a:hover {
  color: var(--brand);
  text-decoration: underline;
}
.product__card.lisiting .details__box .price {
  color: #B4B4B4;
}
.product__card.lisiting .details__box .cart__btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--br);
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMjAiPgoJPHRpdGxlPlZlY3RvcjwvdGl0bGU+Cgk8ZGVmcz4KCQk8aW1hZ2UgIHdpZHRoPSIxOCIgaGVpZ2h0PSIyMCIgaWQ9ImltZzEiIGhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQklBQUFBVUJBTUFBQUJ5dVhCNUFBQUFBWE5TUjBJQjJja3Nmd0FBQURCUVRGUkZBQUFBLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vTzAwRU1BQUFBQkIwVWs1VEFHQy8vOCtQMzNBZzc1QVFiMzlBVUZHNm03Y0FBQUJxU1VSQlZIaWNZMkJnWUJBeWRtUUFBMVpqWStNQU1FdllyRHpaRU14U3ptRG9OQUt6akJjd2NGbENXQUlNak1aQW1ydkQrRVJIajNISEJvYkx4aEJneXdCbEdGc3lHSnVsZ1VDeU1ZT3hBVmdiTTFrc0N6Q3IyWmhCR1dxeUNjTmpLTXVlZ1E4aWFQUUFBSmtZSENpV2ppT2VBQUFBQUVsRlRrU3VRbUNDIi8+Cgk8L2RlZnM+Cgk8c3R5bGU+Cgk8L3N0eWxlPgoJPHVzZSBpZD0iQmFja2dyb3VuZCIgaHJlZj0iI2ltZzEiIHg9IjAiIHk9IjAiLz4KPC9zdmc+");
  background-size: 1rem;
  background-color: var(--brand);
}
.product__card.lisiting .details__box .cart__btn:hover, .product__card.lisiting .details__box .cart__btn:focus {
  background-color: var(--dark);
}

/*-------- Blog Card Styles -------------------*/
.blog__card .thumbnail img {
  height: 290px;
}
.blog__card .thumbnail::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjI1IDBDMTUuMzUxMiAwIDE0LjYyNSAwLjcyNjE3MiAxNC42MjUgMS42MjVDMTQuNjI1IDIuNTIzODMgMTUuMzUxMiAzLjI1IDE2LjI1IDMuMjVIMjAuNDQ5NkwxMC4yMjczIDEzLjQ3NzNDOS41OTI1OCAxNC4xMTIxIDkuNTkyNTggMTUuMTQzIDEwLjIyNzMgMTUuNzc3N0MxMC44NjIxIDE2LjQxMjUgMTEuODkzIDE2LjQxMjUgMTIuNTI3NyAxNS43Nzc3TDIyLjc1IDUuNTUwMzlWOS43NUMyMi43NSAxMC42NDg4IDIzLjQ3NjIgMTEuMzc1IDI0LjM3NSAxMS4zNzVDMjUuMjczOCAxMS4zNzUgMjYgMTAuNjQ4OCAyNiA5Ljc1VjEuNjI1QzI2IDAuNzI2MTcyIDI1LjI3MzggMCAyNC4zNzUgMEgxNi4yNVpNNC4wNjI1IDEuNjI1QzEuODE3OTcgMS42MjUgMCAzLjQ0Mjk3IDAgNS42ODc1VjIxLjkzNzVDMCAyNC4xODIgMS44MTc5NyAyNiA0LjA2MjUgMjZIMjAuMzEyNUMyMi41NTcgMjYgMjQuMzc1IDI0LjE4MiAyNC4zNzUgMjEuOTM3NVYxNi4yNUMyNC4zNzUgMTUuMzUxMiAyMy42NDg4IDE0LjYyNSAyMi43NSAxNC42MjVDMjEuODUxMiAxNC42MjUgMjEuMTI1IDE1LjM1MTIgMjEuMTI1IDE2LjI1VjIxLjkzNzVDMjEuMTI1IDIyLjM4NDQgMjAuNzU5NCAyMi43NSAyMC4zMTI1IDIyLjc1SDQuMDYyNUMzLjYxNTYyIDIyLjc1IDMuMjUgMjIuMzg0NCAzLjI1IDIxLjkzNzVWNS42ODc1QzMuMjUgNS4yNDA2MiAzLjYxNTYyIDQuODc1IDQuMDYyNSA0Ljg3NUg5Ljc1QzEwLjY0ODggNC44NzUgMTEuMzc1IDQuMTQ4ODMgMTEuMzc1IDMuMjVDMTEuMzc1IDIuMzUxMTcgMTAuNjQ4OCAxLjYyNSA5Ljc1IDEuNjI1SDQuMDYyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat center center/1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.blog__card .thumbnail:hover::after {
  opacity: 1;
  visibility: visible;
}
.blog__card .link {
  color: var(--body-text-color);
}
.blog__card .link:hover {
  color: var(--brand);
  text-decoration: underline;
}
.blog__card .title a {
  color: var(--brand);
}
.blog__card .title a:hover {
  color: var(--dark);
  text-decoration: underline;
}

@media (max-width: 1399px) {
  .blog__card .thumbnail img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .blog__card .thumbnail img {
    height: 200px;
  }
  .blog__card .title {
    font-size: 1.25rem;
  }
}
/*--------- Testimonial Styles ----------*/
.testimonial__card {
  border-radius: 2rem;
}
.testimonial__card .user__thumbnail {
  width: 7rem;
  height: 7rem;
  border-radius: 2rem 0;
}
.testimonial__card .caption {
  width: calc(100% - 7rem);
}

@media (max-width: 575px) {
  .testimonial__card {
    border-radius: 1.5rem;
  }
  .testimonial__card .user__thumbnail {
    width: 5rem;
    height: 5rem;
    border-radius: 1.5rem 0;
  }
  .testimonial__card .caption {
    width: calc(100% - 5rem);
  }
  .testimonial__card .caption .lead {
    font-size: 1rem;
    line-height: 1.5;
  }
  .testimonial__card .caption .client__name {
    font-size: 13px;
  }
}
.carousel .carousel-indicators button {
  text-indent: inherit;
  width: 9px;
  height: 9px;
  background-color: #D9D9D9;
}
.carousel .carousel-indicators button.active {
  background-color: var(--brand);
}

.newsletter__wrapper .title {
  max-width: 500px;
  color: var(--black);
}
.newsletter__wrapper .form__wrapp {
  max-width: 700px;
  border-radius: 3rem;
}
.newsletter__wrapper .form__wrapp .form-control {
  width: calc(100% - 10.8rem);
}

@media (max-width: 991px) {
  .newsletter__wrapper .form__wrapp .form-control {
    width: calc(100% - 9.8rem);
  }
}
@media (max-width: 575px) {
  .newsletter__wrapper .form__wrapp .form-control {
    width: calc(100% - 8.8rem);
  }
}
.page__header {
  min-height: 33rem;
}
.page__header .content__box {
  border-radius: 1.25rem 1.25rem 0px 0px;
}
.page__header .h1 {
  font-size: 4rem;
}
.page__header.small__height {
  min-height: 18rem;
}
.page__header.product__details {
  min-height: 9.125rem;
}
.page__header.product__details.header__shadow::before {
  height: 9.125rem;
}

@media (max-width: 1399px) {
  .page__header .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1399px) {
  .page__header.small__height {
    min-height: 15rem;
  }
  .page__header.small__height.header__shadow::before {
    height: 15rem;
  }
  .page__header.product__details {
    min-height: 7rem;
  }
  .page__header.product__details.header__shadow::before {
    height: 7rem;
  }
}
@media (max-width: 575px) {
  .page__header {
    min-height: 20rem;
  }
  .page__header .h1 {
    font-size: 1.875rem;
  }
  .page__header.product__details {
    min-height: 5rem;
  }
  .page__header.product__details.header__shadow::before {
    height: 5rem;
  }
  .page__header.small__height {
    min-height: 12rem;
    padding-bottom: 2rem;
  }
  .page__header.small__height.header__shadow::before {
    height: 12rem;
  }
}
.about__content__box {
  border-radius: 1.25rem 0 0 1.25rem;
}
.about__content__box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: -100%;
}

.bg-white-800 {
  background: rgba(255, 255, 255, 0.8);
}

.col-55 {
  flex: 0 0 auto;
  width: 52.6%;
}
.col-55.second {
  width: 55%;
}

.col-45 {
  flex: 0 0 auto;
  width: 45%;
}

.about__thumbnail__03 {
  border-top-right-radius: var(--br-20);
}

.about__thumbnail__04 {
  border-bottom-left-radius: var(--br-20);
}

@media (max-width: 991px) {
  .col-55, .col-45 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-55.second, .col-45.second {
    width: 100%;
  }
  .about__thumbnail__03, .about__thumbnail__04, .empower__thumbnail {
    border-radius: var(--br-20) !important;
  }
}
/*----- Product Lisiting Styles ---------*/
.product__listing__row > .cols:nth-child(2n+2) .product__card .thumbnail__box {
  order: 2;
}
.product__listing__row > .cols:nth-child(2n+2) .product__card .details__box {
  order: 1;
  margin: 0 0 -2px 0;
}

.scroller * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
}

.scroller *::-webkit-scrollbar {
  width: 12px;
}

.scroller *::-webkit-scrollbar-track {
  background: #eee;
}

.scroller *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #eee;
}

/*----- Product Lisiting Styles ---------*/
.product__details__wrapp .carousel .carousel-inner {
  width: calc(100% - 8rem);
}
.product__details__wrapp .carousel .carousel-indicators {
  top: 0;
  right: 0%;
  bottom: auto;
  left: auto;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  width: 7.25rem;
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.product__details__wrapp .carousel .carousel-indicators [data-bs-target] {
  width: 6.25rem;
  height: 6.875rem;
  padding: 0;
  text-indent: inherit;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  background-clip: padding-box;
  border-radius: var(--br);
  opacity: 1;
  margin-bottom: 1.25rem;
}
.product__details__wrapp .carousel .carousel-indicators .active {
  border-color: var(--brand);
}
.product__details__wrapp .carousel .product-img--main {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  height: 450px;
  border: 1px solid var(--border-color-light);
  background-color: #F3F3F3;
  border-radius: var(--br);
}
.product__details__wrapp .carousel .product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}
.product__details__wrapp .color_icon {
  width: 3rem;
  height: 3.5rem;
  background-size: 8rem;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .product__details__wrapp .carousel .carousel-inner {
    width: 100%;
  }
  .product__details__wrapp .carousel .carousel-indicators {
    position: static;
    display: flex;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-top: 0.5rem;
  }
  .product__details__wrapp .carousel .carousel-indicators [data-bs-target] {
    width: 4rem;
    height: 4rem;
    margin-left: 0;
    margin-bottom: 0.35rem;
    margin-right: 0.35rem;
  }
  .product__details__wrapp .carousel .carousel-indicators .active {
    border-color: var(--brand);
  }
  .product__details__wrapp .carousel .product-img--main {
    height: 350px;
  }
}
.cart__item .thumbnail {
  width: 8rem;
  height: 6rem;
}
.cart__item .caption {
  width: calc(100% - 8rem);
}
.cart__item .caption .description {
  color: #888888;
}
.cart__item .remove__btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0 var(--br) 0 var(--br);
  background-color: #f44336;
  color: var(--white);
  min-height: auto;
}
.cart__item:not(:last-child) {
  margin-bottom: 1rem;
}

.counter__box {
  border: 1px solid #DBDBDB;
  border-radius: var(--br);
  max-width: 6.875rem;
}
.counter__box .btn {
  width: 1.812rem;
  height: 2.375rem;
  background-color: #F0F0F0;
  border-radius: var(--br);
  min-height: auto;
  font-size: 1.4rem;
}
.counter__box .btn:hover {
  background-color: #e6e6e6;
}
.counter__box input {
  width: 3.25rem;
  border: 0;
  height: 2.375rem;
}

.form-control {
  border-color: #DBDBDB;
  height: 3.25rem;
}

textarea.form-control {
  height: auto;
}

.form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 2px;
  border-width: 2px;
  border-color: #7A7A7A;
  border-radius: 3px !important;
}
.form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

@media (max-width: 575px) {
  .cart__item .thumbnail {
    width: 6rem;
    height: 5rem;
  }
  .cart__item .caption {
    width: calc(100% - 6rem);
  }
  .cart__item .remove__btn {
    width: 1.75rem;
    height: 1.75rem;
  }
  .cart__item .price.h2 {
    font-size: 1.5rem;
  }
}
.product__listing__scroll__box__parent {
  min-height: 47rem;
}

.product__listing__scroll__box {
  max-height: 42rem;
  overflow-y: auto;
  margin-bottom: 1rem;
}

.policy__links a {
  color: #9D9D9D;
}
.policy__links a:hover {
  color: var(--brand);
}

@media (max-width: 991px) {
  .product__listing__scroll__box {
    max-height: 34rem;
  }
  .product__listing__scroll__box__parent {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .mt--link-box {
    margin-top: -2.25rem;
  }
}
/*====================================================== Responsive Styles =========================================================================================*/
@media (max-width: 1400px) {
  .header__wrapper .carousel .carousel-item {
    min-height: 480px;
  }
}
@media (max-width: 1200px) {
  .testimonial__wrapper::before, .testimonial__wrapper::after {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #DCEAEA;
    display: block;
    position: absolute;
    top: -10%;
    right: -10%;
  }
  .testimonial__wrapper::after {
    width: 200px;
    height: 200px;
    top: auto;
    right: auto;
    bottom: -20%;
    left: 12%;
  }
}
@media (max-width: 992px) {
  .tagline__wrap::after, .tagline__wrap::before {
    width: calc(40% - 16rem);
  }
}
@media (max-width: 576px) {
  .header__wrapper {
    text-align: center;
  }
  .header__wrapper .h1 {
    font-size: 1.875rem;
  }
  .header__wrapper .items {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
  }
  .tagline__wrap .rect {
    width: 43vw;
  }
}/*# sourceMappingURL=style.css.map */