*, *::before, *::after {
  box-sizing: inherit;
}

html {
  /* this makes sure the padding and the border is included in the box sizing */
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

html body {
  /* overflow-x: inherit; */
}

:root {
--black: #0000;
--bg-color: #fff;
--green: #1a8700;
--gray: #8e8e8d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-decoration: none;
}
body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: var(--bg-color);
  color: var(--black);
  /* margin-top:-25px; */
  overflow-x: hidden;
}
/*.row {
  margin-top: 20px;
}*/
.col {
  border: solid 1px #6c757d;
  padding: 10px;
}
/*::-webkit-scrollbar{
  height: 4px;
  width: 4px;
  background: #fafafa;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #000;
  border-radius: 10px;
}*/
#hero { position:relative;}
.hero-description { height:100%; width:100%; position:absolute; top:0; left:0; z-index:2; color: white;}
.hero-description .card { padding:30px; }
/* Navbar Start */
.navbar {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.14);
  z-index: 3;
}
.nav-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition-duration: 500ms;
}
.nav-header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar-scrolled {
  width: 100%;
  background-color: white;
  z-index: 3;
}
.brand {
 content:url('../img/logoWhiteNoise.png');
}
.brand-scrolled {
 content:url('../img/logoWhiteNoise_dark.png');
}
.nav-item a {
  font-size: medium;
  font-weight: 400px;
}
.nav-item a:hover {
  color: var(--gray);
}
.nav-extra button {
  background-color: #ffffff00;
  margin: 0.5rem;
  color: #fff;
}
.nav-extra-dark {
  color: black !important;
}
.navbar-toggler-icon-dark {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler-dark {
  color: rgba(0,0,0,.55) !important;
  border-color: rgba(0,0,0,.1) !important;
}
.nav-extra button:hover {
  color: var(--gray);
}
/* Navbar End */
/* Hero Section */
.hero-section {
  display: flex;
  position: relative;
  width: 100%;
  height: 120vh;
  background-image: url('/assets/img/hero_home-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content {
  padding-top: 30rem;
  position: absolute;
  left: 100px;
  text-align: left;
  color: #fff;
}
.content .btn {
  border-radius: 88px;
}
.arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
}
.buttons {
  margin-top: 20px;
}
.button {
  padding: 10px 20px;
  font-size: 16px;
  margin: 5px;
  border: none;
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0);
}
.button.left {
  float: left;
}
.button.right {
  float: right;
}
/* Hero End */
/* Section Content */
#bringinig {
  padding: 50px 0;
}
.persen {
  width: 100%;
}
.persen h2 {
  color: var(--green);
  font-size: 120px;
  margin: 1rem;
}
/* Section Content End*/
/* Section Realease Carousel Start */
.button-view-releases {
  padding-top: 40px;
  right: 30px;
  text-decoration: none;
  position: absolute;
  color: #000000;
}
.button-view-releases:hover {
  color: var(--gray);
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel .item {
  color: #747d89;
  min-height: 325px;
  text-align: center;
  overflow: hidden;
}
.carousel .thumb-wrapper {
  background: #fff;
  border-radius: 6px;
  text-align: left;
  position: relative;
}
.carousel .item .img-box {
  height: 236px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.carousel .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.carousel .item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.carousel .item p {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}
.carousel .item .item-price span {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.carousel .item h4,
.carousel .item p,
.carousel .item ul {
  margin-bottom: 2px;
  padding: 0 10px;
}
.carousel .item-price {
  color: #0000;
  font-size: medium;
  font-weight: 400;
}
.carousel-control-prevDONT{
  right: 80px;
  bottom: 50px;
}
.carousel-control-nextDONT{
  position:absolute;
  right: 20px;
  bottom: 50px;
}
.carousel-control-prevDONT,
.carousel-control-nextDONT {
  height: 70px;
  width: 70px;
  top: unset;
  margin: auto 0;
  border-radius: 100%;
  opacity: 1 !important;
  z-index: 99;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  left: unset;
}
.carousel-control-prevDONT:hover,
.carousel-control-nextDONT:hover {
  background: #ffffff;
  opacity: 1;
}
.carousel-control-prevDONT i,
.carousel-control-nextDONT i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -9px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: #000000;
  text-shadow: none;
  font-weight: bold;
}
.carousel-control-prevDONT i {
  margin-left: -2px;
}
.carousel-control-nextDONT i {
  margin-right: -4px;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  border: none;
}
.carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.carousel .wish-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
  font-size: 16px;
  color: #abb0b8;
}
.carousel .wish-icon .fa-heart {
  color: #ff6161;
}
.color-group {
  display: flex;
  padding: 1rem 0;
}
.color {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  -webkit-border-rad: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.color-1 {
  background-color: #5597c0;
  border: 3px solid #fff;
}
.color-2 {
  background-color: #8a8a8a;
}
.color-3 {
  background-color: #000000;
}
.color-4 {
  background-color: #f1f1f1;
}
.color:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.active-color {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  border-color: 20px solid #fff;
}

/* Section Realease Carousel End */
/* Section Shop Activity Start */
.shop-activity {
}
.button-view-activity {
  position: absolute;
  right: 30px;
  text-decoration: none;
  color: #000000;
}
.button-view-activity:hover {
  color: var(--gray);
}
/* Section Shop Activity Start */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.card-fitur {
  position: relative;
}
.card-fitur h2 {
  color: #fff;
}
.card-fitur span {
  color: #fff;
}
.newsCard {
  position: relative;
  width: auto;
  height: 606px;
  background-color: #fff;
  color:#fff;
  overflow: hidden;
}
figure img {
  display: block;
  object-fit: cover !important;
  object-position: center center !important; height: 100%;
  width: 100%;
}
.overlay{
  /* background: rgb(0, 0, 0); */
  /* background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(89,59,116,0) 100%); */
  /* background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(89,59,116,0) 100%); */
  /* background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);
  display: block;
  height: 200px;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
.newsCaption {
  position: absolute;
  top: auto;
  bottom: 31px;
  width: 100%;
  height: 35%;
  z-index: 10;
  padding: 15px;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  -webkit-transform 0.4s;
  transition:  -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;
}
.newsCaption i{font-size: 24px;}
.newsCaption-title {
  margin-top: 0px;
}
.newsCaption-content {
  margin: 0;
}
.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.news-Slide-up:hover .overlay{ 
  /* background: rgb(0, 0, 0); */
  /* background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(89,59,116,0) 100%); */
  /* background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(89,59,116,0) 100%); */
  /* background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(89,59,116,0) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f",endColorstr="#593b74",GradientType=1);
}
.news-Slide-up:hover .newsCaption {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition:  -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.carousel-control-prevDONT-activity,
.carousel-control-nextDONT-activity {
  height: 40px;
  width: 40px;
  background: #fafafa;
  margin: 300px 0;
  border-radius: 100%;
  opacity: 0.8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.carousel-control-prevDONT-activity:hover,
.carousel-control-nextDONT-activity:hover {
  background: #ffffff;
  opacity: 1;
}
.carousel-control-prevDONT-activity i,
.carousel-control-nextDONT-activity i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -10px 0 0 10px;
  z-index: 5;
  left: 0;
  right: 0;
  color: #000000;
  text-shadow: none;
  font-weight: bold;
}
.carousel-control-prevDONT-activity i {
  margin-left: 10px;
}
.carousel-control-nextDONT-activity i {
  margin-right: -4px;
}
/* Section Shop Activity End */
/* Section Running Text Start */
.marquee {
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
}
.marquee p {
  color: #000000;
}
.marquee__inner {
  display: flex;
}
.marquee__line {
  flex-shrink: 0;
  font-size: 5rem;
  margin: 0;
  padding: 10px 15px;
  min-width: 100%;
  white-space: nowrap;
  animation-name: marqueeLine;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
    .marquee__line {
        font-size: 3rem; /* Smaller font size for tablets and mobile devices */
        padding: 0 1rem; /* Adjust padding as needed */
    }
}

@media (max-width: 480px) {
    .marquee__line {
        font-size: 3rem; /* Even smaller font size for very small devices */
        padding: 0 0.5rem; /* Adjust padding as needed */
    }
}
/* Section Running Text End */
/* Section Collection Slider Start */
.collection {
  margin-top: 6rem;
}
.title-collection {
  font-size: medium;
  font-weight: 400;
}
.carousel-slide {
  margin-top: 2rem;
}
/* Section Collection Slider End */
/* Section Shop Look Start */
.shop-look {
  margin-top: 4rem;
  color: #000000;
}
.product-look .thumb-wrapper{
  /*position: absolute;*/
  margin: 4rem 1.4rem;
  background-color: #ffffff;
  right: 8rem;
}
.button-shop-now-product {
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  width: 133px;
  height: 51px;
}
.button-shop-now-product:hover {
  background-color: #ffffff;
  color: #000000;
  border:solid #000000;
}
#stage {
  width: 100%; 
  text-align: center;
  position: relative;
  margin: 6rem 0rem;
  display: block;
}
#stage img{
  position: absolute;
}
#next, #previous {
  width: 80px; 
  height: 80px;
  z-index: 3; 
}
#previous { 
  background: url(/assets/img/Button_Shop_2.png) top left no-repeat;
}
#next { 
  background: url(/assets/img/Button_Shop_1.png) top left no-repeat;
}
/* Section Shop Look End */
/* Section Real View Start */
/* Section Real View End */
/* testimonial start */
.testimonial-area {
  padding: 80px 0;
}
.section-header h4 {
  color: black;
  font-weight: 600;
  font-size: 20px;
}

.section-header h2 {
  font-weight: 700;
}
.section-header p {
  color: black;
  width: 80%;
  margin: auto;
  font-size: 40px;
  font-weight: bolder;
  line-height: normal;
}
.icon-area {
  text-align: center;
}
.icon-area i {
  color: #f75023;
  font-size: 80px;
  margin-bottom: 20px;
}
.icon-area p {
  color: black;
  font-size: 30pt;
  font-weight: bolder;
  line-height: 1.2;
}
.content p {
  color: #6f6b80;
  width: 60%;
  margin: auto;
}
.person {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #f75023;
  margin-top: 50px;
}
.person img {
  width: 100%;
}
.content h5 {
  font-weight: 900;
  margin-top: 15px;
}
.testimonial-area {
  background: url('');
  background-size: cover;
  background-position: center;
}
.carousel-indicators {
  bottom: -80px;
}
.carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid black;
  margin:auto 5px;
}
.carousel-indicators-white {
  bottom: -80px;
}
.carousel-indicators-white [data-bs-target] {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid white;
  margin:auto 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header p {
    width: 85%;
  }
  .content p {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .testimonial-area {
    padding: 30px 0;
  }
  .section-header p {
    width: 95%;
  }
  .content p {
    width: 100%;
  }
  .icon-area i {
    font-size: 50px;
  }
}
/* testimonial end */
/* footer start */
.footer-link{
  color:black;
  text-decoration:none;
}
/* footer end */
/*newsletter*/
.newsletter{
  border: 2px solid lightgray;
  border-radius: 8px;
}
form.newsletter input[type=text]{
  padding: 10px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #f1f1f1;
}
form.newsletter button {
  float: left;
  width: 20%;
  padding: 10px;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
form.newsletter button:hover{
  background:lightgray;
}
form.newsletter::after{
  content: "";
  clear: both;
  display: table;
}
/*newsletter*/
.bullet:before{
  content:"• ";
}
.default{
  max-height: 512px;
}
.custom-class {
  display: none;
}
.nav-arrow-right{
  height: 40px !important;
  width: 40px !important;
  top: unset !important;
  margin: auto 0 !important;
  border-radius: 100% !important;
  opacity: 0.8 !important;
  z-index: 99 !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
  left: unset !important;
}
.carousel-indicators .active{
  width: 100px !important;
  background-color: black;
  border-radius: 16px !important
}
.carousel-indicators-white .active{
  width: 100px !important;
  background-color: white;
  border-radius: 16px !important;
}

@media (max-width: 768px) {
  .navbar {
    background-color : white;
  }
}

@media (max-width: 480px) {
.default{
	width: 320px !important;
}

/*.nextgallery{
	right:5% !important;
}*/

}
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
.carousel-control-prevDONT,
.carousel-control-nextDONT {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}
#news-slider {
  margin-top: 80px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  padding-top: 1px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
/*.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}*/
.modal-fullscreen{
  width:50%; 
  float:right;	
}
@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }

}
@media only screen and (max-width:768px) {
  .modal-fullscreen{
    width:100%; 	
  }
}
.card-product{
  margin: 0 0.5em;
  box-shadow: unset;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

/* The heart of the matter */ 
.horizontal-scrollable > .row { 
  overflow-x: auto;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  background-color:#fafafa;
} 
.horizontal-scrollable > .row > .col-sm-4 { 
  display: inline-block; 
  float: none; 
}  
.wish-product{
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 77;
  cursor: pointer;
  font-size: 16px;
  color: #abb0b8;
}
.wish-product .fa-heart {
  color: #ff6161;
}
.wish-product-hover{
  right: 25px;
  top: 10px;
  z-index: 77;
  cursor: pointer;
  font-size: 24px;
  color: #abb0b8;
  width: 30px;
  height: 30px;
  padding-left: 1px;
  display: inline-block;
}
.wish-product-hover .fa-heart {
  color: #ff6161;
}
.wish-product-hover{
  border-radius: 100%;
  transform: scale(1.5);
}
.wish-product-wrapper{
  position: relative;
  background: #fff;
  text-align: left;
  transform-origin: top;
  transition: transform 0.3s, padding 0.3s ease, margin 0.3s ease, box-shadow 0.3s ease;
}
.wish-product-wrapper:hover{
  transform:scale(1.1);
  padding: 1.2rem;
  margin: 0 1.2rem;
  cursor:pointer;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.accordion-item{
  border:unset;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
}
.accordion-button, .accordion-body{
  padding-left: unset;
  padding-right: unset;
}

.qty {
    display: flex;               /* Use Flexbox for horizontal alignment */
    align-items: center;         /* Center items vertically */
    gap: 10px;                   /* Space between items */
}

.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}
.qty .plus {
  /*cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;*/
    display: flex;               /* Use flexbox for centering */
    align-items: center;         /* Center items vertically */
    justify-content: center;     /* Center items horizontally */
    width: 30px;                 /* Adjust size as needed */
    height: 30px;                /* Adjust size as needed */
    border-radius: 50%;
    border: 1px solid gray;
    background-color: white;    /* Background color */
    color: black;                /* Text color */
    font-size: 14px;             /* Font size for the icon */
    font-weight: bold;           /* Font weight for the icon */
    cursor: pointer;             /* Pointer cursor on hover */
}
.qty .minus {
  /*cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;*/
    display: flex;               /* Use flexbox for centering */
    align-items: center;         /* Center items vertically */
    justify-content: center;     /* Center items horizontally */
    width: 30px;                 /* Adjust size as needed */
    height: 30px;                /* Adjust size as needed */
    border-radius: 50%;
    border: 1px solid gray;
    background-color: white;    /* Background color */
    color: black;                /* Text color */
    font-size: 14px;             /* Font size for the icon */
    font-weight: bold;           /* Font weight for the icon */
    cursor: pointer;             /* Pointer cursor on hover */
}
.minus i {
    margin: 0;                   /* Remove default margin */
}
.minus:hover{
  background-color: #000 !important;
  color: white !important;
}
.plus:hover{
  background-color: #000 !important;
  color: white !important;
}
/*Prevent text selection*/
span{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
input{  
  border: 0;
  width: 2%;
}
nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:disabled{
  background-color:white;
}
/*.owl-item{
	width: unset !important;
}*/