@font-face {
    font-family: 'title-font';
    /* src: url("{{ asset('assets/fonts/'.$brand_details['brand_font_1'].'.eot') }}"); */
    src: url('../../fonts/updated/WorkSans-Bold.eot');
    src: local('☺'), url('../../fonts/updated/WorkSans-Bold.woff') format('woff'), url('../../fonts/updated/WorkSans-Bold.ttf') format('truetype'), url('../../fonts/updated/WorkSans-Bold.svg') format('svg');
    /* src: local('☺'), url("{{ asset('assets/fonts/'.$brand_details['brand_font_1'].'.woff') }}") format('woff'), url("{{ asset('assets/fonts/'.$brand_details['brand_font_1'].'.ttf') }}") format('truetype'), url("{{ asset('assets/fonts/'.$brand_details['brand_font_1'].'.svg') }}") format('svg'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-semibold';
    src: url('../../fonts/updated/WorkSans-SemiBold.eot');
    src: url('../../fonts/updated/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/updated/WorkSans-SemiBold.woff2') format('woff2'), url('../../fonts/updated/WorkSans-SemiBold.woff') format('woff'), url('../../fonts/updated/WorkSans-SemiBold.ttf') format('truetype'), url('../../fonts/updated/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font-medium';
    src: url('../../fonts/updated/WorkSans-Medium.eot');
    src: url('../../fonts/updated/WorkSans-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/updated/WorkSans-Medium.woff2') format('woff2'), url('../../fonts/updated/WorkSans-Medium.woff') format('woff'), url('../../fonts/updated/WorkSans-Medium.ttf') format('truetype'), url('../../fonts/updated/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font-regular';
    src: url('../../fonts/updated/WorkSans-Regular.eot');
    src: url('../../fonts/updated/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/updated/WorkSans-Regular.woff2') format('woff2'), url('../../fonts/updated/WorkSans-Regular.woff') format('woff'), url('../../fonts/updated/WorkSans-Regular.ttf') format('truetype'), url('../../fonts/updated/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'font-regular', sans-serif;
    padding-top: 100px !important;
}

h1,
h2,
h3 {
    font-family: 'title-font', sans-serif !important;
    color: #121212;
}

h4,
h5,
h6 {
    font-family: 'font-medium', sans-serif !important;
    color: #121212;
}

p {
    font-family: 'font-regular', sans-serif !important;
    color: #121212;
}

a {
    font-family: 'font-medium', sans-serif !important;
    text-decoration: none;
}

strong {
    font-family: 'title-font', sans-serif !important;
}

section {
    padding: 80px 0;
}

.search-error-msg {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    color: #333;
}

.other-brands-section {
    background-color: rgba(0, 0, 0, .6);
}

.phone-call {
    /* display: none; */
    width: 40px;
    height: 40px;
    right: 1rem;
    bottom: 2.5rem;
    background: #242424;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 99;
    line-height: 40px;
}

.phone-call img {
    width: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.salon-home-banner .slick-dots li {
    width: 12px;
    height: 12px;
}

.salon-home-banner .slick-dots {
    bottom: 3.5rem;
    left: 4.2rem;
    width: auto;
    text-align: left;
}

.salon-home-banner .slick-dots li button {
    width: 10px;
    height: 10px;
}

.salon-home-banner .slick-dots li button:before {
    font-size: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #121212;
    color: transparent;
}

.salon-home-banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background: #121212;
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
    margin-top: -1px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30 !important;
}

.section-heading-new {
    position: relative;
    margin-bottom: 2.5rem;
}

.heading-text {
    font-size: 34px;
    line-height: 48px;
    color: #121212;
}

.subheading-text {
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    margin-bottom: 0;
}


/* ======product_listing */

.product-list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    margin: 0 16px;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd40;
}

.product-list-img-container {
    position: relative;
    padding: 20px 0 15px;
    overflow: hidden;
}

.product-content {
    border-top: 1px solid #f3f3f3;
    padding: 20px 20px 10px 20px;
}

.btn-container {
    padding: 0 20px 20px;
}

.product-list-img-container img {
    width: 100%;
    height: 225px;
    object-fit: contain;
    transform: scale(0.9);
    transition: all 300ms ease-in-out;
}

.product-list-item:hover img {
    transform: scale(1);
}

.product-list-title {
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 0px;
}

.product-list-subtitle {
    font-size: 14px;
    color: rgb(18 18 18 / 60%);
    line-height: 20px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-list-brand_quntity_txt {
    font-size: 14px;
    color: #0E0E0E;
    line-height: 19.6px;
    margin: 0;
}

.product-list-prize {
    font-size: 18px;
    color: #0E0E0E;
    font-family: 'font-semibold', sans-serif !important;
    margin: 8px 0;
}

.product-list-bages {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    background: #D7BF85;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'font-regular', sans-serif !important;
    padding: 2px 10px;
}

.add_to_cart_btn {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    background: #121212;
    width: 100%;
    border-radius: 4px;
    font-family: 'font-semibold', sans-serif !important;
    text-transform: uppercase;
    height: auto;
}

.like-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none !important;
    box-shadow: 1px 1px 4px 0px rgba(131, 131, 131, 0.3);
    height: 30px;
    width: 30px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    background: #fff;
}


/* ======end product_listing */


/* =========USP Pointers=========== */

.usp_pointer_section {
    background-color: #F3F5F7;
    padding: 40px 0 !important;
}

.usp_pointer_container {}

.usp_icon {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.usp_pointer_title {
    font-size: 14px;
    color: #0E0E0E;
    line-height: 20px;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 5px;
}

.usp_pointer_subtext {
    font-size: 14px;
    color: #0E0E0E;
    line-height: 20px;
    margin-bottom: 0;
}


/* =========End USP Pointers=========== */


/* =============breadcrumb_section=========== */

.breadcrumb_section {
    margin-bottom: 0.19rem;
    padding: 25px 0;
}

.page-header {
    padding: 0 0px 25px 0px;
}

.breadcrumb_section .breadcrumb-item {
    font-size: 14px;
    color: #0E0E0E;
}

.breadcrumb_section .breadcrumb-item.active {
    font-family: 'font-semibold', sans-serif !important;
}

.breadcrumb_section .breadcrumb {
    margin-bottom: 0;
}

.listing_page_header {
    background-color: #F7F2E7;
    padding: 0 0;
}

.page_header_title {
    font-size: 34px;
    line-height: 48px;
    color: #0E0E0E;
}

.page_header_subtext {
    font-size: 16px;
    line-height: 22px;
    color: #0E0E0E;
    margin-bottom: 0;
}


/* =============End breadcrumb_section=========== */


/*==============pagination=============*/

.listing-pagination .page-link {
    border: none;
    font-size: 16px;
    color: #121212;
    margin: 0 13px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    cursor: pointer;
}

.listing-pagination .active>.page-link,
.page-link.active {
    background-color: #0E0E0E;
    border-radius: 3px;
    color: #fff;
}


/*==============End pagination=========*/


/* =========filter style ========*/

.filter-section {
    padding: 13px 0;
    border-bottom: 1px solid rgba(215, 191, 133, 0.5)
}

.filter-btn {
    color: #0E0E0E !important;
    border: none !important;
    font-size: 16px !important;
    font-family: 'font-regular', sans-serif !important;
    text-transform: inherit;
    padding: 5px 15px !important;
    text-align: left;
}

.sub-filter-icon {
    height: 8px;
    width: 8px;
    object-fit: contain;
    margin-left: 10px;
    margin-top: -1px;
}

.filter-btn::after {
    display: none !important;
}

.filter-btn_icon {
    height: 7px;
    margin-left: 10px;
    margin-top: -1px;
}

.filter-btn:hover {
    background-color: transparent !important;
}

.filter-dropdown-container {
    padding: 13px 16px !important;
    min-width: 15rem !important;
    border-radius: 5px !important;
}

.filter-sub-dropdown-container {
    padding: 13px 0px !important;
    min-width: 15rem !important;
    border-radius: 5px !important;
}

.filter-checkbox-container {
    padding: 4px 0;
    display: flex;
}

.filter-checkbox-container input[type=checkbox] {
    position: relative;
    border: 1.9px solid #0E0E0E;
    border-radius: 0px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 3px 13px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    opacity: 1;
    flex-shrink: 0;
}

.flter-text {
    font-size: 14px;
    color: #0E0E0E;
    font-family: 'font-medium', sans-serif !important;
}

.filter-checkbox-container input[type=checkbox]:hover {
    opacity: 1;
}

.filter-checkbox-container input[type=checkbox]:checked {
    background-color: #0E0E0E;
    opacity: 1;
}

.filter-checkbox-container input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.selected-filter {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #d7bf85;
    border: 1px solid #dbbf7d;
    margin-left: 5px;
}

.clear-btn {
    color: #ff0000!important;
    border: none !important;
    font-size: 16px !important;
    font-family: 'font-regular', sans-serif !important;
    text-transform: capitalize;
    padding: 5px 15px !important;
}

.mobile-filter-modal .modal-content {
    height: 100vh !important;
}

.mobile-filter-modal .tab-content {
    padding: 10px !important;
    margin-left: 8.5rem;
    overflow-x: hidden;
    width: 100%;
}

.mobile-filter-con {
    background: #F3ECDA;
    /* height: calc(100vh - 7.5rem); */
    position: fixed;
    overflow: auto;
    top: 4.1rem;
    bottom: 3.4rem
}

.mobile-filters .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #121212;
}

.mobile-filter-con .nav-link {
    font-size: 14px;
    color: #121212;
    font-family: 'font-medium', sans-serif !important;
    text-transform: capitalize;
    padding: 12px 18px !important;
}

.mobile-filter-footer {
    flex-wrap: nowrap;
    z-index: 9;
    overflow: hidden;
}

.mobile-filter-footer .m-footer-btn {
    width: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff !important;
    color: #0E0E0E !important;
    font-family: 'font-medium', sans-serif !important;
    font-size: 14px;
    border-right: 1px solid #ddd;
}

.mobile-filter-header {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 6px;
}

.mob-tab-content-ml {
    margin-left: 6.5rem !important;
}

.mob-collapsible-filters {
    margin-top: 6px;
}

.mob-collapsible-filters .accordion-button {
    border-radius: 0;
    padding: 6px 8px;
    background: #F3ECDA;
    font-size: 14px;
    color: #0E0E0E;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 8px;
    box-shadow: none;
}

.mob-collapsible-filters .accordion-body {
    padding: 0px 2px 10px;
}

.mob-collapsible-filters .accordion-button:not(.collapsed)::after {
    height: 15px;
    width: 15px;
    background-size: 15px;
}

.mob-collapsible-filters .accordion-button::after {
    height: 15px;
    width: 15px;
    background-size: 15px;
}

.mob-collapsible-filters .accordion-button:not(.collapsed) {
    color: #0E0E0E;
}

.mob-collapsible-filters .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.mob-collapsible-filters .accordion-button:focus {
    box-shadow: none;
}


/* ==========end filters style================ */

.otnotice section {
    padding: 5px 0px;
}

.terms-use-section {
    padding-top: 15px !important;
}

@media only screen and (max-width: 767px) {
    body {
        padding-bottom: 60px !important;
    }
    .my_order_container {
        padding-top: 30px !important;
    }
    .salon-home-banner .slick-dots {
        bottom: 4rem;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .heading-top-line {
        display: none;
    }
    .heading-text {
        font-size: 24px;
        line-height: 33.6px;
        margin-bottom: 5px;
    }
    .subheading-text {
        font-size: 14px;
        line-height: 19.6px;
    }
    .section-heading-new {
        padding-left: 15px;
    }
    .section-heading-new::before {
        content: '';
        height: 50px;
        width: 3px;
        position: absolute;
        background: #d7bf85;
        top: 0px;
        left: 0;
    }
    .section-heading-new {
        margin-bottom: 1.5rem;
    }
    section {
        padding: 40px 0px;
    }
    .product-list-item {
        padding: 0;
        margin: 0;
        margin-bottom: 15px !important;
    }
    .product-list-img-container img {
        height: 135px;
        transform: scale(0.8);
    }
    .product-list-title {
        font-size: 14px;
    }
    .product-list-subtitle {
        font-size: 12px;
        line-height: 16px;
    }
    .product-list-brand_quntity_txt {
        font-size: 12px;
    }
    .product-list-prize {
        font-size: 16px;
    }
    .add_to_cart_btn {
        font-size: 13px !important;
        height: auto;
        padding: 7px !important;
        border-radius: 2px;
        margin-top: 4px !important;
    }
    .product-content {
        border-top: 1px solid #f3f3f3;
        padding: 12px 12px 0px 12px;
    }
    .product-list-img-container {
        padding: 12px 0 5px;
    }
    .btn-container {
        padding: 0 12px 12px;
    }
    .prod-mod-lr-pad {
        padding: 0 5px !important;
    }
    .product-list-bages {
        font-size: 10px;
    }
    .like-btn {
        top: 3px;
        right: 8px;
        box-shadow: none;
    }
    .usp_pointer_container {
        position: relative;
        text-align: center;
        padding: 0 5px 22px 5px;
        margin-bottom: 18px;
    }
    .usp_pointer_container::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        height: 2px;
        width: 30px;
        border-radius: 15px;
        margin: 0 auto;
        background-color: #0E0E0E;
    }
    .no-bottom-border::after {
        content: none !important;
    }
    .page_header_title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.5px;
    }
    .page_header_subtext {
        font-size: 14px;
        line-height: 20px;
        color: #0E0E0E;
    }
    .breadcrumb_section {
        margin-bottom: 0;
        padding: 12px 0;
        background: #fff;
    }
    .page-header {
        padding: 25px 0px 25px 0px;
    }
    .filter-btn {
        font-size: 14px !important;
        padding: 5px 0px !important;
    }
    .filter-section {
        padding: 8px 0;
    }
    .product_listing_section {
        padding: 34px 0;
    }
    .filter-btn_icon {
        margin-left: 5px;
    }
    .filter-checkbox-container {
        padding: 5px 0;
    }
    .selected-filter {
        margin-left: 0;
        margin-right: 10px;
    }
    .listing-pagination .page-link {
        font-size: 14px;
        margin: 0 8px;
        height: 25px;
        width: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .add_to_cart_btn {
        font-size: 11px !important;
        height: auto;
    }
    .listing-pagination .page-link {
        font-size: 12px;
        margin: 0 4px;
        height: 20px;
        width: 20px;
    }
}

.parsley-errors-list {
    list-style: none;
}

#NewSignUpForm .parsley-errors-list.filled {
    margin-top: 9px;
    margin-left: 8px;
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: #ff0000;
    font-size: 13px;
    margin-bottom: 0;
}