@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


body {
  font-family: 'DM Sans', sans-serif;

}

/* 
.category-hover-img {
  opacity: 0;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  z-index: 1;
}

.category-hover-box:hover .category-hover-img {
  opacity: 1;
  transform: scale(1.2);
} */



.category-hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  /* Full rounded (circle) */
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  background-image: url('../images/main_bg.png');
  /* ⬅️ Set by default */
  background-size: cover;
  /* ⬅️ Visible immediately */
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #D4D8E0;
}

.main-product-box p{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-hover-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9999px;
  opacity: 0;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.category-hover-box:hover img {
  opacity: 1;
  transform: scale(1.2);
}

.category-hover-box p { 
  font-weight: 600;
  color: #000;
  transition: color 0.4s;
}

.category-hover-box:hover p {
  color: #fff;
}



.view_all_btn {
  background: linear-gradient(90deg, #006838 0%, #6DB544 50%, #E84224 100%),
    linear-gradient(90deg, #106838 0%, #F6B527 50%, #CD381A 100%);
  padding: 5px 25px;
  border-radius: 7px;
  color: white;
}


.main_product_box_new {
  border: 1px solid #D4D8E0;
  border-radius: 12px;
  object-fit: cover;
  overflow: hidden;
}


.main_product_box_new .name_txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.fa-solid,
.fas {
  color: #FF9900 !important;
}

.main_product_box_new .price_txt {
  color: #4E2716;
  font-size: 16px;
  font-weight: 600;
}

.main_product_box_new .hide_price {
  font-size: 14px;
  color: #8391A1;
  font-weight: 500;
  text-decoration: line-through;
}

.main_follow_up_box img {
  aspect-ratio: 0.8;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute !important;
  top: 50% !important;
  width: calc(var(--swiper-navigation-size) / 44 * 27) !important;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #404040 !important;
  border: 1px solid #404040;
  padding: 0px 22px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
    padding: 0px 10px !important;
    font-size: 14px !important; /* if using font icons */
    border-radius: 4px !important;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 17px;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(90deg, #C53030 0%, #FB4E5D 100%);
  color: #ffffff !important;
  border-color: transparent !important;
}


.swiper-button-next {
  left: -70px !important;
}

.mySwiper3 {
  background: radial-gradient(55.95% 138.8% at 55.95% 44.88%, #F3FFC6 0%, #FFD7C1 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    radial-gradient(55.95% 138.8% at 55.95% 44.88%, #E9F5A7 0%, #FFD7C1 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    linear-gradient(0deg, #F9F9F9, #F9F9F9),
    linear-gradient(0deg, #F7FFE1, #F7FFE1);
}

.main_slider_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.social_media .insta {
  background-color: #126039;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_media .insta i {
  color: #FFF;
  font-size: 20px;
}

.is-sticky header {
  background-color: #fff;
  z-index: 9999999 !important;
  box-shadow: 1px 0px 6px #0000003b;
}


.input_box select {
  border: 1px solid #D4D8E0;
  border-radius: 6px;
  /* padding: 7px 15px; */
  font-size: 12px;
}

.fa-solid .fa-star {
  color: red;
}


.product_detail_section .image_box .inner_box_image {
  aspect-ratio: 0.75;
}


.product_detail_section .image_box .changable_image_row .nav-item button.active {
  border: 2px solid #1F4339;
}

/* .product_detail_section .product_detail_box .discount_badge p {
  color: #E14922;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
} */

.product_detail_section .product_detail_box .product_name h2 {
  color: #222222;
  font-size: 28px;
  font-weight: 500;
}

/* .product_detail_section .product_detail_box h2.secondary-font {
  color: #222222 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  margin-bottom: 0 !important;
} */

/* .product_detail_section .product_detail_box .product_name .disable_price {

  color: #777777;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-left: 5px;
} */

.product_detail_section .product_detail_box .product_description {
  padding-top: 20px;
}

.product_detail_section .product_detail_box .product_description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #B5B5B5;
}

.product_detail_section .product_detail_box .left_count p {
  color: #FF0000;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 7px;
}

.product_detail_section .product_detail_box .color_panel .changable_div {
  padding-left: 7px;
  display: flex;
  align-items: center;
}

.product_detail_section .product_detail_box .color_panel .changable_div select {
  width: 100%;
  color: #1F4339;
  padding: 7px 10px;
  border-radius: 0;
  border: 1px solid #1F4339;
}

.product_detail_section .product_detail_box .color_panel .changable_div select option {
  padding: 10px;
  color: #1F4339;
  border-radius: 0;
}

.product_detail_section .product_detail_box .color_panel .changable_div select:focus {
  outline: none;
}

.product_detail_section .product_detail_box .color_panel span {
  color: #1F4339;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
  line-height: 58px;
  display: inline-block;
  border-right: 2px solid rgba(178, 54, 50, 0.2);
}

.product_detail_section .product_detail_box .color_panel input {
  display: none;
}

.product_detail_section .product_detail_box .color_panel label {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  margin-right: 15px;
}

.product_detail_section .product_detail_box .mini_heading h5 {
  color: #E14922;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 15px;
}

/* .product_detail_section .product_detail_box input {
  display: none;
} */

.product_detail_section .product_detail_box .buy_row {
  padding-top: 5px;
}

.product_detail_box .accordion {
  padding-top: 25px;
}

.product_detail_section .product_detail_box .buy_row button {
  font-size: 16px;
  padding: 0 50px;
}






.product_detail_section .product_detail_box .buy_row .qty-btn-minus,
.product_detail_section .product_detail_box .buy_row .qty-btn-plus {
  color: #1F4339;
  background-color: transparent;
}

.product_detail_section .product_detail_box .rating_row {
  display: flex;
  align-items: center;
  /* padding: 0 0 15px 0; */
}

.product_detail_section .product_detail_box .rating_row i {
  color: #FFA800;
}

.product_detail_section .product_detail_box .rating_row .rating_count span {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
}

.product_detail_section .product_detail_box .radio_container {
  margin-bottom: 20px;
  padding-top: 20px;
}

.product_detail_section .product_detail_box .radio_container .form-radio1:checked+.inner_price_box {
  border-color: #E14922;
  color: #fff;
  background-color: #E14922;
}

.product_detail_section .product_detail_box .radio_container .product_detail_heading h2 {
  color: #E14922;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 3px solid #D9D9D9;
  position: relative;
  margin-bottom: 15px;
}

.product_detail_section .product_detail_box .radio_container .product_detail_heading h2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 5px;
  height: 5px;
  width: 50%;
  background-color: #E14922;
}

.product_detail_section .product_detail_box .radio_container .inner_price_box {
  margin-right: 10px;
  height: 40px;
  width: auto;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  color: #222222;
  position: relative;
  font-size: 16px;
}

.product_detail_section .qty-container {

  border: 1px solid #ddd;
}

.product_detail_section .product_detail_box .qty-btn-minus,
.product_detail_section .product_detail_box .qty-btn-plus {
  /* border: 2px solid #BCBEC2; */
  padding: 12px;
  color: #222222;
}

.product_detail_section .product_detail_box .cart_increase input {
  border: 0;
  color: #222222;
  font-weight: 500;
  text-align: center;
  width: 50px;
  font-size: 20px;
}

.color_panel .changable_div .form-radio:checked+.product_color {

  border: 4px solid #e14922;
}


.main-btn {
  background-color: #FFF;
  color: #404040;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #404040;
  padding: 7px;
  border-radius: 8px;
  display: inline-block;
}


.main-btn .main_round_box {
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #C53030 0%, #FB4E5D 100%);
  border-radius: 50%;
}


.buy_now {
  background: linear-gradient(90deg, #C53030 0%, #FB4E5D 100%);
}

.order_summary .product_row {
  padding: 25px 0;
}

.order_summary .product_row:first-child {
  border-top: 2px solid #D9D9D9;
}

.cart_row2 {
  padding: 20px 0;
}

.cart_row2 .profile_pic {
  height: 160px;
  width: 160px;
}

.fa-solid .fa-minus{
  color: white;
}

.cart_details .large_heading {
  padding-bottom: 50px;
  text-align: center;
}

.cart_details .cart_row1 {
  padding: 15px 0;
}

.cart_details .large_heading .heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #E14922;
}

.cart_details .large_heading .heading img {
  padding-right: 20px;
}

.cart_details .large_heading p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.cart_details .cart_header {
  background-color: #1F4339;
  border-bottom: 4px solid #E14922;
}

.cart_details .cart_header span {
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.cart_details .product_details .stock_availability {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart_details .product_details .product_name {
  color: #1F4339;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 10px;
}

.cart_details .product_details .rating_row {
  display: flex;
  align-items: center;
  padding: 10px 0 20px 0;
}

.cart_details .product_details .rating_row i {
  color: #FFA800;
}

.cart_details .product_details .rating_row .rating_count span {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
}

.cart_details .price_list {
  font-size: 18px;
  font-weight: 700;
  color: #1F4339;
  padding: 5px 10px;
}

.cart_details .qty-container {
  display: flex;
  align-items: center;
}

.cart_details .qty-container i {
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
}

.cart_details .qty-container input {
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1F4339;
}

.cart_details .delete_row .delete_icon {
  position: absolute;
  top: 0;
  right: 0;
}

.cart_details .cart_row {
  padding: 70px 0;
  border-bottom: 2px solid #D9D9D9;
}

/* 
.product_box .part_desc .price_row .removed_price,
.product_box .part_desc .price_row .currant_price {
  font-family: "Open Sans", sans-serif;
} */

.product_box .part_desc .price_row .removed_price {
  color: #c8c3c3b3;
  font-size: 14px;
  font-weight: 600;
}

/* .removed_price {
  color: #918c8c !important;
  font-size: 14px;
  padding: 0 7px;
} */

.desktop_cart .row {
  padding: 15px 0;
}

.desktop_cart .cart_header .row {
  padding: 10px 0;
}

.desktop_cart .profile_pic img {
  max-width: 100% !important;
  max-height: 100%;
  width: auto !important;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}


.profile_pic {
  height: 160px;
  width: 160px;
  position: relative;
}

.oops_section {
  padding: 0 0 50px;
  text-align: center;
}

.oops_section .oops_heading {
  padding: 70px 0;
}

.oops_section .oops_heading h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #1F4339;
}

.oops_section .part_text {
  padding: 30px 0;
}

.oops_section .part_text .normal_text {
  color: #B5B5B5;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.checkout_section {
  padding: 20px 0 20px;
}

.checkout_section .detail_row {
  padding-bottom: 20px;
}

.checkout_section .detail_row .date p {
  font-size: 24px;
  font-weight: 500;
  color: #E14922;
}
/* 
.order_summary .product_box_main .cart_product {
  width: 70px;
} */

/* .bordered_input {
  padding-top: 30px;
} */

.cart_product{
  width: 70px;
}
.bordered_input h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #404040;
}

.bordered_input input,
.bordered_input textarea,
.bordered_input select {
  width: 100%;
  border: 0;
  border: 1px solid #D4D8E0;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 6px;
}

.bordered_input input::-moz-placeholder,
.bordered_input textarea::-moz-placeholder,
.bordered_input select::-moz-placeholder {
  color: #929AAA;
  font-weight: 500;
}

.bordered_input input::placeholder,
.bordered_input textarea::placeholder,
.bordered_input select::placeholder {
  color: #819690;
  font-weight: 500;
}

.bordered_input input:focus,
.bordered_input textarea:focus,
.bordered_input select:focus {
  outline: none;
}


.checkout_section .total_table .secondary-font {
  text-align: right;
}

.checkout_section .total_table tr td {
  font-size: 16px;
  color: #1F4339;
  padding-bottom: 10px;
  font-weight: 600;
}

.checkout_section .total_table tr:last-child td {
  padding-bottom: 20px;
}

.checkout_section .total_table tfoot td {
  color: #fff;
  background-color: #1F4339;
  padding: 15px;
}

.total_table td {
  color: #1F4339;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
}

.total_table td:last-child {
  text-align: right;
}

.total_table tfoot td {
  margin-top: 40px;
  background-color: #1F4339;
  color: #fff;
  padding: 10px 10px;
}

.main_radio_box input:checked label {
  background-color: red;
}

.main_radio_box input:checked label::before {
  opacity: 1;
}


.main_radio_box input:checked label::after {
  border: 2px solid #fff;

}

.main_radio_box label::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;

}

.main_radio_box label::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 0;
  background-color: #fff;

}

