@font-face {
    font-family: Iransans;
    src: url('../font/irfont/IRANSansWeb.eot');
    src: url('../font/irfont/IRANSansWeb.eot?#iefix') format('FontName-opentype'),
    url('../font/irfont/IRANSansWeb.woff') format('woff'),
    url('../font/irfont/IRANSansWeb.woff2') format('woff2'),
    url('../font/irfont/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: Iransans, sans-serif;
    text-align: right;
    direction: rtl;
    padding: 0;
    margin: 0;
    background: url('../../../image/pattern.jpg') center center repeat;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
.mobile-show{
    display: none !important;
}
li{
    padding: 0;
    margin: 0;
    list-style: none;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
#header-top{
    background-color: #222222;
    width: 100%;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    font-size: 0.8rem;
}
#header-menu{
    height: 75px;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(80,80,80,.01), 0 3px 3px rgba(80,80,80,.02), 0 4px 4px rgba(80,80,80,.03), 0 6px 8px rgba(80,80,80,.04), 0 12px 12px rgba(80,80,80,.05);
    padding: 6px 20px;
}
ul#main-menu li{
    display: inline-flex;
    font-weight: bold;
    border-left: 1px solid #dddddd;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-size: 0.9rem;
}
ul#main-menu li:last-child{
    border-left: unset;
}
ul#main-menu li a{
    color: #333333;
    transition: all 500ms;
    padding: 10px 15px;
}
ul#main-menu li a:hover{
    color: #111111;

}
ul#main-menu li:hover > :after{
   /* content: '';
    width: 100%;
    height: 2px;
    background-color: #295182;
    position: absolute;
    bottom: -27px;
    right: 0; */
}
.search-input{
    border: 1px solid #dddddd;
    padding: 7px 15px;
    font-size: 0.8rem;
}
.search-input:after{
    content: '';
}
#main-5{
    background-image: url('../img/main/5.jpg');
    background-position: center;
}
.home-short{
    background-size: cover;
}
.home-short img{
    height: auto;
    width: 100%;
}
.main-title{
    position: absolute;
    right: 0;
    top: 40%;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 15px;
    width: 70%;
    border-radius: 10px 0 0 10px;
}
.main-title h2{
    font-size: 1.2rem;
}
.cat-row img{
    max-width: 300px;
    max-height: 300px;
    transition: all 500ms;
}
.cat-row{
    border: 5px solid #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;

}
.cat-row:hover > img{
    transform: scale(1.1);
}
.cat-row:hover > h4{
    width: 100%;
    top: 0;
    border-radius:0;
    background-color: rgba(2, 74, 141, 0.8);
    color: #ffffff;
}
.cat-row:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    left: 0;
}
.cat-row h4{
    position: absolute;
    right: 0;
    top: 30%;
    padding: 13px 20px;
    border-radius: 5px 0 0 5px;
    background-color: rgba(246, 246, 246, 0.9);
    color: #333333;
    font-size: 1rem;
    z-index: 2;
    transition: all 500ms;
}

.rest-area {
    background: url('../img/main/turchia_campo-1200x675.webp');
    background-size: cover;
    height: 600px;
    margin: 20px 0;
    color: #ffffff;
    line-height: 45px;
}
.rest-area h3 {
    line-height: 35px;
    letter-spacing: -1px;
    background-color: rgba(0,0,0,0.7);
    font-size: 1.3rem;
    padding: 20px 0;
}
.parallax {
    float: left;
    width: 100%;
    text-align: center;
    background-attachment: fixed;
    padding: 70px 0;
}
.go-shop a{
    color: #007dbc;
}
.go-shop{
    border-top: 3px solid #007dbc;
}
.rest-area h2 {
    line-height: 35px;
    letter-spacing: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 20px 0 0 0;
    margin: 0;
}
.bx-viewport{
    direction: ltr;
    text-align: left;
}
ul.bxslider li{
    padding: 10px;
    border: 1px solid #eee;
}
.bx-wrapper img{
    max-height: 180px;
}
.banner{
    background-size: cover;
    height: 200px;
    background-position: center;
    border-radius: 0.375rem;
    overflow: hidden;

}
#banner1{
    background-size: cover;
    height: 200px;
    background-position: center;
    border-radius: 0.375rem;
    overflow: hidden;
    background-image: url('../../../image/main/camp-h1.webp');
    transition: all 500ms;
}
#banner1:hover{
    transform: scale(1.2);
}
#banner2{
    background-size: cover;
    height: 200px;
    background-position: center;
    border-radius: 0.375rem;
    overflow: hidden;
    background-image: url('../../../image/main/camp-h2.webp');
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: all 500ms;
}
#banner2:hover{
    transform: scale(1.2);
}
#banner3{
    background-size: cover;
    height: 200px;
    background-position: center;
    border-radius: 0.375rem;
    overflow: hidden;
    background-image: url('../../../image/main/camp-h7.webp');
    transition: all 500ms;
}
#banner3:hover{
    transform: scale(1.2);
}
.owl-item .item{
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
}
.product-meta{
    border-top: 1px solid #e1e1e1;
    background-color: #EEEEEE;
    padding: 8px 10px;
    color: #333333;
}
.product-image{
    padding: 20px;
}
.slider-title{
    padding: 10px 10px;
    background-color: #ffffff;
    margin-bottom: 5px;
}
.slider-title h2{
    font-size: 1.4rem;
    margin: 0;
    display: flex;
    align-items: center;
}
.slider-title a{
    cursor: pointer;
}
.add-to-cart{
    border-radius: 5px;
    border: 1px solid #007dbc;
    padding: 6px 6px 1px 6px;
    color: #007dbc;
    transition: background-color 300ms;
}
.add-to-cart:hover{
    background-color: #007dbc;
    color: #ffffff;
    cursor: pointer;
}
.banner-data{
    position: absolute;
    color: #eeeeee;
    left: 30px;
    top: 30px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
    width: 50%;
}
.banner-data h3{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1px;
}
.banner-data p{
    font-size: 0.8rem;
}
.ads{
    height: 400px;
    background-position: bottom;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: all 300ms;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.ads:hover{
    background-position: top;
}
.image_description{
    padding: 30px 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}
.image_description h6 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 22px;
    text-transform: uppercase;
    color: #ff911b;
}
.image_description h5{
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.image_description p{

}
.image_description a{
    color: #333333;
    float: left;
    background-color: #eeeeee;
    padding: 10px 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 0.375rem;
}
.owl-carousel .owl-item img{
    transition: all 1s;
}
.owl-item img:hover{
   /* width: 90%; */
}
h2.section-title{
    font-size: 1.2rem;
}
.arrow-btn{
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
a.NextBtn{
    left: 20px;
    top: 150px;
}
a.PrevBtn{
    right: 20px;
    top: 150px;
}
.section-menu{
    padding: 3px 15px;
    margin-left: 2px;
    border-radius: 0.375rem;
    opacity: 0.7;
    transition: opacity 300ms;
    cursor: pointer;
    display: inline-flex;
}
.section-menu:hover{
    opacity: unset;

}
.section-menu:focus-visible, .section-menu:focus, .section-menu:focus-within{
    opacity: unset;
}
.spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(1,1,1,0.3);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalogue-link{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catalogue-link div{
    background-color: #007dbc;
    color: #ffffff;
    padding: 20px;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    box-shadow: 0 5px 10px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.7);
    border: 2px solid #ffffff;
    transition: all 200ms;

}
.catalogue-link div:hover{
    background-color: #02415d;
    box-shadow: 0 0px 10px rgba(0,0,0,.7);
}

.catalogue-link div i{
    display: block;
    width: 100%;
}
.catalogue-link h4{
    font-size: 1rem;
}
.video-section video{
    width: 100%;
    height: 100%;
}
.page-top{

    height: 200px;
    background-position: center;
}
.account-page-top{
    background-image: url("/template/assets/img/main/account-area.png");
    height: 200px;
    background-position: center;
    background-size: cover;
}
.page-top-title{
    background-color: rgba(255,255,255,0.9);
    padding: 10px 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.widget-title{
    background-color: #f8f8f8;
    padding: 15px;
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #eaeaea;

}
.widgets-section{
    border: 1px solid #eaeaea;
}
ul.cat-list li{
    border-bottom: 1px solid #eaeaea;
    padding: 0;
    margin: 0;
    position: relative;
}
ul.cat-list li a{
    font-weight: 400;
    padding: 10px;
    color: #777;
    font-size: 0.9rem;
    display: block;
}
.product-item{
    border: 1px solid #eee;
}
.product-item img{
    transition: all 200ms;
}
.product-item:hover img{
    scale: 1.1;
}
.product-detail-image{
    border: 1px solid #eaeaea;
    padding: 30px;
    text-align: center;
}
.bi::before, [class*=" bi-"]::before, [class^=bi-]::before{
    vertical-align: middle;
}
#token-number, #login-btn{
    display: none;
}
.dashboard-menu{
    background-color: #273c75;
    color: #ffffff;
    padding: 10px 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}
.dashboard-ul-menu{
    margin-bottom: 0;
}
.dashboard-ul-menu li{
    text-align: center;
    border-left: 1px solid #4a5882;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.dashboard-ul-menu li a{
    color: #ffffff;
}
.dashboard-ul-menu li > div{
    font-size: 0.8rem;
}
.profile-ul{
    padding: 0;
    margin: 0;
}
.profile-ul li{
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    transition: all 300ms;
    cursor: pointer;
}
.profile-ul li:hover{
    background-color: #EEEEEE;
}
.pd-name h1 {
    font-size: 1.5em;
    line-height: 1.28em;
    margin-bottom: .48em;
}
.pd-category {
    font-size: 0.9em;
    color: #768b9e;
}
.pd-availability {
    color: #768b9e;
    font-size: 0.9em;
}
#product-price-area {
    background: linear-gradient(0deg,hsla(240,3%,94%,.5),hsla(240,3%,94%,.5)),#fff;
    border-radius: 0.375rem;
}
.pd-add-to {
    color: #768b9e;
    font-size: 0.9em;
}
.pd-specification {
    margin-top: 40px;
}
.tab-menu ul li {
    display: inline-block;
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #666666;
}
li.active-tab {
    position: relative;
    color: #111111 !important;
    font-weight: bold;
}
li.active-tab:before {
    background-color: #ea1b25;
    width: 10px;
    height: 4px;
    content: "";
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
li.active-tab:after {
    content: "";
    border-bottom: 2px solid #ea1b25;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.body-info{
    display: none;
}
.active-body {
    display: block;
}

.product-thumb-image {
    margin: 0;
}
.thumb-li {
    display: inline-block;
    transition: all 300ms;
    margin: 3px;
    padding: 2px;
    border: 1px solid #dddddd;
}
.thumb-li:hover {
    transform: scale(1.2);
    cursor: pointer;
    border: 1px solid #d50a0a;
}
.p-name {
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 15px;
    text-align: justify;
}
.product-intro{
    font-size: 0.9rem;
    font-weight: bold;
    direction: rtl;
    min-height: 300px;
    overflow-y: auto;
}
div::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(1,1,1,0.2);
}
div::-webkit-scrollbar-thumb {
    background-color: rgba(1,1,1,0.5);
}
fieldset::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(1,1,1,0.2);
}
fieldset::-webkit-scrollbar-thumb {
    background-color: rgba(1,1,1,0.5);
}
.color-select-ul li{
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #ddd;
}
.selected-color{
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    border: 2px solid #ddd;
    position: relative;
}
.selected-color:after{
    font-family: bootstrap-icons!important;
    content: "\f26a";
    position: absolute;
    width: 10px;
    height: 10px;
    color: #fff0ff;
    left: 16px;
    top: 6px;
}
.product-intro ul li:before{
    font-family: bootstrap-icons!important;
    content: '\F633';
    position: absolute;
    right: 0;
    color: rgb(25,135,84);
    font-size: 1.5rem;
}
.product-intro ul li{
    position: relative;
    padding-right: 30px;
    line-height: 1.9rem;
}
.search-result{
    width: 99%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;
    display: none;
    top: 44px;
    right: 0;
    z-index: 10000;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    color: #333333;
    max-height: 50vh;
    overflow-y: auto;
}
.searched-title{
    padding-right: 5px;
    align-items: center;
    vertical-align: middle;
}
.search-product-list{
    height: 60px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 10px;
    transition: all 100ms;
    font-size: 0.8rem;
}
.search-product-list:last-child{
    border-bottom: 0;
}
.search-product-list:hover{
    background-color: #fbfbfb;
    border-right: 3px solid crimson;
}
.lili{
    padding: 5px 10px;
    margin: 0 2px;
}
div.compare-product:nth-child(odd){
    border-left: 1px solid #dee2e6;
}
div.compare-product{
    transition: all 300ms;
}
div.compare-product:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    cursor: pointer;
}
.owl-stage-outer{
    border-radius:6px;
}
.card-body{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.card-header h2.section-title{
    margin:0;
}
.comment-row{
    padding: 30px 10px;

}
ul#comment-ul li:nth-child(odd){
    background-color:#EEEEEE;
}