.text-white {
    color: #fff!important;
}
input.error{background-color:#f2dede;border:1px solid #ebccd1}label.error{color:#a94442;width:100%}input.valid{border:1px solid #d6e9c6}
.ri-block{display: block;text-align: center;}
.ri-block label {width: 100%;}
.atbd_listing_thumbnail_area { border: 1px solid #e3e6ef; }
.atbd_listing_meta .atbd_listing_rating, .atbd_listing_meta .atbd_listing_average_pricing, .atbd_listing_meta .atbd_listing_price, .atbd_listing_meta .atbd_badge_open, .atbd_listing_meta .atbd_badge_close {
	line-height: 1.8rem;
}
.atbd_listing_info .atbd_card_action .atbd_listing_rating {
	height: 1.8rem;
	margin-bottom: 0;
}
.breadcrumb-item a { color:#7a82a6!important; }
.breadcrumb { justify-content:normal!important; }
.hidden { display: none !important; }
.single-following-btn {
	background-image: -moz-linear-gradient( 63deg, rgb(0, 196, 115) 0%, rgb(29, 214, 111) 52%, rgb(58, 231, 107) 100%);
	background-image: -webkit-linear-gradient( 63deg, rgb(0, 196, 115) 0%, rgb(29, 214, 111) 52%, rgb(58, 231, 107) 100%);
	background-image: -ms-linear-gradient( 63deg, rgb(0, 196, 115) 0%, rgb(29, 214, 111) 52%, rgb(58, 231, 107) 100%);
	color: #ffffff;
	padding: 5px;
}
.single-follow-btn{
	color: rgb(29, 214, 111);
	padding: 5px;
	border: 1px solid rgb(29, 214, 111);
}
.single-follow-btn:hover {
	background-image: -moz-linear-gradient( 63deg, rgb(0, 196, 115) 0%, rgb(29, 214, 111) 52%, rgb(58, 231, 107) 100%);
	background-image: -webkit-linear-gradient( 63deg, rgb(0, 196, 115) 0%, rgb(29, 214, 111) 52%, rgb(58, 231, 107) 100%);
	background-image: -ms-linear-gradient( 63deg, rgb(0, 196, 115) 0%, rgb(29, 214, 111) 52%, rgb(58, 231, 107) 100%);
	color: #ffffff;
}
.single-following-btn:hover {
    color: #fff;
}
.follow-following > span {
	color:rgb(178, 183, 208);
}
.following > span{
	color: #32cc6f;
}

.following, .follow-following, .single-follow-btn, .btn, .addfavourite, .addshophere, .removefavourite, .removeshophere, .btn-like, .close, .give-report, .report-review-modal, .review-flag, .close-search, .login-model, .point {
    cursor: pointer;    
}

.social-share-icon li {
    display: inline;
    padding-right: 5px;
}

.shared {
    display: inline-block;
    margin-top: 0.66667rem;
}
.shared:hover .social-share-icon {
    visibility: visible;
    opacity: 1;
}

.shared .social-share-icon {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.shared span {
    float: left;
    padding-right: 10px;
}
.facebook, .facebook:hover {
    color:#3c5b9b;
}
.twitter, .twitter:hover {
    color: #28a9e0;
}
.btn-like {
    display: inline-flex;
    padding-right: 5px;
}
.right-review-report, .edit-review, .delete-review {
    margin-top: 0.66667rem;
}

.btn-like:hover .ui.button {
  background: #f5548e;
  color:rgba(0,0,0,.6);
}

.btn-like:hover .ui.button > .c-like{
  color:#f5548e;
}

.btn-like:hover .ui.basic.label.stats-thanks.js-thank-count.js-activity-like-count.zero-likes {
  color:#f5548e;
}

.btn-like-red .ui.button {
  background: #f5548e;
  color:rgba(0,0,0,.6);
}

.btn-like-red .ui.button > .c-like{
  color:#f5548e;
}

.btn-like-red .ui.basic.label.stats-thanks.js-thank-count.js-activity-like-count.zero-likes {
  color:#f5548e;
}

.btn-like:hover .ui.labeled.button > .label {border-color: #f5548e;}

.btn-like > .compact.ui.tiny.button {
    background: #fff;
    /* border: 1px solid #e7e7e7; */
}
.reasons {
    padding: 0px;
    list-style: none;
}
.otherreporttext {
    width: 100%;
}
.edit-delete-box {
    display: inline-flex;
}
.border {
    border-color: #e6e5e7 !important;
}
.card-shadow-none {
    box-shadow: none !important;
}
.card {
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
    border-radius: 2px;
}
.border {
    border: 1px solid #dee2e6 !important;
        border-top-color: rgb(222, 226, 230);
        border-right-color: rgb(222, 226, 230);
        border-bottom-color: rgb(222, 226, 230);
        border-left-color: rgb(222, 226, 230);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    background: #eceaea75;
        background-color: rgba(236, 234, 234, 0.46);
    border-bottom: 1px solid #dadcdd;
    color: #252328;
    padding: 12px 24px;
}
.bg-white {
    background-color: #ffffff;
}
.bg-white {
    background-color: #fff !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    padding: 20px 25px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.review-sidebar {
    border-right: 1px solid #e5e6e7;
    margin-right: 20px;
}
.review-total {
    font-size: 42px;
    color: #252328;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 6px;
}
.review-text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #252328;
    font-weight: 500;
}
.rated {
    color: #ffa912;
}
.review-list {
    font-size: 14px;
    float: left;
    line-height: 24px;
}
.review-for, .review-rating {
    float: left;
    margin-right: 10px;
}
.review-for {
    width: 140px;
}
.review-for, .review-rating {
    float: left;
    margin-right: 10px;
}
.review-rating {
    font-size: 12px;
}
.review-number {
    float: right;
    font-weight: 500;
    color: #272c2d;
}
.review-box {
    padding: 0px 0px 0px 10px;
}
.w-auto {
    width: auto;
}
.widget .widget-title {
    margin: 0 0 0.46667rem 0;
}
#ui-id-1, #ui-id-2 {
    border: 1px solid rgba(255,255,255,.2);
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position: absolute;
    left: 0;
    top: 3.2rem;
    z-index: 100;
    -webkit-box-shadow: 0 5px .66667rem rgba(39,43,65,.1);
    box-shadow: 0 5px .66667rem rgba(39,43,65,.1);
    visibility: visible;
    display: inline;
    background: #fff;
    padding-left: 0;
    list-style: none;
    width: auto;
}

#ui-id-1 > li > a, #ui-id-2 > li > a {
    color: #5d658c;
    padding: .66667rem 1rem;
    display: block;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    color: #7a82a6;
}

i {
    font-style: normal!important;
}

.search-icon {
    padding: 0px 5px 0px 5px;
    background: #e9ecef;
    font-size: 24px;
    line-height: 60px;
}
.search-icon i {
    font-weight: bold;
    color: #6c757d;
}
.visiabel-sm {
    display: none;
}
.search-text {
    font-size: 16px;
    min-height: 50px;
    line-height: 30px;
    margin-right: 10px;
    height: 60px;
}
.searchcontrol {
    background: #ffffff;
    width: 0;
    overflow: hidden;
    transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 8;
}
.searchcontrol.active {
    width: 100%;
    opacity: 1;
}
.offcanvas-menu .offcanvas-menu__user1 {
  color: #fff;
  padding: 0.86667rem;
  display: flex;
  font-size: 1.33333rem;
  margin-right: 2rem;
  border-radius: 2px;
  background: #903af9;
  margin-right: 0;
}
.searchbtn {
    z-index:7;
    visibility: hidden;
}
.m-top-0i {
    margin-top:0px!important; 
}
.m-bottom-0i {
    margin-bottom: 0px!important;
}
.w-100 {
    width: 100%;
}
.p-2 {
    padding: 2px;
}

.author-area {
    flex: unset;
}

@media (max-width: 767.98px) {
    .review-sidebar-m {
        padding: 0px!important;
    }
    .review-sidebar {
        border-right: none;
        margin-right: 0px;
        text-align: center;
        border-bottom: 1px solid #e5e6e7;
    }
    .star-label {
        width: 130px !important;
        text-align: left;
        float: left;
        line-height: 25px;
        margin-right: 5px;
    }
    .write-star {
        float: left;
    }
    .visiabel-sm {
        display: block!important;
    }
    .searchbtn {
        visibility: visible;
    }
    .user-nav-area {
        background: #f5f7fc;
        padding-bottom: 20px;
    }
    .user-nav li {
        display: inline;
        float: left;
        padding: 5px;
    }
}

@media (max-width: 575.98px) {
    .review-sidebar-m {
        padding: 0px!important;
    }
    .review-sidebar {
        border-right: none;
        margin-right: 0px;
        text-align: center;
        border-bottom: 1px solid #e5e6e7;
    }
    .star-label {
        width: 120px !important;
        text-align: left;
        float: left;
        line-height: 25px;
        margin-right: 5px;
    }
    .write-star {
        float: left;
    }
    .visiabel-sm {
        display: block!important;
    }
    .searchbtn {
        visibility: visible;
    }
    .user-nav-area {
        background: #f5f7fc;
        padding-bottom: 20px;
    }
    .user-nav {
        margin-top : 0px!important;
    }
    .user-nav li .nav-link {
        padding: 10px!important;
    }
    .user-nav li {
        display: inline;
        float: left;
        padding: 3px;
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .list-unstyled.social-list li a span {
        margin: 0px 0px 0px 5px;
    }
    .social-list li {
        margin-bottom: 0px;
    }
    .review-sidebar-m {
        padding: 0px!important;
    }
    .review-sidebar {
        border-right: none;
        margin-right: 0px;
        text-align: center;
        border-bottom: 1px solid #e5e6e7;
    }
    .star-label {
        width: 120px !important;
        text-align: left;
        float: left;
        line-height: 25px;
        margin-right: 5px;
    }
    .write-star {
        float: left;
    }
    .visiabel-sm {
        display: block!important;
    }
    .searchbtn {
        visibility: visible;
    }
    .user-nav-area {
        background: #f5f7fc;
        padding-bottom: 20px;
    }
    .user-nav {
        margin-top : 0px!important;
    }
    .user-nav li .nav-link {
        padding: 0px!important;
    }
    .user-nav li {
        display: inline;
        float: left;
        padding: 4px;
        font-size: 12px;
    }
}