.top-seller-slider {
  margin-top: 20px;
}
.product-item {
  height: 100%;
  width: auto;
  /* border: 1px solid #cacaca; */
  padding: 20px;
  text-align: left;
  /* background: #ffff; */
}
.product-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 8px;
}
.product-item h3 {
  font-size: 16px;
  margin: 5px 0;
  color: #333;
}
.product-item p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.product-item button {
  padding: 8px 15px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.product-item button:hover {
  background-color: #333;
}
/* .owl-nav button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
  }
  
  .owl-nav button:hover {
    background-color: #000;
  } */
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}
.owl-dot.active {
  background-color: #000;
}
.owl-carousel .product-item .product-item-info a.product-item-link {
  text-transform: none;
  color: #333;
  font-family: 'Roboto-Bold', Helvetica, Arial;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
a:active,
a:hover {
  outline: 0;
}
.owl-carousel .product-item .product.name.product-item-name {
  min-height: 55px;
}
.owl-carousel .product-item .product-item-info {
  height: 100%;
  width: auto;
  /*   border: 1px solid #cacaca; */
  /*   padding: 20px; */
  text-align: left;
  background-color: #ffff;
}
.owl-stage-outer .tax-details {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
  margin-right: 10px !important;
  border: 1px solid #cacaca !important;
}
/*   @media screen and (min-width: 375px) {
     .owl-carousel .owl-item {
       width: 275px !important; 
     }
   }
  
   @media screen and (min-width: 414px) {
     .owl-carousel .owl-item {
       width: 314px !important; 
     }
   }
   @media screen and (min-width: 1025px) {
     .owl-carousel .owl-item {
       width: 292px !important; 
     }
    } */
@media screen and (min-width: 768px) {
  .product-item .action.primary {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .product-item .action.primary {
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  }
}
.product-item .action.primary {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .action.primary {
    font-size: 1.5rem;
  }
}
.action.primary {
  font-size: 1.5rem;
}
.action.primary {
  text-transform: uppercase;
  padding: 10px 25px;
}
.product-item .tocart {
  font-size: 14px;
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.action.primary {
  background-image: none;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 25px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary-reverse {
  background-color: #fff;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  cursor: pointer;
  display: inline-block;
  font-family: 'RobotoCondensed-Bolditalic', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 25px;
  font-size: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.actions-secondary {
  margin-left: 15px !important;
}
.icon {
  font-family: 'Ascher' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.to-wishlist,
.icon.to-compare {
  display: inline-block;
  max-width: 30px;
  line-height: 35px;
  color: #000;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.icon.to-wishlist::before,
.icon.to-compare::before {
  width: 26px;
  font-size: 24px;
  font-weight: initial;
}
.icon.to-wishlist::before {
  content: "\e902";
}
.icon.to-compare::before {
  content: "\e901";
}
.owl-controls {
  /* display: none !important; */
}
.owl-dots {
  display: none !important;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  content: "\e90a";
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  transform: rotate(180deg);
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  font-size: 24px;
  -webkit-mask-image: none;
  mask-image: none;
  background-color: transparent;
  color: #000;
  left: unset;
  top: unset;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  font-family: 'Ascher' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-slider {
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-bottom: 15px;
}
.topseller {
  max-width: 1540px;
  padding: 40px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  font-size: 34px;
  font-weight: bold;
  font-family: 'RobotoCondensed-Bolditalic', Helvetica, Arial;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .action.primary {
    font-size: 1.5rem;
  }
  .center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  text-indent: unset;
}
@media screen and (min-width: 768px) {
  .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    /* margin: calc(- @ size / 2) 0 0; */
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    text-indent: 100%;
    overflow: hidden;
  }
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: calc(-20px) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover {
  background-color: transparent;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
}
/* new  */
[class*=owl-carousel-products-].owl-theme .owl-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  /* Position at the center vertically */
  transform: translateY(-50%);
  left: 0;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  /* Adjust the padding as needed */
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  padding: 0 10px;
  border: none;
  outline: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  /* Adjust as needed */
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  /* Adjust as needed */
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-dots {
  display: none !important;
}
.action.primary:hover {
  background-color: #fff;
  border-color: #2a2a2a;
  color: #2a2a2a;
}
.action.primary-reverse:hover {
  background-color: #2a2a2a;
  border-color: #fff;
  color: #fff;
}
.end-action-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto 70px auto;
}
@media screen and (min-width: 768px) {
  .owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (max-width: 1620px) {
  .topseller {
    padding: 40px 20px 20px 20px;
  }
  .custom-slider {
    padding: 0 50px 20px 50px;
  }
}
@media screen and (max-width: 1560px) {
  .topseller {
    padding: 40px 20px 20px 20px;
  }
  .custom-slider {
    padding: 0 100px 20px 100px;
  }
}
@media screen and (max-width: 500px) {
  [class*=owl-carousel-products-].owl-theme .owl-controls {
    width: 90%;
    left: 20px;
  }
  .custom-slider {
    padding: 0 50px 20px 50px;
  }
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .topseller {
    padding: 195px 20px 20px 20px;
  }
  .custom-slider {
    padding: 0 50px 20px 50px;
  }
}
@media screen and (max-width: 425px) {
  [class*=owl-carousel-products-].owl-theme .owl-controls {
    width: 90%;
    left: 16px;
  }
}
@media screen and (max-width: 375px) {
  [class*=owl-carousel-products-].owl-theme .owl-controls {
    width: 90%;
    left: 13px;
  }
}
