:root {
  --c1: #20335b;
  --c2: #b5b5b5;
  --c3: #8b8a8a;
  --r: #e3333a;
}

@font-face {
  font-family: jost;
  src: url(../jost.medium.ttf);
}

.c1 {
  color: var(--c1) !important;
}
.red{
  color: #ff0000;
}
.c2 {
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: jost !important;
}

* {
  box-sizing: border-box;
}

/* ----------------- navbar --------------------------*/
/* navbar */
/* .nav-container{
  background-color: #FFF;
} */
.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.logo {
  height: 50px;
  /* width: 70px; */
  object-fit: contain;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.navbar {
  transition: all .5s;
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, .08), 10px 10px 25px rgba(0, 0, 0, .08);
}

.logo {
  width: 180px;
  /* height: 120px; */
}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
}

@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 10px;
}


/* .nav-link {
  color: var(--c1) !important;
  letter-spacing: 1px !important;
} */
.nav-link {
  font-weight: 500 !important;
  color: black !important;
  /* color: var(--c1) !important; */
  letter-spacing: 1px !important;
  padding: 1rem !important;
}

.nav-active {
  color: var(--c1) !important;
  font-weight: bold !important;
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 25px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 15px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 13px;
}

.dropdown-item i {
  margin-right: 6px;
}

.dropdown-item:hover {
  transform: translateX(10px);
  transition: all .5s;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c1) !important;

}

.nav-gift {
  width: 20px;
}

/* hero */
.mob-baner {
  display: none !important;
}

.desk-baner {
  display: block;
}

.hero {
  /* height: 80vh; */
  overflow: hidden;
}

.hero-slider {
  height: 100% !important;
}

.hero-crd {
  width: 100%;
}

.hero-crd img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.navs-slidr {
  opacity: 0 !important;
  transition: all .5s;
}

.h-sl:hover .navs-slidr {
  opacity: 1 !important;
  transition: all .5s;
}

.navs-round{
  background-color: #08080857 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: rgb(103,103,103) !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs-round i{
  color: #FFF !important;
}

/* .pre {
  font-size: 40px;
  color: #000 !important;
  font-weight: 900;
}

.next {
  font-size: 40px;
  color: #000 !important;
  font-weight: 900;
} */

/* PRODUCT CARD DESIGN */
.headig {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100px;
  /* line-height: 118px; */
  color: #d7dee2;
  background-color: transparent;
}

/* ...product card ..... */
.pro-card {
  min-height: 380px;
  width: 100%;
  position: relative;
}

.pro-card:hover {
  cursor: pointer;
}

.pro-img-box {
  width: 100%;
  height: 325px;
  overflow: hidden;
  background-color: #e7e6e6;
  position: relative;
}

.pro-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.like-cart {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 3;
}

.p-cl-btn {
  background-color: #ffffff96 !important;
  border: 50%;
  --bs-btn-line-height: 1 !important;
}

.p-cl-btn img {
  width: 22px !important;
}

.name {
  text-align: center;
  width: 100%;
  /* font-size: 14px; */
  margin: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1px;
  /* font-weight: 600; */
  font-size: 16px;
  /* color: var(--c3); */
}

.price {
  font-size: 15px;
  text-align: center;
}

.out-of-stock {
  background-color: #ffffff85;
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: 0%;
  left: 0%; */
  inset: 0%;
  z-index: 3;
}

.out-of-stock:hover {
  cursor: not-allowed;
}

.stock {
  background-color: var(--r);
  color: #FFF;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 4;
}

.stock p {
  font-size: 12px;
}
.pro-card:hover .pro-hide{
  display: none;
}
.pro-size{
  /* display: flex; */
  flex-wrap: wrap;
  display: none;
  justify-content: center;
}
.pro-card-size{
  color: #000 !important;
  padding: 3px 10px !important;
  margin-left: 3px ;
}
.pro-card-size:hover{
  /* background-color: var(--r) !important;
  color: #FFF !important; */
  background-color: var(--c1) !important;
  color: #fff !important;
}
.pro-card:hover .pro-size{
  display: flex;
  transition: .5s;
}

.pcz-active{
  background-color: var(--r) !important;
  color: #FFF !important;
}
.btn-more {
  min-width: 6.5em;
  height: 2.3em;
  margin: 0.5em;
  background: var(--c1) !important;
  color: white !important;
  border: none;
  border-radius: 0.625em;
  font-size: 20px !important;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-more:hover {
  color: black !important;
}

.btn-more:after {
  content: "";
  background: white !important;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.btn-more:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* cart model */
.cart-item {
  display: flex;
  align-items: center;
}

.cart-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.main-qty-bx {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end;
   */

}

.wish-qty-bx {
  width: 180px;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  /* color: #fff !important; */
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.wish-qty-btns {
  background-color: var(--c1) !important;
  color: #fff !important;
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.btn-crt {
  background-color: red !important;
  color: #fff !important;
}


.btn-grad {
  background-image: linear-gradient(to right, #1F1C2C 0%, #928DAB 51%, #1F1C2C 100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff !important;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.s-btn {
  border: 1px solid var(--c1) !important;
  font-size: 14px !important;
}

.s-btn:hover {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.s-btn-active {
  background-color: var(--c1) !important;
  color: #fff !important;
}

/* categories section */
.cat-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #ffff;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  cursor: pointer;
}

.category-img-box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 61% 39% 28% 72% / 69% 51% 49% 31%;
  border: 2px solid #000;
}

.category-img {
  width: 60px;
}

.cat-card {
  cursor: pointer;
}

.cat-card:hover .category-img-box {
  animation: bg-move 30s linear infinite forwards,
    border-move 15s linear infinite;
  cursor: pointer;
}

.cat-card h5 {
  color: #000;
}

.cat-card:hover .category-img {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@keyframes border-move {
  0% {
    border-radius: 61% 39% 28% 72% / 69% 51% 49% 31%;
  }

  10% {
    border-radius: 39% 61% 38% 62% / 53% 54% 46% 47%;
  }

  20% {
    border-radius: 56% 44% 52% 48% / 57% 35% 65% 43%;
  }

  30% {
    border-radius: 41% 59% 45% 55% / 33% 56% 44% 67%;
  }

  40% {
    border-radius: 46% 54% 60% 40% / 55% 74% 26% 45%;
  }

  50% {
    border-radius: 44% 56% 22% 78% / 31% 74% 26% 69%;
  }

  60% {
    border-radius: 31% 69% 32% 68% / 31% 71% 29% 69%;
  }

  70% {
    border-radius: 44% 56% 60% 40% / 63% 36% 64% 37%;
  }

  80% {
    border-radius: 46% 54% 38% 62% / 44% 48% 52% 56%;
  }

  90% {
    border-radius: 66% 34% 57% 43% / 49% 51% 49% 51%;
  }

  100% {
    border-radius: 51% 49% 34% 66% / 39% 66% 34% 61%;
  }
}

/*///////////////////////// footer //////////////////////////*/
footer {
  background-color: var(--c1);
}
.f-logo{
  width: 100%;
}
.foot-top {
  /* background-color: var(--r); */
  border-bottom:  2px solid #fff;
}

.foot-top i {
  color: #fff;
}

.foot-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ft-box h6 {
  color: var(--w);
}

.foot-btn {
  background-color: var(--c2) !important;
  color: var(--c1) !important;
}

.ft-box p {
  transition: all .5s;
}

.ft-box p:hover {
  transform: translateX(5px);
  transition: all .5s;
}

/* filter subpage */

.left-filter {
  max-height: calc(110vh - 100px);
  overflow: auto;
  position: sticky;
  top: 0%;
  transition: top 0.5s ease-out 0s;
  /* background-color: var(--bg); */
}

.filter-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.right-content {
  /* overflow-y: scroll;
    scroll-behavior: smooth; */
  /* height: 100vh; */
  vertical-align: baseline;
  scroll-behavior: smooth;
}

.form-check-label {
  font-size: 13px;
}

.all-items {
  width: 100%;
  /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.left-filter::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left-filter {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* -----------------------filter  page------------------------ */
.other-top-hero {
  height: 40vh;
  background-color: var(--c1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(../images/Curve\ Line.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;

}

/* filter */

.left-filter {
  max-height: calc(110vh - 100px);
  overflow: auto;
  position: sticky;
  top: 0%;
  transition: top 0.5s ease-out 0s;
  /* background-color: var(--bg); */
}

.filter-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.right-content {
  /* overflow-y: scroll;
    scroll-behavior: smooth; */
  /* height: 100vh; */
  vertical-align: baseline;
  scroll-behavior: smooth;
}

.form-check-label {
  font-size: 13px;
}

.all-items {
  width: 100%;
  /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.left-filter::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left-filter {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* filter for mobile */
.sile-filter-mobile {
  display: none;
}

.filter-mobile {
  display: none;
}

/* .top-2{
    margin-top: 10%;
  } */
.filter-color .clr-btn {
  width: 30px;
  height: 30px;
}

.filter-mobile-box {
  display: none;
}

.form-check-input {
  /* border: var(--bs-border-width) solid var(--y); */

  border-color: 3px solid var(--c1) !important;
}

.form-check-input:checked {
  background-color: var(--c2) !important;
  border-color: var(--c2) !important;

}

.form-check-input:focus {
  border-color: var(--c2) !important;
  outline: 0;
  box-shadow: unset !important;
}

.form-check-input:checked {
  background-color: var(--c2) !important;
  border-color: var(--c2) !important;
}

/* --------------------product page------------- */

.ss {
  width: 90px !important;
  /* height: 70px !important; */
  /* object-fit: cover; */
}

.top-sli {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100% !important; */
  height: 500px !important;

}

.top-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* .small-sli-box{
display: flex;
      align-items: center;
      justify-content: center;
      background-color: aqua;
} */
.small-sli {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px !important;
  height: 100px !important;
}

.small-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swip-btn {
  background-color: black !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;

}

.new-top-fix {
  position: relative;
}

.slides-new {
  max-height: calc(122vh - 100px);
  /* overflow: auto; */
  position: sticky;
  overflow: hidden;
  top: 50px;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;

}

/* prodect dis */
.txt-small {
  font-size: 14px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qty-input {
  width: 70px;
}

.pro-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 0% !important;
}

.whats-app-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.whats-app img {
  width: 40px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.pro-btn-box {
  display: flex;
}

.main-qty-bx {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */

}

.wish-qty-bx {
  width: 180px;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: #000 !important;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.wish-qty-btns {
  background-color: var(--c1) !important;
  color: #fff !important;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.s-btn {
  border: 1px solid var(--c1) !important;
}

.s-btn:hover {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.s-btn-active {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.c-btn {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .c-btn:focus {
  border: 2px dotted black;
} */
.clr-btn-in{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: unset;
  outline: unset;
  margin: 0%;
  padding: 0%;
}
.c-btn-active{
  border: 2px solid black !important;
  padding: 2px !important;
  text-decoration: blink;
	/* -webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate; */
}
.c-btn-active .clr-btn-in{
  width: 90%;
  height: 90%;
}
/* similar products */
.sim-pro {
  position: relative;
}

.owl-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
}

.sim-arrow {
  background-color: #867c7c !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */
.sim-card .name {
  width: 80%;
}

.isim-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.sim-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tes-card {
  width: 100%;
  min-height: 310px;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, .08), 10px 10px 25px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tes-card p {
  text-align: justify;
}

.tes-profile {
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}

.quote {
  width: 60% !important;
}

/* zoom */
.close-zoom {
  background-color: #000 !important;
  color: #fff !important;
  position: absolute;
  top: 2%;
  right: 2%;
}

.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
  height: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
  /* height: 100px !important;
  width: 200px !important; */
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

#result {
  background-color: #FFF;
}



/* ************* buy now page **************************** */
/* buy now page */
.b-btn1{
  border:2px solid var(--c1) !important;
  color: var(--c1) !important;
}
.b-btn1:hover{
  background-color: var(--c1) !important;
  color: #FFF !important;
}
.b-btn2{
  background-color: var(--c1) !important;
  color: #FFF !important;
}
.buy-form input ,textarea ,select{
  border: 1px solid var(--c1);
}
.buy-form textarea{
  border: 1px solid var(--c1);
}
.buy-form select{
  border: 1px solid var(--c1);
}
/* buy pahe delete option */
.bup-page-delete{
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 13px !important;
  background-color: #f3547952 !important;
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

  /* wish list page */
  .main-qty-bx{
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.wish-qty-bx{
    width: 180px;
}

.wish-qty-btn {
    /* background-color: var(--c1) !important; */
    color: #000 !important;
    height: 38px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 0% !important;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #d0d6df !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.wish-qty-btns {
  background-color: var(--c1) !important;
  color: #fff !important;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.form-outline input{
  border-radius: 0% !important;
  width: 60px;
}

.wish-dis{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wish-img{
    /* background-color: var(--c2); */
    height: 200px;
}

.wish-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f6f6f6;
}


.debit-ard img{
  width: 45px;
}


.cart-check-out{
    background-color: var(--c1) !important;
    color: #fff !important;
    font-size: 16px !important;
}



/* thankyou page */
.thank-main{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.succes-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.succes-text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}


/* new cart */
.wrapper{
    /* max-width: 900px; */
    /* margin: 20px auto;
    padding: 20px; */
}
.wrapper .h3{
    margin-bottom: 0;
}
.wrapper div.text-uppercase{
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.wrapper .btn#sub{
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid #ddd;
}
.wrapper .btn#sub:hover{
    background-color: #333;
    color: #FFF;
    border: 1ps solid #333;
}
.wrapper .fa-cog{
    color: #a8a8a8;
    font-size: 0.8rem;
}
.wrapper .ml-auto.btn:hover span{
    color: #333;
}
.wrapper div.btn{
    padding: 8px 20px;
}
.wrapper .notification{
    background-color: #54e346;
    padding: 0px 10px;
}
.wrapper .notification button.btn{
    background-color: inherit;
    box-shadow: none;
}
.wrapper .close{
    font-size: 1rem;
    font-weight: normal;
    opacity: 1;
}
.wrapper .close:hover{
    color: #EEE;
}
.alert-dismissible .close{
    position: unset;
}
.wrapper button:focus{
    outline: none;
}
.wrapper .h4{
    margin: 0;
}
.wrapper .editors{
    position: relative;
}
.wrapper .editors img{
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #FFF;
}
.wrapper #img1,#img2,#img3{
    position: absolute;
}
.wrapper #img1{
    top: -15px;
    left: -50px;
}
.wrapper #img2{
    top: -15px;
    left: -70px;
}
.wrapper #img3{
    top: -15px;
    left: -90px;
}
.wrapper div.text-muted{
    font-size: 0.9rem;
}
.table{
    overflow: hidden;
}
.table thead tr th{
    letter-spacing: 0.08rem;
    font-weight: normal;
}
.table tr td,
.table tr th{
    border: none;
    text-align: center;
}
.table.activitites thead{
    border-bottom: 1px solid #C7C8C9;
    font-size: 0.8rem;
    font-weight: 700;
}
.table thead{
    font-size: 0.8rem;
    font-weight: 700;
}
.table.activitites{
    position: relative;
}

.table tbody td.item{
    font-size: 1.2rem;
    font-weight: 800;
    text-align: left;
    max-width: 150px;
}
.cart-item-box img{
  background-color: #f6f6f6;
  width:100px;
  /* height:70px */
}
.wrapper del{
    font-size: 0.85rem;
}

.wrapper div.new{
    font-size: 0.7rem;
    font-weight: normal;
    letter-spacing: 0.08rem;
    background-color: #c7fdc3;
    color: #0e7504;
    display: inline-block;
}
.table tbody td.item img{
    width: 70px;
    /* height: 30px; */
    object-fit: contain;
}
.table thead th.header{
    text-align: left;
}
.table tbody tr{
    padding-top: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    transition: all .4s ease-in-out;
}
.table tbody tr:last-child{
    border: none;
}
td .close,
td .btn{
    /* opacity: 0; */
    /* background: #fff; */
    font-weight: 600;
    font-size: 0.9rem;
}

.table tbody tr:hover{
    /* transform: scale(1.004); */
    box-shadow: 2px 2px 10px #a5a5a5;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: unset;
}
.table tbody tr:hover .close{
    font-size: 1.5rem;
    opacity: 1;
}
.table tbody tr:hover .close:hover{
    color: #aaa;
}
/* .table tbody tr:hover .btn{
    border: 1px solid #ddd;
    opacity: 1;
    background: #fff;
} */

.table tbody tr:hover a{
    visibility: visible;
}
#commentor2,#commentor3{
    position: absolute;
    object-fit: cover;
}
#commentor1{
    object-fit: cover;
}

#commentor2{
    top: 2px;
    left: 20px;
}
#commentor3{
    top: 2px;
    left: 35px;
}
.comments{
    visibility: visible;
}
.wrapper hr.items{
    position: relative;
    margin: 0;
    margin-top: 10px;
}
.wrapper hr.items:after{
    position: absolute;
    content: "ALL ITEMS";
    background: #FFF;
    top: -9px;
    padding: 0px 8px;
    letter-spacing: 0.08rem;
    font-size: 0.6rem;
    font-weight: 600;
}
.subtotal{
    border-bottom-left-radius: 50px;
    background-color: #ccc;
}
.tag,.fa-shoppping-cart{
    font-size: 0.5rem;
}
/* button.btn{
    background-color: inherit;
} */

.new-qty-bx .wish-qty-btn{
  width: 30px;

}
.new-qty-bx input{
  width: 50px;
}
.new-qty-bx{
  width: 100%;
  display: flex;
  justify-content: center;
}
.cart-tr{
  position: relative;
}


.cancel-cart-btn{
  /* border-radius: 50% !important; */
  width: 30px !important;
  color: var(--r) !important;
  position: absolute;
  top: 0%;
  right: 4%;
  font-size: 20px !important;
  border: unset !important;
}
.cancel-cart-btn-mob{
  /* border-radius: 50% !important; */
  /* width: 30px !important; */
  color: #313030 !important;
  letter-spacing: 1px;
  /* font-size: 12px !important; */
  background-color: #b7b5b5 !important;
  font-weight: 500 !important;
}
.cancel-cart-btn-mob i{
  color: rgb(247, 65, 65) !important;
}

/* ---about page------ */
.ab-hero{
  background-color: #000;
  background-image: url(../images/ab-patern.svg);
  /* background-position: top; */
  background-size: cover;
  height: 30vh;
}
.ab-hero h3{
  color: #fff;
  font-size: 35px;
  letter-spacing: 1px;
}
.red{
  color: var(--r)!important;
}
.ab-bx{
  width: 100%;
 min-height: 150px;
 box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
 display: flex;
 justify-content: center;
 flex-direction: column;
}
.ab-bx img{
  width: 70px;
}
/* testimoniAL */
.says .say-card{
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* border-top: 3px solid var(--c1); */
  min-height: 210px;
  position: relative;
  /* overflow-y: visible !important; */
  overflow: unset !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.owl-carousel .owl-stage-outer {
  background-color: #fff !important;
  padding-bottom: 15px;
}
.says .item p{
  font-size: 14px;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  min-height: 250px;
  -webkit-transform: translate3d(0,0,0);
}
.quote{
width: 80px !important;
position: absolute;
right: 3%;
top: -10%;
z-index: 10;
}
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}
.t-arrow{
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}
.cart-name{
  font-size: 16px;
}
.cart-item-box{
  position: relative;
}
.cancel-cart-btn-mob{
  position: absolute;
  top: -10%;
  left: -7%;
  font-size: 16px !important;
  color:  var(--r)!important;
  background-color: transparent !important;
  z-index: 5;
}

/* --------------------------contact page ----------------------- */
.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.con-box img {
  width: 40px;
}
.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}
.chat {
  width: 50px;
}
.area-text {
  background-color: #f6f6f6 !important;
}
.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}



/* ########## track order page  ########## */
.home-search{
  width: 40%;
}
.hero-input input{
  height: 50px;
}
.hero-input .btn{
  border-radius: 8px !important;
  background-color: #000;
  color: #fff;
  /* width: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-input .btn:hover{
  background-color: #000;
  color: #fff !important;
}
.track-main{
  width: 100%;
}
.track-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.track-icon-bx{
  width: 100%;
  display: flex;
  align-items: center;
}
:root{
  --tc:#e0424a;
}
.track-icon{
  background-color: var(--tc);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-icon i{
  color: #fff;
  font-size: 25px;
}
.track-line{
  width: 80%;
  height: 6px;
  background-color: var(--tc);
}
.track-head{
  font-size: 15px;
  /* color: var(--tc); */
  font-weight: bold;
  letter-spacing: 1px;
}
.track-sub{
  color: var(--tc);
  font-size: 13px;
}

.before-reach .track-icon{
  background-color: #FFFF !important;
  border: 1px solid var(--tc);
}
.before-reach .track-icon i{
  color: var(--tc) !important;
}
.before-reach .track-line {
  background-color: #8e8d8d;
  /* border: 1px solid #dee2e6; */
}


/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1300px) {
  .form-outline input{
    border-radius: 0% !important;
    width: 50px;
  }
}
@media screen and (max-width:920px) {
  .home-search {
    width: 60%;
}
.track-box{
  width: 100%;
  display: flex;
  min-height: 100px;
}
.track-icon-bx{
  width: 60px;
  display: flex;
  flex-direction: column;
  margin-right: 5%;
}
.track-icon{
  background-color: var(--tc);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-icon i{
  color: #fff;
  font-size: 15px;
}
.track-line{
  width: 3px;
  height: 54%;
  background-color: var(--tc);
}
.track-head{
  font-size: 14px;
  /* color: var(--tc); */
  font-weight: bold;
  letter-spacing: 1px;
}
.track-sub{
  color: var(--tc);
  font-size: 13px;
}



  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .logo {
    width: unset;
    height: 38px;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .offcanvas {
    width: 70% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  /* hero */
  .mob-baner {
    display: block !important;
  }

  .desk-baner {
    display: none !important;
  }

  /* PRODUCT CARD DESIGN */
  .headig {
    font-size: 93px;
  }

  .pro-card {
    min-height: 300px;
  }

  .pro-img-box {
    height: 280px;
  }
  .pro-card:hover .pro-hide{
    display: unset !important;
  }
  .pro-card:hover .pro-size{
    display: none !important;
  }

  /* footer */
  .foot-con {
    justify-content: center;
  }
  .f-logo{
    width: 75%;
  }
  .debit-ard img{
    width: 11%;
    object-fit: contain;
  }

  /* -----fiter page --------- */
  /* mobile filter option */
  .left-filter {

    display: none !important;
  }

  .filter-mobile {
    display: block;
  }

  .sile-filter-mobile {
    width: 81%;
    /* min-height: 150vh; */
    position: fixed;
    z-index: 1210;
    display: block;
    /* background-color: aqua; */
    background-color: #fff;
    transition: all 1s;
    top: 0% !important;
    bottom: 0% !important;
    left: -110%;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth;

  }

  .filter-box {
    overflow-y: scroll;
    /* background-color: aqua; */
  }

  .filter-open {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    color: var(--red) !important;
  }

  .filter-mobile-box {
    display: block;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 200;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  /* prodect page */
  /* pro page */
  .slides-new {
    /* max-height: calc(122vh - 100px); */
    /* overflow: auto; */
    position: unset;
    overflow: hidden;
    top: unset;
    transition: top 0.5s ease-out 0s;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;

  }

  .pro-btn {
    font-size: 13px !important;
    
  }

  .mob-pro-btn-box {
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 120;
    transition: all .5s;
  }

  .mob-qty {
    /* justify-content: flex-start; */
    align-items: flex-start;
  }

  /* mobile zoom  */
  /* zoom page */
  .zoom-con {
    height: 100vh;
    width: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    background-color: var(--w);
    touch-action: none;
    cursor: move;
    position: relative;
    /* Set cursor to indicate draggable content */

  }

  .zoom-icon {
    position: absolute;
    bottom: 3%;
    right: 3%;
    font-size: 19px;
    color: var(--c1);
  }

  .go-back {
    position: absolute;
    top: 3%;
    right: 3%;
  }

  #productImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* new cart */
  .cart-name{
    font-size: 12px;
  }

}



@media screen and (max-width:660px) {

  .succes-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .succes-box img{
    width: 100%;
    object-fit: contain;
  }
  
  /* PRODUCT CARD DESIGN */
  .headig {
    font-size: 45px;
  }

  /* ...product card... */
  .price {
    font-size: 14px;
  }

  .pro-img-box {
    height: 223px;
  }

  .stock p {
    font-size: 9px;
  }

  /* product page */
  .top-sli {
    height: 315px !important;
  }

  .small-sli {
    width: 100px !important;
    height: 80px !important;
  }
}

@media(max-width:760px){
  .table.activitites thead::after{
      top: 35px;
  }
  .cart-item-box img{
    width: 53px !important;
  }
  .sm-txt{
    font-size: 13px;
  }
  .cart-check-out {
    font-size: 10px !important;
}
.c-quy-btn{
  width: 26px;
  height: 26px;
}
.car-qty-in{
  width: 30px !important;
  height: 30px;
}
.table.activitites {
  position: relative;
  width: max-content;
}
.wish-item-bx{
  max-width: 250px !important;
}
.s-btn{
  font-size: 11px !important;
  font-weight: unset !important;
}
}
.form-control:disabled {
  background-color: unset !important;
  opacity: 1;
}
@media(max-width:576px){
  .table.activitites thead::after{
      top: 55px;
  }
  .wrapper #img1{
      top: -8px;
      left: 0px;
  }
  .wrapper #img2{
      top: -8px;
      left: 15px;
  }
  .wrapper #img3{
      top: -8px;
      left: 30px;
  }
  .wrapper .editors img{
      width: 20px;
      height: 20px;
      border: 1px solid #FFF;
  }
}
@media(max-width:400px){
  .notification{
      font-size: 0.7rem;
  }
  .wrapper .close{
      font-size: 0.7rem;
      font-weight: normal;
      opacity: 1;
  }
  .wrapper{
      padding: 10px;
  }
}
