/*
Theme Name: Tivan Theme
Theme URI: 
Author: Sina Design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Tivan

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: yekanbakh100;
    font-style: normal;
    font-weight: 100;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Thin.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Thin.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh300;
    font-style: normal;
    font-weight: 300;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Light.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Light.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh500;
    font-style: normal;
    font-weight: normal;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Regular.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Regular.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh600;
    font-style: normal;
    font-weight: 600;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-SemiBold.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-SemiBold.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh700;
    font-style: normal;
    font-weight: bold;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Bold.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Bold.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh800;
    font-style: normal;
    font-weight: 800;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-ExtraBold.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-ExtraBold.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh900;
    font-style: normal;
    font-weight: 900;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Black.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-Black.woff2")
            format("woff2");
}

@font-face {
    font-family: yekanbakh950;
    font-style: normal;
    font-weight: 950;
    src: url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-ExtraBlack.woff")
            format("woff"),
        url("https://tivanterarium.megajoosh.com/wp-content/themes/tivantheme/fonts/yekanbakh/YekanBakhFaNum-ExtraBlack.woff2")
            format("woff2");
}
* {
    padding: 0;
    margin: 0;
}
body {
    text-align: right;
    font-family: yekanbakh500;
}
a {
    text-decoration: none;
}
h2 {
    font-family: yekanbakh700;
}
h3 {
    font-size: 35px;
    font-family: yekanbakh700;
}

/* Header */
.main-nav-section {
    background-color: #161616;
    padding: 20px;
}
.main-nav-section .row {
    align-items: center;
}
.header-menu {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.header-menu-item li {
    display: inline-block;
    margin: 0px 15px;
    font-size: 18px;
    font-weight: normal;
    font-family: yekanbakh800;
    color: #f8eded;
}
.header-menu-item li::after {
    content: "|";
    margin-right: 25px;
}
.header-menu-item li:last-child::after {
    display: none;
}
.header-menu-item a {
    color: #f8eded;
    transition: 0.1s;
}
.header-menu-item a:hover {
    color: #41b06e;
}

/* Navbar Search */
.nav-search-box {
    display: flex;
    justify-content: flex-end;
}
.nav-search-section {
    display: flex;
    align-items: center;
    justify-content: left;
    background: transparent;
    border-radius: 50px;
    padding: 10px 12px;
    transition: 0.8s;
    width: 45px;
}
.nav-search-section:hover {
    background: #f8eded;
    width: 100%;
    transition: 0.8s;
}
#nav-search-input {
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    width: 0px;
    color: #173b45;
    visibility: hidden;
    transition: 0.8s;
}
.nav-search-section:hover #nav-search-input {
    visibility: visible;
    width: 100%;
    transition: 0.8s;
}
button.search-icon {
    padding: 6px 10px;
    border: none;
    background: transparent;
}
button.search-icon i {
    color: #fff;
    font-size: 19px;
}
.nav-search-section:hover button.search-icon i {
    color: #161616;
}

/* Nav Btn */
.nav-btn-section {
    text-align: left;
    align-items: center;
}
.btn-sign-in-out {
    position: relative;
    top: 0px;
    left: 35px;
    color: #f8eded;
    font-size: 25px;
    transition: 0.4s;
}
.btn-sign-in-out:hover {
    color: #41b06e;
    transition: 0.4s;
}
#btn-sign-in-out-tooltip {
    position: absolute;
    top: 35px;
    right: -40px;
    background-color: #41b06e;
    color: #f8eded;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
}
.btn-sign-in-out:hover #btn-sign-in-out-tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.section1-background {
    padding: 0;
    background: url(img/back2.jpg);
    background-size: cover;
    background-position: center center;
    height: 580px;
}
.box-latest-shop-item {
    position: relative;
    top: -100px;
    justify-content: space-evenly;
}
.home_product_price {
    min-height: 72px;
}
.latest-shop-item {
    width: 22% !important;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 20px 0px rgba(80, 80, 80, 0.4);
    background-color: #eee;
    z-index: 2;
    font-family: yekanbakh600;
}
.latest-shop-item-title a {
    color: #161616;
}
.latest-shop-item .woocommerce-product-gallery {
    opacity: 1 !important;
}
.latest-shop-item img {
    position: relative;
    top: 20px;
    width: 100%;
    height: auto;
}
.latest-shop-item-title {
    margin: 40px 0 9px 0;
}

.box-home-title {
    position: relative;
    top: -405px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(img/back3.jpg);
    height: 750px;
    width: auto;
}
.home-title {
    color: white;
    font-family: yekanbakh800;
    font-size: 50px;
    text-align: center;
    margin-top: 250px;
}
.box-home-title hr {
    display: block;
    margin: 15px auto;
    border: 2px solid white;
    opacity: 1;
    width: 370px;
}
.home-subtitle {
    color: white;
    text-align: center;
    font-size: 30px;
}

.box-home-shop {
    position: relative;
    top: -300px;
}
.box-home-shop hr {
    display: block;
    margin: 15px auto;
    border: 2px solid #41b06e;
    opacity: 1;
    width: 300px;
}
.home-shop-title {
    text-align: center;
    font-family: yekanbakh700;
    font-size: 35px;
}
.home-shop-subtitle {
    text-align: center;
    font-family: yekanbakh600;
    font-size: 20px;
}
.box-home-shop-item {
    display: flex;
    justify-content: space-around;
}
.home-shop-item {
    text-align: center;
    border: 1px solid #e2e2e2;
    background-color: #e8fff1;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
    height: 100%;
}
.home-shop-item img {
    width: 100%;
    height: auto;
}
.home-shop-item-title {
    color: #161616;
    display: block;
    text-align: center;
    font-family: yekanbakh600;
    font-size: 26px;
    margin: 15px 0 10px;
}
.home-shop-item-old-price {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-family: "yekanbakh600";
    text-decoration: line-through;
    color: #41b06e80;
}
.home-shop-item .tooman {
    color: #41b06e80;
    text-decoration: none;
    font-size: 0.8em;
}
.home-shop-item-old-price::after {
    display: none;
}
.home-shop-item-price {
    text-align: center;
    margin-top: 5px;
    font-size: 27px;
    font-family: yekanbakh600;
    color: #41b073;
}
.home-shop-item-btn {
    background-color: #41b06e;
    padding: 8px 15px;
    border-radius: 10px;
    border: 0;
    display: block;
    margin: 15px auto;
    transition: 0.25s;
}
.home-shop-item-btn:hover {
    background-color: #2c774a;
    transition: 0.25s;
}
.home-shop-item-btn a {
    color: white;
    font-family: yekanbakh600;
}

/* PYRAMID BOX */

.box-pyramid {
    position: relative;
    top: -150px;
    text-align: center;
}
.pyramid-title {
    font-size: 35px;
    margin: 120px 0 0 0;
    padding: 0 0 20px 0px;
    border-bottom: 5px solid #41b06e;
}
.pyramid-subtitle {
    font-size: 25px;
    padding: 20px 0 0 0;
}
.box-pyramid-img img {
    display: block;
    margin: 0px auto;
}
.box-pyramid-title hr {
    display: block;
    margin: 15px auto;
    border: 2px solid #41b06e;
    opacity: 1;
    width: 540px;
}
.pyramid-link {
    color: #41b06e;
    border-radius: 10px;
    /* padding: 5px 10px; */
    transition: 0.25s;
    font-family: yekanbakh600;
}
.pyramid-link:hover {
    color: #2c774a;
    transition: 0.25s;
}

/* LATEST BLOG BOX */

.box-latest-blog-bg {
    background-image: url(img/back3.jpg);
    height: 65vh;
}
.box-latest-blog-bg-title {
    color: white;
    text-align: center;
    margin: 80px auto 80px;
}
.box-latest-blog {
    margin: -250px auto 0;
    background: white;
    width: 85%;
    border-radius: 25px 25px 0 0;
    padding: 40px 40px;
}
.bx-latest-blog {
    margin: 0px 0px 50px;
}
.bx-latest-blog:nth-child(even) {
    flex-direction: row-reverse;
}
.bx-latest-blog img {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #e2e2e2;
}
.box-home-latest-blog-content {
    padding: 40px 0px;
}
.home-latest-blog-dod {
    font-size: 50px;
    color: #41b06e;
}
.home-latest-blog-dom {
    background: #000;
    color: white;
    text-align: center;
    align-self: center;
    padding: 5px 0px;
    margin: -6px 0px 0px 0px;
}
.home-latest-blog-comment-number {
    align-self: center;
}
.home-latest-post-title {
    font-size: 40px;
    margin: 10px 0px 20px;
    font-family: yekanbakh700;
    color: #161616;
}
.home-latest-post-summary {
    font-size: 17px;
    margin: 0px 0px 20px;
    text-align: justify;
    line-height: 1.8;
}
.home-latest-post-more a {
    position: relative;
    top: 100px;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 7px;
    color: #fff;
    transition: 0.25s;
    background: #41b06e;
    float: left;
}
.home-latest-post-more a:hover {
    background: #2c774a;
    transition: 0.25s;
}

/* Blog Style */

.blog-title,
.blog-subtitle {
    text-align: center;
}

.blog-title {
    font-family: "yekanbakh700";
    margin: 30px 0 30px;
}

/* Blog Owl Carousel */
#blog-owl-carousel .owl-prev,
#blog-owl-carousel .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 250px;
    font-size: 40px;
    background: #41b06e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    transition: 0.25s;
}
#blog-owl-carousel .owl-prev:hover,
#blog-owl-carousel .owl-next:hover {
    background: #2c774a;
    transition: 0.25s;
}
#blog-owl-carousel .owl-prev {
    right: -70px;
}
#blog-owl-carousel .owl-next {
    left: -70px;
}
.box-item-blog-carousel {
    height: 600px;
}
#blog-owl-carousel img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.blog-carousel-item-category {
    position: relative;
    top: -190px;
    right: 60px;
    color: #fff;
    font-size: 14px;
    font-family: yekanbakh600;
    background: #41b06e;
    border-radius: 20px;
    padding: 2px 6px;
}

.blog-carousel-item-title {
    position: relative;
    top: -175px;
    right: 60px;
    font-size: 30px;
    color: #fff;
    font-family: "yekanbakh700";
    text-shadow: 1px 1px 3px #000;
}

.blog-carousel-item-summary {
    position: relative;
    top: -160px;
    right: 60px;
    color: #fff;
    font-family: yekanbakh500;
    font-size: 18px;
    text-shadow: 1px 1px 3px #000;
}

.blogs-section {
    margin: 50px 0;
    padding: 20px 60px;
}

.blogs-title {
    text-align: center;
    margin: 0 0 40px 0px;
}

.blogs-section img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.box-blogs-item {
    margin: 0 0 50px 0;
}
.blogs-item-title {
    color: #161616;
    font-size: 23px;
    font-family: "yekanbakh700";
    margin: 20px 0 10px;
}
.blogs-item-title a {
    color: #161616;
}
.blogs-item-summary {
    margin: 10px 0 20px 0;
    line-height: 1.7;
    font-size: 16px;
}
.author-avatar {
    margin: 15px 0px;
}
.box-blogs-post-meta {
    align-items: center;
}
.blog-author-avatar {
    width: 65px;
}
.blog-author-name::after {
    content: "•";
    position: relative;
    top: 0;
    right: 10%;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #2c774a;
}
.wp-pagenavi span {
    background-color: #41b06e;
    color: #fff;
    border: #41b06e;
}

/* Single Blog */
.box_single_blog_back_img {
    background-color: #161616;
    margin-bottom: 250px;
    height: 650px;
}
.single_blog_title {
    font-family: yekanbakh700;
    font-size: 50px;
    text-align: center;
}
.single_blog_title a {
    color: #fff;
}
.single_blog_cat {
    text-align: center;
    color: #fff;
    margin: 15px 0px 0;
}
.single_blog_cat a {
    display: inline-block;
    color: #fff;
    background: #41b06e;
    border-radius: 5px;
    padding: 3px 7px;
    margin: 0 5px;
}
.bx_single_blog_img a {
    position: relative;
    bottom: -50px;
}
.bx_single_blog_img img {
    width: 100%;
    height: 600px;
    border-radius: 12px;
}
.box-single-post-meta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 20;
}
.single_author_avatar img {
    border-radius: 100%;
}
.single_author_name {
    font-size: 20px;
    font-family: yekanbakh800;
    margin: 10px 0 7px;
    color: #41b06e;
}
.single_blog_content {
    font-size: 18px;
    line-height: 1.7;
    padding: 50px 0px;
}
.commentlist li {
    list-style: none;
}
.commentlist h5::after {
    content: " گفته:";
}
.comment-reply-link {
    border-radius: 20px;
    background: #41b06e;
    color: white;
    padding: 3px 10px;
    font-family: yekanbakh500;
}
.comment-box {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}
.commentlist .children {
    border-bottom: 1px solid #e2e2e2;
    margin: 0px 35px 0px;
}
.single_blog_comment_section h3#reply-title {
    margin: 0 0px 20px;
    color: #41b06e;
    text-align: center;
}
.single_blog_comment_section textarea#comment {
    width: 80%;
    resize: none;
    border-radius: 5px;
    border: 2px solid #41b06e;
    outline: none;
    display: block;
    padding: 10px;
    margin: 0 auto 20px;
} /*
.single_blog_comment_section label {
    display: block;
}
.single_blog_comment_section input#submit {
    padding: 10px 15px;
    border-radius: 5px;
    background: #41b06e;
    color: #fff;
    font-family: "yekanbakh700";
    border: none;
    transition: 0.2s ease-in-out;
}
.single_blog_comment_section input#submit:hover {
    background: #2c774a;
    transition: 0.2s ease-in-out;
}
.single_blog_comment_section .form-submit {
    display: flex;
    justify-content: end;
}
.single_blog_comment_section img.avatar.avatar-32.photo {
    border-radius: 50%;
    width: 40px;
    height: auto;
    margin: 0px 0px 0px 10px;
}
.single_blog_comment_section .comment-meta.commentmetadata {
    margin: 10px 0px 0 0;
}
.single_blog_comment_section p {
    margin: 15px 0;
}
.single_blog_comment_section a.url {
    color: #41b06e;
    font-family: "yekanbakh600";
    font-style: normal;
    font-size: 17px;
    margin: 0px 0px 0 5px;
} */

/* About Us */
.bx_aboutus_img img {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.about_us_right_title {
    color: #41b06e;
    text-align: center;
}
.about_us_right_content {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    margin: 30px 0 0;
    color: #666;
}
.about_us_left_img img {
    height: auto;
    width: 100%;
}

.box-aboutus-right {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Contact Us */
.contact_us_back {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(img/back3.jpg);
    width: auto;
}
.contactus_box_form {
    background: rgba(255, 255, 255, 0.28);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    border: 1px solid rgba(255, 255, 255, 0.71);
    width: 80%;
    height: 80%;
    padding: 10px;
    margin: 100px 0;
}
.contactus_box_form_right {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
    width: 74%;
    margin-left: 10px;
}
.contactus_box_form_left {
    border-radius: 10px;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
    width: 25%;
    padding: 0;
    overflow: hidden;
    background: url(img/contact-us.jpg);
    background-size: cover;
}
.contact_us_social {
    background: #2c774a;
    margin: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-family: "yekanbakh500";
    font-size: 20px;
    overflow: hidden;
    transition: 0.25s ease-out;
}
.contact_us_social:hover {
    background-color: #161616;
    transition: 0.25s ease-out;
}
.contactus_box_form_right label {
    right: 10px;
    top: 15px;
    color: #41b06e;
    font-family: yekanbakh600;
    background: none;
}
.contactus_box_form_right input {
    border-radius: 5px;
    border: none;
    padding: 5px;
    margin: 15px 0;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    transform: scale(0.8) translateY(-11%) translateX(25%);
    color: #2c774a;
    transition: 0.2s;
}
.contact_message {
    padding: 35px 10px 0 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
}
.contact_message:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.contact_message ~ label {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #41b06e;
    font-family: yekanbakh600;
}
.contact_message:focus ~ label {
    transform: scale(0.8) translateY(-3%) translateX(25%);
    color: #2c774a;
    transition: 0.2s;
}
.contact_us_sub_btn {
    padding: 7px 15px;
    margin: 10px 0 20px;
    border-radius: 10px;
    border: none;
    background: #41b06e;
    color: white;
    font-family: "yekanbakh600";
    transition: 0.3s;
}
.contact_us_sub_btn:hover {
    background: #2c774a;
    transition: 0.3s;
}

/* Shop */
.box-shop-slide1 .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb {
    text-align: center;
    font-size: 17px;
    font-family: "yekanbakh600";
    color: #41b06e !important;
}
.single-product .woocommerce-breadcrumb {
    margin: 30px 0 40px;
}
.box-shop-slide1 .woocommerce-breadcrumb a,
.single_product_breadcrumb a {
    font-size: 16px;
    color: #2c774a !important;
}
.single-product .product_title.entry-title {
    font-size: 28px;
    font-family: yekanbakh700;
    color: #161616;
}
.box_shop_header_img {
    height: 400px;
    background-position: center center;
}
/* .box_shop_cat {
    background: #f2f2f2;
    width: 15%;
    margin: 30px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px 10px;
} */
.bx_shop_cat {
    display: flex;
    justify-content: space-evenly;
}
.box_shop_cat {
    background: #f2f2f2;
    width: 15%;
    margin: 30px 0px;
    border: 1px solid #eee;
    border-radius: 130px;
    padding: 50px 20px;
    overflow: hidden;
}
.box_shop_cat img {
    width: 100%;
    height: auto;
}
.shop_cat_name {
    text-align: center;
    border-radius: 50px;
    padding: 13px;
    background: #fff;
    border: 1px solid #ccc;
}
.box_shop_icons {
    margin: 30px auto;
}
.shop_icons {
    font-size: 70px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}
.shop_icons_title {
    text-align: center;
    font-family: yekanbakh600;
    font-size: 20px;
}
.bx_shop_icons img {
    display: block;
    margin: 0px auto 15px;
}
.new_product_title {
    font-family: yekanbakh700;
    margin: 30px 0;
    font-size: 45px;
    text-align: center;
}

.shop_products .product {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 100px !important;
    transition: 0.3s;
}

.shop_products .onsale {
    top: 5px !important;
    right: 5px !important;
    width: 50px;
    min-height: 30px !important;
    border-radius: 50% !important;
    font-size: 17px !important;
    line-height: 30px !important;
    background: #161616 !important;
}
.shop_products .button {
    color: #41b073 !important;
    background: #fff !important;
    text-align: center !important;
    padding: 20px !important;
    display: block !important;
    border-radius: 0px !important;
    transition: 0.3s;
}
.shop_products .button:hover {
    color: #fff !important;
    background: #41b073 !important;
    transition: 0.3s;
}
.products_details {
    position: absolute;
    bottom: 15px;
    width: 100%;
    opacity: 0;
    font-family: "yekanbakh700";
    background: #00000080;
    font-size: 18px !important;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.shop_products .product:hover .products_details {
    display: block;
    opacity: 1;
    transform: translate(0px, -40px);
    transition: all 0.5s;
}
.shop_products .woocommerce-loop-product__title {
    font-family: "yekanbakh700";
    color: #fff;
    font-size: 18px !important;
    text-align: center;
    margin: 15px 0 10px;
    transition: 0.5s;
}
.shop_products .star-rating {
    color: #fff;
    margin: 0px auto !important;
    font-size: 11px !important;
}
.shop_new_product_old_price {
    display: inline-block;
    font-family: "yekanbakh600";
    font-size: 16px;
    text-align: center;
    color: #ddd;
    margin: 12px 0 0px;
    text-decoration: line-through;
}
.shop_new_product_old_price::after {
    display: none;
}
.tooman {
    font-family: "yekanbakh600";
    font-size: 0.7em;
    color: #ddd;
    text-decoration: line-through;
}
.shop_new_product_price,
.shop_regular_price {
    font-family: "yekanbakh700";
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.shop_widget .wp-block-heading {
    font-size: 18px;
    border-bottom: 2px solid #d2d2d2;
    padding: 5px 0 10px;
    margin: 10px 0 0px;
}
.shop_widget .wc-block-formatted-money-amount {
    max-width: 140px !important;
    text-align: left;
}
.shop_widget .wc-block-components-filter-reset-button {
    border: 2px solid #41b074;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
    transition: 0.3s;
}
.shop_widget .wc-block-components-filter-reset-button:hover {
    color: #fff;
    background: #41b073;
    transition: 0.3s;
}
.shop_widget .wc-block-components-price-slider__controls {
    direction: ltr;
}
.shop_widget .wc-block-price-filter__range-input {
    direction: ltr;
}
.shop_widget .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(
            to right,
            transparent var(--low),
            var(--range-color) 0,
            var(--range-color) var(--high),
            transparent 0
        )
        no-repeat 0 100% /100% 100% !important;
}

/* Single-Product */

.single-product .woocommerce-product-gallery {
    width: 100% !important;
}
.single_product_old_price {
    display: inline-block;
    font-size: 17px;
    font-family: yekanbakh600;
    text-decoration: line-through;
    color: #bbb;
}
.single_product_price .tooman {
    color: #bbb !important;
    font-size: 0.8em;
}
.home-shop-item-old-price::after,
.home-shop-item-price::after,
.single_product_regular_price::after,
.single_product_sale_price::after,
.shop_new_product_old_price::after,
.shop_new_product_price::after,
.shop_regular_price::after {
    content: " تومان";
    text-decoration: none !important;
}
.home-shop-item-old-price::after,
.home-shop-item-price::after,
.single_product_regular_price::after,
.single_product_sale_price::after,
.shop_new_product_price::after,
.shop_regular_price::after {
    font-size: 0.7em;
}
.single_product_regular_price,
.single_product_sale_price {
    font-size: 27px;
    font-family: yekanbakh600;
    color: #41b073;
}
.single_product_desc {
    text-align: justify;
    line-height: 32px;
    font-size: 16px;
    margin: 30px 0;
    color: #6d6a6a;
}
.single_product_add_to_cart {
    font-size: 18px;
    margin: 55px 0;
}
.single-product .single_add_to_cart_button {
    border-radius: 20px !important;
    background: #41b073 !important;
    transition: 0.3s;
}
.single-product .single_add_to_cart_button:hover {
    background: #2c774a !important;
    transition: 0.3s;
}
.single-product .quantity input {
    line-height: 2;
    border: 2px solid #41b073;
    border-radius: 30px;
}
.single_pro.posted_in,
.single_pro.tagged_as {
    font-size: 14px;
}
.single_pro.posted_in a,
.single_pro.tagged_as a {
    color: #41b073;
    font-family: "yekanbakh600";
    transition: 0.3s;
}
.single_pro.posted_in {
    margin: 5px 0;
}
.single_pro.posted_in a:hover,
.single_pro.tagged_as a:hover {
    color: #2c774a;
    transition: 0.3s;
}
.woocommerce-tabs ul::after,
.woocommerce-tabs ul li::after,
.woocommerce-tabs ul li::before,
.woocommerce-tabs ul li a::after,
.woocommerce-tabs ul li a::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center !important;
}
.single-product .woocommerce-tabs ul li.active {
    color: #41b06e !important;
    font-family: "yekanbakh600";
    transition: 0.2s;
}
.single-product .woocommerce-tabs ul li {
    font-family: "yekanbakh100";
    font-size: 20px;
    border: none !important;
    border-radius: 0px !important;
    margin: 0px -5px 0 0px !important;
    padding: 10px 50px !important;
    background: #fff !important;
    transition: 0.2s;
    position: unset !important;
}
.single-product .onsale {
    top: 10px !important;
    right: 10px !important;
    width: 60px;
    min-height: 60px !important;
    border-radius: 50% !important;
    font-size: 19px !important;
    line-height: 50px !important;
    background: #161616 !important;
}
.single-product #tab-description {
    color: #6d6a6a;
    line-height: 34px;
    font-size: 17px;
    text-align: justify;
}
.single-product #tab-description h2 {
    color: #161616;
    font-size: 40px;
    font-family: "yekanbakh600";
    text-align: center;
    margin: 40px 0 30px;
}
.single-product .star-rating {
    color: #41b06e;
    font-size: 14px !important;
}
.single-product .star-rating::before {
    color: #41b06e;
}
.single-product .stars span a {
    color: #41b06e !important;
}

/* Page Woocommerce */
.woo_title {
    text-align: center;
    margin: 30px 0;
    font-size: 40px;
}
.woo_title a {
    color: #161616;
}

/* Footer */

footer {
    background-color: #161616;
    color: #fff;
    padding: 30px;
}
footer h5 {
    font-family: "yekanbakh800";
    font-size: 25px;
}
.footer-logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-menu-item {
    margin: 15px 0 0;
    list-style: none;
    line-height: 2.2;
    font-size: 18px;
}
.footer-menu-item li {
    display: flex;
    align-items: center;
}
.footer-menu-item i {
    font-size: 27px !important;
    color: #41b06e;
    margin-left: 5px;
}
.footer-menu-item a {
    color: #f8eded;
    transition: 0.1s;
}
.footer-menu-item a:hover {
    color: #41b06e;
    transition: 0.1s;
}
.e-namad {
    background: white;
    border-radius: 5px;
    width: 120px;
    height: auto;
}

@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 768px) {
}
