﻿.pro_content {
    padding: 0px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 66px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;

}
.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; */
}
.product{
    margin-top: 100px;
}
.top_header a:hover{
    color: var(--primary-color-te6) !important;
}
.bottom_btn{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 400;  
    text-align: center;
}
.bottom_btn .small_btn_add .ADD_TO_dis , .bottom_btn .small_btn_add .ADD_TO {
    width: 100%;
    /* border-radius: 5px; */
    background: #000;
}
.bottom_btn .small_btn_add .ADD_TO_dis:hover , .bottom_btn .small_btn_add .ADD_TO:hover{
   /* background: #fff; */
   color: #fff;
   /* border: 1px solid #DECDBE; */
   background: #DECDBE;
}
.bottom_btn .small_btn_add{
    display: block;
}
.black_box .content_box {
    display: block;
}

.pro_Carousel {
    width: 45%;
    display: flex;
    justify-content: space-between;
    max-height: 750px;
    overflow: hidden;
    /* position: sticky;
    top: 150px; */
}
.left_card {
    width: 70px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
    
}
.right_card{
  width: 500px;
  max-height: 750px;
  position: relative;
}
.pro_disprice{
    position: absolute;
    top: 30px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color-te6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 555;
}
.left_card::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Opera */
  }

.img-box {
    cursor: pointer;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid #999;
    overflow: hidden;
}
.firsts,
.is-selecteds {
    border: 2px solid var(--primary-color-te6);
}
/* .top_pro_Carousel {
    position: sticky;
    top: 150px;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    transition: top 0.3s;
} */
.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;
}
.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;
}

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

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

.pro_details img {
    max-width: 100%;
}

.el-input-number__decrease,
.el-input-number__increase {
    color: #000;
    background: #fff;
}

.pro_details .big_sku {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    /* flex-direction: column; */
}

.pro_details .cart_buybow {
    margin-top: 10px;
}

.pro_details .btns {
    margin: 10px 0px;
}

.pro_details .ADD_TO_dis,
.pro_details .ADD_TO {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    /* border-radius: 5px; */
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);;
}
.pro_details .sku_data_list { 
    margin: 2px 5px 5px 0px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}
.btns .ADD_TO{
    background-color: var(--primary-color-te6) ;
    font-weight: 600;
}

.carousel_item {
    width: 100%;
}

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

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

.carousel_item {
    width: 100%;
}
.back_from{
    margin-top: 20px;
    background-color: #000;
    text-align: center;
    padding: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.back_from a{     
    padding:15px 20px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;   
    text-transform: uppercase;
    display: inline-block;
}
@media screen and (max-width: 3020px) and (min-width: 1200px) {

  
    .pro_from{
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .pro_from a{
        text-decoration:underline;
    }
    .btns .ADD_TO:hover{
        border: 1px solid var(--primary-color-te6);
    }
    .pro_details {
        flex: 1;
        padding: 20px;
        max-width: 50%;
        overflow: hidden;
        z-index: 10;
    
    }
    .box_item {
        width: 25% !important;
    }

    .top_title_sel {
        padding: 10px;
    }

    .pro_data {
        max-width: 1500px;
        /* padding: 20px 40px; */
        margin: 0 auto;
    }

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

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

@media screen and (max-width: 1199px) and (min-width: 860px) {
    .pro_details {
        flex: 1;
        padding: 20px;
        max-width: 50%;
        overflow: hidden;
        z-index: 10;
    
    }
    .box_item {
        width: 33% !important;
    }

    .top_title_sel {
        padding: 10px;
    }

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

    .carousel-nav {
        margin-top: 50px;
        width: 500px;
        padding: 5px 0px;
        position: sticky;
    }

}

@media screen and (max-width:860px) {
    .products_introduction table{        
        font-size: 12px;
    }
    .product_about img{
        max-width: 100%;
    }
    table tr td{
        max-width: 50%;
    }
    .back_from{
        margin-top: 20px;
        background-color: #000;
        text-align: center;
        padding: 40px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
    }
    .back_from a{     
        padding:15px 20px;
        color: #000;
        background-color: #fff;
        border-radius: 5px;   
        text-transform: uppercase;
        display: inline-block;
        
    }
    .pro_from{
        padding-left: 10px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .pro_from a{
        text-decoration:underline;
    }
    .pro_Carousel , .pro_details {
      
        padding: 10px;
     width: 100%;
    }
    .pro_details {
        margin-top: 60px;
    }
    .el-carousel__indicators--outside button{
        background-color: #000;
    }
    .carousel-main {
        max-width: 450px;
        max-height: 450px;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }

    .carousel-nav {
        margin-top: 50px;
        width: 450px;
        padding: 5px 0px;
    }
}