@charset "UTF-8";
/*
Theme Name: Kakti
Theme URI: https://iranet.co
Author: Saeed Tajabadi Farahani
Author URI: https://faral.tech/about
Description: A real special responsive theme for Kakti
Requires at least: WordPress 6.0.1
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    font-family: inherit;
}
html {
    direction: rtl;
    height: 100%;
    overflow-x: hidden;
}
body {
    font: 16px yekanbakh, Tahoma, sans-serif;
    height: 100%;
}
header {
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
i {
    display: inline-flex;
}
.header-row {
    height: 66px;
}
.header-row .wrap {
    height: 100%;
}
.wrap {
    max-width: 80%;
    margin: 0 auto;
}
.menu-bar {
    border-top: 1px solid #f0f0f1;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-bar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu-bar ul li a {
    color: #282828;
    font-weight: 600;
    padding: 3px 8px;
    border-left: 1px dashed #cccccc;
    transition: all 0.3s;
}
.menu-bar ul li a:hover {
    color: forestgreen;
}
.menu-bar ul li:last-child a {
    border-left: none;
}
.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-space-normal {
    display: flex;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo {
    height: 48px;
    margin-top: 8px;
}
.logo img {
    height: 100%;
    width: auto;
}
.menu-btn {
    position: relative;
    width: auto;
    top: auto;
}
.menu-btn,
.account-btn {
    display: flex;
    align-items: center;
    border: 1px solid #dfdfdf;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
}
.menu-btn i,
.account-btn i {
    margin-left: 8px;
    margin-top: 0;
    color: rgb(72,173,115);
}
.search-box {
    width: 40%;
}
.slider {
    margin-top: 50px;
}
.slider .wrap {
    position: relative;
    height: 340px;
    overflow: hidden;
    border-radius: 0.3rem;
}
.home-slide {
    position: relative;
    height: 340px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 0.3rem;
    border: 1px solid #f0f0f1;
}
.slide-more {
    position: absolute;
    background: #3db93d;
    color: #fff;
    font-family: Aviny, Tahoma, sans-serif;
    font-size: 24px;
    padding: 0 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
}
#home-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 10px);
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#home-slider .owl-nav i {
    font-size: 38px;
    background-color: #FFFFFF;
    padding: 5px;
    color: #444444;
    border-radius: 0.3rem;
    border: 1px solid #f0f0f1;
}
#home-slider .owl-nav .owl-next i{
    margin-left: -10px;
    border-left: none;
}
#home-slider .owl-nav .owl-prev i {
    margin-right: -10px;
    border-right: none;
}
.product-box {
    margin-top: 50px;
}
.product-box h3 {
    font-family: Aviny, Tahoma, sans-serif;
    position: relative;
    font-size: 18pt;
    font-weight: normal;
}
.product-box h3 span {
    background-color: #FFFFFF;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    border: 2px solid #25ad7f;
    border-radius: 3px;
    color: #282828;
}
.product-box h3::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 2px);
    height: 2px;
    width: 100%;
    background-color: #0f7955;
}
.product-box h3::after {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% + 2px);
    height: 2px;
    width: 100%;
    background-color: #25ad7f;
}


/* start mega menu style */
.hc-offcanvas-nav.rtl {
    font-family: yekanbakh, sans-serif;
}
.hc-offcanvas-nav {
    font-family:inherit;
}
.hc-nav-trigger {
    position: relative;
    top: auto;
    width: auto;
}
.hc-offcanvas-nav .nav-title.followed-empty-close {
    color: #fff;
    font-family: yekanbakh, sans-serif;
    border: 1px solid #fff;
    display: inline-block;
    margin: 5px;
    line-height: 0px;
    padding: 25px;
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background:#282828;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top:1px solid #333;
}
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    border-bottom:1px solid #333;
}
.hc-offcanvas-nav.rtl a.nav-next {
    border-right:1px solid #333;
    border-bottom:1px solid #333;
}
.hc-offcanvas-nav .nav-wrapper-0>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border-top:1px solid #333;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #333;
}
.hc-offcanvas-nav .nav-content > h2,
.hc-offcanvas-nav .nav-content > h3,
.hc-offcanvas-nav .nav-content > h4,
.hc-offcanvas-nav .nav-content > h5,
.hc-offcanvas-nav .nav-content > h6 {
    color: #ccc;
}
.hc-offcanvas-nav .nav-content > .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    background: #6b6a54;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.hc-offcanvas-nav .nav-back a {
    background: #444444;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}
.hc-offcanvas-nav .nav-highlight {
    background: #6b6a54;
}
.hc-offcanvas-nav .nav-content > .nav-close a:hover {
    background: #333;
    border-left: 1px solid #282828;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    scrollbar-width: thin;
    scrollbar-color: #017e49 black;
}
/* end mega menu style */

.owl-carousel .owl-item img {
    height: auto;
}
.kala-item {
    border:1px solid #f0f0f1;
    padding: 3px;
    border-radius: 3px;
}
.kala-item h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #f0f0f1;
}
.kala-thumb {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}
.kala-more {
    background: #3db93d;
    color: #fff;
    padding: 5px;
    display: flex;
    border-radius: 3px;
    width: calc(50% - 5px);
    justify-content: center;
}
.kala-code {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
}
.kala-code span {
    margin: 0 5px;
    padding: 3px 0;
}
#kala-carousel .owl-nav {
    display: flex;
    position: absolute;
    top: -55px;
    left: 0;
    font-size: 28px;
}

/* banners */
.banners {
    margin-top: 50px;
}
.item-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(20% - 10px);
    height: 100px;
    border-radius: 3px;
    background-image: linear-gradient( 135deg, #81FBB8 10%, #28C76F 100%);
    color: #FFFFFF;
}
.item-banner h2 {
    font-family: Aviny, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 3px #979797;
}
.item-banner:nth-child(2) {
    background-image: linear-gradient( 135deg, #ABDCFF 10%, #0396FF 100%);
}
.item-banner:nth-child(3) {
    background-image: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);
}
.item-banner:nth-child(4) {
    background-image: linear-gradient( 135deg, #FF9D6C 10%, #BB4E75 100%);
}
.item-banner:nth-child(5) {
    background-image: linear-gradient( 135deg, #97ABFF 10%, #123597 100%);
}
.category-menu {
    background: #f9f9f9;
    padding: 10px;
    margin-top: 50px;
    border-radius: 0.3rem;
}
.category-menu h3 {
    font-family: Aviny, Tahoma, sans-serif;
    position: relative;
    font-size: 24pt;
    font-weight: normal;
    color: #6f6f6f;
}
.category-menu h3 span {
    background-color: #FFFFFF;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    border: 2px solid #25ad7f;
    border-radius: 3px;
    color: #282828;
}
#pic-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pic-menu::after {
    content: "";
    flex: auto;
}
#pic-menu li {
    border-radius: 0.3rem;
    overflow: hidden;
    width: 240px;
    margin: 5px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}
#pic-menu li a {
    display: block;
}
#pic-menu li a h2 {
    margin-top: 10px;
    font-weight: 500;
    color: #282828;
    font-size: 16px;
    text-align: center;
}
#pic-menu li a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.3rem;
}
.single {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 50px;
}
.single-right {
    width: 25%;
    padding: 15px;
}
.single-thumb {
    width: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 25px;
}
.single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.single-middle {
    width: calc(75% - 310px);
    border-left: 1px solid #f0f0f1;
    padding: 0 10px;
}
.single-left {
    width: 280px;
    padding: 15px;
}
.kala-price-no-off {
    text-decoration: line-through;
    font-weight: 600;
    color: #999999;
    text-align: center;
    font-size: 24px;
}
.kala-price {
    font-size: 32px;
    font-weight: 800;
    color: #e64900;
    text-align: center;
}
.checkout-btn {
    background-color: mediumseagreen;
    border: 1px solid #33a868;
    padding: 0 6px;
    font-family: Aviny, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    border-radius: 0.3rem;
    font-weight: 500;
    transition: all 0.3s;
}
.page-content ul {
    margin-top: 15px;
    padding-right: 15px;
}
.page-content ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
.page-content ul li::before {
    content: "\e057";
    font-family: iranet, sans-serif;
    color: mediumseagreen;
    font-size: 18px;
    margin-left: 10px;
}

/* footer */
footer {
    border-top: 1px solid #dcdcdc;
    margin-top: 25px;
    background-color: #ffffff;
}
footer .wrap {
    padding: 20px 0;
}
.footer-box {
    width: calc(25% - 50px);
    font-size: 14px;
}
.footer-boxes {
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-logo img {
    display: block;
    filter: grayscale(100%);
    height: 85px;
}
.tpc-description {
    margin-top: 10px;
}
.footer-box address {
    margin-bottom: 15px;
    font-style: inherit;
}
.footer-box h3 {
    font-family: Aviny, Tahoma, sans-serif;
    /*color: #a6a6a6;*/
    color: #3db93d;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.footer-box h3 span {
    border-bottom: 2px solid #e4e4e4;
}
.map-location {
    position: relative;
    height: 100px;
    overflow: hidden;
    border-radius: 0.3rem;
    border: 1px dashed #bdbdbd;
}
.map-location iframe {
    position: absolute;
    left: 0;
    top: -110px;
}
.cpr .wrap {
    padding: 5px 0;
    border-top: 1px solid #f0f0f1;
    font-size: 12px;
    color: #666666;
}
.phone-numbers li,
.important-links li {
    display: flex;
    align-items: center;
}
.phone-numbers li a,
.important-links li a {
    margin-right: 10px;
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    padding-top: 3px;
}
.phone-numbers li i,
.important-links li i{
    color: #fff;
}
.footer-social {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.footer-social li {
    margin-left: 8px;
}
.footer-social li a {
    color: #FFFFFF;
}

.footer-social i {
    font-size: 24px;
}
/* end footer */
.modal-container {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}
.modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
.modal-box {
    position: relative;
    z-index: 9;
    width: 500px;
    height: 300px;
    border-radius: 0.3rem;
    background-color: #ffffff;
    box-shadow: 0 0 15px #cccccc;
}
.modal-header {
    display: flex;
    border-bottom: 1px solid #cccccc;
    padding: 5px;
}
.modal-close-btn {
    font-weight: 600;
    cursor: pointer;
}
.modal-content {
    padding: 5px;
}
.scroll-tabs {
    position: relative;
}
.scroll-tabs-links {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f1;
    position: sticky;
    top: 0;
    z-index: 8;
}
.scroll-tabs-links a {
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    margin: 0 10px;
    padding: 10px;
    transition: all 0.3s;
}
.scroll-tabs-links a:hover {
    color: mediumseagreen;
    opacity: 0.7;
}
.scroll-tabs-links .active {
    color: mediumseagreen;
}
.scroll-tab-content {
    padding: 10px;
    border-bottom: 1px solid #f0f0f1;
}
.scroll-tab-content ul {
    margin-top: 15px;
    padding-right: 15px;
}
.scroll-tab-content ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
.scroll-tab-content ul li::before {
    content: "\e057";
    font-family: iranet, sans-serif;
    color: mediumseagreen;
    font-size: 18px;
    margin-left: 10px;
}
.scroll-tab-content ul li {
    position: relative;
}
.scroll-tab-header {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 0.3rem;
    margin-top: 4px;
}
.selva-kala-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}
.selva-kala-gallery a {
    width: 32%;
}
.selva-kala-gallery a img {
    display: block;
    width: 100%;
    height: auto;
}
.single-blog {
    padding: 10px;
    border: 1px solid #f0f0fa;
    border-radius: 3px;
}
.single-blog .has-nested-images:nth-child(1) {
    width: 50%;
    float: left;
}
.single-blog .has-nested-images:nth-child(2) {
    width: 50%;
    float: right;
}
.single-blog .has-nested-images:nth-child(3) {
    width: 50%;
    float: left;
}
.single-blog .has-nested-images:nth-child(4) {
    width: 50%;
    float: right;
}
.cat-page {
    flex-wrap: wrap;
    align-items: stretch;
}
.cat-page .cat-post {
    width: calc(20% - 10px);
    background-color: #f5f5f5;
    padding: 5px;
    margin-bottom: 10px;
    color: #282828;
}
.cat-page .cat-post .cat-post-thumb {
    position: relative;
}
.cat-page .cat-post .cat-post-thumb img {
    width: 100%;
}
.cat-page .cat-post .cat-post-thumb .cat-post-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    transition: all 0.3s;
}
.cat-page .cat-post .cat-post-thumb:hover .cat-post-cover {
    opacity: 1;
}
.cat-post-cover .cat-post-date {
    width: 100%;
    text-align: center;
}
.cat-post-cover .cat-more {
    width: 65%;
    text-align: center;
    background-color: mediumseagreen;
    color: #ffffff;
    border-radius: 4px;
    padding: 4px 0;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li {
    margin: 0 5px;
}
.pagination ul li a {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    display: block;
    border-radius: 3px;
    padding: 0 8px;
    color: #282828;
}
.page-numbers.current {
    background-color: mediumseagreen;
    color: #ffffff;
    border: 1px solid mediumseagreen;
    padding: 0 8px;
    display: block;
    border-radius: 3px;
}
@media screen and (max-width: 980px) {
    #menu-bar {
        display: none;
    }
    .account-btn {
        display: none;
    }
    .search-box {
        width: 60%;
    }
    .footer-box {
        width: 100%;
        text-align: center;
    }
    .footer-boxes {
        flex-wrap: wrap;
    }
    .phone-numbers li,
    .important-links li {
        justify-content: center;
    }
    .kala-more {
        width: 100%;
    }
    .kala-item .flex-space {
        flex-wrap: wrap;
    }
    .kala-code {
        width: 100%;
    }
    .cat-page .cat-post {
        width: 100%;
    }
    .single-right {
        width: 100%;
        padding: 15px;
    }
    .single {
        flex-wrap: wrap;
    }
    .single-middle {
        width: 100%;
        border-left: 0 solid #f0f0f1;
    }
}