/*lisanitempriceboxes*/
section.edits-slider-section .edits_items img,
section.edits-slider-section .designer_items img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
section.brand_content .item_img {
    width: 100%;
}
.rental_price input#four_daysprice, .rental_price input#seven_daysprice, .rental_price input#sales {
    text-align: right;
    border: 0px;
    color: rgb(0 0 0 / 70%);
    opacity: 1;
}
.rental_price tr:nth-child(2) td {
    
    padding: 0px;
}

td.aed_style {
    position: relative;
}
td.aed_style:before {
    position: absolute;
    /*content: "AED";*/
    font-size: 9px;
    left: 10px;
    /* align-items: center; */
    /* display: flex; */
    top: 10px;
}


.rental_price td#sale_style input#sale {
    border: 0px;
    text-align: right;
    color: rgb(0 0 0 / 70%);
    opacity: 1;
}
.listItems #myInput {
    
    font-size: 12px !important;
}



.rental_price input#sale {
    text-align: right;
    /*    font-size: 17px;*/
    border: 0px;
}
.rental_price td span {
    
    float: left;
    padding-left: 10px;
}
span#four_daysprice, span#seven_daysprice, span#fourteen_daysprice, span#fourdays_earnings, span#sevendays_earnings, span#fourteendays_earnings {
    
    float: right;
    padding-right: 10px;
}



.col-lg-12.col-11.pr-sm-0.nm-hash-area .col-12 {
    padding-left: 0px;
}

.col-lg-12.col-11.pr-sm-0.nm-hash-area .row {
    display: inherit;
}

.col-lg-12.col-11.pr-sm-0.nm-hash-area .row .designer_heading {
   margin: 0px 0px 12px;
    padding-bottom: 6px;
}

.col-lg-12.col-11.pr-sm-0.nm-hash-area .row h3 strong {
    color: #accdc0;
    font-weight: 400;
}

a.small_black_btn.text-uppercase.d-block {
    font-size: 13px;
}
/*font size*/
.users-lending a.small_black_btn.text-uppercase.d-block {
    font-size: 14px;
}

li.notification_top{
   margin-top: -43px!important;
}

.no_chat_style {
    padding: 100px 0;
    width: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #8080806b;
    /* font-family: cursive; */
    font-family: sans-serif;
    font-weight: 100;
}
body {
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 24px;
}

*, :hover {
    outline: none !important;
}

img {
    max-width: 100%;
}

.modal-backdrop.show {
/*    opacity: 1;
    background: #fff;*/
}

.upload-body .modal-backdrop.show {
    /*opacity: 0.5;
    background: #000;*/
}

a, button, li {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    letter-spacing: 0;
}

.opacity {
    opacity: 1 !important;
}

select {
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

a:hover {
    color: #accdc0;
}

p {
    font-weight: 300;
}

p:last-child {
    margin: 0;
}

table {
    width: 100%;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default_btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}

.black_btn {
    background: #000;
       color: #fff!important;
}

.black_btn:hover {
    background: #accdc0;
    color: #fff;
    border: 2px solid white;
}

.border_btn {
    border: 2px solid #000;
}

.border_btn:hover {
    background: #accdc0;
    color: #fff;
    border-color: #accdc0;
}

.bg-black {
    background: #000;
}

.text-black {
    color: #000 !important;
}

.pages_links .slick-next.slick-disabled:before, .pages_links .slick-prev.slick-disabled:before {
    opacity: 0;
}

.slick-prev {
    z-index: 1;
}

.slick-next:before, .slick-prev:before {
    /*    color: #000;*/
    color: white;
    font-weight: 700;
    font-family: "Font Awesome 5 free";
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

footer .form-control::-webkit-input-placeholder {
    /* Edge */
    color: rgb(255 255 255 / 0.5);
}

footer .form-control::-ms-input-placeholder {
    /* Edge */
    color: rgb(255 255 255 / 0.5);
}

footer .form-control::placeholder {
    /* Edge */
    color: rgb(255 255 255 / 0.5);
}

footer .form-control:focus {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: rgb(255 255 255 / 0.5);
    color: #0D0D0D;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0D0D0D;
}

.form-control::placeholder {
    color: #0D0D0D;
}

.form-control:focus {
    border-color: #accdc0;
}

.form-control:focus, .btn.focus, .btn:focus {
    box-shadow: none;
    background-color: transparent;
}

ul, label {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    font-family: 'Prata', serif;
    letter-spacing: 0;
}

h1, .h1 {
    color: #FFFFFF;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 64px;
}

h2, .h2 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 40px;
}

h3 {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}

h4 {
    color: #000000;
    font-size: 18px;
    line-height: 32px;
}

h6 {
    color: #000000;
    line-height: 24px;
}

.text-16 {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 0 !important;
    line-height: 24px !important;
}

.default-btn {
    background-color: #000;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    width: 204px;
    max-width: 100%;
    padding: 0 10px;
}

.default-btn:hover, .default-btn:focus {
    border-color: transparent;
    background: #fff;
    color: #000;
}

/* Sub Page Mobile Header Css */

.subpage_mobile_header {
    background: #accdc0;
    padding: 20px 0;
}


/*new code*/
.products-product_details- .subpage_mobile_header, .products .subpage_mobile_header {
    display: flex !important;
}
.subpage_mobile_header {
    background: #accdc0;
    padding: 20px 0;
    /*display: none !important;*/
}


/*.tech .subpage_mobile_header, .home .subpage_mobile_header 
{
    display: none !important;
}*/



.back_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.product_itmes ul.unordered_list_items.text-center li span img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: top;
}
#accordion {
    padding: .75rem 0;
}
.arrival_text.p-0 h3 a {
    text-transform: capitalize !important;
}
.product_listing_right.product_listing_right2 {
    background: #FCF9F5;
    padding: 40px 40px 0px;
}
.product_listing_right.product_listing_right3 {
    background: #FCF9F5;
    padding: 25px 40px 0px;
}
.text-black {
    color: #000 !important;
}
.text-black2 {
    color: #000 !important;
    font-size: 14px !important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
    padding-bottom: 1rem! important;
}
.back_btn:hover {
    color: #fff;
}
#footer_collapse {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0px 20px;
}
.left_back_btn {
    padding-left: 40px;
    position: relative;
    /*margin-top: 30px;*/
}

.back_btn img {
    left: 0;
    top: -3px;
}

.left_back_btn label {
    margin-top: -5px;
    display: block;
    cursor: pointer;
}

.close_subject img {
    transform: scale(0.6) rotate(45deg);
}

/* ------------- */

.site-header {
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.offset-top {
    margin-top: 192px;
}

/*.site-header.fixed-bar {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
}*/

.nav-up {
    /*top: -192px;*/
}

.nav-down {
    top: 0;
}



.select_language {
    color: #fff;
    border: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/ic_dropdown-white.svg) no-repeat 98% center;
    padding-right: 22px;
}

.select_language option {
    color: #000;
}

/* center_logo_wrapper css */

.center_logo_wrapper {
    padding: 14px 0 20px;
}

/* site_nav_menu */

.site_nav_menu {
    background: #accdc0;
}

/* search_warpper css */

/*.search_warpper {
    height: 120px;
    display: none;
}*/

.search_warpper {
    height: 120px;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    left: 0;
    top: 100%;
}

.custom-search-form .form-control {
    height: 120px;
    border: none;
    padding: 20px 0;
    color: rgb(13 13 13 / 20%);
    font-size: 24px;
    font-family: 'Prata', serif;
}

.custom-search-form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: rgb(13 13 13 / 20%);
}

.custom-search-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(13 13 13 / 20%);
}

.custom-search-form .form-control::placeholder {
    color: rgb(13 13 13 / 20%);
}

/* Home Banner  Css */

.home_banner {
    background: url(../images/home_bnr_latest.jpg) no-repeat left center;
    background-size: cover;
    height: 736px;
    position: relative;
    z-index: 1;
}

.home_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}

.banner_content h1 {
    margin: 0 0 5px;
}

.get_started_btn {
    background-color: #accdc0;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 49px;
    text-align: center;
    width: 201px;
    max-width: 100%;
    padding: 0 10px;
}

.get_started_btn:hover {
    background-color: #000;
    color: #FFFFFF;
}

.banner_content .get_started_btn {
    margin: 37px 0 45px;
}

/* Home Content Area Css */

.home_content_area {
    margin: 42px 0 0;
}

.white_box {
    background: #fff;
    padding: 50px 0 0;
    position: absolute;
    top: -169px;
    width: 232px;
    height: 103px;
    left: -51px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2.63px;
    line-height: 24px;
    color: rgb(0 0 0 / 0.7);
    z-index: 1;
}

.white_box:after {
    content: "";
    border: 1px solid #accdc0;
    width: 104px;
    height: 233px;
    display: block;
    top: -40.5px;
    left: 79.5px;
    position: absolute;
}

.spotlight_box {
    background: #fff;
    padding: 20px 0 0 30px;
    position: absolute;
    top: 0;
    width: 199px;
    height: 80px;
    left: 55px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2.63px;
    line-height: 24px;
    color: rgb(0 0 0 / 0.7);
}

.spotlight_box:after {
    content: "";
    border: 1px solid #accdc0;
    width: 81px;
    height: 201px;
    display: block;
    top: -75.5px;
    left: 82.5px;
    position: absolute;
}

.rotate_box, .white_box:after, .spotlight_box:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Prata', serif;
}

.home_latest_arrival {
    padding: 10px 0 38px;
    height: 264px;
}

.home_latest_arrival:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(189 213 204 / 30%);
    width: 100%;
    height: 264px;
    z-index: -1;
}

.col-md-8.arrival_right .slick-slide {
    padding: 0 8px;
}

.arrive_head {
    margin: 50px 0 0;
}

.arrival_items_slider .slick-prev.slick-arrow {
    display: block !important;
}

.arrival_items_slider .slick-next {
    right: auto;
    left: -65px;
    top: calc(50% - 75px);
}

.arrival_items_slider .slick-next:before {
    content: "";
    background: none;
    width: 34px;
    height: 25px;
    display: block;
}

.forward_btn {
    margin: 20px 0 0;
}

.arrival_text {
    padding: 10px;
}
/*new*/
.wishlist_inner_content .arrival_text 
{
	  padding: 5px;

}
.wishlist_inner_content .arrival_text label, .wishlist_inner_content .arrival_text label a {
   
    font-size: 12px;
    line-height: 16px;
    
}
.wishlist_inner_content .arrival_text label span {
   
    margin-left: 5px;
    
}
/*new end here*/



.wishlist_inner_content .arrival_text label,.arrival_text label a 
{
height:100%;
}
.arrival_text label,.arrival_text label a {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Prata', serif;
    cursor: pointer;
}


.anchor-for-label {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Prata', serif;
    cursor: pointer;
    padding: 10px 0px 0 0;
    display: inline-block;
}
.anchor-for-label:hover {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Prata', serif;
    cursor: pointer;
    padding: 24px 0px 0 0;
    display: inline-block;
}
.arrival_text label span {
    border: 1px solid #0D0D0D;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0D0D0D;
/*    padding: 0px 5.7px;*/
    padding: 0px 3.7px;
    margin-left: 10px;
    border-radius: 0px;
    font-size: 12px;
    width: auto;
/*    display: inline-block;*/
    display: inline;
    
}
/*font size*/
.products .arrival_text label span {
    
    font-size: 14px;    
}



.line_trough {
    color: rgb(0 0 0 / 0.5);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: line-through;
    color: #accdc0;
}

.arrival_text p {
/*    color: #accdc0;*/
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.arrival_text .buy_aed {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

/* Home upcoming_products  */

.home_girls_product,.designer_content {
    overflow: hidden;
}

.upcoming_products, .slider_spacing {
    margin: 0 -8px;
}

.upcoming_products .slick-slide, .slider_spacing .slick-slide {
    padding: 0 8px;
}

.item_img img {
    width: 100%;
}

.items_box, .col.main-blogs-listing .items_box {
    width: calc(100% - 50px);
    margin: -70px auto 30px;
    padding: 32px 29px 8px 28px;
    z-index: 1;
}

.items_box:after,  .col.main-blogs-listing .items_box:after {
    content: "";
    position: absolute;
    left: 13.5px;
    top: 15.5px;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #accdc0;
    z-index: -1;
}

.edit {
    color: rgb(0 0 0 / 0.70);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin-bottom: 6px;
    display: inline-block;
}

.items_box h3 {
    margin-bottom: 5px;
    line-height: 34px;
}

.summer-is-in-the-air {
    color: #000000;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

/* Home EDITOR'S PICKS */

.home_editor_picks {
    margin-top: 30px;
}

.heading_text {
    margin: 0 0 34px;
}

.heading_text p {
    line-height: 22px;
}

.editor_img {
    height: 384px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* spotlight css */

.home_spotlight .slick-list {
    padding-top: 110px;
}
.spotlight_slider .slick-slide .spotlight_text p{
    color: #000;
    opacity: 0.7;
}
.spotlight_img_left {
    height: 633px;
}

.spotlight_text p {
    letter-spacing: 0.8px;
}

.spotlight_img_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight_img_right {
    height: 503px;
    margin: 37px 0 13.5px;
}

.spotlight_img_right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.border_des {
    position: relative;
}

.border_des:before, .border_des:after {
    content: "";
    border: 1px solid #C5B292;
    display: block;
    position: absolute;
}

.border_des:before {
    left: -10px;
    top: -1px;
    width: 104px;
    height: 24px;
}

.border_des:after {
    right: -8px;
    top: -7px;
    width: 89px;
    height: 24px;
}

/* Home Become a lender */

.home_lender {
    background: url(../images/ic_banner-seller.png) no-repeat center;
    background-size: cover;
    padding: 36px 0;
}

.lender_heading {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
}

/* home_instagram */

.home_instagram.my-md-5 {
    padding: 0 15px;
}

.instagram_slider.slick-slider {
    margin: 0 0 25px;
}

.home_instagram .slick-slide {
    padding: 0 8px;
    height: 304px;
}

.home_instagram .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000;
    border-color: #000;
}

/* Footer Css */

footer {
    margin: 40px 0 0;
    padding: 47.5px 0 0;
    z-index: 1111;
    position: relative;
}

footer h6 {
    color: #FFFFFF;
    font-family: 'Prata', serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 3px;
}

footer ul li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 24px;
}

.social_links li {
    padding-right: 20px;
}

.social_links li:first-child {
    padding-left: 0;
}

.social_links li:last-child {
    padding-right: 0;
}

footer ul.social_links li a {
    font-size: 20px;
}

.contact_us {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 27px;
}

footer .card {
    border-bottom: 1px solid rgb(255 255 255 / 0.4);
}

footer .card .card-body {
    padding-bottom: 10px !important;
}

footer .form-control {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
}

.submit_btn {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding: 3.5px 12.6px;
}

.submit_btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.site_copy_write {
    border-top: 1px solid rgb(255 255 255 / 0.4);
}

.site_copy_write p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

/* Sign In Css */

/*
.modal-dialog {
    max-width: 576px;
    margin: 76px auto 57px;
    padding: 0 88px;
}
*/

.modal-title {
    border: 1px solid #accdc0;
    line-height: 32px;
    padding: 3.5px 18.1px;
    text-transform: capitalize;
}

.modal-header .close {
    right: 22px;
    top: 20px;
    opacity: 1;
}

.btn_group {
    margin: 39.5px 0 40px;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 0 40px;
}

.btn_group a {
    background: #accdc0;
    display: block;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.btn_group a:hover {
    background: #000;
}

.btn_group a:last-child {
    margin: 0;
}

.btn_group a img {
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-body .form-control {
    height: 48px;
    border: none;
    background-color: #F2F2F2;
    font-weight: 300;
    color: rgb(0 0 0 / 50%);
    padding: 10px 16px;
    resize: none;
    line-height: 24px;
}

.modal-body .form-control::-webkit-input-placeholder, .placeholder_text::-webkit-input-placeholder {
    /* Edge */
    color: rgb(0 0 0 / 50%);
}

.modal-body .form-control:-ms-input-placeholder, .placeholder_text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(0 0 0 / 50%);
}

.modal-body .form-control::placeholder, .placeholder_text::placeholder {
    color: rgb(0 0 0 / 50%);
}

.checkbox-custom .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-custom .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    color: #000;
}

.checkbox-custom .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    padding: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid #DFE1E5;
    border-radius: 2px;
}

.checkbox-custom .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.forgot_password {
    font-size: 14px;
    text-decoration: underline !important;
    color: #000;
    font-weight: 300;
}

.modal-body .accout_txt {
    font-size: 18px;
    font-weight: 300;
    margin: 35.5px 0 0;
    letter-spacing: 0;
}

.accout_txt a {
    color: #000000;
    font-family: 'Prata', serif;
    text-decoration: underline !important;
}

/* register_popup */

.register_page .modal-title {
    padding: 2.7px 10px;
}

.register_page .btn_group {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.condition_txt {
    margin-top: 30px;
}

.condition_txt p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0;
}

.condition_txt p a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline !important;
}

.condition_txt p a:hover {
    color: #000;
}

/* Css For IE Browser */

@media all and (-ms-high-contrast:none) {
    .form-control {
        line-height: 24px !important;
    }
    select::-ms-expand {
        display: none;
    }
    :-ms-input-placeholder {
        color: #fff !important;
        font-weight: 400 !important;
        opacity: 0.5 !important;
    }
    footer .card, .site_copy_write, .about_img {
        position: relative;
    }
    footer .card:after, .site_copy_write::before {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        left: 0;
        bottom: 0;
        position: absolute;
        background-color: #fff;
        opacity: 0.5;
    }
    .site_copy_write::before {
        bottom: auto;
        top: 0;
    }
    .home_latest_arrival::after {
        background-color: #accdc0 !important;
        opacity: 0.4 !important;
    }
    .line_trough, .edit {
        color: #000000;
        opacity: 0.5;
    }
}

/* Product_detail Page Css */

nav.rental_tabs {
    padding: 32px 0;
}

.nav-tabs.common_tabs .nav-link, .nav-tabs.common_tabs .nav-item.show .nav-link, .nav-tabs.common_tabs .nav-link.active {
    border-radius: 0;
    line-height: 55px;
    width: 271px;
    border: 1px solid transparent;
    padding: 0;
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 24px;
    letter-spacing: 0;
    margin: auto;
}

.nav-tabs.common_tabs .nav-item.show .nav-link, .nav-tabs.common_tabs .nav-link.active {
    border-color: #accdc0;
}

.rental_tab_content.position-relative {
    padding-top: 328px;
}

.rental_tab_content:after {
    width: 100%;
    height: 328px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ic_banner-howitworks.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.page_content {
    margin: -70px 0 15px;
    z-index: 1;
    padding: 50px 30px 10px 70px;
    width: calc(100% - 32.5px);
}

.border_style:after {
    content: "";
    position: absolute;
    left: 32.5px;
    top: 23.5px;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #accdc0;
    z-index: -1;
}

.page_heading {
    margin: 0 0 5px;
}

.title {
    color: rgb(0 0 0 / 70%);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-transform: uppercase;
}

.underline_text {
    color: rgb(0 0 0 / 70%);
    text-decoration: underline !important;
}

.note_text {
    color: rgb(0 0 0 / 70%);
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 20px;
    padding-right: 5px;
}

.get_link {
    color: #accdc0;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 24px;
}

.tag_txt {
    color: #accdc0;
}

/* Product Page Css */

ul.page_navigation {
    padding: 31px 0 36px;
}

.page_navigation li {
    padding-right: 20px;
    position: relative;
    margin-right: 5px;
}

.page_navigation li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page_navigation li:after {
    content: "/";
    position: absolute;
    display: block;
    right: 0;
    width: 10px;
    height: 10px;
    top: 4px;
    color: #accdc0;
    font-size: 14px;
}

.page_navigation li:last-child:after {
    content: none;
}

.page_navigation li a {
    color: #accdc0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 32px;
}

.page_navigation li.active a, .page_navigation li.active:after {
    color: #000000;
}

.sorting {
    cursor: pointer;
}

.sort_by {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
    top: 1px;
    margin-right: 15px;
}

ul.unordered-list {
    width: 70px;
}

ul.unordered-list li {
    width: 100%;
    height: 90px;
    margin: 0 0 8px;
    cursor: pointer;
}

ul.unordered-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

ul.unordered_list_items {
    width: 100%;
    padding-left: 70px;
    margin: 0 0 40px;
    display: inline-block;
}

.items_share {
    padding-right: 35px;
}

.share_btn {
    color: rgb(13 13 13 / 70%);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
}

.share-vai-social li {
    padding-right: 15px;
}

.share-vai-social li:last-child {
    padding-right: 0;
}


.share-vai-social li .fab {
    color: #000;
    opacity: .3;
}

.share-vai-social li .fab.fa-facebook-f {
    font-size: 14px;
}

.environment_box {
    background: #accdc0;
    padding: 16px;
    font-size: 14px;
    margin: 24px 0 40px;
}

.environment_box p {
    font-weight: 300;
}

.environment_list li {
    flex: 0 0 50%;
    max-width: 50%;
}

.environment_list label {
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
}

.environment_list p {
    line-height: 16px;
}
.wrapper a img {
    border: 0px solid #000000 !important;
    height: 135px;
    padding: 5px;
}
.similer_style {
    background: #FCF9F5;
    padding: 23px 16px 10px;
    width: 100%;
    display: inline-block;
}

.similer_style_slider {
    padding: 0 5px;
}

.similer_style_slider .slick-slide {
    padding: 0 8px;
}

.similer_style label, .similer_style .line_trough, .similer_style .arrival_text p, .similer_style .buy_aed {
    font-size: 12px;
    line-height: 18px;
}

.similer_style .similer_style_slider .buy_aed {
    font-size: 14px;
}

.similer_style .line_trough.d-block {
    padding: 0;
}

.similer_style span.text-uppercase {
    margin-left: 2px;
}

.product_listing_right {
    background: #FCF9F5;
    padding: 40px 40px 44px;
}

.map_img {
    width: 100%;
}

.size_chart label {
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

.size_chart input {
    height: 25px;
    width: 63px;
    border: 1px solid #accdc0;
    text-align: center;
    margin: 0 11.5px;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
}

.size_txt {
    color: #accdc0;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
    letter-spacing: 0;
    appearance: none;
    text-decoration: underline !important;
}

.prices-are-inclusive {
    height: 24px;
    width: 276px;
    opacity: 0.7;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.product_listing_right .txt-price {
    color: rgb(13 13 13 / 70%);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.duration-content {
    border-top: 1px solid #accdc0;
    /*border-bottom: 1px solid #accdc0;*/
    border-bottom: none;
    margin: 15px 0 23px;
    padding: 20px 0 30px;
}

.mb-6 {
    margin-bottom: 43px;
}

.rating img {
    width: 11px;
}

.heading {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 5px;
}

.select_duration li {
    border: 1px solid #000000;
    padding: 8px 0 0;
    color: #000;
    width: 32%;
}

.select_duration li.active, .select_duration li:hover {
    background: #000;
}

.select_duration li.active a, .select_duration li:hover a {
    color: #fff;
}

.select_duration li a {
    color: #000;
}

.select_duration li p {
    font-family: 'Prata', serif;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
}

.select_duration li span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.form-control {
    border: 1px solid #accdc0;
    height: 41px;
    line-height: 41px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
}

#datepicker .input-group-addon {
    line-height: 41px;
}

select.form-control {
    appearance: none !important;
    padding: 0 16px !important;
    background: url(../images/ic_dropdown_arrow.svg) no-repeat right 10px center;
}

select.form-control.black_down {
    background: #F2F2F2 url(../images/ic_dropdown-black.svg) no-repeat right 10px center;
}


.body-popup select.form-control {
    background: #F2F2F2 url(../images/ic_dropdown-black.svg) no-repeat right 10px center;
}

.quest_btn {
    top: -2px;
}

.duration-content .label_des p {
    background: #fff;
}

.date {
    border: 1px solid #accdc0;
    padding: 0 0px 0 0;
}

/*.fit_gurant {
    background: #accdc0;
    padding: 15px 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #fff;
}*/

.fit_gurant {
    background: #accdc0;
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #fff;
}

.fit_gurant:hover {
    color: #fff;
}

.customer_box {
    border: 1px solid #accdc0;
    padding: 16.5px;
}

.customer_box label h6 {
    line-height: 20px;
    font-size: 16px;
}

.chat_link {
    margin: -5px 0 0;
    color: #accdc0;
    font-weight: 300;
}

.rating i {
    font-size: 7px;
}

.other_items .col {
    padding: 0 5px;
}

.other_items img {
    width: 100%;
}

.product_accordion {
/*    border-top: 1px solid #accdc0;*/
    border-top: none;
/*    border-bottom: 1px solid #accdc0;*/
    border-bottom: none;
    margin: 22px 0 24px;
    padding: 10px 0 28px;
}

.accordion .card-header button {
    font-size: 18px;
    color: #000;
    padding: 0;
}

.card-header button:hover {
    color: #000;
}

.accordion .card-header button:after {
    background: url(../images/ic_plus.svg) no-repeat center;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.accordion .card-header button[aria-expanded="true"]:after {
    background: url(../images/ic_minus.svg) no-repeat center;
}

.product_accordion .card-body p {
    font-size: 14px;
}

/* Mobile Product Detail Page Css */

.bg_gray {
    background: #FCF9F5;
    padding: 20px 0;
}

.pro_detail {
    background: #FCF9F5;
    padding: 30px 0 60px;
}

.like_pro {
    top: 10px;
    right: 10px;
}

.product_mobile_section .similar_img img {
    height: auto;
    object-fit: unset;
    object-position: unset;
}

.two_column li {
    flex: 0 0 48%;
    max-width: 48%;
}

.two_column li a {
    font-weight: 500;
}

.product_mobile_section .default_btn {
    font-weight: 500;
}

.product_mobile_section .slick-dots {
    bottom: 10px;
}

/* Product Listing Css */

.listing_option_wrapper .card {
    margin-right: 15px;
}

.listing_option_wrapper .card-body {
    height: 200px;
    overflow-y: auto;
}

.card.availability_card .card-body {
    height: auto;
}

.checkbox-custom.cutom_check .form-group label:before {
    padding: 8px;
    border-color: #000;
}

.checkbox-custom.cutom_check .form-group input:checked+label:after {
    top: 12px;
    left: 7px;
}

.checkbox-custom.cutom_check .form-group label {
    font-size: 16px;
    line-height: 40px;
    color: #0D0D0D;
}

.clear_btn {
    color: #accdc0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: underline !important;
    line-height: 16px;
}

.card-header .clear_btn {
    font-family: 'Roboto', sans-serif;
}

.custom_search_form .input-group-btn {
    border: 1px solid #accdc0;
}

.custom_search_form .form-control {
    height: 40px;
}

.custom_search_form .input-group-btn button.btn {
    height: 38px;
}

.list_fav_icon {
    top: 15px;
    right: 15px;
}

.more_items .default_btn {
    width: 312px;
}

/* draggable progress bar css */

.audio-progress {
    height: 4px;
    width: 55%;
    background-color: #EBECF0;
    margin: 0 0 43px;
}

.audio-progress .bar {
    height: 70%;
    border-radius: 3px 0 0 3px;
    background-color: #accdc0;
    position: relative;
}

#audio-progress-bar:after {
    content: "AED 450";
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 555555;
    left: 50%;
    right: 0;
    margin: 0 auto;
    color: #accdc0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

#audio-progress-handle {
    display: block;
    position: absolute;
    z-index: 1;
    margin-top: -4px;
    margin-left: -10px;
    width: 10px;
    height: 10px;
    border: 5.8px solid #fff;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: rotate(45deg);
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(9, 30, 66, 0.31);
    cursor: pointer;
}

.drag_btn {
    float: left;
    margin: 0 10px 10px 0;
}

.value_title {
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    width:37%;
}

.listing_box_wrapper .line_trough {
    color: rgb(0 0 0 / 0.5);
}

/* Designer List Page Css */

.designers_nav {
    margin: 82px 0 15px;
}

.designers_nav li a {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    padding-top: 5px;
    display: block;
    width: 41px;
    border: 1px solid transparent;
}

.designers_nav li.active a, .designers_nav li:hover a {
    border-color: #accdc0;
}

.designers_nav li.add_requst {
    margin-top: -6px;
}

.designers_nav li.add_requst:hover a {
    border-color: transparent;
}

.request_tooltip {
    width: 190px;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    color: rgb(0 0 0 / 70%);
    font-family: 'Lato', sans-serif;
    opacity: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.designer_heading {
    color: #accdc0;
    font-family: 'Prata', serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
    border-bottom: 1px solid #accdc0;
    padding: 0 0 13px;
    margin: 40px 0 12px;
}

.add_requst:hover .request_tooltip {
    opacity: 1;
    visibility: visible;
}

/*old*/
.designer_name_list li {
    flex: 0 0 25%;
    max-width: 25%;
    line-height: 40px;
}
/*new*/
/*.designer_name_list li {
    flex: 0 0 12%;
    max-width: 50%;
    line-height: 40px;
}*/


.designer_name_list li a {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: capitalize;
}

/* Edit Page Css */

/* About Us Page Css */

.about_left_content {
    margin-bottom: 65px;
}

.small_head {
    color: rgb(0 0 0 / 7%);
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
}

.outer_border {
    border: 1px solid #accdc0;
    padding: 7.5px 13.2px;
}

.about_us_content h3 {
    margin: 15px 0;
}

.small_gray_btn {
    background: #accdc0;
    color: #fff;
    padding: 7px 10.3px;
    margin-left: 5px;
    font-weight: 300;
}

.small_gray_btn:hover {
    background: #000;
    color: #fff;
}

.about_img {
    padding: 29px 23px;
    position: relative;
    z-index: 1;
}

.about_img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #c7c8ca;
    opacity: 0.46;
    z-index: -1;
}

.about_img img {
    width: 100%;
}

.vertical_txt {
    top: -18px;
    left: -13px;
    background: #fff;
    width: 166px;
    height: 48px;
    padding: 15px 0 0 20px;
    z-index: 1;
}

.vertical_txt:after {
    content: "";
    border: 1px solid #accdc0;
    width: 166px;
    height: 48px;
    display: block;
    top: 7.5px;
    right: 9.5px;
    position: absolute;
}

h3.title_heading {
    font-size: 24px;
}

#filter_popup input.form-control {
    border: 1px solid #accdc0;
    background: #fff;
}

/*Live Loan Request Form*/

.live-loan-req {
    padding: 0 25px;
}

.live-loan-req h4 {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 24px;
    margin-bottom: 25px;
}

.formbgb_wrap {
    background-color: rgb(246 238 224 / .3);
}

.formbgb_wrap.delivery-method {
    display: none;
}

.prd-detail {
    padding: 16px 48px;
}
/*section.product_mobile_section.d-lg-none.d-block
{
    display: none !important;
}*/
.environment_box.text-white.mb-3.d-none {
    display: none;
}
.prd-detail span {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
}

.live-loan-form {
    padding: 30px 48px 10px 48px;
}

.live-loan-form input::placeholder, .live-loan-form select, .live-loan-form input, .live-loan-form textarea {
    opacity: 0.7;
    color: #0D0D0D;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: transparent;
    resize: none;
}

.live-loan-form textarea {
    line-height: 24px;
}

.live-loan-form input {
    background: transparent;
}

.live-loan-form label {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.live-loan-form .form-group {
    margin-bottom: 1.5rem;
}

.file-upload-block {
    height: 233.5px;
    width: 177.5px;
    /*border: 1.5px solid #accdc0;*/
    position: relative;
}

.file-upload-block>img {
    margin-top: 90px;
}

.img-wrapper {
    width: 96px;
    height: 32px;
    background-color: #accdc0;
    margin: 60px auto 0 auto;
    display: block;
}

.img-wrapper label {
    color: #FFFFFF!important;
    font-size: 9.33px!important;
    font-weight: 300!important;
    letter-spacing: 0!important;
    line-height: 32px!important;
    width: 96px;
    cursor: pointer!important;
    margin-bottom: 0px;
}

.img-wrapper label:hover {
    background: #000 !important;
    color: #fff !important;
    transition: all .25s ease-in-out 0s;
}

.form-group.calandar {
    position: relative;
}

.form-group.calandar img {
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.live-loan-form .chiller_cb .check_icon {
    top: 5px;
}

.live-loan-form-btn .cancel-btn {
    width: 182px;
    border: 2px solid #000000;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    background: #fff;
    text-transform: uppercase;
}

.live-loan-form-btn .cancel-btn:hover, .live-loan-form-btn .submit-btn:hover {
    background: #accdc0;
    color: #fff;
    border-color: #accdc0;
}

.live-loan-form-btn .submit-btn {
    width: 180px;
    background-color: #000000;
    border: 1px solid #000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0px !important;
}

/* .live-loan-form-btn a {
    line-height: 49px;
    height: 49px;
} */

.no-border {
    border: none;
}

.thanks-popup h5 span {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    border: 1px solid #accdc0;
    padding: 4px 8px;
}

.thanks-popup p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

.thanks-popup button, .button {
    height: 48px;
    line-height: 48px;
    width: 272px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    border: none;
}

.thanks-popup button:hover, .button:hover {
    background: #accdc0;
    color: #fff;
    border: #accdc0;
}

.thanks-popup span.to-wardrobe {
    padding-left: 36px;
    position: relative;
    left: -30px;
    padding-bottom: 8px;
    padding-top: 3px;
    position: relative;
    top: 2px;
}
.header_top_links li a img {
    width: 24px;
    height: 24px;
}
/*.login_pages li.d-lg-flex.d-none {
    margin-right: 10px;
}*/
a#bell_style .fa-bell:before
{
    font-size: 24px;
}
.header_top_links li:nth-child(3) a img {
    margin-left: 5px;
}
li.fav_icon.pr-0.pl-2.position-relative {
    padding: 0px !important;
}
.thanks-popup span.add-item {
    padding-top: 7px;
    padding-right: 2px;
}

.header-kp {
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
    padding-top: 0px;
    margin-top: 5px;
}

.see-how-others h5 {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 15px;
}

.border-all {
    font-size: 24px;
    line-height: 41px;
    position: relative;
}

.border-all:before, .border-all:after {
    content: "";
    border: 1px solid #accdc0;
    display: block;
    position: absolute;
    height: 41px;
}

.border-all:before {
    width: 147px;
    top: -2px;
    left: -2px;
}

.border-all:after {
    right: -3px;
    bottom: 0;
    width: 157px;
}

.modal-dialog.thanks-popup .modal-title {
    padding: 3.5px 11px;
    text-transform: none;
}

.modal-dialog.pt-lg-6 {
    padding-top: 40px;
}

.modal-dialog.pt-lg-6 .close {
    top: -95px;
}

/* Wishlist Page Css */

.nav-pills .nav-link {
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 15.5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
}

.nav-pills .nav-link.active {
    background-color: #000;
    color: #fff;
}

.wishlist_box {
    z-index: 1;
}

.wishlist_box:after {
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: #F6EEE0;
    opacity: 30%;
    position: absolute;
    left: 0;
    top: 0;
}

.wishlist_heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 14px 50px 12px 0;
}

.wishlist_heading h6 {
    width: 100%;
}

.default-btn.wishlist_btn {
    line-height: 32px;
    height: 32px;
    border: none;
    display: block;
    position: absolute;
    width: 176px;
    padding: 0 6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
}

.common_style {
    margin: 0 -15px;
}

.common_style .slick-slide {
    padding: 0 15px;
}

.wishlist_inner_content {
    padding: 39px 96px 56px;
}

.wishlist_img {
    border: 1px solid #000;
}

.h-232 {
    height: 232px;
}

.h-232 a:nth-child(1) img  {
 /*   width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;*/
        height: 232px;
    width: 168px;
    object-fit: cover;
    object-position: top center;
}
div#margin-left {
    padding-left: 0px !important;
    padding-bottom: 24px!important;
}
span.img_title {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 113px;
    max-width: 80%;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: 'Prata', serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 31px;
    word-break: break-all;
}

.view_btn {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    background: #000;
    color: #fff;
    text-decoration: underline !important;
}

.arrival_text.arrival_new label, .arrival_text.arrival_new .line_trough, .arrival_text.arrival_new p, .arrival_text.arrival_new .buy_aed {
    font-size: 12px;
    line-height: 16px;
}

.arrival_text.arrival_new span {
    padding: 0 5.7px;
    font-size: 12px !important;
    margin-left: 5px;
    width: auto;
    display: inline-block;
}

.add_items {
    top: 5px;
    right: 5px;
}

.add-items {
    cursor: pointer;
}

.add-items img {
    width: 24px;
}

.social-items-in{
    display: none;
    background: #000;
    padding: 0 3px;
}

.social-items-in a{
    color: #fff;
}

.add_to_cart {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    border: 1px solid #000000;
    text-align: center;
}

.add_to_cart:hover {
    color: #fff;
    background-color: #000;
}

.edit_btn_box {
    flex: 0 0 85%;
    margin-right: 5%;
}

.edit_item_btn {
    background-color: #accdc0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}

.edit_item_btn:hover {
    background-color: #000;
    color: #FFFFFF;
}

.calender_icon {
    background: #F2F2F2 url(../images/ic_calender.svg) no-repeat right 15px center !important;
}

.clock_icon {
    background: #F2F2F2 url(../images/ic_clock.svg) no-repeat right 15px center !important;
}

.arrival_text.arrival_txt_small label, .arrival_text.arrival_txt_small p, .arrival_text.arrival_txt_small .line_trough {
    font-size: 12px;
    line-height: 16px;
}

.arrival_txt_small label span {
    padding: 0 6.9px;
    font-size: 12px;
}

.line_divider {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1.5;
}

.small_title {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato';
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
}

/*Radio box*/

.select_wishlist input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

.select_wishlist input[type="radio"]+.label-text:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.select_wishlist input[type="radio"]:checked+.label-text:before {
    content: "\f192";
    color: #000;
    animation: effect 250ms ease-in;
}

.select_wishlist input[type="radio"]:disabled+.label-text {
    color: #000;
}

.select_wishlist input[type="radio"]:disabled+.label-text:before {
    content: "\f111";
    color: #000;
}

.select_wishlist .small_title {
    margin-bottom: 15px;
}

.select_wishlist ul {
    margin-bottom: 20px;
}

.select_wishlist ul:last-child {
    margin-bottom: 0;
}

.wishlist_iocn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}

.wishlist_iocn img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.select_wishlist .arrival_text label {
    font-size: 14px;
    line-height: 24px;
}

.select_wishlist .arrival_text p {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    opacity: .7;
}

.select_wishlist .default_btn {
    width: 48%;
}

.select_wishlist .border_btn {
    border-width: 1px;
}

.btn-group .default_btn {
    min-width: 152px;
    padding: 0 5px;
    line-height: 32px;
    height: 32px;
    margin-right: 24px;
}

/* Shopping Bag Page Css */

.bag_table_data tr {
    vertical-align: top;
}

.bag_table_data th, .bag_title, .common_table th,.or-txt {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bag_table_data td {
    border-top: 1px solid #accdc0;
    border-bottom: 1px solid #accdc0;
    padding: 7px 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    color: #000000;
}

.bag_item_img {
    width: 160px;
    height: 224px;
}

.bag_item_img img {
    height: 100%;
    width: auto;
    object-fit: fill;
    object-position: center;
}

.products-shopping_bag .bag_item_img img {
width: 144px;
object-fit: cover;
}


.bag_txt {
    font-weight: 300;
}

.os_txt {
    border: 1px solid #0D0D0D;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0D0D0D;
    padding: 0.5px 8.2px;
    margin-left: 10px;
    border-radius: 2px;
    font-size: 14px;
    vertical-align: middle;
}

.bag_txt p {
    opacity: 0.7;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.bag_info b {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.bag_info span {
    opacity: 0.5;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.bag_txt .date_label {
    color: #accdc0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.bag_txt .date_label span {
    color: #000;
    opacity: 0.7;
}

.bag_txt i {
    color: #000000;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}

.bag_btn a {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.bag_btn a img {
    width: 14px;
}

.bag_btn .bag_heart img {
    width: 24px;
}

.bag_total_wrapper {
    border: 1px solid #accdc0;
}

.p-6 {
    padding: 15.5px 15px 10px;
}

.bag_total_data th, .bag_total_data td {
    opacity: 0.7;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 0;
}

.bag_total_data td {
    text-align: right;
}

.rental_txt {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}

.shopping_details input[type=checkbox], .shopping_details input[type=radio] {
    margin-top: 7px;
}

.small-check .form-check-label {
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.chiller_cb .eg_txt {
    opacity: 0.3;
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.p-7 th, .p-7 td {
    padding: 12px 0.5rem;
    font-size: 14px;
}

.total_amount th, .total_amount td {
    border-top: 1px solid #accdc0;
    opacity: 0.7;
    font-size: 16px;
}
tr.total_amount.final-amount th, tr.total_amount.final-amount td {
    opacity: 1;
    padding: 8px 0.5rem;
}
.insurance_check {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 20px;
}

.insurance_txt {
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.back_shop_btn {
    border: 1px solid #accdc0;
    color: #accdc0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    min-width: 297px;
}

.back_shop_btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}



.span_pseudo, .chiller_cb .check_icon:before, .chiller_cb .check_icon:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
}

.shopping_details .chiller_cb input:checked + label:after {
    opacity: 0;
}

.chiller_cb input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled~.check_icon {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled~label {
    color: #0D0D0D;
}

.chiller_cb input:disabled~label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-left: 25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.small_label {
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.chiller_cb .check_icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
    border-radius: 2px;
}

.products-shopping_bag .chiller_cb .check_icon
{
top: 9px;
}
.products-shopping_bag .chiller_cb input:checked + label:after
{
    width: 0px;
    height: 0px;
    border-width: 0 0px 0px 0;
}

.chiller_cb .check_icon:before {
    transform: rotate(-55deg);
    top: 8px;
    left: 4px;
}

.chiller_cb .check_icon:after {
    transform: rotate(35deg);
    bottom: 5px;
    left: 3px;
}

.insurance_check label {
    padding-left: 10px;
}

/**/

.bag_title {
    padding-left: 0px;
    text-transform: uppercase;
}

/* The radio */

.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

/* Hide the browser's default radio button */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkround {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #161616;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */

.radio input:checked~.checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio input:checked~.checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.radio .checkround:after {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #161616;
}

.border_outer {
    border: 1px solid #accdc0;
    padding: 27.5px 19.5px;
}

.radio_btn li {
    margin-right: 40px;
}

.radio_btn li:last-child {
    margin-right: 0;
}

.p-8 {
    padding: 15.5px 0 0;
}

.p-8 th, .p-8 td {
    padding: 5px 15px;
}

.p-8 .total_amount th, .p-8 .total_amount td {
    padding: 13px 15px;
    font-weight: 400;
}

.promo_data th, .promo_data td {
    padding-bottom: 15px;
}

.pick_up_txt p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
}

.address_box {
    padding-left: 30px;
    margin-top: 10px;
}

.address_box p {
    margin: 0;
    opacity: 0.7;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}

.address_btn a {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline !important;
    margin-right: 15px;
    display: inline-block;
}

.address_btn a:last-child {
    margin-right: 0;
}

.address_form {
    background-color: rgb(246 238 224 / 30%);
    padding: 31.5px;
    margin-top: 31.5px;
}

.form-group label {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
}

.form-group label .select_app {
    font-size: 12px;
    color: #0D0D0D;
}

.address_form label {
    font-size: 14px;
}

.address_form .form-control::-webkit-input-placeholder, .address_form .form-control {
    /* Edge */
    color: rgb(13 13 13 / 70%);
}

.address_form .form-control:-ms-input-placeholder, .address_form .form-control {
    /* Internet Explorer 10-11 */
    color: rgb(13 13 13 / 70%);
}

.address_form .form-control::placeholder, .address_form .form-control {
    color: rgb(13 13 13 / 70%);
}

/* ID Verification Popup Css */

.id_verification .border-all:before {
    width: 161px;
    left: 0;
}

.id_verification .border-all:after {
    width: 181px;
    right: 0;
}

.lender_input .form-control {
    height: 48px;
    background: rgb(246 238 224 / 30%);
    border-color: rgb(246 238 224 / 30%);
}

.lender_input .form-control::-webkit-input-placeholder {
    /* Edge */
    color: rgb(13 13 13 / 30%);
}

.lender_input .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(13 13 13 / 30%);
}

.lender_input .form-control::placeholder {
    color: rgb(13 13 13 / 30%);
}

.submit_gray_btn {
    background-color: #accdc0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    width: 277.2px;
    margin-left: 8px;
}

.opacity_box {
    opacity: 0.5;
}

.opacity {
    opacity: 0.7 !important;
}

/* List Items Page Css */

.occasions_check .check_icon {
    top: 4px;
}

.occasions_check .chiller_cb {
    margin-right: 20px;
}

.occasions_check .chiller_cb:last-child {
    margin-right: 0;
}

.occasions_check .chiller_cb label {
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
}
.currency_value .chiller_cb label {
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
}
.currency_value .chiller_cb input:checked + .currency_value .chiller_cb label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
}
.currency_value  .chiller_cb input:checked~.check_icon {
    background: #0D0D0D;
    border-color: #0D0D0D;
}
.currency_value .chiller_cb.small_label.d-inline-block span.check_icon {
    top: 6px;
}


.upload_box_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.upload_box_wrapper>li {
    flex: 0 0 17.5%;
    max-width: 17.5%;
    line-height: 40px;
    margin-right: 15px;
}

.upload_box_wrapper .file-upload-block {
    height: 234.5px;
}

.listing_tips .file-upload-block {
    padding: 23.5px 16.5px 16.5px;
}

.listing_tips h6 {
    font-size: 14px;
    line-height: 16px;
}

.listing_tips p {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    margin: 10px 0;
}

.listing_list li {
    margin-right: 10px;
}

.listing_list li:last-child {
    margin-right: 0;
}

.h-72 li {
    height: 72px;
}

.h-72 li img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.h-96 li {
    height: 96px;
}

.h-96 li img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.upload_box_wrapper .file-upload-block>img {
    margin-top: 80px;
}

.upload_box_wrapper .img-wrapper {
    background: transparent;
    margin-top: 50px;
}

.upload_box_wrapper .img-wrapper label.img-upload-btn {
    background: #accdc0;
}

.currency_value span {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    color: #accdc0;
    font-size: 14px;
    font-family: 'Prata', serif;
    letter-spacing: 0;
    line-height: 24px;
}
.users-profile form.gift-form .currency_value span
{
    right: 15px;
}

.label_des {
    display: inline-block;
}

.label_des p, .tool-tip-content {
    width: 177px;
    padding: 10px;
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 18px;
    background: rgb(255 255 255 / 95%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 11111;
    text-transform: uppercase;
    right: 0;
}

/*.quest_btn:hover+p {
    opacity: 1;
    visibility: visible;
}*/

.label_des:hover p {
    opacity: 1;
    visibility: visible;
}

.rental_price {
    border-collapse: separate;
    border-spacing: 8px 0;
}

.rental_price th {
    background: #accdc0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.rental_price th, .rental_price td {
    padding: 8px 0;
    border: 1px solid #accdc0;
    width: 115px;
}

.rental_price tr:first-child td {
    border-bottom: none;
    line-height: 0;
    padding:0px;
    position: relative;
}


/*nm*/
.rental_price tr:first-child td:before {
    /*content: "AED";*/
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 9px;
}
.rental_price input#four_daysprice, .rental_price input#seven_daysprice, .rental_price input#sales {
/*    font-size: 17px;*/
}


/*nm*/
.rental_price td {
    font-family: 'Prata', serif;
    font-size: 18px;
}

.rental_price td span {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
}

.gray_check .chiller_cb input:checked~.check_icon {
    background: #0D0D0D;
    border-color: #0D0D0D;
}

.label_des p.w-33 {
    width: 333px;
}

.label_des p.w-290 {
    width: 290px;
}

.txt_14 {
    font-size: 14px !important;
    line-height: 16px !important;
}

.default_btn.sale-btn {
    width: max-content;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
}

/* Request Designer Css */

.modal-title.request_des {
    padding: 3.5px 7px;
}

.owl-item.cloned:last-child {
    margin-right: 0 !important;
}
.btn-group > li{
    min-width: 152px;
    margin-right: 24px;
}

.border_btn {
    color: #accdc0;
}

.border_btn:hover {
    color: #fff;
}

.gray_btn {
    background: #accdc0;
    color: #fff;
}

.gray_btn:hover {
    color: #fff;
    background: #000000;
}

/* Lender Details Css */

.lender_detail_box {
    padding: 20px 20px 00px;
    margin-bottom: 30px;
}

.lender_admin {
    width: 128px;
    height: 128px;
    border-radius: initial;
    overflow: hidden;
    min-width: 128px;
}

.lender_admin img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

label.folling_detail a {
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}

.lender_btn .default_btn {
    width: 96px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.lender_btn .border_btn {
    color: #000;
}

.lender_detail_box label h6 {
    font-size: 22px;
}

.lender_detail_box .rating img {
    width: 16px;
}

.review_txt {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    top: 1px;
    left: 5px;
}

.lender_images .slick-slide {
    padding: 0 4px;
}

.items_detail {
    margin: 0 -8px;
}

.items_detail table {
    border-collapse: separate;
    border-spacing: 8px 0;
}

.items_detail td {
    width: 33.3%;
}

.items_detail figure {
    margin: 0 0 10px;
    background: #accdc0;
}

.items_detail figure:last-child {
    margin: 0;
}

.items_detail figure label {
    opacity: 0.7;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-transform: uppercase;
}

.items_detail figure span {
    color: #FFFFFF;
    font-family: 'Prata', serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.mesurment_txt {
    background-color: #F6EEE0;
}

.mesurment_txt label {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
}

.mesurment_txt span {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

.body_txt {
    background-color: #000;
}

.body_txt label {
    opacity: 0.7;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-transform: uppercase;
}

.body_txt span {
    height: 32px;
    width: 78px;
    color: #FFFFFF;
    font-family: 'Prata', serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

.admin_images {
    margin: 0 -4px;
}

.admin_images .col-6 {
    padding: 4px;
}

.see_keep {
    margin: 28px 0 15px;
}

.h-168 {
    height: 168px;
}

.fit_img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.admin_lender_des {
    margin-bottom: 28px;
    margin-bottom: 14px;
}

.following-lenders .slick-slide img {
    margin: auto;
}
/* Wishlist Dashboard Tab Css */

.theme_bg {
    position: relative;
    z-index: 1;
}

.theme_bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #F6EEE0;
    opacity: 0.3;
    z-index: -1;
}

.border_gray {
    border: 0.95px solid #accdc0;
}

.profit_box {
    height: 100%;
}

.profit_box h4 {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.profit_box h4 span {
    font-size: 10px;
}

.profit_box p {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 0.75px;
    line-height: 16px;
}

.profile_icon {
    height: 24.1px;
}

.lend_admin p span, .user-name {
    color: #000000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.mask_1 {
    border: 0.95px solid #accdc0;
    background-color: #accdc0;
}

.mask_2 {
    background-color: #F6EEE0;
}

.lend_title {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    letter-spacing: 0.75px !important;
    line-height: 24px;
}

.money_marker {
    height: 294px;
    overflow: auto;
}

.common_table th, .common_table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.common_table thead, .common_table tbody {
    padding: 0 24px;
}

.common_table td {
    padding: 15px 0;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.img_64 {
    width: 64px;
}

.zara_txt label {
    color: #000000;
    font-family: "Zapf Humanist 601";
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    opacity:0.7;
}

.zara_txt span {
    border: 0.5px solid #000000;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding: 1px 8px;
    margin-left: 10px;
    position: relative;
    top: 0px;
}

.zara_txt p {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.rental-wrapper {
    padding: 30px 0;
}

.rental-info-txt label {
    color: #1D232E;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.rental-info-txt span {
    opacity: 0.7;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
}

.calender_title {
    color: #1D232E;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.calendar-white {
    background: #fff;
}
.calendar-event .lato-font{
    font-weight: 600 !important;
}
.calendar-event p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

/* Messsage Css */

.chat_list {
    padding: 10px 10px 10px 15px;
}

.view_chat {
    border: 1px solid #accdc0;
}


.admin_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.admin_icon img {
 /*   height: 100%;
    object-fit: contain;
    object-position: center;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover; 
    /*border: 1px solid red;*/
}
.chat_box.px-4.py-3 {
    overflow: auto;
} 

.admin_name label {
    color: #1D232E;
    font-family: 'Prata', serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
}

.admin_name .msg_info {
    height: 16px;
    width: 16px;
    color: #FFFFFF;
    background: #accdc0;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    position: relative;
    top: -2px;
}

.admin_detail {
    width: 80%;
}

.admin_name span {
    color: rgba(29, 35, 46, 0.66);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.admin_detail .ad_loc {
    color: #accdc0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: normal;
    margin-top: -2px;
}

.admin_detail .txt_msg {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;

}
.users-message- .admin_detail .txt_msg {
    font-family: 'Roboto', sans-serif;
}

.admin_detail p {
    margin-bottom: 0;
}

.chat_box_wrapper {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 16px 16px 30px;
    float: left;
    width: 100%;
    height: 100%;
}

.day_title {
    color: #accdc0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
}

.recived_msg {
    width: 80%;
    float: right;
    color: white;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: #accdc0;
   
    border-radius: 12px 12px 0 12px;
}

.recived_msg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #000;
    opacity: 0.05;
    z-index: -1;
    border-radius: 12px 12px 12px 0;
}
.send_msg p {
    color: black!important;
}
.recived_msg:before, .send_msg:before {
    position: absolute;
    top: 0;
    display: block;
    width: auto;
    height: 20px;
    color: rgba(29, 35, 46, 0.66);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.send_msg {
    width: 80%;
    border-radius: 12px 12px 0 12px;
    background-color: #f3f3f3;
    float: left;
    color: #26262E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}


.send_msg_box {
    z-index: 1;
}
.contact_form {
    margin-bottom: 50px;
}
.send_msg_box::after, .chat_box .custom_search_form::after, .message_content .custom_search_form::after {
    content: "";
    background: #000;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.input-group>.form-control:focus {
    background: transparent !important;
}

.send_msg_box input.form-control {
    height: 48px;
}

.send_msg_box input.form-control:focus, .chat_box .custom_search_form .form-control:focus {
    background-color: transparent;
}

.send_msg_box .default-btn {
    width: auto;
    min-width: 152px;
    line-height: 48px;
}

.send_msg_box .black_btn:hover {
    background: #accdc0;
    color: #fff;
}

/* My Rental Tab Css */

.my_rental_box {
    padding: 7px 15px 40px 25px;
}


/*     start        */

.chiller_cb {
	display: inline;
	margin: 0em 0;
}

.chiller_cb input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.chiller_cb label {
	position: relative;
	cursor: pointer;
	text-transform: initial;
}

.chiller_cb label a {
	color: #333;
	text-decoration: underline;
}
.chiller_cb label a:hover {
	text-decoration: none;
}

.chiller_cb label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #000;
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 1em;
    display: none;
}



.currency_value .chiller_cb input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(
45deg
);
}
.currency_value .chiller_cb.small_label
{
    margin-top: 10px;
}

.chiller_cb input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(
45deg
);
}
.chiller_cb input:checked ~ label:before {
	background: #000;
}


/*   end      */
.my_rental_box th, .my_rental_box td {
    text-align: center;
/*    padding: 20px 5px;*/
}
.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
tbody.txt_14 td {
    font-size: 14px;
}
.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

tbody td.rd_txt {
    color: #accdc0 !important;
    font-weight: 400 !important;
}

.rd_txt span {
    font-weight: 300;
    color: #000;
}

.rd_txt {
    color: #accdc0 !important;
}

.txt_16 {
    font-size: 16px !important;
}

.small_black_btn {
    background-color: #000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 5px;
}

.my_rental_box_2 td:last-child {
    width: 10%;
    text-align: right;
}

.my_rental_box_2 {
    height: 500px;
    overflow: auto;
}

#mo_tab .my_rental_box {
    height: 486px;
    overflow: auto;
}

/* #mo_tab .my_rental_box th,#rental_tab .my_rental_box th{
    padding: 4px 5px 10px;
} */

.img_48 img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.mr_txt p,.mr_txt p a {
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0;
    color: #000;
}

.mr_txt .rating img {
    width: 13px;
    line-height: 20px;
}

.order-search {
    width: 267px;
    height: 32px;
    border: 1px solid #0D0D0D;
    margin-right: 40px;
}

.order-search .form-control {
    opacity: 0.7;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    height: 100%;
}

.order-search .default_btn {
    width: 48px;
    height: 32px;
    line-height: 32px;
    border: 0;
    margin-right: -1px;
}

.select_order select {
    line-height: 30px;
    width: 137px;
    border: 1px solid #000000;
    background: #fff url(../images/ic_dropdown-black.svg) no-repeat 90% center;
    padding: 0 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.view-details, .rental_detail_btn {
    color: #accdc0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.btn_back {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.order_1225 {
    margin-top: -10px;
}

.order_12 {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.order_1225 table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.order-status label {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-transform: uppercase;
}

.in-process {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.order_summry .bag_total_data th, .order_summry .bag_total_data td {
    opacity: 1;
}

.order_summry .total_earning th, .order_summry .total_earning td {
    font-weight: 400;
}

.order_12+.line_divider {
    margin: 10px 0;
}

.img_32 img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.img_32+.mr_txt .rating {
    line-height: 0;
}

address {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.confirm_order_txt {
    letter-spacing: 0;
}

.confirm_order_txt span {
    color: #1D232E;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.update_status .select_order {
    width: 67%;
    padding-right: 15.5px;
}

.update_status .select_order select {
    width: 100%;
}

.update_status .small_black_btn {
    width: 136px;
    text-align: center;
    font-size: 14px;
}

.bag_total_data .opacity_box {
    color: #accdc0;
    opacity: 1;
    font-weight: 400;
}

/* Lender feedback Css */

.lender_feedback .modal-dialog {
    margin-top: 70px;
}

.lender_feedback .modal-title {
    padding: 3.5px 23px;
    margin-bottom: 18px;
}

.rate_exp {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
}

.rate_exp span {
    font-weight: 400;
}

.status-info {
    width: 190px;
    border-top: 1px dashed #accdc0;
    margin: 28px 0 20px;
}

.status-info li {
    height: 16px;
    width: 16px;
    opacity: 0.4;
    background-color: #accdc0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    top: -8px;
    z-index: 1;
}

.status-info li.active {
    opacity: 1;
}

.status-info li:first-child {
    left: -8px;
}

.status-info li:last-child {
    right: -8px;
}

.feedback_img_des {
    width: 70%;
    display: inline-block;
}

.feedback_icon .file-upload-block {
    height: 130.5px;
    width: 105.5px;
    border: 1.5px solid #accdc0;
    position: relative;
}

.feedback_icon .file-upload-block>img {
    margin: 35px 0 25px;
}

.feedback_icon .img-wrapper {
    margin-top: 0;
}

.feedback_icon .img-wrapper, .feedback_icon .img-wrapper label {
    width: 88px;
}

.feedback_img_des p {
    color: #000000;
    font-size: 14px;
    opacity: 0.7;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.view_order_details, .view_rental_details, .request_order_details, .request_delivery_details,.show-wishlist {
    display: none;
}

.detail_btn {
    cursor: pointer;
}

.gary_btn_group li {
    flex: 0 0 32%;
    max-width: 32%;
}

.gary_btn_group a {
    height: 32px;
    width: 100%;
    border: 1px solid #accdc0;
    color: #accdc0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.gary_btn_group a:hover {
    background: #accdc0;
    color: #fff;
}

.lender-status p {
    color: #1D232E;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

.lender_user_name {
    font-size: 16px;
    font-weight: 300;
}

.tool-tip-content {
    width: 265px;
    padding: 5px !important;
    top: calc(100% + 10px);
}

.tool_tip_txt:hover+.tool-tip-content {
    opacity: 1;
    visibility: visible;
}

/* Reason for cancellation Popups Css */
.close.close-rotate {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 20px;
}
.cancellation_popup .modal-dialog {
    margin-top: 25px;
}

.cancellation_popup .modal-header .close {
    top: -5px;
}

.cancellation_popup .modal-title {
    padding: 3.5px 6.7px;
    text-transform: none;
}

.cancellation_popup .rate_exp.text-center {
    width: 65%;
    margin: 5px auto 15px;
}

select.form-control.bg_dark_gray {
    background: #accdc0 url(../images/ic_dropdown-white.svg) no-repeat right 19px center;
    color: #fff;
}

/* Notification Css */

.notification_main_box {
    position: fixed;
    z-index: 9999;
    top: 40px;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.notification_main_box.notify_info {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block !important;
}

.notify_info {
    overflow: hidden;
}

.notification_main_box.demo {
    top: 0;
}

.notification_wrapper {
    background: #fff;
    height: calc(100vh + 40px);
    width: 433px;
    max-width: 100%;
    float: right;
    padding-bottom: 150px;
}

.customer_wrapper {
    overflow: auto;
    height: 100%;
    padding: 0 25px 150px 32px;
}

.notification_main_box:after {
    content: "";
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    display: block;
    height: calc(100vh + 40px);
    top: 0;
    z-index: -1;
}

.customer_view_box {
    border-bottom: 1px solid #000;
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.notification_head {
    margin: 0 0 40px;
    padding: 32px 32px 0;
}

.n_heading {
    color: #000000;
    font-family: 'Prata', serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
}

.feed_back {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
}

.w-40 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}

.w-64 {
    width: 64px;
    height: 64px;
}

.w-40 img, .w-64 img, .w-72 img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.notification-name {
    padding-left: 18px;
}
.customer_request {
    width: 89%;
    padding-left: 0px;
}

.customer_request p {
    font-size: 16px;
    letter-spacing: 0;
}

.last_seen {
    opacity: 0.7;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    margin: 5px 0 21px;
}

.customer_request .gray_btn {
    width: 104px;
    line-height: 32px;
    height: 32px;
}

.customer_items li {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-right: 8px;
}

.customer_items li:last-child {
    margin-right: 0;
}

.items_info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100%;
    color: #fff;
    z-index: 1;
}

.items_info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1d232e;
    opacity: 0.5;
    z-index: -1;
}

.customer_items li:hover .items_info {
    top: 0;
    color: #fff;
}

/* Your Feed Page Css */

.your_feed_content .theme_bg {
    padding: 30px 0;
}

.feed_wrapper {
    padding: 0 63px;
}

.col-spacing {
    margin: 0 -5px;
}

.col-spacing>div {
    padding: 0 5px !important;
}

.your_feed_content h3 {
    margin-bottom: 18px;
}

.head_20 {
    font-size: 20px;
    line-height: 24px;
}

.feed_left_box h6, .feed_right_box h6 {
    font-size: 14px;
    line-height: 16px;
}

.feed_left_box li, .recent-notify li {
    margin-bottom: 16px;
}

.feed_left_box li:last-child, .recent-notify li:last-child {
    margin-bottom: 0;
}

.feed_left_box li a, .recent-notify li a {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.recent-notify a.view-more {
    color: #accdc0;
}

.feed_left_box li a img, .recent-notify li a img {
    margin-right: 10px;
}

.create_post {
    border: 1px solid #accdc0;
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.create_post .form-control::placeholder, .create_post .form-control::-webkit-input-placeholder {
    color: rgba(29, 35, 46, 0.66);
}

.post-links {
    border-top: 1px solid #accdc0;
    padding: 8px 24px 8px 16px;
}

.userful-links li {
    margin-right: 24px;
}

.userful-links li:last-child {
    margin-right: 0;
}

.userful-links li a {
    color: #000000;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.userful-links li.active a, .userful-links li:hover a {
    opacity: 1;
}

#post-images {
    padding: 0 !important;
}

#post-images .modal-header {
    padding: 16px 15px 11px;
}

#post-images .img-upload-btn {
    font-weight: 500;
    color: #000;
}

.post_button {
    font-size: 14px;
    font-weight: 300;
    border: none;
    background: #000;
    color: #fff;
    min-width: 80px;
    line-height: 32px;
}

.post_button:hover {
    background: #accdc0;
    color: #fff;
}

.disable-btn:hover {
    background: #000;
    cursor: not-allowed;
}

.disable-btn {
    opacity: 0.1;
    cursor: not-allowed;
}

.request-box {
    border: 1px solid #accdc0;
    padding: 16px;
}

.request-box p {
    line-height: 14px;
    font-size: 12px;
    margin: 8px 0 10px;
}

.request-box .gray_btn {
    height: 40px;
    line-height: 40px;
}

.follow-box {
    border: 1px solid #accdc0;
    margin-bottom: 32px;
}

.follow-box>h6 {
    border-bottom: 1px solid #accdc0;
    padding: 14px 0;
}

.w-72 {
    height: 72px;
    width: 72px;
    overflow: hidden;
}

.w-72 img {
    width: 100%;
}

.suggestions_profile {
    margin-bottom: 8px;
}

.follower_icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}

.suggestions_profile .default_btn {
    width: 81px;
    height: 32px;
    line-height: 32px;
}

.follower_head label {
    opacity: 0.7;
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
}
.share-wardrobe .icon-box {

    justify-content: center;
    top: 0px;
    right: -206px;
    height: 34px;
    background-color: white;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0;
}
.share-wardrobe .icon-box ul {
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 6px;
}
.share-wardrobe ul li {
    padding: 0px 10px;
}

.icon-box {
    bottom: calc(100% + 8px);
    right: 0;
    border: 1px solid #accdc0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
    display: none;
    z-index: 11;
    text-align: center;
}

.icon-box li a {
    color: #000;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
}


.icon-box li:last-child a {
    margin-bottom: 0;
}

.icon-box.icon-in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.view-more {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
}

.following-list li {
    border-bottom: 1px solid #accdc0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/*.following-list li a{
    display: block;
}*/

.following-list li img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50px;
}

.following-list li a span {
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #1D232E;
}

.post-btn .gray_btn {
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.post-details label {
    font-size: 12px;
    line-height: 20px;
}

.post-like-share li {
    margin-right: 20px;
}

.post-like-share li:last-child {
    margin-right: 0;
}

.post-like-share li a,.share-vai-social  li span {
    height: 24px;
    width: 82px;
    opacity: 0.7;
    color: #1D232E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
p.share_btn {
    opacity: 0.7;
    color: #1D232E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.post-like-share li .share-vai-social li {
    margin-right: 0;
}

.post-txt {
    color: #1D232E;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin: 15px 0;
}

.post-time {
    opacity: 0.7;
    color: #1D232E;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.posted-content {
    border: 1px solid #accdc0;
    background-color: #FFFFFF;
    padding: 10px;
}

.posted-content p {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
}

/* Request Order Detail Page Css */

.order-heading {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.lender-meet-up {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.txt-14 {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 24px;
}

.txt-12 {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 20px;
}

input.respond_input {
    height: 41px;
    width: 321px;
    max-width: 100%;
    border: 1px solid #accdc0;
}

.pickup-txt {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.pickup-txt span {
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

input.time-input {
    height: 41px;
    width: 123px;
}

.request_btn .default_btn {
    width: 136px;
    height: 32px;
    line-height: 32px;
}

.request_btn .border_btn {
    border-width: 1px;
}

/* My Profile Page Css */

#profile_one .lender_admin {
    cursor: pointer;
}

.lander-edit-btn {
    width: 65px;
    border: 1px solid #accdc0;
    color: #accdc0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -100%;
}

.lender_admin:hover .lander-edit-btn {
    bottom: 20px;
}

#profile_one .lender_user_details h6 {
    font-size: 22px;
}

.profile-edit {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline !important;
}

.profile-contact label {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 16px;
    text-transform: uppercase;
}

.profile-contact p, .profile-contact a {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}

.profile-box .items_detail table {
    border-spacing: 8px;
}

.profile-box .items_detail th {
    width: 50%;
}

.profile-box .items_detail th figure {
    padding: 20.5px 0;
    height: 104px;
}

.profile-box .items_detail th figure label {
    margin-bottom: 15px;
}

.profile-box .items_detail .mesurment_txt {
    padding: 10px 0;
}

.profile-box .items_detail .mesurment_txt span {
    font-size: 20px;
    line-height: 30px;
}

.profile-box .items_detail .body_txt {
    padding: 20px 0;
}

.profile-box .items_detail .body_txt label {
    margin-bottom: 10px;
}

.profile-box .items_detail .body_txt span {
    font-size: 20px;
    line-height: 30px;
}

.profile-box .default_btn {
    height: 32px;
    width: 136px;
    line-height: 32px;
}

#profile_one .address_box p {
    line-height: 24px;
    opacity: 1;
}

.board-slider.common_style {
    margin: 0 -4px;
}

.board-slider.common_style .slick-slide {
    padding: 0 4px;
    position: relative;
    cursor: pointer;
}

.edit-board {
    cursor: pointer;
    overflow: hidden;
}

.edit-board:hover .lander-edit-btn {
    bottom: 15px;
}

/*.board-slider.common_style .slick-slide:hover .lander-edit-btn {
    bottom: 15px;
}*/

/* Profile Invite Friend Tab Css */

.search-40 input.form-control {
    line-height: 40px;
    height: 40px;
    color: #0D0D0D;
    font-size: 12px;
    letter-spacing: 0;
}

.search-40 .default_btn {
    height: 40px;
    line-height: 40px;
    width: 52%;
}

.token-code li {
    width: 120px;
    height: 120px;
    margin: 0 20px 30px 0;
}

.token-code li:last-child {
    margin-right: 0;
}

.token-code li a {
    background-color: #accdc0;
    padding: 5px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    margin: 7px auto;
    z-index: 1;
    opacity: 0.4;
}

.token-code li a label {
    line-height: 20px;
}

.token-code li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgb(0 0 0 / 70%);
    opacity: 0.7;
    z-index: -1;
}

.c-active {
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    color: #accdc0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.token-code li.active a, .token-code li:hover a, .token-code li.active a:after, .token-code li:hover a:after, .token-code li.active .c-active, .token-code li:hover .c-active {
    opacity: 1;
}

/* Payment Page Css */

.chiller_cb.store_credit .check_icon {
    top: 4px;
}

/* Edit Profile Popup Css  */

.avatar-wrapper {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 27px auto 24px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s ease;
}

.profile-pic {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}

.upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.change_txt {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.profile_btn_group .default_btn {
    width: 48%;
}

.profile-bottom p {
    opacity: 0.7;
}

.profile-bottom .chiller_cb label {
    opacity: 0.7;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    letter-spacing: 0.63px;
    line-height: 18px;
}

.profile-bottom .chiller_cb .check_icon {
    top: -6px;
}

/* Lender Spotlight Page Css */

.sub_page h1 {
    font-size: 32px;
    line-height: 40px;
}

.Spotlight_box {
    padding: 4px;
}
.Spotlight_box img {
    width: 100%;
    height: 351px;
    object-fit: contain;
}
.Spotlight_box img{
    width: 100%;
}
.lender-fav {
    top: 15px;
    right: 20px;
}

.Spotlight_box h6 {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    line-height: 32px;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* Blog Page Css */

.px-6 {
    margin: 0 -8px;
}

.px-6>.col {
    padding: 0 8px;
}

.sub-header-text {
    font-size: 16px;
}

.items_box p, .sub-header-text p {
    color: #000;
    opacity: 0.7;
    letter-spacing: 0.8px;
}

.detail-box {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 58px);
    margin: auto;
    border: 2px solid #000;
    padding: 15px 10px;
    z-index: 1;
}

.detail-box:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    top: 0;
    z-index: -1;
}

.common-slider {
    margin: 0 -8px;
}

.common-slider .slick-slide {
    padding: 0 8px;
}

.dcommon-slider .slick-prev:before {
    content: "";
    background: url(../images/ic_arrow-forward.svg) no-repeat center center;
    width: 34px;
    height: 25px;
    display: block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dcommon-slider .slick-next:before {
    content: "";
    background: url(../images/ic_arrow-forward.svg) no-repeat center center;
    width: 34px;
    height: 25px;
    display: block;
}

.edit-detail-txt p {
    color: rgb(0 0 0 / 70%);
    opacity: 0.7;
    letter-spacing: 0.8px;
}

/* Live Request Page Css */

.live_box>div {
    padding: 0 8px !important;
}

.live_box {
    margin: 0 -8px;
}

.chat_regular .admin_icon {
    width: 44px;
    height: 44px;
}

.chat_regular .admin_name label {
    font-size: 16px;
}

.chat_regular .admin_detail .txt_msg {
    font-weight: 400;
    width: 100%;
}

.arrival_text.live-arrival p {
    color: #000;
}

.arrival_text.live-arrival .live_date {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
}
.live-box{
    overflow: hidden;
}

.contact-agent {
    background: #accdc0;
    padding: 5px 0 1px;
}

.contact-agent h6 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-agent a {
    font-size: 16px;
    padding: 0 5px;
    color: #fff;
}

.live_box label {
    cursor: pointer;
}
/* Calender Popup */

.calender_redio {
    width: fit-content;
    margin: 20px auto 30px;
}

.calender_redio .radio {
    margin-bottom: 20px;
}

/* Privacy Policy Page Css */

.sub-page-banner {
    background: url(../images/common_banner.jpg) no-repeat center 8px;
    height: 336px;
    background-size: cover;
}

.banner-title {
    width: 338px;
    max-width: 100%;
    border: 1px solid #000000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 29px 0;
    margin: auto;
}

.upadted_date {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
}

/* Blog Page Css */

.blog_slider, .sustainablity_slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.test-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.content-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Mobile Message Page Css */

.message_body .subpage_mobile_header, .message_page .subpage_mobile_header {
    padding: 18px 0 14px;
}

.message_page {
    height: calc(100vh - 179px);
}

.message_body .container-fluid, .message_page .container-fluid {
    height: 100%;
}

.message_body {
    /*height: calc(100vh - 210px);*/
    height: calc(100vh - 136px);
}

.message_content {
    height: 100%;
}

.message-box {
    height: 100%;
    overflow: auto;
}

.message-box .chat_list {
    padding: 0;
    margin: 0 0 15px;
}

.message-box .admin_icon {
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
}

.message-box .admin_detail {
    width: 100%;
    margin-left: 55px;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 16px 16px 0;
}

.bottom_menu.bg-black {
    padding: 10px 0 20px;
}

.bottom_menu li {
    flex: 0 0 20%;
}

.bottom_menu li a {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 100;
}

.bottom_menu li a img {
    opacity: 0.4;
}

.bottom_menu li a span {
    display: block;
    margin: 0 auto 0;
    opacity: 0.5;
}

.bottom_menu li.active a img, .bottom_menu li.active a span, .bottom_menu li:hover a img, .bottom_menu li:hover a span {
    opacity: 1;
}

/* My feed Mobile Section Css */

.feed-tab-outer {
    overflow: auto;
}

.feed-tab-outer .nav.nav-tabs {
    min-width: max-content;
}

.feed-tabs li a {
    opacity: 0.2;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
}

.nav-tabs.feed-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
}

.nav-tabs.feed-tabs .nav-item.show .nav-link, .nav-tabs.feed-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #accdc0;
    opacity: 1;
}

/* Profile Password Tab Css */

.password_form .default_btn {
    height: 41px;
    line-height: 41px;
    width: 288px;
    max-width: 100%;
}

.password_form .form-group label {
    font-size: 16px;
}

/* Lendera Page Css */
.recommended_box h6 label {
    cursor: pointer;
}
.view_all {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}

.following-lenders .people-box h6 {
    margin-top: 21px;
}

.sort_list,.sort_list-2 {
    display: none;
    top: 100%;
    z-index: 11;
    width: 241px;
    border: 1px solid #accdc0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
    right: 0;
    padding: 24.5px;
}

.sort_list li,.sort_list-2 li {
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
}


/* Designer Clothing Page Css */

.designer_banner {
    background: url(../images/designers_banner.jpg) no-repeat center 8px;
}

.designers-detail- .designer_banner {
    justify-content: center !important;
    align-items: center !important;
/*    height: 336px !important;*/
    height: 250px !important;

    }

/* Profile Gift Tab Css */

.row-spacing {
    margin: 0 -8px;
}

.row-spacing>div {
    padding: 0 8px !important;
}

.gift-form .form-group label {
    font-size: 16px;
    margin: 0 0 10px;
}

.gift-form .form-control {
    font-size: 12px;
}

.gift-form .form-control.calender_icon,.gift-form .form-control.clock_icon {
    background-color: transparent !important;
}

.gift-form .form-control.calender_icon:focus,.gift-form .form-control.clock_icon:focus {
    background-color: #fff !important;
}

.gift-form textarea.form-control {
    height: 104px;
    resize: none;
    line-height: normal;
}

.gift-form .default_btn {
    width: 184px;
    height: 32px;
    line-height: 32px;
}

/* Freeze Popup Css */

.freeze_popup .modal-dialog {
    padding: 0;
    max-width: 320px;
}

.freeze_popup .default_btn {
    width: 312px;
}

.freeze_popup label {
    font-size: 14px;
}

.gray-txt {
    color: #accdc0 !important;
}

.letter-space {
    letter-spacing: 0.8px !important;
}

/* Press Page Css */

.press_slider .items_box {
    padding: 0;
    width: 100%;
    margin: 0;
}

.press_slider .items_box:after {
    content: none;
}

.date-txt {
    font-size: 12px;
     font-family: 'Lato', sans-serif;
     text-transform: uppercase;
}

.artical-btn {
    color: #accdc0;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
}

/* Contact Us Page Css */

.contact_banner {
    background: url(../images/contact_us_banner.jpg) no-repeat center 8px;
    height: 504px;
    background-size: cover;
}

.contact_banner .white_box {
    top: auto;
    bottom: -340px;
}

.input-bg {
    position: relative;
    z-index: 1;
}

.input-bg::after {
    background-color: rgb(0 0 0 / 5%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.input-bg .form-control {
    border-color: rgb(0 0 0 / 5%);
    height: 48px;
    line-height: 48px;
}

.contact_form .form-control:focus {
    background-color: transparent;
}

.contact_form .default_btn {
    width: 264px;
}

.contact_form textarea.form-control {
    height: 224px;
    resize: none;
}

.contact_form .form-control::-webkit-input-placeholder {
    /* Edge */
    opacity: 0.7;
    color: #0D0D0D;
}

.contact_form .form-control::-ms-input-placeholder {
    /* Edge */
    opacity: 0.7;
    color: #0D0D0D;
}

.contact_form .form-control::placeholder {
    /* Edge */
    opacity: 0.7;
    color: #0D0D0D;
}

/* FAQs Page Css */

.page-search .form-control {
    height: auto;
    width: 100%;
    opacity: 0.2;
    color: #0D0D0D;
    font-family: Prata;
    font-size: 16px;
    letter-spacing: 0;
}

.accordion .card {
    border-radius: 0;
    margin-bottom: 16px;
}

#faq-collapes .card>.card-header {
    padding: 23px 30px;
}

.sub-collapes .card .card-header h5 {
    width: 160px;
}

#faq-collapes .card-header button {
    font-size: 18px;
    width: 100%;
    text-align: left;
    display: block;
}

.sub-collapes .card {
    margin: 0 0 35px;
}

.sub-collapes .card:last-child {
    margin: 0;
}

.sub-collapes>h5 {
    width: 160px;
}

.right-text {
    width: 96%;
}

.left-text {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 24px;
}

.right-text h6 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 24px;
}

/* about_me_popup css */

.about_me_popup .modal-dialog, .address-popup .modal-dialog {
    margin-top: 60px;
}

.about_me_popup .close, .address-popup .close {
    top: -40px;
}

.about_me_popup .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.about_me_popup .form-control::-ms-input-placeholder {
    /* Edge */
    color: #000;
}

.about_me_popup .form-control::placeholder {
    /* Edge */
    color: #000;
}

.word-limit {
    bottom: 0px;
    right: 15px;
}

/* fit_guearantee Popup Css */

.modal-title.thank-title {
    border: 0;
    position: relative;
    padding: 4.5px 18.1px;
}

.modal-title.thank-title:before, .modal-title.thank-title:after {
    content: "";
    border: 1px solid #accdc0;
    display: block;
    height: 100%;
    position: absolute;
}

.modal-title.thank-title:before {
    width: 89px;
    top: -6px;
    left: 15px;
}

.modal-title.thank-title:after {
    bottom: -4px;
    right: 13px;
    width: 103px;
}

.modal-body p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate-180{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Followers Css */
.followers-popup .modal-title {
    padding: 6px 21.1px 1px;
}

.following-body {
    height: calc(100vh - 165px);
    overflow: auto;
    padding-right: 15px;
}

.followers-list li span {
    font-size: 16px;
}

.followers-list .default_btn {
    width: 96px;
    height: 32px;
    border: 1px solid #000; 
    line-height: 32px;
}

.followers-list li:first-child a{
    color: #000;
    opacity: 0.7;
}

/**/

.banner-highlight {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

section.home_girls_product {
    position: relative;
}

/* Resiter Two Popup Css */

.modal-body .check_icon {
    margin-top: -5px;
}

.popup-back {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Tips For Lenders Css */

.tips-nox {
    border: 1px solid #accdc0;
}

.tips-lender .row.mb-lg-4.mb-3.pb-lg-2:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.tips-nox h6 {
    font-size: 18px;
}

.tips-nox li {
    font-weight: 300;
}

/* Blog Detail Page Css */

.blog-banner {
    background-image: url(../images/blog_detail_banner.jpg);
}

.banner-detail-box {
    background: #fff;
    padding: 51.4px 98.5px 0px;
    width: calc(100% - 30.5px);
    margin: -60px 0 60px;
    z-index: 1;
}

.banner-detail-box:after {
    content: "";
    position: absolute;
    left: 30.5px;
    top: 31.5px;
    border: 1px solid #accdc0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog-box p:last-child {
    margin-bottom: 0 !important;
}

.blog-detail-content .default_btn {
    line-height: 31px;
    width: 97px;
    height: auto;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
}

/* Profile Payment Tab Option Css */

.default_btn.small_btn {
    width: 96px;
    height: auto;
    line-height: 32px;
}

.card-info {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
}

.card-holder {
    font-size: 14px;
}

.number-text{
    color: #000000;
    font-family: 'Prata', serif;
    letter-spacing: 0;
}

.number-text label {
    font-size: 32px;
    line-height: 56px;
    text-align: center;
}

.number-text span {
    font-size: 18px;
}

.credits-box p{
    font-size: 14px;
    letter-spacing: 0;
}

.border-btn {
    line-height: 32px;
    height: 32px;
    border: none;
    display: block;
    position: absolute;
    min-width: 119px;
    padding: 0 6px;
    top: 50%;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
}

.coulmn-three li{
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.coulmn-three label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* Body Details Popup Css */
.size-lable {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #accdc0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-transform: uppercase;
}

.body-popup .modal-body .form-control,.contact-popup .modal-body .form-control{
    color: #000;
}

.style-board-content .row-spacing{
    margin: 0 -4px;
}

.style-board-content .row-spacing > div{
    padding: 0 4px !important;
}

.style-board-content .profile-bottom .chiller_cb .check_icon {
    top: -2px;
}

.text-12 {
    font-size: 12px !important;
}

.freeze_popup .check_icon {
    margin-top: -2px;
}
.chat-footer {
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.chat-footer .subject-wrap {
    background-color: #FFFFFF;
    border-top: 1px solid #accdc0;
    border-bottom: 1px solid #accdc0;
    padding: 10px 15px;
}
.chat-footer .subject-wrap p{
    color: #000000;
  font-family: Prata;
  font-size: 16px;
  letter-spacing: 0;
}
.chat-footer .subject-wrap p span {
  color: #000000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
}

.product_itmes .position-absolute {
    position: absolute!important;
    height: 30px !important;
    overflow: auto;
    z-index: 999;
    right: 0px !important;
}
.row.morProduct {
    /*width: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

section.product_listing_content .row.morProduct {
   
    justify-content: flex-start;
    
}

.chat-footer .message-send-block {
    /* background-color: rgb(25 24 25 / .05); */
    background-color: #e8e8e8;
    padding: 4px 0 4px 15px;
    width: 100%;
    display: inline-block;
}
.chat-footer .message-send-block input {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    padding-right: 150px;
}
.chat-footer .message-send-block input::placeholder {
    opacity: 0.7!important;
  color: #000000!important;
  font-family: Roboto!important;
  font-size: 15px!important;
  font-weight: 300!important;
  letter-spacing: 0!important;
  line-height: 24px!important;
}
.chat-footer input {
    background: transparent;
    outline: none;
    width: 100%;
    border: none;
    padding: 8px;
}
.image-upload > input {
    display: none;
}
.image-upload {
    position: relative;
    top: 3px;
}
.image-upload img {
    height: 18px;
    cursor: pointer;
}
.chat-footer .insider {
  border-radius: 24px;
  background-color: #EEEEEE;
  padding: 4px;
}
.chat-footer .image-upload label {
  margin-bottom: 0px;
}
.chat-footer .send-msg-btn {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    border: none;
    padding: 12px;
    position: absolute;
    right: 15px;
    bottom: -4px;
}
.anchor-for-label span {
    border: 1px solid #0D0D0D;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0D0D0D;
    padding: 0.5px 6.8px;
    margin-left: 10px;
    border-radius: 2px;
    font-size: 14px;
}
.contact-popup.join-waitlist h4 {
  color: #000000;
  font-family: Prata;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40px;
  border:none;
  width: 100%;
  display: block;
}
.contact-popup.join-waitlist h6 {
    color: #000000;
  font-family: Lato;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}
.upload-btn-wrapper {
    position: relative;
    width: 100%;
}
.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 48px;
    cursor: pointer;
}
.contact-popup.join-waitlist .modal-dialog {
    overflow: hidden;   
}
.upload-btn-wrapper .btn {
    height: 46px;
    background: #000;
    width: 100%;
    color: #fff;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
    border-radius: 0px;

}
.add-another-design-item {
  height: 48px;
  background-color: #accdc0;
  border: none;
  width: 100%;
}
.contact-popup.join-waitlist .chiller_cb label {
    opacity: 0.7;
  color: #000000;
  font-family: Lato;
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 16px;
  font-weight: 600;
  text-transform: none;
}
.buttons-block-new a{
    height: 48px;
    line-height: 48px;
}

/* Bank Transfer Popup Css */
.bank_transfer .modal-dialog {
    margin-top: 59.5px;
}

.bank_transfer .close {
    top: -40px;
}

.lato-font{    
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    opacity: 0.7 !important;
    font-size: 12px !important;
    letter-spacing: 0.75px !important;    
}

.letter-spacing{
    letter-spacing: 0 !important;
}
.single-check {
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}

.single-check label {
    opacity: 0;
    text-indent: -37px;
    width: 14px;
    height: 100%;
    padding-left: 12px;
}

.text-10 {
    font-size: 10px !important;
}


/* Reviews Popup Css */
.reviews_content {
    height: 100vh;
}

.reviews_content .modal-dialog {
    padding: 0 45px;
    margin-bottom: 0;
}

.reviews_content .modal-body {
    overflow: auto;
    height: calc(100vh - 150px);
}

.reviews_content p{
    font-size: 15px;
}

/* Join Waitlist page Css */
.welcome-form h4 {
    color: #000000;
    font-family: 'Prata', sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 39px;
}

.welcome-form span.border-block {
    border: 1px solid #accdc0;
}

.welcome-form strong {
    color: #000000;
    font-family: 'Prata', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
}
.peach-blue {
    background: #accdc0;
    border: none;
}
.new-sea-mist-btn {
    background: #accdc0;
    border: none;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.new-sea-mist-btn:hover {
    background: #000;
    color: #fff;
    border-radius: 1px;
}



.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;

  font-size: 13px;
  font-weight: 700;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #accdc0;

  color: #fff !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #accdc0;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ff8c00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #accdc0;
  color: #fff !important;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ff8c00;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: ##ff8c00;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;

  color: #000;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.datepicker .dow {
  border-bottom: 1px solid #e7e7e7;

  color: #9b8079;
  font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
  width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: #d44;
}

@import url("normalize.css");
@import url("datepicker.css");

/* app */
.charset {
  box-shadow: 1px 1px 10px #000;
}

.app {
  width: 100%;
  height: auto;
}
.app:after {
  content: "";
  display: table;
  clear: both;
}
.app__side {
  background: #333;
  width: 35%;
  height: 100%;
  padding: 40px;
  float: left;

  color: #ff8c00;
}
.app__main {
  background: #fbf9fa;
  width: 100%;
  height: 100%;
  float: left;
}

/* b-calendar */
.calendar {
  padding: 10px;
}
.calendar .datepicker {
  width: 100%;
}
.calendar .datepicker table {
  width: 100%;
}


/**/
.price-table{
    width: 70%;
    max-width: 100%;
    margin: auto;
    border: 1px solid #000;
    letter-spacing: 0;
    line-height: normal;
    text-transform: uppercase;
}

.price-table th{
    width: 50%;
    background-color: #dcdcdc;
    background-color: #accdc0;
    color: #fff;
}

.price-table th,.price-table td{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
}
.price-table td{
    color: #000;
}
.price-table th:last-child,.price-table td:last-child{
    border-right: 0;
}


.size_chart_content .modal-dialog {
    padding: 0;
}

.price-table.size_chart  {
    width: 100%;
}

.price-table.size_chart th{
    width: auto;
}

.price-table th,.price-table td{
    padding: 5px;
}

.price-table.size_chart td{
    font-size: 10px;
}

.price-table.size_chart tr:nth-of-type(even),.bg_even tr:nth-of-type(even){
    background-color: rgb(189 213 204 / 25%);
}

.shoes_data .price-table {
    width: 80%;
}

.shoes_data .price-table.size_chart tr:nth-of-type(even){
    background-color: transparent;
}


.offer-txt{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.live-loan-req .size_txt {
    font-size: 12px;
    margin-left: 3px;
}

ul.login_pages.d-flex.align-items-center .badges {
    position: absolute;
   /* top: 2px;
    right: 13px;*/
    padding: 1px 4px !important;
    background: red;
}
.chiller_cb.small_label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
/* .chiller_cb input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
} */

.select2-container .select2-search--inline
{
    float: none !important;
}
.chiller_cb.small_label {
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
}
/*width 100%*/
.custom_arrow {
    
    width:100%;
}
/*first*/
.custom_arrow1 {
    position: relative;
    width:100%;
}
.custom_arrow1:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    /*top: -53px;*/
    right: 23px;
    appearance: none !important;
    padding: 0 16px !important;
    background: url(../images/ic_dropdown_arrow.svg) no-repeat right 10px center;
    z-index: 2;
    width: 20px;
    height: 20px;
}


/*second*/
.custom_arrow2 {
    position: relative;
    width:100%;
}
.custom_arrow2:after {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    /*top: -53px;*/
    right: 23px;
    appearance: none !important;
    padding: 0 16px !important;
    background: url(../images/ic_dropdown_arrow.svg) no-repeat right 10px center;
    z-index: 2;
    width: 20px;
    height: 20px;
}



div#body_lines:after {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    /* top: -53px; */
    right: 23px;
    appearance: none !important;
    padding: 0 16px !important;
    background: url(../images/ic_dropdown_arrow.svg) no-repeat right 10px center;
    z-index: 999999;
    width: 20px;
    height: 20px;
}

/*css for renting date*/
.users-renting span.date_user_renting {
    color: #accdc0;
    font-weight: 400;
}
.users-renting tbody.txt_14 td:nth-child(6) {
    font-size: 16px;
}
.users-renting a.small_black_btn.text-uppercase.d-block {
    font-size: 14px;
    
}


/*css for body lines arrow*/
.custom_arrow3 {
    position: relative;
    width:100%;
}
.custom_arrow3:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    /*top: -53px;*/
    right: 11px;
    appearance: none !important;
    padding: 0 16px !important;
    background: url(../images/ic_dropdown_arrow.svg) no-repeat right 10px center;
    z-index: 999999;
    width: 20px;
    height: 20px;
}
/*font size*/
.products-product_details- .arrival_text .text-black {
   
    font-size: 24px;
}
div#collapseOne p, div#collapseTwo p  {
    font-size: 14px;
}



.wishlist_inner_content .arrival_text label, .arrival_text label a {
    /*height: 21px;*/
}

#myInput
{
    font-size: 14px !important;
}

.col-md-3.col-6.edit-board img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

.row.for-border .col-12 {
    padding: 0px;
}
.row.for-border {
    /* border: 1px solid #accdc0; */
    /*border-top: 1px solid #accdc0 !important;*/
    border-top: none;
    margin:0px;
}

p.mb-3.text-black2.p_namee {
    font-size: 16px !important;
text-transform: capitalize;
}

ul#myULmysearch {
    overflow: scroll;
    height: 350px;
}



/*    zoom effect    */

/*Some CSS*/

.magnify {width: 500px; margin: 90px auto; position: relative;}

/*Lets create the magnifying glass*/
.large {
	width: 375px; height: 375px;
	position: absolute;
	border-radius: 100%;
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*Lets load up the large image first*/
	background: url('https://cl.ly/WhkV/back-of-t-big.png') no-repeat;
	
	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small { display: block; }

/*edit page new*/
section.home_girls_product.edit_content.pt-lg-5.nm .slick-slide.slick-current.slick-active img {
    width: 100%;
    /*height: 704px;*/
    object-fit: cover;
}

.designer_products .item_img img {
    /*height: 240px;*/
}
.des_sp_li item_img img{
    max-width: 100%;
    height: 351px;
    object-fit: cover;
    object-position: top center;
}



section.home_girls_product.edit_content.pt-lg-5.nm .slick-slide.slick-current.slick-active {
    width: 573px;
}

.editpage section.home_girls_product.edit_content.pt-lg-5.nm .slick-slide.slick-active {
    width: 460px;
}
.editpage section.home_girls_product.edit_content.pt-lg-5.nm .slick-slide.slick-active img {
    
    height: 568px;
   
}

section.home_girls_product.edit_content.pt-lg-5.nm .slick-track {
    width: 1719px;
}

/*section.home_girls_product.edit_content.pt-lg-5.nm .slick-track {
            transform: translate3d(-784px, 0px, 0px) !important;
}*/


section.edits_details_content.pt-3.edit_detail_nm .item_img img {
    height: 704px;
}

h3.empty-things {
    font-family: 'Roboto';
}


.chat_box_wrapper:after {
    content: "";
    clear: both;
    display: table;
}


/*appl mac media queries*/


/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
    @media {
        section.home_girls_product .container-fluid.px-0 {
    height: 780px !important;
}
    }
}*/


@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
     	section.home_girls_product .container-fluid.px-0 {
    height: 780px !important;
}
    
    .slick-track:before, .slick-track:after {
    width: 0px !important;
}

.home_latest_arrival {
    padding: 10px 0 38px;
    height: 264px;
    background-color: #EBF2F0;
}

form.card.bg-transparent {
    border-bottom: 1px solid #666666 !important;
}

.site_copy_write
{
    border-top: 1px solid #666666 !important;
}

form.card.bg-transparent input.form-control.bg-transparent.border-0::placeholder {
    color: #666666;
}

      
     }
}

/*home page ipad pro portrait*/

/* Portrait */

@media only screen
  
  and (max-width: 1366px)
   
  {
@media not all and (min-resolution:.001dpcm){ 
     @supports (-webkit-appearance:none) 
{

.home_latest_arrival {
    margin-bottom: 270px;
}

}
}

}
/*i pad pro 10.5 portriat*/
@media only screen
  
  and (max-width: 1112px)
  and (orientation: portrait)
  
   
  {
@media not all and (min-resolution:.001dpcm){ 
     @supports (-webkit-appearance:none) 
{

.home_latest_arrival {
    height: 173px !important;
}

}
}

}

/*i pad pro 9.7 portriat*/
@media only screen
  
  and (max-width: 1024px)
  and (orientation: portrait)
   
  {
@media not all and (min-resolution:.001dpcm){ 
     @supports (-webkit-appearance:none) 
{

.home_latest_arrival {
    height: 264px !important;
    margin-bottom: 270px !important;
}

.home .container, .home .container-md, .home .container-sm {
    max-width: 720px;
}

.home_latest_arrival .arrival_left {
    -ms-flex: 27%;
    flex: 27%;
    max-width: 27%;
}

.home_latest_arrival .col-md-8 {
    -ms-flex: 73%;
    flex: 73%;
    max-width: 73%;
    position: absolute;
    right: 0;
}
section.home_girls_product .container-fluid.px-0
{
    height: auto !important;
}


}
}

}


.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
  color: rgb(0 0 0 / 70%);
}


/* new css 31-3-22 */
.money_marker {
    max-height: 294px;
    overflow: auto;
    height: 100%;
    min-height: 100px;
}
/* end new css */

.is_greyed_yes .similar_img:before {
    content: "";
    background: #7f7f7f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5
}

.is_greyed_yes .similar_img {
    position: relative;
}

.select2-results__option:before {
    font-size: 10px !important;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 3px;
}

.select2-results__option {
    padding: 0 6px;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
    background-color: #fff;
    color: #0075ff;
}
.select2-results__option[aria-selected=true]:before {
    color: #fff;
    background-color: #0075ff;\
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0075ff;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    opacity: 0.7;
}

.notification_wrapper .customer_request {
    width: 100%;
}

.notification_wrapper .customer_request .w-40 img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
}
.notification_wrapper .customer_request .notification-name {
    width: 90%;
}

.notification_wrapper .customer_request .notification-name a {
    background-color: #accdc0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    display: block;
    max-width: fit-content;
    padding: 0 20px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    margin-top: 15px;
}

.notification_wrapper .customer_request .notification-name a:hover {
    background-color: #000;
    color: #fff;
}

ul.login_pages.d-flex.align-items-center .badges {
    background: #accdc0;
    margin-right: 0.5em;
}

.notification_wrapper .customer_request .notification-name p:last-child {
    font-size: 12px;
    padding-top: 10px;
}

a.lender_wb {
    color: #accdc0;
}

a.lender_wb:hover {
    color: #000;
}
.badge {
    background: #accdc0;
}
.curr_chat {
    border: 2px solid #accdc0 !important;
}

.avatar-wrapper.no-img {
    text-align: center;
}

.bag_btn a.bag_heart {
    margin: 0 !important;
}

.bag_btn a.remove_icon img {
    margin-left: 15px;
}

.bag_txt .date_label span {
    color: #accdc0;
}
.no-records{
   width: 100%;
    border: 1px solid #e5dbdb;
    margin-top: 20px !important; 
}
section.home_girls_product .item_img img,
section.brand_content .item_img img {
    max-width: 100%;
    height: 351px;
    object-fit: cover;
    object-position: top center;
}
section.home_girls_product .item_img, section.brand_content .item_img { 
    /*max-width: 265px;*/
    /*margin: 0 auto;*/
    width: 100%;
}

/*.home_girls_product .items_box, .designer_content .items_box {*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*margin-top: 1rem;*/
/*}*/

/*.designer_content .items_box:after, .home_girls_product .items_box:after {*/
    /*display: none;*/
/*}*/

p.ellipsis:empty {
    display: none;
}
.designer_content .items_box .ellipsis, 
.home_girls_product .items_box .ellipsis {
    white-space: initial;
    overflow: visible;
    text-overflow: initial;
}

.tech .home_girls_product .items_box:after {
    display: block;
}

p.ellipsis:empty {
    display: none;
}
.tech .home_girls_product .items_box {
    width: calc(100% - 50px);
    margin: -70px auto 30px;
    padding: 32px 29px 8px 28px;
}

.tech .designer_content .items_box .ellipsis, 
.tech .home_girls_product .items_box .ellipsis {
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tech section.home_girls_product .item_img img,
.tech section.brand_content .item_img img {
    max-width: 100%;
    height: 568px;
    object-fit: cover;
    object-position: top center;
}
.tech section.home_girls_product .item_img,
.tech section.brand_content .item_img { 
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}


@media (max-width: 800px) {
    .mob_similar_style .similar_img img {
        height: 318px;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .lender_detail_box .lender_user_details label.lender_btn {
    /*justify-content: center;*/
    }
    .mob_similar_style .similar_img img {
        height: 180px;
        object-fit: contain;
    }
    .bag_btn a.bag_heart {
        margin-bottom: 10px !important;
    }

    .bag_btn a.remove_icon img {
        margin-left: 0;
    }
    .bag_table_data .bag_btn {
        margin: 1.5rem 0;
    }
    .product_accordion {
        padding-bottom: 0 !important;
    }
    .bag_btn {
        display: flex;
    }
}

.lender-mobile-content .lend-text label {
    text-align: left !important;
}

.see-how-others .prod_det_img-flex {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}

.see-how-others .prod_det_img-flex .col {
    padding: 0;
}

.see-how-others .prod_det_img-flex .col img {
    width: 100% !important;
}
.row.edit-detail-page {
    margin-top: 2em;
}