a{
  text-decoration: none;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}


/* .loader__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: center right;
  background: #a42672db;
}
.loader__element:first-of-type {
  background: #a42672;
} */



.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 360px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%);
}


.log_one{
    width:100%;
}


.side-bar .menu {
	width: 100%;
	margin-top: 30px;
}

.side-bar .menu .item {
	position: relative;
	cursor: pointer;
}

.side-bar .menu .item a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 5px 3px;
  line-height: 36px;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #a42672db !important;
  background-clip: padding-box;
  /* backdrop-filter: blur(39px) !important; */
  outline: 0;
  transition: transform .3s ease-in-out;
}

.side-bar .menu .item a:hover {
	background: #ffffff07;
	transition: 0.3s ease;
}

.offcanvas-header .btn-close:focus {
  box-shadow: none !important;
}

.side-bar .menu .item i {
  color: #ffffff;
  font-weight: 600;

}

.side-bar .menu .item a .dropdown {
	position: absolute;
	right: 0;
	top: -14px;
	margin: 20px;
	transition: 0.3s ease;
}

.cart_pro img {
  border-radius: 7px;
}

.quantity {
	background: #fff;
	border: 1px #ddd solid;
	border-radius: 5px;
	padding: 1px 2px;
	display: inline-block;
	margin-right: 15px;
}

.product-count {
	margin-top: 5px;
}

.product-item_content p{
  font-weight: 400;
  font-size: 15px;
}

.grid-wrapper {
 
  grid-gap: 30px;
  place-items: center;
  place-content: center;
}

/* .grid-col-auto {
  grid-auto-flow: column;
  grid-template-rows: auto;
} */

/* ******************* Main Styeles : Radio Card */
label.radio-card {
  cursor: pointer;
}
label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  max-width: 280px;
  min-height: 330px;
  padding: 15px;
  display: grid;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #a7276d;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: #a5276e;
  border-color: #a6266e;
  transform: scale(1.2);
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0);
  border-color: #a5276e;
}
label.radio-card .card-content img {
  margin-bottom: 10px;
}
label.radio-card .card-content h4 {
  font-size: 16px;
  letter-spacing: -0.24px;
  text-align: center;
  color: #1f2949;
  margin-bottom: 10px;
}
label.radio-card .card-content h5 {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #686d73;
}

.cart_space {
  display: flex
;
  justify-content: space-between;
  align-items: center;
}

.count {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product_cart_wrapper {
  background-color: #ffffff;
  padding: 26px;
  border: 1px solid #ffffff14;
  color: #000000;
}

.product-count .qtyminus,
.product-count .qtyplus {
  width: 27px;
  height: 27px;
  background: #a42672;
  text-align: center;
  font-size: 18px;
  justify-content: center;
  font-weight: 200;
  line-height: 17px;
  align-items: center;
  display: flex;
  user-select: none;
  color: #fff;
  cursor: pointer;
}

.product_select .fad {
	color: #ffffff;
	cursor: pointer;
}

.product-count .qty {
  width: 38px;
  text-align: center;
  border: none;
  background-color: #0000ff00;
  font-weight: 400;
  color: #3d3838;
}

.product-count .qtyminus {
	border-radius: 16px;
}

.product-count .qtyplus {
	border-radius: 16px;
}

.product_btn button {
	border: none;
	padding: 10px 15px;
	background-color: #0a436f;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.product_btn button a {
	color: #ffffff;
}

.side-bar .menu .item .sub-menu {
	background: #ffffff00;
	display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 36px;
  line-height: 20px;
  font-size: 14px;
  padding: 13px 14px;
  text-transform: capitalize;
}

.rotate {
	transform: rotate(90deg);
}

.fil.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff !important;
  background-clip: padding-box;
  backdrop-filter: blur(39px) !important;
  outline: 0;
  transition: transform .3s ease-in-out;
}

.banner_img1_inner img {
  object-fit: cover;
  width: 100%;
  max-height: 264px;
}

.form-check-input:checked {
  background-color: #a42672;
  border-color: #a42672;
}

.accordion-button:not(.collapsed) {
	color: #a42672 !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
	font-size: 13px;
	font-weight: 600;

}

.accordion-button:not(.collapsed) {
  color: #303030 !important;
  text-transform: uppercase;
  background-color: #ffffff00 !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 600;

}

.accordion-button {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 600;

}

.accordion-button {
	color: #0a436f !important;
	background-color: #ffffff !important;
	box-shadow: none !important;
	font-size: 13px;
	font-weight: 600;

}

.accordion-button::after {
	width: 14px !important;
	height: 18px !important;
	margin-left: auto;
	content: "";
	background-image: url(../images/pl2.png) !important;
	background-repeat: no-repeat;
	background-size: contain !important;
	transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../images/pl.png) !important;
}

.bottom_padding {
	padding-bottom: 19px;
	border-bottom: 1px solid #e6e6e6;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 0%) !important;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
  font-size: 13px !important;
	color: #212529;
	text-align: left;
	font-weight: 600 !important;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 350px !important;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

ul{
    margin-bottom:0px;
    padding-left: 0px;
}


.top_sec{
    padding: 7px 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #dbd6d6;
}

.product_card img{
    border-radius:10px;
}

.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


.post_pro img{
    border-radius:20px;
}

.display_flex_col_start {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.display_flex_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.display_flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo_cover img{
    width: 50px;
    margin-bottom: 3px;
}

.form-check p {
  font-size: 15px;
  color: gray;
  margin-bottom: 0px;
  margin-top: 0px;
}

.menu_header{
    padding:10px 0px;
}

.cart_icons {
    display: inline-flex;
    gap: 15px;
    margin-bottom: 0px;
    list-style-type: none;
}

.cart_icons li a::after {
    position: absolute;
    content: "";
    top: 6px;
    right: 1px;
    background-color: #00000000;
    width: 20px;
    height: 21px;
    z-index: 11;
}

.cart_icons {
    display: inline-flex;
    gap: 25px;
    /* margin-bottom: -19px; */
    list-style-type: none;
    padding-left: 0px;
}

.cart_icons li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.cart_icons li a span {
    position: absolute;
    content: "";
    top: -14px;
    right: -8px;
    background-color: #ffffff;
    width: 20px;
    height: 21px;
    color: #a22970;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.logo_cover h6{
  color: #ffe597;
}

.cart_icons img{
   width:40px;
}

.cart_pro img{
  width: 86px;
}

.product_del i{
  color:#a42672;
}

.btn-primary {
  color: #fff;
  background-color: #a42672;
  border-color: #a42672;
  border-radius: 20px;
  font-size:15px !important;
}

.btn-primary:focus {
  color: #fff;
  background-color: #a42672;
  border-color: #a42672;
  border-radius: 20px;
  font-size:15px !important;
  box-shadow: none !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #a42672;
  border-color: #a42672;
  border-radius: 20px;
  font-size:15px !important;
}
.btn-secondary{
  color: #fff;
  background-color: #000000;
  border-color: #565e64;
  border-radius: 20px;
  font-size:15px !important;
}

.clogo {
  width: 31px !important;
  height: 30px;
  border-radius: 8px;
  margin-bottom: 10px;
  margin: auto;
}

.name p{
  font-size: 15px;
}

.name h6 span{
  background-color: #a42672;
  padding: 4px;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
}

.coupon-card {
  background: linear-gradient(135deg, #c1a3b5, #ffffff);
  color: #fff;
  text-align: center;
  padding: 16px 7px;
  border-radius: 9px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 3%);
  position: relative;
  height: 130px;
  margin: 6px;
  overflow: hidden;
}

.coupon-card h3 {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}

#cpnCode {
  color: #000;
  border: 1px dashed #a42672;
  padding: 4px 20px;
  border-right: 0;
  font-size: 12px;
}

.coupon-row {
  display: flex
;
  align-items: center;
  margin: 9px auto;
  width: fit-content;
}

#cpnBtn {
  border: 1px solid #fff;
  background: #a42672;
  padding: 4px 19px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.circle1, .circle2 {
  background: #ffffff;
  width: 32px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.circle1 {
  left: -25px;
}

.circle2 {
  right: -25px;
}

.coupon-card p {
  font-size: 12px;
  margin-bottom: 0px !important;
  color: #000000;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.form_apply_wrapper .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e00;
  border-radius: 20px;
  border: none;
  color: rgb(0, 0, 0);
}
.form_apply_wrapper .subscribe-form input ::selection{
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e00;
  border-radius: 20px;
  border: none !important;
  color: rgb(0, 0, 0);
}

.form_apply_wrapper .subscribe-form input:focus {
  border: 1px solid rgb(170, 170, 170) !important;
}


.form_apply_wrapper .subscribe-form button {
  position: absolute;
  right: 0;
  background: #a42672;
  padding: 13px 20px;
  border: 1px solid #a42672;
  top: 1px;
  color: #ffff;
}

.modal-content {
  position: relative;
  display: flex
;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0%);
  border-radius: 2.3rem !important;
  backdrop-filter: blur(13px);
  outline: 0;
}

.product_detail_terxt h6 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 22px;
}

.money s {
  color: #a42672 !important;
}

.swatch .plain label {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 27px;
  font-family: "montserratbold", sans-serif;
  border: 1px solid #a42672;
  color: #a42672;
  cursor: pointer;
  background-color: #ffffff;
  display: block;
  font-size: 13px;
  height: 42px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  width: 42px;
}

.swatch input {
  display: none;
}

.add_to_cart {
  gap: 10px;
  width: 450px;
}

.add_btn {
  padding: 9px 14px;
  background-color: #a12971;
  border-radius: 33px;
  cursor: pointer;
}

.product_del ul li {
  font-size: 15px;
  color: #000000;
  line-height: 35px;
  text-transform: capitalize;

}

.add_btn a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.add_btn i {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
}

.product_del ul {
  list-style-type: none;
  padding-left: 0px;
}

.swatch p {
  font-size: 13px;
  color: #736c6c;
}

.swatch .swatch-element img {
  border: 1px solid #00000000;
  width: 36px;
  height: 36px;

}

.swatch input:not(:checked)+label img {
  width: 35px;
  height: 35px;
  transition: 500ms all;
  cursor: pointer;

}

.swatch .swatch-element {
  float: left;
  margin: 5px 8px 0 0;
  position: relative;
}

.swatch input:not(:checked)+label {
  border-color: #dddddd !important;
  background-color: #ffffff3b;
  color: #000000;
  border-radius: 27px;
}




.q_card{
  background-color: #ffe9f6;
  padding: 10px;
  border-radius: 20px;
}

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  /* border: 1px solid #ebebeb; */
  border-radius: 3px;
  margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide img {
  width: 100%;
  height: 485px;
  object-fit: cover;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #ffffff;
  background-color: #a42672;
}

.product__carousel .swiper-button-prev.swiper-button-white {
  visibility: hidden;
}

.product__carousel:hover .swiper-button-prev.swiper-button-white {
  visibility: visible;
}

.product__carousel .swiper-button-next.swiper-button-white {
  visibility: hidden;
}

.product__carousel:hover .swiper-button-next.swiper-button-white {
  visibility: visible;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border .15s linear;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  height: 114px;
}

.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #ffffff;
  background-color: #a42672;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  border-radius: 50%;
  height: 30px !important;
  width: 30px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  border-radius: 50%;
  height: 30px !important;
  width: 30px !important;
}
.zoomable {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 12px !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 12px !important;
}

.product__carousel .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: auto !important;
  padding: 10px;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  object-fit: contain;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400 !important;
}

.cart.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  max-height: 329px !important;
  overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #ffffff00;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e603 !important;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.social_links ul {
    list-style-type: none;
    gap: 10px;
    margin-bottom: 0px;
}

.social_lists i {
    font-size: 16px;
    color: #a12971;
}

.social_lists li {
    display: inline-flex;
    gap: 10px;
    margin-right: 10px;
    color: #504949;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
}

.top_search {
    overflow: hidden;
    background-color: #ffffff;
    height: 47px;
}

.top_in .form-control {
    background-color: #e3dede00 !important;
    font-size: 14px;
}

.btn-link {
    color: #a83173;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
}

.btn-link:hover {
    color: #a83173;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
}

.top_in {
    margin-top: -4px;
}

.top_in .form-control:focus{
    box-shadow: none;
}

.su img{
  width:50px;
}

.product_detail_terxt {
  max-width:450px;
}


.top_header{
    padding:10px 0px;
    background-color:#a22970; 
}

.banner_img1 img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}

.img-text h6{
  margin-top: 10px;
  color: #000000;
  font-size: 13px;
}

.trend_sec{
    padding-top :60px;
    padding-bottom :60px;
    overflow-x: hidden;
}

.product_card{
  position: relative;
    padding:10px;
}


.main_haeding h4{
    font-size: 30px;
}


.main_haeding p {
    font-size: 16px;
    color:#808080;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product_name h6 span{
 color: #a5286c;
}

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
    color: #3b3838;
    font-size: 15px;
    margin-top: 12px;

}

.view_btn a{
    color: #ffffff;
    background-color: #a12971;
    padding: 9px 13px;
    border-radius: 17px;
    font-size: 12px;
}

.img_cat{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.mid_banner_cover img{
  border-radius:20px;
}

.img_cat img{
 object-fit: cover;
}

.catgry{
    padding: 60px 0px;
    background-color: #ffe0f3;
}


.mid_banner{
    padding: 60px 0px;
}

.box_cover{
    padding: 40px 0px;
}

.btns_c a{
  color:#fff;
}

.cart_main_button button{
  padding: 9px 33px;
  background: #a42672;
  color: #fff;
  text-transform: capitalize;
  border: none;
  border-radius: 20px;
  font-size: 15px;
}

.footer_sec{
    background-color: #a12971;
    padding-top:60px;
  
}

.footer_padding{
    padding:10px;
    color:#ffffff;
}

.footer-container {
    background-color: #a12971;
    color: #4c5166;
 
  }
  
  .footer {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-content {
    margin-bottom: 45px;
  }
  
  .newsletter {
    background: #ffffff;
    padding: 30px;
    text-align: center;
  }
  
  .newsletter h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  
  .newsletter-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }
  
  .newsletter-input {
    height: 50px;
    border: 2px solid #cdcdcd;
    flex: 1;
  }
  
  .newsletter-btn {
    height: 50px;
    padding: 0 20px;
    background: #ffffff;
    color: #06965c;
    border: 2px solid #06965c;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .newsletter-btn:hover {
    background: #06965c;
    color: #fff;
  }


  .testim{
    position: relative;
    padding: 80px 60px;
  }
  .testim h2{
    color: var(--secound-color);
    font-size: 2rem;
    font-weight: bold;
  }
  .testim::before{
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    height: 100%;
    z-index: -1;
      }
  
  .testim::after{
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    right:  0;
    background-color: #0d141f;
    height: 100%;
      }
      
  .testim-content{
  position: relative;
  display: flex;
  justify-content: space-around;
  gap: 30px;
  
  }
  
  .testim-box{
  z-index: 2;
  background-color: #daa0c37d;
  padding: 30px 30px;
  border-radius: 19px;
  min-height: 290px;
  
  }
  
  .wish_icon {
    position: absolute;
    content: "";
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
    background-color: #e3dede;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wish_icon.active i {
  font-weight: 900;
  color: #a12971;
}

  
  .testim-box-content img{
    top: -21px;
    width: 83px !important;
    height: 83px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    position: relative;
  
  }
  
  .testim-content h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    }
    .testim-box > p{
      color: rgb(9, 8, 8);
      padding-bottom: 20px;
      
    }


    .testim-box > p {
    
      height: 158px;
      overflow-y: scroll;
  }


  .testim-box-content p{
  color: var(--main-color);
  }


  .pro_orders h6 span{
    color: #a5286c;
   }
  
  .pro_orders{
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    width: 88%;
    margin: auto;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .accordion-button {
    position: relative;
    display: flex
  ;
    align-items: center;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 13px !important;
    color: #212529;
    text-align: left;
    font-weight: 600 !important;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  }


  .accordion-button {
    color: #000000 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #303030 !important;
   text-transform: capitalize; 
  background-color: #ffffff00 !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 600;
}

.accordion-body {
  padding: 0px;
}

.view_order_details p{
  font-size: 14px;
  margin-bottom: 6px;
}


.check_over_box{
  max-height: 329px !important;
    overflow-y: scroll;
}

.modal_logs img {
  width: 58px;
  margin-bottom: 10px;
}
.modal_text h5 {
  font-size: 16px;
  margin-top: 10px;
}

.contact-form .form-input, .form-text-area {
  background-color: #b2568400;
  height: 50px;
  padding-left: 16px;
  font-size: 13px;
  border: 1px solid #a6276d3d !important;
}

.modal-footer {
  display: flex
;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
 border-top: 1px solid #dee2e600 !important; 
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.forget_passwrd label {
  font-size: 12px;
}

.forget_passwrd p {
  font-size: 12px;
  margin-bottom: 12px;
  color: #030303;
  text-align: center;
  width: 80%;
  margin: auto;
}

.forget_passwrd a {
  font-size: 12px;
  margin-bottom: 12px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 25px;
  background-color: #a5286c;
  color: white;
  font-size: 13px;
  text-transform: capitalize;
  padding: 10px 35px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

.contact-form .form-input:focus{
  box-shadow: none;
}

.sign_font {
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
}

.forget_passwrd {
  text-align: left;
}

.btn-close:focus{
  box-shadow: none;
}
  /* .footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  } */
  
  .footer-column {
    flex: 1;
    min-width: 250px;
  }
  
  .footer-about,
  .footer-links,
  .footer-contact {
    margin-bottom: 30px;
  }
  
  .footer-about h3,
  .footer-links h3,
  .footer-contact h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 22px;
  }
  
  .footer-links a,
  .footer-contact p {
    margin-bottom: 21px;
    display: block;
    color: #ffffff;
    transition: 0.3s;
    font-size: 15px;
  }
  

  
  .footer-social a {
    display: inline-block;
    margin-right: 15px;
    color: #0085ff;
  }
  
  .footer-social a:hover {
    color: #dddddd;
  }
  
  .footer-menu {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-about h3, .footer-links h3, .footer-contact h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}
  
  .f-menu a {
    margin: 0 15px;
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
  }
  
  .f-menu a:hover {
    color: #ffffff;
  }
  
  .footer-copyright {
    text-align: center;
    padding: 30px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-copyright p {
    margin: 0;
    font-size: 15px;
  }
  
  .footer-copyright a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
  }
  
  .footer-copyright a:hover {
    color: #fff;
  }

  .footer-social a{
    color:#ffffff;
  }
  .sliderTab {
    position: relative;
    overflow: hidden;
    width: 470px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    background: var(--color2);
  }
  @media (max-width: 479px) {
    .sliderTab {
      width: 100%;
    }
  }
  .sliderTab .swiper-slide {
    width: auto !important;
  }
  .sliderTab .swiper-slide a {
    display: block;
    text-align: center;
  }
  .sliderTab .swiper-slide .text {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 15px 5px 15px 5px;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #333;
    transition: 0.25s;
  }
  .sliderTab .swiper-slide .text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--color1);
    transform: translateX(-50%);
    transition: 0.25s;
  }
  .sliderTab .swiper-slide.on .text {
    color: var(--color1);
    text-shadow: 0 0 0.8px var(--color1), 0 0 0.8px var(--color1);
  }
  .sliderTab .swiper-slide.on .text:after {
    width: 100%;
  }
  
  .sliderContent {
    width: 100%;
  }
  .sliderContent .swiper-slide {
    padding: 0 30px;
  }
  .sliderContent .swiper-slide .title {
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
  }
  .sliderContent .swiper-slide .content {
    margin: 0 auto;
    /* max-width: 500px; */
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  .swiper-horizontal {
    touch-action: pan-y;
    overflow: hidden !important;
}
  
  @media (max-width: 768px) {

  }
  


@media only screen and (max-width: 940px) {

    .search_wrapper{
        display: none;
    }

    .sliderContent .swiper-slide {
      padding: 0 0px;
    }

    .count {
      padding: 9px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .view_order_details p {
    font-size: 14px;
    margin-bottom: -7px;
}
}

@media only screen and (max-width: 690px) {
    .main_haeding h4 {
        font-size: 24px;
    }
    .trend_sec{
        padding-top :40px;
        padding-bottom :40px;
    }
    .mid_banner{
        padding: 40px 0px;
    }
    .mid_banner{
        padding: 40px 0px;
    }
    .main_haeding p {
        font-size: 13px;
        color: #808080;
    }

    .logo_cover  h6{
        font-size:13px;
    }

    .footer-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        justify-content: space-between;
    }
        
}