/********** gallery **********/
.mainImage{
    width:100%;
    height: 300px;
    border-radius: 15px;
}
.gallery1 img{
    width: 120px;
    height: 90px;
    border-radius: 10px;
    margin-right: 20px;
}
.gallery1 video{
    width: 120px;
    height: 90px;
    border-radius: 10px;
    margin-right: 20px;
}
.swiper-button-next{
    color: blue;
    left: 0!important;
}
.swiper-button-prev{
    color: darkblue;
    right: 0!important;
}
:root {
    --swiper-navigation-size: 20px;
}
/********** end gallery **********/
/********** miniDescription **********/
div.miniDescription{
    height: 500px;
    padding: 30px;
}
div.miniDescription span.color{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
div.miniDescription select{
    width: 200px;
}
/********** end miniDescription **********/
/********** seller **********/
div.seller{
    border: 1px solid #e0dede;
    border-radius: 10px;
    background-color: #F7F7F8;
    padding: 20px;
}
div.seller div.item{
    font-size: 16px;
    padding: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
}
div.seller div.item span{
    font-size: 16px;
    margin-right: 10px;
}
div.seller div.item .icon{
    font-size: 20px;
    color: #1b6ce7;
}
div.seller div.item .club{
    font-size: 20px;
    color: #e7e709;
}
div.seller div.productPrice{
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    position: relative;
}
div.seller div.newPrice .p{
    float: left;
}
div.seller div.newPrice div.p span{
    font-size: 12px;
}
div.seller div.oldPrice .p{
    font-size: 14px;
    color: gray;
    position: absolute;
    top: -25px;
    left: 40px;
}
div.seller div.oldPrice span.discount{
    width: 40px;
    height: 18px;
    border: 1px solid #EF4056;
    border-radius: 50%;
    background-color: #EF4056;
    color: white;
    position: absolute;
    top: -25px;
    left: -10px;
    font-size: 12px;
    padding-right: 10px;
    box-sizing: border-box;
}
div.seller a.buy{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background-color: #EF4056;
    border-radius: 10px;
    padding:10px;
    color: white;
    font-weight: bold;
}
@media (max-width: 992px) {
    div.miniDescription span.color{
        width: 25px;
        height: 25px;
    }
    div.seller div.item{
        padding: 5px;
    }
    div.seller div.item span{
        font-size: 14px;
        margin-right: 5px;
    }
}
@media (max-width: 768px) {
    div.miniDescription {
        height: 380px;
    }

    div.miniDescription span.color {
        width: 30px;
        height: 30px;
    }

    div.seller div.item {
        padding: 10px;
    }

    div.seller div.item span {
        font-size: 16px;
        margin-right: 15px;
    }
}
/********** end seller **********/
/********** Tabs **********/
*:focus {
    outline: 1px dotted whitesmoke;
}
.tabs{
    margin-top: 50px;
}
.tabs > ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}
.tabs > ul li a{
    font-size: 18px;
}
/*.tabs > ul .indicator {*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    width: 20%;*/
/*    background: lightgray;*/
/*    transform: translateZ(0) translateX(0);*/
/*    transition: all 0.3s ease;*/
/*}*/
.tabs > ul li {
    display: inline-block;
    font-size: 14px;
    width: 25%;
}
.tabs > ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: black;
    transition: all 0.3s ease 0.4s;
}
.tabs > ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #b7b5b5;
    transform: translateZ(0) translateY(100%);
    transition: all 0.3s ease 0.3s;
    z-index: -1;
}
.tabs > ul li a[aria-selected] {
    color: white;
}
.tabs > ul li a[aria-selected]:before {
    transform: translateZ(0) translateY(0);
}
.tabs > section[aria-hidden=true] {
    display: none;
}
.tabs #section1{
    margin-top: 30px;
    font-size: 18px;
}
.tabs #section2{
    margin-top: 20px;
    font-size: 18px;
}
.tabs #section2 li{
    padding: 40px;
    margin-right: 30px;
    border-bottom: 1px solid #ccc;
    width: 400px;
    position: relative;

}
.tabs #section2 li .tit{
    width: 200px!important;
    text-align: center;
    position: absolute;
    right: 0;
}
.tabs #section2 li span.des{
    width: 200px!important;
    text-align: center;
    margin-right: 120px;
    position: absolute;
    left: 0;
}
.tabs #section3 {
   margin-top:30px
}
.tabs #section3 button.btnq{
    width: 200px;
    height: 40px;
    display: block;
    background-color: white;
    color:#EF4056;
    border: 1px solid #EF4056;
    border-radius: 15px;
    margin:10px auto 30px auto;
}

.tabs #section3 form textarea{
    height: 120px;
}
.tabs #section3 .submitquestion{
    width: 200px;
    height: 40px;
    display: block;
    background-color: #EF4056;
    color:white;
    border: 1px solid #EF4056;
    border-radius: 15px;
    margin:10px auto;
}
.tabs #section3 #questionBox{
    display: none;
}
.tabs #section3 .iconq{
    font-size: 20px;
    color: #0a53be;
    margin-left: 15px;
}
.tabs #section3 .answer{
    font-size: 14px;
    color: gray;
    margin-left: 10px;
}
.tabs #section3 .ans{
    color: #505050;
}
.tabs #section3 div.questionBox{
    margin-bottom: 10px;
    /*border-bottom: 1px solid gray;*/
}
.tabs #section3 div.questionBox .hr{
    width: 50%;
    height: 2px;
    color: gray;
    margin: 5px auto;
}
.tabs #section4 {
    margin-top: 30px;
}
.tabs #section4 button.btncomment{
    width: 200px;
    height: 40px;
    background-color: white;
    color:#EF4056;
    border: 1px solid #EF4056;
    border-radius: 15px;
    margin:10px 40px 0;
}
.tabs #section4 .small{
    display: block;
    width: 60%;
    color: gray;
    margin: 0 auto;
}
.tabs #section4 button.btnq{
    width: 200px;
    height: 40px;
    background-color: white;
    color:#EF4056;
    border: 1px solid #EF4056;
    border-radius: 15px;
    margin:10px 40px 30px;
}
.tabs #section4 form textarea{
     height: 120px;
 }
.tabs #section4 .customer{
    margin-left: 40px;
}
/*.tabs #section4 .date{*/
/*    position: absolute;*/
/*    left: 150px;*/
/*}*/
.tabs #section4 div.commentBox p{
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
}
.tabs #section4 div.commentBox .hr{
    width: 30%;
    height: 2px;
    color: #7979e8;
    /*margin: 5px auto;*/
}
.tabs #section4 .submitcomment{
    width: 200px;
    height: 40px;
    background-color: #EF4056;
    color:white;
    border: 1px solid #EF4056;
    border-radius: 15px;
    margin:10px 50px;
}
.tabs #section4 #commentBox{
    display: none;
}
.tabs #section4 .star_rating{
    font-size: 30px;
    color: #fcb024;
    cursor: pointer;
}
@media (max-width: 990px) {
    .tabs #section3 button.btnq{
        width: 150px;
        height: 40px;
        display: block;
        background-color: white;
        color:#EF4056;
        border: 1px solid #EF4056;
        border-radius: 15px;
        margin:10px auto 30px auto;
    }
    .tabs #section3 .submitquestion{
        width: 150px;
        height: 40px;
        display: block;
        background-color: #EF4056;
        color:white;
        border: 1px solid #EF4056;
        border-radius: 15px;
        margin:10px auto;
    }
    .tabs #section4 button.btnq{
        width: 150px;
        height: 40px;
        background-color: white;
        color:#EF4056;
        border: 1px solid #EF4056;
        border-radius: 15px;
        margin:10px auto 30px auto;
    }
    .tabs #section4 .submitcomment{
        width: 150px;
        height: 40px;
        display: block;
        background-color: #EF4056;
        color:white;
        border: 1px solid #EF4056;
        border-radius: 15px;
        margin:10px auto;
    }
}
@media (max-width: 520px) {
    .tabs > ul li a{
        font-size: 14px;
    }
    .tabs #section2 li{
        width: 100%;
    }
}
.tabs #section4 div.commentBox p {
    font-size: 16px;
}
@media (max-width: 368px) {
    .tabs > ul li a{
        font-size: 16px;
    }
    .tabs > ul li {
        display: inline-block;
        font-size: 14px;
        width: 50%;
    }
    .tabs #section2{
        margin-top: 20px;
        font-size: 16px;
    }
    .tabs #section2 li{
        /*padding: 30px;*/
        /*margin-right: 10px;*/
        border-bottom: 1px solid #ccc;
        width: 100%;
        position: relative;

    }
    .tabs #section2 li .tit{
        width: 50%!important;
        text-align: center;
        position: absolute;
        right: -50px;
    }
    .tabs #section2 li span.des{
        width: 50%!important;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        left: 0;
    }
}
/********** end Tabs **********/