a{
    color: #0076BC;
}
a:hover{
    color: red;
}
.dp-top{
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 10px;
}
.dptl-left,
.dptl-right{
    padding: 0 10px;
}
/*galery-detail-product*/
.icon-youtube{
    position: relative;
}
.icon-youtube:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    font-family: 'Font Awesome 5 Brands';
    content: "\f167";
    font-size: 45px;
    color: #eb191e;
    transform: translate(-50%, -50%);
}
.galery-detail-product{
    position: relative;
}
.galery-detail-product .picture-top{
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 5px;
    height: 400px;
    display: flex;
    align-items: center;  
    justify-content: center;
    background-color: #fff;
}
.galery-detail-product .picture-top img{
    max-height: 400px;
}
.galery-detail-product .colorandpic {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.galery-detail-product .colorandpic a {
    width: calc(20% - 10px);
    display: block;
    float: left;
    margin: 10px 5px;
    display: none;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
}
.galery-detail-product .colorandpic a:hover{
    border-color: #cf1c24;
}
.galery-detail-product .colorandpic a img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}
.galery-detail-product .colorandpic a:nth-child(1), 
.galery-detail-product .colorandpic a:nth-child(2), 
.galery-detail-product .colorandpic a:nth-child(3), 
.galery-detail-product .colorandpic a:nth-child(4), 
.galery-detail-product .colorandpic a:nth-child(5) {
    display: block;
}
.galery-detail-product .colorandpic a .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 9px 5px 0px;
    text-align: center;
    font-weight: bold;
}
@media(max-width: 991px){
    .galery-detail-product .picture-top{
        display: block;
        height: initial;
    }
}
@media(max-width: 767px){
    .galery-detail-product .colorandpic a .view{
        font-size: 10px;
        padding-top: 7px;
    }
    .galery-detail-product .colorandpic a img{
        height: 40px;
    }

    .icon-youtube:before{
        font-size: 20px;
    }
}

.product-sale-percent{
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 32px;
    z-index: 2;
    background: #eb191e;
}
/*End galery-detail-product*/

.title-dp{
    color: #035279;
    margin: 0 0 10px;
    font-size: 24px;
}
.starr-dp{
    display: flex;
}
.star-dp{
    display: inline-block;
    padding: 0 15px 0 0;
    border-right: 1px solid rgba(0,0,0,.14);
}
.star-dp span{
    color: #ee4d2d;
    border-bottom: 1px solid #ee4d2d;
    padding-bottom: 1px;
    font-size: 16px;
    margin-right: 5px;
}
.star-dp i{
    color: #ee4d2d;
    font-size: 13px;
    margin: 0 -1px;
}
.star-dp,
.db-dp{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.db-dp{
    padding-left: 15px;
}
.db-dp strong{
    font-size: 16px;
    padding-right: 3px;
}
.price-dp{
    color: #FF0000;
    font-weight: 700;
    margin: 10px 0 15px;
}
.price-dp .price-old {
    display: inline;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
}
.price-dp .price-new {
    font-size: 22px;
}
.info-dp {
    padding-bottom: 10px;
    overflow: hidden;
}
.info-dp li {
    width: 50%;
    float: left;
    background: rgba(0, 0, 0, 0) url(../images/product_icon_hapdan.png) no-repeat scroll left 6px;
    color: #555555;
    padding-left: 14px;
    padding-right: 30px;
    margin-bottom: 5px;
}
.addtocart {
    margin: 0 0 15px 0;
    overflow: hidden;
    border-top: 1px solid #EEE;
    padding-top: 15px;
}
.att-kg{
    width: 100%;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    margin-top: 5px;
}
.att-kg label {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
}
.option_show a {
    display: inline-block;
    background: #F9F9F9;
    padding: 5px 15px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    color: #262626;
    border: 1px solid #E5E5E5;
}
.option_show a:hover, 
.option_show a:focus {
    border: 1px solid #262626;
    background: #CCC;
    cursor: pointer;
}
.reset_variations {
    position: absolute;
    right: 20px;
    top: 5px;
    display: none;
}
.km-dp{
    border: 1px solid #EEE;
    border-radius: 3px;
    margin-bottom: 10px;
}
.km-top{
    padding: 0 10px;
    background: #f7f7f7;
    overflow: hidden;
}
.km-top h4{
    margin-bottom: 10px;
}
.km-bottom{
    padding: 10px 10px 0;
}
.km-bottom p{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.km-bottom p span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    background: #035279;
    color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
}
.clearfix {
    clear: both;
}
.sl-dp {
    margin: 0 0 15px 0;
    overflow: hidden;
    padding-top: 15px;
}
.sl-dp label {
    float: left;
    line-height: 36px;
    margin-right: 20px;
    font-weight: normal;
    display: inline-block;
}
.sl-dp .quantity {
    width: 55px;
    padding: 0;
    text-align: center;
    border: 1px solid #E5E5E5;
    line-height: 36px;
    border-radius: 3px 0 0 3px;
    float: left;
    position: relative;
}
.sl-dp .quantity:before{
    border-bottom: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    border-top: 1px solid #ebeef2;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    font-size: 7px;
    height: 19px;
    line-height: 15px;
    position: relative;
    text-align: center;
    width: 16px;
    background: #F5F5F5;
    position: absolute;
    right: -1px;
    top: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f067";
    z-index: 20;
    pointer-events: none;
}
.sl-dp .quantity:after{
    border-bottom: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    border-top: 1px solid #ebeef2;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    font-size: 7px;
    height: 19px;
    line-height: 15px;
    text-align: center;
    width: 16px;
    background: #F5F5F5;
    position: absolute;
    right: -1px;
    bottom: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f068";
    z-index: 20;
    pointer-events: none;
}
.sl-dp-input{
    float: left;
    margin-top: 11px;
}
.add-action {
    border-bottom: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    border-top: 1px solid #ebeef2;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    font-size: 7px;
    height: 19px;
    line-height: 15px;
    position: relative;
    text-align: center;
    width: 27px;
    background: #F5F5F5;
}
a.btn-buy,button.btn-buy {
    outline: none;
    border:none;
    color: #ffffff;
    background-color: #ff6600;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.1;
    width: calc(100% - 180px);
    float: right;
}
a.btn-buy:hover,button.btn-buy:hover{
    background: #d40000;
}
.btn-buy span{
    font-size: 13px;
}
.variations_form label{
    color: #000;
    position: relative;
}
.variations_form .vi-wpvs-variation-style{
    display: table-row !important;
}
.reset_variations {
    position: relative;
    display: inline-block;
}
.dptr-item{
    border-radius: 3px;
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #EEE;
}
.dptr-item h5 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
}
.dptr-item ul li::before {
    content: '';
    background: url(../images/check@2x.png);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 8px;
    float: left;
    margin-top: 5px;
}
.dptr-contact p{
    margin-bottom: 5px;
}
.dptr-contact i{
    padding-right: 3px;
}
.dptr-contact strong{
    font-weight: 700;
}
.register-to-sell {
    font-size: 13px;
    padding: 10px 80px 0 0;
    position: relative;
    border-top: 1px dashed rgba(0,0,0,.12);
}
.register-to-sell a {
    line-height: 15px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #c9252c;
    color: #c9252c;
    width: 56px;
    padding: 3px 5px;
    white-space: nowrap;
    position: absolute;
    top: 13px;
    font-size: 11px;
    right: 0;
    text-align: center;
}
.register-to-sell a:hover{
    background: #c9252c;
    color: #fff;
}

.dpbl-content{
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
}
.dpbl-title{
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    background: #035279;
    color: #fff;
}
.dpbl-content .des-content{
    padding-bottom: 10px;
    background: #FFF;
    overflow: hidden;
    padding: 0;
    height: auto;
}
.dpbl-content .cl-top{
    padding: 0;
    margin: 0;
}

.box_info {
    clear: both;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
}
.tt_box {
    color: #03A9F4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.box_info  p{
    line-height: 1.8;
}

.dpb-left{
    margin-bottom: 20px;
}
.dpbr-content ul {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.dpbr-content ul li{
    padding:  12px;
    background: #fff;
}
.dpbr-content ul li:nth-child(2n+1){
    background: #f1f5f4;
}

/*product-relate*/
.pl-inner{
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.pl-title{
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    /*border-bottom: 1px solid #EEE;*/
    background: #035279;
    color: #fff;
}
.pl-slide .st3-item{
    width: 100%;
    border-bottom: 0;
}
.pl-slide.owl-theme .owl-nav{
    position: absolute;
    top: -48px;
    right: 5px;
}
.pl-slide.owl-theme .owl-nav [class*='owl-']{
    color: #000;
    font-size: 14px;
    margin: 3px;
    padding: 3px 10px;
    background: #fff;
}
.pl-slide.owl-theme .owl-nav [class*='owl-']:hover{
    background: #fa9d1c;
    color: #fff;
}
/*End product-relate*/

.box-default{
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media(max-width: 767px){
    .box-default{
        padding: 10px;
    }
}

@media(max-width: 767px){
    .info-dp li{
        width: 100%;
        padding-right: 0;
    }
    .dptl-left, .dptl-right{
        padding: 0 0 10px;
    }
    a.btn-buy,button.btn-buy{
        width: 100%;
        margin-top: 15px;
        font-size: 16px;
    }
    .btn-buy span{
        font-size: 10px;
    }
    .box_info .col-xs-12{
        padding: 0;
    }
}
del bdi{
    display: inline;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    text-decoration: line-through;
}
.price-dp ins bdi{
    font-size: 22px;
    color: #FF0000;
    font-weight: 700;
}
.price-dp ins {
    text-decoration: unset;
}