.shadlin-footer-button-countainer {
		display: flex;
}
.product-attribute-item {
  padding: 10px;
  border-radius: 18px;
  margin: 5px;
  background-color: #e50e7d08;
  font-size: 14px;
}
.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-button-next,
.team-button-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;
}
.team-button-next.swiper-button-disabled,
.team-button-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.team-button-next.swiper-button-hidden,
.team-button-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .team-button-next,
.swiper-navigation-disabled .team-button-prev {
  display:none;
}
.team-button-next:after,
.team-button-prev:after {
  font-family:swiper-icons;
  font-size: 20px;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .team-button-next {
  top:90px;
  left:-10px;
  background-color: white;
  padding: 20px;
  border-radius: 100%;
  font-size: 14px;
  opacity: 0.8;
  color: #444;
}
.team-button-prev:after,
.swiper-rtl .team-button-next:after {
  content:'prev'
}

.swiper-rtl .team-button-prev {
  top:90px;
  right:-10px;
   background-color: white;
  padding: 20px;
  border-radius: 100%;
  font-size: 14px;
  color: #444;
}
.team-button-next:after,
.swiper-rtl .team-button-prev:after {
  content:'next'
}
.swiper-pagination-bullet-active {
	padding-left: 6px;
  padding-right: 15px;
  background: #b60b44;
  border-radius: 10px;
}
.swiper-pagination-bullet {
	padding: 6px;
}
.title-section {
	display: flex;
	    justify-content: space-between; 
    align-items: center; 
}	




#result-product-ajax-search {
    border: 1px solid #ccc; 
    max-height: 320px;
    overflow-y: auto;
    position: absolute; 
    background: white; 
    z-index: 1000; 
}

.shadlin-search-result {
    padding: 11px;
    border-bottom: 1px solid #ddd;
}

.shadlin-search-result h2 {
	font-size: 14px;
    margin: 0;
}
.shadlin-search-result img {
	width: 70px;
}



.dokmeh-next,
.dokmeh-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;
}
.dokmeh-next.swiper-button-disabled,
.dokmeh-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.dokmeh-next.swiper-button-hidden,
.dokmeh-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .dokmeh-next,
.swiper-navigation-disabled .dokmeh-prev {
  display:none;
}
.dokmeh-next:after,
.dokmeh-prev:after {
  font-family:swiper-icons;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .dokmeh-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;
}
.dokmeh-prev:after,
.swiper-rtl .dokmeh-next:after {
  content:'prev'
}

.swiper-rtl .dokmeh-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;
}
.dokmeh-next:after,
.swiper-rtl .dokmeh-prev:after {
  content:'next'
}



.post-btn-next,
.post-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;
}
.post-btn-next.swiper-button-disabled,
.post-btn-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.post-btn-next.swiper-button-hidden,
.post-btn-prev.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none
}
.swiper-navigation-disabled .post-btn-next,
.swiper-navigation-disabled .post-btn-prev {
  display:none;
}
.post-btn-next:after,
.post-btn-prev:after {
  font-family:swiper-icons;
  text-transform:none;
  letter-spacing:0;
  font-variant:inherit;
  line-height:1
}

.swiper-rtl .post-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;
}
.post-btn-prev:after,
.swiper-rtl .post-btn-next:after {
  content:'prev'
}

.swiper-rtl .post-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;
}
.post-btn-next:after,
.swiper-rtl .post-btn-prev:after {
  content:'next'
}

.swiper-pagination-bullet-active {
	padding-left: 6px !important;
  padding-right: 15px !important;
  padding-top: 8px !important;
  padding-bottom: 5px !important;
  background: white !important;
}
.swiper-pagination-bullet {
	padding: 6px;
}

.flex-container {
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  align-items: stretch; 
}

.flex-container article {
  width: calc(33.33% - 10px); 
  margin-bottom: 20px; 
}

/*-----menu-------*/


/*-----mega-menu---------*/
.shadlin-top-main-menu img,
.shadlin-mega-menu-items img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
}


/*-----mobile menu ------*/
.shadlin-subitems-mobile-menu ul {
    list-style-type: none;
}

.shadlin-subitems-mobile-menu li {
    border-bottom: 2px solid #ededed;
}

.shadlin-subitems-mobile-menu li a {
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.shadlin-subitems-mobile-menu li.menu-item-has-children > a::after {
    content: "\EA4E";
    font-family: 'remixicon';
    font-weight: 900;
    color: black;
    float: left;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.shadlin-subitems-mobile-menu li.active.menu-item-has-children > a::after {
    transform: rotate(180deg);
}

.shadlin-subitems-mobile-menu li .sub-menu {
    display: none;
    padding-right: 20px;
}

.shadlin-subitems-mobile-menu li.active > .sub-menu {
    display: block;
}
 .offcanvas-header {
                padding: 35px;
                margin-top: 20px;
  }

/*-------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; 
    }
}


/*-----vertical--------*/

    .vertical-mega-menu {
        display: flex;
        width: 1080px;
        box-shadow: 0 11px 26px 0 rgb(41,52,62,.09);
        position: absolute;
        visibility: hidden;
        z-index: 1000;
        background-color: white;
        border-radius: 18px;
        overflow: hidden;
    }

    .mega-menu-buttons {
        width: 200px; 
        background-color: #f6f6f6;
        display: flex;
        flex-direction: column; 
    }

    .mega-main-menu {
        display: block;
        padding: 10px;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        text-align: right; 
    }

    .mega-main-menu:hover {
        background-color: #f6f6f6;
    }

    .mega-main-menu::after {
        content: "\f494";
        font-family: 'remixicon';
        align-items: center;
        font-size: 14px;
        float: left;
    }

    .mega-main-menu.active {
        background-color: #f6f6f6;
    }

    .sub-mega-menu-content {
        padding: 20px;
        overflow: hidden; 
        display: none;
    }

    .sub-mega-menu-content.active {
        display: block;
    }
    .shadlin-mega-menu li {
        list-style-type: none; 
    }
	.mega-navmenu > li > a {
        font-weight: bold; 
    }
    .shadlin-mega-menu {
        margin: 0; 
        padding: 0; 
        list-style-type: none;
        display: flex;  
        flex-direction: column; 
    }

    .mega-navmenu {
        display: flex;
        flex-wrap: wrap; 
        gap: 10px; 
    }

    .mega-navmenu li {
        flex: 1 1 calc(25% - 10px); 
        box-sizing: border-box; 
        margin: 5px; 
    }

    .category-menu-container {
        background-color: rgb(229, 14, 125);
        position: relative;
        width: 160px;
        height: 47px;
        cursor: pointer;
        color: #fff;
        border-radius: 18px;
        display: flex; 
        justify-content: center; 
        align-items: center; 
        gap: 5px;
    }

    .category-menu-container p {
        margin: 0; 
        display: flex; 
        align-items: center; 
        justify-content: center;
    }

    .category-menu-container p::before {
        content: '\EA43';
        font-family: 'remixicon';
        padding-left: 5px;
        padding-right: 5px;
    }

    .category-menu-container p::after {
        font-family: 'remixicon';
        content: '\F492';
        padding-left: 5px;
        padding-right: 5px;
    }
.mega-main-menu:hover i,	
.mega-main-menu:hover {
	color: rgb(229, 14, 125);
}	
.mega-main-menu i,	
.mega-menu-buttons i {
		font-family: 'Font Awesome 5 Free','remixicon','Font Awesome 6 Free';

}    
    .category-menu-wrap:hover .vertical-mega-menu {
        visibility: visible;
    }


/*-------image slider--------*/

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

.swiper-rtl .slider-but-next {
right: auto;
  left: 30px;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 25px;
  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;  
}
.slider-but-prev:after,
.swiper-rtl .slider-but-next:after {
  content:'prev'
}

.swiper-rtl .slider-but-prev {
left: 84px;
  right: auto;
  padding: 20px;
  top: 25px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: #fff;
  border-radius: 18px;
}
.slider-but-next:after,
.swiper-rtl .slider-but-prev:after {
  content:'next'
}
.swiper-pagination-bullet-active {
	padding-left: 6px !important;
  padding-right: 15px !important;
  padding-top: 8px !important;
  padding-bottom: 5px !important;
  background: white !important;
}
.swiper-pagination-bullet {
	padding: 6px;
}

.image-slider-buttons {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border-radius: 18px;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 150px;
  height: 50px;
  z-index: 1000;
}



.swiper-slide.image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 18px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.login-image-logo {
	margin: 20px auto;
  display: block;
}

.title-section {
	padding-top:55px;
	padding-bottom: 25px;
}


/*-------product-slider--------*/

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

.swiper-rtl .shad-pro-button-next {
right: auto;
  left: 40px;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  top: 200px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: rgba(225, 225, 225, 0.63);
  border-radius: 15px;
}
.shad-pro-button-prev:after,
.swiper-rtl .shad-pro-button-next:after {
  content:'prev'
}

.swiper-rtl .shad-pro-button-prev {
left: 94px;
  right: auto;
  padding: 20px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: rgba(225, 225, 225, 0.63);
  border-radius: 15px;
  top: 200px;
}
.shad-pro-button-next:after,
.swiper-rtl .shad-pro-button-prev:after {
  content:'next'
}

.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}

.post-more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}
.slider-more {
    direction: ltr;
    top: 110px;
    white-space: nowrap; 
	position: absolute;

}

.slider-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; 
}
.tasvir-matlab img{
	border-radius: 19px;
}
.list-mataleb:hover .tasvir-matlab img{
	border-radius: 19px;
}
.slider-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;
		transition: background-color .8s ease, color .4s ease;

}

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

.slider-more a:hover::before {
	content: "\f494";
	font-family: 'remixicon';
		align-items: center;
	font-size: 14px;
  color: #fff;
  margin-right: 14px;
	
}	
.heading-title-two {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.heading-title-two h2 {
	margin-right: 20px;
}


            .shadlin-footer-app-download-buttons-container {
                flex-direction: row;
                justify-content: flex-start; 
                flex-wrap: wrap; 
                direction: rtl; 
				  display: flex;
				  padding: 10px;
            }
@media (min-width: 1200px) {
.shadlin-call-box-countainer,
            .shadlin-footer-app-download-button-container {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-left: 25px;
                padding-right: 25px;
				padding-top: 8px;
				width: 100%;
				min-width: 250px;
				box-sizing: border-box;
				  flex-shrink: 1; 
				  min-width: 250px; 
				
				
            }	
}
@media (max-width: 499px) {

	            .shadlin-footer-app-download-button-container {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-left: 25px;
                padding-right: 25px;
				padding-top: 8px;
				width: 100%;
				min-width: 250px;
				box-sizing: border-box;
				  flex-shrink: 1; 
				  min-width: 300px; 
					margin-right: 1rem;
					margin-left: auto;
				
				
            }
}
@media (min-width: 500px) and (max-width: 600px) {

	            .shadlin-footer-app-download-button-container {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-left: 25px;
                padding-right: 25px;
				padding-top: 8px;
				width: 100%;
				min-width: 250px;
				box-sizing: border-box;
				  flex-shrink: 1; 
				  min-width: 450px; 
				
				
            }
}
@media (min-width: 601px) and (max-width: 767px) {

	            .shadlin-footer-app-download-button-container {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-left: 25px;
                padding-right: 25px;
				padding-top: 8px;
				width: 100%;
				min-width: 250px;
				box-sizing: border-box;
				  flex-shrink: 1; 
				  max-width: 550px; 
					margin-right: 1rem;
					margin-left: auto;
				
				
            }
}
@media (min-width: 768px) and (max-width: 1199px) {

	            .shadlin-footer-app-download-button-container {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-left: 25px;
                padding-right: 25px;
				padding-top: 8px;
				width: 100%;
				min-width: 250px;
				box-sizing: border-box;
				  flex-shrink: 1; 
				  min-width: 250px; 
					margin-right: 1rem;
					margin-left: auto;
				
				
            }
}
@media (max-width: 768px) {
  .footer-app-download-button-text-part {
    width: 80%; 
  }
}
            .footer-app-download-button-title {
                display: flex;
                font-size: 20px;
                font-weight: 800;
            }

            .footer-app-download-button-description {
                text-align: right;
            }

            .footer-button-svg-part svg {
                width: 100% !important;
            }

            .footer-app-download-button-svg-part {
                width: 100px; 
                height: 100px; 
                display: flex;
                align-items: center;
            }

            .footer-app-download-button-svg-part img { 
                width: 50px; 
                height: 50px;
                padding: 10px;
                object-fit: contain; 
            }

            .footer-app-download-button-svg-part i { 
                font-size: 50px;
                padding: 10px;
            }

.flex-container {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    flex-wrap: wrap; 
}

.swiper-wrapper {
    display: flex; 
}

.swiper-slide {
    width: auto; 
    flex-shrink: 0; 
	    display: flex; 
    flex-direction: column; 
    align-items: stretch; 
}

.list-mataleb {
    width: 100%; 
    margin: 5px; 
    box-sizing: border-box; 
}

.list-mataleb article {
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
}
.heading-title-posts {
    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;
}

.post-before-icon {
    max-width: 70%;
    max-height: 70%;
    display: block;
}
.icon-wrapper svg {
	fill: #fff;
}
.heading-title-posts h4 {
    margin: 0;
}
   .post-title-part-2 {
	   color: rgb(229, 14, 125);
  font-size: .875rem;
   }
      .post-title-part-1 {
		  margin-left: .3rem;
  font-size: .875rem;
	  }
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
}
.call-num {
	display: flex;
  font-size: 20px;
  font-weight: 800;
}
.call-describ {
	text-align: right;
}
.call-svg-part svg {
	padding: 10px;
  background-color: rgb(229, 14, 125);
  border-radius: 100%;
}
.call-svg-part .call-svg {
	color: #fff;
	stroke: #fff;
}
.pish-shomareh {
	color: rgb(229, 14, 125);
}

.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;
}

.shadlin-logo-box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 20px; 

  @media (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr); 
  }
}


.logo-section {

  padding: 20px;
  text-align: center;
}

.logo-section img {

  max-width: 100%;
  height: auto;
}	  


.shadlin-footer-button-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: rtl; 
  padding: 25px;
  border-radius: 18px;


}
.footer-button-title {
	display: flex;
  font-size: 20px;
  font-weight: 800;
}
.footer-button-describ {
	text-align: right;
}
.footer-button-svg-part svg {
	width: 100 !important;
}
.footer-button-svg-part .footer-button-svg {
    width: 100px; 
    height: 100px; 
}

.footer-button-svg-part img { 
    width: 50px; 
    height: 50px;
	padding: 10px;
	object-fit: contain; 
}

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

.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;
}
.elementor-heading-title,
.elementor-widget-nav-menu a,
.elementor-item a,
.elementor-widget-nav-menu .elementor-nav-menu .elementor-item,
.elementor-widget-container p {
	font-family: 'shabnam';
}
.single-content p,
.elementor-widget-container p {
	font-weight: initial;
}
/*-----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;
}

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

.swiper-rtl .testimonial-button-next {
right: auto;
  left: 30px;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: rgba(225, 225, 225, 0.63);
  border-radius: 15px;
}
.testimonial-button-prev:after,
.swiper-rtl .testimonial-button-next:after {
  content:'prev'
}

.swiper-rtl .testimonial-button-prev {
left: 84px;
  right: auto;
  padding: 20px;
  color: rgb(229, 14, 125);
  font-size: 14px;
  font-weight: 700;
  font-family: 'shabnam',sans-serif;
  background-color: rgba(225, 225, 225, 0.63);
  border-radius: 15px;
}
.testimonial-button-next:after,
.swiper-rtl .testimonial-button-prev:after {
  content:'next'
}

.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);	
}
#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);
 }

.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;
}

.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: gold; 
    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 {
	padding: .618em 1em;
	background-color: #fff;
	border-radius: 100%;
    font-size: 15px;	
}
.shadlin-box-product-slider-three-buttons .shadlin-compare-button,
.shadlin-box-product-slider-three-buttons .shadlin-yith-add-wishlist {
	background-color: #fff;
	padding: 5px;
	border-radius: 100%;
}
.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;
    }

    .time-label {
        font-size: 14px;
    }

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

.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;
	  padding: 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;
	  padding: 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;
}	  			


.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;
}
.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;
}
.heading-title h4 {
		font-family: 'shabnam'!important;

}

@media (max-width: 480px) {
.title-section-testimonial,	
.title-section-one {
width: 150px; !important;
}
.title-section-one h4 {
width: width: 100px;
}

.heading-title {
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}

#product-timer {
width: 90px;
}
.slider-more {
 top: 110px;
 width: 90px;
}
.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 10px;
  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;
}
.swiper-rtl .shad-pro-button-next {
top: 210px;
right: auto;
  left: 10px;
}
.swiper-rtl .shad-pro-button-prev {
  left: 60px;
  right: auto;
  top: 210px;

  }
.time-segment, .time-label {
 font-size: 10px;
}
.shadlin-slider-one-container {
width: 150px !important;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  padding-top: 15px;
}
}
@media (min-width: 481px) and (max-width: 579px) {
.shadlin-product-container {
width: 200px;
}
.title-section-testimonial,
.title-section-one {
width: 200px;
}
.heading-title {
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}


.more {
    direction: ltr;
    padding-top: 20px;
    white-space: nowrap; 
	position: absolute;
  left: 10px;
  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 h4 {
	width: 110px;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  padding-top: 15px;
}
}
@media (min-width: 580px) and (max-width: 767px) {
.shadlin-product-container {
width: 200px;
}
.heading-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}
.title-section-testimonial,
.title-section-one {
width: 300px;
}
.title-section-one h4 {
	width: 150px;
}

.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 {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  padding-top: 15px;
}
}
@media (min-width: 768px) and (max-width: 959px) {
.title-section-testimonial,	
.title-section-one {
width: 30%;
}
.heading-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}

.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 {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  padding-top: 15px;
}
}
@media (min-width: 960px) and (max-width: 1199px) {
.title-section-testimonial,	
.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;
	
}	
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title-one {
  padding-top: 15px;
}
.heading-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}
}
@media (min-width: 1200px) {
.title-section-testimonial,	
.title-section-one {
width: 25%;
}
.title-section-one {
	position: relative;
  display: block;
  z-index: 1200;
  background-color: #E50E7D;
  padding: 30px;
  color: #fff;
}
.heading-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'shabnam', sans-serif;
    width: auto; 
}
.more-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    flex-wrap: wrap; 
	    position: relative; 
    align-items: center; 
	padding: 20px;
}
.heading-title h2 {
	margin-right: 20px;
}
.heading-title-one {
  padding-top: 15px;
}

.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;
	
}	
	}
.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;
	height: 30px;
	width: 30px;	
  }

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

.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;
}

.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; 
  }

  .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; 
	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; 
}
@media (min-width: 768px) {
.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; 
    justify-content: flex-start; 
}	
}

@media (min-width: 481px) and (max-width: 767px) {
.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid; 
	grid-template-columns : repeat(4, 1fr);
	gap: 10px;
    justify-content: flex-start; 
}	
}
@media  (max-width: 480px) {
.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid; 
	grid-template-columns : repeat(3, 1fr);
	gap: 10px;
    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-gallery {
    list-style-type: none;
    display: grid;
    gap: 20px; 
}


@media (max-width: 450px) {
    .mahsolat-gallery {
        grid-template-columns: 1fr; 
    }
}


@media (min-width: 450px) and (max-width: 600px) {
    .mahsolat-gallery {
        grid-template-columns: 1fr; 
    }
}


@media (min-width: 600px) and (max-width: 700px) {
    .mahsolat-gallery {
        grid-template-columns: repeat(2, 1fr); 
    }
}


@media (min-width: 700px) and (max-width: 900px) {
    .mahsolat-gallery {
        grid-template-columns: repeat(2, 1fr); 
    }
}


@media (min-width: 1000px) and (max-width: 1399px) {
    .mahsolat-gallery {
        grid-template-columns: repeat(3, 1fr); 
    }
}


@media (min-width: 1400px) {
    .mahsolat-gallery {
        grid-template-columns: repeat(4, 1fr); 
    }
}
.mahsolat-gallery .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;
	  padding: 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;
	  padding: 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: 4px 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-testimonial,	
.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-testimonial,
.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-testimonial,	
.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-testimonial,	
.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-testimonial,	
.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;
}

@media (min-width: 481px) {
	.featured-amount {
	display: flex;

}
}
@media (max-width: 480px) {
	.featured-amount {
	width: 100%;
		padding-top: 20px;

}
}
.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;

}

.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: 15px;
  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.1); 
}
.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-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-testimonial,
.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;
}

.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; 
	height: 30px;
	width: 30px;	
  }

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



.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'
}

.list-mataleb:hover .tasvir-matlab img,
.list-mataleb:hover img {
 border-radius: 18px;
}

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

@media (min-width: 768px) {
    .mahsol-vizhe-mini .swiper-slide {
        width: calc((100% - (3 * 10px)) / 4); 
    }
}

@media (max-width: 767px) {
    .mahsol-vizhe-mini .swiper-slide {
        width: calc((100% - (1 * 10px)) / 2); 
    }
}

@media (max-width: 480px) { 
    .mahsol-vizhe-mini .swiper-slide {
        width: 100%; 
    }
}
.shadlin-box-featured-product-mini .swiper-slide {
    margin: 5px; 
}

.mahsolat-vizhe-mini img {
    width: auto; 
    height: auto; 
    max-width: 100%; 
    max-height: 100%; 
    border-radius: 100%; 
}
.product-image-wrapper {
    width: auto; 
    height: auto; 
    overflow: hidden;
    border-radius: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

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

@media (max-width: 400px) {
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
}
}

@media (min-width: 401px) and (max-width: 499px) {
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
 max-width: 320px;
}
}

@media ( min-width: 500px) and (max-width: 600px ) {
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
  max-width: 450px;
}
}


@media (min-width: 501px) and (max-width: 600px) {
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
 max-width: 450px;
}
}
@media (min-width: 601px) and (max-width: 799px) {
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
 max-width: 280px;
}
}
@media (min-width: 800px) and (max-width: 900px) {
.shadlin-call-box-countainer {	
display: flex;
  flex-direction: row;
  gap: 15px;
  direction: ltr;
  background-color: #f6f6f6;
  padding: 25px;
  border-radius: 18px;
  color: #444;
  margin-right: 1rem;
  margin-left: 2rem;
 max-width: 280px;
}
}