.breadcrumbs {
    margin-bottom: 0 !important;
}
.product-detail-wrap{
    background-color: #f3fcff;
    padding: 20px 0 30px;
}
.product-details-tab .tab-content{
    display: block;
}
.prd-images-thumb{
    margin-top: 10px;
}
.prd-images-thumb .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.prd-images-thumb .owl-next{
    position: absolute;
    right: 0;
}
.price-box{
    margin: 0 0 10px 0;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
    border-top:1px solid #ddd;
}
.price-box-inner{
    margin: 0;
}
.price-box-inner span,
.price-box-inner{
    font-size: 22px;
    font-weight: 600;
    color: #eb0303;
}
.price-box-inner .priceOld{
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}
.product-info p{
    margin: 0;
    color: #0061bb;
    font-weight: 600;
}
.product-info p strong{
    font-weight: 600;
    color: #546081;
    display: inline-block;
    min-width:100px;
}
.prd-qty .input_number_product{
    display: flex;
}
.prd-qty .input_number_product input{
    height: 42px;
    border: 1px #e1e1e1 solid;
    border-radius: 0;
    text-align: center;
    margin-right: 0px;
    width: 80px;
    color: #aaa;
    display: inline-block;
}
.prd-qty .input_number_product button {
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #999;
    font-size: 20px;
    line-height: normal;
    padding: 8px 10px 8px 10px;
    line-height: 24px;
    vertical-align: -2px;
    width: 40px;
}
.prd-action{
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
}
.title_pro_info{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.product-btn-buy{
    margin-left: 10px;
}
.product-btn-buy button{
    background: #0061bb;
    color: #fff;
    font-size: 16px;
    text-shadow: none;
    padding: 9px 20px;
    float: left;
    font-weight: bold;
    border: 1px solid #0061bb;
    border-radius: 25px;
    text-transform: uppercase;
}
.product-details-tab li a{
    font-weight: 600;
    padding: 11px 12px 15px 12px;
    border: none !important;
    color: black;
}
.product-details-tab-nav{
    background-color: #f3fcff;
    border-bottom: 3px solid #0061bb;
}
.product-details-tab li.active a{
    color: #0061bb ;
}
.product-details-tab li.active::before{
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -8px;
    left: 50%;
    background: #0061bb;
    width: 14px;
    height: 14px;
    margin-left: -10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tab-content {
    padding: 20px 0px 40px 0px;
    border-bottom: 2px solid #e1e1e1;
}
.slide_product_new_home{
    display: block;
}
.slide_product_new_home .price-box{
    border: none;
}
.title_site{
    margin: 10px 0 40px;
    padding:0 10px;
    font-weight: 600;
    color: #0061bb;
}
.attr{
    margin-bottom: 20px;
    margin-top: 20px;
}
.attr .header {
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 7px;
}
.attr .color.req a{
    padding: 15px;
}
.attr a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #fff;
    margin-right: 4px;
    transition: all .2s;
    box-shadow: 0 0 0 1px #b8b8b8;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
}
.attr .size.req a{
    padding: 5px 10px;
}
.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #ff7a00;
}
.attr a.deactive{
    background: #58595B;
}
#embedComment h3{
    margin-top: 0;
    border-top: none !important;
}
#embedComment li{
        list-style: none;
}
@media (min-width: 768px) {
    .prd-images-thumb .owl-nav{
        position: absolute;
        top: 40%;
        width: 104%;
        left: -2%;
    }
}
.popup-cart {
    position: fixed;
    z-index: 9;
    bottom: 50%;
    color: #000;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 6px #00000029;
    border-radius: 6px;
    padding: 25px 20px;
    text-align: center;
    display: none;
    margin: 0 auto;
    transform: translate(-50%, 0);
    width: 25%;
    left: 50%;
}
.popup-cart.active{
    display: block;
}
.popup-cart .text-black {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-cart .text-black i {
    font-size: 9px;
    background: #009981 0% 0% no-repeat padding-box;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    display: block;
    margin-right: 5px;
}
.popup-cart  p {
    margin: 0;
    padding: 0;
}