/*-------------------------fonts------------------------------*/
@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
    url('../fonts/Rajdhani-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Light.woff2') format('woff2'),
    url('../fonts/Rajdhani-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Medium.woff2') format('woff2'),
    url('../fonts/Rajdhani-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Regular.woff2') format('woff2'),
    url('../fonts/Rajdhani-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-SemiBold.woff2') format('woff2'),
    url('../fonts/Rajdhani-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kabel Bd';
  src: url('../fonts/KabelBdNormal.woff2') format('woff2'),
    url('../fonts/KabelBdNormal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kabel Bd';
  src: url('../fonts/KabelBd-Normal.woff2') format('woff2'),
    url('../fonts/KabelBd-Normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KabelMedium';
  src: url('../fonts/KabelMedium.woff2') format('woff2'),
    url('../fonts/KabelMedium.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


:root {
  --bs-offcanvas-width: 500px;

  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #ff6635;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

body {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
  background: #EAE6DD;
}

.text-orange {
  color: #FF3D00
}

.border-orange {
  border-color: #FF3D00;
}

.bg-orange {
  background: #FF3D00 !important;
  color: white !important;
  border: 0;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: 500px;
}

/* ---------------------------- header------------------- */
ul,
li {
  list-style-type: none;
}

* {
  margin: 0px;
  padding: 0px;
}

header {
  background: #000;
}

.menu {
  background: #EAE6DD;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  ;
}

.menu-btn {
  color: white;
  background: none;
  border: 0;
  padding: 10px;
}

.menu-cart {
  color: white
}

.menu-cart span {}

.other {
  background: #EAE6DD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}

.other li {
  padding: 10px 15px;
}

.cat-title {
  color: #FF0000;
  font-size: 23px;
}

.procat {
  padding-left: 0;
}

.procat li a {
  color: black;
  text-decoration: none;
}

.banner {
  background: #EAE6DD;
  background-size: contain;
  background-repeat: no-repeat;
  height: 89vh;
  padding: 50px 0;
  background-position: right;

}

.banner-text h1 {
  font-size: 80px;
  color: #000;
  line-height: .8;
}

.banner-text h2 {
  font-size: 70px;
  color: #000;
}

.banner-text .butn {
  display: flex;
  gap: 20px;
}

.butn .shop {
  color: #000000;
  font-size: 20px;
  border: 1px solid black;
  text-decoration: none;
  padding: 10px 35px;
  font-weight: 600;
  margin-bottom: 5px;
}

.butn .viewc {
  background: #000000;
  font-size: 20px;
  border: 1px solid black;
  text-decoration: none;
  padding: 10px 35px;
  font-weight: 600;
  color: white;
  margin-bottom: 5px;
}

.nav-link.dropdown-toggle {
  border-bottom: 2px solid #EAE6DD;
}

.nav-link.dropdown-toggle.show {
  border-bottom: 2px solid #FF0000;
}

.search-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.search-wrapper.active {}

.search-wrapper .input-holder {
  height: 70px;
  width: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
  width: 450px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: black;
  font-size: 20px;
  font-weight: 600;
}

/* ------------ */
.search-container.opened {
  max-height: 100px;
}

.search-container {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 50px;
  right: 0;
  min-width: 300px;
  width: 100%;
}

.search-container {
  position: absolute;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee;
}

.search-icon {
  font-size: 22px;
  color: dimgray !important;
  background-color: transparent;
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

#cart {
  cursor: pointer;
}

.shopping-cart {
  margin: 28px 0;
  float: right;
  background: white;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  right: 15px;
  display: none;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  color: #9d9d9d;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
  color: black;
  font-size: 19px;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 0px;
  font-size: 18px;
}

.shopping-cart .shopping-cart-items .item-price {
  color: #232323;
  margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}

.shopping-cart:after {
  bottom: 100%;
  left: 65%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.iconcat svg {
  color: black
}

.shopping-cart .button {

  background: #ffffff;
  font-size: 20px;
  border: 1px solid black;
  text-decoration: none;
  padding: 10px 35px;
  font-weight: 600;
  color: black;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.button:hover {
  background: #1e1e1e;
  color: white
}

.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  width: 70px;
  height: 70px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.search-container input[type="text"] {
  outline: none;
  font-size: 17px;
  margin: 9px;
  width: 270px;
  background-color: inherit;
  border: 0;
}

.search-container .search-icon {
  vertical-align: middle;
}

.search-icon {
  font-size: 22px;
  color: dimgray !important;
  background-color: transparent;
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
}

.search-toggle.opened .search-icon.icon-search {
  display: none;
}

.search-toggle.opened .search-icon.icon-close {
  display: flex;
  align-items: center;
}

.search-toggle .search-icon.icon-close {
  display: none;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchtext {
  display: block;
  text-align: left;
  padding-left: 16px;
  font-size: 16px;
}

.searchtext span:first-child {
  font-size: 15px;
  letter-spacing: 3px;
}

.searchtext span:last-child {
  font-weight: 600;
}

.mobile-menu-btn .toggler-icon {
  width: 28px;
  height: 2px;
  background-color: #111;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn .toggler-icon:nth-child(2) {
  width: 20px
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

/* -------------- */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: auto;
    background: #F6F4FF;
    border-radius: 0;
    border: 0px;
  }
}

/* ------header close----------------------------------------- */
/* --------------- product----cat---------------------------------------- */
.product .thumbnails {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
}

.product .thumbnails img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.product .black {
  text-align: center;
  background: #000;
  background-blend-mode: multiply;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .7;
}

.product .title {
  color: #fff;
  font-size: 2em;
  align-self: center;
  position: absolute;
  z-index: 10;
}

.product .black,
.product .title {
  transition: opacity .3s;
}

.product .thumbnails:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 20;
}

.product .thumbnails:hover .black,
.thumbnails:hover .title {
  opacity: 0;
}

/* ---------------------------------------- */
.pro-detail h1 {
  font-size: 50px;
  font-family: 'Kabel Bd';
  margin-bottom: 0px;
}

.pro-detail h2 {
  color: #56595C;
  font-size: 50px;
  font-family: 'Rajdhani';
  font-weight: bold;
}

.pro-detail p {
  color: #56595C;
  font-size: 21px;
  font-weight: 500;
}

.proimg {
  position: relative;
  cursor: pointer;
}

.proimg h3 {
  font-size: 22px;
  font-family: 'Kabel Bd';
  margin-bottom: 0px;
  position: absolute;
  z-index: 1;
  padding: 15px 20px
}

.proimg .imgs {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 597px;
}

.proimg .cart {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  bottom: 17px;
  flex-direction: row-reverse;
  padding: 15px;
}

.proimg svg {
  bottom: 15px;
  right: 15px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  color: #1e1e1e;
  background: white;
}

.proimg .butn {
  opacity: 0;
}



.proimg:hover .butn {
  opacity: 1;
  transition: opacity .3s
}

.proimg:hover svg {
  background: #1e1e1e;
  color: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  box-shadow: -1px 0px 10px black;
  transition: all .3s
}


/* =------------------------------------------------------- */

.new-arrival .title h1 {
  font-size: 50px;
  font-family: 'Kabel Bd';
  margin-bottom: 0px;
  line-height: 1;
}

.new-arrival .title h3 {
  color: #727272;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

#bestproductcarousel1 .item {
  background: white;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ffffff;
}

#bestproductcarousel1 .item:hover svg {
  background: #1e1e1e;
  color: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  box-shadow: -1px 0px 10px black;
  transition: all .3s;
}

#bestproductcarousel1 .item:hover .wishl span {
  background: #1e1e1e;
  color: white;

  transition: all .3s;
}

.product-details h2 {
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#bestproductcarousel1 .item:hover {
  border: 1px solid #727272
}

.product-details p {
  font-family: 'Rajdhani';
  font-weight: 500;
  color: #727272;
}

.price {
  font-size: 23px;
  font-weight: bold;
}

.price del {
  color: #727272;
  font-weight: 500;
  font-size: 19px;
  padding-left: 10px;
}

.cartimg {
  width: 100%;
  height: 370px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  border: 1px solid #FF0000;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 10px 5px;
}

.owl-dots {
  text-align: center;
}

.owl-carousel .owl-dot.active {
  background: #FF0000;
  border: 1px solid #FF0000;

}

.cartimg img {
  width: auto !important;
}

.acart svg {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  color: #1e1e1e;
  box-shadow: -1px 0px 10px rgb(255, 255, 255);
  background: white;
}

.wishl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wishl svg {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  color: #1e1e1e;
  box-shadow: -1px 0px 10px white;
  background: white;
}

.wishl span {
  background: #CDCDCD;
  color: black;
  font-size: 13px;
  font-family: 'Rajdhani';
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 3px;
}

.cartadd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ------------------------------------------------add banner------------- */
.add-banner .pro-detail {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
}

/* ---------------bestproductcarousel3------------------------ */

#bestproductcarousel3 .item {
  background: white;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ffffff;
}

#bestproductcarousel3 .item:hover svg {
  background: #1e1e1e;
  color: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  box-shadow: -1px 0px 10px black;
  transition: all .3s;
}

#bestproductcarousel3 .item:hover .wishl span {
  background: #1e1e1e;
  color: white;

  transition: all .3s;
}

#bestproductcarousel3 .item:hover {
  border: 1px solid #727272
}

/* ---------------------------blog------------------------------- */

.blog .title h1 {
  font-size: 50px;
  font-family: 'Kabel Bd';
  margin-bottom: 0px;
  line-height: 1;
}

.blog .title h3 {
  color: #727272;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.blog .card {
  border: 0px
}

.blog .card:hover {
  background: #f0f0f0;
  box-shadow: 5px 3px 12px 1px #00000017;
  cursor: pointer;
}

.blog .card:hover a {
  color: #FF0000
}

.blog .card-title {
  font-weight: 500;
  font-size: 18px;
}

.blog .card-text {
  color: #000000;
  text-align: justify;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

.blog a {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.blog img {
  height: 400px
}

@media (max-width: 767px) {
  .blog .title {
    font-size: 25px
  }

  .blog .title:after {
    padding-top: 3px;
    width: 16%;
  }
}

/* -------------------------------footer--------------------------------- */
footer {
  background: #000;
}

footer .phone {
  display: flex;
  align-items: center;
  color: white;
  padding: 16px;
}

footer .searchtext {
  display: block;
  text-align: left;
  padding-left: 16px;
  font-size: 16px;
}

footer .searchtext span:first-child {
  font-size: 15px;
  letter-spacing: 3px;
}

footer .searchtext span:last-child {
  font-weight: 600;
}

.subscribe-footer form {
  width: 100%;
  position: relative;
}

.subscribe-footer form .inptfld {
  outline: medium none;
  font-size: 15px;
  padding: 13px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #473D3D;
  position: relative;
  background: transparent;
  line-height: 2;
}

.subscribe-footer form .subscribebtn {
  right: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  position: absolute;
  font-size: 18px;
  background: transparent;
  line-height: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.footer-middle h3 {
  color: white;
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 25px;
}

.footer-middle h4 {
  color: white;
  font-weight: 500;
}

.footer-middle p {
  color: white;
  font-size: 18px;
}

.shopi {
  padding-left: 0;
}

.shopi li {
  cursor: pointer;
  font-size: 18px;
  line-height: 2;
}

.shopi li a:hover {
  color: #FF0000
}

.shopi li a {
  color: white;
  text-decoration: none;
}

hr {
  border-color: #696060;
}

.footer-bottom h1 {
  color: white;
  font-weight: bold;
}


.box.men {
  background: #e6ded7;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}

.box.women {
  background: #fdc7f7;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}

.box.kids {
  background: #fffea8;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}

/* ---------------------------------responsive---homepage----------------------- */
@media (max-width: 767px) {
  .add-banner .pro-detail {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    padding: 22px 15px;
    background: white;
  }

  .add-banner .butn {
    margin-top: 0 !important;
  }

  .pro-detail h1 {
    font-size: 31px;
    font-family: 'Kabel Bd';
    margin-bottom: 0px;
    color: #3d3c3c;
  }

  .add-banner {
    padding: 0 !important;
  }

  .proimg {
    position: relative;
    cursor: pointer;
    margin: 10px 0;
    background: white;
  }

  .pro-detail p {
    color: #56595C !important;
  }

  .proimg .imgs {
    height: auto;
  }

  .cate .butn {
    margin-top: 10px !important;
    margin-bottom: 15px;
  }

  .banner-text h2 {
    font-size: 40px;
    color: #000;
  }

  .banner-text h1 {
    font-size: 44px;
    color: #000;
    line-height: .8;
  }

  .banner {
    background-image: none !important;
    height: auto;
    padding-bottom: 0;
  }

  .banner .row {
    align-items: flex-start !important;
  }

  .header-top {
    font-size: 10px;
    padding: 2px 15px;
  }

  .mobl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobl .other {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    color: white;
    margin-bottom: 0;
  }

  .mobl .search-icon {
    color: white !important;
    font-size: 17px;
  }

  .shopping-cart {
    z-index: 9;
    margin: 18px 0;
  }

  .shopping-cart:after {
    left: unset;

    right: 15px;
  }

  .header-bottom svg {
    width: 22px;
    height: 22px
  }

  .imglogo {
    width: 200px;
    padding: 11px;
  }

  .butn .shop {
    padding: 10px 15px;
    color: #000000 !important
  }

  .butn .viewc {
    padding: 10px 15px;
  }

  .butn .shop:hover,
  .butn .viewc:hover {
    color: white !important
  }

  .blog .card-text {
    text-align: unset;
    font-size: 19px;
  }

  .menu {
    display: none !important;
  }

  .proimg h3 {
    position: relative;
  }
}


/* ---------------------------------------------product-listing css-------------------------- */

.breadcrumb {
  margin: 0;
}

.breadcrumb-item.active {
  color: black
}

.breadcrumb a {
  color: #727272;
  text-decoration: none;
}

.filtersec .filter {
  margin-right: 10px;
  border-right: 2px solid #bebbbb;
  padding: 0px;
}

.filtersec .filter:last-child {
  border: 0
}

.filtersec .filter h6 {
  margin-bottom: 0px;
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.filtersec .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  color: white;
  box-shadow: 6px 7px 14px #34343470;
}

.filtersec .sidenav .form-check {
  padding: 5px 4px 5px 20px;
  text-decoration: none;
  font-size: 17px;
  color: #c7c3c3;
  display: block;
  transition: 0.3s;
}

.filtersec .sidenav .filtertitle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}

.filt {
  padding: 5px 20px
}

.filtersec .sidenav a:hover {
  color: #f1f1f1;
}

.filtersec .sidenav .closebtn {
  position: relative;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 0;
  padding: 0;
  line-height: 1;
  color: white;
  text-decoration: none;
}

.dropdown .out {
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.ftitle1.redc {
  color: #FF0000;
  font-size: 15px;
  font-weight: 600;
}

.storefil {
  display: flex;
}

.badges li {
  background: #ffffff;
  color: #727272;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  border-radius: 28px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.badges .badgee {
  font-size: 30px;
  padding: 1px !important;
  border-radius: 50px;
  color: #727272;
  height: 15px;
  display: flex;
  width: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-weight: 400;
  line-height: 1;
}

.badges {
  padding-left: 0;
  display: flex;
  margin: 0;
  margin-left: 15px;
}

.productlist .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #eae6dd;
  box-shadow: none;
  font-size: 25px;
  font-weight: 500;
  outline: none !important;
  border-bottom: 1px solid #c6c0c0;
  padding-bottom: 10px;
}

.productlist .accordion-button {
  color: #000000;
  background-color: #eae6dd;
  box-shadow: none;
  font-size: 25px;
  font-weight: 500;
  outline: none !important;
  text-transform: uppercase;
}

.productlist .accordion-header {
  border-bottom: 1px solid #c6c0c0;
}

.productlist .form-check {
  padding: 10px 1.5rem;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.productlist .form-check-input:focus {
  border-color: #727272;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

.productlist .form-check-input {
  border-color: #727272;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

.productlist .form-check-input:checked {
  background-color: #ff0000;
  border-color: #ff0000 !important;
}

.productlist .accordion {
  padding: 10px;
  --bs-accordion-border-color: unset;
  box-shadow: none;
}

.productlist .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
  background-image: var(--bs-accordion-btn-icon);
}

/* -----responsiv----------------------------- */
@media screen and (max-height: 450px) {
  .filtersec .sidenav {
    padding-top: 15px;
  }

  .filtersec .sidenav .form-check {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .badges {
    padding-left: 0;
    display: flex;
    margin: 0;
    margin-left: 0;
    overflow: auto;
    margin-top: 10px;
  }

  .products .col-lg-4 {
    padding: 0 15px !important;
  }

  .badges li {
    font-size: 14px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    white-space: nowrap;
    margin-bottom: 15px;
  }

  .ftitle1.redc {
    white-space: nowrap;
    margin-right: 10px;
  }

  .filtersec .filter:last-child {
    padding: 0 10px;
  }

  .filtersec .filter {
    padding-right: 10px;
  }

  .new-arrival .title h1 {
    font-size: 42px;
  }

  .cartimg {
    width: 100%;
    height: auto;
  }

  .cartcard {
    margin-bottom: 10px;
  }
}



/*---------------price-slider---------------------*/
.range-slider {
  --range-slider-value-low-fallback: calc(var(--range-slider-value-low, 0) * 1%);
  --range-slider-value-high-fallback: calc(var(--range-slider-value-high, 100) * 1%);
  --range-slider-thumb-size: 24px;
  --range-slider-thumb-radius: calc(var(--range-slider-thumb-size) / 2);
  position: relative;
  width: 90%;
  height: 33px;
  margin: 20px 14px;
}

@media (max-width: 500px) {
  .range-slider {
    --range-slider-thumb-size: 36px;
  }
}

.range-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -2px;
  border-radius: 100vmax;
  background-color: #b4b4b4;
  background-image: linear-gradient(to right, transparent var(--range-slider-value-low-fallback), #fb1616 var(--range-slider-value-low-fallback), #ff0000 var(--range-slider-value-high-fallback), transparent var(--range-slider-value-high-fallback));
  pointer-events: none;
}

.range-slider__display {
  pointer-events: none;
  float: left;
  height: 70px;
  width: 100%;
}

.range-slider__display::before,
.range-slider__display::after {
  content: attr(data-span);
  position: absolute;
  color: #fb1616;
  font-size: 1rem;
  font-family: sans-serif;
  white-space: nowrap;
  transform: translateX(-50%) translateX(calc(var(--range-slider-thumb-radius) * calc(-0.02 * var(--pos) + 1)));
  z-index: 9;
}

.range-slider__display::before {
  --pos: var(--range-slider-value-low);
  content: attr(data-low);
  top: 100%;
  margin-bottom: calc(var(--range-slider-thumb-size) / 4);
  left: var(--range-slider-value-low-fallback);
}

.range-slider__display::after {
  --pos: var(--range-slider-value-high);
  content: attr(data-high);
  top: 100%;
  margin-top: calc(var(--range-slider-thumb-size) / 4);
  left: var(--range-slider-value-high-fallback);
}

.range-slider__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  background-color: transparent;
  pointer-events: none;
}

.cartcard:hover {
  border: 1px solid #343232
}

.cartcard {

  background: white;
  padding: 0 0px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 0;
}

.cartcard .wishl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 12px;
  right: 7px;
}

.cartcard .cartimg img {
  width: 100% !important;
}

.cartcard .product-details {
  padding: 15px;
}

.cartcard:hover svg {
  background: #1e1e1e;
  color: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px;
  box-shadow: -1px 0px 10px black;
  transition: all .3s;
}

.cartcard:hover .wishl span {
  background: #1e1e1e;
  color: white;
  transition: all .3s;
}

.product-details h2 {
  font-family: 'Rajdhani';
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.cartcard .item:hover {
  border: 1px solid #727272
}

@supports selector(:focus-visible) {
  .range-slider__input:focus-visible {
    outline: none;
  }

  .range-slider__input:focus-visible::-webkit-slider-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }

  .range-slider__input:focus-visible::-moz-range-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }
}

@supports not selector(:focus-visible) {
  .range-slider__input:focus {
    outline: none;
  }

  .range-slider__input:focus::-webkit-slider-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }

  .range-slider__input:focus::-moz-range-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }
}

.range-slider__input:active::-webkit-slider-thumb {
  transform: scale(1.3);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.range-slider__input:active::-moz-range-thumb {
  transform: scale(1.3);
  cursor: grabbing;
}

.range-slider__input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
}

.range-slider__input::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
}

.range-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  position: relative;
  width: var(--range-slider-thumb-size);
  height: var(--range-slider-thumb-size);
  background-color: #fb1616;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.range-slider__input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  position: relative;
  width: var(--range-slider-thumb-size);
  height: var(--range-slider-thumb-size);
  background-color: #fb1616;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  cursor: grab;
  -moz-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.bGButton button {
  border-radius: 50px;
  padding: 10px;
  margin: 4px;
}

.red {
  background-color: FireBrick;
}

.orange {
  background-color: orange;
}

.yellow {
  background-color: yellow;
}

.green {
  background-color: green;
}

.blue {
  background-color: DeepSkyBlue;
}

.purple {
  background-color: RebeccaPurple;
}

.grey {
  background-color: grey;
}

.white {
  background-color: white;
}

.black {
  background-color: black;
}


/* ----------------------------product detail----------------------------- */
.viewp {
  color: #727272;
  font-weight: 500;
  font-size: 23px;
  background: white;
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 36px;
  border-radius: 50px;
  padding: 5px 22px;
  cursor: pointer;
}

.modal {
  --bs-modal-bg: #0000004f;
}

.btn-close {
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.delivf form {
  width: 100%;
  position: relative;
}

.delivf form .inptfld {
  outline: medium none;
  font-size: 15px;
  padding: 13px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #473D3D;
  position: relative;
  background: transparent;
  line-height: 2;
}

.delivf form .subscribebtn {
  right: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  color: #FF0000;
  cursor: pointer;
  margin-left: 0;
  position: absolute;
  font-size: 18px;
  background: transparent;
  line-height: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.prodetails .bGButton button {
  border-radius: 50px;
  padding: 10px;
  margin: 4px;
  border: 0;
}

.prodetails .red {
  background: #b17551;
}

.prodetails .bGButton button.selected {
  border: 2px solid black
}

.prodetails .orange {
  background-color: orange;
}

.prodetails .yellow {
  background-color: yellow;
}

.prodetails .green {
  background-color: green;
}

.product-count {
  margin-top: 0px;
}

.product-count .qtyminus,
.product-count .qtyplus {
  width: 45px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  color: #5e5a5a;
  cursor: pointer;
}

.product-count .qtyminus {
  border-radius: 20px 0 0 20px;
}

.product-count .qtyplus {
  border-radius: 0 20px 20px 0;
}

.product-count .qty {
  width: 42px;
  text-align: center;
  border: 0;
  color: #030303;
  font-size: 20px;
}

.round-black-btn {
  border-radius: 4px;
  background: #212529;
  color: #fff;
  padding: 7px 45px;
  display: inline-block;
  margin-top: 20px;
  border: solid 2px #212529;
  transition: all 0.5s ease-in-out 0s;
}

.display-flex {
  display: flex;
}

.product-count form {
  width: auto;
  position: relative;
  border: 1px solid #827e7e;
  display: inline-flex;
  border-radius: 50px;
}

.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.brd #bestproductcarousel1 .item {
  border: 1px solid #cbcbcb;
}

.pdetail h1 {
  font-size: 45px;
  font-weight: bold;
  color: black
}
.deliv{margin-top: 25px;}
.pdetail h4 {
  color: #727272;
  font-size: 20px;
  margin-bottom: 15px;
}

.rate {
  background: #00B453;
  color: white;
  padding: 6px;
  font-size: 10px;
  border-radius: 50px;
  margin-right: 13px;
}

.pdetail {
  background: white;
  padding: 15px;
}

.pdetail .price {
  margin-bottom: 35px;
}

.price-main {
  font-size: 40px;
  font-weight: bold;
}

.price small {
  color: #00B453;
  font-size: 10px;
}

.pdetail .pricel {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.price small.redc {
  color: #FF0000
}

.pdetail .price .delt {
  color: #727272;
  font-weight: 500;
  font-size: 19px;
  padding-left: 0px;
}

.deliv h6 {
  color: #727272;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.size {
  padding: 0;
  display: flex;
  align-items: center;
}

.size li {
  border: 1px solid lightgrey;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.size li.selected {
  border-color: #232323;
}

.size a {
  text-decoration: none;
  font-weight: 600;
}

.pdetail .butn .viewc {
  display: block;
  border-radius: 50px;
}

.pdetail .butn .shop {
  display: block;
}

.wishlist h5 {
  font-size: 14px;
  color: #727272;
  cursor: pointer;
}

.description p {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1;
}

.spec {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 15px;
}

.description h2 {
  margin-top: 15px;
}

.spec small {
  text-transform: uppercase;
}

.description .nav-tabs {
  border-bottom: 1px solid grey;
}

.description .nav-tabs .nav-link.active {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  font-size: 32px;
  font-weight: bold;
  padding-left: 0;
}

.description .nav-tabs .nav-link:focus,
.description .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
}

.description .nav-tabs .nav-link {
  font-size: 32px;
  font-weight: bold;
  color: #727272;
  padding-left: 0;
  margin-right: 20px;
}

#rating {
  cursor: pointer;
  display: inline-block
}

#review-form .input-group-addon {
  min-width: 100px;
}

#review-form .btn {
  min-width: 100px;
}

.star {
  width: 32px;
  height: 32px;
  transition: .6s all;
}

#review-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.rating label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.fancybox-thumbs {
  background: #ddd0 !important;
  top: unset !important;
  bottom: 0 !important;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 0;
  width: 100% !important;
  z-index: 99995;
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px;
  }

  .fancybox-thumbs__list a:before {
    border: 2px solid #FF0000;
  }
}

@media all and (max-width: 767px) {
  .spec {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 15px;
}
.description .nav-tabs .nav-link, .description .nav-tabs .nav-link.active {
  font-size: 25px;
}
.description .nav-tabs {
  border-bottom: 1px solid grey;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  padding-bottom: 8px;
}
.pdetail .butn .viewc {
  display: flex;
  color: white !important;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.fancybox-show-thumbs .fancybox-inner{right:0 !important}
}