.input-group .select2-selection {
    border-right: 1px solid #b2b2b2;
    border-left: 0;
}
.favorite {
    margin-left: 13px;
}

.remove-coupon {
    right: 8px;
    position: absolute;
    top: 8px;
}

.tab-style-1 .nav-item:first-child .nav-link{border-radius: 5px 0 0 5px  ;}
.tab-style-1 .nav-item:last-child .nav-link{border-radius: 0 5px 5px 0}

.icon-form-absolute .error{
    right: 0;
    left: auto;
}

.icon-form-absolute .error::after {
    right: 8px;
    left: auto;
}


.heading-section h3 {
    padding: 0 30px;
    /* padding-left: 0; */
}

.categories-section .navSlider .owl-next ,
.newly-arrived .navSlider .owl-next ,
.section-stores .navSlider .owl-next,
.available-stores .navSlider .owl-next
{
    float: right;
}


.copyright{
    text-align: left;
}

@media (max-width: 776px) {
    .copyright{
        text-align: center !important;
    }
}


/*article details*/
.blog__comment .blog__comment-owner {
    direction: ltr;
}

.blog__comment-reply {
    margin-left: 28px;
}

.blog__comment-text{
    padding-left: 38px;
}

.blog__reply-comment-btn{
    margin-left: auto !important;
    margin-right: unset !important;
}

.modal-content {
    direction: ltr !important;
}

input {
    direction: ltr;
}

.blog__comment-input button{
    right: 8px;
    left: unset !important;
}

.collapse .blog__comment-input button{
    right: 43px;
}

#adFormModal button[type="submit"]{
    float: right;
}

.report-form .form {
    margin-left: 25px;
}

.search__icon{
    right: 8px !important;
    left: auto !important;
}
