@font-face {
    font-family: vazier;
    /* src: url("../fonts/Vazir.eot"); */
    src: url("../fonts/Vazir-Medium-FD.woff") format("woff"),
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: vazier;
    unicode-bidi: normal !important;
}
body{
    overflow-x: hidden;
}
/* SVG style*/
.cls-1 {
    fill: #078a60;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: .25px;
  }
/* sec nav */
.secNav{
    /* background: #e0fff5 ; */
}
/* logo nav */
#Layer_2{
    width: 4em;
}
/* ul nav */
nav ul li{
    border-bottom: 3px solid transparent;
    transition: all .15s ease-in-out;

}
nav ul li:hover{
    border-bottom: 3px solid #078a60;
}
/* icon nav */
.iconNav span{
    width: 25px;
    margin: 3px;
}
.iconNav span .svgInista{
    fill: #db77a9;
}
.iconNav span .svgInista:hover{
    fill: #ff0080;
}
.iconNav span .svgCart{
    fill: #ffffff;
    stroke: #2c99f1;
}
.iconNav span .svgCart:hover{
    stroke: #1665a7;
}
.iconNav span .svgPhone{
    stroke: #06815c;
}
.iconNav span .svgPhone:hover{
    fill: #06815c;
}
.navPrice{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid silver ;
    width:auto !important;
  }

/* cartSide */
.cartSide{
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 300px;
    height: 95vh !important;
    /* background-color: #032f72; */
    transition: all .5s ease;
}
.closeCartSvg{
    width: 20px;
}
.btnClose{
    transition: all .5s ease;
    cursor: pointer;
}
.btnClose:hover{
    color: silver;
}
.cartItem{
    padding: 2px;
    transition: all .5s ease;
}
.cartItem:hover{
    background-color: #a1e4cf;
}
.cartItemCloseSvg{
    width: 20px;
    cursor: pointer;
    transition: all .5s ease;
}
.cartItem:hover .cartItemClose{
    background-color: #ffffff;
    border-radius: 50%;
}
.cartItemImg img{
    width: 50px;
}

.cartsideHide{
    left: -300px;
}
.cartsideShow{
    left: 0px;
}
@media only screen and (max-width: 530px) {
    .screenHiden {
        display: none;
    }
  }
.bgDark{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 10000;
}
.footerCart{
    position: absolute;
    bottom: 0;
  }
/* banner  */
.banner{
    width: 100%;
    height: 100vh;
    background: rgba(224, 255, 245,0.5);
}
.aboutUs{
    width: 100%;
    background: rgba(224, 255, 245,0.5); 
}
#Layer_1{
    width: 80%;;
}
.st0 {
  fill: none;
  stroke: #71c0a6;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #06815c;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
.st0,.st1{
    stroke-miterlimit: 10;
    stroke-width: .25px;
    animation: aniBanner 20s infinite;
    transition: all 10s ease;
  }
@keyframes aniBanner{
    0%{
        stroke-dasharray: 20%;
    }
    25%{
        stroke-dasharray: 40%;
    }
    50%{
        stroke-dasharray: 500%;
        stroke: #078a60;
    }
    75%{
        stroke-dasharray: 40%;
    }
    100%{
        stroke-dasharray: 20%;
    }
}
/* Icons */
.imgficher{
    width: 80%;
}
/* list card product */
/* product */
.productRow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.produtItem{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    margin: 30px 0px;
    padding: 0;
    width: 15rem;
    height: 25rem;
    background: rgb(225, 250, 234);
    box-shadow: 0px 0px 20px 0 #b6b6b6;
    transition: all .5s ease-in-out;
    z-index: 0;
}

.cartTitle{
/*  */
}
.hoverCard:hover .card{
    background-color: #0d2940;
}
.productImgDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.productLabel{
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: #078a60;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bolder;
    color: aliceblue;
    z-index: 100;
}
.productImg{
    width: 90%;
    transition: all .5s ease-out;
}
.productImg:hover{
    transform: scale(90%);
    
}
.cartBody{
    width: 100%;
}
.divCartPrise{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.divPrice{
    margin: 0;
    padding: 5px;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    direction: rtl;
    color: rgb(255, 0, 0);
}
.divPrice .h6{
    color: rgba(243, 42, 15, 0.836);
}
.description{
    width: 100%;
    text-align: right;
}
.description ul li{
    list-style: none;
    font-size: 15px;
    font-weight: bolder;
    color: #032f72;
}
.cartFoter{
    motion: 0;
    padding: 0;
    position: absolute;
    bottom: -5%;
    right: 19%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.btnProductPage{
    font-size: 13px !important;
}
.btnProductPage:hover{
    font-size: 10px !important;
}
.btnProductS{
    width: 9rem !important;
    height: 2.5rem !important;
    border-radius: 50px !important;
    background: #d90f27;
    color: white;
    box-shadow : -5px 5px 20px 1px #d90f27;
    /* font-size: 25px; */
    font-weight: bold;
    text-align: center;
    align-items: center;
    transition: all .5s ease-in-out;
}
.btnProduct{
    width: 3rem;
    height: 3rem;
    border-radius: 50px;
    background: #d90f27;
    color: white;
    box-shadow : -5px 5px 20px 1px #d90f27;
    /* font-size: 25px; */
    font-weight: bold;
    text-align: center;
    align-items: center;
    transition: all .5s ease-in-out;
}
.btnProductS:hover{
    background: white;
    color: #d90f27;
    border: 5px solid #d90f27;
}
.btnProduct:hover{
    background: white;
    color: #d90f27;
    border: 5px solid #d90f27;
}
.btnProductHurp{
    margin-top: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/* footer style */
.borderLinkFooter{
    border-bottom : 2px solid #078a60 ;
}
.footerLogo{
    width: 10rem;
}
footer img{
    width: 50%;
}
/* abuot us style */
.aboutUsDic .aboutUsDictitle span{
    border: 3px solid #078a60;
    width: 85%;
    margin: auto;
  }
  .aboutUsImg{
    margin: 30px;
    border:1px solid #078a60;
  }
/* -------------------------- */
/*     product page style     */
/* -------------------------- */
.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.cardProductPage{
    margin: 40px 0px;
    padding: 0;
    width: 100%;
    /* height: 25rem; */
    /* background: rgb(225, 238, 238); */
    box-shadow: 0px 0px 10px 0 #ccc;
    transition: all .5s ease-in-out;
    z-index: 0;
}
img{
    width: 100%;
    display: block;
    max-width :180px;
    
    border-radius :5%;
}
.productImg{
    margin-top :30px;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    direction: ltr;
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
/* qty */
.size {
    width: 40px;
  }
  .btn-group svg{
    width: 20px;
  }
  .btnQty:hover , .btnQty:hover svg{
    background-color: #078a60;
    color: white;
  }
  /* ======================================= */
  /*          anime banner style             */
  /* ======================================= */
  .containerProductList {
    width: 100%;
    position: absolute;
    top: 20vh;
}

.containerProductList .h1 {
    text-align: center;
    color: #fff;
    font-size: 50PX;
}
.listProductIcon {
    margin:40px auto;
    width: 20%;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
.area {
    background: #06815c;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/* ====================================== */
/*        style checkout page             */
/* ====================================== */
.bgColor{
    background-color: #eaedec;
    position: relative;
    margin-bottom: 40px;
    /* padding: 30px; */
}
.bgColor::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side,transparent 6px,#ffffff 0);
    background-size: 15px 15px;
}
.bgColor::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side,transparent 6px,#eaedec 0);
    background-size: 15px 15px;
}
/* =========================== */
/*     style contactus page    */
/* =========================== */
.ContactUsInfo a{
    text-decoration: none;
    color: #06815c;
}
.contactUsImg path:hover{
    fill: #06815c;
}
/* ========================== */
/*   style productList page   */
/* ========================== */
.hederCart{
    text-align: center;
    background-color: #06815c;
    color: #fff;
}
.bodyCart input:checked{
    background-color: #06815c;
    border-color: #06815c;
}
/* ========================== */
/*    style productPage       */
/* ========================== */
.productInfo{
    margin-top: 5rem;
}
/* ========================== */
/*    style warranty page     */
/* ========================== */
.formWarranty{
    margin: 20px;
    width: 30%;
    height: 15rem;
    box-shadow: #b8f0df 0px 0px 50px 0px;
    border-radius: 10px;
}
/* ========================== */
/*     style login page       */
/* ========================== */
.contextLogin {
    width: 100%;
    position: absolute;
    top: 30vh;
    z-index: 100;

}

.contextLogin h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.areaLogin {
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;


}

.circlesLogin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circlesLogin li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circlesLogin li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circlesLogin li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circlesLogin li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circlesLogin li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circlesLogin li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circlesLogin li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circlesLogin li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circlesLogin li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circlesLogin li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circlesLogin li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.bgFormLogin{
    border-radius: 10%;
    padding: 20px;
    box-shadow: inset 0px 0px 40px 0px #0b1074;
}
.bgFormLogin button {
    background: linear-gradient(0deg, rgba(9,9,121,1) 0%, rgba(9,9,121,1) 27%, rgba(0,212,255,1) 100%);
}

/* cart page */
.containerProductList {
    width: 100%;
    position: absolute;
    top: 20vh;
}

.containerProductList .h1 {
    text-align: center;
    color: #fff;
    font-size: 50PX;
}
.listProductIcon {
    margin:40px auto;
    width: 20%;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
.area {
    background: #06815c;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.tblCart th,td{
    text-align: center;
    vertical-align: middle;
}
.delproductCart{
    width: 25px;
}
.imgCartPage{
    min-width: 50%px !important;
    max-width: 100px;
    margin: 5px;
}
/* update 14030430 start */
.topMarginPage{
    margin-top: 10rem !important;
}
.DescDteail{
    float: right;
    display: contents;
    font-family: vazier;
    font-size: 1.1em;
  }
  .bannerText{
    font-family: vazier;
    color: #06815c;
  }