.wrap-content-pr table {
    width: 100%;
    margin-bottom: 15px;
}
.footer_payment,.widgets__right{
    display: none;
}

 .share-exp-home {
    margin: 40px 0;
}
.title-home {
    margin-bottom: 30px;
}
.title-home {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
.title-home:after {
    content: "";
    background: #e41b35;
    height: 3px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.box-news-home {
    box-shadow: 0 0 2px 2px #ccc;
    padding: 15px;
    margin-bottom: 10px;
}
.news-home-main {
    position: relative;
}
.news-home-main img {
    width: 100%;
    min-height: 340px;
    object-fit: scale-down;
}
.news-home-main a {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.news-home-item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.news-home-item:first-child {
    margin-top: 0;
}
.news-home-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.img-news-home {
    width: 21%;
    display: inline-block;
    margin-right: 3%;
    height: 71px;
    overflow: hidden;
}
.title-news-home {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.more-news-home a {
    padding: 5px 10px;
    background: #e41b35;
    color: #fff;
    float: right;
}
.more-news-home {
    margin-top: 10px;
}
.product-info {
    margin-top: 10px;
}
.product-price .tp_product_price {
    color: #ed1c24;
    font-weight: 500;
}
.product_relevant__item .owl-nav .owl-prev span {
    font-size: 40px;
    left: -20px;
    top: 35%;
    outline: none;
    position: absolute;
}
.product_relevant__item .owl-nav .owl-next span {
    font-size: 40px;
    right: -20px;
    top: 35%;
    outline: none;
    position: absolute;
}

@media (max-width: 414px) {
    .pro-price-del {
        text-align: end;
    }
}
.pdp-mod-specification .pv_content iframe{
    width: 100%;
}
.custom-btn-number .btn-custome {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}

.custom-btn-number input {
    background: #fff;
    font-weight: 600;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 50px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}

.custom-btn-number .quantityProduct-custom.qty-detail::-webkit-outer-spin-button,
.custom-btn-number .quantityProduct-custom.qty-detail::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}