/* base style */
@font-face {
    font-family: vazir;
    src: url('../fonts/vazir/Vazirmatn-FD-Regular.ttf');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
font-family: vazir;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: black;
}
ul{
    list-style-type: none;
}
/********** header *********/
div > li {list-style: none;}
div > li > a {text-decoration: none;}
header {border-bottom: 3px solid #F7F7F7;}
.row > div {padding: 15px 0;}
/* edit bootstrap */
.navbar-nav{flex-direction:row;}
.header-down > ul > li:nth-child(1){border-left:1px solid #d0d0d0;}
.header-down > ul > li:nth-child(2){border-left:1px solid #d0d0d0;}
.header-down > ul > li:nth-child(3){border-left:1px solid #d0d0d0;}
.header-down > ul > li:nth-child(4){border-left:1px solid #d0d0d0;}
.header-down > ul > li:nth-child(5){border-left:1px solid #d0d0d0;}
.header-down > ul > li:nth-child(6){border-left:1px solid #d0d0d0;}
.header-down > ul > li:nth-child(7){border-left:1px solid #d0d0d0;}
/*pc size css*/
.nav-button{margin-left: 0;margin-right: auto;}
.header-top > div > form > button {width: 40px;height: 100%;border: none;background: #F7F7F7;float: right;}
.header-top > div > form > input {border: none;background: #F7F7F7;margin-right: 20px;margin-top:10px}
.header-top > div > form > input:focus{border: #F7F7F7!important;}
.header-top > div > form {background: #F7F7F7;}
.header-top > div > form {width: 120%;height: 90%;margin-right:6rem;border-radius: 0.5rem;}
.Counselingg{background: #EF4056;border-radius: 0.5rem;box-shadow: 3px 5px 10px 0px rgba(214,40,40,0.6);text-align: center;height: 2.5rem;width: 9rem;display: flex;align-items: center;justify-content: center;}
.Counselingg > a{color: #fff;font-size: 14px}
.Counselingg > svg{width: 2rem;height: 1rem;}
.header-top > div > li:nth-of-type(2){border: 1px solid #000;border-radius: 0.5rem;text-align: center;height: 2.5rem;width: 9rem;}
.header-top > div > li:nth-of-type(2) a{color: #000;}
.header-top > div > li:nth-of-type(2) > svg{width: 1.25rem;}
.header-top > div.cart-btn > li {border: 1px solid #000;border-radius: 0.5rem;text-align: center;height: 2.5rem;width: 2.5rem;}
.header-top > div > li:nth-of-type(3) a{color: #000;}
.header-down > ul > li > a:hover{border-bottom: 5px solid #d62828;border-radius: 2px; color: #d62828;}
.header-down > ul > li > a{color: #000;text-decoration: none;transition: all 0.4s ease;}
.header-down > ul > li > a > svg{width: 1.25rem;}
.header-down > ul > li:last-child{border: none;margin-left: 0;margin-right: auto;}
.header-top >a img{width: 50px;}
@media (max-width:1000px) {.header-full{display: none;}.cart-modal-overlay{display: block!important;}}
@media (min-width:1000px) {.header-mobile{display: none;}}
/* mobile size css */
.Counseling{position: absolute; left: 10%;}
.Counseling{text-decoration: none; color: #fff; background-color: #EF4056; border-radius: 0.5rem;box-shadow: 3px 4px 10px 0px rgba(214,40,40,0.6);}
.Counseling > a{color: #fff;}
.header-mobile > div > a > svg{position: absolute;left: 50%;top: 10px;width: 45px;}
.header-mobile > div > li:nth-of-type(1) {border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;margin: 0.5rem 0.5rem 0.5rem 0rem;padding: 0.5rem 0.5rem 0.5rem 0rem;}
.header-mobile > div > li:nth-of-type(1) > a {color: #000;margin-right: 5px}
.header-mobile > div > li:nth-of-type(2) > a {color: #000;margin-right: 5px}
.header-mobile > div > li:nth-of-type(2) {border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;margin: 0.5rem 0.5rem 0.5rem 0.5rem;padding: 0.5rem 0.5rem 0.5rem 0.5rem;}
.hamburger-icon{border: 1px solid #000;border-radius: 0.5rem;width: 35px;}
.header-mobile > div > form > button {width: 40px;height: 100%;border: none;background: #F7F7F7;border-radius:0.5rem;}
.header-mobile > div > form > input {border: none;background: #F7F7F7;}
.header-mobile > div > form {background: #F7F7F7;}
.header-mobile > div > form {width: 80%;height: 40px;border-radius: 0.5rem;margin-right: 0.25rem;}
.header-mobile > div:nth-child(1){border-bottom:1px solid #ababab;}
.cross-icon > img{border: 1px solid #000;border-radius: 0.5rem;}
.hamburger-menu-items {border-bottom:3px solid #F7F7F7;}
.hamburger-menu-items > ul{flex-direction: column;}
.show-hamburger-menu {animation: fadeindown 0.5s forwards;}
.hamburger-menu {position: absolute;top: 0%;right: 0%;background-color: #fff;z-index: 100;width: 100%;transform: translateY(-100%);}
@keyframes fadeindown{0%{opacity: 0;transform: translateY(-100%);}100%{opacity: 1;transform: translateY(0);}}
@keyframes showup{0%{opacity: 0;}100%{opacity: 1;}}
@media (max-width:998px) {.Counseling{left: 1%;}}
.mobile-botton{width: 10%;}
.hamburger-menu-items > form{background: #F7F7F7;border-radius: 0.5rem;width: 80%;height: 40px;}
.hamburger-menu-items > form > button {width: 40px;height: 100%;border: none;background: #F7F7F7;}
.hamburger-menu-items > form > input {border: none;background: #F7F7F7;}
.more-item > ul{flex-direction: column;}
.category > li > svg{float: left;}
/********** end header **********/
/********** slider **********/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: right;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .part1 {
    width: 70%;
    height: 500px;
    border-radius: 25px;
}
.swiper-slide  h3 {
    color: white;
    font-size: 45px;
    font-weight: bolder;
    margin: 120px 80px 30px;
}
.swiper-slide .desc{
    width: 70%;
    color: white;
    text-align: justify;
    margin-right: 80px;
}

.swiper-slide .btn{
    width: 130px;
    height: 35px;
    background-color: #EF4056;
    border-radius: 10px;
    font-size: 12px;
    margin:10px 80px;
    color:white;
    box-sizing: border-box;
}
.swiper-slide .img2 {
    width: 30%;
    height: 450px;
    padding: 50px;
    box-sizing: border-box;
}
@media (max-width:992px) {
    .swiper-slide .img2{
        width: 35%;
    }

    .swiper-slide .part1 {
        width: 65%;
    }
    .swiper-slide  h3 {
        color: white;
        font-size: 40px;
        font-weight: bolder;
        margin: 90px 50px 20px;
    }
    .swiper-slide .desc{
        width: 70%;
        color: white;
        text-align: justify;
        margin-right: 50px;
        font-size: 14px;
    }

    .swiper-slide  .btn{
        width: 130px;
        height: 35px;
        background-color: #EF4056;
        border-radius: 10px;
        font-size: 12px;
        margin:10px 50px;
        color:white;
        box-sizing: border-box;
    }
}
@media (max-width:768px) {
    .swiper-slide .img2{
        display: none;
    }
    .swiper-pagination{position:absolute;text-align:center!important;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;bottom: 25px;
    }
    .swiper-slide .part1 {
        width: 100%;
        background-size: 100% 100%!important;

    }
    .swiper-slide .desc{
        width: 70%;
        color: white;
        text-align: justify;
        margin-right: 50px;
    }
}
@media (max-width:300px) {
    .swiper-slide  h3 {
        color: white;
        font-size: 30px;
        font-weight: bolder;
        margin: 90px 50px 20px;
    }
}
/********** end slider **********/

/********** category icon **********/
.mySwiper1 h6{
    transition: all 0.7s ease;
    margin-top:10px ;
}
.mySwiper1 a:hover h6{
    color: darkred;
    font-size: 1.1rem;
}
.mySwiper1 img{
    width: 80px;
    height: 80px;
}
/********** end category icon **********/

/********** new product**********/
div.newproduct{
    margin: 100px 0 30px;
    position: relative;
    top:-50px
}
div.newproduct p{
    position: absolute;
    right: 20px;
    font-weight: bold;
}
div.newproduct a{
    color:red;
    position: absolute;
    left: 10px;
}
.box{
    -webkit-box-shadow: 0px 0px 27px -10px rgba(212,208,212,1);
    -moz-box-shadow: 0px 0px 27px -10px rgba(212,208,212,1);
    box-shadow: 0px 0px 27px -10px rgba(212,208,212,1);
    border-radius: 20px;
    /*padding: 5px;*/
    /*margin: 5px;*/
}
.mySwiper2 img{
    display: block;
    width: inherit;
    height: 160px;
    border-radius: 20px;
    margin: 5px auto;
    background-size:cover;
    padding: 5px;

}
.mySwiper2 .title{
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 0 ;
}
.mySwiper2 .qunatity{
    font-size: 14px;
    padding: 0 10px;
}
.mySwiper2 .price{
    font-size: 14px;
    padding: 0 10px;
}
.mySwiper2 span{
    /*padding-left: 22px;*/
    font-weight: bold;
}
 .fa-shopping-basket{
    font-size: 18px!important;
    background-color: darkred!important;
     padding: 10px;
     margin-left: 10px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: gray!important;
}
/********** end new product **********/
/********** baner1 **********/
div.baner1{
    width: 100%;
    height: 300px;
    background-color: #6969ef;
    margin-top: 100px;
    border-radius: 15px;
    position: relative;
}
div.baner1 div.picBaner1{
    width: 60%;
    height: 350px;
    background-color: white;
    position: absolute;
    top:30px;
    right: 30px;
    -webkit-box-shadow: 0px 16px 20px -1px rgba(186,184,186,0.45);
    -moz-box-shadow: 0px 16px 20px -1px rgba(186,184,186,0.45);
    box-shadow: 0px 16px 20px -1px rgba(186,184,186,0.45);
    border-radius: 10px;
}
div.baner1 div.picBaner1 video{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
div.baner1 div.desc{
    width: 30%;
    position: absolute;
    left: 30px;
    top:50px;
    color: white;
}
div.baner1 div.desc .descBaner1{
    text-align: justify;
}
div.baner1 div.desc .btn{
    width: 130px;
    height: 35px;
    background-color: #EF4056;
    border-radius: 7px;
    font-size: 12px;
    margin:10px 0;
    color:white;
    box-sizing: border-box;
}
@media (max-width:990px) {
    div.baner1 div.picBaner1 {
        height: 320px;
    }
    div.baner1 div.desc .btn {
        margin:0;
    }
    }
@media (max-width:768px) {
    div.baner1{
        margin-bottom: 250px;
    }
    div.baner1 div.picBaner1 {
        width: 90%;
        top: 200px;
        right: 22px;
    }
    div.baner1 div.desc{
        width: 90%;
        position: absolute;
        right: 20px;
        top:30px;
    }
    div.baner1 div.picBaner1{
        height: 250px;
    }
}
@media (max-width:396px) {
    div.baner1 div.desc .descBaner1{
        padding-left: 10px;
    }
    div.baner1 div.picBaner1{
    height: 200px;
        top: 250px;
    }
    div.baner1{
        height: 350px;
        margin-bottom: 200px;
    }
    div.baner1 div.picBaner1 {
       right: 14px;
    }
}
/********** end baner1 **********/

/********** last news **********/
div.lastnews{
    margin: 180px 0 30px;
    position: relative;
    top:-50px
}
div.lastnews p{
    position: absolute;
    right: 20px;
    font-weight: bold;
    font-size: 18px;
}
div.lastnews a{
    color: #b20606;
    position: absolute;
    left: 10px;
}
div.news{
    /*width: 240px!important;*/
    height: 300px;
    border-radius: 20px;
    color: white;
    padding: 15px;

}
div.news p.titleNews{
    font-weight: bold;
    margin-top: 120px;
}
div.news p.descNews{
text-align: justify;
    font-size: 14px;
}
/********** end last news **********/
/********** advertising **********/
.adver{
    margin-top: 80px;
}
div.advertise1{
    width: 50%;
    position: relative;
    right: 0;
}
div.advertise1 img{
    width: 95%;
    height: 270px;
    position: relative;
    border-radius: 10px;
}
div.advertise1 a.btn{
    width: 130px;
    height: 35px;
    background-color: #EF4056;
    border-radius: 7px;
    font-size: 12px;
    margin:10px 0;
    color:white;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 60px;
}
div.advertise2{
    width: 50%;
    position: relative;
    left: 0;
}
div.advertise2 img{
    width: 95%;
    height: 270px;
    position: relative;
    border-radius: 10px;
}
div.advertise2 a.btn{
    width: 130px;
    height: 35px;
    background-color: #EF4056;
    border-radius: 7px;
    font-size: 12px;
    margin:10px 0;
    color:white;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 60px;
}
@media (max-width:768px) {
    div.advertise1{
        width: 90%;
        margin: 0 auto;
    }
    div.advertise2{
        width: 90%;
        margin: 0 auto;
    }
    div.advertise1 img{
        height: 240px;
    }
    div.advertise2 img{
        height: 240px;
    }
}
/********** end advertising **********/

/********** baner2 **********/
div.baner2{
    margin-top: 80px;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    background-color: #5C5BE5;
    position: relative;
    color: white;
}
div.baner2 img{
    width: 50%;
    height: inherit;
    position: absolute;
    left: 0;
    border-radius: 15px;
}
div.baner2 div.define{
    width: 50%;
    position: absolute;
    top:50px;
    right: 40px;
}
div.baner2 div.define p{
    text-align: justify;
}
div.baner2 div.define form {
    background: none;
}
div.baner2 div.define form input[type=text],input[type=tel]{
    background-color: #7170e7;
    width: 200px;
    border: none;
    color: white;
    margin-left: 20px;
}
div.baner2 div.define form input[type=text]::placeholder ,input[type=tel]::placeholder { /* Most modern browsers support this now. */
    color:    white;
}
div.baner2 div.define form input[type=submit]{
    background-color: #EF4056;
    width: 150px;
    border: none;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
}
.user-rtl {
    padding-right: 40px;
    background: url("../images/support/user.png") no-repeat right;
    background-size: 30px;
}
.phone-rtl {
    padding-right: 40px;
    background: url("../images/support/phone.png") no-repeat right;
    background-size: 35px;
}
@media (max-width:990px) {
    div.baner2 div.define form input[type=submit]{
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    div.baner2{
        display: block;
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    div.baner2 img{
        display: none;
    }
    div.baner2 div.define{
        width: 100%;
    }
    div.baner2 div.define p{
        width: 70%;
    }
    div.baner2 div.define form input[type=submit]{
        margin-top: 30px;
    }
}
@media (max-width:494px) {
    div.baner2 div.define p{
        width: 80%;
    }
    div.baner2 div.define form input[type=submit]{
        margin-top: 5px;
    }
}
/********** end baner2 **********/

/********** comment **********/
div.comment {
    width: 100%;
    position: relative;
    height: 200px;
    -webkit-box-shadow: 0px 0px 23px -8px rgba(196, 188, 196, 1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(196, 188, 196, 1);
    box-shadow: 0px 0px 23px -8px rgba(196, 188, 196, 1);
    border-radius: 15px;
    /*margin-bottom: 100px;*/
    margin: 10px;
}
div.comment img{
    position: absolute;
    right: 5px;
    width: 30%;
    height: inherit;
    padding: 5px;
    border-radius: 15px;

}
div.comment h5.citycustomer{
    width: 70%;
    position: absolute;
    left:0;
    padding: 25px;
}
div.comment p.namecustomer{
    width: 70%;
    position: absolute;
    left:0;
    top:25px;
    padding: 30px;
}
div.comment p.commentcustomer{
    width: 70%;
    position: absolute;
    left:0;
    top:55px;
    padding: 30px;
    text-align: justify;
    font-size: 14px;
}
@media (max-width:768px) {
    div.comment {
        width: 95%!important;
        height: 250px;
    }
}
@media (max-width:494px) {
    div.comment {
        width: 90%!important;
    }
}@media (max-width:300px) {
    div.comment p.namecustomer{
        font-size: 14px;
    }
}
/********** end comment **********/

/********** fooetr **********/
.footer-top > div > li {list-style: none;}
.footer-top > div > li > a {text-decoration: none;}
footer > section{background: #F7F7F7;}
.footer-top > div:nth-child(1) > h6{color: #EF4056;}
.footer-top > div:nth-child(1) > h3{color: #3a3a3a;}
.footer-top > div:nth-child(1) > p{color: #5c5c5c;text-align: justify;font-size: 15px;}
.footer-top > div:nth-child(1) > div > li:first-child{background: #EF4056;border-radius: 0.5rem;box-shadow: 3px 5px 10px 0px rgba(214,40,40,0.6);text-align: center;height: 2.5rem;width: 9rem;}
.footer-top > div:nth-child(1) > div > li:first-child > a{color: #fff;}
.footer-top > div:nth-child(1) > div > li:first-child > svg{width: 1rem;}
.footer-top > div:nth-child(1) > div > li:last-child{border: 2px solid #3a3a3a;border-radius: 0.5rem;text-align: center;height: 2.5rem;width: 9rem;}
.footer-top > div:nth-child(1) > div > li:last-child > a {color: #3a3a3a;}
.footer-top > div:nth-child(1) > div > li:last-child > svg{width: 1.25rem;}
.footer-top > div:nth-child(2){margin-right: 5rem;}
.footer-top > div:nth-child(2) > p{color: #3a3a3a;font-size: 18px;border-bottom:4px solid #d0d0d0;border-radius: 2px;width: 8rem;}
.footer-top > div:nth-child(3) > p{color: #3a3a3a;font-size: 18px;border-bottom:4px solid #d0d0d0;border-radius: 2px;width: 8rem;}
.footer-top > div:nth-child(4) > p{color: #3a3a3a;font-size: 18px;border-bottom:4px solid #d0d0d0;border-radius: 2px;width: 8rem;}
.footer-top > div > ul > li{list-style: initial;color: #5c5c5c;}
.footer-top > div > ul > li:hover{list-style: initial;color: #EF4056;}
.footer-top {border-bottom: 2px solid #d0d0d0;}
.footer-top > div:first-child{margin-right: 4%;}
.footer-top > div:nth-child(2){padding-top: 6rem;}
.footer-top > div:nth-child(3){padding-top: 6rem;}
.footer-top > div:nth-child(4){padding-top: 6rem;}
.footer-info > div > li:nth-child(2){border: 2px solid #3a3a3a;border-radius: 0.5rem;text-align: center;height: 2.5rem;width: 2.5rem;}
.footer-info > div > li:nth-child(2) > a{color: #3a3a3a;}

.footer-down > ul > li{list-style: none;color: #5c5c5c;}
.footer-down > ul{margin-right: 4%;}
.footer-down > div:nth-of-type(1){width: 30%;height: 12rem;border-radius: 1rem;background: #fff;display: flex;justify-content: center;align-items: center;margin-right: 3%;box-shadow: 5px 5px 5px 0px rgba(92,92,92,0.4);}
.footer-down > div:nth-of-type(1) > iframe{width: 95%;height: 11rem;border-radius: 1rem;}
.footer-down > div:nth-of-type(2){display: flex;align-items: center;justify-content: center;width: 10%;height: 12rem;border-radius: 1rem;background: #fff;margin-left: 2%;margin-right: auto;box-shadow: 5px 5px 5px 0px rgba(92,92,92,0.4);}
.footer-down > div:nth-of-type(3){display: flex;align-items: center;justify-content: center;width: 10%;height: 12rem;border-radius: 1rem;background: #fff;margin-left: 5%;box-shadow: 5px 5px 5px 0px rgba(92,92,92,0.4);}
.footer-down > div:nth-of-type(2) > img{width: -webkit-fill-available;}
.footer-down > div:nth-of-type(3) > img{width: -webkit-fill-available;}
.footer-down > ul > div{padding: 0;display: flex;position: relative;bottom: -30%;right: 112%;}
.footer-down > ul > div > li{color: #5c5c5c;}
.footer-down > ul > div > li > a{color: #3a3a3a;}

.footer-bottom{margin-right: 3%;}
.footer-bottom > li {color: #5c5c5c;}

@media (min-width:1000px) {.footer-info > div > li:nth-child(2){display: none;}}

/* footer mobile size css */
@media (max-width:1000px) {
    footer > section {
        background: #fff;
    }

    .footer-top > div:first-child {
        padding-right: 10px;
        margin-right: 0;
    }

    .footer-top > div:nth-of-type(2) {
        margin: 0;
        padding-top: 0;
    }

    .footer-top > div:nth-of-type(3) {
        margin: 0;
        padding-top: 0;
    }

    .footer-top > div:nth-of-type(4) {
        display: none;
    }

    .footer-down > ul > div {
        position: initial;
    }

    .footer-down > div:nth-of-type(1) {
        width: -webkit-fill-available;
        height: 12rem;
        margin-right: 3%;
        margin-top: 1rem;
    }

    .footer-down > div:nth-of-type(1) > iframe {
        width: 95%;
        height: 11rem;
        border-radius: 1rem;
    }

    .footer-down > div:nth-of-type(2) {
        width: 45%;
        height: 12rem;
        margin: 25px 3% 0px 0px;
    }

    .footer-down > div:nth-of-type(3) {
        width: 45%;
        height: 12rem;
        margin: 25px 5% 0px 0px;
    }

    .footer-down > div:nth-of-type(2) > img {
        width: max-content;
    }

    .footer-down > div:nth-of-type(3) > img {
        width: max-content;
    }

    .footer-bottom > li {
        text-align: center;
    }

    .footer-top > div:nth-child(1) > div > li:last-child {
        display: none;
    }

}
/********** end fooetr **********/

/********** council **********/
div.council1{
    margin: 50px 10px;
}
div.council1 h1{
    font-weight: bolder;
}
div.council1 p{
    text-align: justify;
    padding: 10px;
}
div.council1 img{
    display: block;
    height: 250px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 10px;
}
div.council2{
    margin: 50px 10px;
}
div.council2 h2{
    font-weight: bolder;
}
div.council2 div.seprator{
    height: 200px;
    width: 3px;
    background-color: black;
    margin-right: 30px;
    margin-left: 30px;
}
div.council2 p{
    text-align: justify;
}
@media (max-width: 768px) {
    div.council2 div.seprator{
        display: none;
    }
    div.council2{
        margin-bottom: 10px;
    }
}
div.council3{
    margin: 80px 10px;
}
div.council3 h3{
    font-weight: bolder;
    margin-top: 100px;
}
div.council3 div.colCouncil{
    height: 280px;
    border-radius: 10px;
    position: relative;
    background-color: #efecec;
    margin-right: 15px;
}
div.council3 div.colCouncil img{
    width: 90%;
    height: 100px;
    display: block;
    margin:  auto;
    border-radius: 5px;
}
div.council3 div.colCouncil h6{
    font-weight: bold;
    padding: 10px 15px 0;
}
div.council3 div.colCouncil p{
    font-size: 14px;
    padding: 5px 15px 2px;
    text-align: justify;
}
div.council4{
    margin: 80px 10px;
}
@media (max-width: 992px) {
    div.council3 div.colCouncil{
        height: 350px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    div.council3{
        margin: -80px 10px;
    }
    div.council3 div.colCouncil{
        height: 270px;
        margin-bottom: 15px;
    }
}
/********** end council **********/
/********** question **********/
section.fquestion h1{
    font-weight: bolder;
    margin:50px 30px 10px;
}
section.fquestion p{
    /*font-size: 14px;*/
    margin-right: 30px;
    color: gray;
}
section.fquestion ul{
    list-style-type: disc;
    margin-top: 50px;
}
section.fquestion ul li{
    margin:10px 30px;
    font-size: 14px;
}
section.fquestion img{
    width: 100%;
    height: 100%;
}
section.collapseq button.collapsible {
    background-color: lightgray!important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.active, .collapsible:hover {
    background-color: #555!important;
}

.collapsible:after {
    content: '\f078';
    font-weight: bold;
    float: left;
    font-family: "Font Awesome 5 Free";
}

.active:after {
    content: "\f077 ";
    font-family: "Font Awesome 5 Free";

}

.content {
    font-size: 13px;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    border-radius: 10px;
}
.content p{
    padding-top: 10px;
    text-align: justify;
}
.collapseq{
    margin-top: 100px;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    section.collapseq button.collapsible {
        font-size: 12px;
    }
    section.fquestion img{
        display: none;
    }
}
/********** end question **********/
/********** customerclub **********/
section.club {
    margin-top: 80px;
    /*margin-bottom: 150px;*/
}
section.club h1{
    font-size:3rem;
    font-weight: bolder;
    margin-top: 80px;
}
section.club div.wel{
    position: relative;
}
section.club div.wel h2{
    margin-top: 50px ;
    font-weight: bolder;
    font-size: 38px;
}
section.club div.wel h4{
    color: gray;
}
section.club div.wel div.seprator{
    height: 100px;
    width: 3px;
    background-color: black;
    position: absolute;
    right: 250px;
    top: 0;
}
section.club div.activity{
    height: 180px;
    background-color: #e7e6e6;
    margin:0 30px 40px 0;
    border-radius: 20px;
}
section.club div.activity p{
    padding:20px 30px 0;
    font-size: 24px;
    font-weight: bolder;
}
section.club div.activity span {
    padding:0 50px 20px;
    font-size: 3rem;
    font-weight: bolder;
    float: left!important;
}
div.suggestion{
    margin-top: 100px;
    background-color: #f5f5f5;
    height: 400px;
    position: relative;
    border-radius: 10px;
}
div.suggestion h4{
    padding:20px 30px;
    font-weight: bold;
}
div.suggestion img.img-sugg{
    width: 240px;
    height: 270px;
    border-radius: 15px;
    margin: 10px 30px 0 0;
    ;
}
div.suggestion div.boxSugg{
    position: absolute;
    top: 30px;
    right: 350px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 350px;
}
div.suggestion div.boxSugg div.boxPro{
    width: 250px;
    height: 300px;
    background-color: #e3e1e1;
    border-radius: 15px;
}
div.suggestion div.boxSugg div.boxPro img{
    width: 90%;
    height: 180px;
    border-radius: 10px;
    display: block;
    margin: 10px auto;
}
@media (max-width: 992px) {
    section.club div.activity p {
        font-size: 18px;
    }

    section.club div.activity span {
        padding: 20px;
        font-size: 2rem;
    }

    div.suggestion div.boxSugg {
        position: absolute;
        top: 30px;
        right: 250px;
    }

    div.suggestion div.boxSugg div.boxPro {
        width: 230px;
        height: 300px;
        background-color: #e3e1e1;
        border-radius: 15px;
        margin-left: 15px;
    }

    div.suggestion div.boxSugg div.boxPro img {
        width: 90%;
        height: 140px;
        border-radius: 10px;
        display: block;
        margin: 10px auto;
    }
}
@media (max-width: 768px) {
    section.club {
        margin-top: 10px;
    }
    section.club h1{
        width: 100%;
        margin-right: 50px;
    }
    section.club div.wel div.seprator{
        display: none;
    }
    section.club div.wel{
        width: 100%;
        margin: 0 100px 100px ;
    }
    section.club div.wel h2{
        margin-top: 20px ;
        font-size: 34px;
        position: absolute;
        right: 140px;
        top: 0

    }
    section.club div.wel h4{
        color: gray;
        position: absolute;
        right: 20px;
        top: 30px;
    }
    section.club div.activity{
        height: 130px;
    }
    section.club div.activity p{
        padding:5px 30px 0;
        font-size: 24px;
    }
    section.club div.activity span {
        padding:0 50px 20px;
    }
    div.suggestion img.img-sugg{
        display: none;
    }
    div.suggestion div.boxSugg {
        position: absolute;
        top: 40px;
        right: 50px;
    }
}
/********** end customerclub **********/
/********** about **********/
section.about{
    margin-top:50px;
    position: relative;
}
section.about img{
    width: 90%;
    display: block;
    margin: auto;
    border-radius: 10px;
}
section.about h1{
    position: absolute;
    top:100px;
    right: 45%;
    font-weight: bolder;
}
section.about p{
    position: absolute;
    top:150px;
    right: 30%;
    color: gray;
}
div.aboutdesc{
    width: 90%;
    margin:50px auto;
}
div.aboutdesc p{
    text-align: justify;
    margin-bottom: 30px;
    padding: 10px;
}
div.aboutdesc div.aboutimg img{
    width: 50%;
    height: 150px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 10px;
}
div.statistics{
    width: 100%;
    min-height: 250px;
    background-color: #e8e8e8;
    border-radius: 15px;
}
div.statistics div.counter{
    display: block;
    text-align: center;
    margin-top: 20px;
}
div.statistics span{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}
div.statistics p{
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
}
div.introduce{
    width: 100%;
    display: block;
    margin: 80px auto;
    text-align: center;
}
div.introduce h1{
    font-size: 2rem;
    font-weight: bold;
}
div.introduce p{
    color: gray;
}
div.introduce video{
    width: 70%;
    height: 350px;
    border-radius: 10px;
    margin-top: 30px;
    object-fit: cover!important;
}
@media (max-width: 992px) {
    section.about h1{
        top:50px;
        right: 40%;
    }
    section.about p{
        top:100px;
        right: 20%;
        text-align: center;
    }
    div.statistics span{
        font-size: 3rem;
    }
    div.statistics p{
        font-size: 24px;
        margin-top: 10px;
    }
    .row{
        --bs-gutter-x: 0;
    }
}
@media (max-width: 768px) {
    section.about h1{
        right: 35%;
    }
    section.about p{
        right: 10px;
    }
    div.aboutdesc div.aboutimg img{
        width: 46%;
        margin: 0 5px;
        display: inline;
    }
    div.aboutdesc p{
        margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
    section.about h1{
        top:30px;
        right: 40%;
    }
    section.about p{
        top:60px;
        right: 5px;
        font-size: 12px;
        font-weight: bold;
    }
    div.aboutdesc p{
        font-size: 14px;
    }
    div.introduce{
        margin: 20px auto;
    }
}
@media (max-width: 338px) {
    div.aboutdesc div.aboutimg img{
        width: 100%;
        margin: 10px 5px;
        display: block;
    }
    div.introduce video{
        width: 90%;
        height: 220px;
        margin-top: 10px;
    }
}
/********** end about **********/

/********** articles **********/
div.article{
    margin-top: 50px;
    position: relative;
}
div.article div.vid{
    width: 100%;
    height: 400px;
    /*border: 1px solid black;*/
    border-radius: 10px;
}
div.article div.vid video{
    width: inherit;
    height: 350px;
    object-fit: cover!important;
    position: absolute;
    top: 0;
    border-radius: 10px;
}
div.article div.vid h3{
    position: absolute;
    top: 50px;
    right: 40%;
    color: white;
}
div.article div.vid div.filterbox{
    width: 90%;
    height: 100px;
    background-color: lightgray;
    position: absolute;
    right: 5%;
    bottom: -40px;
    border-radius: 10px;
}
/********** end articles **********/
/********** post **********/
div.post{
    width: 70%;
    margin: 50px auto;
    /*color: gray;*/
}
div.post h2{
    font-weight: bold;
    text-align: center;
}
div.post video{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin-top: 30px;
    object-fit: fill!important;
    margin-bottom: 15px;
}
div.post p.writer{
    display: inline;
}
div.post p.writer span{
    color: gray;
    font-size: 14px;
    padding-right: 15px;
}
div.post p.social{
    float: left;
}
div.post p.social span:nth-of-type(1){
    padding-right: 50px;
    padding-left: 20px;
    font-size: 22px;
}
div.post p.social span:nth-of-type(2){
    padding-left: 20px;
    font-size: 22px;
}
div.post p.social span:nth-of-type(3){
    padding-left: 20px;
    font-size: 22px;
}
div.post p.postContent{
    margin-top: 40px;
    text-align: justify;
    color: #656565;
    line-height: 2rem;
}
div.post div.postImage{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
div.post div.postImage img:nth-of-type(1){
    width: 48%;
    height: 230px;
    margin-left: 20px;
    border-radius: 15px;
}
div.post div.postImage img:nth-of-type(2){
    width: 48%;
    height: 230px;
    border-radius: 15px;
}
div.post div.tags{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #eeeeee;
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
div.post div.tags p{
    margin: 10px;
    font-weight: bold;
}
div.post div.tags span{
    border-radius: 10px;
    background-color: white;
    padding: 5px;
    font-size: 14px;
}
div.post div.comments{
    margin-top: 50px;
    position: relative;
}
div.post div.comments span {
    font-size: 16px;
}
div.post div.comments hr.two{
    color: lightgray;
    height: 3px;
}
div.post div.comments hr.two{
    width: 10%;
    color: #000000;
    position: absolute;
    top:23px;
    height: 3px;
}
div.post div.comments div.commentsDetails:nth-child(even){
    width: 90%;
    position: relative;
    margin:0 auto 50px auto;
}
div.post div.comments div.commentsDetails:nth-child(odd){
    position: relative;
    width: 80%;
    right: 120px;
}
div.post div.comments div.commentsDetails img{
    width: 80px;
    height: 80px;
}
div.post div.comments div.commentsDetails span{
    font-weight: bold;
    padding-right: 20px;
}
div.post div.comments div.commentsDetails span.commentReply{
    position: absolute;
    left: 150px;
    top:30px
}
div.post div.comments div.commentsDetails span.commentDate{
    position: absolute;
    left: 10px;
    top:30px
}
div.post div.comments div.commentsDetails p{
    text-align: justify;
    margin-top: 20px;
    font-size: 14px;
    color: #656565;
}
div.post div.comments div.addComment{
    width: 100%;
    padding:20px;
    height: 400px;
    background-color: #f6f6f6;
    margin: 30px auto;
    border-radius: 15px;
}
div.post div.comments div.addComment p{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}
div.post div.comments div.addComment div.row{
    width: 50%;
    margin: auto;
    position: relative;
}
div.post div.comments div.addComment form input[type=text],input[type=tel]{
    width: 163px;
    background-color: lightgray;
    border: none;
    color: black;
}
div.post div.comments div.addComment form textarea{
    background-color: lightgray;
    border: none;
    color: black;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    height: 150px;
    border-radius: 5px;
}
div.post div.comments div.addComment form input[type=text]::placeholder ,input[type=tel]::placeholder { /* Most modern browsers support this now. */
    color: #4b4b4b;
    font-size: 14px;
}
.user-comm{
    padding-right: 40px;
    background: url("../images/comment/user.png") no-repeat right;
    background-size: 20px;
}
.phone-comm{
    padding-right: 40px;
    background: url("../images/comment/phone.png") no-repeat right;
    background-size: 20px;
}
div.post div.comments div.addComment form div.subComment{
    width: 120px;
    height: 40px;
    background-color: #EF4056;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 30px auto;
    border-radius: 5px;
}
div.post div.comments div.addComment form div.subComment span{
    width: 20px;
    height: 20px;
    border: 1px solid #EF4056;
    background-color: white;
    border-radius: 4px;
}
div.post div.comments div.addComment form div.subComment .btnComment{
    color:white;
    font-size: 14px;
}
@media (max-width: 991px) {
    div.post p.social span:nth-of-type(1){
        padding-right: 30px;
    }
    div.post p.writer span{
        padding-right: 10px;
    }
    div.post div.tags{
        padding: 10px;
        flex-wrap: wrap;
    }
    div.post div.tags span{
        padding: 10px;
        font-size: 12px;
        margin: 10px;
    }
    div.post div.comments div.addComment div.row{
        width: 80%;
    }
    div.post div.comments div.addComment form input[type=text]{
        width: 175px;
        margin-left:10px
    }
    div.post div.comments div.addComment form input[type=tel]{
        width: 175px;
        margin-right:10px
    }
}
@media (max-width: 768px) {
    div.post p.writer{
        display: block;
    }
    div.post p.social{
        float: none;
    }
    div.post p.postContent{
        margin-top: 20px;
    }
    div.post div.postImage img:nth-of-type(1){
        height: 170px;
    }
    div.post div.postImage img:nth-of-type(2){
        height: 170px;
    }
    div.post div.comments div.commentsDetails span.commentReply{
        left: 100px;
        top:70px
    }
    div.post div.comments div.commentsDetails span.commentDate{
        left: 10px;
        top:70px
    }
    div.post div.comments div.addComment{
        height: 430px;
        margin: 30px auto 0;
    }
    div.post div.comments div.addComment p{
        font-size: 18px;
    }
    div.post div.comments div.addComment form input[type=text]{
        width: 100%;
        margin-bottom:10px
    }
    div.post div.comments div.addComment form input[type=tel]{
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 440px) {
    div.post div.postImage img:nth-of-type(1){
        height: 140px;
    }
    div.post div.postImage img:nth-of-type(2){
        height: 140px;
    }
    div.post p.postContent{
        line-height: 1.8rem;
    }
    div.post div.tags{
        padding: 10px;
    }
    div.post div.comments div.commentsDetails img{
        width: 60px;
        height: 60px;
    }
    div.post div.comments div.commentsDetails span{
        padding-right: 10px;
        font-size: 14px;
    }
    div.post div.comments div.commentsDetails span.commentReply{
        left: 10px;
        top:50px
    }
    div.post div.comments div.commentsDetails span.commentDate{
        left: 40px;
        top:50px
    }
    div.post div.comments div.commentsDetails p{
        font-size: 14px;
        padding: 5px;
        box-sizing: border-box;
    }
    div.post div.comments div.addComment p{
        font-size: 14px;
    }
    div.post div.comments div.addComment form textarea{
        height: 120px;
    }
}
/********** end post **********/
/********** profile **********/
div.profile{
    margin-top: 30px;
    height: fit-content;
}
div.profile div.sideProfile{
    background-color: #e7e7e7;
    min-height: 500px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}
div.profile div.sideProfile div.prof{
    width: 200px;
    margin:20px auto;
    /*border: 1px solid black;*/
    position: relative;
}
div.profile div.sideProfile div.prof img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
div.profile div.sideProfile div.prof span.welcome{
    margin-right: 20px;
    font-weight: bold;
    position: absolute;
    top:5px;
    text-align: center;
}
div.profile div.sideProfile div.prof span.name{
    font-size: 14px;
    color: gray;
    position: absolute;
    top:30px;
    right: 75px;
}
.tab {
    text-align: right;
    /*float: right;*/
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    width: 100%;
}
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 25px;
}
.tab a.btn-exit{
    width: 200px;
    height: 40px;
    margin: 70px auto 30px;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #EF4056;
    text-align: right;
    border-radius: 5px;
    color: white;
}
div.tabcontent:nth-of-type(1){
    display: block;
}
div.tabcontent {
    padding: 0 12px;
    display: none;
}
div.tabcontent h3{
    font-weight: bolder;
    font-size: 1.3rem;
    color: black;
    margin-right: 30px;
}
.boxOrder{
    width: 30%;
    height: 150px;
    background-color: #e5e5e5;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
}
.boxOrder p.status{
    font-weight: bolder;
    padding-right: 25px;
    color: black;
}
.boxOrder p.count{
    padding-right: 25px;
    color: gray;
    font-size: 14px;
}
.boxOrder p.sum{
    position: relative;
    bottom: -15px;
    padding-right: 25px;
    color: black;
    font-size: 12px;
}
.boxOrder p.sum span.amount{
    font-weight: bolder;
    color: black;
    position: absolute;
    left: 70px;
    font-size: 16px;
}
.boxOrder p.sum span.currency{
    position: absolute;
    left: 30px;
}
div.tabcontent h3.orderD{
    display: inline;
    position: relative;
    top: 50px;
}
div.tabcontent select.filter{
    width: 130px;
    height: 35px;
    position: relative;
    float: left;
    top:50px;
    left: 20px;
    font-size: 14px;
    background-color: #e5e5e5;
    border: none!important;
    border-radius: 5px;
    padding:5px;
}
div.table-order{
    margin-top: 100px;
    /*margin-right: 30px;*/
    font-size: 12px;
    height: 200px;
    overflow-y: scroll;
    cursor: pointer;
    background-color: #eaeaea;
    border-radius: 10px;
}
div.table-order td.tableImage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}
.table-secondary td{
    border-color: white!important;
    color: gray;
    padding: 20px;
}
.table-secondary th{
    padding: 20px;
    font-size: 14px;
    margin-top: 50px;
    position: sticky;
    top: 0;
    border-style:none!important;
    z-index: 1;
    background-color: #eaeaea;
}
.table-order::-webkit-scrollbar {
    height: 3px;
    width:3px;
    background-color: lightgray;
    cursor: pointer;
}

.table-order::-webkit-scrollbar-thumb {
    background-color: black;
}

.tabs1 {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    /*width: 70%;*/
    height: 400px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    /*min-width: 240px;*/
}
.tabs1 input[name="tab-control1"] {
    display: none;
}
.tabs1 .content1 section h2, .tabs ul li label {
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.tabs1 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tabs1 ul li {
    box-sizing: border-box;
    flex: 1;
    width: 50%;
    padding: 0 10px;
    text-align: center;
}
.tabs1 ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}
.tabs1 ul li label br {
    display: none;
}
.tabs1 ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}
.tabs1 ul li label:hover, .tabs1 ul li label:focus, .tabs1 ul li label:active {
    outline: 0;
    color: #bec5cf;
}
.tabs1 ul li label:hover svg, .tabs1 ul li label:focus svg, .tabs1 ul li label:active svg {
    fill: #bec5cf;
}
.tabs1 .slider {
    position: relative;
    width: 50%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs1 .slider .indicator {
    position: relative;
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #ef4056;
    border-radius: 1px;
}
.tabs1 .content1 {
    /*width: 80%;*/
    margin:30px auto;
    overflow-y: hidden;
}
.tabs1 .content1 section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs1 .content1 section div.items-product{
    height: 220px;
    overflow-y: scroll;
}
.tabs1 .content1 section div.items-product div{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.tabs1 .content1 section div.items-product h2 {
    color: #428bff;
    display: none;
}
.tabs1 .content1 section div.items-product h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}
.tabs1 .content1 section div.items-product div.parentpro{
    margin-bottom: 20px;
}
.tabs1 .content1 section div.items-product span.nextbasket,span.rmproduct{
    cursor: pointer;
}
.tabs1 .content1 section div.totalBasket{
    height: 130px;
    background-color: #f1f1f1;
    position: fixed;
    top: 150px;
    right: 0;
    width: 100%;
    margin-top: 300px;
    margin-bottom: 100px;
    border-radius: 10px;
    display: block;
    padding: 50px;
}
.tabs1 .content1 section div.totalBasket p{
    display: inline;
}
.tabs1 .content1 section div.totalBasket p span{
    padding-right: 80px;
}
.tabs1 .content1 section div.totalBasket a{
    display: inline;
    position: absolute;
    left: 20px;
    width: 200px;
    height: 40px;
    background-color: #EF4056;
    color: white;
}
.tabs1 input[name="tab-control1"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: black;
}
.tabs1 .content1 section div.items-product div.nextparentpro{
    margin-bottom: 20px;
}
.tabs1 .content1 section div.items-product span.currentbasket,span.nextrmproduct{
    cursor: pointer;
}
.tabs1 input[name="tab-control1"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}
.tabs1 input[name="tab-control1"]:nth-of-type(1):checked ~ .content1 > section:nth-child(1) {
    display: block;
}
.tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: black;
}
.tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428bff;
}

.tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(-100%);
}
.tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ .content1 > section:nth-child(2) {
    display: block;
}
.tabs1 input[name="tab-control1"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428bff;
}
.tabs1 input[name="tab-control1"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs1 input[name="tab-control1"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs1 input[name="tab-control1"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(-200%);
}
.tabs1 input[name="tab-control1"]:nth-of-type(3):checked ~ .content1 > section:nth-child(3) {
    display: block;
}
.tabs1 input[name="tab-control1"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428bff;
}
.tabs1 input[name="tab-control1"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428bff;
}


.tabs1 input[name="tab-control1"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(-300%);
}
.tabs1 input[name="tab-control1"]:nth-of-type(4):checked ~ .content1 > section:nth-child(4) {
    display: block;
}
@keyframes content1 {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@media (max-width: 1000px) {
    .tabs1 ul li label {
        white-space: initial;
    }
    .tabs1 ul li label br {
        display: initial;
    }
    .tabs1 ul li label svg {
        height: 1.5em;
    }
}
@media (max-width: 600px) {
    .tabs1 ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs1 .content1 {
        margin-top: 20px;
    }
    .tabs1 .content1 section h2 {
        display: block;
    }
}

.tabs2 {
    position: relative;
    padding: 30px;
    padding-bottom: 80px;
    width: 100%;
    border-radius: 5px;
    /*min-width: 240px;*/
}
.tabs2 input[name="tab-control"] {
    display: none;
}
.tabs2 .content2 section h2, .tabs2 ul li label {
    font-weight: bold;
    font-size: 18px;
    color: #428bff;
}
.tabs2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tabs2 ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 5px;
    text-align: right;
}
.tabs2 ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
}
.tabs2 ul li label br {
    display: none;
}
.tabs2 ul li label:hover, .tabs2 ul li label:focus, .tabs2 ul li label:active {
    outline: 0;
    color: #bec5cf;
}
.tabs2 ul li label:hover svg, .tabs2 ul li label:focus svg, .tabs2 ul li label:active svg {
    fill: #bec5cf;
}
.tabs2 .slider2 {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs2 .slider2 .indicator2 {
    position: relative;
    width: 130px;
    max-width: 100%;
    /*margin: 0 30px;*/
    height: 2px;
    background: gray;
    border-radius: 1px;
    /*margin-left: 10px;*/
}
.tabs2 .content2 {
    margin-top: 30px;
}
.tabs2 .content2 section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs2 .content2 section h2 {
    color: #428bff;
    display: none;
}
.tabs2 .content2 section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}
.tabs2 input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #428bff;
}
.tabs2 input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #428bff;
}

.tabs2 input[name="tab-control"]:nth-of-type(1):checked ~ .slider2 {
    transform: translateX(0%);
}
.tabs2 input[name="tab-control"]:nth-of-type(1):checked ~ .content2 > section:nth-child(1) {
    display: block;
}
.tabs2 input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428bff;
}
.tabs2 input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428bff;
}

.tabs2 input[name="tab-control"]:nth-of-type(2):checked ~ .slider2 {
    transform: translateX(-100%);
}
.tabs2 input[name="tab-control"]:nth-of-type(2):checked ~ .content2 > section:nth-child(2) {
    display: block;
}
.tabs2 input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428bff;
}
.tabs2 input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428bff;
}

.tabs2 input[name="tab-control"]:nth-of-type(3):checked ~ .slider2 {
    transform: translateX(-200%);
}
.tabs2 input[name="tab-control"]:nth-of-type(3):checked ~ .content2 > section:nth-child(3) {
    display: block;
}
.tabs2 input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428bff;
}
.tabs2 input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428bff;
}

.tabs2 input[name="tab-control"]:nth-of-type(4):checked ~ .slider2 {
    transform: translateX(-300%);
}
.tabs2 input[name="tab-control"]:nth-of-type(4):checked ~ .content2 > section:nth-child(4) {
    display: block;
}
@keyframes content2 {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@media (max-width: 1000px) {
    .tabs2 ul li label {
        white-space: initial;
    }
    .tabs2 ul li label br {
        display: initial;
    }
    .tabs2 ul li label svg {
        height: 1.5em;
    }
}
@media (max-width: 600px) {
    .tabs2 ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs2 .content2 {
        margin-top: 20px;
    }
    .tabs2 .content2 section h2 {
        display: block;
    }
}
.tabs2 .content2 div.situation{
    width: 48%;
    min-height: 200px;
    background-color: #ececec;
    border-radius: 10px;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    color: gray;
    font-size: 12px;
    margin-left: 10px;
}
.tabs2 .content2 div.situation span:nth-of-type(1){
    padding-right: 20px;
}
.tabs2 .content2 div.situation span:nth-of-type(1) span{
    margin-right: 15px;
}
.tabs2 .content2 div.situation span:nth-of-type(2){
   margin-right: 50px;
}
.tabs2 .content2 div.situation span:nth-of-type(2) svg{
    margin-left: 10px;
}
.tabs2 .content2 div.situation a{
    position: absolute;
    left: 25px;
    color: gray;
}
.tabs2 .content2 div.situation hr{
    color: #ffffff;
    height: 3px;
    width: 90%;
    margin: 25px auto;
}
.tabs2 .content2 div.situation img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: 15px;
}
.tabs2 .content2 div.situation span a{
    display: block;
    position: absolute;
    right: 10px;
    margin-top:25px;
    color: gray;
}
.tabs2 .content2 div.situation span.totalFactor{
    display: block;
    position: absolute;
    left: 25px;
    margin-top:25px;
    color: black;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .tabs2 .slider2 .indicator2 {
        width: 80%;
    }
    .tabs2 .content2 div.situation{
        width: 49%;
        /*height: 260px!important;*/
        padding: 5px;
        font-size: 12px;
        margin-left: 5px;
    }
    .tabs2 ul li label{
        font-size: 14px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1){
        padding-right: 10px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1) span{
        margin-right: 0px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(2){
        margin-right: 15px;
    }
    .tabs2 .content2 div.situation a{
        left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
    }
    .tabs2 .content2 div.situation img{
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }
}
@media (max-width: 991px) {
    .tab{
        font-size: 14px;
    }
    .boxOrder {
        font-size: 14px;
    }
    .boxOrder p.sum span.tot{
        display: none;
    }
    .boxOrder p.sum span.amount{
        font-size: 14px!important;
        right: 10px;
    }
    .tabs1 input[name="tab-control1"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label{
        font-size: 14px;
    }
    .tabs1 input[name="tab-control1"]:nth-of-type(1)~ ul > li:nth-child(2) > label{
        font-size: 14px;
    }
    .tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ ul > li:nth-child(1) > label{
        font-size: 14px;
    }.
     tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label{
         font-size: 14px;
     }
    div.parentpro{
        font-size: 13px;
    }
    div.nextparentpro{
        font-size: 13px;
    }
    .tabs1 {
        height: 300px;
    }
    .tabs1 .content1 section div.totalBasket{
        font-size: 14px;
    }
    .tabs1 .content1 section div.totalBasket p span{
        padding-right: 30px!important;
    }
    .tabs1 .content1 section div.totalBasket a{
        left: 20px;
        width: 140px!important;
        font-size: 14px;
    }
    .tabs2 ul li label{
        font-size: 13px;
        padding-right: 0;
        margin-right: 0;
    }
    .tabs2 .slider2 .indicator2 {
        width: 90%;
    }
    .tabs2 .content2 div.situation{
        width: 90%;
        padding: 5px;
        font-size: 14px;
        margin-left: 5px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1){
        padding-right: 20px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1) span{
        margin-right: 15px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(2){
        margin-right: 50px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(2) svg{
        margin-left: 10px;
    }
}
@media (max-width: 768px) {
    .tab button {
        padding:15px 0px;
        margin-right: 0;
    }
    .tab a.btn-exit{
        width: 150px;
        height: 40px;
        margin: 70px auto 30px;
        display: block;
        padding: 10px 20px;

    }
    .boxOrder {
        width: 80% !important;
    }
    .boxOrder p.sum span.tot{
        display: initial;
    }
    .boxOrder p.sum span.amount {
        position: absolute;
        right: 150px!important;
        font-size: 16px;
    }
    div.parentpro{
        font-size: 11px;
    }
    div.nextparentpro{
        font-size: 11px;
    }
    div.parentpro div.rmproduct span.nextbasket{
        display: block;
    }
    .tabs1 .content1 section div.totalBasket{
        font-size: 14px;
    }
    .tabs1 .content1 section div.totalBasket p span{
        padding-right: 30px!important;
    }
    .tabs1 .content1 section div.totalBasket a{
        display: block;
        top: 80px;
        left: 20px;
        width: 140px!important;
        font-size: 14px;
    }
    .tabs2 .content2 div.situation{
        width: 90%;
        padding: 5px;
        font-size: 12px;
        margin-left: 5px;
    }
    .tabs2 ul li label{
        font-size: 10px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1){
        padding-right: 10px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1) span{
        margin-right: 0px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(2){
        margin-right: 15px;
    }
}
@media (max-width: 576px){
    div#tab2{
        margin-bottom: 150px;
    }
    div.parentpro{
        font-size: 14px;
    }
    div.nextparentpro{
        font-size: 14px;
    }
    .tabs2 ul li label{
        font-size: 14px;
    }
}
@media (max-width: 359px) {
    .boxOrder p.sum span.currency{
        display: block;
    }
    .boxOrder p.sum span.amount {
        left: 30px!important;
    }
    .tabs1 input[name="tab-control1"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label{
        font-size: 11px;
    }
    .tabs1 input[name="tab-control1"]:nth-of-type(1)~ ul > li:nth-child(2) > label{
        font-size: 11px;
    }
    .tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ ul > li:nth-child(1) > label{
        font-size: 11px;
    }.
     tabs1 input[name="tab-control1"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label{
         font-size: 11px;
     }
    .tabs1{
        height: 500px;
    }
    .tabs1 .content1 section div.totalBasket p span{
        padding-right: 10px!important;
    }
    .tabs2 ul li{
        flex: auto;
        width: 50% !important;
        text-align: center;
    }
    .tabs2 .slider2 .indicator2 {
       display: none;
    }
    .tabs2 .content2 div.situation{
        width: 100%;
        height: 220px;
    }
    .tabs2 .content2 div.situation span:nth-of-type(1) {
        padding-right: 5px;

    }
    .tabs2 .content2 div.situation span.totalFactor {
        bottom: 10px;
        right: 10px;
    }
    .tabs2 .content2 div.situation span a {
        bottom: 20px;
    }
}
/********** end profile **********/

/********** start articles **********/
div.slideshow-container {
    max-width:100%;
    position: relative;
    margin: auto;
}
.articles-video{
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-video > video{
    width: 95%;
    border-radius: 1rem;
}
.ar-filter{
    box-shadow: 2px 2px 26px 3px rgba(0,0,0,0.65);
    z-index: 20;
    width: 76%;
    height: 5rem;
    display: flex;
    position: relative;
    bottom: 3.5rem;
    right: 12%;
    left: auto;
    border-radius: 1rem;
    background: #fff;
    align-items: center;
}
.ar-filter > div:nth-of-type(1) {
    display: flex;
}
.ar-filter > div:nth-of-type(1) > form {
    background: #F7F7F7;
    display: flex;
    height: 40px;
    border-radius: 0.5rem;
    margin-right: 0.25rem;
}
.ar-filter > div:nth-of-type(1) > form > button {
    width: 30px;
    height: 100%;
    border: none;
    background: #F7F7F7;
    border-radius:0.5rem;
}
.ar-filter > div:nth-of-type(1) > form > input {
    border: none;
    background: #F7F7F7;
}
.sort-select {
    display: flex;
    margin-right: 30px;
}
.sort-select > select{
    width: 10rem;
    background: #F7F7F7;
    color: #5c5c5c;
    display: flex;
    height: 40px;
    border-radius: 0.5rem;
    margin-right: 0.25rem;
    border: none;
    font-size: 14px;
}
.sort-select > select > option{
    color: #3a3a3a;
    background-color: #F7F7F7;
}
.ar-filter > div:nth-of-type(3) {
    margin-left: 1%;
    margin-right: 5%;
}
.ar-filter > div:nth-of-type(3) > ul{
    border: none;
}
.ar-filter > div:nth-of-type(3) > ul > li > a{
    color: #5c5c5c;
    border: none;
}
.ar-filter > div:nth-of-type(3) > ul > li > a:focus{
    color: #d62828;
    border: none;
}
.ar-list {
    display: flex;
    flex-wrap: wrap;
}
.ar-list > li > div{
    width: 98%;
    position: relative;
    bottom: 55%;
    font-size: 14px;
    text-align: justify;
    color: #F7F7F7;
}
.ar-list > li > div  h6 {
    color:#F7F7F7 ;
}
.ar-list > li > div p{
    width: 100%;
    margin-bottom: 0!important;
    color:#F7F7F7 ;
}
.ar-list > li > div span{
    float: left;
}
.ar-list > li > div span:nth-of-type(2){
    display: none;
}
.ar-list > li {
    border-radius: 1rem;
    height: 350px;
}
@media (min-width:1000px) {
    .ar-filter-mobile{
        display: none;
    }
    .ar-filter-menu{
        display: none;
    }
}
/*** articles mobile size ***/

@media (max-width:1000px) {
    .ar-filter{display: none;
    }
}
.ar-filter-mobile{
    display: flex;
    align-items: center;
}
.ar-filter-mobile > li {
    padding: 1rem;
}
.ar-filter-menu {
    position: fixed;
    bottom: 0%;
    right: 0%;
    background-color: #fff;
    z-index: 20
;width: 100%;
    height: 100%;
    transform: translateY(-100%);
}
.ar-filter-menu > div:nth-of-type(1){
    margin-right: 1rem;
}
.ar-filter-menu > div:nth-of-type(1) > svg{
    position: absolute;
    left: 7%;
}
.filter-menu-item > form{
    background: #F7F7F7;
    border-radius: 0.5rem;
    width: 90%;
    height: 50px;
    margin-right: 1rem;
    margin-top: 1.5rem;
}
.filter-menu-item > form > button {
    width: 40px;
    height: 100%;
    border: none;
    background: #F7F7F7;
    margin-left: 0;
}
.filter-menu-item > form > input {
    border: none;
    background: #F7F7F7;
}
.filter-menu-item > select{
    margin-top: 1.5rem;
    width: 90%;
    background: #F7F7F7;
    color: #5c5c5c;
    display: flex;
    height: 50px;
    border-radius: 0.5rem;
    margin-right: 1rem;
    border: none;
}
.filter-menu-item > select > option{
    color: #3a3a3a;
    background-color: #F7F7F7;
}
.filter-button > li:nth-of-type(1){
    width: 70%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #DE4C50;
    border-radius: 0.5rem;
    box-shadow: 3px 4px 10px 0px rgba(214,40,40,0.6);
}
.filter-button > li:nth-of-type(2){

}
.filter-button > li > a{
    color: #fff;
}
.filter-button{
    width: 90%;
    position: absolute;
    bottom: 0;
    justify-content: center;
    align-items: center;
}
.show-filter-menu {
    animation: fadeindown 0.5s forwards;
}
@keyframes fadeindown{
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes showup{
    0%{
        opacity: 0;
    }100%{
             opacity: 1;
         }
}
@media (min-width:1000px) {
    .ar-filter-mobile{
        display: none;
    }
}
/********** end articles **********/

/********** start compare product **********/
section.compare{
    margin-top: 50px;
    margin-bottom: 150px;
}
section.compare div.compareItem{
    width: 24%;
    min-height: 350px;
    margin-left: 25px;
    margin-bottom: 30px;
    position: relative;
    /*background-color: gray;*/
    -webkit-box-shadow: 0px 16px 20px -1px rgba(186,184,186,0.45);
    -moz-box-shadow: 0px 16px 20px -1px rgba(186,184,186,0.45);
    box-shadow: 0px 16px 20px -1px rgba(186,184,186,0.45);
    border-radius: 10px;
    border: 1px solid #f6f6f6;
    /*font-size: 14px;*/
    padding: 10px!important;
}
section.compare div.compareItem img{
    width: 100%;
    height: 180px;
    display: block;
    margin: auto;
    border-radius: 10px;
}
section.compare div.compareItem a p.title{
    margin-top: 10px;
    padding:10px 10px 0;
}
section.compare div.compareItem p.quantity,span.price{
    padding: 10px!important;
}
section.compare a.btn-add{
    width: 150px;
    height: 40px;
    background-color: #DE4C50;
    box-shadow: 0 20px 10px -10px #f37073;
    color: white;
    margin: 50px auto;
}
section.compare div.compareTable{
    width: 100%;
}
section.compare div.compareTable table th,table td{
    padding: 40px!important;
}
@media (max-width: 991px) {
    section.compare div.compareItem{
        width: 26%;
        font-size: 14px;
        padding: 5px!important;
    }
}
@media (max-width: 768px) {
    section.compare div.compareItem{
        /*width: 40%;*/
        /*font-size: 15px;*/
        /*padding: 10px!important;*/
    }
}
@media (max-width: 576px) {
    section.compare div.compareItem{
        width: 45%;
        font-size: 15px;
        padding: 10px!important;
        margin:10px auto;
    }
    section.compare div.compareTable table th,table td{
        font-size: 14px;
        text-align: center;
    }
}
@media (max-width: 405px) {
    section.compare div.compareItem{
        width: 80%;
        font-size: 15px;
        padding: 10px!important;
        margin:10px auto;
    }
    section.compare div.compareTable table th,table td{
        font-size: 14px;
        text-align: center;
    }
}
/********** end compare product **********/
