html {
  scroll-padding-top: 200px;
}
.ebookeryNav{
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.header_search_icon{
  transform: translateY(-50%);
}
.borderGray100{
  border-top: 1px solid rgb(238, 238, 238);
}
.boxHistory, .customGrayBorder{
  border: 1px solid rgb(219, 219, 219);
}
.boxHistory{
  background-color: white;
}
.filterTitleBorderBottom{
  border-bottom: 1px solid rgb(233, 233, 233);
}
.boxO1Home{
  background-color: #e3f0e0;
}
.boxO2Home{
  background-color: #e4dfed;
}
.boxO4Home{
  background-color: #ede7dd;
}

.customBestSellingMonth{
  background-color: #ecf2ea;
}

.footerBG{
  background-color: #212221;
}
.footerBellowBG{
  background-color: #111111;
}
.borderRight{
  border-right: 1px solid rgb(198, 198, 198);
}
.borderBottom{
  border-bottom: 1px solid rgb(233, 233, 233);
}


/* RUDRO CSS */
/* banner section */
.banner {
  background-image: url("https://soyonexpress.com/html-demos/tazza/img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 200px;
  font-family: "Barlow", serif;
}

.banner_images {
  width: 100%;
  overflow: hidden;
}

.banner_images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner_content h1 {
  font-size: 115px;
  line-height: 1.4;
  font-weight: 700;
}

.banner_content h1 span {
  color: #1d8007;
}

.banner_content h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  background-color: #03262c;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: capitalize;
}

.banner_content p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  width: 500px;
  line-height: 1.6;
  margin-top: 20px;
}

/* about section */
.list_item li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #03262c;
}

.list_item li::before {
  content: url("../icon/tikicon.svg");
  height: 28px;
}

/* category card */
.category_card {
  display: inline-block;
  background-color: #fff;
  padding: 8px 0;
  transition: all 0.4s;
  border-radius: 4px;
}

.category_card_img {
  margin: auto;
  display: flex;
  height: auto;
  width: 90%;
  justify-content: center;
  padding: 8px;
}

.category_card_img img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  transition: all ease 0.4s;
  transform: scale(1);
}

.category_card:hover .category_card_img img {
  transform: scale(1.1);
}

.category_card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* video section */
iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #ff9c00;
  border-radius: 12px;
}

.products_card {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  height: fit-content;
}

.products_card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}

.products_card_img {
  background: #f5f7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}

.products_card_img img {
  transition: all ease 0.4s;
  transform: scale(1);
}

.products_card:hover .products_card_img img {
  transform: scale(1.1);
}

.service_img {
  position: relative;
  border-radius: 20px;
  margin-bottom: 60px;
}

.service_title_card {
  position: absolute;
  bottom: -36px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  background: #fff;
  padding: 25px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service_icon {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(137, 172, 134);
  border: 5px solid #fff;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f5f7eb;
}

.testimonials_slider_prev,
.testimonials_slider_next {
  width: 36px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #144609;
}

/********************************/
/***** product details page *****/
/********************************/
/* slider */
.product_details_slider>div:first-child img {
  object-fit: contain;
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #ddd;
}

.product_details_slider>div:last-child img {
  object-fit: contain;
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .product_details_slider>div:first-child img {
    background-color: #45784560;
  }

  .product_details_slider>div:last-child img {
    background-color: #45784560;
  }
}

.slider-for img {
  width: 100%;
  height: auto;
}

.slider-nav img {
  width: 100%;
}

.slider-nav .slick-slide {
  margin: 0 5px;
}

.slider-nav .slick-list {
  margin: 0 -5px;
}

/* rating */
.rating>input {
  display: none;
}

.rating>label {
  float: right;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
}

.rating label:before {
  content: "★";
  font-size: 30px;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
  color: #ffa723;
  transition: color 0.3s;
}

/* rating tooltip */
.rating_container {
  position: relative;
}

.rating_tooltip {
  visibility: hidden;
  color: #565042;
  background: #ced4da;
  padding: 5px 10px;
  border-radius: 2px;
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.rating_tooltip>p {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rating_container:hover .rating_tooltip {
  visibility: visible;
  opacity: 1;
}

.rating>.errnotediv {
  display: none;
}

/* variant_selected */
.variant_selected {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 85px;
  min-height: 20px;
  border-radius: 4px;
  border: 1px solid #02020220;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.variant_selected.active {
  border: 1px solid #e58e09;
}

.variant_selected img {
  background: #738f7126;
  width: 100%;
  object-fit: contain;
}

/* quantity button */
.quantity_value {
  display: flex;
  align-items: center;
  border: 1px solid #02020230;
  width: fit-content;
  margin-top: 15px;
  padding: 6px 24px;
  border-radius: 100px;
}

.quantity_value input {
  padding: 0;
  border: none;
  outline: none;
  width: 100px;
  text-align: center;
  background: transparent;
}

.quantity_value input:focus {
  border: none;
  outline: none;
}

.quantity_value>span {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

/* product details */
.details_title {
  background: linear-gradient(to right, #0f7404, #5cb917);
  color: #fff;
  padding: 0 30px;
  width: fit-content;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* review card */
.review_card {
  background: #f9f9f9;
  border: 2px solid #f0f0f0;
  padding: 20px;
  border-radius: 12px;
}

/* related product */
.customPrev,
.customNext {
  width: 36px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  background: #144609;
}

.customPrev:hover,
.customNext:hover {
  background: #03262c;
}

.promotions_carousel .slick-slide,
.product_gallery_slider .slick-slide {
  margin: 0 10px;
}

.promotions_carousel .slick-list,
.product_gallery_slider .slick-list {
  margin: 0 -10px;
}

.product_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #144609;
  border-radius: 4px;
}

.product_card>img {
  margin: 0 auto;
}

/*************************/
/***** Shopping cart *****/
/*************************/
.cart_table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #0f740435;
}

.cart_table tbody tr {
  border-bottom: 1px solid #0f740420;
  color: #5e6278;
}

.cart_table tbody tr:last-child {
  border-bottom: 0;
}

.cart_table td {
  padding: 15px;
  text-align: center;
}

.cart_table th {
  background-color: #0f740414;
  font-weight: bold;
  padding: 20px 10px;
  border-bottom: 1px solid #0f740435;
}

.cart_table tbody img {
  width: 90px;
  height: 90px;
}

/* cart quantity */
.cart_quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  height: 125px;
}

.cart_quantity input {
  padding: 4px;
  border: none;
  outline: none;
  width: 40px;
  text-align: center;
  border-radius: 2px;
  background-color: #efefef;
}

.cart_quantity input:focus {
  border: none;
  outline: none;
}

.cart_quantity>span {
  width: 25px;
  height: 23px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
  background-color: #efefef;
}

/**********************/
/***** footer css *****/
/**********************/
.footer ul li {
  margin-bottom: 5px;
  color: #fff;
}

.footer ul li a:hover {
  color: #58b516;
}

.footer .social_media {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.footer .social_media a {
  background: #2d344a;
  color: whitesmoke;
  height: 35px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.footer .social_media a:hover {
  background: #58b516;
  color: #fff;
}

.dfhgfdh {
  background: #0f740420;
  color: #144609;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
}

.heuxiW {
  padding: 8px;
  border: 1px solid #0f740420;
}

.half-star {
  position: relative;
  display: inline-block;
  width: 1em;
  background: linear-gradient(to right, #ffa723 50%, #a1a5b7 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  color: transparent;
}

.alert {
  display: block;
  margin-top: 10px;
  padding: 5px 15px;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.order_btn {
  padding: 12px 25px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(to right, #0f7404, #5cb917);
}

.add_product {
  background: #fff;
  padding: 8px;
  gap: 5px;
  border-bottom: 1px solid #f4f4f4;
}

.add_product .quantity {
  display: flex;
  background: #eeeeee;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #eeeeee;
}

.add_product .des,
.add_product .inc {
  width: 27px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_product .qty {
  width: 30px;
  height: 25px;
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_product .des,
.add_product .inc {
  background: #eeeeee;
  cursor: pointer;
}

.shipping {
  margin-top: 16px;
  background: #fff;
  padding: 12px;
}

.border_Bottom {
  border-bottom: 1px dashed #000;
  margin: 10px 0;
}

/**** NEW CSS ****/
.banner_slider {
  overflow: hidden;
  height: auto !important;
}

.banner_slider img {
  width: 100%;
  height: auto;
}

.otp-content {
  text-align: center;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 24px 0;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  transition: all 0.3s;
}

.otp-input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

.otp-input.filled {
  border-color: #4a90e2;
}

.resend-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.resend-otp {
  color: #4a90e2;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.verify-btn {
  background-color: #4a90e2;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  transition: background-color 0.3s;
}

.verify-btn:hover {
  background-color: #3a7bc8;
}

.verify-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.cancelotpBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

/* shipping_info: delivery status */
.shipping_info {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}

.pointers {
  width: 20px;
  height: 20px;
  background-color: rgb(238, 203, 5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.pointers .checkmark {
  display: none;
}

.shipping_info.active .pointers {
  background-color: rgb(7, 202, 7);
}

.shipping_info.active .pointers .checkmark {
  display: block;
}

.pointers .line {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background-color: #ccc;
}

.shipping_info:last-child .pointers .line {
  display: none;
}