body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

:root {
  /* --Primary: #fd5961; Old Color */
  --Primary: #f7971c;
  /* --secondary: #027c81; Old Color */
  --secondary: #005a5a;
  --white: #fff;
  --black: #000;
  --light-black: #aeaeae;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../Fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../Fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../Fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../Fonts/Poppins-SemiBold.ttf);
}

/* Banner Section Css  */

.carousel-item img {
  height: 600px;
}

.carousel {
  position: relative;
  height: 580px;
  overflow: hidden;
  border-radius: 20px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: start;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 66px;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--Primary);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* opacity: .5; */
  transition: opacity 0.6s ease;
}

.carousel_text {
  position: absolute;
  top: 147px;
  left: 75px !important;
  right: 0 !important;
  text-align: left !important;
}

.carousel_text h2 {
  width: 70%;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}

.sale-off {
  margin: 30px 0px;
  padding-left: 12px;
  border-left: 2px solid var(--Primary);
  margin-bottom: 56px;
}

.sale-off h5 {
  color: var(--secondary);
  margin-bottom: 12px;
  font-size: 24px;
  font-family: "Poppins-Bold";
}

.font-body--xxl-500 {
  font-size: 20px;
  font-weight: 500;
}

.sale-off p {
  color: var(--light-black);
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins-Medium";
}

.sale-off h5 span {
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 12px;
  background-color: var(--Primary);
  border-radius: 5px;
  color: var(--white);
  font-size: 16px;
  font-family: "Poppins-Medium";
}

a.shop_now_btn {
  background: #f7971c;
  padding: 10px 19px;
  border-radius: 10px;
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-align: center;
  /*top: 57px;*/
  position: relative;
}

.banner__wrapper-text_box {
  top: 50%;
  left: 32px;
  /* text-align: center; */
  position: absolute;
  transform: translateY(-50%);
}

.banner_box_01 {
  position: relative;
  width: 100%;
  height: 288px;
  overflow: hidden;
  /*border: 1px solid var(--black);*/
  border-radius: 20px;
}

img.Img_banner_01 {
  width: 100%;
  max-width: 100%;
  height: 288px;
  /*  object-fit: cover;*/
  border-radius: 20px;
}

.font-title--sm {
  font-size: 25px;
  font-family: "Poppins-Medium";
  line-height: 35px;
  color: var(--white);
}

.font-title--white {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins-Medium";
  line-height: 43px;
}

/* Swipper Css */

.swiper__common {
  width: 100%;
  /* height: 100%; */
  padding: 25px 8px;
}

.swiper__change {
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: block;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper 01 Css */

.categories_slider {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* padding: 20px 0; */
  margin-bottom: 30px;
}

img.cate_img_slider {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto;
}

.cate_slider_text {
  font-size: 16px;
  margin-top: 13px;
  color: var(--secondary);
  text-align: center;
  font-family: "Poppins-Medium";
}

/* Featured Categories Css */

.section_title {
  position: relative;
}

h2.title_heading {
  font-size: 30px;
  font-weight: bold;
  font-family: "Poppins-Bold";
}

.title-bar {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: var(--Primary);
  bottom: -17px;
  left: 5%;
}

.title-bar-popular {
  left: 3%;
}

.title-bar::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  background-color: #fd5961;
  left: -15px;
  opacity: 0.5;
}

.title-bar::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  background-color: #fd5961;
  right: -15px;
  opacity: 0.5;
}

.button_pagination_01 {
  width: 40px;
  background: #f2f3f4;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.button_pagination_01 i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.featured_box01 {
  padding: 15px;
  border-radius: 10px;
  /* margin-top: 38px; */
  height: 178px;
}

.featured_box01 img {
  width: 100px !important;
  height: 100px !important;
  text-align: center;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 5px;
}
.box_title {
  font-size: 13px;
  font-family: "Poppins-Medium";
  text-align: center;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}

.Item_title {
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: var(--light-black);
  text-align: center;
  display: block;
}

/* Popular Products Css */

.text_tab_color {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  font-family: "Poppins-Medium";
  border: 1px solid !important;
  margin-right: 10px !important;
}

.text_tab_color:focus,
.text_tab_color:hover {
  color: var(--secondary);
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff !important;
  background: var(--Primary);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: var(--Primary);
}
.nav-pills .nav-link.active a {
  color: #fff !important;
  background-color: var(--Primary);
}

.nav-pills .nav-link a {
  color: #000 !important;
}

.popular_tab_box {
  border: 1px solid var(--light-black);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  /* min-height: 435px; */
  height: 410px;
  cursor: pointer;
}

.popular_item_img img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 26px auto;
  /* object-fit: cover; */
  object-fit: contain;
}

.popular_tab_box_info p {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Poppins-Medium";
  color: var(--light-black);
  text-align: left;
}

.popular_tab_box_info h4 {
  font-size: 16px;
  color: var(--black);
  font-family: "Poppins-Medium";
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
  word-break: break-all;
  height: 60px;
}

ul.rating_item.d-flex {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 20px;
}

li.rating_star {
  margin-right: 3px;
  color: #ff9933;
  font-size: 14px;
}
li.rating_star_none {
  margin-right: 3px;
  color: var(--light-black);
  font-size: 14px;
}

.rating_count {
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: var(--light-black);
}

.price_details span {
  font-size: 17px;
  color: var(--black);
  font-family: "Poppins-Medium";
  margin-right: 10px;
}

.price_details del {
  font-size: 16px;
  color: var(--light-black);
  font-family: "Poppins-Medium";
}

span.active_btn {
  display: flex;
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}

.active_btn i {
  color: var(--Primary);
  font-size: 17px;
}

.tag_top_lebel {
  position: absolute;
  background-color: var(--Primary);
  color: var(--white);
  padding: 5px 10px;
  top: -1px;
  left: 0;
  /* width: 70px; */
  text-align: center;
  height: 41px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 5px;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fav_Icon {
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all 0.3s linear;
  opacity: 0;
}

.popular_tab_box:hover .fav_Icon {
  opacity: 1;
}

.popular_tab_box:hover {
  border: 1px solid var(--Primary);
  transition: all 0.3s linear;
  box-shadow: 0px 0px 12px 0px var(--Primary);
}

.tag_top_lebel_1 {
  background-color: #027c81;
}

.tag_top_lebel_2 {
  background-color: #3bb77e;
}

/* Video Section Css */

section.video_ifrem {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.banner-promo__content img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}

.banner-promo__content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h5.video_text {
  font-size: 32px;
  text-align: center;
  font-family: "Poppins-Bold";
  color: var(--white);
}

a.video_play {
  text-align: center;
  margin: 0 auto;
  border: 1px solid;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  border-radius: 50px;
  margin-top: 30px;
}

section.daily_sell {
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}

.daily_sell_banner {
  min-height: 530px;
}

.daily_sell_banner img {
  height: 530px;
}

/* Support Css */

.support_box {
  width: 100%;
}

.support_box_info {
  text-align: center;
  padding: 30px;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  height: 100%;
}

.support_box_info img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
}

.support_box_info h2 {
  font-size: 20px;
  color: var(--secondary);
  font-family: "Poppins-Medium";
  margin-top: 23px;
}

.support_box_info p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: var(--light-black);
}

.support_box_info:hover {
  transition: all 0.3s linear;
  box-shadow: 0px 0px 12px 0px var(--Primary);
}

/* Footer css */

.footer_last {
  background: var(--secondary);
  padding: 40px 0 25px 0;
}

.logo__footer_info img {
  width: 250px;
}

.logo__footer_info p {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: var(--white);
  /* margin-top: 33px; */
  margin-bottom: 30px;
}

ul.social_icon_media {
  list-style: none;
  padding: 0;
}

li.icon_media {
  margin-right: 17px;
  width: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 50px;
}

li.icon_media i {
  color: var(--Primary);
  font-size: 15px;
}

li.icon_media:hover {
  background-color: var(--Primary);
  transition: all 0.3s linear;
}

li.icon_media:hover i {
  color: var(--white);
  transition: all 0.3s linear;
}

.footer_title {
  /* text-align: center; */
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Poppins-Medium";
  font-size: 30px;
}

ul.info_link {
  list-style: none;
  padding: 0;
}

li.info_link_tag {
  font-size: 14px;
  font-family: "Poppins-Regular";
  margin-bottom: 8px;
}

li.info_link_tag a {
  color: var(--white);
}

li.info_link_tag a:hover {
  color: var(--Primary);
  transition: all 0.3s linear;
}

.icon_address {
  margin-right: 10px;
}

.icon_address i {
  font-size: 20px;
  color: var(--Primary);
  margin-right: 10px;
}

.contact_info {
  margin-bottom: 20px;
}

p.address_info,
.email_address,
.mobile_number {
  font-size: 16px;
  color: var(--white);
  font-family: "Poppins-Medium";
  margin: 0;
}

.email_address:hover {
  color: var(--Primary);
  transition: all 0.3s linear;
}

.mobile_number:hover {
  color: var(--Primary);
  transition: all 0.3s linear;
}

.footer__bottom {
  border-top: 1px solid var(--light-black);
  padding-top: 30px;
}

.footer__bottom p {
  color: var(--white);
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.footer__bottom p a {
  color: var(--white);
}

.add_to_cart {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 25px;
}

.swipper_products_height {
  height: 500px;
}

.Products_selling {
  position: relative;
}

.products_title_selling {
  position: relative;
  margin-bottom: 50px;
}

.products_title_selling h3 {
  font-size: 30px;
  font-family: "Poppins-Medium";
  color: var(--black);
}

.selling_products_info img {
  width: 120px;
  height: 120px;
  border: 1px solid var(--light-black);
  border-radius: 10px;
  padding: 10px;
  margin-right: 21px;
}

.selling_products_info {
  margin-top: 40px;
  cursor: pointer;
}

.products__title h4 {
  font-size: 19px;
  font-family: "Poppins-Medium";
}

@media only screen and (max-width: 768px) {
  h2.title_heading {
    font-size: 18px !important;
  }

  .title-bar-popular {
    left: 3%;
  }

  h5.video_text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  ul#pills-tab {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 991px) {
  .daily_sell_banner img {
    height: 400px;
  }

  .daily_sell_banner {
    min-height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .selling_products_info {
    display: block !important;
  }

  .selling_products_info img {
    display: block;
    margin: 0 auto 20px auto;
  }

  .products__title {
    text-align: center;
  }
}

.header__input-form {
  width: 498px;
  height: 40px;
  position: relative;
}

.search__sidenavbar {
  width: 250px;
  height: 45px;
}

.header__input-form input {
  width: inherit;
  height: inherit;
  border-radius: 6px;
  border: 1px solid var(--light-black);
  font-size: 15px;
  line-height: 21px;
  color: var(--secondary);
  padding-left: 45px;
  font-family: "Poppins-Medium";
}

.header__input-form .search-icon {
  left: 18.5px;
  color: var(--secondary);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  opacity: 11111;
}

.input__button {
  background-color: var(--secondary);
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 0 32px;
  cursor: pointer;
}

.item-number {
  position: absolute;
  top: -8px;
  right: 70px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--Primary);
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  font-family: "Poppins-Medium";
}

ul.products_details_cart {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

li.Products_cart_details {
  margin-right: 30px;
  font-size: 25px;
  cursor: pointer;
}

li.Products_cart_details a {
  color: var(--black);
}

.header__brand img {
  width: 200px;
}

.header_top_flex {
  margin-top: 9px;
}

.header__bottom {
  background: var(--secondary);
  padding: 10px 0;
  margin-top: 25px;
}

ul.navbar__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.link__navs {
  margin-right: 30px;
  font-size: 16px;
  font-family: "Poppins-Medium";
}

li.link__navs a {
  color: var(--white);
}

.font__style {
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: var(--white);
}

.font__style:hover {
  color: var(--white);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: var(--white);
  display: block;
  transition: 0.3s;
  font-family: "Poppins-Medium";
}

.sidenav a:hover {
  color: var(--Primary);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

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

  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .menu_icon {
    padding-right: 4px;
  }

  .header__input-form {
    display: none;
  }

  .header__bottom {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .menu_icon {
    display: none;
  }
}

.link__navs a:hover {
  color: var(--Primary);
  transition: all 0.3s ease-in-out;
}

li.Products_cart_details a i:hover {
  color: var(--Primary);
  transition: all 0.3s ease-in-out;
}

.cate_slider_text:hover {
  color: var(--Primary);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 491px) {
  .header__brand img {
    width: 150px;
  }

  .item-number {
    right: -8px;
  }

  li.Products_cart_details {
    margin-right: 15px !important;
    font-size: 25px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .banner_box_wapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel_text {
    position: absolute;
    top: 6px;
    left: 21px !important;
    right: 0 !important;
    text-align: left !important;
  }

  /* .font-title--white {
        color: #fff;
        font-size: 30px;
        font-family: "Poppins-Medium";
        line-height: 43px;
    } */
  .carousel_text h2 {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Poppins-Medium";
  }

  .sale-off h5 {
    color: var(--secondary);
    margin-bottom: 12px;
    font-size: 16px;
    font-family: "Poppins-Bold";
  }

  .sale-off h5 span {
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 12px;
    background-color: var(--Primary);
    border-radius: 5px;
    color: var(--white);
    font-size: 14px;
    font-family: "Poppins-Medium";
  }

  .carousel-item img {
    height: 200px !important;
  }
  .sale-off {
    margin: 11px 0px;
    padding-left: 12px;
    border-left: 2px solid var(--Primary);
    margin-bottom: 30px;
  }
  a.shop_now_btn {
    background: #f7971c;
    padding: 7px 7px;
    border-radius: 5px;
    color: #fff;
    font-family: "Poppins-Medium";
    font-size: 12px;
    text-align: center;
    /* top: 57px; */
    position: relative;
  }
  .carousel {
    height: 100% !important;
  }

  .banner_box_wapper {
    display: flex;
  }

  img.Img_banner_01 {
    width: 100%;
    max-width: 100%;
    height: 200px;
    /* object-fit: cover; */
    border-radius: 20px;
  }

  .banner_box_01 {
    margin-right: 10px;
    height: 200px;
    border: 1px solid #0009;
    margin-bottom: 0px !important;
  }
  .font-title--sm {
    font-size: 14px;
  }
  .featured_box01 {
    padding: 15px;
    border-radius: 10px;
    /* margin-top: 38px; */
    height: 157px;
  }

  .text_tab_color {
    padding: 8px 10px 10px 10px;
    font-size: 10px;
  }
  ul#pills-tab {
    justify-content: start !important;
  }
  .tag_top_lebel {
    padding: 5px 10px;
    height: 35px;
    font-size: 14px;
  }
  .popular_item_img img {
    width: 100%;
    height: 142px;
    object-fit: contain;
  }
  .popular_tab_box_info p {
    font-size: 14px;
  }
  .popular_tab_box_info h4 {
    font-size: 13px;
    height: 35px;
  }
  .price_details span {
    font-size: 14px;
  }
  .price_details del {
    font-size: 14px;
  }
  .active_btn i {
    font-size: 14px;
  }
  span.active_btn {
    width: 35px;
    height: 35px;
  }
  .popular_tab_box {
    height: 360px;
  }
  .responsive_height_new {
    height: 420px;
  }
  .price_details {
    margin-bottom: 0px !important;
  }
  section.daily_sell {
    margin-top: 0px !important;
  }
  .daily_sell_banner {
    min-height: 200px;
  }
  .products_title_selling h3 {
    font-size: 18px;
  }
  .products__title h4 {
    font-size: 14px;
  }
  .selling_products_info {
    margin-top: 20px;
  }
  .support_box_info h2 {
    font-size: 14px;
  }
  .support_box_info p {
    font-size: 12px;
  }

  .breadcrumb-item.active {
    font-size: 20px !important;
  }
  .bg_breadcrumb {
    height: 79px !important;
  }
  ol.breadcrumb {
    height: 79px !important;
  }
  .swiper_header_details img {
    height: 200px !important;
  }
  .products_details__titles {
    font-size: 16px !important;
  }
  .products_details__img {
    font-size: 14px !important;
  }
  .details__info_products span {
    font-size: 14px !important;
  }
  .edit_pass_change {
    margin-left: 0px !important;
  }
  .icon_dash_box {
    width: 30px !important;
    height: 30px !important;
  }
  .order_shadow_change {
    /* width: 151px !important;*/
  }
  .dash__order_title {
    font-size: 12px !important;
  }
  h4.personal_details_title {
    font-size: 20px !important;
  }
  .order_sumary_details h3 {
    font-size: 20px !important;
  }
  .price_details h4 {
    font-size: 14px !important;
  }
  .pagination a {
    padding: 3px 9px;
    font-size: 9px !important;
    width: 25px !important;
    height: 25px !important;
  }
  .pagination ul li {
    padding: 10px 5px;
  }
  .pagination_content.px-3.pb-3 {
    padding: 0 !important;
  }
}

a.Login__btn {
  background: var(--Primary);
  padding: 10px 50px;
  border-radius: 10px;
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 20px;
}
button.Login__btnn {
  background: var(--Primary);
  padding: 10px 50px;
  border-radius: 10px;
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 20px;
  border: 0;
}
h3.title__modal {
  font-size: 30px;
  font-family: "Poppins-Bold";
  color: var(--black);
  text-align: center;
  margin-top: 28px;
}

h3.title__modal:after {
  position: absolute;
  width: 129px;
  height: 2px;
  display: block;
  content: "";
  background: red;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
  margin-top: 11px;
}

.font_label_modeal {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--black);
}

.input__style_font {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: var(--light-black);
}

.forget__label a {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--secondary);
}

.login_Btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 30px;
}

span.labela_title_labe {
  font-family: "Poppins-Medium";
  color: var(--light-black);
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 30px;
}

a.login_register_link {
  color: var(--secondary);
  font-family: "Poppins-Medium";
}

button.btn-close.btn__close_modal {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: var(--Primary);
  z-index: 99999999;
  opacity: 1;
  box-shadow: none;
}

.btn__close_modal i {
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--secondary);
  padding: 10px 72px;
  font-size: 22px;
}

.nav-tabs .nav-link {
  background: #c4c4c4;
  background: #c4c4c4;
  padding: 10px 72px;
  border: 0;
  color: #fff;
  font-size: 20px;
}

.nav-tabs .nav-link {
  background: #c4c4c4;
  background: #c4c4c4;
  padding: 10px 72px;
  border: 0;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: "Poppins-Medium";
}

div#nav-tab {
  justify-content: center;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
}

.signup__tab {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px;
}

.signin__tab {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--Primary);
}

/*input:checked~.form-check-input {
    background-color: red !important;
}*/

.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

@media screen and (max-width: 491px) {
  .nav-tabs .nav-link {
    background: #c4c4c4;
    background: #c4c4c4;
    padding: 10px 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: "Poppins-Medium";
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--secondary);
    padding: 10px 40px;
    font-size: 16px;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--Primary);
  outline: 0;
  box-shadow: none;
}

.focus_color:focus {
  border-color: var(--secondary);
}

.dropdown_cusmatize {
  width: 220px;
  text-align: center;
}

.item_customize {
  color: var(--secondary) !important;
}

.menu_dropdown_cuz {
  margin: 0 0 0 33px !important;
}

.sidebar_width {
  max-width: 303px;
  height: 38px;
  position: relative;
  margin: 48px 0 19px 8px;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

.input__buttom_01 {
  padding: 0 16px;
}

.close__btn_design {
  transition: 0.3s;
}

.swipper_products_height .price_details {
  margin-top: 7px;
}

/* Breadcrumb Css */

.bg_breadcrumb {
  background-image: url(../Image/bre_bg.jpg);
  background-repeat: no-repeat;
  /* background-size: contain; */
  height: 90px;
  width: 100%;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
}

ol.breadcrumb {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: unset;
}

.breadcrumb-item.active {
  color: var(--black);
  font-size: 32px;
  font-family: "Poppins-Medium";
  text-shadow: 2px 2px 5px #717171;
}

/* Contact Us Css */

.contact_box_info {
  border: 2px solid var(--light-black);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: center;
}

.contact_box_info i {
  font-size: 38px;
  color: var(--Primary);
}

.contact_box_info h3 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: "Poppins-Bold";
}

.contact_box_info p {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: var(--secondary);
}

.contact_box_info p a {
  color: var(--secondary);
}

.input_form_Details {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}

.input_form_Details h3 {
  font-size: 30px;
  font-family: "Poppins-Medium";
  text-align: center;
}

.form__input_text {
  font-size: 16px;
  color: var(--black);
  font-family: "Poppins-Medium";
}

.input_placeholder_text {
  font-size: 14px;
  color: var(--light-black) !important;
  font-family: "Poppins-Medium";
}

.submit__btn {
  text-align: center;
  margin-top: 50px;
}

a.submit_btn_success {
  background-color: var(--Primary);
  padding: 10px 40px;
  color: var(--white);
  font-family: "Poppins-Medium";
  font-size: 18px;
  border-radius: 10px;
}
button.submit_btn_successa {
  background-color: var(--Primary);
  padding: 10px 40px;
  color: var(--white);
  font-family: "Poppins-Medium";
  font-size: 18px;
  border-radius: 10px;
  border: 0;
}

.map_section {
  height: 556px;
  width: 100%;
}

/* Abot Us Css */

.about__content h3 {
  font-family: "Poppins-Medium";
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about__content p {
  font-family: "Poppins-Regular";
  font-size: 16px;
}

.about__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.about__img_lg img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.contact_box_info:hover {
  border: 1px solid var(--Primary);
  transition: all 0.3s linear;
  box-shadow: 0px 0px 12px 0px var(--Primary);
}

.about_img_slider {
  height: 400px;
  border-radius: 10px;
}

.about_img_slider img {
  height: 400px;
  object-fit: cover;
  max-width: 100%;
  border-radius: 10px;
}

.next_swiper_change {
  background-color: var(--white);
  padding: 26px;
  height: 82px;
  color: var(--Primary);
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prev_swiper_change {
  background-color: var(--white);
  padding: 26px;
  height: 82px;
  color: var(--Primary);
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.prev_swiper_change:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 30px;
  font-weight: 900;
}

.next_swiper_change:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 30px;
  font-weight: 900;
}

/* My Account Tab Css */

.tab_account_change {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav__account_change {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Poppins-Medium";
  text-align: left;
  color: var(--black);
  padding: 15px 0 15px 30px;
  background: transparent;
}

.nav__account_change:hover {
  color: var(--black);
}

.tab_account_change h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Poppins-Medium";
  font-weight: 700;
  text-transform: uppercase;
}

span.icon_dash {
  margin-right: 10px;
}

.logout__btn {
  margin-bottom: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logout__btn span.icon_dash {
  font-size: 20px;
  /* color: var(--Primary);*/
}

.logout__btn a {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: var(--Primary);
}

.nav__account_change.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--Primary);
  border-radius: 0 !important;
}

.user_info_title {
  font-size: 21px;
  font-family: "Poppins-Medium";
  margin-bottom: 20px;
}

.dashboard_details,
.address_details_info,
.wishlist__dash_info {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}

/* Dashboard Css */

.order_shadow_change {
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 12px;
  border-radius: 5px;
  width: 100% !important;
  cursor: pointer;
  transition: all 0.3s linear;
}

.order_shadow_change:hover {
  transition: all 0.3s linear;
  box-shadow: 0px 0px 12px 0px var(--Primary);
}

.icon_dash_box {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.icon_dash_box i {
  color: var(--Primary);
}

.dash__order_title {
  font-size: 13px;
  font-family: "Poppins-Regular";
}

.count_box_number {
  font-size: 16px;
  font-family: "Poppins-Bold";
}

h2.dash_recent_title {
  margin-top: 40px;
  font-size: 20px;
  font-family: "Poppins-Medium";
}

td,
th {
  border: 1px solid var(--light-black);
  text-align: left;
  padding: 8px;
  text-align: center;
  font-family: "Poppins-Regular";
}
td.sp_detali_ans {
  border: 1px solid var(--light-black);
  text-align: left;
  padding: 8px;
  /*   text-align: center;*/
  font-family: "Poppins-Regular";
}
.table__header {
  font-weight: 800;
  color: var(--secondary);
  text-align: center;
  font-family: "Poppins-Regular";
}

.details_page_design {
  text-decoration: underline;
}

/* Address css */

.address_details_info h5 {
  font-size: 20px;
  font-family: "Poppins-Medium";
}

.address_details_info address {
  font-family: "Poppins-Regular";
}

a.add__edit {
  margin-right: 20px;
  font-size: 15px;
  font-family: "Poppins-Medium";
  color: var(--Primary);
}

a.add_delete {
  font-size: 15px;
  font-family: "Poppins-Medium";
  color: var(--Primary);
}

button.btn.address_new_btn {
  background: var(--secondary);
  padding: 5px 23px;
  color: var(--white);
  font-family: "Poppins-Medium";
}

.wishlist__dash_info {
  height: 230px;
}

.wishlist__title h4 {
  font-size: 16px;
  font-family: "Poppins-Medium";
}
.wishlist__title a {
  color: black;
}
.wishlist_products img {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  object-fit: contain;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.remove_btn {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: var(--secondary);
}

button.btn.add_new_btn {
  background: var(--Primary);
  padding: 6px 20px;
  color: var(--white);
  font-family: "Poppins-Medium";
}

.table_wapper,
.shopping_wapper {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.dropzone-wrapper {
  border: 2px dotted var(--light-black);
  color: var(--black);
  position: relative;
  height: 130px;
  border-radius: 5px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  top: 32px;
  font-size: 16px;
  font-family: "Poppins-Medium";
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 130px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.dropzone-desc i {
  font-size: 24px;
  margin-bottom: 11px;
  color: var(--Primary);
}

.img__show_input {
  width: 90px;
  height: 90px;
  border: 2px solid var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 24px;
  position: relative;
  border-radius: 10px;
}

.img__show_input img {
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
}

.close_btn_img {
  position: absolute;
  right: -11px;
  top: -12px;
  background: var(--white);
  color: var(--Primary);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

ul.redio_updateprofile.d-flex {
  list-style: none;
  margin: 0;
  padding: 0;
}

.redio_updateprofile li {
  margin-right: 17px;
}

.label_radio_change {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--black);
  margin-left: 7px;
}

.form-check-input:checked {
  background-color: var(--Primary);
  border-color: var(--Primary);
}

.password_outline {
  background: transparent !important;
  color: var(--secondary) !important;
  border: 1px solid var(--secondary);
  transition: all 0.3s ease-in-out;
}

.password_outline:hover {
  background-color: var(--Primary) !important;
  color: var(--white) !important;
  border-color: var(--Primary) !important;
  transition: all 0.3s ease-in-out;
}

.submite_btn_change {
  margin: 0 auto;
}

.password__header_change {
  background-color: var(--Primary);
  color: var(--white);
  padding: 30px 0;
  justify-content: center;
}

.password__header_change h5 {
  font-family: "Poppins-Medium";
  font-size: 23px;
}

.close_password_change {
  background-color: var(--white) !important;
}

.close_password_change i {
  color: var(--Primary);
}

@media screen and (max-width: 400px) {
  .wishlist__dash_info {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 10px;
  }
}

.order_dash_details {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* padding: 30px; */
  height: 100%;
}

.img_info_padding {
  padding: 20px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  height: 100%;
}

.image___info {
  margin-bottom: 17px;
}

.image___info img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin-bottom: 17px;
}

.image___info span {
  background: #08b727;
  padding: 5px 8px;
  font-size: 12px;
  color: var(--white);
  border-radius: 3px;
  font-family: "Poppins-Medium";
}

.imge_Details_price {
  margin-left: 27px;
}

.payment_Padding {
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}

.imge_Details_price h3 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--black);
  word-break: break-all;
}

p.Qty_no {
  font-size: 15px;
  color: var(--black);
  font-family: "Poppins-Medium";
  margin-top: 10px;
}

p.date_No {
  font-size: 15px;
  font-family: "Poppins-Regular";
}

h4.Payment_title {
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-bottom: 15px;
}

.payment_details p {
  font-family: "Poppins-Medium";
  color: #686868;
  font-size: 14px;
  margin-bottom: 8px;
}

p.payment__total {
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #686868;
  border-top: 1px dotted var(--secondary);
  padding-top: 10px;
}

.method p {
  font-family: "Poppins-Medium";
  color: #686868;
  font-size: 14px;
}

.shipping_chabge__address {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #686868;
}

.nav__account_change:focus-visible {
  outline: none;
}

/* Checkout Css */

h4.personal_details_title {
  font-size: 25px;
  margin-bottom: 30px;
  color: var(--secondary);
  font-family: "Poppins-Medium";
}

.payment_radio {
  border: 1px solid var(--light-black);
  padding: 10px;
  border-radius: 5px;
}

.order_sumary_details {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}

.order_sumary_details h3 {
  font-family: "Poppins-Medium";
  font-size: 26px;
}

.subtotal_order h5,
.shipping_order_cost h5,
.discount_order h5 {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: var(--light-black);
}

.total_amount_order {
  border-top: 1px solid var(--light-black);
  padding-top: 20px;
}

.total_amount_order h5 {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: var(--black);
}

.subtotal_order span,
.shipping_order_cost span,
.discount_order span {
  font-size: 12px;
  color: var(--black);
  font-family: "Poppins-Medium";
}

.total_amount_order span {
  font-size: 16px;
  color: var(--black);
  font-family: "Poppins-Bold";
}

.apply_btn_change {
  border-color: var(--light-black);
}

.price_details h4 {
  font-size: 16px;
  font-family: "Poppins-Medium";
}

.chackout_order_info .input-group {
  width: 125px;
  margin-right: 20px;
}

.checkout_incre_decre .input-group {
  width: 187px;
}

.chackout_order_info .input-group .input-number {
  border-color: var(--Primary);
  border-radius: 5px !important;
}

.order__cancel i {
  color: var(--Primary);
  cursor: pointer;
}

.order_img_info img {
  width: 163px;
  height: 110px;
  object-fit: contain;
  /*  width: 100%;*/
}

/* Shopping Cart Css */

.shopping_cart h3 {
  font-size: 20px;
  font-family: "Poppins-Medium";
  color: var(--black);
  margin-bottom: 30px;
}

.table_shopping_Details h4 {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: black;
  margin-left: 10px;
}

.table_shopping_Details img {
  width: 100px;
  height: 100px;
}

.shopping_price_table {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 121px;
}

.checkout_incre_decre {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 121px;
}

.total_amount_table span {
  font-size: 20px;
  color: var(--black);
  font-family: "Poppins-Bold";
}

.total_amount_table h5 {
  font-family: "Poppins-Medium";
}

.total_amount_table p {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--light-black);
}

/* Products Css */

.products_info_section {
  position: relative;
}

.filter__products {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}

.filter__products h4 {
  font-size: 30px;
  font-family: "Poppins-Bold";
  color: var(--black);
  border-bottom: 1px solid var(--light-black);
  padding-bottom: 15px;
  width: 100%;
}

.products_details__titles {
  font-family: "Poppins-Bold";
  font-size: 20px;
  color: var(--black);
}

.details__info_products h4 {
  color: var(--light-black);
  font-family: "Poppins-Medium";
  font-size: 20px;
}

.details__info_products span {
  color: var(--black);
  font-family: "Poppins-Medium";
  font-size: 16px;
}

.products_details__img {
  list-style: none;
  padding: 0;
  /*margin-left: 100px;*/
}

.products_details__img li {
  font-family: "Poppins-Medium";
  font-size: 15px;
  color: var(--black);
  margin-bottom: 10px;
}

.products_details__img li i {
  font-size: 15px;
  color: var(--light-black);
  margin-right: 10px;
}

.policy__products {
  background-color: #f3f4f6;
  padding: 30px;
  border-radius: 10px;
}

.free__shipping h5 {
  font-family: "Poppins-Medium";
  font-size: 18px;
}

.free__shipping p {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: var(--light-black);
}

.return__policy h5 {
  font-family: "Poppins-Medium";
  font-size: 18px;
}

.learn__morelink span {
  font-size: 16px !important;
  color: var(--secondary) !important;
}

.details_swiper_img img {
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  cursor: pointer;
  object-fit: contain;
}

.swiper_header_details img {
  height: 400px;
  border-radius: 5px;
  cursor: pointer;
  object-fit: contain;
}

.accordion_details {
  background-color: #f3f5f6;
  padding: 20px;
  border-radius: 5px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--Primary);
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: #e7f1ff;
  box-shadow: none;
}

.accordion-button {
  font-family: "Poppins-Medium";
  font-size: 16px;
}

.accordion-body {
  font-size: 14px;
  font-family: "Poppins-Medium";
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../Image/close.png");
  width: 30px;
  height: 30px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../Image/plus.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  width: 30px;
  height: 30px;
}

.menuu_sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: var(--white);
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 15px; */
  /* padding-top: 15px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menuu_sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

.menuu_sidenav .products_details_order {
  border-bottom: 1px solid var(--light-black);
}

.menuu_sidenav .price_details_img_tit {
  font-family: "Poppins-Medium";
  font-size: 15px;
  color: black !important;
}
.add_to_cart_title {
  font-family: "Poppins-Medium";
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  color: var(--white);
}

.checkout_addcart {
  width: 100%;
  background-color: var(--secondary);
  border: 0;
  padding: 10px;
  border-radius: 5px;
}

.check_out_title_process {
  color: var(--white);
  font-family: "Poppins-Medium";
  font-size: 13px;
}

.price_checkoutcart {
  font-family: "Poppins-Medium";
  color: var(--Primary);
  font-size: 11px;
  border-radius: 5px;
}
.add_cart_header_check {
  background: var(--secondary);
  padding: 20px;
}

.profile_update_dash img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  object-fit: cover;
}

.profile_update_dash {
  border: 2px solid var(--light-black);
  border-radius: 5px;
  text-align: center;
  padding: 25px;
  height: 100%;
}

.billing_dashboard {
  border: 2px solid var(--light-black);
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.profile_update_dash h4 {
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: var(--black);
}

.profile_update_dash span a,
.billing_dashboard span a {
  font-family: "Poppins-Medium";
  color: var(--secondary);
  font-size: 14px;
}

h2.dashboard__user-billing-title {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: var(--light-black);
  margin-bottom: 15px;
}

.dashboard__user-billing-name {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: var(--secondary);
}

.dashboard__user-billing-location {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--light-black);
  margin-bottom: 5px;
}

.dashboard__user-billing-email a {
  font-size: 16px;
  color: var(--black);
  font-family: "Poppins-Medium";
  word-break: break-all;
}

.dashboard__user-billing-number a {
  font-size: 16px;
  color: var(--black);
  font-family: "Poppins-Medium";
}

p.dashboard__user-billing-email {
  margin-bottom: 7px;
}

h2.address__title_owner {
  font-size: 20px;
  font-family: "Poppins-Medium";
  color: var(--black);
  margin-bottom: 15px;
}

.address_details_info p {
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: var(--light-black);
  margin-bottom: 6px;
}

span.address__type {
  background-color: var(--Primary);
  color: var(--white);
  font-size: 14px;
  font-family: "Poppins-Medium";
  padding: 10px 20px;
  border-radius: 5px;
}

.defult___thumb {
  background-color: var(--white);
  color: var(--Primary);
  border: 1px solid var(--Primary);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

.defult___thumb_set {
  background-color: var(--Primary);
  color: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

.defult___thumb:hover {
  background-color: var(--Primary);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

.defult___thumb i,
.defult___thumb_set i {
  margin-right: 8px;
}

span.edit___thumb {
  padding: 10px 15px;
  color: var(--Primary);
  cursor: pointer;
  border-radius: 5px;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

span.remove___thumb {
  padding: 10px 15px;
  color: var(--secondary);
  cursor: pointer;
  border-radius: 5px;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

span.edit___thumb i,
span.remove___thumb i {
  margin-right: 6px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  /* background: red; */
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--light-black);
  top: 15px;
  bottom: 0;
  /* left: 50%; */
  margin-left: -3px;
}

/* Container around content */
.container1 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.container1::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid var(--light-black);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Add arrows to the right container (pointing left) */
/* .right1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
} */

/* Fix the circle for containers on the right side */
.right1::after {
  left: -13px;
}

/* The actual content */
.content1 {
  /* padding: 20px 30px; */
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container1 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  /* .container1::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    } */

  /* Make sure all circles are at the same spot */
  .right1::after {
    left: 16px;
  }
}

.timeline_dash_details {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  height: 100%;
}

.content1 h2 {
  font-family: "Poppins-Medium";
  font-size: 17px;
  color: var(--secondary);
}

.content1 p {
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: var(--black);
}

.content1 h2 span {
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: var(--light-black);
  /* margin-left: 10px; */
}

.timeline_order_title {
  font-size: 25px;
  font-family: "Poppins-Medium";
  border-bottom: 1px solid var(--light-black);
  padding-bottom: 20px;
}

.tracking_url h6 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: var(--black);
}
.tracking_url span {
  font-family: "Poppins-Medium";
  color: var(--light-black);
  font-size: 12px;
}
.tracking_url span a {
  font-family: "Poppins-Medium";
  color: var(--light-black);
  font-size: 12px;
  word-break: break-all;
}

.mobile_url h6 {
  font-size: 14px;
  font-family: "Poppins-Medium";
  margin-bottom: 15px;
}
.mobile_url span a {
  font-family: "Poppins-Medium";
  color: #686868;
  font-size: 14px;
}

a.invoice_input {
  background-color: var(--secondary);
  padding: 10px 15px;
  color: var(--white);
  border-radius: 10px;
  font-family: "Poppins-Medium";
  font-size: 14px;
}

@media screen and (max-width: 400px) {
  .timeline_dash_details {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    height: 100%;
  }
  .timeline_order_title {
    font-size: 20px;
    font-family: "Poppins-Medium";
    border-bottom: 1px solid var(--light-black);
    padding-bottom: 20px;
  }
  .order_img_info {
    flex-direction: column;
  }
  .Info___img {
    flex-direction: column;
    align-items: center;
  }
}
.footer_title h3 {
  font-size: 23px;
}

.fav_Icon_01 span.active_btn {
  background: var(--Primary);
}
.fav_Icon_01 .active_btn i {
  color: var(--white);
}

.cart_box_01 span.active_btn {
  background: var(--Primary);
}
.cart_box_01 .active_btn i {
  color: var(--white);
}
.disp_none {
  display: none !important;
}
.ellipsis {
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.ellipsis40 {
  height: 40px !important;
}

.snackbar_success {
  background-color: #25b160; /* Black background color */
}
.snackbar_error {
  background-color: #e02020; /* Black background color */
}
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  font-weight: bold;
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 999991; /* Add a z-index if needed */
  right: 3%; /* Center the snackbar */
  top: 30px; /* 30px from the top */
  height: auto !important;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* star rating css start */

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 15px;
}

.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: lightgray !important;
  font-family: "Font Awesome 5 Free";
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ff9933 !important;
  overflow: hidden;
  font-family: "Font Awesome 5 Free";
}

.stars-0:after {
  width: 0%;
}
.stars-1:after {
  width: 1%;
}
.stars-2:after {
  width: 2%;
}
.stars-3:after {
  width: 3%;
}
.stars-4:after {
  width: 4%;
}
.stars-5:after {
  width: 5%;
}
.stars-6:after {
  width: 6%;
}
.stars-7:after {
  width: 7%;
}
.stars-8:after {
  width: 8%;
}
.stars-9:after {
  width: 9%;
}
.stars-10:after {
  width: 10%;
}
.stars-11:after {
  width: 11%;
}
.stars-12:after {
  width: 12%;
}
.stars-13:after {
  width: 13%;
}
.stars-14:after {
  width: 14%;
}
.stars-15:after {
  width: 15%;
}
.stars-16:after {
  width: 16%;
}
.stars-17:after {
  width: 17%;
}
.stars-18:after {
  width: 18%;
}
.stars-19:after {
  width: 19%;
}
.stars-20:after {
  width: 20%;
}
.stars-21:after {
  width: 21%;
}
.stars-22:after {
  width: 22%;
}
.stars-23:after {
  width: 23%;
}
.stars-24:after {
  width: 24%;
}
.stars-25:after {
  width: 25%;
}
.stars-26:after {
  width: 26%;
}
.stars-27:after {
  width: 27%;
}
.stars-28:after {
  width: 28%;
}
.stars-29:after {
  width: 29%;
}
.stars-30:after {
  width: 30%;
}
.stars-31:after {
  width: 31%;
}
.stars-32:after {
  width: 32%;
}
.stars-33:after {
  width: 33%;
}
.stars-34:after {
  width: 34%;
}
.stars-35:after {
  width: 35%;
}
.stars-36:after {
  width: 36%;
}
.stars-37:after {
  width: 37%;
}
.stars-38:after {
  width: 38%;
}
.stars-39:after {
  width: 39%;
}
.stars-40:after {
  width: 40%;
}
.stars-41:after {
  width: 41%;
}
.stars-42:after {
  width: 42%;
}
.stars-43:after {
  width: 43%;
}
.stars-44:after {
  width: 44%;
}
.stars-45:after {
  width: 45%;
}
.stars-46:after {
  width: 46%;
}
.stars-47:after {
  width: 47%;
}
.stars-48:after {
  width: 48%;
}
.stars-49:after {
  width: 49%;
}
.stars-50:after {
  width: 50%;
}
.stars-51:after {
  width: 51%;
}
.stars-52:after {
  width: 52%;
}
.stars-53:after {
  width: 53%;
}
.stars-54:after {
  width: 54%;
}
.stars-55:after {
  width: 55%;
}
.stars-56:after {
  width: 56%;
}
.stars-57:after {
  width: 57%;
}
.stars-58:after {
  width: 58%;
}
.stars-59:after {
  width: 59%;
}
.stars-60:after {
  width: 60%;
}
.stars-61:after {
  width: 61%;
}
.stars-62:after {
  width: 62%;
}
.stars-63:after {
  width: 63%;
}
.stars-64:after {
  width: 64%;
}
.stars-65:after {
  width: 65%;
}
.stars-66:after {
  width: 66%;
}
.stars-67:after {
  width: 67%;
}
.stars-68:after {
  width: 68%;
}
.stars-69:after {
  width: 69%;
}
.stars-70:after {
  width: 70%;
}
.stars-71:after {
  width: 71%;
}
.stars-72:after {
  width: 72%;
}
.stars-73:after {
  width: 73%;
}
.stars-74:after {
  width: 74%;
}
.stars-75:after {
  width: 75%;
}
.stars-76:after {
  width: 76%;
}
.stars-77:after {
  width: 77%;
}
.stars-78:after {
  width: 78%;
}
.stars-79:after {
  width: 79%;
}
.stars-80:after {
  width: 80%;
}
.stars-81:after {
  width: 81%;
}
.stars-82:after {
  width: 82%;
}
.stars-83:after {
  width: 83%;
}
.stars-84:after {
  width: 84%;
}
.stars-85:after {
  width: 85%;
}
.stars-86:after {
  width: 86%;
}
.stars-87:after {
  width: 87%;
}
.stars-88:after {
  width: 88%;
}
.stars-89:after {
  width: 89%;
}
.stars-90:after {
  width: 90%;
}
.stars-91:after {
  width: 91%;
}
.stars-92:after {
  width: 92%;
}
.stars-93:after {
  width: 93%;
}
.stars-94:after {
  width: 94%;
}
.stars-95:after {
  width: 95%;
}
.stars-96:after {
  width: 96%;
}
.stars-97:after {
  width: 97%;
}
.stars-98:after {
  width: 98%;
}
.stars-99:after {
  width: 99%;
}
.stars-100:after {
  width: 100%;
}

/* star rating css end */

/* New Css style */

.header_design_dropui {
  border: none;
  font-family: "Poppins-Medium";
}

.header_design_dropui li a {
  color: var(--secondary);
  font-size: 14px;
  white-space: normal;
}

.Products_cart_details img {
  max-width: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.price_details {
  margin-bottom: 15px;
}
/*14/06/2022*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}
/* --------------------------------------------

             Forms 
             
-------------------------------------------- */

.required::after,
.prompt::before {
  content: "*";
  color: #ff0000;
  display: inline-block;
  margin-left: 4px;
}
form input:not([type="submit"]).warning {
  border-color: #ff7b1a;
}

form input:not([type="submit"]).error {
  border-color: #ff0000;
}
form select:not([type="submit"]).error {
  border-color: #ff0000;
}
form textarea:not([type="submit"]).error {
  border-color: #ff0000;
}

form input:not([type="submit"]).success {
  border-color: #269300;
}

form input:not([type="submit"]).info {
  border-color: var(--primary-color);
}

.success,
.alert_box_success {
  color: #26a541;
}

.error,
.out_of_stock,
.alert_box_error {
  color: #ff4557;
}

#lightbox-panel-loader {
  display: none;
  position: fixed;
  z-index: 10000;
}

#lightbox-panel-mask {
  position: fixed;
  z-index: 9000;
  background-color: #fff;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0.2 !important;
}

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

           end Forms 
             
-------------------------------------------- */
/* Price Chart Start  */

.filter-title {
  position: relative;
}

.filter-title p {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  line-height: 1;
}

.full-filter .price-range.ui-widget.ui-widget-content {
  border: none;
  margin-left: 10px;
}

.ui-slider-horizontal {
  height: 10px;
  background: #f7971c;
  border: none;
}

.price-range.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 10px;
  background: var(--black);
}

.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  border: none;
  /* box-shadow: 0px 5px 13px rgba(167, 167, 167, 0.7); */
  cursor: pointer;
  background: var(--black);
  top: -7px;
  outline: none;
}

.hero__form.v2
  .explore__form-checkbox-list.full-filter
  .price-range
  .ui-slider-handle.ui-corner-all.ui-state-default {
  box-shadow: none;
}

input#amount_two {
  border: none;
  outline: none;
}

.search_by_price {
  border-bottom: 1px solid rgb(235, 235, 235);
}
.search_by_brand,
.search_by_color {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(235, 235, 235);
}

/* Price Chart End  */
.not_found_img img {
  height: 200px;
  width: 200px;
}

.font_label_modeal a {
  color: var(--black);
}

.products__title a {
  color: var(--secondary);
  text-decoration: none;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.banner_box_01 {
  position: relative;
}

.amount_two_rang {
  color: var(--text-grey-color);
  border: 1px solid var(--text-grey-color);
  padding: 8px 10px 8px 12px;
  height: 38px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}

/*new*/

.pagination ul li {
  display: inline-block;
}

.pagination ul li {
  padding: 10px 5px;
}

.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--text-color);
}

.pagination {
  justify-content: center;
  margin-top: 30px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: var(--Primary);
  color: white;
  border: 1px solid var(--Primary);
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.new_checkbutton {
  padding: 4px 13px !important;
  font-size: 16px;
}

.country_pincode {
  position: relative;
  margin-top: 30px;
}

h3.review_customer_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.review_rating_title {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rating_title__new {
  font-size: 16px;
}

.review_rating_title li {
  margin-top: 5px;
  padding-bottom: 5px;
}
.rating_new span {
  color: #ff9933;
}
.text__reviews textarea {
  height: 250px;
  width: 100%;
}
.new_review_submit {
  margin: 0 auto;
}

.customer_details_review {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}
button.btn.dropdown-toggle.btn-light.bs-placeholder {
  border: 1px solid #ced4da;
  background: #fff;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: none;
}

button.btn.dropdown-toggle.btn-light {
  border: 1px solid #ced4da;
  background-color: #fff;
}
.edit_new_style {
  /* border-right: 1px solid;*/
  padding-right: 10px;
}

.pass_new_style {
  padding-left: 10px;
}

.edit_pass_change {
  margin-left: 50px;
}

.edit___thumb a {
  color: var(--primary-color);
}
.remove___thumb a {
  color: var(--primary-color);
}
.form-check-input {
  position: unset;
  margin: 0;
  margin-top: 0.25em;
}
button {
  border: none;
}
button:focus {
  outline: none;
  outline: none;
}

.button_center_div {
  margin: 0 auto;
}
.tbl_tr_td_shp {
  white-space: normal;
  width: 40%;
  text-align: left;
}

.select_address_box_new {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.label_new_style {
  font-family: "Poppins-Medium";
  color: var(--black);
}

.address_owner_name {
  font-family: "Poppins-Medium";
}

.mobile_number_owner {
  font-family: "Poppins-Bold";
  color: var(--secondary);
}

.address_style_new {
  font-family: "Poppins-Regular";
  margin-top: 12px;
  margin-bottom: 26px;
  font-size: 14px;
}
.not_found_style {
  position: relative;
  height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.not_found_chks {
  position: relative;
  /* height: 100%;*/
  text-align: center;
  margin-bottom: 50px;
}
.new-hdr-drp {
  overflow: auto;
  max-height: 400px;
  width: 180px;
}

.collapse-block-title {
  display: none;
}
@media (min-width: 992px) {
  .collection-collapse-block-content {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .collapse-block-title {
    display: block;
    z-index: 999;
  }
  .filter_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .collection-collapse-block-content {
    display: none;
  }
}
.new-filler {
  margin-top: 40px;
}
.new-rev-box {
  height: 100%;
}

.accordion-button:not(.collapsed)::after {
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
  transform: rotate(0deg) !important;
}

/*  Add new Css 29.1.2024  */
.image-container {
  cursor: pointer;
  border: 2px solid transparent;
  /* border-radius: 10px; */
  padding: 5px;
  text-align: center;
  transition: border 0.3s ease-in-out;
}
.image-container img {
  width: 100px;
  height: 150px;
  /* border-radius: 10px; */
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.price-group {
  font-family: "Poppins-Medium";
}
.product-name {
  font-size: 16px;
  font-family: "Poppins-Medium";
}

.price-group span {
  font-size: 17px;
  color: var(--black);
  font-family: "Poppins-Medium";
  margin-right: 10px;
}

.image-card:hover .selection-overlay {
  display: block !important;
}
input:checked + label .selection-overlay {
  border-color: #fff1f2 !important;
}
input.sync-radio:checked + label {
  border: 3px solid #f7971c !important;
  display: block;
}
.transition-all {
  transition: all 0.2s ease-in-out;
}

/* For radio Button */
.wrapper {
  display: inline-flex;
  height: 115px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 10px;
}
.wrapper .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 15px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.wrapper .option .dot {
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.wrapper input[type="radio"] {
  display: none;
}

/* .option-1:checked:checked ~ .option-1,
.option-2:checked:checked ~ .option-2 {
  border-color: var(--Primary);
  background: var(--Primary);
} */
.option-1:checked:checked ~ .option-1 .dot,
.option-2:checked:checked ~ .option-2 .dot {
  background: #f7971c;
}
.option-1:checked:checked ~ .option-1 .dot::before,
.option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span {
  font-size: 16px;
  color: #808080;
}
.option-1:checked:checked ~ .option-1 span,
.option-2:checked:checked ~ .option-2 span {
  color: #808080;
}

@media (max-width: 768px) {
  .wrapper .option {
    width: 100%;
    text-align: center;
    padding: 6px;
  }

  .text-box {
    gap: 15px;
  }

  .wrapper .option span {
    font-size: 11px;
  }

  .personalize-options {
    padding: 10px;
  }

  .form-control {
    font-size: 12px;
  }

  .title__modal {
    font-size: 20px;
    text-align: center;
  }
}
