/*
Theme Name:     PARSAVESTA
Template:       hello-elementor
Version:        1.0.0
*/

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');		
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');	
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 400;
	src: url('fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/woff/Yekan Bakh FaNum-ExtraBold.woff') format('woff'),   
	url('fonts/woff2/Yekan Bakh FaNum-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/woff/Yekan Bakh FaNum-Black.woff') format('woff'),   
	url('fonts/woff2/Yekan Bakh FaNum-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTAYB;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/woff/Yekan Bakh FaNum-ExtraBlack.woff') format('woff'),   
	url('fonts/woff2/Yekan Bakh FaNum-ExtraBlack.woff2') format('woff2');		 
}

body {
    font-family: PARSAVESTAYB;
}
.pars-no-wrap .e-con-inner .e-child:nth-child(1) {
    flex-wrap: nowrap;
}
.pars-mebu-cart .elementor-menu-cart__toggle .elementor-button {
    border: 0;
    background: #121c13;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pars-mebu-cart .elementor-menu-cart__toggle .elementor-button:hover {
    background: #415d44;
}
.pars-mebu-cart .elementor-menu-cart__toggle .elementor-button svg {
    fill: #fff;
    font-size: 20px;
}
.pars-mebu-cart .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    left: -15px!important;
    top: -11px!important;
}
.pars-mebu-cart .elementor-menu-cart__toggle .elementor-button:hover svg {
    fill: #121c13;
}


/* home style */

@keyframes rotation {
    0% {
    transform: rotate(0deg);
}
    100% {
    transform: rotate(360deg);
}
}

.pars-animition {
    width: 300px;
    animation: rotation 6s infinite linear;
}

/* slider */


.pars-hero-style .elementor-swiper-button {
    background: #6f9775;
    width: 25px;
    height: 40px;
    transform: translate(-50%, -50%);
    /* clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.pars-hero-style .elementor-swiper-button:before, .pars-hero-style .elementor-swiper-button:after {
    content: "";
    border-left: 11px solid #6f9775;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
}
.pars-hero-style .elementor-swiper-button:before {
    right: -11px;
}
.pars-hero-style .elementor-swiper-button:after {
    left: -10px;
    border-left: unset;
    border-right: 10px solid #6f9775;
}
.pars-hero-style .elementor-swiper-button:hover {
    filter: grayscale(1);
}
.pars-hero-style .elementor-element .swiper .elementor-swiper-button-next {
    right: 30px;
}
.pars-hero-style .elementor-element .swiper .elementor-swiper-button-prev {
    left: 30px;
}


.pars-btn-slider .swiper-pagination-bullet {
    border-radius: 0px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 76% 100%, 25% 100%, 0 50%);
    transform: scale(0.8);
    width: 25px !important;
    height: 23px !important;
    transition: all 0.3s ease-in-out;
}

.pars-btn-slider .swiper-pagination-bullet:hover {
    transform: scale(1.5);
    animation: rotation 6s infinite linear;
    background: #a2cca6 !important;
}

@media only screen and (max-width: 600px) {
    
    .pars-hero-style .elementor-swiper-button {
        width: 17px;
        height: 30px;
   }
    
    .pars-hero-style .elementor-swiper-button:before, .pars-hero-style .elementor-swiper-button:after {
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
   }

    .pars-hero-style .elementor-swiper-button:hover {
        filter: grayscale(1);
   }
    
    .pars-hero-style .elementor-element .swiper .elementor-swiper-button-next {
        right: 40px;
   }
    
    .pars-hero-style .elementor-element .swiper .elementor-swiper-button-prev {
        left: 40px;
   }

    .pars-btn-slider .swiper-pagination-bullet {
        transform: scale(0.8);
        width: 20px !important;
        height: 18px !important;
        transition: all 0.3s ease-in-out;
    }

}

/* why us box in home */

.pars-abt-container .elementor-icon.elementor-animation- {
    background-color: #c7e9ca;
    border-radius: 7px;
}

.pars-abt-container .elementor-icon.elementor-animation- svg path {
    fill: #415d44 !important;
}

.pars-abt-container .elementor-icon-box-title {
    margin-top: 0px;
}

.abt-btn {
    display: inline-block;
    position: relative;
    background: #fff;
    text-align: right;
    width: 100%;
    font-size: 12px !important;
    padding: 9px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.abt-btn::after {
    content: ">";
    left: 10px;
    position: absolute;
}

.elementor-text-editor p:nth-child(2) {
    margin-bottom: 0px;
}

.pars-abt-container::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(135deg, var(--e-global-color-primary) 0%, #121c13 100%);
    width: 85%;
    height: 8px;
    right: 22px;
    left: 22px;
    bottom: -9px;
    z-index: 0;
    border-radius: 0px 0px 7px 7px;
}

/* ctn info on home page */

.pars-cnt-info .elementor-icon.elementor-animation- {
    /* fill: red !important; */
    background-color: #c7e9ca;
    border-radius: 7px;
}

.pars-cnt-info .elementor-icon.elementor-animation- svg path {
    stroke: #415d44;
}

/* loop home prduct gategory */

.pars-product-cat .elementor-image-box-title {
    background-color: #121c13;
    padding: 4px 12px 4px 12px;
    margin: 0px;
    border-radius: 8px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.pars-product-cat .elementor-image-box-description {
    margin-top: 10px;
    padding: 4px 12px 4px 12px;
    background-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.106);
}

.pars-product-cat .elementor-image-box-content {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.pars-product-cat::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(135deg, var(--e-global-color-primary) 0%, #121c13 100%);
    width: 89%;
    height: 8px;
    right: 22px;
    left: 22px;
    bottom: -9px;
    z-index: 0;
    border-radius: 0px 0px 7px 7px;
}

/* product category end of page */

.pars-category-home .product-category a {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.pars-category-home .product-category img {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 0px !important;
}

.pars-category-home .product-category {
    background-color: #fff;
    padding: 10px !important;
    border-radius: 85px;
}

.pars-category-home .count {
    display: none;
}

.pars-category-home .woocommerce-loop-category__title {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100%;
}

.pars-icon-alarm .elementor-icon svg path {
    stroke: #6F9775;
}

.pars-icon-alarm .elementor-icon rect {
    fill: #6F9775;
}
button.e-filter-item:after {
    content: "";
    width: 18px;
    height: 18px;
    right: 0;
    position: absolute;
    border-radius: 3px;
    border: 2px solid #6f9775;
}

button.e-filter-item {
    position: relative !important;
    padding-right: 20px !important;
}

button.e-filter-item[aria-pressed="true"]:before {
    content: "✔";
    position: absolute;
    right: 3px;
    top: 8px;
    border-radius: 2px;
    color: #6f9775;
}


.archive .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.archive ul.products li.product, .archive ul.products li.product {
    margin: 0 !important;
    width: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 25px;
}

.archive .products ul::after, .archive .products ul::before, .archive ul.products::after, .archive ul.products::before {
    content: unset !important;
}
.archive ul.products li.product .button {
    font-family: 'PARSAVESTAYB' !important;
    color: white;
    background: #6f9775;
    border-radius: 10px;
    padding: 15px 20px;
}

.archive ul.products li.product .button:hover {
    color: #415d44;
    background: #a2cca6;
}
