a {
    color: #333;
}
a:focus{
    text-decoration: none;
}
:focus {
    outline: none;
}

select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7e6db;
    color: #333;
}

.item-attribute .img-attribute:hover img {
    transform: scale(1.5);
}

/* __ Raiting star fillter __ */
.filter-rating .show-star {
    position: absolute;
    top: 12px;
    background: #eee;
    color: orange;
    padding: 0px 5px;
    left: -4px;
}
.filter-raiting-result {
    font-weight: bold;
    color: red;
    text-align: right;
    font-size: 22px;
    margin: 0;
}
.filter-rating.review .rating-stars ul > li.star > i.fa {
    font-size: 25px;
}
.filter-rating.review .rating-stars .fa-fw {
    width: 25px !important;
}
/* _________ End _________ */

.shop-item .category-title b {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    float: left;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 42px;
    padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.select2-selection__placeholder {
  color: #333 !important;
}

.profile-item {
    display: flex;
    margin-bottom: 100px;
}
.toggle-menu {
    display: none;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.customise-quote .border {
    height: 1px;
    width: 100%;
    margin: auto;
    background: #ddd;
    margin-left: 15px; 
}

.msg_qty {
    width: 45%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 3px;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    font-size: 12px;
    display: none;
}
.content-desc ul {
    margin-left: 15px;
}

/*__________ latest deal __________*/
.item {
    display: inline-block;
}
.item-product{
    position: relative;
    overflow: hidden;
    height: 210px;
    width: 100%;
    margin: auto;
}
@media (max-width: 480px) {
    .item-product {
        height: calc(55vw - 30px);
    }
}
.item-product img.img-responsive {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.item-product img.loadinggif {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 40px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.product-img{
    position: relative;
}
.item-deal__link {
    position: absolute;
    top: 0;  left: 0;  right: 0;  bottom: 0;
    opacity: 0;
    transition: 0.5s;
}
.item-choice {
    transform: translateX(100px);
    position: absolute;
    right: 12px;
    top: 62px;
    z-index: 99;
}
.item-choice__link {
    display: block;
    background: #fff;
    color: #000 !important;
    width: 35px;
    margin-bottom: 5px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.item-choice__link:hover {
    background: #666;
    color: #fff !important;
}
.item-product:hover .item-choice {
    transform: translateX(0px);
    transition: 0.5s;
}
.item-product:hover .item__hover {
    opacity: 0.2 !important;
}
.item__hover {
    background: rgba(160, 160, 160, 0.7);
    position: absolute;
    top: 0;  right: 0;  left: 0;  bottom: 0;
    opacity: 0;
}
.item-product .product-reviews-summary {
    display: block;
    margin: 5px 0;
}
.product-reviews-summary .rating-summary {
    margin: 0 4px 0 0;
}
.rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.rating-summary .rating-result {
    width: 95px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.rating-summary .rating-result > span:before, .rating-summary .rating-result:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    letter-spacing: 3px;
    font-size: 18px;
    height: 20px;
    line-height: 18px;
}
.rating-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #ffae00;
    position: relative;
    z-index: 2;
}
.rating-summary .rating-result > span {
    display: block;
    overflow: hidden;
}
.rating-summary .rating-result:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #aaaaaa;
    width: 100%;
    z-index: 1;
}
.product-info{
    margin-top: 15px;
    font-size: 16px;
    min-height: 125px;
}
.item-info-price{
    padding: 5px 0;
}
.item-info-name{
    margin-bottom: 2px;
}
.custom-item {
    padding-top: 30px;
}

/*_______________________________ Vendor Detail _______________________*/
.show_order, .box_item_right {
    cursor: pointer;
}
.vendor-sidebar input, .vendor-sidebar textarea {
    line-height: 27px;
    padding-left: 10px;
    width: 100%;
}
.vendor-sidebar h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.vendor-sidebar button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: white;
    background: #231f20;
    margin-bottom: 20px;
    margin-top: 15px;
}
.vendor-sidebar button:hover {
    background: #440000;
}
.vendor_cover, .vendor_text, .vendor_pro_item {
    padding: 0;
}
.vendor_cover_bottom {
    margin-top: -50px;
}
.vendor_text h3 {
    font-weight: bold;
    margin-top: 65px;
}
.vendor_text p {
    padding-top: 15px;
}
.vendor_pro_item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.vendor_product .product-tab ul {
    padding-left: 25px;
    margin-top: 40px;
}
.vendor_product .pro-categories-2 p, .vendor_product .pro-categories-3 p, 
.vendor_product .pro-categories-4 p, .vendor_product .pro-categories-5 p {
    padding-left: 15px; 
}
.vendor_avatar img {
    border: 3px solid;
    background: white;
}
.product_item p {
    margin-bottom: 0;
}
.product_item {
    margin-bottom: 20px;
}
.product_item .item-choice {
    right: 10px;
    top: 20px;
}
.product_item .item-choice__link {
    width: 30px;
    margin-bottom: 3px;
    line-height: 30px;
}

/*_______________________________ Marketplace landing _______________________________*/
.container.marketplace {
    margin-top: 20px;
    padding-bottom: 150px;
}
.marketplace-sidebar {
    padding-bottom: 20px;
}
.marketplace-sidebar h3 {
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
}
.marketplace-landing {
    margin-top: 30px;
}
.filter-price, .filter-rating {
    margin-bottom: 30px;
}
.filter-rating {
    padding: 0;
}
.filter-rating h3 {
    margin-top: 0;
}
.filter-date input {
    width: 100%;
    line-height: 35px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.marketplace-sidebar select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
}
.filter-price, .filter-ratings {
    padding: 0;
}
.start_price, .end_price {
    padding: 10px 0px;
    border: 1px solid #ccc;
    width: 70px;
    text-align: center;
}
.start_price, .start_rating {
    float: left;
}
.end_price, .end_rating{
    float: right;
}
.filter-scroll {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    top: 0px;
}
.input_start {
    width: 50% !important;
    position: absolute;
    left: 0%;
    outline: none;
}
.input_end {
    width: 50% !important;
    position: absolute;
    left: 50%;
    outline: none;
}
input[type=range]{
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: black;
    margin-top: -4px;
}

/*_______ Firefox _______*/

input[type=range]::-moz-range-track {
    height: 5px;
    background: #ddd;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: black;
}
.btn_filter {
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    background: #231f20;
    color: white;
}
.marketplace-item p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*_____________________________ Product Detail _____________________________ */

.product-detail, .product-tab  {
    padding: 0;
}
.product-tab ul {
    margin-left: -10px;
}
.product-tab ul li {
    list-style: none;
    float: left;
    border-left: 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}
.product-tab a {
    color: black;
}
.product-tab ul li:first-child {
    border-left: none;
    padding-left: 0px;
}
.tab-product-detail {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
}
.product-tab .tab .active a {
    border-bottom: 2px solid;
    padding-bottom: 5px;  
}
.tab-customise {
    padding-right: 0px;
}
.content-right h3 {
    text-transform: uppercase;
    margin: 0;
}
.content-price {
    font-size: 20px;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}
/*.content-desc {
    padding-top: 15px;
}*/
.content-attribute h4 {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
}
.content-attribute select {
    width: 100% !important;
    padding: 5px 10px !important;
    margin-bottom: 20px;
}
.content-quantity {
    margin-top: 40px;
    position: relative;
}
.quantity-button {
    float: left;
    position: relative;
    width: 120px;
    padding-right: 29px;
}
.content-quantity .plus {
    top: 0;
    border: 1px solid #ccc;
    width: 30px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    background: transparent;
}
.quantity-text {
    border: 1px solid #ccc;
    height: 43px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.content-quantity .minus {
    bottom: 0;
    border: 1px solid #ccc;
    width: 30px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    left: auto;
    right: 0;
    background: transparent; 
}
.content-quantity button {
    box-shadow: none;
    border: none;
    background: red;
    padding: 10px 15px 9px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
    color: white;
}
.social-icons {
    border-bottom: 2px dotted #ececec;
    padding: 5px 0 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.social-icons li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 11px;
}
.social-icons .fa-facebook:hover {
    color: #4267b2;
}
.social-icons .fa-twitter:hover {
    color: #1da1f2;
}
.social-icons .fa-envelope-o:hover {
    color: #db4437;
}
.social-icons .fa-pinterest:hover {
    color: #e60023;
}
.social-icons .fa-google-plus:hover {
    color: #db4437;
}
.social-icons a {
    color: black;
}
.product-meta p {
    border-bottom: 2px dotted #ececec;
    padding-bottom: 15px;
}
.product-meta p {
    font-weight: bold;
}
.product-meta span {
    font-weight: normal;
}
.product-meta a {
    font-weight: normal;
    color: black;
}
.customise-quote {
    padding: 0;
}
.customise-quote h4 {
    text-transform: uppercase;
    padding-left: 30px;
}
.customise-form input {
    width: 100%;
    line-height: 40px;
    padding: 0px 15px;
    margin-bottom: 10px;
    outline: none;
}
.customise-form textarea {
    width: 100%;
    margin-top: 10px;
    outline: none;
    padding: 10px 15px;
}
.btn-quote {
    border-radius: 3px;
    margin-top: 10px;
}
.btn-quote:hover{
    font-weight: normal;
}
.related-product {
    margin-top: 10px;
}
.related-product h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 15px;
}
.related-product img {
    width: 100%;
}
.related-item p {
    padding: 15px 0px;
}
.add-tags p {
    padding-left: 15px;
}
.pro-categories-2 p, .pro-categories-3 p, 
.pro-categories-4 p, .pro-categories-5 p {
    padding-left: 30px;
}
.pro-categories-2, .pro-categories-3, 
.pro-categories-4, .pro-categories-5 {
    display: none;
}
.product-slide .slider-for img {
    width: 100%;
}
.product-slide .slider-nav .slick-slide {
    position: relative;
    height: 80px;
}
.product-slide .slider-nav .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
    position: absolute;
    top: -2px;
}
.slick-prev:before {
    content: "\2039";
    font-size: 23px;
    left: 12px;
}
.slick-next:before {
    content: "\203A";
    font-size: 23px;
    left: 14px;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slider-for .slick-list, 
.slider-nav .slick-slide {
    /*border: 1px solid #ddd;*/
}
.slider-nav .slick-list{
    padding: 0 !important;
}
.slick-current {
    opacity: 1;
}
.product-detail .dropdown-menu {
    width: 215px;
}
.product-tab-top {
    margin-bottom: 15px;
}
.product-tab-top  a {
    color: black;
}
.product-tab-top ul {
    width: 42%;
    margin: auto;
}
.product-tab-top  ul li {
    list-style: none;
    float: left;
    border-left: 1px solid;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}
.product-tab-top  ul li:first-child {
    border-left: none;
    padding-left: 0px;
}
.product-tab-top .active a {
    border-bottom: 2px solid;
    padding-bottom: 5px;  
}
/*.tab-product-2 p, .tab-product-3 p {
    padding-left: 30px;
}*/
.tab-product-2 , .tab-product-3 {
    display: none;
}
.content-form input {
    padding-left: 10px;
    margin-bottom: 15px;
}
.content-form  .fa-calendar {
    font-size: 18px;
}
.content-wrapper {
    margin-bottom: 20px;
}
.content-to-cart {
    float: right;
}
.form-left h4 {
    padding-left: 15px;
}
.form-tab, .form-tab-mobile{
    list-style: none;
    padding-left: 5px;
    font-size: 20px;
}
.form-tab li, .form-tab-mobile li {
    float: left;
    border-right: 2px solid;
    padding: 0 10px;
    cursor: pointer;
}
.form-tab a, .form-tab-mobile a {
    color: black;
}
.form-tab li:last-child, .form-tab-mobile li:last-child {
    border-right: none;
}
.form-left .form-tab .active a, .form-left .form-tab-mobile .active a {
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.review-title {
    font-size: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.raiting-result {
    font-weight: bold;
    color: red;
    text-align: right;
}
.review .success-box {
    margin:20px 0;
    padding:10px 10px;
    border:1px solid #eee;
    background:#f9f9f9;
    text-align: center;
}
.review .success-box img {
    margin-right:10px;
    display:inline-block;
    vertical-align:top;
}
.review .success-box > div {
    vertical-align:top;
    display:inline-block;
    color:#888;
    padding-top: 5px;
}
.review .rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.review .rating-stars ul > li.star {
    display:inline-block;
}
.review .rating-stars ul > li.star > i.fa {
    font-size:2.5em;
    color:#ccc; 
}
.review .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}
.review .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}
.review .no-comment img {
    margin: auto;
    width: 60px;
}
.review-text {
    padding-top: 15px;
    text-align: center;
}
.rating-stars {
    width: 80%;
    float: left;
}
.cmt-title {
    font-size: 18px;
    text-transform: uppercase;
}
.review-question textarea, .review-review textarea {
    padding: 10px;
    width: 100%;
}
.review-question {
    margin-top: 50px;
}
.quest-product .reply-prd, .quest-product .time-cmt, 
.review-customer-left .time-reply, .content-cmt {
    color: #787878;
}
.review-customer-left {
    text-align: center;
    padding: 0;
}
.review-customer-left img {
    margin: auto;
    width: 60%;
    padding-bottom: 5px;
}
.title-cmt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}
.comment-item .product-reviews-summary {
    margin-bottom: 10px;
    width: 85px;
    float: left;
}
.review-start .cmt-title {
    margin-top: 30px;
    margin-bottom: -15px;
}
.attribute-title {
    font-size: 12px;
}
.item-attribute td {
    padding-right: 15px;
}
.item-attribute table {
    margin-bottom: 20px;
}
.img-attribute {
    padding-top: 10px;
    width: 30%;
}
.form-left {
    padding: 0;
}
.comment-item {
    padding-top: 10px;
    display: inline-block;
}
.form-left .review-customer-left img {
    width: 60%;
}
.tab-enquiry {
   margin-top: 15px;
}
.tab-mobile {
    display: none;
}
.tab-desktop {
    display: inline-block;
    margin-bottom: 70px;
}
.rating-stars .star {
    cursor: pointer;
}
.btn-quote {
    border-radius: 3px;
    margin-top: 10px;
}

.btn-btn {
    padding: 7px 35px;
    text-transform: uppercase;
    background: #231f20;
    border: none;
    color: white;
}
.slider-for .slick-slide {
    height: 300px;
}
.slider-for .slick-slide img,
.custom-item.product-item .custom-pro-img img.img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.custom-item.product-item .custom-pro-img img.loadinggif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.custom-item.product-item .custom-pro-img {
    position: relative;
    height: 140px;
    margin-bottom: 20px;
}

td.content-quantity {
    float: right;
    margin-top: 20px;
    padding-right: 0;
}

.review-rating-p {
    margin-top: 40px;
}
.review-bg {
    background: #F7F7F7;
    padding: 20px 15px;
}
.review-bg .title-review-section {
    text-transform: uppercase;
    font-size: 18px;
}

.review-rating-p .total-rating .all-rating {
    font-size: 40px;
    width: 70px;
    text-align: left;
    float: right;
}
.review-rating-p .total-rating .rating-summary {
    width: 115px;
    float: right;
    text-align: left;
}
.line-item {
    border-bottom: 1px solid #ccc;
}

.row-item-rating {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.row-item-rating .name_customer {
    font-size: 18px;
    font-weight: bold;
}
.row-item-rating .product-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.review-rating-p .scroll-rating {
    height: 360px;
    overflow: auto;
}

/*-----------login---------*/
.success_body form {
    width: 40%;
    text-align: center;
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.success_body .input-group input{
    height: 50px;
}
.success_body .btn-login {
    background: #c1272d;
}
.success_body form .form-group {
    padding: 0 30px;
}
/*_____________________________ Product Detail Sidebar_____________________________ */

.enquire-name {
    font-size: 20PX;
}
.category-toggle h3 {
    font-weight: bold;
    text-transform: capitalize;
}
.category-toggle .shop-name {
    text-transform: capitalize;
    font-style: italic;
    font-size: 20px;
}
.category-toggle ul {
    padding: 0;
}
.category-toggle ul li {
    list-style: none;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
.category-toggle ul li:last-child  {
    border-bottom: none;
}
.active_sidebar {
    font-weight: bold;
    color: #c1272d !important;
}
.category-toggle ul span {
    float: right;
    font-size: 18px;
}
.category-toggle a {
    color: black;
    text-decoration: none;
}
.category-toggle ul li ul {
    display: none;
    padding-left: 15px;
}

.product-list {
    padding-top: 30px;
}
.product-list h3 {
    font-weight: bold;
    margin-bottom: -10px;
}
.product-item .custom-product-item {
    padding-left: 0px;
}
.product-item .custom-pro-img {
    padding: 0;
}
.product-item .custom-item__link {
    border-right: 1px solid #ccc;
}
.product-item .custom-item__link:last-child {
    border-right: none;
}
.product-item .product-item {
    height: 90px;
}
.custom-item__link .fa-search {
    padding-right: 7px;
}
.product-info .product-name-ellipsis {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

/*_____________________________ Success Messages _____________________________*/

.success_body {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.success_content {
    width: 50%;
    text-align: center;
    padding: 50px 0 30px 0;
    font-size: 20px;
    font-weight: bold;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.success_content p {
    font-size: 20px !important;
    padding: 0 25px;
}
.success_content button {
    margin-top: 20px;
    padding: 5px 30px;
    background: #c1272d;
    border: none;
    color: white;
    font-size: 17px;
}

/* ___________ Discount ___________ */

.old-price {
    text-decoration: line-through;
    color: #aeaeae;
    font-size: 15px;
}
.new-price{
    font-weight: bold;
    color: #de4a32;
    margin-bottom: 0;
    font-size: 17px;
}
.percent-price {
    width: 50%;
    float: right;
    text-align: right;
}
.detail-price-old {
    margin-top: 4px;
    padding-right: 15px;
    float: left;
}
.price-underlined {
    color: #929292;
    text-decoration: line-through;
}
.detail-price-new {
    font-size: 25px;
    font-weight: 500;
    color: #e17531;
    padding-right: 10px;
    float: left;
}
.detail-percent {
    font-size: 15px;
    color: #fff;
    background: #ee4d2d;
    border-radius: 2px;
    padding: 2px 10px;
    font-weight: 600;
    margin-top: 7px;
    float: left;
}

/* Vendor Detail */
.vendor_text .description-store {
    padding: 20px 0 0 0;
    text-align: justify;
    /*height: 120px;
    display: -webkit-box;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-bottom: 15px;
}

.view-vendor-shop {
    color: red;
    padding-top: 22px;
    display: inline-block;
}
.view-vendor-shop:hover {
    color: red;
    text-decoration: underline;
}


/* ___________________ Css New ___________________ */

.category-title {
    width: 100%;
    padding: 0 15px;
}
.category-title a {
    font-size: 12px;
    text-decoration: underline;
    color: black;
    float: right;
    width: 40px;
    font-weight: bold;
}

.read-more-show{
    cursor:pointer;
    color: #ed8323;
}
.read-more-hide{
    cursor:pointer;
    color: #ed8323;
}

.hide_content{
    display: none;
}

.sidebar-product .custom-item.product-item .custom-pro-img img.img-responsive {
    right: unset !important;
}

.box-store-policies .box-content-short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
.box-store-policies ul,
.box-store-policies ol {
    margin-left: 30px;
}
.box-store-policies .read-more-hide {
    display: none;
}

.product-meta .hidden-last-child a span:last-child,
.product-meta .hidden-last-child-tag a:last-child span {
    display: none;
}

.back-to-edit {
    margin-bottom: 15px;
    text-align: right;
}
.back-to-edit button {
    background: red;
    color: white;
    border: none;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.box-content-delivery {
    margin-bottom: 30px;
}

/*---------list category-----------*/
.box-img {
    cursor: pointer;
    max-width: 100%;
    height: 150px;
    margin: 15px 0;
    position: relative;
}
.box-img img {
    max-width: 100%;
    max-height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    position: absolute;
}
.box-no-img {
    cursor: pointer;
    max-width: 100%;
    height: 150px;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
    display: flex;
    background: #FFCCCC;
}
.box-no-img span {
    align-self: center;
    margin: auto;
    font-size: 17px;
}
div.btn-view {
    text-align: center;
    margin: 15px 0;
}
div.btn-view button {
    padding: 6px 20px;
    border: none;
    background: #E8E8E8;
    font-weight: bold;
}
.list-cate {
    margin-bottom: 30px;
}
.list-cate .bottom {
    display: none;
}
.list-cate h3 {
    text-align: center;
}

@media all and (max-width: 1024px) {
    .tab-desktop .rating-stars {
        width: 85%;
    }
}


@media all and (max-width: 991px) {
    .profile-item {
        display: unset;
        margin-bottom: 30px;
    }
    #sidebar .select2 {
        width: 158px !important;
    }
    .customise-quote .border {
         margin-left: 0; 
    }

    /*__________________ Product Detail _________________ */

    .product-layout, .product-slide, .content-right, 
    .tab-customise, .related-product, .category-toggle {
        padding: 0;
    }
    .customise-quote h4 {
        padding-left: 15px;
    }
    .product-tab ul {
        margin-left: -25px;
    }

    .product-tab ul li {
        padding-right: 5px;
        padding-left: 5px;
    }
    .pro-categories-2 p, .pro-categories-3 p, 
    .pro-categories-4 p, .pro-categories-5 p {
        padding-left: 15px;
    }
    .tab-desktop .tab-enquiry {
       margin-top: 55px; 
    }
    .content-quantity button {
        padding: 10px 5px 9px;
    }
    .product-tab-top ul {
        width: 100%;
    }
    .product-tab-top ul li {
        padding-right: 5px;
        padding-left: 5px;
    }
    .custom-product-item.product_item {
        width: 100% !important;
    }
    .custom-product-item .custom-pro-info {
        padding-right: 0;
    }


    /*__________________ Marketplace _________________ */

    .marketplace-content {
        padding: 15px;
        margin-bottom: 100px;
    }
    .marketplace-sibar {
        padding: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .marketplace-landing h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .marketplace-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /*__________________ Vendor Detail _________________ */

    .vendor-sidebar {
        padding: 0;
    }
    .vendor-sidebar button {
        margin-bottom: 70px;
    }
    .vendor_product .product-tab ul {
       padding-left: 40px;
    }
    .vendor_pro_item img, .related-product img {
        width: auto;
    }
    .vendor_pro_item p {
        padding-bottom: 10px;
    }
    .vendor_product .pro-categories-2 p, .vendor_product .pro-categories-3 p, .vendor_product .pro-categories-4 p, .vendor_product .pro-categories-5 p {
        padding-left: 15px; 
    }
    .marketplace-sidebar {
        padding: 0 0 50px 0;
    }
    .vendor_text p {
        text-align: justify;
    }
    .content_order {
        width: 90%;
    }
    .order_center ul {
        float: right;
    }
    .header-form {
        margin: 0;
    }
    .vendor_avatar {
        width: 25%;
    }
}

@media all and (max-width: 767px) {
    /* ________________ Enquiry Review Moblie ________________ */

    .tab-mobile {
        display: inline-block;
    }
    .tab-mobile .rating-stars {
        width: 85%;
    }
    .tab-desktop {
        display: none;
    }
    .tab-enquiry-mobile {
        margin-top: 20px;
    }
    .content-right {
        padding: 15px;
        margin-top: 50px;
    }

    #sidebar .select2 {
        width: 290px !important;
    }

    .toggle-menu {
        display: block;
    }
    .toggle-menu button {
        background: none;
        border: none;
        font-size: 24px;
        padding-left: 15px;
    }

    .sidebar-product {
        display: none;
    }

    .vendor_text h3 {
        margin-top: 15px;
    }
}
@media all and (max-width: 480px) {
    .vendor_avatar {
        width: 40%;
    }
}