::selection {
  background-color: rgba(127, 165, 168, 0.737);
}
/*----Navbar----*/
.navbar {
  /* background-color: rgba(30, 193, 205, 0.737); */
  background-color: #0094e9ae;
  background-image: linear-gradient(355deg, #0094e9a0 0%, #bababa 100%);
  width: 100%;
  top: 0;
  position: fixed !important;
  left: 0;
  z-index: 999;
  transition: all 300ms ease-in-out;
}
.for-container-height {
  height: 4.5rem;
}

.scroll-down .navbar {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .navbar {
  /* transform: translate3d(0, 0, 0); */
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.bi-shop-window {
  cursor: pointer;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/*----------offcanvasRight start--------*/
#offcanvasRight {
  width: 30%;
}
.offcanvas-body {
  position: relative;
}
.offcanvas-body > .card-item-list img {
  width: 45px;
}
.offcanvas-body > .checkout {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.offcanvas-body > .card-item-list {
  max-height: 580px;
  overflow-y: auto;
  padding: 10px;
}
.card-item-list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 760px) and (max-width: 1000px) {
  #offcanvasRight {
    width: 50%;
  }
  .offcanvas-body > .card-item-list img {
    width: 70px;
  }
  .offcanvas-body > .card-item-list {
    max-height: 90%;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  #offcanvasRight {
    width: 100%;
  }
  .offcanvas-body > .card-item-list img {
    width: 65px;
  }
  .offcanvas-body > .card-item-list {
    max-height: 90%;
  }
}
/*---------- offcanvasRight end --------*/
/* ------------------------------------ */
/*------Slider start------*/
.carousel-item img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 760px) and (max-width: 1000px) {
  .carousel-item img {
    height: 500px;
    object-fit: cover;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .carousel-item img {
    height: 250px;
    object-fit: cover;
  }
}
/*------Slider end------*/

/*------Categories start------*/
.categaries .each-card {
  border: none;
  overflow: hidden;
}

.each-card img {
  transform: scale(1);
  transition: 0.5s ease;
  border-radius: 24px;
}
.each-card:hover img {
  transform: scale(1.1);
}
.card {
  /* position: relative; */
  overflow: hidden;
}
.each-card {
  border-radius: 24px;
}
@media screen and (min-width: 760px) and (max-width: 1000px) {
  .each-card img {
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .each-card img {
    height: 250px;
    object-fit: cover;
  }
}

/*--------All product--------*/

.products .card img {
  /* height: 280px; */
  width: 100%;
  object-fit: contain;
}

/* .card-body {
  height: 100px;
  background-color: antiquewhite;
} */
.products .card-body h5 {
  font-size: 16px;
}
.card-body del,
span {
  padding: 0 2px;
  font-size: 16px;
}

.card > .detail {
  height: 30%;
  width: 100%;
  bottom: -50%;
  opacity: 0.8;
  /* z-index: 10; */
  position: absolute;
  background-color: rgb(231, 231, 231);
  transition: bottom 0.7s ease-in-out;
}
.detail i {
  padding: 18px;
  color: black;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
}
.card:hover > .detail {
  bottom: 0;
  /* height: 35%; */
  width: 100%;
}
@media screen and (min-width: 760px) and (max-width: 1000px) {
  .products .card img {
    height: 160px;
    /* object-fit: contain; */
  }
  .products .card-body h5 {
    font-size: 14px;
  }
  .card-body del,
  span {
    padding: 0 2px;
    font-size: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .products .card img {
    height: 120px;
  }
  .products .card-body h5 {
    font-size: 12px;
  }
  .card:hover > .detail {
    bottom: 0;
    /* height: 100px; */
    width: 100%;
  }
  .detail i {
    font-size: 16px;
  }
  .card-body del,
  span {
    padding: 0 2px;
    font-size: 9px;
  }
}

/* --------- Modal start ------------*/
.modal-dialog {
  max-width: 45%;
  /* in modal width can use only max-width */
}
.img-modal {
  /* width: 400px; */
  width: 100%;
  height: 440px;
  object-fit: contain;
}
.qty-control button {
  padding: 3px 12px;
  font-weight: 900;
}
.qty-control button:active {
  transform: scale(1.1);
}
.qty-control input {
  padding: 3px;
  outline: none;
  width: 55px;
  text-align: center;
}
.qty-control > .add-to-card {
  /* padding: 5px 15px; */
  font-weight: 900;
}
.contact-us p {
  font-size: 18px;
}
.subscript {
  border-radius: 4px;
  padding: 10px;
  outline: none;
  border: 1px solid gray;
}
.subscribe {
  padding: 10px;
}
.contact-icon {
  margin-top: 24px;
}

@media screen and (min-width: 760px) and (max-width: 1000px) {
  .modal-dialog {
    max-width: 80%;
  }
  .img-modal {
    height: 400px;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .modal-dialog {
    max-width: 100%;
  }
  .img-modal {
    height: 240px;
    object-fit: contain;
  }
  .qty-control input {
    width: 35px;
  }
  .qty-control button {
    padding: 3px 5px;
  }
  .contact-us p {
    font-size: 14px;
  }
  .subscript {
    padding: 5px;
  }
  .subscribe {
    padding: 5px;
  }
  .contact-icon a {
    padding: 0 8px;
  }
  .model-right {
    margin-top: 24px;
  }
}

/* ----------- Modal end -------------*/
/* -------------------Footer----------------- */
.footer {
  width: 100%;
  /* height: 400px; */
  background-color: rgb(55, 66, 78);
  color: white;
  position: relative;
}
.footer > .container img {
  width: 90px;
  /* background-color: aliceblue; */
}
.footer ul li,
a {
  list-style: none;
  text-decoration: none;
  color: white;
}
.list-style li {
  font-weight: 600;
}
.list-style a {
  font-size: 16px;
  font-weight: 300;
}
.blox-2 > .list-style li a,
.blox-3 > .list-style li a {
  /* color: rgb(80, 175, 49); */
  color: rgb(115, 137, 165);
}
.blox-3 li,
.blox-2 li {
  margin-top: 7px;
}
.contact-icon a {
  padding: 0 12px 0 24px;
}
.blox-2 .vertical-line,
.blox-3 .vertical-line,
.blox-4 .vertical-line {
  border-left: 1px solid rgba(248, 248, 255, 0.368);
  height: 200px;
  position: absolute;
}
.horizontal-line {
  width: 402%;
  transform: translateX(-37.7%);
  border-top: 1px solid rgba(248, 248, 255, 0.368);
}
.horizontal-line2 {
  width: 50%;
  transform: translateX(50%);
  border-top: 1px solid rgba(248, 248, 255, 0.368);
}
@media screen and (min-width: 760px) and (max-width: 1000px) {
  .last-col-footer {
    margin-bottom: 42px;
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .footer {
    text-align: center;
  }
  .footer .list-style {
    transform: translateX(-5%);
  }
  .footer .horizontal-line {
    display: block;
  }
}

/*------------------------------------------ */
/*-----------page single view detail--------*/
.carousel-customize .carousel-item img {
  height: 580px;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .carousel-customize .carousel-item img {
    height: 380px;
    object-fit: cover;
    object-position: top;
  }
  .detail-single-view,
  .p-d {
    padding: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 1000px) {
  .carousel-customize .carousel-item img {
    height: 480px;
    object-fit: contain;
    object-position: top;
  }
  .detail-single-view,
  .p-d {
    padding: 0;
  }
}

.small-product {
  opacity: 0.8;
  cursor: pointer;
}
.small-product:hover {
  opacity: 1;
}

.small-slider img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.color-check .color {
  padding: 16px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 2px;
  /* border: 1px solid rgb(130, 128, 128); */
}
.detail-add-cart {
  margin-top: 30px;
  padding: 8px 30px;
  font-weight: 300;
}

.product-review .nav-link.active {
  color: rgb(255, 255, 255) !important; /* Change text color */
  background-color: rgb(28, 28, 27) !important; /* Change background color */
}
#pills-review-tab:hover,
#pills-detail-tab:hover {
  background-color: rgb(28, 28, 27);
  color: white;
}
.star-blox i {
  font-size: 20px;
  color: gold;
  cursor: pointer;
}
