@import url(fonts.css);
/*
* list content :
* blog
*/
:root {
  --e-global-typography-accent-font-family: 'shabnam', sans-serif; 
}
p {
	font-family: 'shabnam';
}
.elementor-widget-container li a,
.menu-item a,
a {
    font-family: 'shabnam',sans-serif !important;
}
.h3,
h3 {
	font-size: 16px;
}
/*-------blog---------*/
.no-result {
	padding: 20px;
}
.no-result img {
	width: 300px;
	padding: 20px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.no-result h4 {
	font-family: 'shabnam';
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.shadlin-search {
position: relative;
  display: flex;
  align-items: center;
  border-radius: 19px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
    margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgb(189, 189, 189);
}
.shadlin-search .input-search {
	background-color: transparent;
	border: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.input-shd-search,
.fa-input {
	 font-family: 'Font Awesome 5 Free';
	background-color: transparent;
	border: none;

}
.widget_recent_entries li::before,
.widget_categories li::before {
position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 19px;
  background-color: transparent;
  right: 35px;
  border: 3px solid rgb(229, 14, 125);
  margin-top: 8px;
}

.widget a {
	transition: padding .3s ease-in-out;
	padding: 5px;
	font-size: 14px;
}
.widget a:hover {
  color: rgb(229, 14, 125);
  padding-right: 8px;
}
.list-mataleb h3 a {
	color: #434343;
	transition: color .6s ease-in-out;
	padding: 10px;
	font-size: 16px;
}
.shadlin-excerpt {
	padding-left: 10px;
	padding-right: 10px;
}
.list-mataleb:hover h3 a {
	color: rgb(229, 14, 125);
}
@media (max-width: 480px) {
	.post-box {
    flex: 1 1 calc(100% - 15px);
    box-sizing: border-box;
    padding: 16px;

}

.img404 img {
	width: 300px;
	border-radius: 18px;
	margin: 50px auto;
	display: block;
	
}
.list-mataleb {
	margin-bottom: 21px;
}
}

@media (min-width: 481px) and (max-width: 579px) {
	.post-box {
    display: grid;
	margin-top: 19px;
	padding-bottom: 21px;
	margin-bottom: 21px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px; 
}

.img404 img {
	width: 360px;
	border-radius: 18px;
	margin: 50px auto;
	display: block;
	
}
}

@media (min-width: 580px) and (max-width: 767px) {
	.post-box {
    display: grid;
	margin-top: 19px;
	padding-bottom: 21px;
	margin-bottom: 21px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px; 
}

.img404 img {
	width: 440px;
	border-radius: 18px;
	margin: 50px auto;
	display: block;
	
}
}

@media (min-width: 768px) and (max-width: 959px) {
	.post-box {
    display: grid;
	margin-top: 19px;
	padding-bottom: 21px;
	margin-bottom: 21px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.img404 img {
	width: 500px;
	border-radius: 18px;
	margin: 50px auto;
	display: block;
	
}
}

@media (min-width: 960px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
	.post-box {
    display: grid;
	margin-top: 19px;
	padding-bottom: 21px;
	margin-bottom: 21px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px; 
}

.img404 img {
	width: 600px;
	border-radius: 18px;
	margin: 50px auto;
	display: block;
	
}
}

.site-main-inner {
	direction: rtl;
}
.inner-box {
	float: left;
}
.list-mataleb {
	background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);  
	border-bottom: 2px solid transparent;
	transition: box-shadow,border-bottom .6s ease;
}

.list-mataleb:hover {
	background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}
.list-mataleb img {
	width: 100%;
  height: 205px;
  border-radius: 19px;
}

.sidebar {
	float: right;
	position: relative;
}

.sidebar .widget {
	background-color: #fff;
	margin: 20px;
	padding: 25px;
	border-radius: 19px;
	list-style-type: none;
	border: 1px solid rgb(189, 189, 189);
	width: 100%;
  max-width: 350px;
}

.blog-gallery img {
	width: 100px;
	height: 100px;
}

.widget-title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 25px;
}

.widget ul li {
	list-style-type: none;
}

.current-page {
background-color: rgb(229, 14, 125);
  padding-top: 15px;
  border-radius: 19px;
  color: white;
  margin: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
   padding-bottom: 10px; 
}

.inactive-page {
	background-color: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 19px;
  color: #333;
  margin: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.blog-pagination {
	padding: 27px;
	align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}

.widget_categories .cat-item,
.cat-item {
	display: grid;
  grid-template-columns: 1fr auto;
  padding-bottom: 10px;
}
.widget a, .widget_recent_entries a {
	  color: #454545;
}

.widget_recent_entries ul li {
	display: flex;
	flex-direction: column;
	padding-top: 13px;
	gap:9px;
}

.post-date::before {
	content: '\EB21';
	float: right;
  padding-left: 13px;
  font-family: 'remixicon';
}


.widget ul {
	padding-right: 11px;
}

.meta-numbers {
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 10px;
	
}
.meta-numbers .read-time,
.meta-numbers .post-comment {
	float: left;
}
.meta-numbers .read-time i,
.meta-numbers .post-comment i {
	font-family: 'remixicon';
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}

.read-minut {
	color: rgb(229, 14, 125);
}

.shadlin-pagination {
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center ;
  display: flex ;
  justify-content: center;
}

.tasvir-matlab {
		overflow: hidden;
	border-radius: 19px;
		
}
.list-mataleb img {
	transition: transform 0.6s ease-in-out;
	border-radius: 19px;

}

.list-mataleb:hover img {
	transform: scale(1.05);
	border-radius: 19px;
}

.cat-item .count {
	text-decoration: none;
  padding-top: 5px;
  background-color: rgb(229, 14, 125);
  color: white;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 30px;
  min-width: 35px;
  text-align: center;
}

.tasvir-matlab-single img {
height: auto;
  width: 100%;
  border-radius: 19px;
}
@media (max-width: 999px) {
.single-post-header-box {
display: flex;
  padding: 22px;
  position: relative;
  gap: 20px;
  flex-direction: column;
}
}
@media (min-width: 1000px) {
.single-post-header-box {
display: flex;
  padding: 22px;
  position: relative;
  gap: 20px;
  flex-direction: row;
}
}
.post-sub-meta {
	display: flex;
	flex-direction: row;
	gap: 35px;
	overflow: hidden;
	align-items: center;
}
.meta-box-single {
	padding: 25px;
	box-shadow: 0 3px 20px 0 rgb(0,0,0,.15);
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-radius: 19px;
}
.meta-box-single h1 a {
	color: #26141e;
	font-size: 24px;
  font-weight: 700;
}
.sub-box {
	display: flex;
  gap: 50px;
  padding: 30px;
}

.sub-box ul {
  list-style-type: none;
}
.sub-box .category {
	display: flex;
}

.social-share {
	display: flex;
  gap: 20px;
}
.sub-box .category a,
.social-share a {
	color: #444;
}

.meta-box-single .read-time i {
float: right;
  padding-left: 8px;
  padding-left: 8px;
  background-color: rgb(229, 14, 125);
  border-radius: 100%;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}

.meta-box-single .reading-time {
	float: right;
  padding-left: 8px;
  border-radius: 100%;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.post-sub-meta .comment,
.post-sub-meta .author,
.post-sub-meta .date {
	padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-sub-meta .date i {
 float: right;
  border-radius: 100%;
  background-color: rgba(183, 92, 139, 0.22);
  margin-left: 5px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 10px;
}

.post-sub-meta .comment i {
  border-radius: 100%;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 10px;
  background-color: rgba(183, 92, 139, 0.22);
  margin-right: 5px;
}

.post-sub-meta .author i {
  border-radius: 100%;
  padding: 8px;
  background-color: rgba(183, 92, 139, 0.22);
}

.menu-label {
	padding: 5px;
	border-radius: 10px;
}

.wooc-form-icon {
	font-family: 'Font Awesome 5 Free' !important;
  color: #777;
  background-color: transparent;
}
.shadlin-product-search {
		padding: 15px 15px 15px 15px;
  border-radius: 18px;
  box-shadow: none;
}

.error-container {
	right: 50%;
	text-align: center;
}

button a {
  text-decoration: none;
  font-size: 20px;
}

.button-404 button{
	background-color: rgb(229, 14, 125);
	padding: 15px;
	margin: 20px auto;	
	display: block;
}

.button-404 button a{
		color: #fff;


}

.shadlin-mobile-button .btn-primary:focus,
.shadlin-mobile-button button:focus,
.shadlin-mobile-button .btn-primary:hover,
.shadlin-mobile-button button:hover,
.shadlin-mobile-button .btn-primary,
.shadlin-mobile-button button {
	background-color: rgb(229, 14, 125);
	border: none;
}

.offcanvas-header button:hover,
.offcanvas-header button,
.offcanvas-header .btn-close,
.btn-close {
	background-color: transparent;
}
.single-content {
	line-height: 30px;
	padding: 20px;
	text-align: justify;
}

.post-comment-section .comments-area {
background-color: #f6f6f6;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 18px;
}
.post-comment-section .comments-area .input-row,
.commentform-area .input-row {
padding: 20px;
}

.post-comment-section .comments-area .input-row textarea,
.post-comment-section .comments-area .input-row input {
width: 100%;
  padding: 15px;
  border-radius:18px;
}
.post-comment-section .comments-area button {
background-color: rgb(229, 14, 125);
  padding: 14px 30px;
  color: #fff;
  border-radius: 18px;
}
.image-cat {
background-color: #f6f6f6;
  padding: 10px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid transparent;
  transition: box-shadow .6s ease,border-bottom .6s ease, background-color .6s ease;
}
.image-cat:hover {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}

.cat-title-fa {
	text-align: center;
	font-weight: 800;
  color: rgb(229, 14, 125);
}
.cat-title-en {
	padding: 10px;
		text-align: center;

}
.image-cat a {
	color: #444;
	font-family: 'shabnam';
}

/*-----category---------*/
.cat-number,
.cat-title {
	text-align: center;
	direction: rtl;	
	font-family: 'shabnam',sans-serif !important;
}

.cat-number span {
 padding-right: 5px;	
}
.image-cat img {
    width: 130px !important;
    height: 130px !important;
    border-radius: 100% !important;
    background-color: #e6e9e975;
    margin: 0 auto; 
    display: block; 
    margin-bottom: 20px;
}

.image-cat:hover img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e6e9e975;
    margin: 0 auto; 
    display: block; 
    margin-bottom: 20px;
}
.image-cat:hover .cat-number {
	color: rgb(229, 14, 125);
}
.cat-item a {
	color: #333;
}

.heading-title-cat {
    display: flex;
    align-items: center; 
	gap: 15px;
}

.cat-icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgb(229, 14, 125);
    border-radius: 50%;
    display: grid; 
    place-items: center; 
    margin-right: 10px;
	color: #fff;
}

.cat-before-icon {
    max-width: 70%;
    max-height: 70%;
    display: block;
}
.cat-icon-wrapper svg {
	fill: #fff;
}
.heading-title-cat h4 {
    margin: 0;
}
.cat-title-part-2 {
	   color: rgb(229, 14, 125);
  font-size: .875rem;
}
.cat-title-part-1 {
		 margin-left: .3rem;
  font-size: .875rem;
 }
 
 
/*-----testimonial--*/


.testimonial-layer {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);  
	border-bottom: 2px solid transparent;
	transition: box-shadow,border-bottom .6s ease;
}
.testimonial-layer:hover {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}

.tstm-title-img {
	display: flex;
  gap: 25px;
  padding: 10px;
  position: relative;
}
.buyer-image {
	position: absolute;
  left: 10px;
}
.text-testimonial {
	position: relative;
  padding: 10px;
    padding-top: 10px;
  padding-top: 15px;
}
.testimonial-name {
	color: rgb(229, 14, 125);
	font-weight: 800;
	padding-bottom: 10px;
}
.rating-star {
	font-size: 18px;
}
.rating-star .star-rated {
	color:#F26B0F;
}
.rating-star .without-star {
	color: gray;
}

.shadlin-list-testimonial {
  border-radius:18px;
}
.title-section-testimonial {
	position: relative;
  display: block;
  z-index: 1200;
  padding: 30px;
}



.buyer-image img {
	border-radius: 100%;
	width: 80px; 
	height: 80px;
}

.footer-menu-area {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  justify-content: space-around;
  list-style-type: none;
  width: 100%;
  left: 0;
  direction: rtl;
  font-family: 'Shabnam', sans-serif;	
   bottom: 0;
   padding-bottom: 65px; 
   padding-left: 65px; 
   padding-right: 65px;
   padding-top: 25px;    
   background-color: #F6F5F2; 
   font-size: 15px; 
   position: relative;	
   z-index: 999;	 
}
.widget {
	float: right;
}

.blog-sidebar .widget {
  float: right;
  overflow-x: hidden;
  recent-posts-elements-shadow: 0 0 10px rgba(54,83,120,.14);
  -webkit-recent-posts-elements-shadow: rgba(54,83,120,.14) 0 0 10px;
  margin: 20px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 15px;
}


.widget a {
   text-decoration: none;
}

.widget-title {
	font-size: 18px;
	font-weight: 700;
}
.copyright-bar{
	padding-top: 5px;
	bottom: 0;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	font-family: 'Shabnam', sans-serif;
	padding-bottom: 5px;
	background-color: #F6F5F2;
	height: 65px;
	border-top: 2px solid #F0EBE3;
	z-index: 999;
	 position: relative;

}

.copy-right {
	padding-top:15px;
	text-align: right;
	direction: rtl;
}
.copyright-bar ul{
  list-style-type: none;
}

.footer-nav-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-nav-menu li {
	float: right;
	
}

.footer-nav-menu li a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  color: #444;
	
}

.footer-nav-menu li a:hover {
  color: #16587d;
	
}
.primary-nav-menu ul {
  list-style-type: none;
  top: 0;
  overflow: hidden;
}
.primary-nav-menu li {
	float: right;
  list-style-type: none;
	
}
.primary-nav-menu li a {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: #444;
}

.primary-nav-menu li a:hover {
  color: #16587d;
	
}
.copyright-widget {
    padding-top: 15px;
}
.copyright-widget .col-4 ul {
	  list-style-type: none;

}

.copyright-widget li {
	  	float: center;
}

.copyright-bar.container .row .col-4 ul {
		  list-style-type: none;
		  

}
.widget {
		 list-style-type: none;
		 
}
.main-header-bar {
	height: 100px;
	background-color: #ffffff;
	border-bottom: 2px solid;
	border-bottom-color: #ececec;
	margin-bottom: 15px;
}
.header-2 {
	display: flex;
	gap: 20px;
	padding: 10px;
}
.main-header-bar .shadlin-mobile-button {
		padding: 10px;
}
.call-info-footer ul {
 list-style-type: none;
  padding: 20px;
}
.services-footer ul {
 list-style-type: none;
 display: flex;
 gap: 30px;
 padding: 20px;
 
 
}

.shadlin-blog-title{
    padding-top: 10px;
}


.shadlin-footer-button-countainer {
    display: flex;
}
.footer-button-number-part {
    margin-right: 8px;
}
.swiper-rtl .slider-but-prev {
  left: 0;
  right: auto;
  padding: 20px;
  top: 100px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam', sans-serif;
  background-color: #fff;
  border-radius: 18px;
	height: 30px;
	width: 30px;  
}

.swiper-rtl .slider-but-next {
  right: auto;
  left: 0;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 150px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam', sans-serif;
  background-color: #fff;
  border-radius: 18px;
	height: 30px;
	width: 30px; 
}


@media (max-width: 768px) {
  .swiper-rtl .slider-but-prev,
  .swiper-rtl .slider-but-next {
    padding: 10px; 
    font-size: 12px; 
    border-radius: 12px; 
  }

  .swiper-rtl .slider-but-prev {
    top: 50px; 
	height: 30px;
	width: 30px;	
  }

  .swiper-rtl .slider-but-next {
    top: 90px;
	height: 30px;
	width: 30px;	
  }
}


@media (max-width: 480px) {
  .swiper-rtl .slider-but-prev,
  .swiper-rtl .slider-but-next {
    padding: 8px; 
    font-size: 10px; 
    border-radius: 10px; 
  }

  .swiper-rtl .slider-but-prev {
    top: 30px; 
    left: 5px; 
	height: 30px;
	width: 30px;	
  }

  .swiper-rtl .slider-but-next {
    top: 70px;
    left: 5px; 
	height: 30px;
	width: 30px;	
  }
}




/*----user-popup-*/
.user-cart-header-container {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: stretch;
	float: left;
}

.shad-user-butt {
    background-color: #f6f6f6;
    color: rgb(229, 14, 125);
    border-radius: 17px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.shad-user-butt a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.shad-user-butt svg {
    margin-left: 5px;
}

.shad-cart-butt .btn-primary {
    background-color: transparent;
    color: #fff;
    border-radius: 17px;
    align-items: center;
    padding: 10px;
    border: none;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 0; /* حذف margin-bottom */
}

.shad-cart-butt svg {
    margin-left: 5px;
}

.white-svg svg {
    color: #fff;
}

.user-svg {
    color: rgb(229, 14, 125);
}

.shad-cart-butt {
    background-color: rgb(229, 14, 125);
    color: #fff;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
	padding: 14px;
}

.shad-cart-butt:hover {
    background-color: rgba(229, 14, 125, 0.56);
    color: #fff;
    border-radius: 17px;
}

.shad-cart-butt:hover .btn-primary {
    background-color: transparent;
    color: #fff;
    border-radius: 17px;
    align-items: center;
    padding: 10px;
    border: none;
    box-sizing: border-box;
}

.cart-count {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #ffffff7a;
    color: #fff;
    border-radius: 100%;
}



.shad-cart-butt:hover .mini-cart-popup {
    visibility: visible;
}

.cart-empty {
    text-align: center;
    padding: 10px;
    color: #777;
}

.shadlin-product-search {
	padding: 15px 15px 15px 15px;
  border-radius: 18px;
  box-shadow: none;
}
	
.shadlin-product-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 19px;
    display: flex;
    flex-direction: column; 
    box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);  
    border-bottom: 2px solid transparent;
    transition: box-shadow, border-bottom .6s ease;
}

.shadlin-product-container:hover {
    box-shadow: 2px 11px 32px 0 rgb(41, 52, 62, .15); 
    border-bottom: 4px solid rgb(229, 14, 125);    
}

.tabs-container {
    width: 100%;
    margin: 0 auto; 
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; 
    justify-content: flex-start; 
}

.tabs li {
    margin-right: 10px; 
}

.tabs li a {
display: inline-block;
  padding: 10px 12px;
  border: 1px solid rgb(189,189,189);
  text-decoration: none;
  color: #333;
  border-radius: 18px;
}
.tabs li a:hover {
	background-color: #f5f5f5;
}
.tabs li.active a {
    background-color: rgb(229, 14, 125); 
    border: 1px solid #ccc; 
    border-bottom: none; 
	color: #fff;
	border-radius: 18px;
}

.tab-content {
    display: none; 
    padding: 15px;
    border-top: none; 
}

.tab-content.active {
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
    grid-gap: 20px; 
}

.discount-text {
	padding-left: 5px;
  padding-right: 5px;
}
.discount-badge-product-four {
background-color: #f6f6f6;
  padding: 12px;
  border-radius: 20px;
  color: #444;
  font-family: 'shabnam';
  top: 10px;
  left: 10px;
  position: absolute;
  color: rgb(229, 14, 125);
  font-weight: 600;
}

.shadlin-product-container-four {
	position: relative;
}
.shadlin-product-container-four {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);  
	border-bottom: 2px solid transparent;
	transition: box-shadow,border-bottom .6s ease;
}
.shadlin-product-container-four:hover {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}

.shadlin-product-container-four .add-to-cart-product-four {
	background-color: #f6f6f6;
  color: #444;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  margin: 10px auto;
  display: block;
  transition: background-color .6s ease;
}
.shadlin-product-container-four:hover .add-to-cart-product-four {
	background-color: rgb(229, 14, 125);
	color: #fff;
}
.shadlin-product-slider-four-title {
width: 100%;
  font-size: 16px;
  max-height: 50px;
  min-height: 30px;
  overflow: hidden;
  margin: 15px 0px;
  line-height: 25px;
  font-weight: 600;
}
.add-to-cart-four {
	padding-right: 5px;
	padding-left: 5px;
	
}
.shadlin-product-container-four:hover .add-to-cart-four i{
	color: #fff;
}


.member-image img {
  border-radius: 17px;
}
.member-name .name {
  color: rgb(229, 14, 125);
  font-weight: 700;
  font-size: 17px;
  padding: 10px;
  text-align: center;
}
.member-name .job {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.team-member-layer {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);  
	border-bottom: 2px solid transparent;
	transition: box-shadow,border-bottom .6s ease;
}
.team-member-layer:hover {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}


.discounted-price bdi del .woocommerce-Price-currencySymbol {
    display: none;
}

.mahsolat img {
	max-width: 250px;
	padding: 10px;
	border-radius: 25px;
}
.product-number {
	font-family: 'shabnam';
	background-color: #f6f6f6;
}
.product-list-style p {
	color: #444;
	font-family: 'shabnam';
	padding: 10px;
}
.mahsolat {
	border-radius: 20px;
	  background-color: #fff;
	  position: relative;
	  	 	box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);  
	border-bottom: 2px solid transparent;
	transition: box-shadow,border-bottom .6s ease;

}
.mahsolat:hover {
	border-radius: 20px;
	  background-color: #fff;
	  position: relative;
	  	   	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	

}
.mahsolat .woocommerce-Price-currencySymbol {
padding: 10px;
  background: rgb(229, 14, 125);
  border-radius: 15px;
  color: white;
  font-size: 14px;
  box-shadow: 0 5px 10px rgba(229, 14, 125, 0.32);
}

.product-list-style del * .woocommerce-Price-currencySymbol {
	display: none;
}
.product-list-style del * {
	color: #878a97;
	font-size: 16px;
}
.shadlin-product-list-title {
	color: #444;
	padding: 20px;
	font-family: 'shabnam';
	font-weight: 700;
}

.product-list-style .woocommerce-Price-amount,
.product-list-price {
	font-size: 18px !important;
}
.list-discount-badge i {
padding: 6px;
  background-color: rgb(229, 14, 125);
  color: white;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.list-discount-badge {
	background-color: #f6f6f6;
	padding: 10px;
	border-radius: 20px;
	color: #444;
	font-family: 'shabnam';
	top: 10px;
  left: 10px;
  position: absolute;
}
.shadlin-product-list-yith-add-wishlist {
	position: absolute;top: 10px; right: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.shadlin-product-list-compare-button {
	position: absolute; right: 30px; top: 10px;
		visibility: hidden;
		transition: all 1s ease;
}
.shadlin-product-list-compare-button .compare a {
	background-color: transparent !important;
}
.mahsolat:hover .shadlin-product-list-compare-button {
			visibility: visible;
		right: 40px;
}
.mahsolat:hover .shadlin-product-list-yith-add-wishlist {
		visibility: visible;
		right: 10px;
}

.heading-title-product-list {
    display: flex;
    align-items: center; 
	gap: 15px;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgb(229, 14, 125);
    border-radius: 50%;
    display: grid; 
    place-items: center;
    margin-right: 10px;
	color: #fff;
}

.product-list-before-icon {
    max-width: 70%;
    max-height: 70%;
    display: block;
}
.icon-wrapper svg {
	fill: #fff;
}
.heading-title-product-list h4 {
    margin: 0;
}
   .product-list-title-part-2 {
	   color: rgb(229, 14, 125);
  font-size: .875rem;
   }
      .product-list-title-part-1 {
          margin-left: .3rem;
         font-size: .875rem;	  }
.product-list-style {
display: flex; flex-direction: row;
}	  		


	@media (max-width: 480px) {
.heading-title-three h4 {
  margin: 0;
  font-size: 14px;
}		
	}

.shadlin-product-container-three {
    background-color: #fff;
    padding: 10px;
    border-radius: 19px;
    display: flex;
    flex-direction: column;    
    box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);  
    border-top: 2px solid transparent;
    transition: box-shadow, border-top .6s ease;
}
.shadlin-product-container-three:hover {
    background-color: #fff;
    border-top: 2px solid rgb(229, 14, 125);
    transition: box-shadow, border-top .6s ease;   
}
.swiper-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.shadlin-rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.shadlin-rating i {
    font-size: 14px; 
    color: #F26B0F; 
    margin-right: 2px; 
}
.shadlin-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: absolute;
  left: 10px;
  padding: 15px;
  top: 15px;
  gap: 7px;
}
.rating-number {
	padding-left: 5px;
	padding-right: 5px;
}

.shadlin-box-product-slider-three-buttons {
    display: flex;
    flex-direction: row;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Shabnam', sans-serif;
    color: #333;
    text-align: center;
    border-radius: 18px;
    position: absolute;
    bottom: 2px;
    box-shadow: 0px 2px 6px rgba(151, 32, 93, 0.18);
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: bottom .7s ease;
    width: 99%;
    gap: 10px;
    justify-content: center;
    align-items: center; 
}

.shadlin-product-container-three:hover .shadlin-box-product-slider-three-buttons {
	visibility: visible;
	bottom: 12px;
}


.shadlin-box-product-slider-three-buttons .add-to-cart,
.shadlin-box-product-slider-three-buttons .shadlin-compare-button,
.shadlin-box-product-slider-three-buttons .shadlin-yith-add-wishlist {
	display: flex; 
	justify-content: center; 
	align-items: center; 
    background-color: #fff; 
	border-radius: 100%;
    width: 40px; 
	height: 40px; 
	font-size: 15px; 
    padding: 0; 
	margin-top: 4px;
}


.shadlin-box-product-slider-three-buttons .add-to-cart i {
  font-size: inherit;
}

.shadlin-box-product-slider-three-buttons .shadlin-compare-button a {
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 100%; 
  height: 100%;
}

.shadlin-box-product-slider-three-buttons .shadlin-yith-add-wishlist a{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    height: 100%; 
}
.shadlin-box-product-slider-three-buttons .shadlin-yith-add-wishlist svg{
  width: 20px; 
  height: 20px;
}

.shadlin-product-slider-three-title {
width: 100%;
  font-size: 16px;
  max-height: 50px;
  min-height: 30px;
  overflow: hidden;
  margin: 15px 0px;
  line-height: 25px;
  font-weight: 600;
}
.rating-satisfaction {
    font-size: 12px; 
    color: #666; 
}
.heading-title-three {
    display: flex;
    align-items: center; 
	gap: 15px;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgb(229, 14, 125);
    border-radius: 50%;
    display: grid; 
    place-items: center; 
    margin-right: 10px;
	color: #fff;
}

.product-three-before-icon {
    max-width: 70%;
    max-height: 70%;
    display: block;
}
.icon-wrapper svg {
	fill: #fff;
}
.heading-title-three h4 {
    margin: 0;
}
   .product-three-title-part-2 {
	   color: rgb(229, 14, 125);
  font-size: .875rem;
   }
      .product-three-title-part-1 {
		  margin-left: .3rem;
  font-size: .875rem;
	  }

.shadlin-product-container {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);  
	border-bottom: 2px solid transparent;
	transition: box-shadow,border-bottom .6s ease;
	padding: 20px;
}
.shadlin-product-container:hover {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}
.swiper-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
.compare,
.compare-button a {
	background-color: transparent !important;
}

.shadlin-box-product-slider-one-buttons {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Shabnam',sans-serif;
  color: #333;
  text-align: center;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  box-shadow: 0px 2px 6px rgba(151, 32, 93, 0.18);
  left: 2px;
  visibility: hidden;
  transition: left .7s ease;
}
.shadlin-product-container:hover .shadlin-box-product-slider-one-buttons {
	visibility: visible;
	left: 12px;
}
.discount-badge {
	background-color: white;
  display: inline;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Shabnam',sans-serif;
  color: #333;
  text-align: center;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  box-shadow: 0px 2px 6px rgba(151, 32, 93, 0.18);
}

.discount-badge::before {
  content: "\f475";
  font-family: 'remixicon';
  padding-right: 5px;
  padding-left: 3px;
  background-color: rgb(229, 14, 125);
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  color: white;
  justify-content: center;
  padding-bottom: 9px;
}

.shadlin-product-slider-one-title {
  width: 100%;
  font-size: 16px;
  max-height: 50px;
  min-height: 30px;
  overflow: hidden;
  margin: 15px 0px;
  line-height: 25px;
  font-weight: 600;
}
.shadlin-product-container .shadlin-price-amount {
	padding-bottom: 10px;
}

.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}


.title-section-one::before {
	content: "";
	background-color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -23px;
	left: -23px;
	border-radius: 100%;
}

.title-section-one::after {
	content: "";
	background-color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: -23px;
	left: -23px;
	border-radius: 100%;
}
.outdated {
	position: absolute;
  z-index: 1200;
  bottom: 60px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  right: 0;
  font-weight: 700;
}

    #product-timer {
display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: 150px;
  position: absolute;
    }

    .time-segment {
        border-radius: 10px; 
        text-align: center; 
        min-width: 20px; 
    }

    .time-number {
        font-weight: bold;
    }



	#product-timer span {
  padding: 0;
  font-family: 'shabnam';
}


	@media (max-width: 480px)	{
		.heading-title-two h4 {
			font-size: 15px;
		}
	}
.shadlin-product-container-two {
    background-color: #fff;
    padding: 10px;
    border-radius: 19px;
    box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);  
    border-bottom: 2px solid transparent;
    transition: box-shadow, border-bottom .6s ease;
}
.shadlin-product-container-two:hover {
    box-shadow: 2px 11px 32px 0 rgb(41, 52, 62, .15);
	    border-bottom: 4px solid rgb(229, 14, 125);
}
.swiper {
    width: 100%;
    height: auto; 
}
.swiper-wrapper {
    display: flex; 
}
.heading-title-two .before-icon {
    margin-left: 5px;
    vertical-align: middle; 
    width: 20px; 
    height: 20px;
    display: inline-block;
}

.product-item {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.shadlin-product-slider-two-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.add-to-cart {
    margin-top: 10px;
}
.rating-satisfaction {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.shadlin-product-price-two {
	display: grid;
	text-align: left; 

}
.left-column {
    text-align: left; 
}
.add-to-cart-two,
.right-column {
    text-align: right; 
}
.product-item-two {
	padding: 20px;
}
.add-to-cart-two i {
	font-size: 19px;
  padding: 10px;
  background-color: rgb(229, 14, 125);
  margin: 10px;
  border-radius: 10px;
  color: #fff;
}
.product-two-price {
	display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.shadlin-rating-two i {
    font-size: 14px; 
    color: gold; 
    margin-right: 2px; 
}
.shadlin-rating-two {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: absolute;
  left: 10px;
  padding: 15px;
  top: 15px;
  gap: 7px;
}
.rating-number-two {
	padding-left: 5px;
	padding-right: 5px;
}
.heading-title-two {
    display: flex;
    align-items: center;
	gap: 15px;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgb(229, 14, 125);
    border-radius: 50%;
    display: grid; 
    place-items: center; 
    margin-right: 10px;
	color: #fff;
}

.before-icon {
    max-width: 70%;
    max-height: 70%;
    display: block;
}
.icon-wrapper svg {
	fill: #fff;
}
.heading-title-two h4 {
    margin: 0;
}
   .title-part-2 {
	   color: rgb(229, 14, 125);
  font-size: .875rem;
   }
      .title-part-1 {
		  margin-left: .3rem;
  font-size: .875rem;
	  }
.product-two-price {
	display: flex;
	justify-content: space-between;
}
.rating-satisfaction {
	display: flex;
	justify-content: space-between;
}	
.shadlin-rating-two .rated i {
	color:#F26B0F;
}
.shadlin-rating-two .empty-rate i {
	color: gray;
}



@media (max-width: 480px) {
.heading-title-two h4 {
  margin: 0;
  font-size: 14px;
}
.title-section-one {
width: 150px;
}
.heading-title-one h4 {
 width: 100px;
	font-size: 14px;
}
#product-timer {
width: 90px;
}
.slider-more {
 top: 90px;
 width: 90px;
}
.swiper-rtl .shad-pro-button-next {
top: 180px;
right: auto;
  left: 10px;
}
.swiper-rtl .shad-pro-button-prev {
  left: 60px;
  right: auto;
  top: 180px;

  }
.time-label {
 font-size: 10px;
}
.shadlin-slider-one-container {
width: 150px;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
  width: 150px;
}
.heading-title-one {
  width: 100px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding: 10px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom: 2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
  width: 150px;
}
}
@media (min-width: 481px) and (max-width: 579px) {
.shadlin-product-container {
width: 200px;
}
heading-title-one h4 {
	width: 150px;
}
.title-section-one {
width: 200px;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
  width: 200px;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding: 10px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom: 2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
  width: 200px;
}
}
@media (min-width: 580px) and (max-width: 767px) {
.shadlin-product-container {
width: 200px;
}
.title-section-testimonial,
.title-section-one {
width: 300px;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
  width: 300px;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding:10px;
  border-radius:19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom:2px solid transparent;
  transition:box-shadow, border-bottom .6s ease;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.title-section-one {
width: 30%;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
  width: 30%;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding:10px;
  border-radius:19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom:2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
}
}
@media (min-width: 960px) and (max-width: 1199px) {
.title-section-one {
width: 30%;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
  width: 30%;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding:10px;
  border-radius:19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom:2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
  width: 150px;
}
}
@media (min-width: 1200px) {
.title-section-one {
width: 25%;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
  width: 25%;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding: 10px;
  border-radius:19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom:2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;

}
}

.shadlin-product-container:hover {
		background-color: #fff;
	padding: 10px;
	border-radius: 19px;
    display: flex;
   flex-direction: column;	
 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15); 
   border-bottom: 4px solid rgb(229, 14, 125);	
}
.shadlin-box-featured-product-mini .swiper-wrapper {
	padding: 15px;
}
.compare,
.compare-button a {
	background-color: transparent !important;
}

.shadlin-box-product-slider-one-buttons {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Shabnam',sans-serif;
  color: #333;
  text-align: center;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  box-shadow: 0px 2px 6px rgba(151, 32, 93, 0.18);
  left: 2px;
  visibility: hidden;
  transition: left .7s ease;
}
.shadlin-product-container:hover .shadlin-box-product-slider-one-buttons {
	visibility: visible;
	left: 12px;
}
.discount-badge {
	background-color: white;
  display: inline;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Shabnam',sans-serif;
  color: #333;
  text-align: center;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  box-shadow: 0px 2px 6px rgba(151, 32, 93, 0.18);
}

.discount-badge::before {
  content: "\f475";
  font-family: 'remixicon';
  padding-right: 5px;
  padding-left: 3px;
  background-color: rgb(229, 14, 125);
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  color: white;
  justify-content: center;
  padding-bottom: 9px;
}

.shadlin-product-slider-one-title {
  width: 100%;
  font-size: 16px;
  max-height: 50px;
  min-height: 30px;
  overflow: hidden;
  margin: 15px 0px;
  line-height: 25px;
  font-weight: 600;
}
.shadlin-product-container .shadlin-price-amount {
	padding-bottom: 10px;
}


.title-section-one::before {
	content: "";
	background-color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -23px;
	left: -23px;
	border-radius: 100%;
}

.title-section-one::after {
	content: "";
	background-color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: -23px;
	left: -23px;
	border-radius: 100%;
}
.outdated {
	position: absolute;
  z-index: 1200;
  bottom: 60px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  right: 0;
  font-weight: 700;
}

    #product-timer {
display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: 150px;
  position: absolute;
    }

    .time-segment {
        border-radius: 10px; 
        text-align: center; 
        min-width: 20px; 
    }

    .time-number {
        font-weight: bold;
    }



	#product-timer span {
  padding: 0;
  font-family: 'shabnam';
}


.swiper-slide-selected {
    border: 2px solid rgb(229, 14, 125);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: border-color 0.3s ease;
	border-radius: 100%;
}
.mahsolat-vizhe-mini img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
}

.shadlin-box-featured-product-mini .swiper-slide {
background-color: transparent;
  margin-left: 10px !important;
  margin-right: 20px !important;
}


.featured-amount {
	display: flex;

}
.featured-discount-badge,
.featured-amount .price {
	padding: 10px;
}
.featured-amount .price {
	background-color: #f6f6f6;
  padding: 10px;
  border-radius: 18px;
  padding: 20px;
}

.featured-amount del *{
	font-size: 26px;
}
.featured-amount ins *,
.featured-amount bdi *{
	font-size: 26px;
}
.featured-discount-badge {
	background-color: rgb(229, 14, 125);
	border-radius: 20px;
	color: white;
	margin-left: 10px;
	font-family: 'shabnam';
	padding: 20px;

}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0;
}
.woocommerce-Price-currencySymbol {
	color: rgb(229, 14, 125);
}

.featured-amount del * .woocommerce-Price-currencySymbol {
	display: none;
}
.featured-amount del *,
.featured-amount del * {
  font-size:26px;
  color: #797e7e;
}
.mahsolat-vizhe-main {
	font-size: 20px;
	font-weight: 800;
	font-family: 'shabnam';
    padding: 20px;
   color: #444;
}

#timer {
    font-family: 'shabnam', sans-serif;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 5px;
	font-family: 'shabnam';
	padding: 20px;
}

#timer span {
    padding: 10px;
	font-family: 'shabnam';

}

.days {
    background-color: white;
	padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 5px;
	text-align: center;
	font-family: 'shabnam';
}

.hours {
    background-color: white;
	padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 5px;
	text-align: center;
	font-family: 'shabnam';
}

.minutes {
    background-color: white;
	 padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 5px;
	text-align: center;
	font-family: 'shabnam';
}

.seconds {
    background-color: rgb(229, 14, 125);
	padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 5px;
	text-align: center;
	color: white;
	font-family: 'shabnam';

}

.shadlin-featured-product-attributes ul li {
	padding: 20px;
	list-style-type: none;
	font-weight: 400;
}
.shadlin-featured-product-attributes ul li::before {
			background-color: rgb(229, 14, 125);
	content: "";
	 width: 5px;
   height: 20px;
 position: absolute;
 border-radius: 5px;
 margin-right: -15px;
}
.feature-title {
	padding: 20px;
}
.feature-title h5 span {
	color: rgb(229, 14, 125);
}
.shadlin-featured-product-container {
	background-color: white;
	padding-bottom: 10px;
	box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom: 2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
	border-radius: 18px;
}
.shadlin-featured-product-container:hover {
	 	box-shadow: 2px 11px 32px 0 rgb(41,52,62,.15);
   border-bottom: 4px solid rgb(229, 14, 125);
}

.shadlin-box-featured-product-mini {
	float: right;
  display: table;
margin-top: auto;
  margin-left: auto;
  background: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 25px;
  border-radius: 0 18px 0 40px;
  position: relative;
}

.product-attributes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
}

.product-attribute-item {
    padding: 10px;
    border-radius: 18px;
	margin: 5px;
	background-color: #e50e7d08;
	font-size: 14px;
}

.product-attribute-item.empty {
    border: none;
}

@media (min-width: 1200px) {
  .mahsolat-vizhe-main .woocommerce-Price-amount {
    font-family: 'Shabnam',sans-serif;
    color: #3c4354;
    font-weight: 800;
    font-size: 26px;
  }
  .timer-and-mini-image {
	  display: flex;
	  flex-direction: row;
  }
  
.mahsolat-vizhe-main img {
    width: 350px; 
    height: auto;
    border-radius: 20px;
    padding: 20px; 
    float: right;
    position: relative;
}  
}

@media (max-width: 767px) {
  .mahsolat-vizhe-main {
    font-size: 16px; 
    padding: 10px;
  }
    .timer-and-mini-image {
	  display: flex;
	  flex-direction: column;
  }
   .mahsolat-vizhe-main img {
    padding: 10px;
  }

.mahsolat-vizhe-main img {
    width: 200px; 
    height: auto;
    border-radius: 20px;
    padding: 20px; 
    float: right;
    position: relative;
}
  .featured-amount del *,
  .featured-amount ins *,
  .featured-amount bdi * {
    font-size: 18px; 
  }

  #timer span {
    font-size: 12px; 
    padding: 5px;
  }

  .shadlin-featured-product-attributes ul li {
    padding: 10px;
  }

    .product-attributes-grid {
        grid-template-columns: 1fr; 
    }

    .shadlin-box-featured-product-mini {
        padding: 5px; 
    }

    .mahsolat-vizhe-mini img {
        width: 40px; 
        height: 40px; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-attributes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	  .timer-and-mini-image {
	  display: flex;
	  flex-direction: row;
  }
.mahsolat-vizhe-main img {
    width: 300px; 
    height: auto;
    border-radius: 20px;
    padding: 20px; 
    float: right;
    position: relative;
}  
}
.product-image-wrapper {
    width: 70px; 
    height: 70px; 
    overflow: hidden; 
    border-radius: 100%; 
    border: 2px solid transparent; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    transition: all 0.3s ease; 
}


.product-image-wrapper img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 100%; 
}


.swiper-slide-selected .product-image-wrapper {
    border: 2px solid rgb(229, 14, 125); 
    box-shadow: 0 0 10px rgba(229, 14, 125, 0.3);
    transform: scale(1.0); 
}
.days,
.time-box .days  {
	font-family: 'shabnam' !important;
} 
.hours,
.time-box .hours  {
	font-family: 'shabnam'!important;
}
.minutes,
.time-box .minutes  {
	font-family: 'shabnam'!important;
}
.seconds,
.time-box .seconds {
	font-family: 'shabnam'!important;
}


#backToTopBtn {
    display: none; 
     position: fixed; 
      bottom: 20px; 
       left: 20px; 
      z-index: 99; 
      border: none; 
      outline: none; 
      background-color: rgb(229, 14, 125); 
      color: white; 
       cursor: pointer; 
       padding: 10px; 
      border-radius: 10px; 
     font-size: 18px; 
  }

 #backToTopBtn:hover {
      background-color: rgba(229, 14, 125, 0.6);
 }

.discounted-price bdi del .woocommerce-Price-currencySymbol {
    display: none;
}
	
	
@media (max-width: 480px) {
.title-section-testimonial,	
.title-section-one {
max-width: 150px;
width: 100%;
}
.heading-title-posts h4 {
	font-size: 16px;
}
.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 0;
  bottom: 40px;
}
.more a {
    color: rgb(229, 14, 125);
    font-size: 14px;
    font-weight: 700;
    font-family: 'shabnam', sans-serif;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 20px;
    transition: background-color .8s ease, color .4s ease;
    display: inline-block; 
}

.more a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
	font-family: 'shabnam',sans-serif;
background-color: rgb(229, 14, 125);
  padding: 14px;
	border-radius: 20px;

}

.more a::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: rgb(229, 14, 125);
  margin-right: 14px;
	
}	   

.more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}
.heading-title-one h4 {
width: 100px;
}
#product-timer {
width: 90px;
}
.slider-more {
 top: 90px;
 width: 90px;
}
.swiper-rtl .shad-pro-button-next {
top: 180px;
right: auto;
  left: 10px;
}
.swiper-rtl .shad-pro-button-prev {
  left: 60px;
  right: auto;
  top: 180px;

  }
.time-label {
 font-size: 10px;
}
.shadlin-slider-one-container {
max-width: 150px;
width: 100%;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
}
@media (min-width: 481px) and (max-width: 579px) {
.shadlin-product-container {
width: 200px;
}

.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 0;
  bottom: 40px;
}
.more a {
    color: rgb(229, 14, 125);
    font-size: 14px;
    font-weight: 700;
    font-family: 'shabnam', sans-serif;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 20px;
    transition: background-color .8s ease, color .4s ease;
    display: inline-block; 
}

.more a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
	font-family: 'shabnam',sans-serif;
background-color: rgb(229, 14, 125);
  padding: 14px;
	border-radius: 20px;

}

.more a::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: rgb(229, 14, 125);
  margin-right: 14px;
	
}	   

.more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}
.title-section-one {
width: 200px;
}
.heading-title-one h4 {
width: 150px;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  padding-top: 15px;
}
    .time-label {
        font-size: 11px;
    }
}
@media (min-width: 580px) and (max-width: 767px) {
.shadlin-product-container {
width: 200px;
}

.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 150px;
}
.more a {
    color: rgb(229, 14, 125);
    font-size: 14px;
    font-weight: 700;
    font-family: 'shabnam', sans-serif;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 20px;
    transition: background-color .8s ease, color .4s ease;
    display: inline-block; 
}

.more a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
	font-family: 'shabnam',sans-serif;
background-color: rgb(229, 14, 125);
  padding: 14px;
	border-radius: 20px;

}

.more a::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: rgb(229, 14, 125);
  margin-right: 14px;
	
}	   

.more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}	
.title-section-one {
width: 300px;
}
.heading-title-one h4 {
width: 150px;
}
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
    .time-label {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
.title-section-one {
max-width: 30%;
width: 100%;
}

.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 150px;
}
.more a {
    color: rgb(229, 14, 125);
    font-size: 14px;
    font-weight: 700;
    font-family: 'shabnam', sans-serif;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 20px;
    transition: background-color .8s ease, color .4s ease;
    display: inline-block; 
}

.more a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
	font-family: 'shabnam',sans-serif;
background-color: rgb(229, 14, 125);
  padding: 14px;
	border-radius: 20px;

}

.more a::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: rgb(229, 14, 125);
  margin-right: 14px;
	
}	   

.more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}	
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding: 10px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom: 2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
  width: 100%;
}
    .time-label {
        font-size: 14px;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
.title-section-one {
width: 30%;
}

.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 150px;
}
.more a {
    color: rgb(229, 14, 125);
    font-size: 14px;
    font-weight: 700;
    font-family: 'shabnam', sans-serif;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 20px;
    transition: background-color .8s ease, color .4s ease;
    display: inline-block; 
}

.more a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
	font-family: 'shabnam',sans-serif;
background-color: rgb(229, 14, 125);
  padding: 14px;
	border-radius: 20px;

}

.more a::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: rgb(229, 14, 125);
  margin-right: 14px;
	
}	   

.more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}	
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding: 10px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom: 2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
  width: 100% !important;
}
}
@media (min-width: 1200px) {
.title-section-one {
width: 25%;
}


.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 150px;
}
.more a {
    color: rgb(229, 14, 125);
    font-size: 14px;
    font-weight: 700;
    font-family: 'shabnam', sans-serif;
    background-color: #f6f6f6;
    padding: 14px;
    border-radius: 20px;
    transition: background-color .8s ease, color .4s ease;
    display: inline-block; 
}

.more a:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
	font-family: 'shabnam',sans-serif;
background-color: rgb(229, 14, 125);
  padding: 14px;
	border-radius: 20px;

}

.more a::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: rgb(229, 14, 125);
  margin-right: 14px;
	
}	   

.more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}	
.product-list-one {
	display: flex;
  gap: 20px;
  background-color: #f6f6f6;
  border-radius:18px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  width: 190px;
  padding-top: 15px;
}
.shadlin-product-container {
  background-color: #fff;
  padding: 10px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .09);
  border-bottom: 2px solid transparent;
  transition: box-shadow, border-bottom .6s ease;
  width: 100% !important;
}
    .time-label {
        font-size: 14px;
    }
}


.shadlin-footer-button-countainer {
    display: flex;
}
.footer-button-number-part {
    margin-right: 8px;
}

.swiper-rtl .slider-but-prev {
  left: 0;
  right: auto;
  padding: 20px;
  top: 100px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam', sans-serif;
  background-color: #fff;
  border-radius: 18px;
	height: 30px;
	width: 30px; 
}

.swiper-rtl .slider-but-next {
  right: auto;
  left: 0;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 150px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam', sans-serif;
  background-color: #fff;
  border-radius: 18px;
	height: 30px;
	width: 30px;
}


@media (max-width: 768px) {
  .swiper-rtl .slider-but-prev,
  .swiper-rtl .slider-but-next {
    padding: 10px; 
    font-size: 12px; 
    border-radius: 12px; 
  }

  .swiper-rtl .slider-but-prev {
    top: 50px; 
	height: 30px;
	width: 30px;
  }

  .swiper-rtl .slider-but-next {
    top: 100px;  
	height: 30px;
	width: 30px;
  }
}


@media (max-width: 480px) {
  .swiper-rtl .slider-but-prev,
  .swiper-rtl .slider-but-next {
    padding: 8px; 
    font-size: 10px; 
    border-radius: 10px; 
  }

  .swiper-rtl .slider-but-prev {
    top: 30px; 
    left: 5px; 
    left: 5px; 
	height: 30px;
	width: 30px;	
  }

  .swiper-rtl .slider-but-next {
    top: 70px; 
    left: 5px; 
	height: 30px;
	width: 30px;
  }
}
.time-box {
    background-color: #f6f6f6;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

.tasvir-matlab img {
    border-radius: 18px !important;
}
.footer-button-title p,
.footer-app-download-button-text-part p {
    margin-bottom: 8px;
}
.testimonial-title-part-1 {
  font-size: .875rem;
}
.testimonial-title-part-2 {
	color: #e50e7d;
  font-size: .875rem;
}

.testimonial-layer::before {
content: '\EC52';
  font-family: 'remixicon';
  color: #e50e7d;
  text-align: left;
  position: absolute;
  font-size: 30px;
 left: 130px;
}
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-ResetPassword {
 padding: 30px;
}
.woocommerce-form-row button {
 background-color: #e50e7d !important;
border-radius: 18px !important;
padding: 14px !important;
	color: #fff !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  background-color: transparent !important;
  border-radius: 0;
  border: 0;
  color: var(--wc-form-color-text,#000);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  left: .7em;
  text-decoration: none;
  top: 35%;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}

/*-------dropdown--------*/
.menu-label {
    margin-left: 6px;
    margin-right: 6px;
}

.shadlin-horizontal-menu .horizontal-navmenu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shadlin-horizontal-menu .horizontal-navmenu > li {
    position: relative;
    width: 10em;
}

.shadlin-horizontal-menu .horizontal-navmenu > li > a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    border-radius: 10px;
font-size: calc(100% - 1px); 
}

.shadlin-horizontal-menu .horizontal-navmenu > li:hover > a {
    background-color: #f0f0f0;
}

.shadlin-horizontal-menu .horizontal-navmenu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0 !important;
    background-color: #fff;
    box-shadow: 0 11px 26px 0 rgb(41, 52, 62, .07);
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.shadlin-horizontal-menu .horizontal-navmenu li:hover > .sub-menu {
    display: block;
    display: flex;
    flex-direction: column;
}

.shadlin-horizontal-menu .horizontal-navmenu .sub-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
}

.shadlin-horizontal-menu .horizontal-navmenu .sub-menu li a:hover {
    background-color: #e0e0e0;
}


@media (max-width: 768px) {
    .shadlin-horizontal-menu .horizontal-navmenu {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .shadlin-horizontal-menu .horizontal-navmenu {
        font-size: 12px;
    }
}


.elementor-widget-form .elementor-field-group > label,
.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea,
.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label,
.elementor-field-label,
.elementor-field-type-email,
.elementor-field-group,
.elementor-field-type-tel,
.elementor-field-type-text,
.buyer-name .job,
.buyer-name .testimonial-name,
label,
input {
 font-family: 'shabnam',sans-serif !important;
}
.testimonial-title-part-1 {
margin-left: .3rem;
  font-size: .875rem;}
.testimonial-title-part-2 {
  font-size: .875rem;
}



.testimonial-btn-next,
.testimonial-btn-prev {
  position:absolute;
  bottom: 20px;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:inherit;
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
}
.testimonial-btn-next.swiper-button-disabled,
.testimonial-btn-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.testimonial-btn-next.swiper-button-hidden,
.testimonial-btn-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .testimonial-btn-next,
.swiper-navigation-disabled .testimonial-btn-prev {
  display:none;
}
.testimonial-btn-next:after,
.testimonial-btn-prev:after {
  font-family:swiper-icons;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .testimonial-btn-next {
right: auto;
  left: 0;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.testimonial-btn-prev:after,
.swiper-rtl .testimonial-btn-next:after {
  content:'prev'
}

.swiper-rtl .testimonial-btn-prev {
left: 54px;
  right: auto;
  padding: 20px;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.testimonial-btn-next:after,
.swiper-rtl .testimonial-btn-prev:after {
  content:'next'
}



.two-product-btn-next,
.two-product-btn-prev {
  position:absolute;
  bottom: 20px;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:inherit;
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
}
.two-product-btn-next.swiper-button-disabled,
.two-product-btn-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.two-product-btn-next.swiper-button-hidden,
.two-product-btn-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .two-product-btn-next,
.swiper-navigation-disabled .two-product-btn-prev {
  display:none;
}
.two-product-btn-next:after,
.two-product-btn-prev:after {
  font-family:swiper-icons;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .two-product-btn-next {
right: auto;
  left: 0;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.two-product-btn-prev:after,
.swiper-rtl .two-product-btn-next:after {
  content:'prev'
}

.swiper-rtl .two-product-btn-prev {
left: 54px;
  right: auto;
  padding: 20px;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.two-product-btn-next:after,
.swiper-rtl .two-product-btn-prev:after {
  content:'next'
}



.three-product-btn-next,
.three-product-btn-prev {
  position:absolute;
  bottom: 20px;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:inherit;
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
}
.three-product-btn-next.swiper-button-disabled,
.three-product-btn-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.three-product-btn-next.swiper-button-hidden,
.three-product-btn-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .three-product-btn-next,
.swiper-navigation-disabled .three-product-btn-prev {
  display:none;
}
.three-product-btn-next:after,
.three-product-btn-prev:after {
  font-family:swiper-icons;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .three-product-btn-next {
right: auto;
  left: 0;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.three-product-btn-prev:after,
.swiper-rtl .three-product-btn-next:after {
  content:'prev'
}

.swiper-rtl .three-product-btn-prev {
left: 54px;
  right: auto;
  padding: 20px;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.three-product-btn-next:after,
.swiper-rtl .three-product-btn-prev:after {
  content:'next'
}


.list-product-btn-next,
.list-product-btn-prev {
  position:absolute;
  bottom: 20px;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:inherit;
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
}
.list-product-btn-next.swiper-button-disabled,
.list-product-btn-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.list-product-btn-next.swiper-button-hidden,
.list-product-btn-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .list-product-btn-next,
.swiper-navigation-disabled .list-product-btn-prev {
  display:none;
}
.list-product-btn-next:after,
.list-product-btn-prev:after {
  font-family:swiper-icons;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .list-product-btn-next {
right: auto;
  left: 0;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.list-product-btn-prev:after,
.swiper-rtl .list-product-btn-next:after {
  content:'prev'
}

.swiper-rtl .list-product-btn-prev {
left: 54px;
  right: auto;
  padding: 20px;
  top: 32px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #e50e7d;
  border-radius: 15px;
  color: #fff;
}
.list-product-btn-next:after,
.swiper-rtl .list-product-btn-prev:after {
  content:'next'
}

    .swiper-slide .mahsolat {
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center; 
    padding: 10px; 
    box-sizing: border-box;
}

.product-list-image {
    flex-grow: 1; 
    margin-bottom: 10px; 
}

.product-list-style {
    text-align: center; 
    line-height: 40px;
}
@media (max-width: 480px ) {
	.featured-amount {
		width: 100% !important;
		padding-top: 20px !important;
	}	
}
.comment-items li {
	list-style-type: none;
	padding:20px;
	display: flex;
	gap: 20px;
}
.image-avatar img {
width: 50px;
  height: 50px;
  border-radius: 100%;
}
.comment-flex {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 1em;
}

.comment-avatar {
    margin-right: 1em; 
}

.comment-avatar img {
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
}

.comment-author {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.logo img,
.header-2 .logo img {
	width: 200px;
}
.shadlin-mobile-button button {
	margin-top: 18px;
	float: left;
}
.header-2 #primari-menu-nav {
	margin-top: 18px;
}


table.compare-list .add-to-cart td a.add-to-cart-icon:not(.unstyled_button)::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;
  content: '\f07a'; 
  margin-left: 5px; 
}

table.compare-list .add-to-cart td a.add-to-cart-icon:not(.unstyled_button) {
  display: inline-block;
  margin: 10px 0;
  background-color: #e50e7d !important;
  border: 0 none;
  color: #FFFFFF !important;
  font-weight: normal;
  line-height: normal;
  padding: 10px 20px !important;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.compare-list .add-to-cart td a,
table.compare-list .add-to-cart td a:not(.unstyled_button) {
    display: inline-block;
    margin: 10px 0;
    background-color: #e50e7d !important;
	align-content:    border: 0 none;
    color: #FFFFFF !important;
    font-weight: normal;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

table.compare-list .add-to-cart td a.add-to-cart-icon:not(.unstyled_button) {
  color: #FFFFFF;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
table.compare-list .add-to-cart td a i {
  color: red !important;
  font-size: 20px;
}
@media (min-width: 1400px) {
.header2-container {
	max-width: 1140px;
  margin-right: 85px;
}
	.button-header2 .shadlin-mobile-button {
		display: none;
	}
}
@media (max-width: 500px) {
.header2-container {
	max-width: 1140px;
  margin-right: 0;
}
	.header-2 #primari-menu-nav {
  margin-top: 18px;
		display: none;
}
}
@media (min-width: 501px) and (max-width: 999px) {
.header2-container {
	max-width: 1140px;
  margin-right: 0;
}
	.header-2 #primari-menu-nav {
  margin-top: 18px;
		display: none;
}	
}

.header-2 .shadlin-horizontal-menu ul {
    display: flex;
    align-items: center;
}

.header-2 .shadlin-horizontal-menu li {
    font-size: 16px;
    padding: 5px 10px;
    white-space: nowrap;
}


@media (max-width: 1399px) {
    .header-2 .shadlin-horizontal-menu li {
        font-size: 14px;
    }
	.header-2 #primari-menu-nav {
  margin-top: 18px;
		display: none;
}		
}


@media (max-width: 992px) {
    .header-2 .shadlin-horizontal-menu li {
        font-size: 12px;
        padding: 3px 5px; 
    }
}
@media (min-width: 1400px) {
	.footer-menu-area {
  display: flex;
  flex-wrap: wrap;
  overflow:
auto;
  justify-content: space-around;
  list-style-type: none;
  width: 100%;
  left: 0;
  direction: rtl;
  font-family: 'Shabnam', sans-serif;
  bottom: 0;
  padding-bottom: 65px;
  padding-left: 175px;
  padding-top: 25px;
  background-color: #F6F5F2;
  font-size: 15px;
  position: relative;
  z-index: 999;
  padding-right: 175px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.footer-menu-area {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  justify-content: space-around;
  list-style-type: none;
  width: 100%;
  left: 0;
  direction: rtl;
  font-family: 'Shabnam', sans-serif;
  bottom: 0;
  padding-bottom: 65px;
  padding-left: 60px;
  padding-top: 25px;
  background-color: #F6F5F2;
  font-size: 15px;
  position: relative;
  z-index: 999;
  padding-right: 60px;
}
}
@media (min-width: 1400px) {
	.main-header-bar .header2-container {
	margin-right: 60px;
}
}
    .view-all-products {
        text-align: center;
        margin-top: 20px;
        display: flex; 
        justify-content: center; 
    }

    .view-all-products a {
        display: inline-block;
        padding: 10px 20px;
        background-color: #e50e7d; 
        color: #fff;
        text-decoration: none;
        border-radius: 18px;
    }
@media (max-width: 480px) {
.mini-cart-popup {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -200px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 1000;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
}
@media (min-width: 481px) and (max-width: 1200px) {
.mini-cart-popup {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -200px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 1000;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
}
@media (min-width: 1300px) and (max-width: 1399px) {
.mini-cart-popup {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -150px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 1000;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
}
@media (min-width: 1400px) {
.mini-cart-popup {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -100px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 1000;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
}
@media (min-width: 1200px) {
.entry-content {
	padding-left: 4.8rem;
	padding-right: 4.8rem;
}	
.page-inter-header {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 2.4rem;
	padding-right: 2.4rem;
	width: 100%;
}	
}

.shop-page-description p {
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	
}
.shadlin-mobile-button button {
	margin-top: 0;
	padding-left: 5px;
	background-color: transparent;
	color: #414141;
	
}

@media (min-width: 500px) {
.image-slider-mobile,	
.image-mobile-cover {
display: none;
}
.banner-image-mobile-slider {
	display: none;
}
}
@media (max-width: 499px) {
.image-slider-desktop,	
.image-cover {
 display: none;
}

}
.image-mobile-cover img {
	border-radius: 19px;
}
.shadlin-mobile-button button {
	background-color: #fff !important;
}
.e-con-inner {
	padding-bottom: 1px !important;
	padding-top: 5px !important;
}
.e-con-full,
.elementor-hidden-desktop,
.e-flex,
.e-con,
.e-child {
	padding-bottom: 1px !important;
}
.offcanvas-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.offcanvas-body .user-cart-header-container {
	padding-right: 30px;
}