* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

button {
  border-radius: 2%;
}

:root {
  --mainColor1: #636364;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #f2e7d8;
  --mainColor6: #3f2105;
  --bg-gradient: linear-gradient(0deg, rgba(148, 114, 88, 1) 5%, rgba(64, 46, 32, 1) 99%, rgba(148, 125, 91, 1) 99.281%);
}

.nav-slider {
  background-color: var(--mainColor1);
}
.section-top{
    margin-top:20px;
}
.slick-arrow {
  background-color: transparent;
  border: none;
  font-size: small;
  color: var(--mainColor4);
}

body {
  font-size: 1rem;
  color: rgb(27, 27, 27);
  position: relative;
  /*text-transform: capitalize;*/
  box-sizing: border-box;
}

.gray-bage h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 36px */
}

.direction {
  direction: ltr;
}

.icon-menu {
  display: none;
}

ul {
  list-style: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 2px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 3px 1px -8px;
}

.text-green {
  color: var(--mainColor1);
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: var(--mainColor2);
  background-color: transparent;
}

#gray-footer {
  background-color: var(--mainColor1);
  color: var(--mainColor2);
}
#gray-footer a {
  color: var(--mainColor2);
}

#footer {
  background-color: var(--mainColor1);
}
#footer form div {
  color: var(--mainColor4);
}
#footer form div:hover {
  cursor: pointer;
}
#footer .nav-link {
  font-size: smaller;
  color: var(--mainColor4);
}
#footer .nav-link:hover {
  cursor: pointer;
  border-radius: 3%;
  color: var(--mainColor4);
  background-color: var(--mainColor4);
  color: var(--mainColor2);
}

#navBar {
  background-color: var(--mainColor5);
}

.navbar-brand {
  transition: all 0.8s ease;
}
.navbar-brand:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.form-res {
  display: none;
}

.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 42px;
  height: 42px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 5%;
  display: flex;
  transition: transform 0.2s ease-in-out;
}
.floatwhatsapp:hover {
  transform: translateY(-3px);
}

.back-to-top {
  background-color: var(--mainColor2);
  display: none;
  bottom: 5%;
  z-index: 111;
  transition: transform 0.2s ease-in-out;
}
.back-to-top:hover {
  transform: translateY(-3px);
}

.flag-list {
  display: none;
  left: 4%;
  position: fixed;
  min-width: 120px;
  background-color: var(--mainColor4);
  z-index: 100;
  bottom: 15%;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}
@keyframes zoom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.social li {
  list-style: none;
}
.social li a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 17px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li a::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}
.social li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.social li a:hover::before {
  top: 0;
}

.social li:nth-child(1) a:before {
  background: #3b5999;
}

.social li:nth-child(2) a:before {
  background: #55acee;
}

.social li:nth-child(3) a:before {
  background: #833AB4;
}

.social li:nth-child(4) a:before {
  background: var(--mainColor3);
}

.sale span {
  background-color: var(--mainColor3);
}

.nav-pills {
  font-size: 0.9375rem;
  color: var(--mainColor4);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.nav-pills p {
  font-size: 0.875rem;
}
.nav-pills .nav-link {
  color: var(--mainColor4);
}
.nav-pills h5 {
  color: var(--danger);
  animation: colorhead 3s infinite;
}

.links {
  color: var(--mainColor5);
}
.links a {
  text-decoration: none;
  color: var(--mainColor5);
}
.links:hover {
  color: var(--mainColor5);
  font-weight: 500;
}

.cardsimg img,
.cardsimg video {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

.card {
  cursor: pointer;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.regular div {
  overflow: hidden;
}
.regular div img {
  transition: all 0.8s ease;
}
.regular div img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  cursor: pointer;
}

.reverse-row .row:nth-child(even) {
  flex-direction: row-reverse;
}

.slider1 .card {
  border-radius: 0px;
}
.slider1 .img-card {
  transform: skewX(-4deg);
}
.slider1 .img-card img {
  height: 350px;
}

marquee img {
  max-width: 300px;
}

#demo {
  color: var(--mainColor6);
}

.whatsapp-div {
  background-color: var(--mainColor5);
}
.whatsapp-div div:nth-child(1) {
  left: -3px;
}
.whatsapp-div div:nth-child(2) h6 {
  font-size: 0.8rem;
}
.whatsapp-div div:nth-child(2) h6:nth-child(1) {
  opacity: 80%;
}

.div-overflow {
  height: 100%;
  overflow-y: scroll;
  max-height: 63rem;
}

.form-floating label {
  font-size: 1.1rem;
}

footer span {
  color: var(--mainColor4);
  font-size: larger;
  font-weight: 500;
}
footer a {
  color: var(--mainColor4);
  opacity: 85%;
}
footer a:hover {
  color: var(--mainColor4);
  opacity: 100%;
}

#navBar i {
  font-size: 1.4rem;
}
#navBar .nav-link.active {
  opacity: 100%;
  color: var(--mainColor2);
  background-color: var(--mainColor4);
  border-radius: 3%;
  margin-inline: 5px;
}

.breadcrumb-item a {
  color: rgb(27, 27, 27);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(134, 134, 134, 0.2274509804);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainColor4);
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px gray;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2rem */
}

.item {
  border-radius: 20px;
  max-height: 100%;
}
.item img {
  transition: all 0.4s;
}
.item:hover img {
  transform: scale(1.1);
}
.item:hover .overlay2 {
  cursor: pointer;
}
.item:hover .overlay {
  left: 0;
  right: 0;
  color: var(--mainColor4);
}

.item-container {
  height: 300px;
}

.modal-body {
  font-size: 0.8rem !important;
}

.modal-footer-nav button {
  background-color: var(--mainColor5) !important;
  color: var(--mainColor2);
}

#search {
  display: none;
}

.nosubmit {
  display: flex;
  border-radius: 5px;
  background-color: var(--mainColor4) !important;
}

input[type=search] {
  border: none;
  padding: 7px 8px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: inherit;
}

input.nosubmit {
  padding: 9px 20px 9px 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 12px center;
  background-size: 20px 20px;
}

#map {
  height: 100%;
}

.list-payment li {
  padding-inline: 4px;
}
.list-payment li:hover {
  cursor: pointer;
}

.zoom:hover img {
  transform: scale(1.02);
  cursor: zoom-in;
}

.zoom img {
  transition: all 0.4s;
  height: 100%;
}

.flex-shrink-0 img {
  max-width: 160px;
}

table tr {
  /*font-size: 0.8rem !important;*/
  /*text-align: center;*/
}

.index-dot {
  background: var(--mainColor2);
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
}

.modal p {
  font-size: 0.7rem;
}

.toggle-button-cover {
  font-family: Arial, Helvetica, sans-serif;
  display: table-cell;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: var(--mainColor4);
  transition: 0.3s ease all;
  z-index: 1;
}

#button-1 .knobs:before,
#button-1 .knobs:after,
#button-1 .knobs span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 80%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  transition: 0.3s ease all;
}

#button-1 .knobs:before {
  content: "";
  left: 6px;
  background-color: var(--mainColor2);
  color: var(--mainColor4);
}

#button-1 .knobs:after {
  content: "IN";
  right: 6px;
  color: var(--mainColor2);
}

#button-1 .knobs span {
  display: inline-block;
  left: 3px;
  color: var(--mainColor2);
  z-index: 1;
}

#button-1 .checkbox:checked + .knobs span {
  color: var(--mainColor1);
}

#button-1 .checkbox:checked + .knobs:before {
  left: 43px;
  color: var(--mainColor4);
}

#button-1 .checkbox:checked + .knobs:after {
  color: var(--mainColor4);
}

#button-1 .knobs:before {
  content: "";
  left: 4px;
  background-color: var(--mainColor2);
}

#button-1 .knobs:after {
  content: "IN";
  right: 4px;
  color: #4e4e4e;
}

#button-1 .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#button-1 .checkbox:checked + .knobs span {
  color: #4e4e4e;
}

#button-1 .checkbox:checked + .knobs:before {
  background-color: var(--mainColor2);
}

#button-1 .checkbox:checked + .knobs:after {
  color: #fff;
}

.modal-body form h6 {
  font-size: 0.8rem !important;
}

.loading-screen {
  z-index: 1111;
  display: flex;
}

.search-container {
  background-color: rgba(3, 3, 3, 0.5411764706);
  display: none;
  z-index: 111111111111111100000000000;
}

.search-input {
  width: 0px;
}

.close-div {
  right: 5%;
  top: 10%;
}
.close-div i {
  font-size: 40px !important;
}

.search-container input {
  background-color: transparent !important;
}

.address div {
  display: flex;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 #aaa;
  border-color: var(--mainColor2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.address div:hover {
  background-color: var(--mainColor2);
  color: var(--mainColor4);
}
.address div:hover .text-secondary {
  color: var(--mainColor4) !important;
}

.address .active {
  background-color: var(--mainColor2);
  color: var(--mainColor4);
}
.address .active .text-secondary {
  color: var(--mainColor4) !important;
}

.address div:nth-last-child(1) {
  border-color: var(--mainColor1);
  flex-direction: row;
  align-items: center;
}

.form-check .form-check-input {
  float: none;
  margin-left: 0em;
}

.form-check-input:checked[type=radio] {
  background-color: var(--mainColor2);
}

.form-check-input:checked {
  border-color: var(--mainColor2);
}

.form-check {
  padding-left: 0em;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-check-input:focus {
  border-color: rgba(134, 182, 254, 0);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.step-indicator li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/*.dropdown-menu {*/
/*  right: 0 !important;*/
/*}*/
.dropdown-menu .dropdown-item {
  text-align: start !important;
}

.search-container input {
  font-size: larger;
}

.profile .nav-pills .nav-link.active {
  background: var(--mainColor4);
  border-radius: 40px;
  color: var(--mainColor2) !important;
}
.profile .flex-shrink-0 {
  overflow: hidden;
}
.profile .nav-pills p {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
}
.profile .card-tap h5 {
  color: #4A4A4A;
  font-family: "Paytone One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.profile .card-tap h6 {
  color: #4A4A4A;
  font-family: "Paytone One";
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.profile .card-tap p {
  color: #808080;
  font-family: Inter;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
}
.profile .round-news {
  border-radius: 1rem;
  border: 1px solid #A5A5A5;
}
.profile .round-img {
  border-radius: 0.875rem 0.875rem 0rem 0rem;
  max-height: 19.5rem;
}
.profile .flex-shrink-0 {
  max-width: 9.9375rem;
  max-height: 9.9375rem;
}
.profile .nav-profile {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.profile-login .nav-pills .nav-link.active {
  background: var(--mainColor4);
  border-color: var(--mainColor2) !important;
  color: var(--mainColor2) !important;
}

.form-select:focus {
  outline: 0;
  box-shadow: none !important;
}

.step-indicator li .step:hover {
  background-color: var(--mainColor2);
  color: var(--mainColor4) !important;
  cursor: pointer;
}

.btn-dark:hover {
  background-color: var(--mainColor1);
  opacity: 20%;
  cursor: pointer;
}

.d-icon {
  display: flex !important;
  flex-direction: row !important;
  left: 2px;
  top: 2px;
  border: none !important;
  border-radius: 4px;
  box-sizing: content-box;
  box-shadow: 0 0 0px 0px !important;
  border-color: var(--mainColor2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.d-icon a {
  color: inherit;
}

.row-res {
  display: none;
}

.row-res-img {
  display: flex;
}

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(50px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.congratulation {
  display: none;
}

.js-container {
  width: 100%;
  height: 100vh;
  background: transparent;
  display: fixed;
  top: 0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  animation-delay: 100ms;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 100px;
  width: 37.5px;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
.submit-btn {
  height: 45px;
  width: 200px;
  font-size: 15px;
  background-color: #00c09d;
  border: 1px solid #00ab8c;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  cursor: pointer;
  transition: all 2s ease-out;
  transition: all 0.2s ease-out;
}

.submit-btn:hover {
  background-color: #2ca893;
  transition: all 0.2s ease-out;
}

.div-opicity {
  bottom: 20%;
  background-color: rgba(148, 114, 88, 0.4235294118);
  border-radius: 10px;
}
.div-opicity h6 {
  font-weight: 700;
  color: var(--mainColor4);
  font-size: 20px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-inline: 3px;
  border: none;
  border-radius: 100%;
  background-color: #b1b1b1;
  text-indent: -9999px;
}

.slider li,
.slider3 li {
  color: white;
  border-right: 2px solid #fff;
  text-align: center;
}

.btn-slider {
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: transparent !important;
  color: var(--mainColor5);
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.btn-slider {
  background: var(--bg-gradient);
}

.btn-slider:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
  color: #FFF;
}

.card-bage {
  background-color: var(--mainColor5);
}

.seeall-product {
  border-color: var(--mainColor1);
  color: var(--mainColor1);
}
.seeall-product:hover {
  background-color: var(--mainColor1);
  color: var(--mainColor4);
}

li.slick-active button {
  background-color: var(--mainColor2);
  width: 78.75px;
  height: 14px;
  border-radius: 24px;
}

.regular2 .postio {
  max-height: 80vh;
  background-color: #717171;
}

.prev-button, .next-button {
  position: absolute;
  top: 40%;
}

.next-button {
  right: 0;
}

.btn-slider2 {
  background-color: var(--mainColor6);
}
.btn-slider2:hover {
  background: var(--bg-gradient);
}

.bg-img {
  background-image: url("../imgs/products/Wireframe - 3.png");
  background-position: 50% 50%;
}
.bg-img h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.form-select {
  background-position: right 0.3rem center;
}

.questions-container {
  border: 1px solid var(--mainColor2);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.question-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question-box p {
  margin-bottom: 0;
  font-weight: 600;
}

.answer {
  color: #646464;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.4rem */
}

.map {
  max-height: 250px;
}

h3 {
  color: var(--mainColor2);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 36px */
  text-transform: uppercase;
}

.slider2 .img-card {
  max-height: 50vh;
}

.liked-icon {
  z-index: 1;
  top: 10px;
  right: 10px;
}
.liked-icon.active {
  fill: var(--mainColor2);
}
.liked-icon:hover {
  fill: var(--mainColor2);
}

.explore:hover {
  background-color: var(--mainColor2) !important;
  color: var(--mainColor4) !important;
  opacity: 10px !important;
}

.container-reverse-store img {
  max-height: 60vh;
}
.container-reverse-store .row:nth-child(even) {
  flex-direction: row-reverse;
}

.hide-content {
  display: none;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.border-black {
  border-color: var(--mainColor2) !important;
}

a:hover {
  cursor: pointer;
}

.summary span:nth-child(odd)::after, .flex-grow-1 div div p span:nth-child(odd)::after {
  content: ":";
  padding-inline: 1px;
}

.form-select {
  background-position: right 1rem center;
}

.emcan {
  font-size: 14px;
}
.emcan span {
  font-size: inherit !important;
}
.emcan span:hover {
  color: #0077b5;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: " ";
}

.offcanvas-body ul li a {
  font-size: 18px;
}

.nav-link span {
  position: relative;
}

.nav-link span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--mainColor2);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-link:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.color {
  width: 24px;
  height: 24px;
  border-radius: 27px;
  box-shadow: 0 0 0 0.03rem rgba(175, 175, 175, 0.25);
}
.color:hover {
  cursor: pointer;
}
.color .border-white {
  border: 0px solid;
}

.color.active {
  border: 1px solid;
}
.color.active .border-white {
  border: 2px solid;
}
.color.active div {
  border-radius: inherit;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

table th, table td {
  border: 4px solid white;
}
table thead tr th {
  border-radius: 1px;
  background: #E7E8E3 !important;
}
table tbody tr:nth-child(even) td {
  background-color: #F2F2F2;
}/*# sourceMappingURL=style.css.map */

.point{
  cursor: pointer;
}


.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: auto !important;
}
.iti__country-list {
  overflow-y: auto !important;
}
.iti {
  width: 100% !important;
}

ul#iti-0__country-listbox {
  position: absolute;
  left: 0px;
  direction: ltr;
}



::-webkit-scrollbar {
  width: 7px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ddd
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#6c6c6c));
  background: linear-gradient(#000, #6c6c6c);
  border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#000));
  background: linear-gradient(#6c6c6c, #000)
}


li.iti__divider {
  width: 100%;
}
.breadcrumb-item a{
    display:flex;
        gap: 3px;
    align-items: center;
}


.breadcrumb-item a svg{
    width:15px !important;
    height:15px !important;
}
.select2-selection__clear{ display:none !important; }
.payment-label{
    width:70px ;
}


table tbody tr:nth-child(even) td:has(.payment-label) {
    background-color: white;
}

.layer-bg{
    
    background-color:#72727296;
}
.card:has(.layer-bg-black) .layer-bg-black{
  transition: all 0.2s linear;
    right: 100%;
    background-color:#72727296;

}
.card:has(.layer-bg-black):hover .layer-bg-black{
       right: 0px;

}


.cart-details{
    display: flex;
    flex-wrap: wrap;
  flex-direction: column;
}
    
    /*.cart-details li{*/
    /*width: 50%;}*/
    
    .title-div-home{
       font-size:1.5rem
    
    }
    
    .cart_size .fw-medium {
        font-weight:500 !important;
    }
    
    
    
    
    
    