body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.nav__actions{
  max-width: 25%;
}

.nav__wrap {
  max-width: 30%;
  width: 100%;
}
/* .nav__wrapper{
  max-width: 27%;
} */
.nav__wrap {
  max-width: 33%;
}
.nav__wrap a.active {
  font-weight: 700 !important;
}
/* ***************** */
/* homepage  */
/* ***************** */
/* Header Css  */
.header-top-line .shipping-text {
  color: #FFFDF6;
}
header.site-header .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
}
.mobile-header {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 100px 20px 20px;
  background-color: var(--primary-color);
  min-height: 100%;
  transform: translateX(100%);
  transition: 0.2s;
  z-index: 999;
  overflow-y: scroll;
}

.link-hover{
  transition: 0.3s;
}

.link-hover:hover {
  color: var(--primary-color);
}

/* Tablet Responsive  */

@media(max-width:991px){
.site-header .mobile-header.active {
  transform: translateX(0);
}
.nav__actions, .logo__wrap, .nav__wrap {
  max-width: 35%;
  width: 100%;
}
}

/* Tablet Responsive  */
/* new css qa */

.drop_wrapper{
  position: relative;
}
.drop_wrapper .dropdown-menu {
  top: 100%;
}



/* search box css  */
.search-box {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 33px 0px;
  transition: 0.6s;
  transform: translateY(-150%);
}

.search-box.show {
  transform: translateY(0%);
  z-index: 9999;
  /* border: 1px solid; */
  background: var(--extra-color-1);
}
.search-box.show .fa {
  color: black;
}
.search-box .form-group {
  display: flex;
  align-items: center;
  position: relative;
}

.search-box .form-group button {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  outline: none;
  padding: 10px 20px;
}

.search-box .form-group input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.search-box .cancel {
  text-align: right;
  padding: 10px 0px;
}

.search-box .cancel svg {
  fill:black;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* search-bar end here */



/* Header Css  */

/* banner  */
.client__images img:not(:first-child) {
  margin-left: -30px;
}

.client__images img {
  border-radius: 50%;
  object-fit: cover;
  width: 55px;
  height: 55px;
}
.banner-video-wrapper .custom-controls button {
  cursor: pointer;
  color: #402e2e;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  background: linear-gradient(-155deg, #00000087, #0000002e);
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-position: center;
}

/* Laptop Responsive  */
@media(max-width:1400px){
.banner .banner-video {
  height: 550px;
  object-fit: cover;
}
}

/* Laptop Responsive  */

/* Mobile Responsive  */
@media(max-width:575px){
  .banner .banner-video {
    height: 400px;
}
}
/* Mobile Responsive  */

/* banner  */

/* Category sec  */
.cat__box img {
  transition: 0.3s ease;
  object-fit: cover;
  width: 100%;
}

.cat__box h4 {
  transition: 0.3s ease;
}
.cat__box:hover img {
  transform: scale(1.05);
}
.cat__box:hover h4 {
  color: var(--primary-color) !important;
}
/* Category sec  */

/* extension sec  */
.extension__box h4 {
  font-size: 30px;
}

/* .extension__box p {
  font-size: 14px;
} */

/* Laptop Responsive  */
@media(max-width:1400px){
  .extension__box h4 {
    font-size: 25px;
}
}
/* Laptop Responsive  */

/* Tablet Responsive  */
@media(max-width:991px){
  .extension__box h4 {
    font-size: 19px;
}
}

/* Mobile Responsive  */
@media(max-width:575px){
  .cat__box h4 {
    margin-bottom: 0px !important;
}
}

/* extension sec  */

/* tweezer sec  */
.tweezer_wrap {
  max-width: 350px;
}

/* Tablet Responsive  */
@media(max-width:768px){
  .tweezer_wrap {
    max-width: 100%;
}
}
/* Tablet Responsive  */

/* tweezer sec  */

/* Comprasion */

.image-comparison {
  max-width: 48.063em;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover
    ~ .image-comparison__slider
    .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison
  .image-comparison__slider-wrapper
  .image-comparison__range:active
  ~ .image-comparison__slider
  .image-comparison__thumb,
.image-comparison
  .image-comparison__slider-wrapper
  .image-comparison__range:focus
  ~ .image-comparison__slider
  .image-comparison__thumb,
.image-comparison
  .image-comparison__slider-wrapper
  .image-comparison__range--active
  ~ .image-comparison__slider
  .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #f2f2f2; */
  /* background-image: url(../img/comprasion2.png); */
  background-repeat: no-repeat;
  background-size: cover;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
    right: 12px;
    text-align: right;
    z-index: 3;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  /* background-color: rgba(0, 0, 0, 0.55);  */
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 30px) !important;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(126deg, #303030, #666666);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}













.popup_close{
  line-height: normal;
}

/* 
#subscribe-popup.show {
  visibility: visible; 
} */


/* #subscribe-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden; 
  z-index: 1000;
 
} */

.popup-content {
  /* background: #fff; */
  background: var(--extra-color-1);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  /* width: 400px; */
}

.popup_close {
  line-height: normal;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#subscribe-popup.show {
  visibility: visible; /* Show popup */
}

#subscribe-popup {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}



















/* Comprasion */

/* discover sec  */
.usages .slick-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  cursor: pointer;
  z-index: 1;
}

.usages .prev-arrow {
  left: 70px;
}

.usages .next-arrow {
  right: 75px;
}

.usage__dot {
  height: 11px;
  width: 11px;
  background: #fff;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #5c5858b8;
  position: absolute;
  transition: .3s ease;
  animation: blink 1s infinite forwards;
}

@keyframes blink {
  0% {
      box-shadow: 0 0 0 0 #5c5858b8;
  }
  100% {
      box-shadow: 0 0 0 10px #5c5858b8;
  }
}

.usage__dot:nth-of-type(1) {
  top: 45%;
  right: 260px;
}

.usage__dot:nth-of-type(2) {
  top: 72%;
  right: 55px;
}

.usage__dot:nth-of-type(3) {
  top: 70%;
  left: 200px;
}

.discover .usage__wrap .thumb-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}

/* Laptop Responsive  */
@media(max-width:1200px){
  .discover .usage__wrap .thumb-img {
    height: 630px;
}
.usages .next-arrow {
  right: 40px;
}
.usages .prev-arrow {
  left: 40px;
}
}
/* Laptop Responsive  */

/* Tablet Responsive  */
@media(max-width:991px){
  .discover .usage__wrap .thumb-img {
    height: 450px;
    object-fit: cover;
}
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media(max-width:575px){
  .discover .usage__wrap .thumb-img {
    object-position: right;
}
}
/* Mobile Responsive  */

/* discover sec  */
/* ***************** */
/* homepage  */
/* ***************** */


/* innerpages css start here */

/* shop page css start here  */

.categories_wrapper .accordion-button::after {
  content: unset;
}
.categories_wrapper li{

  list-style: none;
}
.categories_wrapper .accordion-item{
  border-color: var(--black-color);
}

.categories_wrapper .accordion-button:not(.collapsed) {
  /* border-left: 3px solid #F67050; */
  box-shadow: unset;
  background-color: var(--extra-bg-2);
  color: var( --secondary-color);
  /* margin-bottom: 4px; */
}
.product_card img {
  height: 235px;
  object-fit: scale-down;
}

/* shop page css end here  */



/* .our_team_sec .card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
section.our_team_sec .card {
  transform: scaleX(0.8);
  transition: transform 0.3s ease;
} */




.our_team_sec .card {
  width: 80%;
  transition: width 0.5s;
}

.our_team_sec .card:hover {
  width: 100%;
}

.our_team_sec .card-body {
  position: absolute;
  width: 100%;
  top: 50%;

  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg); 
  transition: transform 0.5s; 
}
.our_team_sec img{
height: 300px;
}
.our_team_sec .card-img-overlay{
  background-color: #00000087;
}

.our_team_sec .card:hover .card-body {
  transform: translate(-50%, 42%) rotate(0deg); 
}

/* .our_team_sec .card {
  transition: width 0.5s ease;
  cursor: pointer;
}
.our_team_sec .text {
  transition: transform 0.5s ease;
} */
/* innerpages css end here  */




/* Productdetails page Css  / */


.pro_slider .p-myswiper {
  position: relative;
}

.pro_slider .p-myswiper .swiper-slide {
  min-height: 240px;
  /* transition-property: opacity, transform, -webkit-transform; */
}
/* .sld-wrp {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
.pro_slider .p-myswiper-thumbs {
  /* margin-top: 30px; */
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  height: 126px;
  padding: 10px 0;
}

.pro_slider .p-myswiper-thumbs .swiper-slide {
  /* height: 100px; */
  cursor: pointer;
}

.pro_slider .p-myswiper-thumbs .swiper-scrollbar {
  position: relative;
  margin-top: 1.6rem;
}
.pro_slider .p-myswiper-thumbs .swiper-scrollbar-drag {
  height: 20px;
  padding: 8px 0;
  cursor: pointer;
  /* background-color: var(--color-theme, #4B7CB6); */
  /* background-clip: content-box; */
}
.pro_slider .p-myswiper-thumbs .swiper-scrollbar::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  content: "";
  background-color: #eee;
}

.pro_slider .p-myswiper .swiper {
  height: 381px;
}
.pro_slider .swiper-horizontal .swiper-slide.p-myswiper__slide img{
  width: 100%;
  height: 381px;
  object-fit: fill;
}
.pro_slider .p-myswiper-thumbs .swiper-slide.p-myswiper-thumbs__slide img {
  height: 100%;
  /* margin: 0 20px; */
  width: 100%;
}

.pro_slider .p-myswiper-thumbs .swiper-slide {
  /* height: 100px; */
  /* margin: 0 10px; */
  margin-right: 10px;

}
.in_stock{
  width: 70px;
}
.swiper-slide img {
  width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
}
.pro_slider .swiper-button-next:after,.pro_slider .swiper-button-prev:after{
  font-size: 16px;
  color: black;
}
.pro_slider .swiper-button-prev,.pro_slider  .swiper-button-next{
   background-color: var(--primary-color);
   opacity: 1;
   width: 26px;
   height: 26px;
   border-radius: 20px;
}
.pro_slider .swiper-button-next.swiper-button-disabled,.pro_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  /* pointer-events:; */
}
/* pro-slider end here */






.quanity-content {
	flex: 0 0 25%;
}
.products-details-tab .nav-pills .nav-link.active,.products-details-tab .nav-pills .show > .nav-link {
  color: var(--secondary-color);
  background-color: var(--extra-bg-2);
  box-shadow: none;
}
.products-details-tab .btn-check:focus+ .products-details-tab .btn, .products-details-tab .btn:focus {
  outline: 0;
  box-shadow: none;
  color: var(--secondary-color);
}
.products-details-tab .nav-pills .nav-link {
	border: 1px solid var(--secondary-color);
	border-radius: 2px;
	padding: 5px 70px;
}
.color-span {
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  border-radius: 23px;
}
.color-wrapper input:checked ~ .color-span {
	outline-color: var(--secondary-color);
	border-color: #fffcf5;
}

/* / Mobile Responsive  / */
@media (max-width: 575px) {
	.products-details-tab .nav-item {
		width: 100%;
	}
	.products-details-tab .nav-pills .nav-link {
		width: 100%;
	}
  .story_wrapper img {
    height: 285px;
    object-fit: cover;
}

.story_txt {
    padding: 12px 0 20px 14px;
}

.our_sub_rate {
    border-right: 0;
}

.team_card {
    display: flex;
    justify-content: center;
}
}
/* / counter Css  / */
/* .counter {
	border: 1px solid #14252a;
	height: 40px;
	max-width: 140px;
	width: 100%;
}
.productsdetail-section .counter {
	height: 35px;
	max-width: 100px;
}
.counter .counter-value {
	outline: none;
	border-right: 1px solid #a09d99;
	border-left: 1px solid #a09d99;
	height: 100%;
	flex: 2;
}
.counter .plus,
.counter .minus {
	flex: 1;
} */
.counter_wrapper .btn-minus,.counter_wrapper .btn-plus {
  width: 24px;
  height: 33px;
  font-size: 13px;
}
.counter_wrapper .quantity-input{
  width: 41px;
  height: 33px;
  font-size: 15px;
}
/* / counter Css  / */

/* / Custom Radio Start here / */

.custom-radio-1:checked ~ .radio-here,
.custom-radio-1:not(:checked) ~ .radio-here {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	display: block;
	width: 18px;
	height: 15px;
}
/* 
.custom-radio-1:checked ~ .radio-here:before,
.custom-radio-1:not(:checked) ~ .radio-here:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid var(--secondary-color);
	border-radius: 100%;
	background: #fff;
} */

.custom-radio-1:checked ~ .radio-here:after,
.custom-radio-1:not(:checked) ~ .radio-here:after {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--secondary-color);
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.custom-radio-1:not(:checked) ~ .radio-here:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.custom-radio-1:checked ~ .radio-here:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.custom-radio-1:checked + .radio-here + .label-span {
	font-weight: 600;
}

.custom-radio-1:checked  .radio-here:before, .custom-radio-1:not(:checked)  .radio-here:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--reviews-color);
  top: 0px;
  left: 0px;
  border-radius: 100%;
}
/* / Custom Radio end here / */
.review-form-content .form-control::placeholder{
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--secondary-color);
  font-size:13px;
}
.size .btn-check:focus+.btn,.size .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 4px #bcb15f;
  /* border: 3px solid #bcb15f; */
}

.size .btn {
  border-radius: 0;
  border: 3px solid;
  width: 40px;
  height: 40px;
}

.size  .btn-check:active+.btn-secondary, .size  .btn-check:checked+.btn-secondary, .size  .btn-secondary.active,.size  .btn-secondary:active, .show>.size  .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #bcb15f;
}
/* / Productdetails page Css  / */


.input-inline-btn {
  position: absolute;
  right: 8px;
  bottom: 6px;
  background-color: transparent;
  border: 0px;
  border-left: 1px solid #00000063;
  padding-left: 10px;
}

.auth-section .form-control::placeholder{
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #030303;
  font-size: 12px;
}

.quantity-button .btn-check:focus+.btn, .quantity-button .btn:focus {
  outline: 0;
  box-shadow: none;
}
/* cart css */


section.cart_sec .table tbody tr td {
  width: 20%;
}

.quantity-input {
  width: 50px;
  text-align: center;
  height: 40px;
}

.btn-minus,
.btn-plus {
  width: 30px;
  height: 40px;
}
@media(max-width:600px){
  .product_img img {
    width: 71px;
    height: 60px;
}
section.cart_sec .table{
  width: 670px;
}
}
@media(max-width:880x){
  .product_img img {
    width: 103px;
    height: 54px;
}
}
/* cart css */

/*checkout  */
.pro_img img {
  width: 73px;
  height: 61px;
}
.checkout_form .form-radio .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='black'/></svg>");
}
.checkout_form .form-radio .form-check-input:checked {
  background-color: transparent;
  border-color: rgba(0,0,0,.25);
}
.checkout_form .form-check-input:focus {
  box-shadow: none
}
.check_this .form-check-input:checked {
  background-color: black;
  border-color: rgba(0,0,0,.25);
}
.checkout_form select.form-select {
  background-image: unset;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
}
/* checkout */

/* video_tutorial  */

.play_video {
    top: 40%;
} 
.play_video img{
    height: 49px;
    width: 49px;
}
/* video_tutorial */
/* educational_resources start here */
.tag {
  border-radius: 20px;
  width: 73px;
  text-align: center;
}
.featured_video_wrapper button.slick-prev.slick-arrow::before {
  content: "";
  background-image: url(../img/arrow_left.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 20px;
  left: -18px;
  position: absolute;
}
.featured_video_wrapper button.slick-next.slick-arrow::before {
  content: "";
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 20px;
  position: absolute;
}

@media(max-width:800px){
  .featured_video_wrapper button.slick-prev.slick-arrow::before {

    bottom: -191px;
    left: 238px;
}
.featured_video_wrapper button.slick-next.slick-arrow::before {
  bottom: -191px;
  right: 238px;
}
}
@media(max-width:600px){
  .featured_video_wrapper button.slick-prev.slick-arrow::before {

    bottom: -161px;
    left: 138px;
}
.featured_video_wrapper button.slick-next.slick-arrow::before {
  bottom: -161px;
  right: 123px;
}
}
@media(max-width:450px){
  .featured_video_wrapper button.slick-prev.slick-arrow::before {

    bottom: -200px;
    left: 138px;
}
.featured_video_wrapper button.slick-next.slick-arrow::before {
  bottom: -200px;
  right: 123px;
}
}
/* educational_resources end here  */

/*  */

.checkout-sec input::-webkit-outer-spin-button,
.checkout-sec input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.checkout-sec input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
/*  */

/* profile */

.user_image {
  position: relative;
  top: -100px;
  height: 71px;
}

.user_image img {
  border: 6px solid white;
  border-radius: 50%;
  width: 148px;
  height: 143px;
}
.profile_tabs_wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: black;
  background: transparent;
}

.orders_detail_Wrapper .product_img img {
  width: 80px;
  height: 77px;
}

.orders_detail_Wrapper .table{
  border-collapse:separate; 
  border-spacing: 0 1em;
}
.profile_tabs_wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link:hover{
  color: white;
}
.edit_profile_img {
  top: 112px;
  right: 25%;
}

.edit_profile_img .fa {
  font-size: 26px;
}

.address_detail_wrapper input[type="radio"] {
  display: none;
}

/* Style the label when the radio button is checked */
.address_detail_wrapper input[type="radio"]:checked + label .address_detail_box {
  border: 2px solid var(--extra-bg-2); /* Change to your desired border color */
}

/* Hide the default label by default */
.address_detail_box .default-label {
  display: none;
}

/* Show the default label when the corresponding radio button is checked */
.address_detail_wrapper input[type="radio"]:checked + label .address_detail_box .default-label {
  display: inline-block;
}

.form-check-label {
  width: 100%;
}

.address_detail_box .default-label {
  width: 66px;
  border-radius: 5px;
  cursor: default;
  top: 4px;
  right: 7px;
}


.address_detail_box .address-content {
  display: flex;
  flex-direction: column;
}

/* General styling for the address detail box */

/* .rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
} */



.star-rating {
  direction: rtl;
  display: inline-block;
  font-size: 2rem;
  unicode-bidi: bidi-override;
}

.star {
  cursor: pointer;
  color: #ccc;
}

.star:hover,
.star:hover ~ .star {
  color: #f5c518;
}

.star.selected,
.star.selected ~ .star {
  color: #f5c518;
}

/* #rating-value {
  margin-top: 20px;
  font-size: 1.5rem;
} */

.edited_address .form-control::placeholder , .edited_address select ,.add_new_address  .form-control::placeholder , 
.add_new_address select {
  color:var(--secondary-color);
  font-size:13px;
}
.edited_address{
  display: none;
}
.add_new_address{
  display: none;
}

.orders_detail_Wrapper_box{
  display: none;
}
@media(max-width:700px){
  .orders_detail_Wrapper .table {
    width: 667px;
}
}


/* profile */

/* contact */
.contact_form form textarea {
  resize: none;
}

/* contact */


/* faq */
.faq_Wrapper .accordion-button::after {
  content: "\2b";
  font-family: "fontAwesome";
  border: 1px solid var(--black-color);
  background-image: unset;
  text-align: center;
  padding: 2px 5px;
}
.faq_Wrapper .accordion-button:not(.collapsed)::after {
background-image: unset;
transform: rotate(-180deg);
content: "\f068";
color: black;
padding: 2px 3px;
}
.faq_Wrapper .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
}

/*faq  */

/*  blog*/
.blog_pro_img img {
  width: 188px;
  height: 163px;
}
.blog_Cate_box .nav-pills .nav-link.active {
  color: black;
}
.blog_Cate_box .nav-pills .nav-link.active:hover {
  color:white;
}
/* blog */


/*  */
.card_wrapper .card {
  height: 174px;
}


/*  */
/* Footer */
footer .level-1 {
  font-size: 38px;
}

.foo__form input {
  transition: 0.3s ease;
  border: 1px solid #3d3d3d;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  border-radius: 0 !important;
  outline: none !important;
}

.foo__form input:focus {
  border-color: #bcb15f !important;
}

.foo__form button {
  transition: 0.3s ease;
}
.foo__form button:hover {
  background: var(--primary-color) !important;
}

/* Mobile Responsive  */
@media(max-width:575px){
  footer .level-1 {
    font-size: 27px;
  }

}


/* Mobile Responsive  */

/* Footer */

/* client-section Css  */
.client-wrapper .client-img-wrapper .client-stars .star-li {
  color: #ef911f;
  font-size: 12px;
}
.client-section .client-wrapper {
  background: #FFFDF6;
}
.client-section .client-wrapper {
  background: #FFFDF6;
  border: 1px solid;
  border-image: linear-gradient(90deg, rgba(188,177,95,0.3029586834733894) 0%, rgba(86,81,43,0.30015756302521013) 100%) 1;
  transition:0.3s ease ;
}
.quotes-img {
  right: 20px;
  top: -20px;
}
.client-wrapper:hover {
  background: var(--primary-color);
}
/* .client-wrapper:hover {
  background: var(--secondary-color);
} */

.client-wrapper:hover .client-name-text {
  color: #FFFDF6;
}
.client-wrapper:hover .review-date {
  color: #FFFDF6;
}
.client-wrapper:hover .review-para {
  color: #FFFDF6;
}
/* client-section Css  */
