    @font-face {
    font-family: 'Poppins-Bold';
    src: url('/assets/fonts/Poppins-Bold.woff') format('woff2'),
         url('/assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: 800; 
    font-style: normal; 
    } 
    
    @font-face {
    font-family: 'Poppins-Medium';
    src: url('/assets/fonts/Poppins-Medium.woff') format('woff2'),
         url('/assets/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 600; 
    font-style: normal; 
    }   
    
    @font-face {
    font-family: 'Poppins-Light';
    src: url('/assets/fonts/Poppins-Light.woff') format('woff2'),
         url('/assets/fonts/Poppins-Light.woff') format('woff');
    font-weight: 500; 
    font-style: normal; 
    }

.load-more img {
	margin: 20px auto 0;
}

.buyer_credit_discount {
	background: rgba(0, 140, 255, 0.1);
	color: #008cff;
	font-weight: 500;
	padding: 0.8rem 2rem;
	margin: 0;
	text-align: center;
	border: 0.2rem dashed rgba(0, 140, 255, 0.25) !important;
	border-radius: 0.6rem;
}

span.notif-promo-code {
    color: #008cff;
}
 
span.fetch_status{
    color: #071623;
    position: absolute;
    top: 100%;
    font-size: 1.3rem;
    font-weight: 500;
}
#quotes-section > h5 {
    font-weight: 500;
}

.top_head.make_top_head_fixed {
    position: inherit;
       /*top: 84px;*/
    /*z-index: 2;*/
}

.qty_btn>a.qty_minus {
    bottom: 8px;
    left: -18px !important;
}

.qty_btn>a.qty_plus {
    top: 9px;
}

.ico a {
    display: none;
}
/*.ico img{*/
/*object-fit: cover !important;*/
/*}*/

.order_blk img {
    object-fit: cover !important;
    /*border-radius: 50%;*/
    border-radius: 1rem;
}

.i-modelbox {
    position:relative;
}
.i-modal {
    font-size: 10px;
    color: #008cff;
    border: 1px solid #008cff;
    /*text-align:center;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 1px 1px 0px 6px;*/
    font-style: italic;
    position: absolute;
    top: 0;
    right: 0px !important;
   
    margin: auto;
    width: 15px;
    height: 16px;
}


.blk.custom-blk {
    padding: 1.5rem 2.5rem;
    text-align:center;
    
}
.blk.custom-blk h5 {
    margin-bottom:0;
}


.custom-modalbody {
    padding: 3rem 2.5rem  1.5rem ! important;
}

.custom-close {
    position: absolute;
    right: 10px;
    z-index: 999;
    font-size: 26px!important;
}
.note-txt p {
    font-size: 12px;
    line-height: 120%;
    font-family: 'Poppins-Medium';
     padding: 20px 0 0 0;

}
.removed-txt {
    display:none;
}
#delivery_proof .done_blk .txt {
    margin-top: 18px;
}

.proof-image .owl-nav button.owl-next {
    right: 0;
}
.proof-image .owl-nav button.owl-prev {
    padding: 16px !important;
    /*background: #ffffff;*/
    position: absolute;
    background-image: url(../images/angle-small-left.png);
    background-size: cover;
    border-radius: 50%;
}
.proof-image .owl-nav button.owl-next {
    padding: 16px !important;
    /*background: #ffffff;*/
    position: absolute;
    background-image: url(../images/angle-small-right.png);
    background-size: cover;
    border-radius: 50%;
}
.proof-image .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 43%;
    left: -25px;
    right: -25px;
    margin: 0;
}
.img_row.proof-image {
    margin: auto !important;
    max-width: 100%;
}


#imagePreviewContainer {
    flex-wrap: nowrap;
    margin-top: 0;
}
a.nextSlide {
    position: absolute;
    right: -18px;
}
a.preSlide {
    position: absolute;
    left: -18px;
}
.image-slider-top {
    display: flex;
    align-items: center;
    position: relative;
}
.image-slider {
        display: flex;
        overflow-x: auto; 
        /*width: calc(100% - 30px);*/
        width: calc(100% - 29px);
        margin: auto;
    }
.image-slider::-webkit-scrollbar {
  display: none;
}    
#addImageCard {
    /*min-width: 80px;*/
    /*width: 80px;*/
    /*height: 80px;*/
    min-width: 90px;
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
     margin-right: 10px; 
    position: absolute;
    cursor: pointer;
    border-radius: 6px;
    top: -100px;
    left: 0;
}
#addImageCard_order {
    min-width: 90px;
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 20px; */
    position: absolute;
    cursor: pointer;
    border-radius: 6px;
    left: 15px;
}
form.frmCompleteOrder .topcard_order_rev {
    padding: 0;
}
.addslider-top {
    margin-top: 100px;
}
.image-slider-top {
    /*margin-top: 100px;*/
    margin-top: 120px;
}

.frmCompleteOrder .image-slider-top {
    padding-right: 35px;
}
.plus-icon {
    font-size: 24px;
    color: #aaa;
}
.icon.dist-txt {
    flex-direction: column;
    background: unset;
    justify-content: flex-start;
    overflow: visible;
}
.icon.dist-txt small {
    font-family: Poppins-Medium;
    font-size: 12px;
    padding: 5px 0 0 0;
    line-height: 110%;
}
.txt-inner {
    display: flex;
    justify-content: space-between;
}
.estprise .price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon.dist-txt+.txt {
    margin-right: 0;
}
.estprise {
    font-family: Poppins-Bold;
    min-width: 115px;
}
.txt-inner-dtail {
    padding-right: 20px;
}
.vend-cards .vend-card-title {
      font-family: Poppins-Bold;
      font-size:22px;
      padding: 10px 0 0 0;
    color: #008cff;

}
.middle-minimum {
      font-family: Poppins-bold;
      font-size:15px;
}
.note-txt {
      font-family: Poppins-Medium;
    font-size:12px;
    display: block;
    line-height: 135%;
    padding:22px 0 0 0;
}
.middle-txt {
    /*font-family: Poppins-bold;*/
    font-family: 'Poppins-Medium';
    font-size:16px;
    line-height: 130%;
    padding: 29px 36px 18px;;
}
.mob-content {
    display:none;
}
.text_box.error {
            border-color: #FF5465;
            animation: shake 0.5s ease;
    
}
.text_box.error .dropdown-menu.open,
.text_box.error .dropdown-menu.menu-inner {
       animation: none;

}

#orders .order-leave-review .review_row>.col1 {
    width: 30%;
}
#orders .order-leave-review .review_row>.col2 {
    width: 70%;
}
.leave-review-btn .site_btn{
    font-family: Poppins-Medium;
    font-size: 13px;
    padding: 4px 17px;
    height: auto;
    min-width: inherit !important;
    display: flex;
    justify-content: end;
    border-radius: 8px;
}

.refund-btn-buyer{
    font-family: Poppins-Medium;
    font-size: 13px;
    padding: 4px 23px;
    height: auto;
    min-width: inherit !important;
    display: flex;
    justify-content: end;
    padding: 0 2rem;
    border: 0;
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 4rem -0.3rem rgba(7, 22, 35, .1);
    box-shadow: 0 1rem 4rem -0.3rem rgba(7, 22, 35, .1);
    height: 4rem;


}
.refund-btn,.leave-btn {
    display: flex;
    justify-content: end;
    margin: inherit;
    padding-bottom: 10px;
}
.leave-btn .site_btn {
    padding: 0 1.85rem;
    border: 0;
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 4rem -0.3rem rgba(7, 22, 35, .1);
    box-shadow: 0 1rem 4rem -0.3rem rgba(7, 22, 35, .1);
    height: 4rem;
    font-family: Poppins-Medium;
    font-size: 13px;
    min-width: auto;
}
.btn_blk.form_btn.leave-review-btn {
    margin-top: 0;
}
textarea.proof-disable,textarea.rev-disable {
    color: #ccc;
    padding: 10px 11px;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    scrollbar-width: thin;
}
.ratingsmall .rateYo {
    width: 84px !important;
}


.cust-icon-right .cust-img-icon {
    height: 170px;
    width: 170px;
    margin: auto;
    background: #008cff!important;
    border-radius: 7px;
}

.cust-icon-right .cust-img-icon img{
   background: unset!important;
    filter: brightness(0) invert(1);
}

.file-input {
	margin: 5px 0px 0px 0px;
	padding: 2px;
	font-size: 14px;
	text-align-last: center;
	color: gray;
	border: 0px;
	box-shadow: none;
	width:60%;
	max-width:300px;
    visibility: hidden;
    
}

.file-input:hover {
	border: 0px;
	box-shadow: none;
	background-color: rgba(0,0,0,0.12)
}

.file-input::file-selector-button {
	display: none;
}

.img-upload-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.drop-zone {
    /*width: 100px;*/
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    text-align: center;
    border: 1px solid #d7d7d7;
    /*border-radius: 5px;*/
    color: #d7d7d7;
    background-color: #f0f0f0;
    transition: 0.4s;
   cursor: pointer;
   border-radius: 1rem;
}
.file-upload {
    /*height: 100px;*/
    /*width: 100px;*/
    width:100%;
    height: 100%;
}
.drop-zone>span {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-zone+.file-input {
    position: absolute;
}
.drop-zone img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.drop-zone.dragOver {
	border-style: solid;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.drop-zone.uploaded {
    background-color: #f0f0f0;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
}

.drop-zone.uploaded.dragOver {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.file-state { 
    background-color: #f0f0f0;
	padding: 3px;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.rating-btn {
    background-color: #008cff !important;
    padding: 10px 8px;
    border-radius: 10px;
     color: #fff;
     width: fit-content;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.rating-btn>strong>em {
    color: #fff;
}

.rating-btn .jq-ry-rated-group svg {
    fill: #ffdd00!important;
}

/*.jq-ry-normal-group svg {*/
/*    fill: #fff;*/
/*}*/
.rating-src {
    position:relative;
    z-index:9;
    display: inline-block;
}

.basket-img.site_btn>img {
    height: auto;
}
.rating-btn:hover {
    transform: translateY(-2px); 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.find_box input:hover{
    background-color:#33a3ff;
}
.address-txt {
    font-family: 'Poppins-Medium';
    max-width: 150px;
    line-height: 120%;
}
.rating>strong {
    font-family: Poppins-medium;
}
.slick-slider .ico {
    /*height: 100px;*/
    /*width: 100px;*/
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 50%;
    left: -25px;
    padding: 0 10px 0 10px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    transform: translateY(-50%);
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:50%;
    right: -25px;
    padding: 0 10px 0 10px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    transform: translateY(-50%);
}
.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 20px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.new-slider .owl-item .ico {
    margin-bottom: 0 !important;
}
.error.open {
animation:none
}

/*---vendor*/
.review_icon {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 10px;
}
.riview_title {
    text-align: center;
    color:#008cff;
    width: 100%;
    padding: 43px 0;

}
.riview_title h2 {
    margin-bottom:0;
    font-size: 20px;
}
.top_row .row {
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
        margin-right: inherit;
    margin-left: inherit;
}

.review_blk{
    border-radius:5px;
    border-bottom: 3px solid #008cff;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.shorting_blk {
   border-radius: 5px;
  padding: 17px 5px;
}
.shorting_row {
    background-color: #bfbfbf47;
    padding: 18px 0;
    border-radius: 5px;
    margin-right: inherit;
    margin-left: inherit;
}

.find_box input {
    font-family: Poppins-medium;
    margin-bottom:0;
    color: white;
    font-size: 14px;
    background-color: #008cff;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    border:none;
    display: block;
    width: 100%;
    transition: 0.4s;

}

.card-block-img img {
      height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 1rem;
}
.card_toprow {
    display: flex;
    /*justify-content: space-between;*/
    gap: 15px;
}
.review_card {
    position: relative;
    border: 1px solid #00000021;
    border-radius: 5px;
    padding: 12px 10px 5px 25px;
    margin-bottom: 30px;
}
.review_card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px; 
    background:  #008cff; 
    border-radius: 5px;
}
.card_disc h5 {
      font-family: Poppins-bold;
      font-size: 15px;
      color: grey;
      margin-bottom: 0;
}
.card_disc {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.card_disc p {
        font-family: Poppins-medium;
      font-size: 14px;
    color: grey;
    line-height: 140%
}
.card_bottom_row {
    display: flex;
    justify-content: space-between; 
    padding: 40px 0 0 0;
}
.rating_disc{
    
    display: flex;
    align-items: center;
    gap:10px;
}
.rating_disc .jq-ry-rated-group svg {
    fill: #ffdd00!important;
}
.rating_disc .jq-ry-normal-group svg {
    fill: grey !important;
}
.form-control option {
    position:relative;
}
.re_cards_row {
    padding: 35px 0 0 0;
}
.review-date span{
       font-family: Poppins-medium;
        color: grey;
        font-size: 12px;
}
.review-middle-sec {
   padding: 0;
}
.review-pagination{
    padding:22px 0 30px 0;
}
.review-head {
    padding: 15px 0;
}
.review-form-group {
    position: relative;
}
.review-form-group .form-control {
     padding: 6px 12px 6px 10px;
     color: black;
    font-family: Poppins-bold;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
     border: 0;
     font-size:13px; 
}
.review-form-group .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px; 
    pointer-events: none; 
    left: 67px;
}
.review-form-group .custom-arrow-right {
    left: 85px;
}
.rating_disc,
.txt-inner-dtail p{
         font-family: Poppins-medium;
       font-size: 14px;
    line-height: 147%;
}
.rating_disc span {
         font-family: Poppins-bold;
}
.icon.cust-img-icon img {
    height: 160px;
    width: 160px;
    margin: auto;
    border-radius: 1rem;
}
.folio_blk .ico img {
    border-radius: 5px!important;
}

.order-numbers h5 {
font-size: 19px;
text-transform: uppercase;

}
.inner-date-time {
   /*font-family: Poppins-bold;*/
  font-size: 14px;
}
.order-inner {
      font-family: Poppins-medium;
      line-height: 19px;
}
.order-inner h5 {
    font-family: Poppins-bold;
    margin:0;

}
.leave-review-btn {
    display: flex;
    justify-content: end;
}
.order-numbers {
    margin-bottom: 0.2rem !important;
}
.main-order-date {
 font-family: Poppins-bold;
font-size: 12px;
}
.order-detail-disc {
    padding: 8px 0 0 0;
}

/*.custom-main-table>table .order-inner {*/
/*    max-width:200px !important;*/
/*    width:100%;*/
}

td.price.price-inner-data {
    text-align: right!important;
}
.mobile .badge-box{
    margin: 3px 0 0 0;
}
.price-container {
   display: flex;
    flex-direction: column;
    /*gap: 17px;*/
}
.table-total-ammount {
    font-size: 23px;
    text-align: right;
    line-height: 100%;
}
.custom-main-table>table tr>*:nth-last-child(1) {
 padding: 1.2rem 1rem 0 0;
}

.basket-icn img {
    /*padding-bottom: 29px;*/
    height: 24px;
    width: 24px;
}
.job_tbl>table .date, .job_tbl>table .price {
    width: inherit !important;
}
.mobile {
    display:none;
}
.main-mobile-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mob-start-column {
    display: flex;
    gap: 10px;
}
.mob-date-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Poppins-medium;
    font-size: 12px;
    line-height: 115%;
    padding: 2px 0 0 0;
}
.mob-top-disc h5 {
    font-size: 13px;
    text-align: left;
    margin-bottom:0;
    line-height: 0.9;
}
.mob-disc {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.mobile .order-numbers h5 {
    font-size: 16px;
    color:#008cff;
    text-align: left;
    margin: 0;
    

}

.mob-order-date {
    font-family: Poppins-medium;
    font-size: 12px;
    color: initial;
  
}
.mob-end-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.price.price-inner-data-mob {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.inner-data-remove {
    padding: 0!important;
}
.customized-review .cross_btn:not(.site_btn) {
    top: 1.6rem;
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
     background:unset; 
    color: grey;
    font-size: 2.1rem;
}
#images_notes.popup.sm ._inner,#notes.popup.sm ._inner {
    max-width: 60rem;
}
._inner.inner-owl-folio-images {
    max-width: 60rem !important;
}
#images_notes #folio .folio_blk .ico,#notes #folio .folio_blk .ico {
    width: 15rem;
    height: 15rem;
}
#owl-folio-images .folio_blk .ico {
    width: 15rem;
    height: 15rem;
}
textarea.proof-disable,textarea.rev-disable {
  resize: none;
}
.review_blk.blk.rev-box {
    padding: 2.5rem;
    border: 0;
    border-radius: 1rem;
}

#orders .done_blk .img_row>figure {
    padding-left: 0;
}
.estimatedtotal.discount-enable h5.big-text#estimated-total {
        font-size:13px ;
    }
#btn_order_status {
    display: flex;
    gap: 12px;
}
button.refund-btn-buyer {
    background: #008cff;
    justify-content: center;
    margin-top: 0 !important;
    align-items: center;
    color: #ffffff;
    border: 1px solid #008cff !important;
}
button.refund-btn-buyer:hover {
    background: #33a3ff;
    color: #fff;
}
.table-total-ammount .refund-btn-buyer,.price-inner-data .refund-btn-buyer {
    color: #ffffff;
}
.review_card .card_disc p {
    max-height: 73px;
    overflow-y: auto;
    padding-right: 4px;
}
.review_card .card_disc p::-webkit-scrollbar {
  width: 5px;
}
.review_card .card_disc p::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.review_card .card_disc p::-webkit-scrollbar-thumb {
  background: #888; 
}
.review_card .card_disc p::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.job_tbl>table .ico_blk .icon img,.job_tbl>table .ico_blk .icon {
    /*border-radius: 50%;*/
    border-radius: 1rem;
}
.mob-iconbox .icon img {
    /*border-radius: 50%;*/
    border-radius: 1rem;
    object-fit: cover;
}
.icon.dist-txt img {
    border-radius: 1rem;
}
#orders [data-popup=leave-review] .ico>img {
    border-radius: 1rem;
}
.review_icon img {
    border-radius: 1rem;
}
#folio #owl-folio-leave-images .ico {
    margin: 0 .5rem;
}
#slider-add .ico {
    margin: 0 .5rem;
    height: 176px;
}

#owl-folio-leave-images .owl-controls .owl-buttons .owl-prev,#owl-folio-leave-images .owl-controls .owl-buttons .owl-next,#owl-folio-images .owl-controls .owl-buttons .owl-prev,#owl-folio-images .owl-controls .owl-buttons .owl-next {
    background: transparent;
    box-shadow: unset;
}
#owl-folio-other-images .owl-controls .owl-buttons .owl-prev,#owl-folio-other-images .owl-controls .owl-buttons .owl-next {
    background: transparent;
    box-shadow: unset;
}
#slider-add .owl-controls .owl-buttons .owl-prev,#slider-add .owl-controls .owl-buttons .owl-next {
    background: transparent;
    box-shadow: unset;
}
#owl-folio-other-images .owl-controls .owl-buttons .owl-prev:after, #owl-folio-other-images .owl-controls .owl-buttons .owl-next:after,#slider-add .owl-controls .owl-buttons .owl-prev:after,#slider-add .owl-controls .owl-buttons .owl-next:after {
    color: #008cff;
    font-size: 28px;
}

#owl-folio-leave-images .owl-controls .owl-buttons .owl-prev:after, #owl-folio-leave-images .owl-controls .owl-buttons .owl-next:after,#owl-folio-images .owl-controls .owl-buttons .owl-prev:after, #owl-folio-images .owl-controls .owl-buttons .owl-next:after {
    color: #008cff;
    font-size: 28px;
}
.image-slider-top a.preSlide img, .image-slider-top a.nextSlide img {
    width: 25px;
    visibility: hidden;
}
.image-slider-top a.preSlide:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #008cff;
    font-size: 28px;
    line-height: normal;
}
.image-slider-top a.nextSlide:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #008cff;
    font-size: 28px;
    line-height: normal;
}
.buyer_credit_discount.alert.order_val {
    text-align: left;
    padding: 1rem;
}

.mob-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mob-row-icon {
    width: 35px;
    display: none;
}
#imageModalLabel {
    position: relative;
}
#imageModalLabel .btn-close {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: #071623;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 75%;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 5;
}

.modal-dialog.modal-dialog-centered {
    min-height: calc(100% - 6.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
#imageModal .modal-content {
    width: 100%;
}
#account .dp_blk.colm .ico,[data-page=dash] .pro_blk>.ico {
    border-radius: 1rem;
}
nav #pro_btn .ico {
    border-radius: .5rem;
}
#account .dp_blk .btn_blk .site_btn {
    width: 100%;
    max-width: 15rem;
    padding: 0 2rem;
}
#account .dp_blk .ico.icon>img {
    object-fit: cover;
}
[data-page=dash] .pro_blk>.ico.icon>img,nav #pro_btn .ico.icon>img {
    object-fit: cover;
}
.review_blk.blk.rev-box .ratingsmall {
    margin-bottom: 5px;
}
#notify .noti_blk>.inner .ico.icon img {
    object-fit: cover;
}
.review .ico_txt {
    margin-top: -17px;
}
.review .ico_txt {
    margin-top: -17px;
    padding-right: 130px;
}
.topcard_order {
    padding: 0 21px;
}
.topcard_order_rev {
    margin-top: 30px;
}
.order_blk .txt .body-list li, .order_blk .txt .header-list li {
    width: 25%;
}
.mrkcmp ._inner form.frmCompleteOrder {
    display: inline-block;
    width: 100%;
}
.img-upload-container .file-upload .remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    font-size: 21px;
    z-index: 1;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    display: block;
    padding: 0;
    text-align: center;
}
.img-upload-container .file-upload {
    position: relative;
}
.proof_blk hr {
    margin: 12px 0 26px 0;
}

#proofImage .owl-controls .owl-buttons .owl-next,
#proofImage .owl-controls .owl-buttons .owl-prev{
    color: #008cff !important;
    background: unset!important;
        box-shadow: none;
}
#proofImage .owl-controls .owl-buttons .owl-next:after,
#proofImage .owl-controls .owl-buttons .owl-prev:after{
    color: #008cff!important;
    font-size: 28px!important;
}

#proofImage figure {
    width: 155px;
    height: 155px;
}

#proofImage .owl-wrapper-outer {
    padding: 0 14px;
}

#delivery_proof h4 {
    font-size: 15px;
    padding:0 0 2px 35px;
}

#delivery_proof {
    padding:15px 0 12px 0;
}

#delivery_proof .done_blk {
        padding: 0 22px;

}
.cust-rev-box .ico_txt {
    margin-bottom: 2px;
}
.cust-rev-box {
     padding-bottom: 13px !important;
    padding-right: 20px!important;
}
.cust-owl hr {
    margin :12px 0 26px 0;
}

#delivery_proof h6{
    padding:5px 0 5px 14px;
}

#orders .review_blk .date {
        padding-bottom: 8px;
        margin-right: -4px;
}

#imageOrderPreviewContainer .image-preview {
    width: 164px;
    min-width: 164px;
    height: 164px;
} 


#imageOrderPreviewContainer .image-slider-top {
    padding: 0 31px 0 0!important;
}
.address-box {
    width: 210px;
    max-width: 100%;
    text-align: left;
}
.address-box br {
    /*display: none;*/
}
#quote_blk .quotes .srch_blk:last-child {
    padding-bottom: 32px;
}
.table-total-ammount {
    margin-bottom: 20px;
}
.feedback-btn-dsk .btn_blk.form_btn {
    margin-top: 0;
}
/*.feedback-btn-dsk {*/
/*    padding-bottom: 18px;*/
/*}*/

.customized-review {
    max-width: 500px !important;
    width: 100%;
}
.customized-review .form_blk h6 {
        font-size: 16px;
        margin-bottom: 4px;
    text-align: center;
}
.customized-review .flex_row {
    display:block;
}
.customized-review .rev-right-desk {
    width:100% !important;
    padding-bottom: 0!important;
}
.customized-review .rev-right-desk .btnmob-c {
-webkit-box-pack: center;
    -ms-flex-pack: end;
    justify-content: center;
    margin-bottom: 14px;
}
.rev-right-desk .btnmob-c .site_btn.long,
.review-modal-btn .site_btn{
height: 4.25rem; 
    
}
/*.customized-review .form_blk .text_box {*/
/*    border: .1rem solid #d7d7d7!important;*/
/*}*/
.customized-review .cust-review-icn {
    padding-bottom: 21% !important;
    margin-bottom:0 !important;
    height: 102px;
    max-width: 102px;
    width: 100%;
}
.customized-review>h4 {
       padding-left: 4px;
    margin-bottom: 21px!important;
        font-size: 22px;

}
.customized-review .rating.bg strong {
   font-family: 'Poppins-Bold' !important;
    font-size: 16px !important;
}
.customized-review .rating-column {
       padding: 5px 0 0 0;
}
.customized-review .rating-column h4 {
    font-size: 19px;
    margin-bottom: 14px;
    
}
.customized-review .cust-review-icn img{
        height: 100%;
        width: 100%;
        /*padding: 15px;*/
        /*border-radius: 50px!important;*/
}
.customized-review .cust-review-icnbox {
    display:flex;
    gap: 15px;
    margin-bottom: 12px;
}
.fixed-modal-title h6 {
    display:none;
}
.cust-review-icnbox .rateYo svg,
.modal-ratings svg {
  width: 19px!important;
  height: 19px;
}
.cust-rating-txt,
.modal-ratings .rateYo{
    width: 103px !important;
}
.customized-review .rev-left-desk {
        width: 100%!important;
        padding-bottom: 5px !important;
        

}
.mob-none {
    display:none !important;
}
.d-desk {
    display:none;
}  
.fixed-modal-width {
    width:100% !important;
}
    .rev-right-desk .ratevendor-top .ico {
        width: 80px;
        display:block !important;
    }
    .rev-right-desk .ratevendor-ineer h4 {
        display:block;
    }
    .rev-right-desk .ratevendor-top {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.rev-right-desk .ratevendor-top .fixed-img {
    width: 102px!important;
    height: 102px;
    display: block !important;
    border-radius: 1rem!important;
}
.review-modal-btn {
    justify-content:center;
    margin-bottom: 13px;
}

@media screen and (min-width:768px) {
.colum-row {
    display: flex;
    flex-wrap: wrap;
}
.colum-row .column {
    min-height: 100%;
}
.colum-row .column .card {
    height: 100%;
}

}

@media only screen and (min-width:1025px) and (max-width:1080px) {
    .srch_blk>.serve {
        width: 3rem;
        min-width: 3rem;
    }
    .srch_blk>.txt {
        margin: 0 1rem;
    }
    .srch_blk>.icon {
        width: 9rem;
        min-width: 9rem;
        height: 9rem;
    }

}

@media (max-width: 1200px) {
.rating-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.txt-inner-dtail {
    padding-right: 9px;
}
.basket-ammount {
  font-family: Poppins-bold;
  font-size: 14px;
}
    .srch_blk>.dist-txt {
    width: 7rem;
    min-width: 7rem;
    height: 7rem;
}
.review .ico_txt {
    margin-top: 0;
    padding-right: 0;
}

}

@media (max-width: 1140px) {
.rating > strong {
    font-size: 12px !important;
    margin-left: 8px;
    white-space: nowrap;
}
.txt-inner-dtail h5 {
    font-size: 13px;
}
.rating-btn {
    padding: 10px 4px !important;
}

.rating-btn .jq-ry-rated-group svg,
.rating-btn .jq-ry-normal-group svg
{
    height: 12px;
    width: 12px;
}
    .srch_blk>.dist-txt {
    width: inherit;
    min-width: inherit;
    height: inherit;
}
#proofImage figure {
        width: calc(100% - 0px);
        height: 100%;
        padding: 0 6px;
    }
#proofImage .owl-wrapper-outer {
    padding: 0;
}    
}

@media (max-width: 1024px) {
.rating-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.rating > strong {
    /*font-size: inherit !important; */
    /*margin-left:inherit ;*/

}
.rating-btn {
padding: 10px 8px !important;
gap: 2px;
}
.rating-btn .jq-ry-rated-group svg,
.rating-btn .jq-ry-normal-group svg
{
    height: 14px;
    width: 14px;
}

    .txt-inner-dtail h5 {
    font-size: initial;
}
}
@media screen and (min-width:992px){
        .cross_btn_top {
            display: none;
        }
        td.name-td {
            width: 160px;
        }
    }
@media (max-width: 992px) {
    
.mob-date-time {
    font-size: 14px;
    padding: 8px 0 0 0;
    flex-direction: row;
    gap: 10px;
} 
.mob-disc {
    gap: 14px;
}
.main-mobile-row {
    position: relative;
}
.mob-end-column {
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
}
.btn_blk.form_btn {
    margin-top: 0;
}
.order_blk .txt .body-list li, .order_blk .txt .header-list li {
    width: 50%;
}
.refund-btn {
    margin-top: 30px;
    padding-bottom: 0;
}
td.price.price-inner-data.inner-data-remove {
    height: 0;
    border: 0;
}    
.mobile .order-number-head {
    border-top: .2rem solid rgba(0, 0, 0, 0) !important;
    border-bottom: .2rem solid rgba(0, 0, 0, 0) !important;
    border-radius: 1rem !important;
}
    .tab-topbtn {
        display: none;
    }

.top_head.make_top_head_fixed {

    z-index: 1;
}
 .shorting_row>div{
    margin:5px 0;
}
.shorting_row {
    padding: 14px 0;
}

.job_tbl>table .date, .job_tbl>table .price {
    width: 100% !important;
}
.mobile {
    display:flex!important;
    margin: 1.5rem 0;
}
.desk {
    display:none!important;
}

.mob-iconbox .icon {
    width: 10rem!important;
    min-width: 10rem!important;
    height: 10rem!important;
}
.mobile .main-order-date {
    text-align: end;
}
.mobile .order-number-head {
    padding: 10px 10px 0 !important;
    width: 100%;
}
.mobile .hidden-sm.main-order-date,.mobile .badge-box.hidden-sm {
    display: none;
}
.mob-iconbox {
    text-align: center;
}

.mobile .feedback-btn {
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-23%);
    z-index: 3;

}
.mobile .order-numbers{
    margin-bottom: 0!important;
}
.order-head-title {
    text-transform: none;
}
.leave-review-btn{
    position:relative;
    z-index:3;
}
.refund-btn{
    position:relative;
    z-index:3;
}
}

@media (max-width:991px) {
    .mrkcmp ._inner form.frmCompleteOrder .btn_blk.form_btn {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .mob-start-column .mob-disc a.more_btn.d-none {
        display: none;
    }
    
}

 @media (max-width: 1140px) {
  .middle-txt {
  padding: 6px 0 0 0
}
 }
    
@media (max-width: 767px) and (max-width: 475px) {
    #account .select_lst>li label>strong {
         display: block !important; 
    }
    
    
     
    .custom-home-inner {
        flex-direction: column-reverse;
    text-align: center !important;
    gap:4px;
    }
    
    

}


@media (max-width:767px) {
    #imageOrderPreviewContainer .image-preview {
        width: 104px;
        min-width: 104px;
        height: 104px;
    }
    #basket-summary-div {
        max-height: 100%;
        margin-bottom: 0 !important;
    }
    #orders .main_row>.col {
        width: 100%;
    }
    #btn_order_status {
        display: block;
    }
    .refund-btn-buyer {
        margin-top: 5px !important;
    }
    .popup.mrkcmp ._inner {
        max-width: 50rem;
    }
    #slider-add .ico {
        margin: 0 .5rem;
        height: 143px;
    }
    #btn_order_status span.red {
        margin-bottom: 6px;
    }
    #small_order_snackbar.show {
        width: 98%;
    }
}
     
    

    
@media (max-width: 768px) {
    .vend-cards .middle-txt span {
        /*display: block;*/
    }
    ._inner.inner-owl-folio-images {
       max-width: 42rem !important;
    }
    #images_notes.popup.sm ._inner,#notes.popup.sm ._inner {
    max-width: 42rem;
    }
    #images_notes #folio .folio_blk .ico,#notes #folio .folio_blk .ico {
        /*width: 10rem;*/
        /*height: 10rem;*/
    }
    .custom-home-inner strong {
    font-size: 16px;
    }
    #payment-form > .flex_row > .col.col1{
        padding: 0;
    }
    
    .custom-amended-box .price {
      text-align:center !important;
    }
    
    .custom-amended-box .text-center {
      text-align:center !important;
    }
    .svc_list_scroll {
        overflow: scroll;
        gap:5px;
    }
    .scroll_list-content {
        display: flex;
        width: max-content !important;
        align-items: center;
    }
    .scroll_list-content .icon {
        margin:0!important;
                width: 6rem!important;
            min-width: 6rem!important;
            height: 6rem!important;
    }
    .scroll_list-txt .strong {
        font-size: 13px!important;
    } 
    .svc_lst>li .inner .txt strong {
            min-height: unset!important;
            font-size: 10px!important;
        }
     .svc_list_scroll .active {
         color:#008cff;
     }

    .drop-zone,
    .file-upload{
        /*width: 85px;*/
        /*height: 85px;*/
    }
     .mob-content {
    display:inline;
    }
    .middle-minimum {
        display:none;
    }
    .table-total-ammount {
        
    font-size: 19px;
}

.mob-top-disc h5 {
    font-size: 12px;
    
}
.mob-date-time {
    font-size: 12px;
    gap: 5px;
}
.svc_lst.svc_lst_blk>li .inner .icon {
    width: 100%;
}
.svc_lst.svc_lst_blk>li .inner .txt {
        width: 100%;
    }
.svc_lst.svc_lst_blk>li .inner .icon img {
    width: 5rem;
}
.popup-content .icon {
        float: unset;
    }
#owl-folio-other-images .owl-item {
    /*max-width: 12rem;*/
    /*width: 12rem !important;*/
}
.vend-cards .middle-txt span br {
    display: none;
}
.mobcontent-top span br {
    display: none;
}
.vend-cards {
    height: 100%;
}
.vend-cards .middle-txt {
    height: calc(100% - 47px);
}
.vend-card-admin {
    height: calc(100% - 47px);
}   
.vend-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.vend-card-admin .middle-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

    
}

@media (max-width: 576px) {
    .customized-review .form_blk h6 {
    font-size: 14px; }
    
    .customized-review>h4 {
    margin-bottom: 16px !important;
    font-size: 20px;
         padding-left: 4px; 
        
    }
    .customized-review .rating.bg strong {
    font-size: 14px !important;
}
.cust-review-icnbox .rateYo svg {
    width: 17px;
    height: 17px;
}
    .customized-review .rating-column h4 {
    font-size: 17px;
    margin-bottom: 10px; 
        
    }
.order_blk .txt .body-list li, .order_blk .txt .header-list li {
    width: 100%;
}    
#slider-add .ico {
    height: 116px;
}
.popup.mrkcmp ._inner {
    max-width: 42rem;
}    
._inner.inner-owl-folio-images {
    max-width: 30rem !important;
}    
 #images_notes.popup.sm ._inner,#notes.popup.sm ._inner {
    max-width: 30rem;
    }
    #images_notes #folio .folio_blk .ico,#notes #folio .folio_blk .ico {
        width: 10rem;
        height: 10rem;
    }
.custom-tbl-blk table>*>tr>*:nth-last-child(1) {
    padding-right: 1.2rem !important;
}
.custom-tbl-blk table>*>tr>*:nth-child(1) {
    padding-left: 1.2rem !important;
}

.blk.custom-blk h5 {
    font-size: 14px!important;
}
    .custom-home-inner strong {
    font-size: 14px;
}

    .line-break {
        display:none;
    }

    .note-txt {
    padding: 12px 0 0 0;
    }
    
    
.mob-fil-upload {
    display:none;
}
.img-upload-container {
    gap: 5px;
}
        .rating > strong {
            font-size: 10px !important;
        }

        .rating-btn {
        padding: 8px 4px !important;
          }
        
        .rating-btn .jq-ry-rated-group svg,
        .rating-btn .jq-ry-normal-group svg
        {
            height: 10px;
            width: 10px;
        }
        .rateYo.jq-ry-container {
            width: fit-content !important;
        }
        .riview_title h2 {
    margin-bottom: 0;
    font-size: 15px;
    padding: 0 0 0 24px;
}


.card_bottom_row {
    padding: 20px 0 0 0;
}
.card_disc h5 {
    font-size: 13px;

}
.rating_disc strong {
    font-size: 11px;
}
.review_icon {
    height: 80px;
    width: 80px;
}
.riview_title {
    padding: 34px 0;
}
.re_cards_row {
    padding: 22px 0 0 0;
}
.review_card {
    margin-bottom: 22px;
}

.find_box input,
.review-form-group .form-control{
    font-size: 12px;
}
.rating_disc .jq-ry-rated-group svg,
.rating_disc .jq-ry-normal-group svg{
    height: 12px;
    width: 12px;
}
    .mob-iconbox .icon {
        width: 9rem !important;
        min-width: 9rem !important;
        height: 9rem !important;
    }
    .mobile .order-numbers h5 {
    font-size: 16px;
    }
    .table-total-ammount {
        font-size: 16px;
        font-weight: 700;
    }
    .mob-order-date {
    font-size: 9px;
}
.mob-top-disc h5 {
        /*font-size: 9px;*/
    }
   .mobile .leave-review-btn .site_btn,
   .mobile .refund-btn-buyer{
    font-size: 10px;
    padding: 4px 10px;
    height: 3rem;
    }
.leave-btn .site_btn {
    /*height: 3rem;*/
    /*font-size: 10px;*/
    /*padding: 4px 10px;*/
        height: 2.5rem;
        font-size: 10px;
        padding: 4px 6px;
    
}    
.btn_blk.form_btn {
    margin-top: 1rem;
}
.popup.sm .custom-popup-box{
    max-width: 30rem;
        padding: 11px;
}
#folio .folio_blk .ico {
    /*width: 7rem;*/
    /*min-width: 7rem;*/
    /*height: 7rem;*/
    width: 10rem;
    min-width: 10rem;
    height: 10rem;
    margin: 0 auto;
}
.vend-cards .vend-card-title {
    font-size: 20px;
    padding-top: 0;    
}
.customized-review .cust-review-icn {
    padding-bottom: 18% !important;
    max-width: 90px;
    height: 90px;
}
.rev-right-desk .ratevendor-top .fixed-img {
     max-width: 90px;
    height: 90px; 
}
}

@media (min-width: 476px) {
    .d-mob {
        display:none;
    }
}

@media (max-width: 475px) {
    .customized-review .rating-column h4 {
        font-size: 16px; 
        
    }
        .customized-review .cust-review-icn {
        width: 80px;
        height: 80px;
    }
    .customized-review>h4 {
        font-size: 18px; 
        
    }
  
.btn_blk.text-right.btnmob-c {
    justify-content: center;
}
.rev-right-desk .ratevendor-ineer h6 {
    display: none;
}
.rev-right-desk .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 16px;
}
.rev-right-desk .rating.bg .rateYo {
    width: auto !important;
}
.rev-right-desk .rating>strong {
    font-family: 'Poppins-Bold';
}
.rev-right-desk .ratevendor-ineer h4 {
    font-size: 16px;
}
.popup ._inner>h4 {
    padding-right: 2rem;
}
.form_blk.commt-top+.btn_blk {
    justify-content: center;
    
}
.rev-right-desk .ratevendor-top .fixed-img{
    max-width: 80px;
    height: 80px;
}

.review_row.flex_row {
    flex-direction: column;
}
#orders .order-leave-review .review_row>.col2 {
    width: 100%;
}
/*.review_row .col.col1 .ico {*/
/*    width: 70px;*/
/*}*/
/*.review_row .col.col1 .in_col {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 15px;*/
/*}*/
.review_row .col.col1 .in_col h4.color {
    text-align: left;
}
.vend-cards .vend-card-title {
    padding: 0;
}
.frmCompleteOrder .topcard_order_rev {
    padding: 0;
    margin-top: 20px;
}    
#slider-add .ico {
    height: 100px;
}    
#folio .folio_blk .ico {
    width: 9rem;
    min-width: 9rem;
    height: 9rem;
    margin: 0 auto;
}
.topcard_order {
    padding: 0px 30px;
}
#addImageCard_order {
    min-width: 70px;
    width: 70px;
    height: 70px;
}
.popup.mrkcmp ._inner {
    max-width: 40rem;
}  
.mob-row-icon {
    display: block;
}    
.mob-row h4 {
    margin-bottom: 0;
}
.image-slider-top a.preSlide:before {
    right: 6px;
}
.image-slider-top a.nextSlide:before {
    left: 6px;
}
#folio #owl-folio-leave-images .ico {
    width: 7rem;
    min-width: 7rem;
    height: 7rem;
}
.review_card:before {
    width: 5px;
}
.review_card {
    padding: 12px 10px 5px 15px;
}
.table_dv .table_cell>.contain {
    max-width: 95%;
}    
.popup.sm ._inner {
    max-width: 39rem;
}
.popup {
    max-width: 100%;
}
    .rating.bg.ratingsmall {
        justify-content: center;
        margin-bottom: 6px;
    }
    #orders .review_blk .review {
        flex-direction: column;
    }
    #orders .review_blk .review .ico_blk {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .srch_blk>.icon {
        width: 9.5rem;
        min-width: 9.5rem;
        height: 9.5rem;
    }
    
    .txt-inner {
        flex-direction: column;
    }
    .estprise .price {
        flex-direction: row;
        font-size: 12px;
        justify-content: flex-end;
        align-items: center;
    }
    .estprise {
        margin-top: 21px;
    }
    .icon.dist-txt+.txt {
        margin-left: 10px;
    }

    .middle-txt {
        font-size: 14px;
       padding: 4px 0 0 0;
      line-height: 122%;
    }
    .vend-card-title{
        margin:0;
    }
    .note-txt {
        padding: 11px 0 10px 0;
        font-size:9px;
        line-height: 120%;
    }
    .vend-cards-heading {
        text-align:center;
    }
    .custom-card-border{
        padding: 10px 10px 5px !important;
    }
    .vend-cards .vend-card-title {
        font-size: 16px;
        padding: 0;
    }
    .vend-cards .middle-txt {
        height: calc(100% - 27px);
    }
    .vend-card-admin .middle-txt {
        height: 100%;
    }
    .vend-card-admin {
        height: calc(100% - 27px);
    }
    .drop-zone,
    .file-upload{
        /*width: 60px;*/
        /*height: 60px;*/
    }
     .estprise .price {
        font-size: 15px;
        gap: 8px;
    } 
        .estprise .price {
        font-size: 14px!important; 
        }
        .srch_blk>.txt .price strong {
        font-size: 16px;
        }
        .review_icon {
        height: 60px;
        width: 60px;
        }
        .riview_title {
            padding: 28px 0;
        }
           .riview_title h2 {
                font-size: 14px;
                padding: 0 74px;
            }
            
            .rating_disc, .txt-inner-dtail p {
        font-size: 13px;
        line-height: 124%;
         }
     .site_btn.xs {
    padding: 0 1.1rem;
    }
    .btn_blk button {
        font-size: 13px;
    }
    
    .basket-ammount {
        font-size: 13px;
    }
        .basket-icn img{
        /*padding-bottom: 24px;*/
        height: 20px;
        width: 20px;
    }
    .icon.dist-txt small {
    font-size: 11px;
}

   .mob-iconbox .badge-box {
    font-size: 9px;
}
.mob-order-date {
        font-size: 9px;
    }
    .mob-disc {
    gap: 10px;
}
.card-block-img img {
    height: 60px;
    width: 60px; 
}
.card_toprow {
    flex-direction: column;
}
.card_disc p {
    font-size: 12px;
}
#proofImage figure {
    /*width: 130px;*/
    /*height: 130px;*/
}
.mob-date-time {
        padding: 4px 0 0 0;
}
.mob-start-column {
    gap: 7px;
}
.mob-date-time {
    font-size: 11px;
}
.mob-iconbox .icon {
    /*width: 7rem !important;*/
    /*min-width: 7rem !important;*/
    /*height: 7rem !important;*/
    width: 6rem !important;
    min-width: 6rem !important;
    height: 6rem !important;
}
#address-section-a {
    overflow: hidden;
}
.mob-date-time.address-box {
    width: 150px;
}
.mob-date-time {
    flex-direction: column;
    gap: 5px;
}
#orders [data-popup=leave-review] .review_row>.col1 {
    width: 100%;
}
#orders [data-popup=leave-review] .review_row>.col2 {
    width: 100%;
}
#orders [data-popup=leave-review] .ico {
    padding-bottom: 70px;
}

}

@media (max-width: 400px) {
        .customized-review>h4 {
        font-size: 19px; 
            
        }
    .popup.sm ._inner {
        max-width: 34rem;
    }
    #folio .folio_blk .ico {
        /*width: 7rem;*/
        /*min-width: 7rem;*/
        /*height: 7rem;*/
        /*margin: 0 auto;*/
    }
    .popup.mrkcmp ._inner {
        max-width: 33rem;
    }  
    #slider-add .ico {
        height: 80px;
    }
    .popup.mrkcmp #imageOrderPreviewContainer .image-preview {
        width: 110px;
        min-width: 110px;
        height: 104px;
    }
}

@media (max-width: 370px) {
    .mob-start-column>.mob-disc {
        max-width: 140px;
    }
    .mob-top-disc h5 {
        font-size: 10px;
    }
}

@media (max-width: 362px) {
    .popup.sm ._inner {
        max-width: 32rem;
    }
    .estprise .price {
        font-size: 13px !important;
        }
      
    .rating > strong {
        font-size: 9px !important;
    }
    #estimate_btn_blk {
        gap: 4px;
    }
    .context .icon img {
        height: 90px !important;
        width: 90px !important;
    }
    .context .imageicon {
        width: 110px;
    }
}

















