.bodydetailsblog {
    max-width: 93%;
    margin: 0 auto;
    padding-top: 30px;
}
    
.box-right {
    width: 80%;
    min-height: 600px;
    text-align: justify;
    padding: 0px 0px 10px 10px;
}
    .box-right img {
        max-width: 50%;
        margin-bottom: 40px;
    }
.box-left {
    width: 20%;
    min-height: 600px;
}
.lblsabt {
    min-width: 121px;
}
    /*---suggestion---*/
    .suggestion {
    text-align: center;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
   /* margin-top: 30px;*/
    padding-bottom: 10px;
}

    .suggestion .onvan {
        border-bottom: 2px solid #dbd5d5;
        width: 80%;
        margin: 10px auto 25px;
    }

    .suggestion .boxitem {
        margin: 0 auto;
    }

        .suggestion .boxitem img {
            margin: 0 auto;
            min-height: 160px;
        }

        .suggestion .boxitem .newprice {
            color: red;
            font-weight: bold;
        }

        .suggestion .boxitem .btn-buy {
            display: inline-block;
            width: 160px;
            height: 30px;
            background-color: var(--main-color-index);
            border-radius: 10px;
            line-height: 28px;
            color: #fff;
            padding-right: 11px;
            font-size: 13px;
            margin: 15px 0;
        }

        .suggestion .boxitem .name {
            width: 70%;
            display: inline-block;
            text-align: center;
            margin: 13px auto;
            font-size: 14px;
        }

.slik-suggest .leftarrow {
    left: 15px;
    top: 140px;
}

.slik-suggest .rightarrow {
    right: 15px;
    top: 140px;
}

.ArrowSlickcss-suges {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #000;
    position: absolute;
    text-align: center;
    line-height: 30px !important;
    cursor: pointer;
    font-size: 14px;
    z-index: 6;
    font-weight: bold !important;
}
/*---suggestion---*/
.bodydetailsblog .slick-slide img {
    margin: 0 auto;
    border-radius: 7px;
}
.titlebox {
    height: 40px;
    background-color: #f0f0f2;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 98%;
}

.div-relatedproducts .rwitem {
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    height: 150px;
    padding: 18px 17px;
    font-size: 13px;
    margin: 10px 0;
}

    .div-relatedproducts .rwitem .newprice {
        color: #c1000a;
        font-weight: bold;
    }

    .div-relatedproducts .rwitem .oldprice {
        color: gray;
        font-weight: bold;
        text-decoration: line-through;
    }

.divprice {
    margin-top: 25px;
}

.view-buy {
    background-color: #c1000a;
    width: 100px;
    border-radius: 10px;
    color: #fff;
    height: 30px;
    line-height: 32px;
    text-align: center;
}
/*faivors*/
.faivors {
    margin: 20px 0;
}

    .faivors .rw {
        margin: 10px 0;
        padding: 0 0 0 14px;
        font-weight: bold;
    }

        .faivors .rw img {
            margin-left: 10px;
            width: 80px;
            HEIGHT: 60px;
            min-width: 80px;
        }
/*faivors*/
/*Tags*/
.tags-div a {
    background-color: #d6d6d2;
    border-radius: 30px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: #474747;
    padding: 0 13px;
    margin: 0 5px;
}
/*Tags*/
/*Comment*/
.commentBody hr {
    width: 92%;
    border-top: 2px solid rgba(0,0,0,.1);
}

.yourcoomenttxt {
    width: 100%;
    border: 2px solid #f0f0f2;
    border-radius: 5px;
    height: 120px;
    padding: 3px 10px;
}

.txtbox {
    width: 90%;
    border: 2px solid #f0f0f2;
    border-radius: 5px;
    margin: 0 0 10px 7px;
    color: #000;
    padding: 3px 10px;
    line-height: 32px;
}

.btn-regComment {
    width: 100px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    background-color: #c1000a;
    border-radius: 10px;
    border: unset;
}

    .btn-regComment:hover {
        color: #fff;
    }

.rw-comment .icouser {
    color: gainsboro;
    margin-left: 18px;
    font-size: 54px;
}

.likeplussend {
    width: 25px;
    display: inline;
    margin: 0 15px;
}

.rw-comment .username {
    font-size: 18px;
    color: #19bfd3;
    font-weight: bold;
}

.rw-comment {
    margin: 15px 0;
}

.subcomment {
    padding-right: 60px;
    position: relative;
}

.replay-ico {
    position: absolute;
    right: 30px;
    top: 18px;
    transform: rotateX(180deg);
    color: #9192a7
}
/*Comment*/
 
    .blog-slikc-fade .leftarrow  ,
    .blog-slikc-fade .rightarrow {
        display:none !important;
    }

.lastednewsdiv_details {
    margin-top: 70px;
}
.lastednewsdiv_details img {
    max-width: 100%;
    margin: 10px;
    border-radius: 5px;
}
/* =========== MOBILE ==Extra small============*/
    @media (max-width: 1600px) and (min-width:1245px) {
        .box-right {
            width: 70%;
        }

        .box-left {
            width: 26%;
        }
    }

    @media (max-width: 1245px) and (min-width:992px) {
        .box-right {
            width: 60%;
        }

        .box-left {
            width: 40%;
        }
    }

    @media (max-width: 900px) {
        .box-right {
            width: 90%;
        }

        .box-left {
            width: 70%;
            margin: 0 auto;
        }
    }

    @media (max-width: 450px) {
        .box-right {
            width: 100%;
        }

        .box-left {
            width: 100%;
            margin: 0 auto;
        }
    }
    /* =========== MOBILE ==Extra small============*/
