* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #1775aa;
  --grey-black: #1a1a1a;
  --black-one: #232323;
  --text-grey: #a1a1a1;
  --white: #fff;
  --light-grey: #e0ebff;
  --yellow-gradient: linear-gradient(
    216deg,
    rgb(23 117 170) 17%,
    rgb(6 46 68) 100%
  );
  --yellow-gradient-two: linear-gradient(
    90deg,
    rgb(6 46 68) 18%,
    rgb(24 119 173) 100%
  );
  --white-gradient: linear-gradient(
    90deg,
    rgb(255, 255, 255) 18%,
    rgb(255, 255, 255) 100%
  );
  --bg-grey: #f1f3f6;
}

a,
a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0rem;
}

body,
html {
  background-color: var(--white);
  font-size: 15px;
  font-weight: normal;
  color: var(--black);
  font-family: "Montserrat";
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
/* 
  ===================================================
  common css
  ===================================================
  */
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 6rem;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  text-align: center;
}
.form-control:focus {
  border-color: var(--black-one);
  box-shadow: none;
}
td {
  vertical-align: middle;
}
.bg-color {
  background: var(--bg-grey);
}
.text-green {
  color: #388e3c !important;
}
ins {
  text-decoration: none;
}
/* 
  ===================================================
  header
  ===================================================
  */

/* top bar */
.topbar {
  background-color: var(--grey-black);
  color: var(--white);
  padding: 5px 0px 0px;
}
.top-bar-scroll ul li {
  position: relative;
}
.top-bar-scroll ul li {
  padding: 0px 100px;
}
.top-bar-scroll ul li::after {
  content: "";
  color: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar-scroll ul li a {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
/* header */
.custom-navbar .nav-new {
  background-image: var(--yellow-gradient-two);
}

.sticky .nav-new {
  position: fixed;
  width: 100%;
  top: 0;
  backdrop-filter: blur(80px);
  background: rgba(250, 250, 250, 0.65);
  z-index: 999;
}
.custom-navbar .nav-new .navbar-brand {
  margin-right: 0;
  width: 250px;
}
.custom-navbar .nav-new .navbar-brand img {
  width: 100%;
  max-width: 65%;
}

.custom-navbar .nav-new .navbar-nav li a {
  color: var(--white);
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 4px 4px;
  background: linear-gradient(90deg, #6cb23e, #3292cf) no-repeat bottom center;
  background: -webkit-gradient(to left, #6cb23e, #3292cf) no-repeat bottom center;
  background: -o-linear-gradient(to left, #6cb23e, #3292cf) no-repeat bottom center;
  background-size: 0% 4px;
  -webkit-transition: all .45s ease-in-out;
  -o-transition: all .45s ease-in-out;
  transition: all .45s ease-in;
}
.custom-navbar .nav-new .navbar-nav li a:hover {
    background-size: 100% 4px;
}
.sticky .nav-new .navbar-nav li a {
  color: var(--black);
}

.custom-navbar .nav-new .navbar-nav .link i {
  font-size: 18px;
  padding: 0px 5px;
}
.static-logo {
  display: none;
}
/* .black-log {
  display: none;
} */
.sticky .black-log {
  display: block;
}
.navbar-toggler {
  border-radius: 50px;
  padding: 6px;
  background-color: var(--white);
}
.navbar-toggler-icon {
  font-size: 12px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .nav-item .dropdown-menu {
  margin-top: 22px;
  border-radius: 0;
  border: 0;
  padding: 20px;
}
.custom-navbar .dropdown-menu li .dropdown-item {
  color: var(--black-one) !important;
  line-height: 40px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.custom-navbar .dropdown-menu li .dropdown-item:hover {
  color: var(--blue) !important;
  text-decoration: none;
  background-color: transparent;
}
.navbar .megamenu {
  padding: 1rem;
}
.col-megamenu ul li a {
  color: var(--black-one) !important;
  line-height: 40px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.dropdown-menu.megamenu {
  margin-top: 0px !important;
}
.nav-item a i {
  color: var(--white);
  font-size: 16px;
}
/* 
  ===================================================
  banner
  ===================================================
  */
.banner-bg {
  background: var(--yellow-gradient);
  padding: 50px 0px;
}
/* .banner-image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
} */

#bannerVideo {
  position: static;
  width: 100%;
  height: 800px;
  object-fit: cover;
  z-index: -100;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* 
  ===================================================
  shop by categories
  ===================================================
*/
.shop-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.shop-item .shop-item-content {
  position: absolute;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 20px;
}
.shop-item img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.shop-item img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.shop-item-content h3 {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  text-transform: capitalize;
}
.arrow {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--white);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.arrow i {
  color: rgb(214 174 16);
  font-size: 12px;
}

.shop-item:hover .arrow {
  opacity: 1;
}

.shop-categories .owl-carousel .owl-nav .owl-prev,
.shop-categories .owl-carousel .owl-nav .owl-next,
.full-screen-carousel-area .owl-carousel .owl-nav .owl-prev,
.full-screen-carousel-area .owl-carousel .owl-nav .owl-next,
.related-product .owl-carousel .owl-nav .owl-prev,
.related-product .owl-carousel .owl-nav .owl-next,
.view-area .owl-carousel .owl-nav .owl-prev,
.view-area .owl-carousel .owl-nav .owl-next {
  background-color: var(--white) !important;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  color: var(--black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.related-product .owl-carousel .owl-nav .owl-prev,
.related-product .owl-carousel .owl-nav .owl-next,
.view-area .owl-carousel .owl-nav .owl-prev,
.view-area .owl-carousel .owl-nav .owl-next {
  background-color: var(--blue) !important;
  color: var(--white);
}

.shop-categories .owl-nav .owl-prev:hover,
.shop-categories .owl-nav .owl-next:hover,
.full-screen-carousel-area .owl-carousel .owl-nav .owl-prev,
.full-screen-carousel-area .owl-carousel .owl-nav .owl-next {
  background-color: var(--white);
  color: var(--black);
}
.shop-categories .owl-nav .owl-prev,
.full-screen-carousel-area .owl-nav .owl-prev,
.related-product .owl-nav .owl-prev,
.view-area .owl-nav .owl-prev {
  left: 30px;
}
.shop-categories .owl-nav .owl-next,
.full-screen-carousel-area .owl-nav .owl-next,
.related-product .owl-nav .owl-next,
.view-area .owl-nav .owl-next {
  right: 30px;
}
/* 
  ===================================================
  best seller
  ===================================================
  */
.main-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-title-area h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--black-one);
}
.text-btn a {
  color: var(--text-grey);
  font-size: 14px;
}
.text-btn a span {
  margin-left: 10px;
}

.text-btn a span i {
  padding: 6px 8px;
  background-color: #ebebeb;
  color: var(--black-one);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 12px;
  line-height: 11px;
}

.text-btn a:hover {
  color: var(--blue);
}

.text-btn a:hover span i {
  background-color: var(--blue);
  color: var(--white);
}

.product-grid-main {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-grid-main:hover {
  border: 1px solid var(--grey-black);
}

.product-grid-main img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.product-variable img {
  width: 45px;
  padding: 2px;
  cursor: pointer;
}

.more-product a {
  border: 1px solid #ccc;
  padding: 10px 10px;
  text-align: center;
  border-radius: 5px;
  color: #ccc;
}

.product-grid-content h4 a {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.product-grid-content p {
  margin-bottom: 0px;
  color: red;
  font-size: 15px;
  font-weight: 300;
}

.product-grid-content p del {
  margin-bottom: 0px;
  color: var(--text-grey);
  font-size: 15px;
  font-weight: 300;
}

/* 
  ===================================================
  scrolling text
  ===================================================
  */
.scrolling-text {
  background-color: #79df44;
  padding: 25px 0px 5px;
}
.marquee {
  margin: 0 auto;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
}
.marquee:after {
  right: 0;
}
.marquee__content {
  display: flex;
  line-height: 55px;
  font-size: 55px;
  animation: marquee 20s linear infinite forwards;
  -webkit-animation: marquee 20s linear infinite forwards;
}
/* .marquee__content:hover {
      animation-play-state: paused;
    } */
.list-inline {
  display: flex;
  justify-content: space-evenly;

  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-inline li {
  margin: 0px 50px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
/* 
  ===================================================
  full-screen carousel
  ===================================================
  */
.full-carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.full-carousel-item::before {
  content: "";
  position: absolute;
  background-color: rgb(0 0 0 / 10%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.full-carousel-item img {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  z-index: 2;
  cursor: pointer;
}

.full-carousel-item img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.full-carousel-item .full-carousel-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 99;
}

.full-carousel-item .full-carousel-content h3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.big-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: var(--white);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.big-arrow i {
  color: var(--black-one);
  font-size: 16px;
}

.full-carousel-item:hover .big-arrow {
  opacity: 1;
}

.badges {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--black-one);
  padding: 4px 15px;
  border-radius: 50px;
  color: var(--white);
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
/* 
  ===================================================
  video
  ===================================================
  */
.video-main {
  position: relative;
  width: 100%;
  object-fit: cover;
  text-align: center;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-content h2 {
  color: var(--white);
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}

.video-content p {
  color: var(--white);
  font-size: 12px;
  margin-bottom: 0;
}

#myVideo {
  position: static;
  width: 100%;
  height: 500px;
  object-fit: cover;
  z-index: -100;
}
/* 
  ===================================================
  testimonial
  ===================================================
  */
.testimonial-content .owl-item {
  background-color: #fbfbfb;
  border: 1px solid var(--text-grey);
  padding: 25px;
  min-height: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.testimonial-item blockquote {
  font-size: 20px;
  font-weight: 400;
  color: var(--black-one);
  margin-bottom: 20px;
  position: relative;
}
.rating {
  margin-bottom: 20px;
}
.rating i {
  font-size: 20px;
  color: #f1c720;
}
.testimonial-area .client-image img {
  display: initial;
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.testimonial-item blockquote::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-left: -35px;
  top: -10px;
  font-size: 32px;
  color: #e8e8e8;
}
.testimonial-area .owl-carousel .owl-nav .owl-prev,
.testimonial-area .owl-carousel .owl-nav .owl-next {
  background-color: var(--white) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: var(--black);
  position: absolute;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid var(--text-grey);
}
.testimonial-area .owl-nav .owl-prev {
  left: 40%;
}
.testimonial-area .owl-nav .owl-next {
  right: 40%;
}
.testimonial-area .owl-nav {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  z-index: 999;
}
.testimonial-area .owl-dots {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 
  ===================================================
  footer
  ===================================================
  */
/******* footer upper part *******/
.footer-upper-area {
  text-align: center;
  padding: 30px 0px;
  background: var(--yellow-gradient);
}
.footer-upper-area .icon-box .icon {
  font-size: 25px;
  color: var(--white);
}
.footer-upper-area .icon-box .content {
  margin: 20px 0px;
  font-size: 16px;
  color: var(--white);
}
.footer-upper-area .icon-box .content h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 20px 0px;
}
.footer-upper-area .bold {
  font-weight: bold;
}
/******* footer part *******/
.custom-footer {
  background-color: var(--black-one);
  padding: 50px 0px 0px;
  color: var(--text-grey);
}
.custom-footer .bold,
.custom-footer .footer-widget h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
}
.custom-footer .footer-wrapper {
  font-size: 16px;
}
.custom-footer .footer-wrapper h5 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.custom-footer .footer-widget p {
  margin-bottom: 10px;
}
.custom-footer .footer-widget .footer-link ul li a {
  color: var(--text-grey);
  font-weight: 500;
  line-height: 35px;
}
.social ul li a {
  color: var(--text-grey);
  font-size: 22px;
}
.footer-lower {
  margin-top: 40px;
}
.footer-widget img {
  max-width: 75%;
  margin-bottom: 25px;
}
/* 
  ===================================================
  banner under area
  ===================================================
  */
.grid-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 20px;
}
.grid-image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.grid-image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.grid-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.grid-content h3 a {
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 30px;
}
/* 
===================================================
breadcrumbs
===================================================
*/
.breadcrumbs {
  background-color: #efefef;
  padding: 25px 0px;
}
.breadcrumbs-content ul li,
.breadcrumbs-content ul li a {
  font-size: 16px;
  line-height: 20px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs-content ul li a:hover {
  color: var(--blue);
}
/* 
===================================================
Product Details Page
===================================================
*/
/* product page left area */
.gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 500px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

/* Zoom */

/* product page right area */
.product-rt-part {
  margin-top: 3rem;
}
.budge {
  position: relative;
}
.budge span {
  background: var(--blue);
  padding: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.product-rt-part h1 {
  font-size: 30px;
  text-transform: capitalize;
  color: var(--black-one);
  font-weight: 500;
  line-height: 1.2;
  margin: 15px 0px;
}
.product-rt-part .price {
  color: var(--black-one);
  font-weight: 700;
  font-size: 24px;
}
.product-rt-part .price del {
  color: var(--text-grey);
  font-weight: 300;
  font-size: 20px;
}
.short-description p {
  font-size: 14px;
  font-weight: 500;
  color: var(--black-one);
  margin-bottom: 20px;
}
.pincode-area {
  margin-bottom: 18px;
}
.pincode-area input {
  max-width: 50%;
  border-radius: 0;
  outline: 0;
}
.btn-submit {
  border-radius: 0;
  background: var(--black-one);
  color: var(--white);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  width: 100%;
}
.btn-submit:hover {
  background: var(--blue);
  color: var(--white);
}
.long-description ul {
  list-style: square;
  padding-left: 20px;
}
.long-description ul li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: var(--black-one);
}
.variable {
  margin: 25px 0px;
}
.variable h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vari-images a img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 1px solid var(--text-grey);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin: 5px;
}
.vari-images a img:hover {
  border: 1px solid var(--blue);
}
.btn-add-to-cart {
  background: var(--blue);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 30px;
}
.btn-add-to-cart:hover {
  background: var(--black-one);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 30px;
}
.btn-buy-now {
  background: var(--white);
  border: 2px solid var(--blue);
  color: var(--blue);
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 30px;
}
.btn-buy-now:hover {
  background: var(--black-one);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 30px;
}
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-container .qty-btn-minus {
  margin-right: -1px;
}
.btn-rounded {
  border-radius: 50%;
}
.input-rounded {
  border-radius: 50px;
}
.qty-count {
  width: 45px;
  height: 45px;
  font-size: 28px;
  border: none;
  color: var(--blue);
  border-radius: 50px;
}
.product-qty {
  border: 2px solid #e6e6e6;
}
.vari-images {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.another-details ul li,
.another-details ul li a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black-one);
}
.another-details ul li a {
  font-weight: bold;
}
.wishlist-area {
  margin: 20px 0px 0px;
}
.wishlist {
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
/* arrows color */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
  text-align: center;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 20px;
  text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--blue);
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
  background: var(--blue);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 99999;
}
/* related product */
.product-carousel-grid {
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f5f5f5;
  padding: 20px 0px;
  box-shadow: -1px 2px 3px -2px rgb(0 0 0 / 5%);
  margin-bottom: 15px;
}
.product-carousel-img img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-carousel-content .rating {
  margin-bottom: 10px;
}
.product-carousel-content .rating i {
  color: var(--text-grey);
  font-size: 14px;
  margin: 0 2px;
  cursor: pointer;
}
.product-carousel-content .rating i:hover {
  color: yellow;
}
.product-carousel-content h4 a {
  color: var(--black-one);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-carousel-content p {
  margin-bottom: 8px;
  color: green;
  font-size: 15px;
  font-weight: bold;
}
.product-carousel-content p del {
  color: var(--black-one);
  font-weight: 300;
}
.add-to-cart {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.pro-details .nav.nav-tabs .nav-link {
  font-size: 20px;
  margin-top: 5px;
  transition: 1s;
  color: #000;
  border: none;
  border-bottom: 5px solid #e2e2e2;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pro-details .nav.nav-tabs .nav-link.active {
  border-bottom: 5px solid #000;
}
.pro-details .tab-pane {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--text-grey);
}

.commentlist {
  list-style: none;
}
.commentlist > li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.comment_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px 0;
}
.avatar {
  margin-right: 20px;
  max-width: 60px;
  border-radius: 50%;
}
.woocommerce-Reviews-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black-one);
  font-family: "Cormorant Upright";
  padding-top: 15px;
}
.checked {
  color: yellow;
  font-size: 18px;
  line-height: 30px;
}
.comment-two h6 {
  color: var(--black-one);
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.comment-two p {
  color: #000;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0px;
}
.submit-btns {
  background: var(--blue);
  border: none;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comment-form-cookies-consent,
.comment-form-img-message {
  color: #000;
  margin-bottom: 0px;
}
.labels {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black-one);
}
.form-control {
  border-radius: 0px !important;
}
.review-form h6 {
  color: black;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.review-form {
  margin-top: 20px;
}

/* 
===================================================
login/ registration/forgot
===================================================
*/
.form-bg-area {
  background: var(--white);
  box-shadow: 0px 3px 24px #ffffff73, 2px 2px 5px rgb(94 104 121 / 29%);
  overflow: hidden;
  border-radius: 10px;
}
.form-left-area img {
  width: 100%;
  min-height: 100%;
  height: 550px;
  object-fit: cover;
}
.form-grid {
  padding: 30px 20px;
}
.form-grid h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--black-one);
  text-align: center;
  margin-bottom: 20px;
}
label {
  color: var(--black-one);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
/* .btn-submit {
  width: 100%;
  padding: 8px;
  font-weight: 600;
} */
.form-grid ul li {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--black-one);
  text-align: center;
}
.form-grid ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--black-one);
  font-weight: bold;
}
.star {
  color: red;
}
.form-left-area.forgot-password img {
  height: 350px;
}
/* 
===================================================
cart page
===================================================
*/
.breadcrumbs-content h4 {
  font-size: 35px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
}
.product-img img {
  width: 80px;
}
.custom-table th {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-table .product-title h4 a {
  font-weight: 400;
  line-height: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px;
  color: var(--black-one);
  font-size: 14px;
}
.custom-table .product-title h5 {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  color: var(--black-one);
}
.custom-table .product-title p {
  color: var(--text-grey);
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0px;
}
.custom-table p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 35px;
}
.custom-table .product-qty {
  border: 1px solid var(--text-grey);
}
.custom-table tr {
  vertical-align: middle;
}
.right-total-area {
  background-color: var(--white);
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.cart-heading {
  border-bottom: 1px solid #f0f0f0;
}
.cart-heading h5 {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 14px 24px 5px;
}
.cart-right {
  padding: 14px 24px;
}
.cart-form__totals {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.remove a {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--black-one);
}
.cart-form__totals span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--text-one);
}
.cart-form__totals.total span {
  font-size: 18px;
}
.cart-right p {
  color: var(--black-one);
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.total {
  border-top: 1px dashed var(--text-grey);
  border-bottom: 1px dashed var(--text-grey);
  margin: 14px 0px;
  padding: 20px 0px;
}
.checkout-right {
  background: #fafafa;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  position: sticky;
  -webkit-position: sticky;
  top: 50px;
  padding: 20px 80px 20px 20px;
  border: 1px solid #f3f3f3;
}
.product-img img {
  width: 100px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.product-title {
  text-align: right;
}
.product-title h4 a {
  color: var(--black-one);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 2px;
}
.product-title h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--text-grey);
  margin-bottom: 2px;
}
.table-product-img-details {
  margin-bottom: 15px;
}
.cart-form__totals span {
  font-size: 14px;
}
.checkout-right p {
  font-size: 13px;
}
.checkout-left h3 {
  color: var(--black-one);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 0px 15px;
}
.checkout-left h3 span a {
  float: right;
  font-size: 15px;
  color: var(--black-text);
  text-decoration: underline;
}
.payment-method-bg {
  border: 1px solid #ccc;
  padding: 15px 10px 8px;
  background: #f2f7ff;
  border-radius: 8px;
}
.checkout-left p {
  font-size: 14px;
  font-weight: 400;
  color: var(--black-one);
}
.appartment-field {
  display: none;
}
.shield-area {
  display: inline-flex;
  margin: 20px 0px;
}
.icon-shield {
  align-self: center;
  font-size: 28px;
  margin-right: 10px;
  color: var(--text-grey);
}
.icon-content {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-grey);
}
.right-sticky {
}

.cart-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  padding: 14px 14px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.cart-address .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 5px;
  text-transform: capitalize;
}
.btn.btn-defult {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  color: #2874f0;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
}
.btn.btn-defult:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.cart-order {
  background: var(--white);
  width: 100%;
  overflow: hidden;
  position: sticky;
  -webkit-position: sticky;
  bottom: 0px;
  padding: 18px 14px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -18px;
}
.btn-org {
  background: var(--blue);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  width: 35%;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}
.btn-org:hover {
  background: var(--blue);
  color: #fff;
}
.cart-content {
  margin-top: 20px;
}
/* 
=======================================
Rang slider
=======================================
*/
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  margin-left: 18px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--blue);
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--blue);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--blue);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.custom-accordion {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
}
.accordion-headers {
  margin-top: 2.5rem;
}
.shop-heading h5 {
  color: var(--black-one);
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.shop-heading h5 img {
  margin-right: 10px;
}
.accordion-header h4 {
  color: var(--black-one);
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.icon-down i {
  font-size: 12px;
  color: var(--black-one);
}
.field span {
  font-size: 15px;
  font-weight: bold;
}
.sub-cate-icon {
  float: right;
}
.sub-cate-icon i {
  font-size: 12px;
  color: var(--black-one);
}
.shop-category li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--black-one);
  text-transform: capitalize;
}

.shop-category .children {
  margin-left: 40px;
  list-style: circle;
}
.shop-category .children li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  color: var(--black-one);
  text-transform: capitalize;
}
.shop-category li a:hover,
.shop-category .children li a:hover {
  color: var(--blue);
}
.category-sub-title {
  font-size: 12px;
  margin-left: -30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* 
============================
cart popup
============================
*/
.modal.right.fade .modal-dialog {
  right: -260px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.cart-area .product-img img {
  width: 80px;
  margin-right: 12px;
}
.cart-area .product-title {
  text-align: left;
}
.cart-area .product-title h4 {
  margin-bottom: 0;
}
#cartModalLabel .budges {
  background: black;
  display: inline-flex;
  width: 20px;
  justify-content: center;
  height: 20px;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
}
.search-box {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
.search-field {
  border: 0;
  border-bottom: 2px solid black;
  font-size: 22px;
  text-transform: capitalize;
}
#searchmodal .modal-header,
#productmodal .modal-header {
  border-bottom: 0;
}
.search-content h4 a {
  color: var(--black-one);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.search-content p {
  margin-bottom: 0px;
  color: var(--black-one);
  font-size: 15px;
  font-weight: 300;
}
.serach-product {
  margin-bottom: 20px;
}
.search-content {
  margin-left: 20px;
}
.search-content p del {
  margin-bottom: 0px;
  color: red;
  font-size: 15px;
  font-weight: 300;
}
.btn-close:focus {
  border: 0;
  box-shadow: none;
}
.quentity .product-qty {
  border: 1px solid #fff9f9;
}
/* 
===================================
sticky
===================================
*/
.main-sticky-area {
  background: var(--white);
  padding: 10px 0px;
  -webkit-box-shadow: -2px -2px 5px 0px rgba(214, 214, 214, 1);
  -moz-box-shadow: -2px -2px 5px 0px rgba(214, 214, 214, 1);
  box-shadow: -2px -2px 5px 0px rgba(214, 214, 214, 1);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.sticky-div ul li a {
  color: var(--black-one);
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}
.main-sticky-area ul {
  display: ruby-text;
}
.sticky-div .list-inline-item {
  display: inline-flex;
  flex: 0 0 20%;
}

/* 
====================================
dashboard
====================================
*/
.form-banner-area {
  padding: 80px 0px;
}
/* dashboard left area */
.dashboard-ul {
  color: #ffffff;
  display: flex;
  font-size: 18px;
  min-height: 50px;
  align-items: center;
  font-weight: 500;
  background-color: var(--blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dashboard-ul li {
  padding: 20px 15px;
}
.userz-i i {
  width: 60px;
  height: 60px;
  line-height: 40px;
  background: #fff;
  color: var(--blue);
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  padding: 8px;
}
.userz-n {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-left: 15px;
  text-transform: uppercase;
}
.dash-i i {
  color: var(--blue);
  font-size: 25px;
  border-radius: 50%;
  padding: 8px;
}
.dash-n {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000c7;
  margin-left: 12px;
  text-transform: uppercase;
}
.dash-n:hover {
  color: #000;
}
.dashboard {
  position: relative;
  padding: 50px 0px;
  background-color: #f2f2f2;
}

.dashboard-left-menu-ul {
  background: #fff;
  border-radius: 0px;
  width: 100%;
  bottom: 0;
  height: auto;
  list-style: none;
}
.dashboard-left-menu-ul li {
  display: block;
}
.add-border {
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.dashboard-left-menu-ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #000;
  transition: 0.4s ease-in-out;
  transition-duration: 0.3s;
  padding: 8px 20px;
}
.dashboard-left-menu-ul .active {
  display: block;
  background-color: var(--light-grey);
  border-left: 4px solid var(--blue);
  transition: 0.4s ease-in-out;
  transition-duration: 0.3s;
}
.account-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 14px 16px;
  background: #fff;
  border-radius: 6px;
}
.dashboard-area {
  background-color: var(--light-grey);
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  box-shadow: 6px 4px 6px 0px rgb(197 197 197 / 45%);
  padding: 20px;
}
.submit-btn {
  width: 100%;
  padding: 8px 0;
  font-size: 15px;
  text-transform: uppercase;
  background-color: var(--blue);
  color: var(--white);
  font-weight: bold;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.submit-btn:hover {
  background-color: var(--black-one);
  color: var(--white);
}
.form-group {
  margin-bottom: 20px;
}
.banner-right-area h3,
.dashboard-area h3 {
  position: relative;
  color: var(--blue);
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.table-product-img-details img {
  margin-bottom: 14px;
  width: 120px !important;
}
.cart-tables td {
  vertical-align: top;
}

/* 
==============================
compare & quick view show
==============================
*/

.product-card-action {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: translate3d(150%, 0, 0);
  transition: all var(--m-duration-default, 0.25s) ease;
  opacity: 0;
  -webkit-transition: all var(--m-duration-default, 0.25s) ease;
  -moz-transition: all var(--m-duration-default, 0.25s) ease;
  -ms-transition: all var(--m-duration-default, 0.25s) ease;
  -o-transition: all var(--m-duration-default, 0.25s) ease;
}
.product-card-action div {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  border-radius: 50%;
  background: var(--blue);
  margin-bottom: 12px;
}
.product-card-action div:hover {
  background: var(--black-one);
}

.product-card-action div a i {
  color: var(--white);
}

.product-grid-main:hover .product-card-action,
.product-carousel-img:hover .product-card-action {
  opacity: 1;
  transform: translateZ(0);
  z-index: 10;
}

#quickview .modal-header,
#compare .modal-header {
  border-bottom: none;
}
.quick-add-btn-space {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0;
}
.product-grid-main:hover .quick-add-btn-space,
.product-carousel-img:hover .quick-add-btn-space {
  opacity: 1;
  bottom: 30px;
  z-index: 10;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
/* 
====================================
shop page filter accordion 
====================================
*/
.custom-accordion .accordion-item,
.my-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.my-accordion .accordion-item:first-child {
  border-top: 1px solid #e7e7e7;
  margin-top: 2rem;
}
.custom-accordion .accordion-item:last-child,
.my-accordion .accordion-item:last-child {
  border-bottom: none;
}
.custom-accordion .accordion-button,
.my-accordion .accordion-button {
  color: var(--black-one);
  background-color: transparent;
  box-shadow: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 5px;
  text-transform: capitalize;
}
.custom-accordion .accordion-body,
.my-accordion .accordion-body {
  padding: 5px;
}
.filter-heading h5 {
  font-size: 14px;
  text-transform: capitalize;
}

.description-details ul {
  margin-left: 20px;
}
.description-details ul li {
  list-style: disc;
}
.table-striped th a {
  color: black;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.compare-table .table > thead {
  vertical-align: middle;
}
.compare-table {
  width: 100%;
  overflow-y: auto;
}
.item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-add span i {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #222;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-search-list ul li {
  border-bottom: 1px solid #dee2e6;
}

.product-search-list ul li:last-child {
  border-bottom: none;
}

.item-name {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.product-search-list {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  padding: 5px;
}

.product-grid-main a img {
  width: 100%;
  min-height: 355px;
  object-fit: contain;
}

.full-carousel .owl-nav.disabled {
  display: none;
}
.my-accordion .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.del-btn a i {
  color: black;
  font-size: 18px;
}

.wishlist-table tr {
  border-bottom: 1px solid #ccc;
}

.wishlist-table tr td {
  padding-top: 2rem;
}

.wishlist-table tr:last-child {
  border-bottom: none;
}
.option-for-dropdown {
  width: 55%;
  margin: 0 auto;
  border-radius: 50px !important;
  background: var(--blue);
  border: none;
  color: white;
}
