@charset "utf-8";
/* CSS Document */
:root {
    /*--clr1:#be9553;*/
    --clr1:#c49c40;
    --clr2:#1b5e3c;
    --clr3:#ffeac6;
    --clr4:#102321;
    --clr5:#120f12;
    --black:#111;
    --blackvalue:0, 0, 0;
    --lightGray:#f3f3f3;
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@font-face {
    font-family: "rtl-font";
    font-style: normal;
    font-weight: normal;
    src: local("☺️"), 
        url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/IRANSansWeb.woff2") format("woff2"), 
        url("../fonts/IRANSansWeb.woff") format("woff"), 
        url("../fonts/IRANSansWeb.ttf") format("truetype");
}

body{
    font-family: "rtl-font";
	font-size:14px;
    text-align: justify;
}

a{
    text-decoration: none;
    color: #61493d;
}

img, svg {
    max-width: 100%;
    height: 100%;
}

video {
    max-width: 100%;
    max-height: 100%;
}


a {
    color: var(--clr1);
    text-decoration: none;
}
a:focus, a:hover {
    color: var(--clr2);
}

[dir*="rtl"] ol:not(.pagination), 
[dir*="rtl"] ul:not(.pagination){
    padding: 4px 2em 4px 0;
}

[dir*="rtl"] label {
    text-align: right;
}

[dir*="rtl"] .text-start {
    text-align: right !important;
}

[dir*="rtl"] .text-end {
    text-align: left !important;
}

[dir*="rtl"] .float-end {
    float: left !important;
	margin-right: 1em;
}

[dir*="rtl"] .float-start {
    float: right !important;
	margin-left: 1em;
}

[dir*="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}
[dir*="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}

[dir*="rtl"] .ms-5 {
    margin-right: 3rem !important;
    margin-left: unset !important;
}
[dir*="rtl"] .me-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
}

.awesomplete {
    display:block !important;
    flex: 1 0 auto;
}

[dir*="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.com-content-category-blog.blog {
    display: grid;
    row-gap: 2em;
}
.com-content-category-blog.blog .com-content-category-blog__items.blog-items.items-leading {
    display: grid;
    grid-template-columns: auto;
}
.com-content-category-blog.blog .com-content-category-blog__items.blog-items.columns-2 {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%
}
.com-content-category-blog.blog .com-content-category-blog__items.blog-items.columns-3 {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
}
.com-content-category-blog.blog .com-content-category-blog__items.blog-items.columns-3 .com-content-category-blog__item.blog-item:first-child {
    /*grid-column: 1 / 3;*/
}
.com-content-category-blog__item.blog-item {
    border: 1px solid #dac1b1;
    padding: 1em;
    border-radius: 1em;
}


/*-------
POSITION STYLE
------*/
header {
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px 0 var(--clr1);
}

#top-bar {
    background: var(--clr2);
    color: #fff;
}

#top-bar strong{
    color: var(--clr1);
}

footer h3{
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
footer h3::after{
    content: "";
    width: 71px;
    height: 5px;
    background:  transparent url(../images/title-line.svg) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
footer i {
    color: var(--clr1);
}



#copyright{
    background-color: var(--clr2);
    color: var(--lightGray);
    line-height: 2.5;
}
#copyright a{
    color: var(--lightGray);
}
/*------
Custom Style
------*/
.clr-sabaparde{
    color: var(--clr1);
}

.hikabtn:hover, 
.hika_j2 .btn:hover {
    background-color: var(--clr2) !important;
    border-color: var(--clr3) !important;
    color: var(--clr1) !important;
}
.hikabtn, 
.hika_j2 .btn {
    color: var(--lightGray) !important;
    background-color: var(--clr1) !important;
}

.title-line h3{
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.title-line h3::after{
    content: "";
    width: 71px;
    height: 5px;
    background:  transparent url(../images/title-line.svg) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.title-line.text-center h3::after{
    right: calc(50% - 35.5px);
}

.support-block-card:hover .support-block-card__image-wrapper i{
    background:var(--gradient-base-accent-1);
    border-radius:50%;
    transition:all .3s linear;
    -webkit-animation:ripple-support 1s linear infinite;
    animation:ripple-support 1s linear infinite
}


@keyframes ripple-support{
    0%{box-shadow:0 0 rgba(var(--blackvalue),.1),
                  0 0 0 5px rgba(var(--blackvalue),.1),
                  0 0 0 10px rgba(var(--blackvalue),.1),
                  0 0 0 15px rgba(var(--blackvalue),.1)
    }
    to{box-shadow:0 0 0 5px rgba(var(--blackvalue),.1),
                  0 0 0 10px rgba(var(--blackvalue),.1),
                  0 0 0 15px rgba(var(--blackvalue),.1),
                  0 0 0 20px #fff0
    }
}

.process .content{
    transition: all .3s linear;
    border-radius: 10px;
    height: 100%;
    border-radius: 0.4em 0.4em 1em 1em;
    overflow: auto;
}
.process .content:hover{
    transition: all .3s linear;
    box-shadow: #32325d40 0 13px 27px -5px, #0000004d 0 8px 16px -8px;/*
    -webkit-animation: ripple-support 1s linear infinite;
    animation: ripple-support 1s linear infinite;*/
}

.process .content .title {
    background-color: var(--clr1);
    color: var(--lightGray);
    padding: 0.8em 0.5em 1.6em;
    margin: 0;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    -webkit-mask-image: url(../images/waves.png);
    mask-image: url(../images/waves.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /*-webkit-mask-size: contain;*/
    /*mask-size: contain;*/
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
}
.process .content:hover .title {
    background: var(--clr4);
}

.process .content .icon {
    background-color: var(--clr4);
    color: var(--lightGray);
    border-radius: 50%;
    display: inline-block;
    padding: 0.7em;
    width: 3em;
    height: 3em;
}
.process .content .icon i{
    vertical-align: middle;
}
.process .content:hover .icon{
    background: var(--black);
    border-radius: 50%;
    transition: all .3s linear;
    -webkit-animation: ripple-support 1s linear infinite;
    animation: ripple-support 1s linear infinite;
}


#saba-category.mod-menu {
    display: block;
    padding: 0 !important;
}

#saba-category.mod-menu .nav-item {
    border: 1px solid var(--clr2);
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 1em;
}

#saba-category.mod-menu .nav-item a{
    display: block;
    text-align: center;
}

#saba-category.mod-menu .nav-item a span {
    display: block;
    font-size: 1.5em;
    text-align: center;
    padding: 0 0.5em 0.5em;
}

.hikashop_products_listing .hikashop_product_image {
    position: relative;
    padding-bottom: 30px;
}
.hikashop_products_listing .hikashop_product_image::after {
    content: "";
    width: calc(100% + 1.1em);
    height: 27px; /* 1920*1080 */
    height: 33px; /* 1366*768 */
    height: 37px; /* 1920*1080 & 1600*900 */
    background: transparent url(../images/serviceswaves.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -0.5em;
    bottom: 0;
    bottom: 10px;
    background-position: bottom;
}

/*-------
mod breadcrumb
------*/
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

/*-------
mod_dj-megamenu
------*/
.arrow,
.dj-mobile-open-icon,
.dj-offcanvas-close-icon,
.toggler {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.dj-megamenu-clean.dj-fa-0 .arrow:before, 
.dj-megamenu-clean.dj-fa-1 .arrow:before, 
.dj-megamenu-clean.dj-fa-5 .arrow:before,
.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before, 
.dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before, 
.dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before,
.dj-fa-0 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before, 
.dj-fa-1 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before, 
.dj-fa-5 .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before,
.dj-fa-0 ul.dj-mobile-dark li.dj-mobileitem.parent >a span.toggler:before, 
.dj-fa-1 ul.dj-mobile-dark li.dj-mobileitem.parent >a span.toggler:before, 
.dj-fa-5 ul.dj-mobile-dark li.dj-mobileitem.parent >a span.toggler:before{
    font: unset !important;
}

/*------
com_djmediatools
------*/
[dir*="rtl"] #dj-galleryGrid1c .dj-slide {
    float: right;
}

[dir*="rtl"] .mfp-slide-popup .mfp-iframe-holder .mfp-close {
    right: unset;
    left: 0;
}

/*-------
mod_djmediatools
------*/
.dj-slide-desc-text {
    direction: rtl;
    text-align: justify !important;
}


/*------
com_search
------*/
.com-finder__results-list {
    display: flex;
    flex-wrap: wrap;
}

li.result__item {
    flex: 0 0 24.25%;
    max-width: 24.25%;
    margin-top: 0px !important;
    border: 1px solid #ccc !important;
    padding: 0 10px 10px;
    margin-left: 1%;
	margin-bottom:1%;
}
li.result__item:nth-child(4n+0) {
	margin-left: 0;
}


/*------
plg price cal hikashop
------*/
#hikashop_product_price_with_options_main {
    display: inline-block;
    margin-top: 1em;
    height: 33px;
    width: 80%;
    
}
#hikashop_product_price_with_options_main .hikashop_option_price_title{
    border: 1px solid #6c757d;
    border-radius: 0 5px 5px 0;
    padding: 5px 12px;
    background-color: #000;
    color:#fff;
}
#hikashop_product_price_with_options_main .hikashop_option_price_value{
    border: 1px solid #6c757d;
    border-radius: 5px 0 0 5px;
    padding: 5px 12px;
    
}

[id*="hikashop_item_customtext_"] span {
    margin-bottom: 1em;
    display: inline-block;
}   
.com_hikashop.view-product.layout-show span.price-beginning {
    float: right;
    display: block;
    margin-left: 1em;
}

/*-------
MEDIA QUERY
------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .pagination{
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    [dir*="rtl"] ol,
    [dir*="rtl"]  ul {
        padding: 4px 2em 4px 0;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    div.hikashop_cart_dropdown_container {
        min-width: 700px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #saba-category.mod-menu {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        column-gap: 2%;
        padding: 0 !important;
    }

    footer {
        background-image: url(../images/bg-circle.svg) , url(../images/bg-triangle.svg), url(../images/bg-polygon.svg);
        background-repeat: no-repeat;
        background-size: 20% 20%;
        background-position-x: 0%, 31%, 104%;
        background-position-y: 49%, 0%, 55%;
    }
    
}