body {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.container,
.container-lg {
  max-width: 92rem;
  /* padding-left: 2rem;
  padding-right: 2rem; */
}

* {
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */

  /* font: inherit; */
  font-family: Lato, Arial, Helvetica, sans-serif;
}

a {
  transition: all 0.25s ease;
}

.icon {
  width: 30px;
  height: 30px;
}

.carousel {
  z-index: 1;
}

.tool-text-up {
  text-transform: uppercase;
}

.tool-text {
  vertical-align: middle;
  white-space: nowrap;
}

.tool-text-bold {
  font-weight: 600;
}

.tool-text-md {
  font-size: 16px;
}

.tool-text-lg {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
}

a.tool-text {
  color: #333;
  text-decoration: none;
}

.search-form {
  background-color: white;
}

.search-form>*,
.search-form>*:focus {
  outline: none;
  border: none;
}

.search-form input {
  width: calc(100% - 88px);
}

.fa {
  font-size: 0;
  font-weight: 400;
}

.fa::before {
  font-size: 19px;
}

.fa-lg::before {
  font-size: 24px;
}

.fa-sm::before {
  font-size: 16px;
}

p.cart-item-count {
  font-size: small;
  position: relative;
  text-align: center;
  right: 3px;
  vertical-align: middle;
}

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

.flex {
  display: flex;
}

.category-list {
  padding-right: 25px;
  padding-left: 0px;
}

.category-list * {
  font-size: 15px;
  color: #727272;
  text-decoration: none;
}

.category-list span {
  padding: 0;
  width: 20px;
  height: 20px;
}

.toggle-btn .fa-angle-right,
.category-list span::before {
  content: "\f105";
}

.toggle-btn.active .fa-angle-right,
.category-list span.active::before {
  content: "\f104";
}

.category-list *:hover {
  color: #333;
}

.category-list li.active>a {
  color: #222;
}

.category-list li {
  position: relative;
}

.category-list li>ul {
  padding-left: 18px;
  padding-right: 0px;
}

.category-toggle-icon {
  position: absolute;
  right: -25px;
}

.hr-separator {
  flex-grow: 1;
  width: auto;
  display: flex;
  height: 1.3px;
  margin: auto;
  background-color: #ddd;
}

.heading {
  color: rgb(0, 0, 0);
}

.prd:hover{

  box-shadow: 0px 0px 5px 3px #6bb0ec
  
}
.mobile-menu {
  position: fixed;
  top: 0;
  background: white;
  width: 280px !important;
  padding: 0px;
  left: 0px;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 100;
  flex-grow: 0;
  flex-basis: auto;
  box-shadow: 0 0 0 100vw #0d0c0cb5;

  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.copy {
  position: absolute;
  bottom: 0;
  left: 0;

  top: auto;
  z-index: 100;
}

.side-menu {
  background: white;
  width: 280px !important;
  padding: 0px;
  height: 100%;
  z-index: 100;
  flex-grow: 0;
  flex-basis: auto;

  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mobile-menu.collapse {
  width: 0;
}

.row .grow,
.flex .grow {
  flex-grow: 1;
}

a.close-navbar-toggler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.close-navbar-toggler.collapsed {
  z-index: -1;
}

.scroll-y {
  overflow-y: auto;
  scrollbar-width: thin;
}

.scroll-x {
  overflow-x: auto;
  scrollbar-width: thin;
}

.scroll-x-none {
  overflow-x: scroll;
}
.scroll-none::-webkit-scrollbar { 
  overflow: scroll;
  height: 0;
  width: 0;
}

.scroll-x-none::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.breadcrumb * a { 
  font-weight: 550;
  text-decoration: none;
}


.fa-times:hover::before {
  content: "\f068";
}

select.sort {
  /* background-image:  */
}

.cart_mobile,
#cart_mobile,
.wishlist_mobile,
#wishlist_mobile {
  position: fixed;
  top: 0;
  background: white;
  width: 300px !important;
  padding: 0px;
  right: 0px;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 100;
  flex-grow: 0;
  flex-basis: auto;
  box-shadow: 0 0 0 100vw #0d0c0cb5;

  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.seachlist {
  position: absolute;
  width: fit-content;
  background: black;
  z-index: 100012;
}

.product-details li::before {
  /* top: 6px; */
  left: -30px;
  position: relative;
  font-size: 8px;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}

.product-details li {
  list-style: none;
  position: relative;
  left: 0;
  padding-bottom: 12px;
}

.product-details li * {
  display: inline;
  left: -6px;
  position: relative;
}

.product-details {
  font-size: 14px;
  color: black;
}

.scroll-button-left {
  left: 0;
}

.scroll-button-right {
  right: 0;
}

.scroll-button-left,
.scroll-button-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.ech {
  background-color: transparent;
  background-image: radial-gradient(farthest-side,
      rgba(0, 0, 0, 0) 6px,
      #f8f8f8 0);
}

.hover-show {
  transition: opacity 0.25s ease;
}

.hover-show img {
  opacity: 0;
}

.hover-show:hover img.default {
  opacity: 1;
}

.hover-show img.hover-img {
  opacity: 1;
}

.hover-show:hover img.hover-img {
  opacity: 0;
  /* visibility: visible; */
}

.about-section {
  width: 100%;
  overflow: hidden;
}

.about-section .draw {
  background-color: rgb(228, 239, 239);
  transform: rotate(-45deg);
  /* border-bottom: 20px solid rgb(218, 110, 218);
  border-left: 20px solid rgb(218, 110, 218); */
  border-radius: 20%;
  height: 100%;
  display: block;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 10%;
  opacity: 0.3;
}

.searchlist {
  z-index: 12;
}

.ellipses {
  text-overflow: ellipsis ellipsis;
}