/* aps item slider css */ 
.aps_item_slider{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition: all 0.5s;
    will-change: transform;
    display: flex;
    flex-direction: row;
}
.aps_item_slider > .ais_item{ 
    display: inline-table;
}
.aps_item_slider[data-disable="true"]{  
    transition: none;
    will-change: none;
    display: block; 
}
.aps_item_slider[data-disable="true"] > div{
    float: none;  
    display: inline-block;
}
/* END aps item slider css */
.product_detail a.backto_shop{
    position: fixed;
    top: 40px;
    left: 30px;
    z-index: 9999;
}
.product_detail .container{
    padding: 0;
}
.content_loader img{
    height: 50px;
    opacity: 1;
}
.contentdetail_data{
    position: relative;
}
.product_wrapper{
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 2;
    flex: 2; 
    margin-top: 30px;
}
.product_wrapper .product_foto{
    width: 50%; 
} 
.ps_namaproduk{  
    font-size: 28px; 
    overflow: hidden;
    padding-right: 25px;
}
.product_summery{ 
    padding-left: 15px;
    width: 50%;
}
.product_title{
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px; 
}
.detail_share_icon{
    position: absolute;
    right: 15px;
    top: 15px;
}
.ps_shareurl{
    position: absolute;
    right: 14px;
    top: 50px;
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 5;
    flex: 5; 
    padding: 5px 0;
    background: #f5f5f5;
    border-radius: 3px;
    box-shadow: 1px 2px 7px #797171;
    z-index: 1; 
}
.ps_shareurl.show{ 
    display: flex; 
}
.ps_shareurl a{ 
    text-align: center; 
    padding: 5px 10px;
}
.ps_varians{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.dvar_title{
    padding: 0; 
    margin-bottom: 5px;
}
.dvar_pilihvarian img{
    height: 16px;
}
.ps_datasubvarian{
    margin-top: 10px;
}
/* .dvar_varian{
    display: none;
} */
/* .dvar_varian.open,.dvar_subvarian,
.dvar_varian a,.dvar_subvarian a{
    display: block;
} */
.dvar_varian a,.dvar_subvarian a{
    padding: 3px 15px;
    color: #333333;
    border: 1px solid #333333;
    display: inline-block;
    margin-right: 10px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}
.dvar_varian a.soldout,.dvar_subvarian a.soldout{   
    color: #b9b5b5;
    cursor: default;
    border-color: #b9b5b5;
}
.dvar_varian a.soldout span,.dvar_subvarian a.soldout span{   
    font-weight: bold;
    color: #b7b2b2;
    padding: 0 0 0 10px;
    font-style: italic;
}
.dvar_varian a.active,
.dvar_subvarian a.active{
    background: #333333;
    color: #eae7e7;
} 
/* .dvar_subvarian{
    background: #f5f5f5;
} */
.ps_hargajual{
    font-size: 24px;
    color: #585656;
    padding: 15px 15px 0;
}
.ps_varians,.ps_hargacoret,.ps_diskon,.ps_addtocart,.ps_buynow,.ps_catatan,.ps_deskripsi,.ps_msgpilihvarian{
    padding-left: 15px;
    padding-right: 15px;
}
.ps_hargacoret{
    color: #C94646;
}
.ps_msgpilihvarian{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #989696;
    max-width: 250px;
    margin: auto;
}
.ps_deskripsi{  
    border-top: 1px solid #ddd;
    margin-top: 15px; 
    padding-top: 5px;
}
.ps_deskripsi h6{ 
    margin-bottom: 5px; 
    color: #4a4848;
    font-size: 28px;
}
.ps_diskon > div{
    background: rgb(208 43 50 / 70%);
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    font-size: 12px;
    border-radius: 50px;
}
.ps_addtocart > .row,
.ps_buynow > .row{
    margin-top: 15px;
}
.ps_addtocart span,
.ps_buynow span{
    color: #5a5a5a;
}
.ps_addtocart .alert{
    width: 182px; 
    background:#C94646;
    color: #fff;
    border-radius: 5px;
}
.ps_selectstok{ 
    display: flex;
    flex-direction: row;
    padding-top: 3px;
}
.ps_selectstok *{ 
    display: inline-block;
    height: 30px;
} 
.ps_selectstok img{ 
    cursor: pointer;
} 
.ps_selectstok input{ 
    display: inline-block;
    width: 100px;
    border: none;
    border-bottom: 2px solid #cfcece;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    margin: 0 3px 0;
    padding: 0;
}
.ps_selectstok input:focus{ 
    outline: none;
}
/* Chrome, Safari, Edge, Opera */
.ps_selectstok input::-webkit-outer-spin-button,
.ps_selectstok input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} 
/* Firefox */
.ps_selectstok input[type=number] {
  -moz-appearance: textfield;
}

.ps_btnaddtocard{ 
    font-size: 14px;
    height: 40px;
    background: #fff;
    /* border: 2px solid #ddd; */
    margin-top: 6px;
    width: 182px;
}
.ps_btnordernow{ 
    font-size: 14px;
    height: 40px;    
    width: 182px;
}
.ps_totalorder{
    font-weight: bold; 
    white-space: nowrap;
    overflow: visible;
}
.ps_catatan{ 
    margin-top: 25px; 
}
.ps_btntuliscatatan{
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
} 
.ps_btntuliscatatan.active{
    color: #6DA321
}
.ps_btntuliscatatan img{
    margin-top: -5px;
    margin-right: 5px;
    height: 16px;
}

.listproduk_sugest_title{
    display: block;
    font-size: 20px;
    margin: 15px 0 10px;
}
.det_produk_sugest{ 
    float: left;
    width: 172px;
    margin-right: 10px;
    display: table; 
    flex: 0 0 172px;
    max-width: 172px;
}
.det_produk_sugest .produk_desc .nama_paroduk{   
    padding-right: 0; 
}

.desc_content{
    color: #808080
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); } to { transform: rotate(360deg); }
}
.jssorb052 .i {position:absolute;cursor:pointer;}
.jssorb052 .i .b {fill:#000;fill-opacity:0.3;}
.jssorb052 .i:hover .b {fill-opacity:.7;}
.jssorb052 .iav .b {fill-opacity: 1;}
.jssorb052 .i.idn {opacity:.3;}
.jssora053 {display:block;position:absolute;cursor:pointer; margin-top: 25px;}
.jssora053 .a {fill:none;stroke:#242;stroke-width:1500;stroke-miterlimit:10;}  
.jssora053:hover {opacity:.8;}
.jssora053.jssora053dn {opacity:.5;}
.jssora053.jssora053ds {opacity:.3;} /*pointer-events:none;*/ 
/* .product_foto #jssor_1 img{ 
    border: 1px solid #ddd;
} */
.slider_pager{display: block;text-align: center;}
.jssora012{   
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.jssora012 span{display: inline-block;width: 10px;height: 10px;border: 2px solid #625e5e;background-color: #fff;border-radius: 50%;margin: 0 3px;cursor: pointer;}
.jssora012 span.active{ background-color: #272525;}
/* END jssor slider loading skin spin css */
 
@media(max-width: 769px ){
    .product_detail a.backto_shop{ 
        top: 15px;
        left: 15px;
        z-index: 9999;
    }
    .detail_share_icon{
        position: fixed;
        top: 15px;
        right: 25px;
        z-index: 9999;
    }
    .ps_shareurl{
        position: fixed;
        right: 25px;
        top: 55px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1;
        flex: 1;
        z-index: 999;
    }
    .ps_shareurl a { 
        padding: 10px 5px;
    }
    .product_wrapper{ 
        -ms-flex-direction: column;
        -ms-flex: 1;
        flex-direction: column; 
        flex: 1; 
        margin-top: 0;
    }
    .product_wrapper .product_foto{
        width: 100%;
        padding-bottom: 0;
        position: relative; 
    }
    .container.contentdetail_data{
        padding: 0;
    }
    .jssora053 { margin-top: -15px;}
    .slider_pager { 
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .product_foto #jssor_1 img{ 
        border: none
    } 
    .product_summery {
        margin-top: 15px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ps_namaproduk{ 
        padding-right: 0;
    }
    .ps_selectstok input { 
        width: 50px; 
        font-size: 14px; 
    }
    .ps_btnaddtocard,
    .ps_btnordernow{  
        width: 100%;
    }
    .product_title,.ps_varians,.ps_hargacoret,.ps_diskon,.ps_addtocart,.ps_buynow,.ps_catatan,.ps_deskripsi,.ps_hargajual,.ps_msgpilihvarian{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product_title{
        padding-top: 0;
    }
    .ps_addtocart .alert{
        width: 100%;  
    } 
    .product_detail .container {
        padding: 0;
    }
    .product_detail .container.listproduk_sugest{
        padding: 10px 10px 0;
    }
    .ps_addtocart .row .col-4, 
    .ps_buynow .row .col-4{ 
        /* ms-flex: 0 0 40%; */
        flex: 0 0 40%;
        max-width: 40%;
    }
    .ps_addtocart .row .col-8,
    .ps_buynow .row .col-8{
        /* ms-flex: 0 0 60%; */
        flex: 0 0 60%;
        max-width: 60%;
    }
}