/*header file code here*/

.notification {
        background-color: #555;
        color: white;
        text-decoration: none;
        padding: 15px 26px;
        position: relative;
        display: inline-block;
        border-radius: 2px;
    }

    .notification:hover {
        background: red;
    }

    .badge {

        position: absolute;
        /* top: -5px; */
        right: 118px;
        padding: 2px 5px;
        border-radius: 50%;
/*        background: red;*/
        color: white;

    }

    .badges {
        position: absolute;
        top: -3px;
        right: -9px;
        padding: 1px 4px !important;
        background: #accdc0;

    }

    .badges {
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    #bell_style {
        font-size: 18px;
        position: relative;

    }

/*end hreader file code here*/


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%;
}

span#notification {
    right: 84px;
}

/*dashboard header*/
/*dashboard header*/
    .subpage_mobile_header.d-lg-none.d-flex {
    display: none !important;
    
}

.editpage-detail- .site_nav_menu, .users-dashboard .site_nav_menu, .users-lending .site_nav_menu, .users-renting .site_nav_menu, .users-message- .site_nav_menu, .users-my-wardrobe .site_nav_menu, .users-my-wishlist .site_nav_menu, .users-my-favourite .site_nav_menu, .users-profile .site_nav_menu, .editpage .site_nav_menu, .lenders .site_nav_menu, .lenders- .site_nav_menu, .designers .site_nav_menu         {
    /*display: none !important;*/
}


    /*end dashboard header*/

/*home page new chnages for desktop*/
.tech .header_top_links li:first-child, .header_top_links li:nth-child(2) {
    padding-left: 0;
}
/*this*/
/*.tech .header_top_links li {
    padding: 0 24px;
}*/
.login_pages li.d-lg-flex.d-none {
    margin-right: 0px;
}

.tech .login_pages li:first-child {
/*    padding-right: 24px;*/
}
.tech .header_top_links li:first-child, .header_top_links li:nth-child(2) {
    padding-left: 0;
}
.tech .header_top_links li:last-child {
    padding-right: 0;
}
/*.tech .header_pages_link.d-flex.align-items-center.justify-content-between .login_pages li.d-lg-flex.d-none {
    margin-right: 0px;
}*/



/*home page new chnages end for desktop*/
/*product detail page new chnages*/
.products-product_details- .duration-content .row .col-xl-6:first-child {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.products-product_details- .duration-content .row .col-xl-6:nth-child(2) {
   flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 4px !important;
}
.products-product_details- .duration-content .row .col-xl-6:nth-child(2) a
{
    border: 2px solid black;
    background-color: transparent;
    color: #accdc0 !important;
}
.products-product_details- .duration-content .row .col-xl-6:nth-child(2) a:hover
{
    border: 0px solid black;
    background-color: #accdc0;
    color: white !important;
}

/*product detail page new changes end here*/
/*product page new changes*/
.products header.site-header, .products-product_details- header.site-header {
    display: none;
}
.products .subpage_mobile_header.d-lg-none.d-flex.pb-2 .left_back_btn, .products-product_details- .subpage_mobile_header.d-lg-none.d-flex.pb-2 .left_back_btn
{
	margin-top: 0px;
}

/*apply filter button*/
.products .apply-filters button.aply-filter-button, .products-product_details- button.aply-filter-button  {
    
   background-color: black;
    color: white;
    width: 100%;
    padding: 14px 0px 14px 0px;
    display: block;
}
.products .apply-filters, .products-product_details- .apply-filters  
{
    margin-top: 40px;
}

.products-product_details- ul.d-flex.align-items-start.justify-content-between.w-100 li:nth-child(2) {
    display: none !important;
}

/*product detail page new changes here*/
.products-product_details- section.product_detail_section.d-lg-block {
    display: none;
}
.products-product_details- section.product_mobile_section.d-lg-none.d-block
{
display: block;
}


/*font sizes*/

.listItems input.select2-search__field::placeholder {
  
    font-size: 12px;
}

.listItems li.select2-search.select2-search--inline {
    font-size: 12px;
}

.listItems .occasions_check .form-group label {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}



.upload_box_wrapper .file-upload-block>img
{
    height: 232.5px;
}

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

.upload-body .modal-backdrop.show {
    opacity: 0.5;
    background: #000;
}
.item_imgss img {
    height: 336px;
    object-fit: cover;
    object-position: top center;
}
.datefilter {
    border: none;
    width: 100% !important;
    padding: 8px 15px;
    background-color: transparent;
}
img#img_logo {
    width: 50px !important;
    height: 60px !important;
    object-fit: contain;
}
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;
}

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

.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;
    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;
}

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;
}

.back_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.back_btn:hover {
    color: #fff;
}

.left_back_btn {
    padding-left: 40px;
    position: relative;
}

.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: 999;
}

.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;
}

.navbar-expand-lg .navbar-nav .nav-link, .sub-menu li a {
    color: #fff;
    font-weight: 100;
    -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;
}

.mobile-icon {
    display: inline-block;
    vertical-align: middle;
    background: #d8d8d8;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/*.navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
}*/

.page_search {
    display: none;
}

.sub-menu h6 {
    border-bottom: 1px solid #000;
    padding: 0 0 15px;
    margin: 0 0 31px;
}

.navbar-box .arrival_text {
    padding: 10px 0 0;
}

.navbar-box .arrival_text label{
    font-size: 11px;
    line-height: 16px;
}

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

.navbar-box .arrival_text label span {
    padding: 0 5px;
    font-size: 12px;
}



@supports (-webkit-touch-callout: none) {
    /* ios device specific */
    select, select.form-control {
        border-radius: 0 !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .modal-header .close {
        -webkit-text-fill-color: transparent !important;
    }
    .form-control {
        box-shadow: none;
        padding: 0 0 0 15px;
        line-height: 40px;
        background: transparent;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    #filter_popup input.form-control {
        padding: 0;
    }
    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }
}

@media (min-width:1200px) {
    /*desiger list page begin*/
    /* designer list page */
    .designer_name_list li {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .designers_nav li a {
        font-size: 20px;
        width: 26px;
    }

    /*designer list page end*/
    .sub_page .container {
        max-width: 1296px;
    }
    .common_filter .container, .edits-slider-section .container {
        max-width: 1140px;
    }
    .lenders_content .container {
        max-width: 1170px;
    }
    .w-990 {
        max-width: 990px !important;
    }
    .faqs-content .container {
        max-width: 970px;
    }
    .tips-lender .container {
        max-width: 1000px;
    }
    .blog-detail-content .container {
        max-width: 800px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 11.5px 42.7px;
    }
    /* Product Details Page */
    .similar_img.mb-2 {
        /*height: 232px;*/
            height: 237px;
    object-fit: cover;
    object-position: top center;
    }

.similar_img.mb-2 img {
    height: 100%;
}
/*new*/

.wishlist_inner_content .similar_img.mb-2 img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
.wishlist_inner_content .similar_img.mb-2 {
        /*height: 232px;*/
            height: 237px;
    object-fit: cover;
    object-position: top center;
    }

/*new end here*/
    /*.similar_img img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }*/
    .similer_style_slider .similar_img img {
        width: 100%;
    }
    /* Designer Page Css */
    .designers_list_content {
        margin: 0 0 200px;
    }
    .designer_name_list.three_cols {
        width: 75%;
    }
    .designer_name_list.three_cols li {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .request_tooltip {
        left: 0;
    }
    /* About Us Page Css */
    .about_us_page .container {
        max-width: 970px;
    }
    .about_us_content .col-lg-8 {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
        padding: 0 25px 0 0;
    }
    .about_left_content .col-lg-8 {
        padding: 0 32px 0 0;
    }
    .about_right_content .col-lg-8 {
        padding: 0 0 0 32px;
    }
    .about_us_content .col-lg-4 {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        padding: 0;
    }
    .about_img {
        height: 488px;
    }
    .about_img img {
        height: 100%;
        object-fit: cover;
        object-position: center left;
    }
    .contact-popup input[type="date"] {
        text-transform: uppercase;
    }
    .wishlist_content .container, .your_feed_content .container, .profile_content .container, .lender_content .container {
        max-width: 1296px;
    }
    .h-176 {
        height: 162px !important;
    }
    .instagram_slider 
    .h-168 {
        height: 156px !important;
    }
    #deshboard_tab .row.no-gutters>.col-md-4 {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
    .message_body .container-fluid, .message_page .container-fluid {
        max-width: 600px;
    }
    .common-slider .slick-next {
        right: -25px;
    }
    .common-slider .slick-prev {
        left: -35px;
    }
    /* Blog Detail Page Css */
    .blog-banner {
        height: 352px !important;
    }
}

@media (min-width:1024px) {
	/*old*/
    /*.pl-lg-6 {
        padding-left: 80px;
    }*/
/*new*/
.pl-lg-6 {
        padding-left: 95px;
        padding-right: 0px;
    }


    .home_latest_arrival {
        margin-bottom: 270px;
    }
    .upload_box_wrapper li.listing_tips {
        flex: 0 0 24%;
        max-width: 24%;
        margin-right: 0;
    }
    /* Your Feed Css */
    .col-lg-2.feed_left_box {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    .col-lg-8.feed_middle_box {
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
        max-width: 61%;
        padding: 0 24px 0 32px;
    }
    .col-lg-2.feed_right_box {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
    .follow-list {
        margin-right: -5px;
    }
    .follow-list li {
        padding-right: 5px;
        width: 33%;
        height: auto;
    }
    .feed_right_box .suggestions_profile .default_btn {
        width: 48px;
        height: 22px;
        line-height: 22px;
        font-size: 10px;
    }
    .feed_left_box h6, .feed_right_box .follower_head h6 {
        font-size: 12px !important;
        line-height: 16px;
    }
    /* My Profile Css */
    #profile_four .search-40 {
        width: 86%;
    }
}

@media (min-width:768px) {

    

    .editor_img img {
        width: 100%;
        height: 385px;
        max-width: 100%;
        object-fit: contain;
        object-position: top center;
    }
    .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;
    }
    .message_wrapper .col-md-4 {
        -ms-flex: 0 0 39.333333%;
        flex: 0 0 39.333333%;
        max-width: 39.333333%;
    }
    .message_wrapper .col-md-8 {
        -ms-flex: 0 0 60.666667%;
        flex: 0 0 60.666667%;
        max-width: 60.666667%;
    }
    .admin_detail .txt_msg {
        width: 75%;
    }
    .rate_exp {
        width: 80%;
        margin: auto;
    }
    .w-260 {
        width: auto !important;
        min-width: 260px;
    }
    /* Return Time Over Css */
    .cancellation_period .default_btn {
        width: 272px;
    }
    /* Press Page Css */
    .news-content .container {
        max-width: 770px;
    }
    .designer_banner .banner-title {
        width: 415px;
        display: block;
    justify-content: center;
    align-items: center;
    }

    .thank_you_card .modal-title{
        width: 219px;
    }
}

@media (min-width:992px) {

    .editpage-detail- .site_nav_menu, .users-dashboard .site_nav_menu, .users-lending .site_nav_menu, .users-renting .site_nav_menu, .users-message- .site_nav_menu, .users-my-wardrobe .site_nav_menu, .users-my-wishlist .site_nav_menu, .users-my-favourite .site_nav_menu, .users-profile .site_nav_menu, .editpage .site_nav_menu, .lenders .site_nav_menu, .lenders- .site_nav_menu, .designers .site_nav_menu       {
    display: block !important;
}
/*.tech .header_top_links ul.login_pages.d-flex.align-items-center li {
    padding: 0 3px;
}

.home .header_top_links ul.login_pages.d-flex.align-items-center li {
    padding: 0 3px;
}*/
    /*product detail page*/
    .products-product_details- section.product_detail_section.d-lg-block {
    display: block;
}
.products-product_details- section.product_mobile_section.d-lg-none.d-block
{
display: none;
}
/*justin*/
.products header.site-header, .products-product_details- header.site-header {
    display: block;
}
/*apply filter button*/
.products .apply-filters button.aply-filter-button, .products-product_details- .apply-filters button.aply-filter-button  {
    
    display: none;
}
    .navbar{
        position: initial;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        text-transform: uppercase;
        color: #fff;
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 24px;
        padding: 3.5px 12.3px;
        font-weight: 300;
        display: flex;
        align-items: center;
        border: 1px solid transparent;
    }
    .site_nav_menu .navbar-nav {
        width: 90%;
        align-items: center;
    }
    .navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
        border-color: #fff;
    }
    /*old*/
    .navbar-expand-lg .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }
    /*new*/
    /*.navbar-expand-lg .navbar-nav .nav-item:nth-child(1) {
    
    padding-left: 0px;
}*/

    .navbar-expand-lg .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child a {
        border: none;
        padding: 3.5px 0;
    }
    #default_btn123 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
        height: 34px;
        line-height: 33px;
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .navbar-expand-lg .navbar-nav .nav-item:hover ul {
        visibility: visible;
        opacity: 1;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child ul {
        left: auto;
        right: 50px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child:hover ul {
        left: auto;
        right: 50px;
    }
    /*.navbar-expand-lg .navbar-nav .nav-item:hover .sub-menu {
        display: block;
        z-index: 1;
    }*/
    .sub-menu {
        position: absolute;
    }
    .navbar-nav .sub-menu li a {
        display: block;
        color: #0D0D0D;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 36px;
    }
    .navbar-nav .sub-menu li a:hover {
        color: #000;
    }
    /*.site-header .navbar-nav .nav-item.menu-item-has-children .nav-link:after {
        content: "\f107";
        font-family: "Font Awesome 5 free";
        font-weight: 700;
        display: inline-block;
        margin-left: 10px;
    }*/
    .admin_content:after {
        border-top: 2px solid #098add;
        content: "";
        position: absolute;
        top: 54px;
        display: block;
        width: 100%;
        z-index: -1;
    }
    .sub-menu {
        background: #fff;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 100%;
        padding: 35px;
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item:hover .sub-menu{
        display: block;
    }
    .sub_menu_items {
        background: #000;
        padding: 10px 0;
    }
    .sub_menu_items li a {
        padding: 23px 10px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        -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;
    }
    .sub_menu_items li a:hover {
        color: #000;
    }
    .sub_menu_items li:first-child a {
        padding: 0;
    }
    .home_girls_product {
        overflow: hidden;
    }
    .home_girls_product .row.no-gutters {
        margin: 0 -8px;
    }
    .home_girls_product .col-lg-4 {
        padding: 0 8px;
    }
    /*.custom-search-form .form-control {
        padding-right: 500px !important;
    }*/
    .tool-tip-content {
        right: -150px;
    }
    /* My Profile Page */
    .profile-box .col-lg-3 {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .profile-box .col-lg-9 {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }
    .common-slider .slick-next, .common-slider .slick-prev {
        top: calc(50% - 40px);
    }
    /**/
    .brand_content .container-fluid, .edits_details_content .container-fluid {
        overflow: hidden;
    }

    .size_chart_content .modal-dialog {
        padding: 0;
        max-width: 760px;
    }
    
}

/* header_top_links css  */

.header_top_links li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 32px;
    display: inline-block;
}

.header_top_links .pages_link li a {
    border: 1px solid transparent;
    padding: 3.6px 6.7px;
    line-height: normal;
}

.header_top_links .pages_link li.active a, .header_top_links .pages_link li:hover a {
    border-color: #fff;
}



.header_top_links li.bag_icon {
    padding: 0;
}


/* Account Droop Down Css */

.admin_pages_list {
    width: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19), 0 0 1px 0 rgba(0, 0, 0, 0.32);
    position: absolute;
    top: calc(100% + 5px);
    right: -80px;
    display: none;
    z-index: 121;
}

.admin_pages_list.admin-rigt-zero {
    right: 0;
}

.admin_pages_list li {
    padding: 0 !important;
}

.admin_pages_list li a {
    color: #000;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 40px;
}


.admin_pages2_list {
    width: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19), 0 0 1px 0 rgba(0, 0, 0, 0.32);
    position: absolute;
    top: calc(100% + 5px);
    right: 80px;
    display: none;
    z-index: 121;
}

.admin_pages2_list.admin-rigt-zero {
    right: 0;
}

.admin_pages2_list li {
    padding: 0 !important;
}

.admin_pages2_list li a {
    color: #000;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 40px;
}

/**/

.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: 233px;
    height: 104px;
    display: block;
    bottom: -24px;
    left: 15px;
    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, .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: none !important;
}

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

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

.forward_btn {
    margin: 20px 0 0;
}

.arrival_text {
    padding: 10px;
}

.arrival_text label,.arrival_text label a {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: 'Prata', serif;
    cursor: pointer;
    text-align: center;
    /*max-width: 183px!important;*/
    /*margin: auto!important;*/
}
.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: 0.5px 6.8px;
    margin-left: 10px;
    border-radius: 2px;
    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;
}

.arrival_text p {
    color: #accdc0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    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: 450px;
    max-width: 100%;
    height: 336px;
    object-fit: cover;
    object-position: top center;
}

.item_imgss{
    width: 450px;
    max-width: 100%;
    height: 336px;
    object-fit: cover;
    object-position: top center;
}


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

.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;
}

.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;
}

.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;
}

.similer_style {
    background: #FCF9F5;
    padding: 23px 16px 10px;
}

.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;
}

.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;
    margin: 15px 0 23px;
    padding: 20px 0 30px;
}

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

.rating img {
    width: 12px;
}

.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 15px 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-bottom: 1px solid #accdc0;
    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;
}

.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;
}

.designer_name_list li {
    flex: 0 0 25%;
    max-width: 25%;
    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);
}

.prd-detail {
    padding: 16px 48px;
}

.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: 1px 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: 288px;
    background-color: #000000;
    border: 1px solid #000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* .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;
}

.thanks-popup span.add-item {
    padding-top: 7px;
    padding-right: 2px;
}

.header-kp {
    height: 20px;
    width: 20px;
    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: 3px;
}

.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 14px;
    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: calc(100% - 100px);
}
.users-my-wishlist .wishlist_heading h6, .users-my-favourite .wishlist_heading h6 {
    width: calc(100% - 100px);
}

.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;
}



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;
    text-align: center;
}
a.view_btn.d-block {
    text-decoration: underline!important;
    text-align: center;
}

.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;
}

.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-bottom: 5px;
}

.bag_table_data td {
    border-top: 1px solid #accdc0;
    border-bottom: 1px solid #accdc0;
    padding: 15px 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;
}

.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: 15px 15px;
    font-size: 14px;
}

.total_amount th, .total_amount td {
    border-top: 1px solid #accdc0;
    opacity: 1;
    font-size: 16px;
}

.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;
} */

.col-12.occasions_check.gray_check.occasions_black_check .chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
}

.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: #dcdcdc;
}

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

/* .chiller_cb label {
    padding-left: 25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
} */
.occasions_check .chiller_cb label {
    padding-left: 14px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 7px;
}

.login_Form.chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
    margin-top: 3px !important;
}

.login_Form.chiller_cb input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.login_Form.chiller_cb.small_label.d-inline-block.mr-1 label
{
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
    position: relative;
    cursor: pointer;
    text-transform: initial;
    z-index: 2;
}
.login_Form.chiller_cb input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
}
.login_Form.chiller_cb input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

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

.login_Form.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;
    margin-top:3px;
}

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

/***********   registerType1 page checkbox css         ************/
.register_Form.text-uppercase {
    display: flex;
    justify-content: flex-start;
}
.registerType1.chiller_cb.small_label {
    position: relative;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.registerType1.chiller_cb.small_label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.registerType1.chiller_cb.small_label label
{
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
    position: relative;
    cursor: pointer;
    text-transform: initial;
    z-index: 2;
    margin-top: 4px;
}
.registerType1.chiller_cb.small_label  input:checked~.check_icon {
    background: #000;
    border-color: #000;
    margin-top: 3px !important;
}
.registerType1.chiller_cb.small_label input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
    visibility: hidden;
    opacity: 0;
}
.registerType1.chiller_cb.small_label input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.registerType1.chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
}
.registerType1.chiller_cb.small_label input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.registerType1.chiller_cb.small_label .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;
    margin-top:4px;
}


/***********   registerType2 page checkbox css         ************/
.registerType2.chiller_cb.small_label {
    position: relative;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.registerType2.chiller_cb.small_label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.registerType2.chiller_cb.small_label label
{
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
    position: relative;
    cursor: pointer;
    text-transform: initial;
    z-index: 2;
margin-top: 4px;


}
.registerType2.chiller_cb.small_label  input:checked~.check_icon {
    background: #000;
    border-color: #000;
    margin-top: 3px !important;
}
.registerType2.chiller_cb.small_label input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
    visibility: hidden;
    opacity: 0;
}
.registerType2.chiller_cb.small_label input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.registerType2.chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
}
.registerType2.chiller_cb.small_label input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.registerType2.chiller_cb.small_label .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;
    margin-top:4px;
}


/***********   registerType3 page checkbox css         ************/
.registerType3.chiller_cb.small_label {
    position: relative;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.registerType3.chiller_cb.small_label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.registerType3.chiller_cb.small_label label
{
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
    position: relative;
    cursor: pointer;
    text-transform: initial;
    z-index: 2;
margin-top: 4px;


}
.registerType3.chiller_cb.small_label  input:checked~.check_icon {
    background: #000;
    border-color: #000;
    margin-top: 3px !important;
}
.registerType3.chiller_cb.small_label input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
    visibility: hidden;
    opacity: 0;
}
.registerType3.chiller_cb.small_label input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.registerType3.chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
}
.registerType3.chiller_cb.small_label input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.registerType3.chiller_cb.small_label .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;
    margin-top:4px;
}


/***********   wardrobe page checkbox css         ************/
.wardrobe_Form.chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
    margin-top: 3px !important;
}

.wardrobe_Form.chiller_cb input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 label
{
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    cursor: pointer;
    text-transform: initial;
    z-index: 2;
}
.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
}
.contact-popup .form-group.profile_btn_group.d-flex.align-items-center.justify-content-between.buttons-block-new {
    /* flex-direction: row-reverse; */
}
.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 {
color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
}
.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 input:checked~.check_icon {
    background: #000;
    border-color: #000;
}

.wardrobe_From.chiller_cb.small_label.d-inline-block.mr-1.py-2 .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;
    margin-top:3px;
}

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



/***********   register page checkbox css         ************/
.chiller_cb.small_label.text-uppercase input:checked~.check_icon {
    background: #000;
    border-color: #000;
    margin-top: 0px !important;
}

.registerFrom_cb .chiller_cb input:checked~.check_icon:before {
    width: 8px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.registerFrom_cb .chiller_cb label
{
    padding-left: 22px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    cursor: pointer;
    text-transform: initial;
    z-index: 2;
    margin-top: 0px;
}
/***********    check boxes        ***********/

.container-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container-box:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-box input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-box input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


/********  end check boxes       *************/


.message_wrapper {
    min-height: 100%;
}
.form-group.bodyLine_input input.select2-search__field {
    max-width: 100% !important;
    width: 500px !important;
}
.registerFrom_cb .chiller_cb input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate( 
45deg
 );
    visibility: hidden;
    opacity: 0;
}

.registerFrom_cb .chiller_cb input:checked~.check_icon:after {
    width: 3px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.registerFrom_cb .chiller_cb {
color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 11px;
}
.registerFrom_cb .chiller_cb input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.registerFrom_cb .chiller_cb input:checked~.check_icon {
    background: #000;
    border-color: #000;
}

.registerFrom_cb .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;
    margin-top:0px;
}

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

.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;
}

.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: 15px;
    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;
}

.occasions_check .form-group label {

   font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px;
    color: rgb(0 0 0 / 70%);
}

.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: 151px;
    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: 20px;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.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: 217.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: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #accdc0;
    font-size: 14px;
    font-family: 'Prata', serif;
    letter-spacing: 0;
    line-height: 24px;
}

.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;
}

.quest_btn: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;
}

.rental_price tr:first-child td {
    border-bottom: none;
}

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

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

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

.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 10px;
    margin-bottom: 30px;
}

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

.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;
    min-height: 69px;
}

.admin_images .h-176 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.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: 16px;
    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;
}

.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: -3px;
    display: inline-block;
}

.zara_txt p {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 15px;
    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;
}

.user_active::before {
    content: "";
    height: 6px;
    width: 6px;
    /*background-color: #accdc0;*/
    display: inline;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

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

.admin_icon img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.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;
}

.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% !important;
    height: 435px !important;
    overflow: auto !important;
}

.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: left;
    color: #26262E;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.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;
}

.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;
}

.recived_msg:before {
    right: -65px;
    /*content: "07:44 PM";*/
}

.send_msg:before {
    /*content: "07:44 PM";*/
    left: -65px;
}

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

.send_msg p {
    color: #fff;
}

.send_msg_box {
    z-index: 1;
}

.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 20px 40px;
}

.my_rental_box th, .my_rental_box td {
    text-align: center;
    padding: 20px 5px;
}

tbody.txt_14 td {
    font-size: 14px;
}

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 0 5px;
}

.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: 14px;
    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: 111;
    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;
}

.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;
}

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

.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;
}


.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);
    padding: 10px;
    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;
}

.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%;
}
.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: absolute;
    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: #000;
    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: 1;
    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;
}

/* 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;
}

/* 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;
}
.chat-footer .message-send-block {
    background-color: rgb(25 24 25 / .05);
    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-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;
}
.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;
}

.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;
    text-transform: uppercase;
}
.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: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 16px;
  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;
}

/*img#just_in {
    
    width: 252px;
    object-fit: cover;
    object-position: top center;
}*/
img.banner_image_height {
    height: 371px!important;
}

img#banner_image_height{
     height: 517px!important;
}
span#password_style {
    color: #e2d6d6!important;
    font-size: 12px!important;
}
/*old*/
/*img#lender_spotlight_image {
    height: 329px!important;
}*/


/*new*/
img#lender_spotlight_image {
    height: 433px!important;
    object-fit: cover;
    width: 100%;
}

img#editor_imgs {
    height: 550px!important;
    width: 100%!important;
}

a.color {
    color: #000000ba;
}

img#userprofile {
    width: 110px;
    height: 110px;
    border: 1px solid white;
    border-radius: 50%;
}
img#getFavouritelender {
    width: 160px;
    height: 160px;
    border: 1px solid white;
    border-radius: 111px;
}

img#getFavouritelendernoimage {
    width: 160px;
    height: 160px;
    border: 1px solid white;
    border-radius: 111px;
    object-fit: cover;
}

div#margin-left {
    padding-left: 0px !important;
}

.wishlist_items {
    position: relative;
    margin-top: 20px;
}

/*.similar_img.h-232.mb-2.position-relative {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}*/
.pr-2 a {
    width: 96px;
    height: 96px;
    display: block;
}
.pr-2 a img {
    width: 96px !important;
    height: 96px;
    object-fit: cover;
    border-radius: 100% !important;
}
.other_items img {
    width: 88px !important;
    height: 113px !important;
    object-fit: contain;
}
/* .customer_box .pr-2, .px-2 {
    padding-right: 0px !important;
} */

/*old*/
/*.img_box.position-relative a:nth-child(1) img {
    height: 385px;
    width: 272px;
    object-fit: cover;
    object-position: top center;
}*/

/*new*/
.img_box.position-relative a:nth-child(1) img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top center;
}

section.product_listing_content .img_box.position-relative a:nth-child(1) img {
    height: 363px;
}



.recommended_box.position-relative  a:nth-child(1) img {
    height: 348px;
    width: 263px;
    /*object-fit: contain;*/
    object-fit: cover;
    object-position: top center;
}

#default_btn123 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    height: 34px;
    line-height: 33px;
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
}
span.remove-uploaded-img {
    position: absolute;
    top: -6px;
    right: 1px;
    /* background-color: white; */
    border-radius: 100%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    
}
span.color_syle {
    background: #accdc0;
    color: white;
    padding: 6px;
    cursor: pointer;
}


button#btn_sty:hover {
    color: #fff;
    background-color: #accdc0;
    border-color: #accdc0;
    border: 1px solid white;
}

button#btn_sty {
    color: #fff;
    background-color: #accdc0;
    border-color: #accdc0;

}div#date_added_one {
    font-size: 10px;
}

input[type="checkbox"]  {
    color:#f2f2f2;
    background: red;
}
/*nm*/
.wishlist_items .row {
    background-color: black;
    margin: auto;
}

.ui-button.cancelButton {
     background-color: black !important;
}


/*img setting*/
.parent-width-img {
    /*width: 168px;*/
}
/*footer cards area setting*/
.site_copy_write.mt-3.py-2 .container .row .col-md-1:first-child {
    
    flex: 0 0 80px;
   
}

.site_copy_write.mt-3.py-2 .container .row .col-md-1:nth-child(2) {
   
    padding-left: 0px;
    
}
.site_copy_write .col-md-6.text-center p {
    left: 4px;
    top: 20px;
}

/*lender page*/
h6.d-block.center {
    text-align: center;
    margin-top: 21px;
}
section.lenders_content.pt-lg-3.lende .slick-list.draggable .slick-slide.slick-active {
    text-align: center;
}

/*home page edit pics*/
.item_img.home-edit-pics-area img {
    height: 568px;
}



/*responsive querries*/
/* for justing page*/
section.product_listing_content .col-lg-3.d-lg-block.d-none {
    /*display: block !important;*/
    /*padding: 30px;*/
    
}
@media only screen and (max-width: 991px)
{
    .editpage-detail- section.edits_details_content
    {
        padding-top: 0px !important;
    }
    .designers section.designers_list_content {
        padding-top: 27px;
    }

/*.designers section.designers_list_content .col-1.d-lg-none.d-block.pr-2
{

    max-width: 100%;
    display: flex !important;

}
.designers .designers_nav.float-right ul.text-uppercase
{
    display: flex;
}*/
.lenders .lender-items img#lender_spotlight_image, .lenders- .lender-items img#lender_spotlight_image {
    height: 244px !important;
   
}
.lenders .lender-items .edit-detail-txt .h4, .lenders .lender-items .edit-detail-txt p,
.lenders- .lender-items .edit-detail-txt .h4, .lenders- .lender-items .edit-detail-txt p {
   
    text-align: left;
   
}

.lenders .following-lenders img#getFavouritelendernoimage,
.lenders- .following-lenders img#getFavouritelendernoimage {
    width: 64px;
    height: 64px;
    
}


.lenders .recommended_box.position-relative a:nth-child(1) img,
.lenders- .recommended_box.position-relative a:nth-child(1) img {
    height: 223px;
    width: 100%;
    
}
.lenders section.lenders_content, .lenders- section.lenders_content {
/*    padding-top: 18px;*/
}



    .editpage section.home_girls_product.edit_content.pt-lg-5.nm .slick-slide.slick-active img {
    height: 368px !important;
}

.editpage  section.home_girls_product.edit_content
{
    padding-top: 20px;
}

    /*dashboard header*/
    .subpage_mobile_header.d-lg-none.d-flex.for_dashboard {
    display: block !important;
    top: 0px;
    position: absolute;
    width: 100%;
}


    /*end dashboard header*/

    /*footer area*/

    footer .site_copy_write .col-md-6.text-center {
    flex: 0 0 100%;
    max-width: 100%;
    
}
footer .site_copy_write .col-md-6.text-center p {
    left: 0px;
    top: 0px;
}
footer .site_copy_write p
{
    text-align: center;
}
.site_copy_write.mt-3.py-2 .container .row .col-md-1:nth-child(2)
{
    flex: 0 0 80px;
}


    .products-product_details- .zoomContainer {
    display: none !important;
}



.products-product_details- .offset-top
{
    margin-top: auto !important;
}   


    /*product detail page for mobile fe fixes*/
.products-product_details- section.product_mobile_section.d-lg-none.d-block .wishlist_inner_content .arrival_text label, .products-product_details- .arrival_text label a
 {
    margin: revert !important;
}
.products-product_details- section.product_mobile_section.d-lg-none.d-block label.d-flex.align-items-center.mb-1 {
     margin-bottom: .25rem !important;
}
.products-product_details- section.product_mobile_section.d-lg-none.d-block .arrival_text label span {
    width: auto;
    
}
.products-product_details- section.product_mobile_section.d-lg-none.d-block .bg_gray .row.mb-6
{
flex: 0 0 100%;
}
.products-product_details- div#datepicker input[type="text"]
{
flex: 1 1 0%;
border: 1px solid transparent;
background-color: transparent;

}
.pro_detail.position-relative img:first-child {
    height: 332px;
    object-fit: contain;
}

.pro_detail.position-relative span.position-absolute.like_pro img {
    height: 27px;
}
.products-product_details- .product_mobile_section .similar_img img {
    height: 270px;
    object-fit: contain;
    object-position: unset;
}


}

@media only screen and (min-width: 320px)
{

    .products .sub_page {
   min-height: 100vh !important;
}


}

@media only screen and (min-width: 655px) and (max-width: 968px) {
  section.product_listing_content .col-lg-3.d-lg-block.d-none {
    
    width: 30%;
}

section.product_listing_content .col-lg-9.pl-lg-6
{
/*width: 70%;*/
}
}

@media only screen and (min-width: 320px) and (max-width: 510px)
{

.img_box.position-relative a:nth-child(1) img {
    /*height: 258px !important;*/
    
}

/*for product detail*/
.products-product_details- section.product_mobile_section ul.select_duration {
    display: block !important;
    
}

.products-product_details- section.product_mobile_section.d-lg-none.d-block .row.mb-4 {
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
}

.products-product_details- section.product_mobile_section.d-lg-none.d-block .bg_gray .row.mb-6 .col
{
padding-left: 0px;
    padding-right: 0px;
}

.products-product_details- .select_duration li
{width: 100% !important;
margin-bottom: 10px;}

}
/*home responsiveness for chrome qa feedbacks*/

@media only screen and (max-width: 767px)
{
	.users-message- .chat_box_wrapper
	{
		border-left: 1px solid #ccc;
	}

	.users-message- .message-send-block .image-upload {
    
    top: 29px;
    display: flex;
    left: 20px;
}
.users-message- .chat-footer .message-send-block input
{
	padding-left: 50px;
}


    .editpage-detail- section.edits_details_content.pt-3.edit_detail_nm .item_img img {
    height: 294px !important;
}

   /*user dashboard*/
   .users-dashboard .lender-mobile-content .arrival_text.arrival_new .lend_title
   {
    text-align: right !important;
   }
   .users-dashboard .arrival_text.arrival_new .lend-text label, .users-dashboard .arrival_text.arrival_new .lend-text p {
   
    text-align: left !important;
}

    /*designer detail page*/
    /*designer detail page*/
    .designers-detail- section.designer_clothing .img_box.position-relative a:nth-child(1) img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
    object-position: top center;
}
.designers-detail- section.designer_clothing .editor_img {
    height: 220px !important;
}


    /*end*/

    /*end designer detail page*/

    /*edit detail page*/
    .products-product_details- section.edits_details_content.pt-3.edit_detail_nm .item_img img {
    height: 358px !important;
}

    /*nm*/
.listItems .rental_price input#four_daysprice, .listItems .rental_price input#seven_daysprice, .listItems .rental_price input#sales {
    font-size: 10px;
}

.listItems span#four_daysprice, .listItems span#seven_daysprice, .listItems span#fourteen_daysprice, .listItems span#fourdays_earnings, .listItems span#sevendays_earnings, .listItems span#fourteendays_earnings {
    font-size: 10px;
}

.listItems .rental_price input#sale {
   
    font-size: 10px;
    
}



    .lenders .recommended_box.position-relative a:nth-child(1) img,
    .lenders- .recommended_box.position-relative a:nth-child(1) img {
    height: 193px;
    
}

     .home .item_img.home-edit-pics-area img {
    height: 488px;
}

 .home .home_latest_arrival .arrival_left {
        -ms-flex: 27%;
        flex: 27%;
        max-width: 27%;
        display: block !important;
    }
    .home .arrive_head {
    visibility: visible;
    }
    .home .home_latest_arrival .col-md-8 {
    -ms-flex: 73%;
    flex: 73%;
    max-width: 73%;
    position: absolute;
    right: 0;
    display: block !important;
}   

}

@media only screen and (max-width: 380px)
{
	.users-dashboard section.d-lg-none.d-block, .users-lending section.d-lg-none.d-block, .users-renting section.d-lg-none.d-block {
        padding-top: 50px;
    }
    .users-profile section.d-lg-none.d-block {
        padding-top: 40px;
    }

    .designers section.designers_list_content {
        padding-top: 39px;
    }

    .editpage-detail- section.edits-slider-section.pb-lg-5 .slick-slide img {
        height: 208px;
    }

    .editpage-detail- section.edits_details_content {
        padding-top: 20px !important;
    }
    .editpage-detail- section.edits_details_content.pt-3.edit_detail_nm .item_img img {
        height: 153px !important;
    }

    .lenders .designer_name_list li a img, .lenders- .designer_name_list li a img
    {
        margin-left: 0px !important;
    }
    .lenders .recommended_box.position-relative a:nth-child(1) img, .lenders- .recommended_box.position-relative a:nth-child(1) img {
        height: 151px;
        object-fit: fill;
        background-position: center;
    }
    .lenders section.lenders_content, .lenders- section.lenders_content {
        /*padding-top: 42px;*/
    }
    .editpage section.home_girls_product.edit_content.pt-lg-5.nm .slick-slide.slick-active img {
    height: 237px !important;
}


    .editpage  section.home_girls_product.edit_content.pt-lg-5.nm .slick-track
    {
        height: 286px !important;
    }
    .tech .arrival_items_slider.slick-initialized.slick-slider .slick-slide.slick-current.slick-active
    {
        /*width: 124px !important;*/
    }
    .home .arrival_items_slider.slick-initialized.slick-slider .slick-slide.slick-current.slick-active
    {
        width: 124px !important;
    }
    
    .home .home_latest_arrival {
        margin-bottom: 120px !important;
    }
    .home .home_latest_arrival {
        height: 275px !important;
    }

    .tech .home_latest_arrival {
        /*margin-bottom: 120px !important;
        margin-bottom: 0px !important;*/
        margin-bottom: -2em !important;
    }
    .home_editor_picks {
        margin-top: 0px !important;
    }

}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {    
    background-color: #accdc0 !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #accdc0 !important;
}
.irs--flat .irs-handle > i:first-child , .irs--flat .irs-bar{
    background-color: #accdc0 !important;
}



/* new css 31-3-22 */

.item_imgss {
    width: 100%;
}

.item_imgss img {
    width: 100%;
}

.money_marker .empty-things {
    padding-top: 20px;
}

img.rental-info-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.dashboard-menu nav.navbar {
    
    border-radius: 0;
    color: #fff;
    background: transparent !important;
    border: 1px solid #000;
}

.dashboard-menu nav.navbar > a {
    padding: 0 5px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    font-family: 'Prata', serif;
    font-size: 14px;
}

.dashboard-menu nav.navbar .navbar-togglers {
    border: none;
    background: transparent;
}

.dashboard-menu #navbarNavDropdown {
    margin-top: 15.5px;
}

.dashboard-menu {
    margin-bottom: 1rem;
}

.responsive-table,
.common_table {overflow-x: auto;}

.common_table table,
.responsive-table table {
    min-width: 100%;
    white-space: nowrap;
}

.common_table.money_marker table {
    min-width: 100%;
}

.lending-list-mobile .img_64 img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.lending-list-mobile:last-child hr {
    border: 0;
}

#wishlist_accordion .wishlist_inner_content .btn-group li {
    margin: 0 auto;
}

#datepicker input#date-range7,
#datepicker input#date-range8 {
    background: transparent;
    border: 0;
    height: 41px;
    line-height: 41px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    color: #0D0D0D;
    font-size: 14px;
    font-weight: 300;
}

.product_listing_right .black_btn {
    border: 0;
}

.btn_buyy {
    background: transparent;
}

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

.product_listing_right.product_listing_right2 iframe {
    width: 100%;
}

section.blog-content .item_img img,
section.press-content .item_img img {
    height: 280px;
}

.address-checkboxes .chiller_cb input:checked + label:after {display: none;}

.address-checkboxes .chiller_cb span.check_icon {margin: 0;top: 5px;}

.address-checkboxes .chiller_cb label {padding-left: 20px;padding-right: 15px;}

.lender_user_details {
    width: 100%;
    max-width: 500px;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    border: #000 !important;
    background: #000 !important;
    border-radius: 0 !important;
    padding: 4px 10px !important;
}

.date-picker-wrapper {
    border: 1px solid #accdc0 !important;
    background-color: #fcf9f5 !important;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    background-color: #accdc0 !important;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #accdc0 !important;
    color: #fff !important;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
}

.day.toMonth.valid.real-today {
    background: #accdc0 !important;
    color: #fff !important;
}

.shopping_details .chiller_cb.small_label {
    display: flex;
    margin-bottom: 0px;
    color: #000000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.shopping_details input#promo_code {
    border: none;
    text-align: right;
}

.border-top-none {
    border-top: 0 !important;
}

.following-body ul.followers-list img.profile-pic {
    width: 40px;
    height: 40px;
}

ul#myULmysearch .black_btn {
    min-width: 100px;
}

section.four-images-banner .container {
/*    max-width: 1040px;*/
    position: relative;
}

@media (max-width: 1200px) {
    .gallery_pdp_container {
        max-width: 20%;
    }
    .gallery-viewer {
        max-width: 80% !important;
    }
}

@media (max-width: 991px) {
    .zoomContainer {
        display: none;
    }
    /*.signed_user.users-dashboard header.site-header,
    .signed_user.users-dashboard .offset-top,
    .users-dashboard header.site-header, 
    .users-lending header.site-header, 
    .users-renting header.site-header, 
    .users-my-wardrobe header.site-header, 
    .users-my-wishlist header.site-header, 
    .users-my-favourite header.site-header, 
    .users-message- header.site-header,
    .users-dashboard .offset-top, 
    .users-lending .offset-top, 
    .users-renting .offset-top, 
    .users-my-wardrobe .offset-top, 
    .users-my-wishlist .offset-top, 
    .users-my-favourite .offset-top, 
    .users-message- .offset-top,
    .users-request header.site-header,
    .users-request .offset-top {
        display: none;
    }*/
    .list_an_items .select2-container {
        min-width: 100%;
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    .users-dashboard section.d-lg-none.d-block, .users-lending section.d-lg-none.d-block, 
    .users-renting section.d-lg-none.d-block,
    .users-my-wardrobe section.d-lg-none.d-block,
    .users-my-wishlist section.d-lg-none.d-block,
    .users-my-favourite section.d-lg-none.d-block,
    .users-message- section.wishlist_content.message-page,
    .listItems- .list_an_items {
/*        padding-top: 50px;*/
        padding-top: 5px;
    }
    .users-dashboard .sub_page, .users-lending .sub_page, 
    .users-renting .sub_page,
    .users-my-wardrobe .sub_page,
    .users-my-wishlist .sub_page,
    .users-my-favourite .sub_page,
    .users-message- .sub_page {
        padding-top: 00px;
    }
    .wishlist_items .row .col-6 {
        padding: 0;
    }
    span.img_title {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .date-picker-wrapper .month-wrapper table {
        width: 100% !important;
    }
}

@media (min-width: 991px) {
    .wishlist_inner_content .similar_img.mb-2 img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
    }
    .sub_page {
        min-height: calc(100vh - 300px);
    }
    .size_chart_content .modal-dialog {
        max-width: 480px;
    }
}

ul#myULmysearch {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 350px;
}
#myULmysearch li a {
    color: #4d4d4d;
    opacity: 1;
    font-size: 15px;
}
#myULmysearch li a img {
    margin-right: 10px;
}
/* end new css */

div#filter_popup {
    z-index: 999999;
    background: #fff;
}
.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px;
    z-index: 9999999;
}

@media (max-width: 800px) {
    .date-picker-wrapper.no-shortcuts {
        width: 300px;
    }
    .date-picker-wrapper .month-wrapper {
        width: 100% !important;
    }
}

.instagram_slider .slick-dots {
    bottom: -40px;
    max-height: 27px;
    overflow: hidden;
}
div#id_success .border-all:before, .border-all:after {
    border: none;
}