﻿img {
    max-width: 100%;
}
#warp{
    -webkit-overflow-scrolling: auto;      
    overflow-x: hidden;           
}
.products_introduction table{
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.products_introduction table td,.products_introduction table th{
    border: 1px solid #000;
    padding: 10px 1px;
    text-align: center;
}
.products_introduction table td:nth-child(1),.products_introduction table th:nth-child(1){
    width: 20%;
    background-color: #eee;
}
.products_introduction table td:nth-child(2){
    width: 80%;
}
.products_introduction table td:nth-child(1){
    /* font-weight: bold; */
}

.bottom_btn{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
  
    text-align: center;
}
.bottom_btn .small_btn_add .ADD_TO_dis , .bottom_btn .small_btn_add .ADD_TO {
    width: 100%;
    /* border-radius: 5px; */
    background: #df7e1c;
}
.wishlist {
    z-index: 200;
    width: 40px;
    height: 40px;
    border-top-right-radius: 5px;
    border-radius: 50%;
    border: 2px solid #e0dcdb;
    color: #e0dcdb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 6%;
    /* opacity: 0; */
    font-size: 18px;
    font-weight: bold;
}

.wishlist:hover {
    background-color: rgb(186, 6, 6);
    border: none;
}
.wishlistfoucs{
    background-color: rgb(186, 6, 6);
    border: none;
}
.boxHover:hover .wishlist {
    /* display: block; */
    opacity: 1;
    transition: opacity 1s;
    /* animation: mymove 0.4s; */
}
.Test_images{
    max-width: 1080px;
    /* border: 1px solid #000; */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}
/* .Test_images::after{
    content: '';
    flex-grow: 9999;
}
.Test_images .image_box{
    height: 200px;
    margin: 5px ;
    flex-grow: 1;
}
.Test_images .image_box img{
    height: 100%;
    min-width: 100%;
    border-radius: 10px;
} */

/* .Test_images .image_box{
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.Test_images .image_box img{
    width: fit-content;
    object-fit: cover;
    border-radius: 10px;

} */

.Test_images .image_box{
    /* flex-grow: 1;     */
   margin-top: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
   margin-left: 5px;
}
.Test_images .image_box img{
   display: block;
   height: 200px;
   border-radius: 10px;
}

/* .boxHover img:hover {
    transition: all .6s ease-in-out;
    transform: scale(1.05);
} */
.yuan {
    z-index: 200;
    width: 50px;
    height: 50px;
    border-top-right-radius: 5px;
    border-radius: 50%;
    background-color: #d26e4b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    right: 6%;
    opacity: 0.9;
    font-size: 14px;
    font-weight: bold;

}

.content_title .btns{
    margin: 10px 0px;
}
.small_btn_add{
    display: inline-block;
}
.btns .ADD_TO{
    display: inline-block;
    padding: 10px 15px;
    background-color:#20170e ;
    color: #fff;
    font-size: 14px;
   cursor: pointer;
}
.btns .ADD_TO_dis{
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #20170e33;
    color: #20170e;
   cursor: pointer;

}
.btns .ADD_TO:hover{
    background-color:#fff ;
    color: #20170e;
    border: 1px solid #20170e;
}
.form-select:focus{
   color: #333;
   font-size: 14px;
}
.iamge img {
    display: block;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
    object-position: center center;
    transition: all .8s ease;
}

.first,
.is-selected {
    opacity: 1 !important;
}

.titleBold {
    
    overflow: hidden;
    width: auto;
}

.stock_box {
    padding: 10px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.stock_box div {
    margin-top: 10px;
}

.top_tilte {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pro_content {
    max-width: 1250px;
    margin: 20px auto;
}

.Related_products {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 10px;
}

.content_title .sku_data_list {
    margin: 2px 5px 5px 0px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
   width: fit-content;
    display: flex;
    /* max-height: 50px; */
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}
.content_title .big_sku{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}
.content_title {
    margin-left: 50px;
    flex: 1;
}

.carousel-cell {
    width: 78px;
    height: 78px;
    opacity: 0.5;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid var(--primary-menu-Selected-color);
}

.is-nav-selected {
    opacity: 1 !important;
}

.carousel-main {
    width: 500px;
    max-height: 500px;
    /* display: flex;
    align-items: center;
    justify-content: center; */

}

.carousel-nav {
    width: 500px;
    padding: 5px 0px;
}

.carousel_item {
    width: 500px;
    height: 500px;

}

.flickity-page-dots {
    display: none;
}

.banner_css {
    width: 500px;
}

.small_box .small_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.small_content ul {
    width: 22%;
    list-style: none;
    margin-top: 30px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
}


.overhid {
    width: 95%;
    color: var(--primary-font-color);
    font-size: 14px;
    text-decoration: none;
    

    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.overhid :hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hover_Show {
    z-index: 889;
    width: 100%;
    padding: 5px 0px;
    background: #FFF;
    color: var(--primary-menu-Selected-color);
    text-align: center;
    /* display: none; */
    opacity: 0;
    position: absolute;
    bottom: 0px;
    border: 1px solid var(--primary-menu-Selected-color);
}

.hover_Show:hover {
    color: #fff;
    background-color: var(--primary-menu-Selected-color);
    font-weight: bold;
}

.boxHover {
    position: relative;
}

/* .boxHover:hover .hover_Show {
    display: block;
    opacity: 1;
    transition: opacity 1s;
    animation: mymove 0.4s;
}

.boxHover:hover .large_hide_box_item {
    z-index: 99;
    opacity: 1;
    transition: opacity .5s;
    display: block;
}

.boxHover:hover .boxHover img {
    transition: all .6s ease-in-out;
    transform: scale(1.1);
}

.boxHover:hover .large_show_box_item {
    display: none;
    z-index: 99;
} */

.large_show_box_item {
    display: block;
}

.large_hide_box_item {
    display: none;
    opacity: 0;
}


.bigbox_content_right {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 30px;
}

.small_box .small_content {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.small_content ul {
    width: 24%;
    list-style: none;
    margin-top: 30px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;

}

.divider {
    width: 100%; 
    /* font-weight: bold; */
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
    /* color: var(--primary-menu-Selected-color) !important; */
    margin-bottom: 10px;       
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    /* background-size:50% 50%; */  
   background: linear-gradient(to right, #000, #eee);
 
      
}

.divider a{
color: #fff;
}
.divider a:hover{
    color: #d16060;
    }
.Dividing {
    font-size: 40px;
    color: #000000;
}

.overhid {
    width: 95%;
    color: var(--primary-font-color);
    font-size: 14px;
    text-decoration: none;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.overhid :hover {
    color: var(--primary-hover-font-color);
}
@media screen and (max-width: 3840px) and (min-width: 1000px) {
    .boxHover img:hover {
        transition: all .6s ease-in-out;
        transform: scale(1.05);
    }

    .boxHover {
        position: relative;
    }

    .boxHover:hover .hover_Show {
        /* display: block; */
        opacity: 1;
        transition: opacity 1s;
        /* animation: mymove 0.4s; */
    }

    .boxHover:hover .large_hide_box_item {
        z-index: 99;
        opacity: 1;
        transition: opacity .5s;
        display: block;


    }

    .boxHover:hover .boxHover img {
        transition: all .6s ease-in-out;
        transform: scale(1.1);
    }

    .boxHover:hover .large_show_box_item {
        display: none;
        z-index: 99;
    }

}

@keyframes mymove {
    from {
        height: 0px;
    }

    to {
        height: 20px;
    }
}

html {
    scroll-behavior: smooth;
}

.img-box:hover img {
    transform: scale(1.2);
}

.img-box {
    width: 50px;
    height: 50px;
}

.el-tabs__item.is-active {
    color: var(--primary-menu-Selected-color);
    font-weight: bold;
}

.el-tabs__active-bar {
    background-color: var(--primary-menu-Selected-color);
}

.product_meta1 {
    max-width: 600px;
    margin-top: 16px;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 5px;
}


.product_meta1 .title1 {
    position: absolute;
    top: -13%;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
}

.product_meta {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    /* margin: 0 auto; */
    margin-top: 10px;
    border: 1px solid #ccc;
    border-left: 4px solid #38B336;
    border-radius: 5px;
    font-size: 14px;
}

.flex {
    display: flex;
    align-content: center;
    justify-content: space-around;
}

.Reviews .flexs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product_meta_top {
    padding: 5px 0px;
}

.product_meta_botoom {
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 12px;
}

.product_meta_botoom div {
    width: 33%;
    text-align: center;
    border-left: 1px solid #ccc;
}

.el-statistic .head,
.el-statistic .con span,
.el-statistic .con .number {
    color: #fff;
}

.proPage .price {
    
    color: #dd1c1c;
    font-size: 28px;
    font-weight: bold;
}

.el-notification {
    padding: 5px;
    background-color: #dd1c1c;
    border-color: #dd1c1c;
    color: #fff;

}

.el-notification__closeBtn {
    color: #fff;
}

.carousel-cell-el {
    /* background-color: red; */
    /* height: 300px; */
    width: 25%;
    counter-increment: carousel-cell-el;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-cell-el ul {
    width: 96%;
    list-style: none;
    text-align: center;
}

.flickity-prev-next-button.next {
    right: 0px;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

.flickity-prev-next-button {
    /* display: block; */

    display: none;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
    /* height: 100%; */
    margin: 0 !important;
    /* top: 170px; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .9;  
}

.carousel-el:hover {
    .flickity-prev-next-button {
        display: block;
    }
}

@media screen and (max-width:880px) {
    .products_introduction table{        
        font-size: 12px;
    }
    .Test_images .image_box{
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin-left: 5px;
        /* width: 100px;
        height: 100px; */
    }
    .Test_images .image_box img{
        /* width: 100%;
        height: auto; */
        height: 100px;
        display: block;        
        border-radius: 10px;

     }
    .small_btn_add{
        display: block;
        margin-top: 10px;
    }
    .divider{
      padding: 0px 10px;
    }
    .pro_content{
        padding:0px  10px;
    }
    .carousel-cell-el {
        width: 50%;
    }
   
    .carousel-main,
    .pro_content,
    .banner_css,
    .carousel-nav {
        width: 100%;
        /* padding: 5px; */

    }

    .content_title {
        width: 100%;

        margin: 0px 5px;
    }
    .content_title .sku_data_list {
        padding: 5px;
        margin: 2px 5px 5px 0px;
        cursor: pointer;
        width:fit-content;
        text-align: center;      
        display: flex;        
        overflow: hidden;
        align-items: center;
        justify-content: flex-start;
    }
  .content_title  .big_sku{
        display: flex;flex-wrap: wrap;
        /* flex-direction: column; */
    }
    .carousel_item {
        width: 100%;
        height: 400px;
    }

    .carousel-cell {
        width: 60px;
        height: 60px;
        border: 1px solid var(--primary-menu-Selected-color);
    }

    .bigbox_content_right .small_content ul {
        margin-top: 30px;
        width: 47%;
        font-family: "Open Sans", sans-serif;
    }
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
    .bigbox_content_right .small_content ul {
        width: 31%;
        font-family: "Open Sans", sans-serif;
    }
}