div.loader{
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 11000000;
    }

@font-face {
    font-family: RYekan;
    src: url('../fonts/BYekan.eot') format('eot'),
    url('../fonts/BYekan.ttf') format('truetype'),
    url('../fonts/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: iransans;
    src: url('../fonts/iransans.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
    font-family: iransans;
    font-size: 1.1vw !important;
}

.rayancheshmak{
    font-weight: bold;
    animation: ani3 1s infinite;
    font-size: 1.5rem !important;
}
.introduce .rayancheshmak{
    font-weight: bold;
    animation: ani3 1s infinite;
    font-size: 3.5vw !important;
}
@media screen and (max-width: 950px){
    *{
        font-size: 1.8vw !important;
    }
    .introduce .rayancheshmak{
        font-size: 4.8vw !important;
    }
}

@media screen and (max-width: 500px){
    *{
        font-size: 3.9vw !important;
    }
    .introduce .rayancheshmak{
        font-size: 7vw !important;
    }
    .introduce span{
        font-size: 3.2vw !important;
    }
    #footer #social span{
        font-size: 1.5rem!important;
    }
}

body{
    background: url('../image/Captureback.PNG') repeat;
    /*background: url('../image/backbarg1.jpg') repeat;*/
    /*background: url('../image/AW_Prod-Orange-Blossom-03.jpg') repeat;*/
    /*background: url('../image/backbarg1.jpg') repeat;*/
}

a, a:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #000000;
    outline: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*-------------------------------------header----------------------------------*/
#header {
    position: sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: -moz-sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    /*background: url('../image/barg12.jpg') center repeat-x;*/
    background: greenyellow;
    color: #000000;
    z-index: 999999;
}

#header #logo img{
    width: 110px;
}
#header #menu > ul > li {
    float: right;
    padding: 8px 15px;
}
#header #menu .submenu1 {
    position: absolute;
    top: 100%;
    right: 0;
    /*background: url('../image/orange-blossom-beorange8.jpg') no-repeat center;*/
    background: url('../image/chman1.jpg') no-repeat;
    /*background: greenyellow;*/
    background-size: cover;
    width: 100%;
    text-align: right;
    z-index: 1000;
    scrollbar-width: auto;
//padding-bottom: 1430px;
    display: none;
    overflow:scroll;
    border-top: 1px solid #000000;
    height:220px;
}

@media screen and (max-width: 950px) {

}
#header #menu .submenu1 h2 {
    margin: 0;
    padding: 3px 0;
}
.imginheader{
    width:1.2vw;
}
@media screen and (max-width: 800px) {
    .imginheader{
        width:2vw;
    }
}
@media screen and (max-width: 600px) {
    .imginheader{
        width:3.5vw;
    }
}
#header #menu .submenu1 ul {
    padding: 20px 40px;
    text-align: right;
}
#header #menu .submenu1 ul li{
    padding: 5px 0;
}
#header #menu > ul > li .fa-chevron-down {
    font-size: x-small!important;
    color: rgba(255, 153, 0,.9);
}
#header #menu > ul > li:first-child {
    padding-right: 0;
}

#header #menu ul li a {
    position: relative;
    transition: .5s;
    /*color: white;*/
}
#header .submenu1 ul li a {
    color: white;
}


#header #menu ul li a span {
    vertical-align: middle;
}

#header #menu ul li span {
    vertical-align: middle;
}

#header #menu ul li > a::after {
    content: '';
    height: 3px;
    border-radius: 5px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center;
    transition: .3s;
    bottom: 0;
    right: 0;
    left: 0;
    background: darkblue;
}

#header #menu ul li:hover > span {
    color: rgb(255, 153, 0);
}

#header #menu ul li a:hover::after {
    transform: scaleX(1);
}

#header #menu #menubtn {
    display: none;
    cursor: pointer;
    vertical-align: middle;
}

@media screen and (max-width: 950px) {
    #header {
        padding: 0 100px;
    }
    li.products{
        position: relative;
    }

    #header #menu #menubtn {
        display: inline-block;
    }

    #header #menu #menubtn:hover {
        color: blue;
    }

    #header #menu> ul {
        position: absolute;
        opacity: 0;
        transform: scaleY(0);
        transition: .5s;
        transform-origin: top;
        top: 100%;
        right: 0;
        left: 0;
        text-align: center;
        background: greenyellow;
        width: 100%;
    }

    #header #menu > ul > li {
        float: none;
        padding: 8px 0;
    }

    #header #menu ul.res {
        transform: scaleY(1);
        opacity: 1;
    }

    .modal {
        padding-top: 0;
    }
}

@media screen and (max-width: 600px) {
    #header {
        padding: 10px ;
    }
}

li .fa-cart-plus {
    position: relative;
}

li span.number {
    position: absolute;
    right: -17px;
    bottom: -6px;
    color:rgba(0, 0, 139, .8);
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header_bottom a:hover{
    transform: scale(1.06)!important;
}

/*-------------------------------------header----------------------------------*/
/*-------------------------------------slideshow----------------------------------*/
#slide_show {
    height: 400px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 900px){
    #slide_show{
        height: 150px;
    }
}
#slide_show div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#slide_show div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slide_show #layer {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
}

#slide_show #scrll {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes ani1 {
    from{left: 100%}
    to{left: 55%}
}
#slide_show .text1{
    animation: ani1 4s;
}
@keyframes ani2 {
    from{right: 100%}
    to{right: 57%}
}
@keyframes ani3 {
    from{color: blue}
    to{color: red}
}


#slide_show .text1,.text2{
    white-space: nowrap;
    font-size: 1.9vw !important;
    text-shadow: 0 0 15px darkblue;
    transition-timing-function: ease;
    font-weight: bold;
}
@media screen and (max-width: 900px){
    #slide_show .text1,.text2{
        font-size: 2.7vw !important;
    }
}
@media screen and (max-width: 500px){
    #slide_show .text1,.text2{
        font-size: 3vw !important;
    }
}
#slide_show .text2{
    animation: ani2 4s;
    animation-delay: 1s;
}
#slide_show #scrll a {
    border: 2px solid #ffffff;
    border-radius: 30px;
    width: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
}

#slide_show #scrll a span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    position: relative;
    animation: animate1 2s infinite;
}

@keyframes animate1 {
    from {
        opacity: 0;
        top: 2px;
    }
    to {
        top: 35px;
        opacity: 1;
    }
}
/*-------------------------------------slideshow----------------------------------*/
/*-------------------------------------product----------------------------------*/
#product .heart span{
    overflow: hidden;
    transition: .5s;
    font-weight: bold;
    padding: 5px;
}
#product .heart:hover span{
    transform: scale(1.1);
}
@media screen and (max-width: 500px){
    /*#product>div{*/
    /*width: 100%;*/
    /*}*/
}
/*-------------------------------------product----------------------------------*/
/*-------------------------------------contact----------------------------------*/

/*-------------------------------------contact----------------------------------*/
/*-------------------------------------content----------------------------------*/
div.productdiv .subdiv {
    background: lightblue;
    padding: 4px;
}

div.productdiv:hover > .subdiv {
    top: 20% !important;
}
.subdiv p{
    margin: 0 0 10px;
}
@media screen and (max-width: 500px){
    .category>div,.category2>div{
        width: 50%;
    }
}
@media screen and (max-width: 600px){
    div.productdiv{
        width: 100%;
    }
}
@media screen and (max-width: 300px){
    *{
        font-size: .85rem!important;
    }
}
.category a:hover img,.category2 a:hover img{
    transform: scale(1.1);
}
.category a:hover p,.category2 a:hover p{
    font-weight: bold;
    color: darkblue;
}
.category p,.category2 p{
    color: darkblue;
}
.category img,.category2 img{
    padding:10px;
    width: 100%;
    transition: .5s;
    height: 120px;
    object-fit: contain;
    overflow: hidden;
}
.category img{
    height: 220px;
}
/*-------------------------------------content----------------------------------*/
/*-------------------------------------aboutus----------------------------------*/
#aboutus h2 {
    padding-top: 20px;
    text-align: center;
}
#aboutus p {
    text-align: justify;
}
/*-------------------------------------aboutus----------------------------------*/
/*-------------------------------------gallery----------------------------------*/

#gallery .mySlides{
    width: 60%;
    margin: auto;
}

#gallery.container {
    max-width: 650px;
    position: relative;
}


.cursor {
    cursor: pointer;
}


.column {
    display: inline-block;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.show {
    display: block;
}
#gallery .mySlides img{
    width:100%;
    height: 260px;
    object-fit: contain;
    object-position: bottom;
}
#gallery div.column img{
    width:100%;
    height: 120px;
    object-fit: cover;
}
@media screen and (max-width: 600px){
    #gallery div.column img{
        height: 100px;
    }
}
@media screen and (max-width: 500px){
    #gallery div.column img{
        height: 80px;
    }
}
@media screen and (max-width: 350px){
    #gallery div.column img{
        height: 60px;
    }
    #gallery .mySlides img{
        height: 200px;
    }
}
/*-------------------------------------gallery----------------------------------*/
/*-------------------------------------footer----------------------------------*/

#footer {
    margin-top: 15px;
    background: url('../image/tabiat1.jpg') center;
    color: #ffffff;
    padding: 20px;
}

#footer a {
    color: #ffffff;
    vertical-align: middle;
}

#footer #titl h2 {
    margin-top: 0;
}

#footer_content {
    padding: 20px;
}

#footer_content span {
    vertical-align: middle;
}

#footer #social {
    display: flex;
}

#footer #social a {
    border: 1px solid #000000;
    border-radius: 50%;
    margin: 10px 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .3s;
}

#footer #social a span {
    font-size: 18px !important;
}

#footer #social a:hover {
    background: #000000;
    color: #ffffff;
}


#footer a.alert-info{
    margin: 3px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 11px!important;
}

/*-------------------------------------footer----------------------------------*/

.error ul li {
    float: none;
}

/*----------------------------------login----------------------------------*/
#id01 .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    padding: 0 0 10px 10px;
    font-weight: bold;
    cursor: pointer;
}
#id01 .fa-phone-square{
    font-size: 1.5rem!important;
}
#id01 .close:hover {
    color: red;
}
#id01 .close{
    font-size: 1.5rem!important;
}
/*-----------------modal----------------------*/
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    position: relative;
}

img.avatar {
    width: 20%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    /*padding-top: 30px;*/
    padding: 0 25px 0;
}

.modal .modal-content {
    color: #000000;
    padding: 0 10px;
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    max-width: 400px;
    border: 1px solid #888;
}

.modal-content .form-group {
    padding: 0 15px;
    text-align: right;
}

label {
    margin: 0;
    white-space: nowrap;
}


.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}
.error {
    color: red;
}

/*-----------------modal----------------------*/
/*----------------------------------login----------------------------------*/

/*----------------------------------contactus----------------------------------*/
#question_form span.email{
    font-size: 12px!important;
}
#question_form span.required{
    color: red;
}
#question_form p{
    color: green;
}
/*----------------------------------contactus----------------------------------*/


