html.intro {
    overflow: hidden;
}
.alPageSearchView .product-box.scale-effect.mt-0 {
    padding: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.alPageSearchView .product-box .front a {
    position: relative;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.alPageSearchView .product-box .front a img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

ul.exzoom_img_ul {
    /* min-height: 550px; */
    position: relative;
}

ul.exzoom_img_ul img {
    width: 100%;
}

body[dir="rtl"] .product-order h3,
body[dir="rtl"] .product-order .total-sec ul li {
    text-align: right;
}

body[dir="rtl"] .product-order .final-total h3 span,
body[dir="rtl"] .product-order .total-sec ul li span {
    float: left;
}

.alVendorDispatchDate h6 {
    font-size: 12px;
    color: #777;
}

.alVendorDispatchDate p {
    font-size: 14px;
    color: #000;
}

.sm .nav-cate-img.activ_nav {
    margin: 0 auto;
}

.sm li.al_main_category a {
    text-transform: capitalize;
}

.sm li.al_main_category a.current_category {
    color: var(--theme-deafult);
}

.vendor_products_tr .items-price span {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #777;
    border-left: 1px solid #000;
    padding-left: 5px;
}

.alSpaListBox p {
    text-transform: capitalize;
}

.alProductViewPriceMin {
    display: block;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #777;
    font-weight: 100;
}

.alSpaCityBox {
    position: relative;
    padding-bottom: 86%;
    overflow: hidden;
    border-radius: 10px;
}

.alSpaCityBox img {
    position: absolute;
    object-fit: cover;
    height: 100%;
}

span.duration {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

span.duration p.total_price {
    margin: 0;
    padding-left: 0px;
    font-weight: 600;
    color: #000;
}

/* .cab-banner-area.alTaxiBannerStart{
    margin-bottom: 40px !important;
} */

/* ============= inner page home services page ============= */

.booking-time .radios {
    width: 100%;
}

.radio-btns input[type="checkbox"] {
    z-index: -1;
    position: absolute;
    display: none;
}

.radio-btns.long-radio input[type="checkbox"]label .customCheckbox {
    width: auto;
    border-radius: 50px;
    height: auto;
    line-height: normal;
    padding: 10px 14px;
}

.radio-btns input[type="checkbox"]:checkedlabel .customCheckbox {
    background-color: var(--theme-deafult);
    color: #fff;
}

.radio-btns input[type="checkbox"]label .customCheckbox {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    z-index: 1;
    color: #1f2431;
    background: #f3f3f3;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

#main-nav {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    top: 24px;
    padding: 15px 20px;
    margin-left: 0;
    margin-bottom: 30px;
    overflow: auto;
    background-color: #fff;
}

.class_img img {
    width: 100%;
    border-radius: 10px;
}

ul#main-nav-list {
    display: flex;
    align-items: center;
    overflow: auto;
    width: max-content;
}

#main-nav li {
    margin-right: 10px;
}

#main-nav a {
    padding: 0 11px;
    display: block;
    color: #777;
    text-decoration: none;
    min-width: 2.5rem;
    line-height: 38px;
    border-radius: 1.25rem;
    background-color: transparent;
    border: 1px solid var(--theme-deafult);
    font-size: 16px;
    font-weight: 700;
}

#main-wrapper {
    width: 100%;
    margin: 0 auto;
}

/* ============= inner page home services page ============= */

#addressInput .input-group-append button.btn {
    padding: 8px 14px;
    color: #fff;
}

#addressInput .input-group-append {
    position: absolute;
    bottom: 0;
    right: 0;
}

#destination_location_add_temp,
.address-input-group {
    position: relative;
}

.address-input-group .pac-container {
    top: 35px !important;
    left: 0 !important;
}

#destination_location_add_temp .pac-container {
    top: 75px !important;
    left: 15px !important;
}

img.al_img_opacity {
    opacity: 0.4;
}

#edit-address .address-input-group .pac-container {
    top: 75px !important;
    left: 0 !important;
}

.address-input-group {
    position: relative;
}

.address-input-group .pac-container {
    top: 35px !important;
    left: 0 !important;
}

.h2-heading {
    text-transform: capitalize;
}

.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: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.al_body_template_six .shoping_cart .radio {
    padding-left: 0;
    font-size: 14px;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

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

.radio span.checkround:after {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(1, 56, 61, 1);
    position: absolute;
    content: "";
    opacity: 0;
}

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

#wallet_topup_form button.btn.btn-solid.mb-2.custom_amount {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 5px;
}

.file .update_pic {
    height: 80px;
    width: 80px;
    background: url(../images/user_pic.jpg) no-repeat center;
    border-radius: 50%;
    background-size: cover;
    overflow: hidden;
    display: block;
    border: 1px solid #ccc;
}

.file .update_pic img {
    height: 100%;
}

.file > label {
    cursor: pointer;
    outline: 0;
    margin-bottom: 0;
    width: 80px;
    display: inline-block;
    position: relative;
}

label {
    font-weight: 400;
    display: block;
}

.name_location {
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
    padding: 10px 16px 15px;
}

.dashboard-right .card-box {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 7%);
    border-radius: 16px;
}

.card-box.al_inner_card .card-box {
    margin-top: 30px;
}

#editProfileBox label {
    display: block;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

span.file-icon::before {
    content: "\f1c5";
    font-size: 20px;
}

.number .counter-container {
    border: 1px solid var(--theme-deafult);
    border-radius: 4px;
    width: fit-content;
}

.minus,
.plus {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    padding: 0 8px;
    cursor: pointer;
    color: var(--theme-deafult);
}

.dark .minus,
.dark .plus {
    color: #ffffff !important;
}

.categories-product-list .number {
    border: 0.5px solid #ed5a6b;
    border-radius: 8px;
}

.number input {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 0;
    border-left: 1px solid var(--theme-deafult);
    border-right: 1px solid var(--theme-deafult);
}

.tip_radio:not(:disabled) ~ label {
    cursor: pointer;
}

.tip_label {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--theme-deafult);
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer !important;
}

.tip_radio {
    display: none;
}

.tip_radio:checked.tip_label {
    background: var(--theme-deafult);
    box-shadow: 0 0 5px var(--theme-deafult);
}

.tip_radio:checked.tip_label h5,
.tip_radio:checked.tip_label p {
    color: #fff;
}

.collection-filter .theme-card .offer-slider img {
    padding: 0;
    height: auto;
}

.order-address .outer-box.border-dashed {
    border-style: dashed;
    border-width: 2px;
    height: 100%;
}

.outer-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
}

.outer-box .fa-plus-circle.d-block {
    font-size: 26px;
    color: var(--theme-deafult);
}

.outer-box h6 i {
    color: var(--theme-deafult);
    font-size: 20px;
}

.dashboard-right p {
    color: #5f5f5f;
    line-height: 20px;
}

a.btn.btn-solid.add_edit_address_btn {
    margin: 0 10px;
}

body.al_body_template_three .btn-solid {
    padding: 5px 10px !important;
    font-size: 10px !important;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: none;
    border-radius: 4px;
    border-width: 1px;
}

#wallet_topup_form button.btn.btn-solid.mb-2.custom_amount {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 5px;
}

.file .update_pic {
    height: 80px;
    width: 80px;
    background: url(../images/user_pic.jpg) no-repeat center;
    border-radius: 50%;
    background-size: cover;
    overflow: hidden;
    display: block;
}

.file .update_pic img {
    height: 100%;
}

.file > label {
    cursor: pointer;
    outline: 0;
    margin-bottom: 0;
    width: 80px;
    display: inline-block;
    position: relative;
}

label {
    font-weight: 400;
    display: block;
}

.name_location {
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
    padding: 10px 16px 15px;
}

.dashboard-right .card-box {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 7%);
    border-radius: 16px;
}

#editProfileBox label {
    display: block;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

span.file-icon::before {
    content: "\f1c5";
    font-size: 20px;
}

.number .counter-container {
    border: 1px solid var(--theme-deafult);
    border-radius: 4px;
    width: fit-content;
}

.minus,
.plus {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    padding: 0 8px;
    cursor: pointer;
    color: var(--theme-deafult);
}

.categories-product-list .number {
    border: 0.5px solid #ed5a6b;
    border-radius: 8px;
}

.number input {
    height: 30px;
    min-width: 30px;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 0;
    border-left: 1px solid var(--theme-deafult);
    border-right: 1px solid var(--theme-deafult);
}

.tip_radio:not(:disabled) ~ label {
    cursor: pointer;
}

.tip_label {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--theme-deafult);
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer !important;
}

.tip_radio {
    display: none;
}

.tip_radio:checked.tip_label {
    background: var(--theme-deafult);
    box-shadow: 0 0 5px var(--theme-deafult);
}

.tip_radio:checked.tip_label h5,
.tip_radio:checked.tip_label p {
    color: #fff;
}

.collection-filter .theme-card .offer-slider img {
    padding: 0;
    height: auto;
}

.order-address .outer-box.border-dashed {
    border-style: dashed;
    border-width: 2px;
    height: 100%;
}

.outer-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
}

.outer-box .fa-plus-circle.d-block {
    font-size: 26px;
    color: var(--theme-deafult);
}

.outer-box h6 i {
    color: var(--theme-deafult);
    font-size: 20px;
}

.dashboard-right p {
    color: #5f5f5f;
    line-height: 20px;
}

a.btn.btn-solid.add_edit_address_btn {
    margin: 0 10px;
}

/* Cab booking Page Css */

.cab-banner-area {
    background: url(https://www.uber-assets.com/image/upload/f_auto,q_auto:eco,c_fill,w_1903,h_644/v1613521692/assets/d9/ce6c00-32b0-4b93-9f0d-6f927d93da08/original/Rider_Home_bg_desktop2x.png)
        no-repeat center center;
    background-size: cover;
    margin: 30px 0;
}

.p-64 {
    padding: 64px !important;
}

.cab-banner-area .card-box {
    padding: 48px;
    border-radius: 0;
}

.cab-banner-area h1 {
    font-size: 52px;
    text-transform: initial !important;
    font-weight: 600;
    margin: 0;
    line-height: 64px;
}

.cab-input {
    margin: 31px 0 13px;
    position: relative;
}

.cab-input input.form-control {
    background-color: #f6f6f6;
    padding: 11px 30px 11px 40px;
    height: auto;
    min-height: 52px;
    border: 0;
    border-radius: 0 !important;
    font-size: 16px;
}

.cab-input .form-control::-webkit-input-placeholder {
    color: rgb(0, 0, 0 / 0.9);
}

.cab-input .form-control::-ms-input-placeholder {
    color: rgb(0, 0, 0 / 0.9);
}

.cab-input .form-control::placeholder {
    color: rgb(0, 0, 0 / 0.9);
}

.input-line {
    width: 1px;
    height: 46px;
    background: #000;
    position: absolute;
    top: 33px;
    left: 22px;
}

.input-line:after {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    content: "";
    position: absolute;
    bottom: -10px;
    left: -3px;
}

.input-line:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -3px;
}

.location-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.cab-footer {
    margin: 19px 0 0;
}

.btn.btn-solid.new-btn {
    min-height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0 17px;
    margin-top: 12px;
}

.cab-footer .btn.btn-solid:last-child {
    margin-right: 0;
}

section.royo-business {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-36 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}

section.royo-business .title-36 {
    margin-bottom: 24px;
}

.description-text {
    margin-bottom: 20px;
}

.royo-business .btn.btn-solid.new-btn {
    min-width: 112px;
}

.title-52 {
    font-size: 52px;
    line-height: 64px;
    margin: 0;
}

.royo-rental .title-52 {
    margin-bottom: 32px;
}

.learn-more {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.safety-img {
    margin-bottom: 20px;
}

.safety-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #000;
}

.safety-text {
    margin: 0 0 20px;
}

.safety-text p:last-child {
    margin: 0;
}

.safety-links a {
    line-height: 32px;
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 5px;
    margin-right: 24px;
}

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

.bottom-line {
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 5px;
}

.bottom-line:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    background: #838383;
    bottom: -1px;
    transition: all 0.5s;
    z-index: 1;
}

.bottom-line:hover:after {
    width: 100%;
}

.vendor-signup .file > label {
    height: 216px;
}

.progress-order {
    width: calc(100% 48px);
    margin: -24px 0 20px;
    background: #00000012;
    color: var(--theme-deafult);
    position: relative;
    left: -24px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 5px 0;
}

.product-timing small {
    font-size: 13px;
    color: #000;
    margin: 0 0 3px;
}

.product-timing small:last-child {
    margin: 0;
}

.product-timing small:first-child::before {
    content: none;
}

.product-timing small i {
    color: #000;
    margin: 0 2px 0 0;
}

.product-box a {
    display: block;
}

.product-box a img {
    width: 100%;
}

.vendor_products_tr h4 {
    font-size: 12px;
}

.number.btn.btn-solid.prescription_btn.mt-2 {
    font-size: 12px;
}

.list-view .suppliers-box {
    display: flex !important;
    align-items: center;
}

.return-wrapper {
    width: 100%;
    margin-left: auto;
}

.footer-return-box {
    text-align: left;
    padding-left: 50px;
    position: relative;
}

.return-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.return-text h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.return-text p {
    line-height: normal;
    font-size: 14px;
    color: #777;
}

body .footer-theme .sub-title h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

.theme-card h5 {
    padding-bottom: 18px;
}

.breadcrumb-section .breadcrumb {
    justify-content: flex-start;
}

.breadcrumb-section.bg-transparent {
    padding-bottom: 0;
}

.collection-filter .img-outer-box img {
    border: 0;
}

.offer-slider .img-outer-box.media-body {
    width: calc(100% - 100px);
}

.list-view .supplier-rating {
    padding-left: 20px;
    width: calc(100% - 100px);
}

.section-b-spacesection,
.section-b-space.container {
    margin-top: 40px;
}

/* Jet Taxi Home Page Css */

.jet-taxi-banner {
    background: linear-gradient(180deg, #f8f2ff, #fff 99.91%);
    padding: 63px 0 36px;
}

.jet-banner-right {
    height: 430px;
    margin: auto;
    width: auto;
}

.jet-banner-right img {
    height: 100%;
}

.jet-taxi-banner h1 {
    color: #000;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 21px;
    line-height: 67px;
}

.jet-taxi-banner p {
    color: #3a3a3a;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 23px;
}

.work-box {
    border: 1px solid rgba(151, 151, 151, 0.22);
    border-radius: 4px;
    background-color: #fdfbff;
    box-shadow: 0 15px 25px 0 rgba(70, 44, 103, 0.07);
    padding: 40px 28px;
    height: 100%;
}

.work-box h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 32px 0 12px;
    line-height: 29px;
}

.work-box p {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.app-content {
    width: 270px;
    max-width: 100%;
}

.app-content .number {
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 3.2px;
    background-color: rgba(207, 172, 255, 0.29);
    color: #7c1eff;
    font-size: 25.6px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}

.app-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

.app-content p {
    opacity: 0.68;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

.divider_line {
    height: 1.2px;
    width: 353px;
    border: 1.2px solid #979797;
    opacity: 0.24;
    background-color: #979797;
}

.divider_line span {
    height: 25.15px;
    width: 25.15px;
    line-height: 21.15px;
    border: 1.2px solid #dfe2e6;
    box-shadow: 0 0 4px 0 rgb(0, 0, 0 / 5%);
    font-size: 9.56px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: -13px auto;
    background: #fff;
}

ul.social-links.d-flex.align-items-center.mx-auto.mb-4.mt-3 {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

.file.upload-new img,
.vendor-signup .file .update_pic img {
    height: 130px;
    width: auto;
    object-fit: cover;
}

.file > input[type="file"] {
    display: none;
}

.file--upload > label .plus_icon {
    height: 33px;
    width: 33px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: var(--theme-deafult);
    box-shadow: 0 2px 4px 0 rgb(63 159 255 / 40%);
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}

body .recent-orders .order_detail {
    margin-left: 50px;
}

.breadcrumb-item.breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f105";
}

.switch-primary .lable img {
    height: 16px;
    width: 16px;
}

span.org_price.ml-1.font-14 {
    text-decoration: line-through;
    color: #ff0000;
}

.pref-timing:empty {
    display: none;
}

.dark .slick-next:before,
.dark .slick-prev:before {
    color: #fff !important;
}

.dark .displayProducts h4 {
    color: #ffffff !important;
}

.slick-next:before,
.slick-prev:before {
    font-family: "FontAwesome";
    color: #000 !important;
    opacity: 1;
}

/* body.login_body footer#footer,
body.register_body footer#footer {position: absolute;}
body.login_body #al_new_design, body.register_body #al_new_design{position: relative !important;} */

.footer-theme .sub-title .footer-contant .payment-card-bottom ul li {
    padding: 0;
    display: inline-block;
}

body section.cab-banner-area {
    margin: 0 !important;
}

body .iti--separate-dial-code .iti__selected-flag {
    background-color: #eee;
}
.edit_profile_modal .iti__selected-flag {
    height: 35.5px;
}
#add_edit_address .address-input-group {
    flex-wrap: nowrap;
}
#removeAddressConfirmation .modal-body {
    padding-bottom: 5px;
}
#removeAddressConfirmation .modal-body h6 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
}
#add_edit_address .modal-header.border-bottom {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* vendorStories page css start */

/* #vendorStoriesImg{border-radius: 5px;cursor: pointer;-webkit-transition: 0.3s;transition: 0.3s;}
#vendorStoriesImg:hover{opacity: 0.7;}
.vendor-stories{width:120px;height:120px;overflow:hidden;position:relative;z-index:0;top:-20px}.vendor-stories a{height:100%;width:100%;border:none;position:absolute;top:0;padding:3px}.vendor-stories img.avatar-sm{height:100%;width:100%;border:none}
.circle-wrapper{padding:3px;height:100%;border-color:var(--theme-deafult);border-width:3px;border-style:dashed;border-radius:50%;width:100%;animation:spincircle 10s linear infinite}@keyframes spincircle{100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}
#vendorStories .modal-content{margin: auto;display: block;width: 80%;max-width: 700px;}
#vendorStories  .modal-content,#vendorStories  #caption{-webkit-animation-name: zoom;-webkit-animation-duration: 0.6s;animation-name: zoom;animation-duration: 0.6s;}
@-webkit-keyframes zoom{ from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)}}
@keyframes zoom{ from {transform:scale(0)} to {transform:scale(1)} }
#vendorStories  .close{position: absolute;top: 15px;right: 35px;color: #f1f1f1;font-size: 40px;font-weight: bold;-webkit-transition: 0.3s;transition: 0.3s;}
#vendorStories  .close:hover, #vendorStories  .close:focus {color: #bbb;text-decoration: none;cursor: pointer;}
@media only screen and (max-width: 700px){ #vendorStories .modal-content{width: 100%;}} */

/* vendorStories page css end */

body section.cab-banner-area {
    margin: 0 !important;
}

.al_body_template_three div#step-2-ondemand .alCustomHomeServiceRadio input {
    display: none;
}

.al_body_template_three div#step-2-ondemand .radios .alCustomHomeServiceRadio {
    text-align: center;
}

.al_body_template_three div#step-2-ondemand .radios {
    text-align: center;
}

.al_body_template_three
    div#step-2-ondemand
    .radio-btns.long-radio
    input[type="radio"]label
    .customCheckbox {
    width: auto;
    border-radius: 50px;
    height: auto;
    line-height: normal;
    padding: 10px 14px;
    z-index: 1;
    color: #1f2431;
    background: #f3f3f3;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.al_body_template_three div#step-2-ondemand .radio-btns input[type="radio"] {
    z-index: -1;
    position: absolute;
    display: none;
}

/*arbic language css start here---*/

body[dir="rtl"].al_body_template_two .menu-slider .slick-track {
    display: contents;
}

body[dir="rtl"].al_body_template_two .vendors .no-arrow .slick-next {
    right: -30px;
    left: auto;
}

body[dir="rtl"].al_body_template_two .vendors .no-arrow .slick-prev {
    left: -30px;
    right: auto;
}

body[dir="rtl"] .icon-nav ul li a i {
    margin-right: 5px !important;
}

body[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
body[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
    right: auto !important;
    left: 0 !important;
}

body[dir="rtl"].al_body_template_two .footer-theme .sub-title h4 {
    text-align: right;
}

body[dir="rtl"] .iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 6px;
}

body[dir="rtl"] .offset-xl-2 {
    margin-left: 0px !important;
    margin-right: 16.6666666667% !important;
}

body[dir="rtl"] .toggle-password {
    text-align: left;
    left: 20px;
    right: unset;
}

body .toggle-password {
    text-align: right;
    right: 20px;
    left: unset;
}

body[dir="rtl"] .login-with-username div#password-wrapper a {
    left: 40px;
    text-align: left;
    right: auto !important;
}

body[dir="rtl"] .iti__flag-box,
.iti__country-name {
    margin-left: 6px;
}

body[dir="rtl"] .product-right.inner_spacing.pl-sm-3.p-0 {
    padding-left: 0px;
    padding-right: 1.5rem !important;
}

/* body[dir="rtl"] .rating-number, body .inner_spacing .rating{
    left:3px;
    right: auto !important;
} */

body[dir="rtl"] #social-links li:first-child {
    margin-right: 0px;
}

body[dir="rtl"] #social-links li:last-child {
    margin-right: 20px;
}

/* body[dir="rtl"] div#exzoom {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    z-index: 9999;
} */

body[dir="rtl"] .btn.btn-solid.addWishList.mr-2 {
    margin-right: 0px !important;
}

/*third template arbic language css*/

body[dir="rtl"].al_body_template_three .slick-next {
    left: auto !important;
    right: 11px !important;
}

body[dir="rtl"].al_body_template_three .qty-box .input-group button i {
    -webkit-transform: rotate(182deg);
    transform: rotate(182deg);
}

body[dir="rtl"].al_body_template_three .alSingleProducts .product-right {
    text-align: right;
    margin-right: 10px;
}

body[dir="rtl"].al_body_template_three .product-description h6 {
    text-align: right;
}

body[dir="rtl"] .inner_spacing .rating {
    right: auto !important;
    left: 2px;
}

body[dir="rtl"] .al .col-lg-5.pl-0 {
    padding-right: 0px;
}

/* vendorStories page css end */

.show-subscription-mdl button.close {
    position: absolute;
    right: 6px;
    top: 10px;
    background: transparent;
    line-height: 0pc;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
}

.show-subscription-mdl .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

/* ================== agent page css===================================== */

.agentInfo .brand-ing {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.agentInfo .brand-ing:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-color: var(--theme-deafult);
}

a.agentInfo.d-block.black-box {
    text-align: center;
    padding-top: 10px;
}

.agentInfo .brand-ing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

body .order-page .order_head {
    text-transform: capitalize;
    padding: 0 10px;
}

body #page-container .vendors {
    margin-bottom: 0 !important;
}

.al_body_template_two .product-box .blur-up.lazyloaded {
    background-size: cover !important;
}

/* =========================== recent order ================================ */

.order_detail.order_detail_data .price_box_bottom li,
.order_detail.order_detail_data h5 {
    font-size: 12px;
}

.order_detail.order_detail_data ul.status_box li,
.order_detail.order_detail_data ul.status_box img,
.order_detail.order_detail_data ul.status_box a,
.order_detail.order_detail_data ul.status_box li label {
    display: inline-block;
    font-size: 10px;
}

@media (max-width: 576px) {
    ul.exzoom_img_ul {
        min-height: auto;
    }
    #main-menu.menu-slider li.active a {
        color: var(--theme-deafult);
        border-bottom: 1px solid var(--theme-deafult);
    }
    .al_body_template_six .slick-track {
        margin-left: 0 !important;
    }
}

/*-----------------------template 6---------------*/

body.al_body_template_six .theme-card.custom-inner-card::-webkit-scrollbar {
    width: 5px;
}

body.al_body_template_six
    .theme-card.custom-inner-card::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body.al_body_template_six
    .theme-card.custom-inner-card::-webkit-scrollbar-thumb {
    background-color: #e9248d;
}

/* body.al_body_template_six .theme-card.custom-inner-card {
    height: 370px;
    overflow-y: scroll;
    border: 1px solid#ccc;
    padding: 20px;
    border-radius: 10px;
} */

body.al_body_template_six.login form#login-form-new input.form-control {
    width: 100% !important;
    margin: 10px 0 10px !important;
}

body.al_body_template_six section.section-b-space.new-pages .custom-container {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
}

.al_body_template_six form#vendor_signup_form h2 {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
}

.al_body_template_six
    section.section-b-space.new-pages
    .custom-container
    button#register_btn {
    width: 20% !important;
    max-width: 20%;
}

.al_body_template_six .main-top-heading {
    margin: 20px 0;
}

.al_body_template_six
    .product-full-tab
    .nav-material.nav-tabs
    .nav-item
    .nav-link,
.al_body_template_six .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    font-size: 12px;
    letter-spacing: 0 !important;
    margin-right: 20px;
}

.al_body_template_six ul.price_box_bottom .btn-solid {
    margin-top: 20px;
}

.al_body_template_six .collection-filter.col-lg-3.al.custom-sidebar-card .card {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 30%);
}

.al_body_template_six .theme-card h5.title-border {
    border-bottom: 1px solid #ddd;
    display: block !important;
    padding: 10px !important;
}

.al_body_template_six .theme-card h5.title-border i {
    display: inline-block;
    float: right;
    font-size: 20px;
}

.al_body_template_six .offer-slider.al .listing-categories ul li {
    display: block !important;
    margin-bottom: 10px;
}

.al_body_template_six .collection-product-wrapper .col-grid-box .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    display: block !important;
    /* padding: 10px; */
    text-align: center;
}

.al_body_template_six
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3 {
    padding: 20px;
}

/* .al_body_template_six .main-fillter .side_fillter {
    background: transparent !important;
    border-top: 1px solid #D9D9D9;
    margin-top: 21px !important;
    overflow-y: auto !important;
    border-right: 1px solid #D9D9D9;
    height: auto;
    overflow-x: hidden !important;
} */

.al_body_template_six .product-right .product-buttons {
    margin: 0 20px 20px 0;
}

.al_body_template_six .collection-filter-block {
    border: none !important;
}

.al_body_template_six .main-fillter .side_fillter .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

.al_body_template_six
    .main-fillter
    .side_fillter
    .collection-collapse-block
    .collapse-block-title:after {
    right: 12px;
}

.al_body_template_six .outter-fillter-data .custom_filtter {
    border-bottom: 1px solid #d9d9d9;
}

.al_body_template_six .outter-fillter-data .custom_filtter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.al_body_template_six .outter-fillter-data .custom_filtter ul li {
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    line-height: 50px;
    margin-right: 10px;
}

.al_body_template_six .outter-fillter-data .custom_filtter ul li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0a0a0a;
    position: relative;
}

/* .al_body_template_six .outter-fillter-data .custom_filtter ul li span:after {
            content: '';
            background: #D9D9D9;
            height: 1px;
            position: absolute;
            left: -34px;
            width: 39px;
            bottom: -16px;
        } */

.al_body_template_six .outter-fillter-data .custom_filtter ul li a.active {
    color: #e9248d;
}

.al_body_template_six
    .outter-fillter-data
    .custom_filtter
    ul
    li
    a.active:after {
    content: "";
    background: #e9248d;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.al_body_template_six .outter-fillter-data .custom_filtter ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6f6f6f;
    position: relative;
}

.al_body_template_six .collection-product-wrapper .product-top-filter {
    border: none !important;
}

.al_body_template_six .collection-filter-block {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.al_body_template_six .displayProducts {
    margin-top: 0;
}

/* .al_body_template_six .product-right .product-buttons {
            margin: 20px 20px 0;
        } */

.al_body_template_six .category-related-product .product-card-box {
    background-color: #fff !important;
    padding: 0px !important;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
}

.al_body_template_six .category-related-product .product-card-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.al_body_template_six
    .category-related-product
    .product-card-box
    .media-body.align-self-start {
    padding: 0 20px 20px;
}

.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount {
    color: #fff;
    display: block;
    float: left;
    padding: 5px 10px;
    background: #e09378;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 0;
}

.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 99%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}

.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #e09378 transparent transparent transparent;
}

.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #e09378 transparent;
}

.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    span.rating {
    top: 12px;
    position: absolute;
    right: 12px;
    height: 22px;
    width: 50px;
    background-color: #409a40;
    line-height: 22px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    padding-right: 0;
    font-size: 12px;
}

.al_body_template_six
    .category-related-product
    .product-card-box
    .media-body.align-self-start
    h6.card_title.ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}

.al_body_template_six .suggested-product .border-bottom {
    border-bottom: 1px solid #939393 !important;
}

.al_body_template_six
    .category-related-product
    .product-card-box
    .product-description_list.border-bottom
    p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    line-height: 30px;
}

.al_body_template_six
    .category-related-product
    .product-card-box
    .product-description_list.border-bottom
    p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    line-height: 30px;
}

.al_body_template_six p.exzoom_btn {
    display: none;
}

.al_body_template_six ul.exzoom_img_ul {
    min-height: auto;
}

.al_body_template_six
    section.section-b-space.alSingleProducts.product_ddetails_page
    .common-product-box {
    padding: 0 !important;
}

.al_body_template_six .exzoom_nav.side_nav_img img {
    width: 100%;
    height: 100px;
    object-fit: cover !important;
}

.al_body_template_six .displayProducts .product-box .product-image img {
    object-fit: cover;
    /* height: 200px; */
    width: 100%;
}

.search-heading h3 {
    font-size: 30px !important;
    color: #000;
    font-weight: bold;
}

body.al_body_template_eight.p2p-module .footer-card {
    z-index: 1;
}

body.al_body_template_two .box-account.box-info .btn-solid {
    padding: 10px 5px !important;
}

body.al_body_template_two .box-account.box-info .btn.btn-solid {
    padding: 6px 10px !important;
    font-size: 10px;
}

body.al_body_template_two
    .box-account.box-info
    button.repeat-order-product.btn.btn-solid.mr-2 {
    float: none !important;
}

.al_body_template_three .alRentalSinglePageView .single_cart-temp_label label {
    width: 45% !important;
}

.al_body_template_three .alRentalSinglePageView .single_cart-temp_label {
    width: 100% !important;
}

.al_body_template_one .alRentalSinglePageView .single_cart-temp_label label {
    width: 45% !important;
}

.al_body_template_one .alRentalSinglePageView .single_cart-temp_label {
    width: 100% !important;
}

.al_body_template_two .alRentalSinglePageView .single_cart-temp_label label {
    width: 45% !important;
}

.al_body_template_two .alRentalSinglePageView .single_cart-temp_label {
    width: 100% !important;
}

.al_body_template_four .alRentalSinglePageView .single_cart-temp_label label {
    width: 45% !important;
}

.al_body_template_four .alRentalSinglePageView .single_cart-temp_label {
    width: 100% !important;
}

.al_body_template_six .alRentalSinglePageView .single_cart-temp_label label {
    width: 45% !important;
}

.al_body_template_six .alRentalSinglePageView .single_cart-temp_label {
    width: 100% !important;
}

.al_body_template_six .alRentalSinglePageView .single_product-input {
    width: 100% !important;
}

.al_body_template_one .alRentalSinglePageView .single_product-input {
    width: 100% !important;
}

.al_body_template_two .alRentalSinglePageView .single_product-input {
    width: 100% !important;
}

.al_body_template_three .alRentalSinglePageView .single_product-input {
    width: 100% !important;
}

.al_body_template_four .alRentalSinglePageView .single_product-input {
    width: 100% !important;
}

.al_body_template_five .alRentalSinglePageView .single_product-input {
    width: 100% !important;
}

/*------------template_1 css----------*/

body.al_body_template_one
    section.section-b-space.ratio_asos.alPageSearchView
    .product-box.scale-effect.mt-0 {
    box-shadow: none;
}

body.al_body_template_one
    .row.mobile-header.align-items-center.justify-content-between.my-sm-2 {
    margin: 0 !important;
}

body.al_body_template_one .footer-theme .sub-title li {
    padding-top: 0 !important;
}
.al_body_template_six .breadcrumb-section.bg-transparent {
    margin-top: 100px;
}
.al_body_template_six .footer-theme .sub-title .contact-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
}

.al_body_template_six
    .col-sm-12.text-center.position-relative.vendor-page-copy {
    text-align: left !important;
    padding-left: 50px;
}

.al_body_template_six .top-banner-wrapper a.open-social-medialinks {
    position: absolute;
    top: 120px;
    left: 150px;
}

.al_body_template_six .collection-product-wrapper .col-12.text-right select {
    margin-top: 20px;
}

/* .al_body_template_six .vender-peragraph {
    top: 62px;
    width: 80%;
    max-width: 78%;
    text-align: left !important;
    left: 300px;
    position: absolute !important;
} */

.al_body_template_six .file .update_pic img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

body.al_body_template_six
    section.singleProductContent
    .breadcrumb-item
    + .breadcrumb-item::before {
    left: -10px !important;
}

body.al_body_template_six section#alSixHomeServices {
    padding-bottom: 0 !important;
}

body.al_body_template_six section.moreSpasNearby.pt-5.pb-0 {
    padding-top: 0 !important;
}

body.al_body_template_six section#alSixHomeServices .row.mb-lg-5.mb-md-4.mb-3 {
    margin-bottom: 0 !important;
}

.al_body_template_six .suppliers-img-outer {
    background-color: #f5f5f5;
    position: relative;
    padding-bottom: 0 !important;
    height: auto !important;
}

.al_body_template_six .suppliers-img-outer img {
    position: inherit !important;
    width: 100% !important;
    height: 200px;
    object-fit: cover !important;
}

.al_body_template_six section.section-b-space.light-layout_alFour {
    padding: 60px 0 30px !important;
}

.al_body_template_six .profile-page .info-text {
    display: flex;
}

.al_body_template_six .profile-page .info-text p {
    margin: 0 25px;
    color: #000;
}

.al_body_template_six #active-orders .order_detail_data .product_list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.al_body_template_six .order_detail_data .product_list .alOrderImg {
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    position: relative;
    overflow: hidden;
    margin: 0 20px 15px !important;
}

.al_body_template_six .order_detail_data .product_list .alOrderImg img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
}

.al_body_template_six .order_detail_data .product_list .item_no {
    z-index: 1 !important;
}

.al_body_template_six .custom-vender-outter .file.file--upload {
    width: 100%;
    border: 1px solid #ddd;
    padding: 30px 0;
    height: 192px;
    text-align: center;
}

.al_body_template_six
    section.section-b-space.new-pages
    .custom-container
    .main-top-heading {
    padding: 20px 30px 0;
}

.al_body_template_one
    section.section-b-space.new-pages
    .custom-container
    .main-top-heading {
    padding: 20px 30px 0;
}

.al_body_template_one section.section-b-space.new-pages .custom-container {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
}

.al_body_template_one
    section.section-b-space.new-pages
    .custom-container
    button#register_btn {
    width: 20%;
    max-width: 20%;
    font-size: 20px !important;
    padding: 10px !important;
}

body.al_body_template_six.dark.homeHeader .main-fillter .side_fillter {
    background: #232323 !important;
}
.alProductsPage .common-product-box {
    padding: 10px;
}
.alProductsPage .common-product-box h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.al_body_template_four .dashboard-right .pricing-content {
    min-height: 55px;
}
/*-------------ipad css--------*/
@media (max-width: 1440px) {
    .al_body_template_four .box-account.box-info.order-address a.btn.btn-solid {
        padding: 0 4px !important;
    }
    .box-account.box-info.order-address a.btn.btn-solid {
        font-size: 10px !important;
        padding: 4px 4px !important;
    }
}
@media (max-width: 991px) {
    body.al_body_template_three.p2p-module .custom_filtter ul {
        display: none !important;
    }
    .outer-categories
        .collection-content.col-lg-9.outter-fillter-data
        .product-top-filter {
        display: block;
    }
    .collection-product-wrapper .product-top-filter .filter-main-btn,
    .filter-main-btn span {
        /* margin-top: -100px; */
        margin-left: 20px;
    }
    /* .offer-slider.al .col-12.p-0{display: block;} */
    body.al_body_template_three .categories-product-list .col-sm-6.offset-sm-3 {
        margin: 0 0 30px;
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.al_body_template_eight .custom-vender-categories .cart-main-box,
    .scrollspy-menu {
        min-height: auto !important;
    }
    body.al_body_template_three
        .collection-filter.col-lg-3.main-fillter
        .listing-categories
        ul
        li {
        display: block;
    }
    .al_body_template_three .product-wrapper-grid label {
        text-align: center !important;
    }
    body.al_body_template_three.p2p-module
        .collection-product-wrapper
        .product-wrapper-grid
        .product-box
        label {
        text-align: left !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.al_body_template_three.p2p-module
        .collection-product-wrapper
        .product-wrapper-grid
        .product-box
        p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.al_body_template_three.p2p-module .collection-filter {
        left: 0 !important;
        padding-right: 35px;
    }
}

/*--------------dark theme css-----------*/

.al_body_template_six .displayProducts .product-box .product-image {
    padding-bottom: 0 !important;
}

.al_body_template_six .collection-product-wrapper .col-grid-box .media-body h3 {
    text-align: left !important;
}

body.al_body_template_six.homeHeader.dark
    .displayProducts
    .product-box
    .media-body
    h6
    b {
    color: #fff !important;
}

/*------------login page css---------*/

body.al_body_template_eight .main-login-page div#login-section {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
}

body.al_body_template_eight .main-login-page div#login-section .login_img img {
    border-radius: 10px 0 0px 10px;
}

body.al_body_template_eight .main-login-page div#login-section h3 {
    text-align: left;
}

body.al_body_template_eight .main-login-page div#login-section h3 {
    text-align: left;
    font-family: "Jost" !important;
    color: #000;
}

body.al_body_template_eight
    .main-login-page
    div#login-section
    form
    input.form-control {
    width: 95%;
    margin: 20px 0;
    border-radius: 5px;
    height: 48px;
}

body.al_body_template_eight .main-login-page .toggle-password,
.toggle-password + .font-14 {
    top: 40%;
}

body.al_body_template_eight .main-login-page div#login-section .create_acount {
    padding-right: 30px;
}

body.al_body_template_eight
    .main-login-page
    div#login-section
    .login_continue_btn {
    width: 95% !important;
    border-radius: 5px;
    height: 48px;
}

body.al_body_template_eight
    .main-login-page
    div#login-section
    .social-media-links
    li {
    padding: 0 10px;
}

body.al_body_template_eight .main-login-page div#login-section .divider_line {
    width: 95%;
}

body.al_body_template_eight .main-signup-page .bg_inner {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
}

body.al_body_template_eight .main-signup-page .bg_inner .login_img img {
    height: 100%;
    object-fit: contain;
}

body.al_body_template_eight
    .main-signup-page
    .iti--separate-dial-code
    .iti__selected-flag {
    height: 46px;
}

body.al_body_template_eight .main-signup-page form input.form-control {
    width: 98%;
    margin: 0 0 15px;
    border-radius: 5px;
    height: 48px;
}

body.al_body_template_eight .main-signup-page .toggle-password,
.toggle-password + .font-14 {
    right: 40px !important;
}

body.al_body_template_eight
    .main-signup-page
    .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    margin-bottom: 15px;
}

body.al_body_template_eight .main-signup-page .bg_inner h3 {
    font-family: "Jost" !important;
    color: #000;
    margin: 20px 0 0 !important;
}

body.al_body_template_eight .main-signup-page .submitLogin {
    width: 98%;
    border-radius: 5px;
    height: 48px;
}

body.al_body_template_eight .main-signup-page .divider_line {
    width: 100%;
}

body.al_body_template_eight .main-signup-page ul.social-media-links li {
    padding: 0 10px;
}

body.al_body_template_eight .login_img {
    height: 100%;
    background: #e9248d;
    padding: 80px;
    border-radius: 10px 0 0 10px;
}

body.al_body_template_eight .main-signup-page .bg_inner .card {
    margin: 20px 0 0 !important;
}

body.al_body_template_eight .main-signup-page .bg_inner .card h3 {
    margin-bottom: 30px !important;
}

body.al_body_template_eight .main-signup-page .bg_inner .card .col-form-label {
    padding-top: 0 !important;
}

body.al_body_template_eight
    .main-signup-page
    .bg_inner
    .card
    button#reset_password_btn {
    border-radius: 10px;
    width: 98% !important;
}

body.al_body_template_eight p#copy_message {
    color: green;
    margin-top: 15px;
}

body.al_body_template_eight .profile-page .info-text p {
    display: inline-block;
}

body.al_body_template_eight .profile-page .info-text label {
    display: inline-block;
    margin-right: 20px !important;
}

body.al_body_template_eight form#add_edit_address_form input.form-control {
    width: 100%;
    margin: 0;
}

body.al_body_template_eight
    form#add_edit_address_form
    .input-group.address-input-group
    input {
    width: 90% !important;
}

body.al_body_template_eight #topup_wallet form input.form-control {
    width: 100%;
    margin: 0;
}

body.al_body_template_eight .outer-box form#register input.form-control {
    width: 100%;
    margin: 0;
}

body.al_body_template_eight .dashboard-left .block-content ul li:before {
    position: absolute;
    right: 0;
    top: 10px;
}

body.al_body_template_eight .dashboard-left {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 6%);
    min-height: 500px;
    position: sticky;
    top: 166px;
}

body.al_body_template_eight .custom-vender-categories .cart-main-box,
.scrollspy-menu {
    width: 100%;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 6%);
    min-height: 500px;
    position: sticky;
    top: 166px !important;
}

body.al_body_template_eight div#product_addon_modal .modal-header .close {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e9248d;
    opacity: 9;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
}

body.al_body_template_eight div#product_addon_modal .modal-header .close span {
    margin: 0;
    padding: 0;
    display: block;
}

body.al_body_template_eight .search_form.d-flex.align-items-center {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 9%);
    border-radius: 30px;
    border: 1px solid#ccc;
}

body.al_body_template_eight .search_form input {
    background: transparent;
}

body.al_body_template_eight div#product_addon_modal a#add_vendor_addon_product {
    width: 30%;
    display: inline-block;
    max-width: 30%;
    border-radius: 5px;
    padding: 6px 10px;
}

body.al_body_template_eight
    .custom-vender-categories
    .shopping-cart
    ul
    li
    .media-body
    h6
    span.ellips {
    width: 100%;
    text-align: left !important;
}

body.al_body_template_eight
    .custom-vender-categories
    .shopping-cart
    ul
    li
    .media-body
    h6 {
    justify-content: flex-end !important;
}

body.al_body_template_eight
    .custom-vender-categories
    .shopping-cart
    ul
    li
    .media-body
    h6
    span {
    text-align: right !important;
    display: block;
    padding-right: 10px;
}

body.al_body_template_eight
    .outer-categories
    .main-fillter
    .collection-collapse-block
    .collection-collapse-block-content
    .collection-brand-filter
    .collection-filter-checkbox
    label {
    color: #161515;
}

.outer-categories .main-fillter aside.side_fillter {
    height: auto !important;
    padding: 0 0 20px 0px !important;
}

body.al_body_template_eight
    .outer-categories
    .custom-inner-card
    .offer-slider.al {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.al_body_template_eight .outer-categories .scale-effect:after {
    left: -3px !important;
}

body.al_body_template_eight.homeHeader
    .col-grid-box
    .card-text
    h3.d-flex.align-items-center.justify-content-between.text-left {
    margin-top: 0 !important;
}

body.al_body_template_eight.homeHeader .col-grid-box .card-text h4 {
    font-size: 14px;
    border-top: 1px solid #e5e8eb !important;
}

/* body.al_body_template_eight.homeHeader .theme-card.custom-inner-card {
    display: none;
} */

body.al_body_template_eight.homeHeader
    .outer-categories
    .collection-content.col-lg-9.outter-fillter-data
    .product-top-filter {
    display: block;
}

body.al_body_template_eight.homeHeader
    .outer-categories
    .outter-fillter-data
    .col-12.text-right.mt-2 {
    display: none;
}

body.al_body_template_eight div#cancel_order button.close {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #e9248d;
    opacity: 1;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 37px;
    position: absolute;
    right: -15px;
    top: -18px;
}

body.al_body_template_eight
    div#cancel_order
    div#cancel-order-form-modal
    form
    button {
    background-color: #e9248d;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 14px;
}

body.al_body_template_eight
    div#cancel_order
    div#cancel-order-form-modal
    form
    label {
    text-align: left;
    font-size: 20px !important;
    color: #000;
    margin: 0px 0 20px;
}

body.al_body_template_eight div#repeat_cart_modal .modal-content h5 {
    font-size: 22px;
    font-weight: bold;
}

body.al_body_template_eight div#repeat_cart_modal .modal-content h6 {
    font-size: 16px;
}

body.al_body_template_eight div#topup_wallet button.close {
    padding: 0;
    margin: 0;
    background: #e9248d;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

body.al_body_template_eight div#transfer_wallet button.close {
    padding: 0;
    margin: 0;
    background: #e9248d;
    opacity: 9;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -9px;
}

body.al_body_template_eight div#proceed_to_pay_modal button.close {
    padding: 0;
    margin: 0;
    background: #e9248d;
    opacity: 9;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -9px;
}

body.al_body_template_eight section.section-b-space.light-layout_alFour {
    padding: 80px 0 !important;
}

body.al_body_template_eight .custom-vender-card {
    background: #d8d8d838;
    border: 1px solid #d9d9d9;
    height: 460px;
    margin: 0;
    border-radius: 12px;
}

body.al_body_template_eight .custom-vender-card .suppliers-img-outer {
    border-radius: 12px 12px 0 0;
}

body.al_body_template_eight .custom-vender-card .suppliers-img-outer img {
    height: 300px;
    object-fit: cover;
}

body.al_body_template_eight .custom-vender-card .supplier-rating {
    padding: 0 20px;
}

body.al_body_template_eight
    section#continental
    .product_variant_quantity_wrapper {
    text-align: right;
}

/*-------------mobile view css-----------*/

@media (max-width: 767px) {
    .al_body_template_six .product-right.inner_spacing .rating {
        position: inherit !important;
    }
    body.al_body_template_four.p2p-module .vender-icon .vendor-reviwes {
        display: none;
    }
    body.al_body_template_four.p2p-module ul#header_cart_main_ul {
        display: none !important;
    }
    body.al_body_template_four.p2p-module
        .border-product.al_disc
        h6.sold-by
        span {
        display: none;
    }
    body.al_body_template_four.p2p-module .border-product.al_disc h6.sold-by b {
        display: none;
    }
    .al_body_template_three .product-wrapper-grid a.product-box {
        border-color: #e8e8e8 !important;
        box-shadow: rgb(28 28 28 / 3%) 0 0.4rem 0.8rem !important;
        background-color: #fff !important;
        box-sizing: border-box !important;
        border: 1px solid #e8e8e8 !important;
    }
    .al_body_template_three
        .product-wrapper-grid
        a.product-box
        .media-body.align-self-center {
        padding: 0 10px;
    }
    .al_body_template_three .product-description_list p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .al_body_template_three .product-wrapper-grid label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* .al_body_template_three .col-12.custom_filtter {
        display: none;
    } */
    .al_body_template_three .breadcrumb-section .breadcrumb {
        margin-top: 30px !important;
    }
    .al_body_template_three
        .al_count_tabs_new_design.al_tab_mobile.position-fixed.d-block.d-sm-none {
        display: none !important;
    }
    .al_body_template_one .collection-mobile-back {
        padding: 25px !important;
    }
    .al_body_template_one
        .collection-filter.al
        .theme-card
        .title-border
        span.filter-back {
        font-size: 16px;
        float: right;
    }
    body.al_body_template_one .product-m .slick-list {
        padding: 0 0px !important;
    }
    .al_body_template_one .theme-card h5.title-border i {
        display: inline-block;
        float: left !important;
        font-size: 17px !important;
        margin: 2px !important;
    }
    .al_body_template_one .page-main-content .col-grid-box {
        max-width: 46% !important;
        margin-right: 10px !important;
    }
    .al_body_template_one
        .collection-product-wrapper
        .col-grid-box
        .media-body
        h3 {
        width: 100% !important;
    }
    .al_body_template_one .menu-navigation {
        overflow: unset !important;
    }
    .al_body_template_one
        section.section-b-space.new-pages.mt-5.pt-5.custom-vender-outter {
        padding-top: 0 !important;
    }
    .al_body_template_one
        section.section-b-space.ratio_asos.al_vendor_product_page {
        padding-top: 20px !important;
    }
    body.al_body_template_one.homeHeader
        section.section-b-space.ratio_asos.al_vendor_product_page
        .row.mb-3.homepageSix.mt-5 {
        margin-top: 0 !important;
    }
    .al_body_template_one article.al_new_wrapper_design {
        padding-top: 30px;
    }
    body.al_body_template_six
        .al_body_template_six.homeHeader
        .container
        .col-12 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    body.al_body_template_six.homeHeader
        .collection-product-wrapper
        .product-top-filter
        .filter-main-btn,
    .filter-main-btn span {
        margin-top: 0;
        margin-left: 0;
    }
    .al_body_template_six .file .update_pic img {
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    /* .al_body_template_six div#cart_template .row.border-bottom.product_title_add.py-1.no-gutters {
             display: block;
        }
        .al_body_template_six div#cart_template .row.border-bottom.product_title_add.py-1.no-gutters .col-md-2 .text-center {
            text-align: left !important;
        }
        .al_body_template_six div#cart_template .row.border-bottom.product_title_add.py-1.no-gutters .col-md-4.text-center{
            text-align: left !important;
        } */
    /* .al_body_template_six .vender-peragraph {
        top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        left: 0 !important;
        position: relative !important;
        margin-bottom: 0 !important;
    } */
    body.al_body_template_six.homeHeader
        .row.mb-3.homepageSix
        p.border-bottom.pb-1.mb-1 {
        height: 48px;
        overflow: hidden;
    }
    body.al_body_template_six .irs-to {
        left: 90% !important;
    }
    body.al_body_template_six .irs {
        width: 92%;
    }
    .al_body_template_six
        .outter-fillter-data
        .product-wrapper-grid
        .col-xl-3.col-md-3.col-6.mt-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .al_body_template_six .product-right .product-buttons {
        margin: 0;
    }
    .al_body_template_six
        .breadcrumb-section.bg-transparent
        .theme-breadcrumb
        li {
        margin: 10px 0;
    }
    .al_body_template_six .product-right .product-buttons .btn-outline,
    .product-right .product-buttons .btn-solid {
        margin: 0 0 10px !important;
    }
    .al_body_template_six .btn-wrapper.d-flex.align-items-center {
        display: block !important;
    }
    .al_body_template_six
        .outter-fillter-data
        .custom_filtter
        ul
        li
        span:after {
        display: none;
    }
    body.al_body_template_six
        article.al_new_wrapper_design
        .row.my-md-3.mt-5.pt-4 {
        margin-top: 0 !important;
    }
    body.al_body_template_six .dashboard-right {
        margin-bottom: 30px;
    }
    body.al_body_template_six .alFindSec {
        width: 150px;
        display: block !important;
    }
    body.al_body_template_six .home-serivces .step p {
        font-size: 10px;
    }
    body.al_body_template_six .home-serivces .step-indicator {
        margin: 30px auto 0;
    }
    body.al_body_template_six .productDetails p {
        padding: 10px 0 0 0 !important;
        font-size: 14px;
        line-height: 20px;
    }
    body.al_body_template_six .dashboard-right p {
        font-size: 14px;
    }
    body.al_body_template_six .address-btn {
        align-items: center;
        position: absolute;
        bottom: 0;
        left: -22px;
    }
    body.al_body_template_six
        .box-account.box-info.order-address
        a.btn.btn-solid {
        margin-bottom: 10px;
    }
    body.al_body_template_six .tab-product .nav-material.nav-tabs .nav-item {
        width: 100%;
        margin: 0 10px;
    }
    .al_body_template_six
        .product-full-tab
        .nav-material.nav-tabs
        .nav-item
        .nav-link,
    .al_body_template_six
        .tab-product
        .nav-material.nav-tabs
        .nav-item
        .nav-link {
        letter-spacing: 0 !important;
    }
    .al_body_template_six .order_detail.order_detail_data .col-5.col-sm-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .al_body_template_six .col-7.col-sm-4.row {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        display: block;
    }
    .al_body_template_six .col-7.col-sm-4.row .col-6.col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 10px 0;
    }
    .al_body_template_six .account-sidebar {
        border-radius: 35px;
        font-weight: 400;
        margin: 30px 0;
    }
    .al_body_template_six .btn-solid {
        margin: 25px 0 0;
    }
    .al_body_template_six .form-row .col.mb-3 {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    .al_body_template_six .shoping_cart .cart_product_name {
        font-size: 12px;
    }
    .al_body_template_six a.btn.btn-solid.add_edit_address_btn {
        margin-bottom: 0 !important;
        margin-top: 13px;
    }
    body.al_body_template_six .tab-product .nav-material.nav-tabs {
        overflow-y: hidden;
    }
}

/*--------------dark theme css-----------*/

.al_body_template_six .displayProducts .product-box .product-image {
    padding-bottom: 0 !important;
}

.al_body_template_six .collection-product-wrapper .col-grid-box .media-body h3 {
    text-align: left !important;
}

body.al_body_template_six.homeHeader.dark
    .displayProducts
    .product-box
    .media-body
    h6
    b {
    color: #fff !important;
}

body.al_body_template_one section.buy_details #productPriceValue b {
    font-weight: 900;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
body.al_body_template_eight
    .category-related-product
    .product-card-box
    .product-description_list.border-bottom
    p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    line-height: 30px;
}
body.al_body_template_eight .category-related-product p.al_product_category {
    margin-bottom: 20px !important;
}
body.al_body_template_eight .category-related-product p.exzoom_btn {
    display: none;
}
body.al_body_template_eight
    .category-related-product.suggested-product.slick-initialized.slick-slider {
    padding: 0 30px;
}
body.al_body_template_eight .suggested-product button.slick-prev.slick-arrow {
    left: 5px;
    border: 1px solid#383436;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
body.al_body_template_eight .suggested-product button.slick-next.slick-arrow {
    right: 0px;
    border: 1px solid#383436;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
body.al_body_template_eight .suggested-product .border-bottom {
    border-bottom: 1px solid #939393 !important;
}
body.al_body_template_eight .product-right.inner_spacing span.rating {
    width: 60px;
}
body.al_body_template_eight
    .product-right
    .product-description
    .qty-box
    .input-group
    .form-control {
    border-right: none;
    font-size: 20px;
    color: #000;
    width: auto !important;
    min-width: 70px !important;
    border-right: 1px solid #ced4da !important;
    width: 70px !important;
}
#product_variant_additional_increment_wrapper .input-group input {
    width: 100% !important;
    border-right: 1px solid #ddd;
}
body.al_body_template_eight .product-right .product-buttons {
    margin-bottom: 0;
    margin-top: 24px;
    /* margin-left:16px; */
}
body.al_body_template_eight .product-right .product-buttons .btn-outline,
.product-right .product-buttons .btn-solid {
    padding: 12px 14px;
    margin-right: 0 !important;
    font-size: 13px;
}
body.al_body_template_eight
    .collection-wrapper
    .product-right.inner_spacing.pl-sm-3.p-0
    h2 {
    padding: 0;
}
body.al_body_template_eight
    .product-full-tab
    .nav-material.nav-tabs
    .nav-item
    .nav-link,
.tab-product .nav-material.nav-tabs .nav-item .nav-link {
    padding: 0 !important;
    line-height: 50px;
}
/*-----------------------template 6---------------*/
body.al_body_template_six.login form#login-form-new input.form-control {
    width: 100% !important;
    margin: 10px 0 10px !important;
}
/* body.al_body_template_eight .product-full-tab .nav-material.nav-tabs, .tab-product .nav-material.nav-tabs{justify-content: center;} */
/*--------------template 8 detail page css end-------------*/
.alPageSearchView .product-box.scale-effect.mt-0 {
    padding: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.alPageSearchView .product-box .front a {
    position: relative;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.alPageSearchView .product-box .front a img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
ul.exzoom_img_ul {
    min-height: 550px;
    position: relative;
}
ul.exzoom_img_ul img {
    width: 100%;
}
body[dir="rtl"] .product-order h3,
body[dir="rtl"] .product-order .total-sec ul li {
    text-align: right;
}
body[dir="rtl"] .product-order .final-total h3 span,
body[dir="rtl"] .product-order .total-sec ul li span {
    float: left;
}
.alVendorDispatchDate h6 {
    font-size: 12px;
    color: #777;
}
.alVendorDispatchDate p {
    font-size: 14px;
    color: #000;
}
.sm .nav-cate-img.activ_nav {
    margin: 0 auto;
}
.sm li.al_main_category a {
    text-transform: capitalize;
}
.sm li.al_main_category a.current_category {
    color: var(--theme-deafult);
}
.vendor_products_tr .items-price span {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #777;
    border-left: 1px solid #000;
    padding-left: 5px;
}
.alSpaListBox p {
    text-transform: capitalize;
}
.alProductViewPriceMin {
    display: block;
    font-size: 14px;
    color: #777;
    border-top: 1px solid #777;
    font-weight: 100;
}
.alSpaCityBox {
    position: relative;
    padding-bottom: 86%;
    overflow: hidden;
    border-radius: 10px;
}
.alSpaCityBox img {
    position: absolute;
    object-fit: cover;
    height: 100%;
}
span.duration {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
span.duration p.total_price {
    margin: 0;
    padding-left: 0px;
    font-weight: 600;
    color: #000;
}
/* .cab-banner-area.alTaxiBannerStart{
    margin-bottom: 40px !important;
} */
/* ============= inner page home services page ============= */
.booking-time .radios {
    width: 95%;
}
.radio-btns input[type="checkbox"] {
    z-index: -1;
    position: absolute;
    display: none;
}
.radio-btns.long-radio input[type="checkbox"] + label .customCheckbox {
    width: auto;
    border-radius: 50px;
    height: auto;
    line-height: normal;
    padding: 10px 14px;
}
.radio-btns input[type="checkbox"]:checked + label .customCheckbox {
    background-color: var(--theme-deafult);
    color: #fff;
}
.radio-btns input[type="checkbox"] + label .customCheckbox {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    z-index: 1;
    color: #1f2431;
    background: #f3f3f3;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
#main-nav {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    top: 24px;
    padding: 15px 20px;
    margin-left: 0;
    margin-bottom: 30px;
    overflow: auto;
    background-color: #fff;
}
.class_img img {
    width: 100%;
    border-radius: 10px;
}
ul#main-nav-list {
    display: flex;
    align-items: center;
    overflow: auto;
    width: max-content;
}
#main-nav li {
    margin-right: 10px;
}
#main-nav a {
    padding: 0 11px;
    display: block;
    color: #777;
    text-decoration: none;
    min-width: 2.5rem;
    line-height: 38px;
    border-radius: 1.25rem;
    background-color: transparent;
    border: 1px solid var(--theme-deafult);
    font-size: 16px;
    font-weight: 700;
}
#main-wrapper {
    width: 100%;
    margin: 0 auto;
}
/* ============= inner page home services page ============= */
#addressInput .input-group-append button.btn {
    padding: 8px 14px;
    color: #fff;
}
#addressInput .input-group-append {
    position: absolute;
    bottom: 0;
    right: 0;
}
#destination_location_add_temp,
.address-input-group {
    position: relative;
}
.address-input-group .pac-container {
    top: 35px !important;
    left: 0 !important;
}
#destination_location_add_temp .pac-container {
    top: 75px !important;
    left: 15px !important;
}
img.al_img_opacity {
    opacity: 0.4;
}
#edit-address .address-input-group .pac-container {
    top: 75px !important;
    left: 0 !important;
}
.address-input-group {
    position: relative;
}
.address-input-group .pac-container {
    top: 35px !important;
    left: 0 !important;
}
.h2-heading {
    text-transform: capitalize;
}
.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: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #979797;
}
.radio span.checkround:after {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--theme-deafult);
    position: absolute;
    content: "";
    opacity: 0;
}
.radio input:checked ~ .checkround:after {
    display: block;
    opacity: 1;
}
#wallet_topup_form button.btn.btn-solid.mb-2.custom_amount {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 5px;
}
.file .update_pic {
    height: 80px;
    width: 80px;
    background: url(../images/user_pic.jpg) no-repeat center;
    border-radius: 50%;
    background-size: cover;
    overflow: hidden;
    display: block;
}
.file .update_pic img {
    height: 100%;
}
.file > label {
    cursor: pointer;
    outline: 0;
    margin-bottom: 0;
    width: 80px;
    display: inline-block;
    position: relative;
}
label {
    font-weight: 400;
    display: block;
}
.name_location {
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
    padding: 10px 16px 15px;
}
.dashboard-right .card-box {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 7%);
    border-radius: 16px;
}
#editProfileBox label {
    display: block;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
span.file-icon::before {
    content: "\f1c5";
    font-size: 20px;
}
.number .counter-container {
    border: 1px solid var(--theme-deafult);
    border-radius: 4px;
    width: fit-content;
}
.minus,
.plus {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    padding: 0 8px;
    cursor: pointer;
    color: var(--theme-deafult);
}
.categories-product-list .number {
    border: 0.5px solid #ed5a6b;
    border-radius: 8px;
}
.number input {
    background-color: transparent;
    height: 30px;
    min-width: 30px;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 0;
    border-left: 1px solid var(--theme-deafult);
    border-right: 1px solid var(--theme-deafult);
}
.tip_radio:not(:disabled) ~ label {
    cursor: pointer;
}
.tip_label {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--theme-deafult);
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer !important;
}
.tip_radio {
    display: none;
}
.tip_radio:checked + .tip_label {
    background: var(--theme-deafult);
    box-shadow: 0 0 5px var(--theme-deafult);
}
.tip_radio:checked + .tip_label h5,
.tip_radio:checked + .tip_label p {
    color: #fff;
}
.collection-filter .theme-card .offer-slider img {
    padding: 0;
    height: auto;
}
.order-address .outer-box.border-dashed {
    border-style: dashed;
    border-width: 2px;
    height: 100%;
}
.outer-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
}
.outer-box .fa-plus-circle.d-block {
    font-size: 26px;
    color: var(--theme-deafult);
}
.outer-box h6 i {
    color: var(--theme-deafult);
    font-size: 20px;
}
.dashboard-right p {
    color: #5f5f5f;
    line-height: 20px;
}
a.btn.btn-solid.add_edit_address_btn {
    margin: 0 10px;
}
body.al_body_template_three .btn-solid {
    padding: 5px 10px !important;
    font-size: 10px !important;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: none;
    border-radius: 4px;
    border-width: 1px;
}

#wallet_topup_form button.btn.btn-solid.mb-2.custom_amount {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 5px;
}
.file .update_pic {
    height: 80px;
    width: 80px;
    background: url(../images/user_pic.jpg) no-repeat center;
    border-radius: 50%;
    background-size: cover;
    overflow: hidden;
    display: block;
}
.file .update_pic img {
    height: 100%;
}
.file > label {
    cursor: pointer;
    outline: 0;
    margin-bottom: 0;
    width: 80px;
    display: inline-block;
    position: relative;
}
label {
    font-weight: 400;
    display: block;
}
.name_location {
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
    padding: 10px 16px 15px;
}
.dashboard-right .card-box {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 7%);
    border-radius: 16px;
}
#editProfileBox label {
    display: block;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
span.file-icon::before {
    content: "\f1c5";
    font-size: 20px;
}
.number .counter-container {
    border: 1px solid var(--theme-deafult);
    border-radius: 4px;
    width: fit-content;
}
.minus,
.plus {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    padding: 0 8px;
    cursor: pointer;
    color: var(--theme-deafult);
}
.categories-product-list .number {
    border: 0.5px solid #ed5a6b;
    border-radius: 8px;
}
.number input {
    height: 30px;
    min-width: 30px;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 0;
    border-left: 1px solid var(--theme-deafult);
    border-right: 1px solid var(--theme-deafult);
}
.tip_radio:not(:disabled) ~ label {
    cursor: pointer;
}
.tip_label {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--theme-deafult);
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer !important;
}
.tip_radio {
    display: none;
}
.tip_radio:checked + .tip_label {
    background: var(--theme-deafult);
    box-shadow: 0 0 5px var(--theme-deafult);
}
.tip_radio:checked + .tip_label h5,
.tip_radio:checked + .tip_label p {
    color: #fff;
}
.collection-filter .theme-card .offer-slider img {
    padding: 0;
    height: auto;
}
.order-address .outer-box.border-dashed {
    border-style: dashed;
    border-width: 2px;
    height: 100%;
}
.outer-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgb(138 129 124 / 3%);
}
.outer-box .fa-plus-circle.d-block {
    font-size: 26px;
    color: var(--theme-deafult);
}
.outer-box h6 i {
    color: var(--theme-deafult);
    font-size: 20px;
}
.dashboard-right p {
    color: #5f5f5f;
    line-height: 20px;
}
a.btn.btn-solid.add_edit_address_btn {
    margin: 0 10px;
}
.dashboard-right .outer-box {
    height: 100%;
}
/* Cab booking Page Css */
.cab-banner-area {
    background: url(https://www.uber-assets.com/image/upload/f_auto,q_auto:eco,c_fill,w_1903,h_644/v1613521692/assets/d9/ce6c00-32b0-4b93-9f0d-6f927d93da08/original/Rider_Home_bg_desktop2x.png)
        no-repeat center center;
    background-size: cover;
    margin: 30px 0;
}
.p-64 {
    padding: 64px !important;
}
.cab-banner-area .card-box {
    padding: 48px;
    border-radius: 0;
}
.cab-banner-area h1 {
    font-size: 52px;
    text-transform: initial !important;
    font-weight: 600;
    margin: 0;
    line-height: 64px;
}
.cab-input {
    margin: 31px 0 13px;
    position: relative;
}
.cab-input input.form-control {
    background-color: #f6f6f6;
    padding: 11px 30px 11px 40px;
    height: auto;
    min-height: 52px;
    border: 0;
    border-radius: 0 !important;
    font-size: 16px;
}
.cab-input .form-control::-webkit-input-placeholder {
    color: rgb(0, 0, 0 / 0.9);
}
.cab-input .form-control::-ms-input-placeholder {
    color: rgb(0, 0, 0 / 0.9);
}
.cab-input .form-control::placeholder {
    color: rgb(0, 0, 0 / 0.9);
}
.input-line {
    width: 1px;
    height: 46px;
    background: #000;
    position: absolute;
    top: 33px;
    left: 22px;
}
.input-line:after {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    content: "";
    position: absolute;
    bottom: -10px;
    left: -3px;
}
.input-line:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -3px;
}
.location-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.cab-footer {
    margin: 19px 0 0;
}
.btn.btn-solid.new-btn {
    min-height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0 17px;
    margin-top: 12px;
}
.cab-footer .btn.btn-solid:last-child {
    margin-right: 0;
}
section.royo-business {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title-36 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}
section.royo-business .title-36 {
    margin-bottom: 24px;
}
.description-text {
    margin-bottom: 20px;
}
.royo-business .btn.btn-solid.new-btn {
    min-width: 112px;
}
.title-52 {
    font-size: 52px;
    line-height: 64px;
    margin: 0;
}
.royo-rental .title-52 {
    margin-bottom: 32px;
}
.learn-more {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.safety-img {
    margin-bottom: 20px;
}
.safety-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #000;
}
.safety-text {
    margin: 0 0 20px;
}
.safety-text p:last-child {
    margin: 0;
}
.safety-links a {
    line-height: 32px;
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 5px;
    margin-right: 24px;
}
.safety-links a:last-child {
    margin-right: 0;
}
.bottom-line {
    position: relative;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 5px;
}
.bottom-line:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    background: #838383;
    bottom: -1px;
    transition: all 0.5s;
    z-index: 1;
}
.bottom-line:hover:after {
    width: 100%;
}
.vendor-signup .file > label {
    height: 216px;
}
.progress-order {
    width: calc(100% + 48px);
    margin: -24px 0 20px;
    background: #00000012;
    color: var(--theme-deafult);
    position: relative;
    left: -24px;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 5px 0;
}
.product-timing small {
    font-size: 13px;
    color: #000;
    margin: 0 0 3px;
}
.product-timing small:last-child {
    margin: 0;
}
.product-timing small:first-child::before {
    content: none;
}
.product-timing small i {
    color: #000;
    margin: 0 2px 0 0;
}
.product-box a {
    display: block;
}
.product-box a img {
    width: 100%;
}
.vendor_products_tr h4 {
    font-size: 12px;
}
.number + .btn.btn-solid.prescription_btn.mt-2 {
    font-size: 12px;
}
.list-view .suppliers-box {
    display: flex !important;
    align-items: center;
}
.return-wrapper {
    width: 100%;
    margin-left: auto;
}
.footer-return-box {
    text-align: left;
    padding-left: 50px;
    position: relative;
}
.return-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.return-text h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.return-text p {
    line-height: normal;
    font-size: 14px;
    color: #777;
}
body .footer-theme .sub-title h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
.theme-card h5 {
    padding-bottom: 18px;
}
.breadcrumb-section .breadcrumb {
    justify-content: flex-start;
}
.breadcrumb-section.bg-transparent {
    padding-bottom: 0;
}
.collection-filter .img-outer-box img {
    border: 0;
}
.offer-slider .img-outer-box + .media-body {
    width: calc(100% - 100px);
}
.list-view .supplier-rating {
    padding-left: 20px;
    width: calc(100% - 100px);
}
.section-b-space + section,
.section-b-space + .container {
    margin-top: 40px;
}
/* Jet Taxi Home Page Css */
.jet-taxi-banner {
    background: linear-gradient(180deg, #f8f2ff, #fff 99.91%);
    padding: 63px 0 36px;
}
.jet-banner-right {
    height: 430px;
    margin: auto;
    width: auto;
}
.jet-banner-right img {
    height: 100%;
}
.jet-taxi-banner h1 {
    color: #000;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 21px;
    line-height: 67px;
}
.jet-taxi-banner p {
    color: #3a3a3a;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 23px;
}
.work-box {
    border: 1px solid rgba(151, 151, 151, 0.22);
    border-radius: 4px;
    background-color: #fdfbff;
    box-shadow: 0 15px 25px 0 rgba(70, 44, 103, 0.07);
    padding: 40px 28px;
    height: 100%;
}
.work-box h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 32px 0 12px;
    line-height: 29px;
}
.work-box p {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
.app-content {
    width: 270px;
    max-width: 100%;
}
.app-content .number {
    height: 56px;
    line-height: 56px;
    width: 56px;
    border-radius: 3.2px;
    background-color: rgba(207, 172, 255, 0.29);
    color: #7c1eff;
    font-size: 25.6px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}
.app-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}
.app-content p {
    opacity: 0.68;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}
.divider_line {
    height: 1.2px;
    width: 353px;
    border: 1.2px solid #979797;
    opacity: 0.24;
    background-color: #979797;
}
.divider_line span {
    height: 25.15px;
    width: 25.15px;
    line-height: 21.15px;
    border: 1.2px solid #dfe2e6;
    box-shadow: 0 0 4px 0 rgb(0, 0, 0 / 5%);
    font-size: 9.56px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: -13px auto;
    background: #fff;
}
ul.social-links.d-flex.align-items-center.mx-auto.mb-4.mt-3 {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}
ul.social-links.d-flex.align-items-center.mx-auto.mb-4.mt-3 li {
    margin: 0 10px;
}
.file.upload-new img,
.vendor-signup .file .update_pic img {
    height: 130px;
    width: auto;
    object-fit: cover;
}
.file > input[type="file"] {
    display: none;
}
.file--upload > label .plus_icon {
    height: 33px;
    width: 33px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: var(--theme-deafult);
    box-shadow: 0 2px 4px 0 rgb(63 159 255 / 40%);
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}
body .recent-orders .order_detail {
    margin-left: 50px;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f105";
}
.switch-primary .lable img {
    height: 16px;
    width: 16px;
}
span.org_price.ml-1.font-14 {
    text-decoration: line-through;
    color: #ff0000;
}
.pref-timing:empty {
    display: none;
}
.dark .slick-next:before,
.dark .slick-prev:before {
    color: #fff !important;
}
.slick-next:before,
.slick-prev:before {
    font-family: "FontAwesome";
    color: #000 !important;
    opacity: 1;
}
/* body.login_body footer#footer,
body.register_body footer#footer {position: absolute;}
body.login_body #al_new_design, body.register_body #al_new_design{position: relative !important;} */

.footer-theme .sub-title .footer-contant .payment-card-bottom ul li {
    padding: 0;
    display: inline-block;
}
body section.cab-banner-area {
    margin: 0 !important;
}
body .iti--separate-dial-code .iti__selected-flag {
    background-color: #eee;
}
/* vendorStories page css start */
/* #vendorStoriesImg{border-radius: 5px;cursor: pointer;-webkit-transition: 0.3s;transition: 0.3s;}
#vendorStoriesImg:hover{opacity: 0.7;}
.vendor-stories{width:120px;height:120px;overflow:hidden;position:relative;z-index:0;top:-20px}.vendor-stories a{height:100%;width:100%;border:none;position:absolute;top:0;padding:3px}.vendor-stories img.avatar-sm{height:100%;width:100%;border:none}
.circle-wrapper{padding:3px;height:100%;border-color:var(--theme-deafult);border-width:3px;border-style:dashed;border-radius:50%;width:100%;animation:spincircle 10s linear infinite}@keyframes spincircle{100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}
#vendorStories .modal-content{margin: auto;display: block;width: 80%;max-width: 700px;}
#vendorStories  .modal-content,#vendorStories  #caption{-webkit-animation-name: zoom;-webkit-animation-duration: 0.6s;animation-name: zoom;animation-duration: 0.6s;}
@-webkit-keyframes zoom{ from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)}}
@keyframes zoom{ from {transform:scale(0)} to {transform:scale(1)} }
#vendorStories  .close{position: absolute;top: 15px;right: 35px;color: #f1f1f1;font-size: 40px;font-weight: bold;-webkit-transition: 0.3s;transition: 0.3s;}
#vendorStories  .close:hover, #vendorStories  .close:focus {color: #bbb;text-decoration: none;cursor: pointer;}
@media only screen and (max-width: 700px){ #vendorStories .modal-content{width: 100%;}} */
/* vendorStories page css end */
body section.cab-banner-area {
    margin: 0 !important;
}
.al_body_template_three div#step-2-ondemand .alCustomHomeServiceRadio input {
    display: none;
}
.al_body_template_three div#step-2-ondemand .radios .alCustomHomeServiceRadio {
    text-align: center;
}
.al_body_template_three div#step-2-ondemand .radios {
    text-align: center;
}
.al_body_template_three
    div#step-2-ondemand
    .radio-btns.long-radio
    input[type="radio"]
    + label
    .customCheckbox {
    width: auto;
    border-radius: 50px;
    height: auto;
    line-height: normal;
    padding: 10px 14px;
    z-index: 1;
    color: #1f2431;
    background: #f3f3f3;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.al_body_template_three div#step-2-ondemand .radio-btns input[type="radio"] {
    z-index: -1;
    position: absolute;
    display: none;
}

/*arbic language css start here---*/
body[dir="rtl"].al_body_template_two .menu-slider .slick-track {
    display: contents;
}
body[dir="rtl"].al_body_template_two .vendors .no-arrow .slick-next {
    right: -30px;
    left: auto;
}
body[dir="rtl"].al_body_template_two .vendors .no-arrow .slick-prev {
    left: -30px;
    right: auto;
}
body[dir="rtl"] .icon-nav ul li a i {
    margin-right: 5px !important;
}
body[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
body[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
    right: auto !important;
    left: 0 !important;
}
body[dir="rtl"] .al_body_template_two .footer-theme .sub-title h4 {
    text-align: right;
}
body[dir="rtl"] .iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 6px;
}
body[dir="rtl"] .offset-xl-2 {
    margin-left: 0px !important;
    margin-right: 16.6666666667% !important;
}
body[dir="rtl"] .toggle-password {
    text-align: left;
    left: 10px;
}
body[dir="rtl"] .login-with-username div#password-wrapper a {
    left: 40px;
    text-align: left;
    right: auto !important;
}
body[dir="rtl"] .iti__flag-box,
.iti__country-name {
    margin-left: 6px;
}
body[dir="rtl"] .product-right.inner_spacing.pl-sm-3.p-0 {
    padding-left: 0px;
    padding-right: 1.5rem !important;
}
/* body[dir="rtl"] .rating-number, body .inner_spacing .rating{
    left:3px;
    right: auto !important;
} */
body[dir="rtl"] #social-links li:first-child {
    margin-right: 0px;
}
body[dir="rtl"] #social-links li:last-child {
    margin-right: 20px;
}

body[dir="rtl"] .btn.btn-solid.addWishList.mr-2 {
    margin-right: 0px !important;
}

/*third template arbic language css*/
body[dir="rtl"].al_body_template_three .slick-next {
    left: auto !important;
    right: 11px !important;
}
body[dir="rtl"].al_body_template_three .qty-box .input-group button i {
    -webkit-transform: rotate(182deg);
    transform: rotate(182deg);
}
body[dir="rtl"].al_body_template_three .alSingleProducts .product-right {
    text-align: right;
    margin-right: 10px;
}
body[dir="rtl"].al_body_template_three .product-description h6 {
    text-align: right;
}
body[dir="rtl"] .inner_spacing .rating {
    right: auto !important;
    left: 2px;
}
body[dir="rtl"] .al .col-lg-5.pl-0 {
    padding-right: 0px;
}

/* vendorStories page css end */

.show-subscription-mdl button.close {
    position: absolute;
    right: 6px;
    top: 10px;
    background: transparent;
    line-height: 0pc;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
}
.show-subscription-mdl .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

/* ================== agent page css===================================== */
.agentInfo .brand-ing {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.agentInfo .brand-ing:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-color: var(--theme-deafult);
}
a.agentInfo.d-block.black-box {
    text-align: center;
    padding-top: 10px;
}
.agentInfo .brand-ing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
}
body .order-page .order_head {
    text-transform: capitalize;
}
body #page-container .vendors {
    margin-bottom: 0 !important;
}
.al_body_template_two .product-box .blur-up.lazyloaded {
    background-size: cover !important;
}
/* =========================== recent order ================================ */
.order_detail.order_detail_data .price_box_bottom li,
.order_detail.order_detail_data h5 {
    font-size: 12px;
}
.order_detail.order_detail_data ul.status_box li,
.order_detail.order_detail_data ul.status_box img,
.order_detail.order_detail_data ul.status_box a,
.order_detail.order_detail_data ul.status_box li label {
    display: inline-block;
    font-size: 10px;
}

#main-menu.menu-slider li.active a {
    color: var(--theme-deafult);
    border-bottom: 1px solid var(--theme-deafult);
}
body.al_body_template_eight.homeHeader .common-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
body.al_body_template_eight
    div#category_products_filter
    .media-body.align-self-center
    .inner_spacing.w-100
    h3 {
    text-align: left !important;
    margin: 0 !important;
    color: #000;
}
body.al_body_template_eight.homeHeader
    .col-grid-box
    .media-body.align-self-center
    .inner_spacing.w-100
    h3 {
    text-align: center;
    display: block !important;
    margin: 20px 0 0 !important;
    font-weight: bold;
    color: #000;
}
body.al_body_template_eight.homeHeader
    .col-grid-box
    .media-body.align-self-center
    .inner_spacing.w-100
    h3
    label {
    font-weight: bold;
}
body.al_body_template_eight.homeHeader
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3 {
    /* position: sticky !important;
    top: 0;
    height: 800px;
    overflow-y: scroll;
    background: #f2f2f2; */
    padding: 20px;
}
body.al_body_template_eight.homeHeader .collection-filter-block {
    border: none !important;
}
body.al_body_template_eight.homeHeader
    .collection-filter
    .theme-card
    .offer-slider
    img {
    padding: 0;
    height: auto;
    border-radius: 5px;
}
body.al_body_template_eight.homeHeader .common-product-box.scale-effect {
    position: relative;
}
body.al_body_template_eight.homeHeader .common-product-box.scale-effect:after {
    content: "";
    background: #0000008a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px;
}
body.al_body_template_eight.homeHeader
    .common-product-box.scale-effect
    .product-description {
    position: relative;
    z-index: 2;
    top: 60px;
}
body.al_body_template_eight.homeHeader
    .collection-product-wrapper
    a.product-box {
    padding: 10px;
    position: relative;
}
body.al_body_template_eight.homeHeader
    .displayProducts
    .product-wrapper-grid
    .inner_spacing
    span.rating {
    top: 30px;
    left: 10px;
    right: inherit;
}
body.al_body_template_eight.homeHeader
    .common-product-box.scale-effect
    .product-description
    h6 {
    color: #fff;
}
body.al_body_template_eight.homeHeader
    .common-product-box.scale-effect
    .product-description
    p {
    color: #fff;
}
body.al_body_template_eight.homeHeader
    .common-product-box.scale-effect
    .product-description
    p.pb-1 {
    color: #000;
}
body.al_body_template_eight.homeHeader .common-product-box.scale-effect .col-4 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
body.al_body_template_eight.homeHeader .common-product-box.scale-effect .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
body.al_body_template_eight.homeHeader .common-product-box.scale-effect:after {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 10px;
}
body.al_body_template_eight .product-banner-img img {
    width: 100%;
}

body.al_body_template_eight
    .outer-box
    .address-btn.d-flex.align-items-center.justify-content-end.w-100.mt-sm-4.px-2
    a {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 5px;
}
body.al_body_template_eight
    .outer-box
    .address-btn.d-flex.align-items-center.justify-content-end.w-100.mt-sm-4.px-2 {
    flex-wrap: wrap;
    justify-content: start !important;
}
body.al_body_template_eight.homeHeader
    .common-product-box.scale-effect
    .product-description {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -200px;
    margin: 0 auto;
}
body.al_body_template_eight.homeHeader .img-outer-box.position-relative {
    left: 10px;
    width: 300px;
}
body.al_body_template_eight .breadcrumb-section.bg-transparent {
    padding: 20px 0 10px !important;
}
body.al_body_template_eight .dashboard-left .block-content ul li a {
    display: inline-block;
    width: 90%;
}
body.al_body_template_eight.homeHeader .img-outer-box.position-relative {
    left: 10px;
}

body.al_body_template_eight .main-prod {
    background: #f2f2f2;
    margin: 0 10px 10px;
    border-radius: 5px;
}
body.al_body_template_eight .product-wrapper-grid .product-image {
    top: -24px;
}

body.al_body_template_eight .main-prod .media-body.align-self-center {
    padding: 0 20px;
}
body.al_body_template_eight
    .main-prod
    .media-body.align-self-center
    h3.d-flex.align-items-center.justify-content-between {
    text-align: left;
    margin: 0 !important;
}

body.al_body_template_eight form#editProfileForm form input.form-control {
    width: 100%;
    margin: 0;
}
body.al_body_template_eight
    div#cart_template
    .row.mb-md-1.alFourTemplateCartButtons.mt-2.pt-2.border-top {
    background: #fff;
    box-shadow: 10px 16px 14px 10px #eee9;
    border: 1px solid #eeeeee8c;
    margin: 0 0 0 !important;
}
body.al_body_template_eight ul#top-tab .nav-item {
    margin-right: 40px;
}
body.al_body_template_eight section.buy_details span.rating.main-rating {
    display: none;
}
body.al_body_template_eight section.buy_details .custom-control-label::before {
    top: 5px !important;
}
body.al_body_template_eight
    .product-full-tab
    .nav-material.nav-tabs
    .nav-item
    .nav-link,
.tab-product .nav-material.nav-tabs .nav-item .nav-link {
    font-size: 14px !important;
}
body.al_body_template_eight form#editProfileForm input.form-control {
    width: 100%;
    margin: 0;
}
body.al_body_template_eight div#descriptionInputEdit textarea.form-control {
    height: 100px;
}
body.al_body_template_eight .needs-validation.vendor-signup input.form-control {
    width: 100%;
    margin: 0;
}
body.al_body_template_eight .vendor-signup h2 {
    background: none !important;
}
body.al_body_template_eight
    section.section-b-space.new-pages
    .custom-container {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
}
body.al_body_template_eight
    section.section-b-space.new-pages
    .custom-container
    button#register_btn {
    width: 20%;
    max-width: 20%;
}
/* body.al_body_template_eight.homeHeader section.section-b-space.ratio_asos .collection-filter.col-lg-3 h2 button h5 span {
    padding: 0 10px 10px;
} */
body.al_body_template_eight.homeHeader .onhover-dropdown:before {
    right: 25px;
    top: 28px;
}
/*------------login page css---------*/
body.al_body_template_eight.homeHeader
    .collection-product-wrapper
    .col-md-3.col-6.col-grid-box {
    margin-bottom: 25px;
}
body.al_body_template_eight div#show-map-modal .modal-full-width {
    width: 50%;
}
body.al_body_template_eight .main-login-page div#login-section {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
}
body.al_body_template_eight .main-login-page div#login-section .login_img img {
    border-radius: 10px 0 0px 10px;
}
body.al_body_template_eight .main-login-page div#login-section h3 {
    text-align: left;
}
body.al_body_template_eight .main-login-page div#login-section h3 {
    text-align: left;
    font-family: "Jost" !important;
    color: #000;
}
body.al_body_template_eight
    .main-login-page
    div#login-section
    form
    input.form-control {
    width: 95%;
    margin: 20px 0;
    border-radius: 5px;
    height: 48px;
}
body.al_body_template_eight .main-login-page .toggle-password,
.toggle-password + .font-14 {
    top: 40%;
}
body.al_body_template_eight .main-login-page div#login-section .create_acount {
    padding-right: 30px;
}
body.al_body_template_eight
    .main-login-page
    div#login-section
    .login_continue_btn {
    width: 95% !important;
    border-radius: 5px;
    height: 48px;
}
body.al_body_template_eight
    .main-login-page
    div#login-section
    .social-media-links
    li {
    padding: 0 10px;
}
body.al_body_template_eight .main-login-page div#login-section .divider_line {
    width: 95%;
}
body.al_body_template_eight .main-signup-page .bg_inner {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
}
body.al_body_template_eight .main-signup-page .bg_inner .login_img img {
    height: 100%;
    object-fit: contain;
}
body.al_body_template_eight
    .main-signup-page
    .iti--separate-dial-code
    .iti__selected-flag {
    height: 46px;
}
body.al_body_template_eight .main-signup-page form input.form-control {
    width: 98%;
    margin: 0 0 15px;
    border-radius: 5px;
    height: 48px;
}
body.al_body_template_eight .main-signup-page .toggle-password,
.toggle-password + .font-14 {
    right: 40px !important;
}
body.al_body_template_eight
    .main-signup-page
    .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    margin-bottom: 15px;
}

body.al_body_template_eight .main-signup-page .bg_inner h3 {
    font-family: "Jost" !important;
    color: #000;
    margin: 20px 0 0 !important;
}
body.al_body_template_eight .main-signup-page .submitLogin {
    width: 98%;
    border-radius: 5px;
    height: 48px;
}
body.al_body_template_eight .main-signup-page .divider_line {
    width: 100%;
}
body.al_body_template_eight .main-signup-page ul.social-media-links li {
    padding: 0 10px;
}
body.al_body_template_eight .login_img {
    height: 100%;
    background: #e9248d;
    padding: 80px;
    border-radius: 10px 0 0 10px;
}
body.al_body_template_eight .main-signup-page .bg_inner .card {
    margin: 20px 0 0 !important;
}
body.al_body_template_eight .main-signup-page .bg_inner .card h3 {
    margin-bottom: 30px !important;
}
body.al_body_template_eight .main-signup-page .bg_inner .card .col-form-label {
    padding-top: 0 !important;
}
body.al_body_template_eight
    .main-signup-page
    .bg_inner
    .card
    button#reset_password_btn {
    border-radius: 10px;
    width: 98% !important;
}
body.al_body_template_eight p#copy_message {
    color: green;
    margin-top: 15px;
}
body.al_body_template_eight .profile-page .info-text p {
    display: inline-block;
}
body.al_body_template_eight .profile-page .info-text label {
    display: inline-block;
    margin-right: 20px !important;
}
body.al_body_template_eight form#add_edit_address_form input.form-control {
    width: 100%;
    margin: 0;
}
body.al_body_template_eight
    form#add_edit_address_form
    .input-group.address-input-group
    input {
    width: 90% !important;
}
body.al_body_template_eight #topup_wallet form input.form-control {
    width: 100%;
    margin: 0;
}
body.al_body_template_eight .outer-box form#register input.form-control {
    width: 100%;
    margin: 0;
}
body.al_body_template_eight .dashboard-left .block-content ul li:before {
    position: absolute;
    right: 0;
    top: 10px;
}
body.al_body_template_eight .dashboard-left {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 6%);
    min-height: 500px;
    position: sticky;
    top: 166px;
}
body.al_body_template_eight .custom-vender-categories .cart-main-box,
.scrollspy-menu {
    width: 100%;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 6%);
    min-height: 500px;
    position: sticky;
    top: 166px !important;
}
body.al_body_template_eight div#product_addon_modal .modal-header .close {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e9248d;
    opacity: 9;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
}
body.al_body_template_eight div#product_addon_modal .modal-header .close span {
    margin: 0;
    padding: 0;
    display: block;
}
body.al_body_template_eight .search_form.d-flex.align-items-center {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 9%);
    border-radius: 30px;
    border: 1px solid#ccc;
}
body.al_body_template_eight .search_form input {
    background: transparent;
}
body.al_body_template_eight div#product_addon_modal a#add_vendor_addon_product {
    width: 30%;
    display: inline-block;
    max-width: 30%;
    border-radius: 5px;
    padding: 6px 10px;
}
body.al_body_template_eight
    .custom-vender-categories
    .shopping-cart
    ul
    li
    .media-body
    h6
    span.ellips {
    width: 100%;
    text-align: left !important;
}
body.al_body_template_eight
    .custom-vender-categories
    .shopping-cart
    ul
    li
    .media-body
    h6 {
    justify-content: flex-end !important;
}
body.al_body_template_eight
    .custom-vender-categories
    .shopping-cart
    ul
    li
    .media-body
    h6
    span {
    text-align: right !important;
    display: block;
    padding-right: 10px;
}
body.al_body_template_eight
    .outer-categories
    .main-fillter
    .collection-collapse-block
    .collection-collapse-block-content
    .collection-brand-filter
    .collection-filter-checkbox
    label {
    color: #161515;
}
.outer-categories .main-fillter aside.side_fillter {
    height: auto !important;
    padding: 0 0 20px 0px !important;
}
body.al_body_template_eight
    .outer-categories
    .custom-inner-card
    .offer-slider.al {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
body.al_body_template_eight .outer-categories .scale-effect:after {
    left: -3px !important;
}
body.al_body_template_eight.homeHeader
    .col-grid-box
    .card-text
    h3.d-flex.align-items-center.justify-content-between.text-left {
    margin-top: 0 !important;
}
body.al_body_template_eight.homeHeader .col-grid-box .card-text h4 {
    font-size: 14px;
    border-top: 1px solid #e5e8eb !important;
}
/* body.al_body_template_eight.homeHeader .theme-card.custom-inner-card {
    display: none;
} */
body.al_body_template_eight.homeHeader
    .outer-categories
    .collection-content.col-lg-9.outter-fillter-data
    .product-top-filter {
    display: block;
}
body.al_body_template_eight.homeHeader
    .outer-categories
    .outter-fillter-data
    .col-12.text-right.mt-2 {
    display: none;
}
body.al_body_template_eight div#cancel_order button.close {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #e9248d;
    opacity: 1;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 37px;
    position: absolute;
    right: -15px;
    top: -18px;
}
body.al_body_template_eight
    div#cancel_order
    div#cancel-order-form-modal
    form
    button {
    background-color: #e9248d;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 14px;
}
body.al_body_template_eight
    div#cancel_order
    div#cancel-order-form-modal
    form
    label {
    text-align: left;
    font-size: 20px !important;
    color: #000;
    margin: 0px 0 20px;
}
body.al_body_template_eight div#repeat_cart_modal .modal-content h5 {
    font-size: 22px;
    font-weight: bold;
}
body.al_body_template_eight div#repeat_cart_modal .modal-content h6 {
    font-size: 16px;
}
body.al_body_template_eight div#topup_wallet button.close {
    padding: 0;
    margin: 0;
    background: #e9248d;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}
body.al_body_template_eight div#transfer_wallet button.close {
    padding: 0;
    margin: 0;
    background: #e9248d;
    opacity: 9;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -9px;
}
body.al_body_template_eight div#proceed_to_pay_modal button.close {
    padding: 0;
    margin: 0;
    background: #e9248d;
    opacity: 9;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -9px;
}
body.al_body_template_eight section.section-b-space.light-layout_alFour {
    padding: 80px 0 !important;
}
body.al_body_template_eight .custom-vender-card {
    background: #d8d8d838;
    border: 1px solid #d9d9d9;
    height: 460px;
    margin: 0;
    border-radius: 12px;
}
body.al_body_template_eight .custom-vender-card .suppliers-img-outer {
    border-radius: 12px 12px 0 0;
}
body.al_body_template_eight .custom-vender-card .suppliers-img-outer img {
    height: 300px;
    object-fit: cover;
}
body.al_body_template_eight .custom-vender-card .supplier-rating {
    padding: 0 20px;
}
body.al_body_template_eight
    section#continental
    .product_variant_quantity_wrapper {
    text-align: right;
}

body.al_body_template_eight .needs-validation.vendor-signup h2 {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
body.al_body_template_eight .main_heading {
    padding: 0 10px 0 !important;
}
body.al_body_template_eight
    section.section-b-space.new-pages
    .custom-container
    .main-top-heading {
    padding: 20px 30px 0;
}
body.al_body_template_eight
    .outter-fillter-data
    .product-card-box.position-relative.al_box_third_template.al {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
    padding: 0 !important;
    background-color: #fff;
}
body.al_body_template_eight.homeHeader
    .outter-fillter-data
    .product-wrapper-grid
    .product-image
    img {
    position: relative;
    /* height: 200px; */
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
body.al_body_template_eight
    .outter-fillter-data
    .media-body.align-self-center
    h6 {
    margin: 10px 0 !important;
}
body.al_body_template_eight.homeHeader
    .outter-fillter-data
    div#category_products_filter
    a.product-box.scale-effect.mt-0.product-card-box.position-relative.al_box_third_template.al {
    height: 425px;
}
body.al_body_template_six section.section-b-space.new-pages .custom-container {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 21%);
}
.al_body_template_six form#vendor_signup_form h2 {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
}
.al_body_template_six
    section.section-b-space.new-pages
    .custom-container
    button#register_btn {
    width: 20% !important;
    max-width: 20%;
}
.al_body_template_six .main-top-heading {
    margin: 20px 0;
}
.al_body_template_six
    .product-full-tab
    .nav-material.nav-tabs
    .nav-item
    .nav-link,
.al_body_template_six .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    font-size: 12px;
    letter-spacing: 0 !important;
    margin-right: 20px;
}
.al_body_template_six ul.price_box_bottom .btn-solid {
    margin-top: 20px;
}
.al_body_template_six .collection-filter.col-lg-3.al.custom-sidebar-card .card {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 30%);
}
.al_body_template_six .theme-card h5.title-border {
    border-bottom: 1px solid #ddd;
    display: block !important;
    padding: 10px !important;
}
.al_body_template_six .theme-card h5.title-border i {
    display: inline-block;
    float: right;
    font-size: 20px;
}
.al_body_template_six .offer-slider.al .listing-categories ul li {
    display: block !important;
    margin-bottom: 10px;
}
/* .al_body_template_six .collection-product-wrapper .col-grid-box .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    display: block !important;
    padding: 10px;
    text-align: center;
} */
.al_body_template_six
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3 {
    padding: 20px;
}
/* .al_body_template_six .main-fillter .side_fillter {
    background: transparent !important;
    border-top: 1px solid #D9D9D9;
    margin-top: 21px !important;
    overflow-y: auto !important;
    border-right: 1px solid #D9D9D9;
    height: 800px;
    overflow-x: hidden !important;
} */
.al_body_template_six .slick-track {
    margin-left: 0 !important;
}
.al_body_template_six .collection-filter-block {
    border: none !important;
}
.al_body_template_six .main-fillter .side_fillter .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}
.al_body_template_six
    .main-fillter
    .side_fillter
    .collection-collapse-block
    .collapse-block-title:after {
    right: 12px;
}
.al_body_template_six .outter-fillter-data .custom_filtter {
    border-bottom: 1px solid #d9d9d9;
}
.al_body_template_six .outter-fillter-data .custom_filtter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.al_body_template_six .outter-fillter-data .custom_filtter ul li {
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    line-height: 50px;
}
.al_body_template_six .outter-fillter-data .custom_filtter ul li span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0a0a0a;
    position: relative;
}
.al_body_template_six .outter-fillter-data .custom_filtter ul li span:after {
    content: unset;
    background: #d9d9d9;
    height: 1px;
    position: absolute;
    left: -34px;
    width: 39px;
    bottom: -16px;
}
.al_body_template_six .outter-fillter-data .custom_filtter ul li a.active {
    color: #e9248d;
}
.al_body_template_six
    .outter-fillter-data
    .custom_filtter
    ul
    li
    a.active:after {
    content: "";
    background: #e9248d;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.al_body_template_six .outter-fillter-data .custom_filtter ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6f6f6f;
    position: relative;
}
.al_body_template_six .collection-product-wrapper .product-top-filter {
    border: none !important;
}
.al_body_template_six .collection-filter-block {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.al_body_template_six .displayProducts {
    margin-top: 0;
}
.al_body_template_six .product-right .product-buttons {
    margin: 20px 20px 0;
}
.al_body_template_six .category-related-product .product-card-box {
    background-color: #fff !important;
    padding: 0px !important;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
}
.al_body_template_six .category-related-product .product-card-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.al_body_template_six
    .category-related-product
    .product-card-box
    .media-body.align-self-start {
    padding: 0 20px 20px;
}
.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount {
    color: #fff;
    display: block;
    float: left;
    padding: 5px 10px;
    background: #e09378;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 0;
}
.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 99%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}
.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #e09378 transparent transparent transparent;
}
.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    .flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #e09378 transparent;
}
.al_body_template_six
    .category-related-product.suggested-product.slick-initialized.slick-slider
    span.rating {
    top: 12px;
    position: absolute;
    right: 12px;
    height: 22px;
    width: 50px;
    background-color: #409a40;
    line-height: 22px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    padding-right: 0;
    font-size: 12px;
}
.al_body_template_six
    .category-related-product
    .product-card-box
    .media-body.align-self-start
    h6.card_title.ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
.al_body_template_six .suggested-product .border-bottom {
    border-bottom: 1px solid #939393 !important;
}
.al_body_template_six
    .category-related-product
    .product-card-box
    .product-description_list.border-bottom
    p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    line-height: 30px;
}
.al_body_template_six
    .category-related-product
    .product-card-box
    .product-description_list.border-bottom
    p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    line-height: 30px;
}
.al_body_template_six p.exzoom_btn {
    display: none;
}
.al_body_template_six ul.exzoom_img_ul {
    min-height: auto;
}
body.al_body_template_eight
    section#continental
    .product_variant_quantity_wrapper {
    text-align: right;
}

.al_body_template_six .slick-track {
    margin-left: 0 !important;
}

/*------------template_1 css----------*/
body.al_body_template_one
    .row.mobile-header.align-items-center.justify-content-between.my-sm-2 {
    margin: 0 !important;
}
body.al_body_template_one .footer-theme .sub-title li {
    padding-top: 0 !important;
}
/* .al_body_template_six .footer-theme .sub-title .contact-list li {   
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
} */

.al_body_template_six
    .col-sm-12.text-center.position-relative.vendor-page-copy {
    text-align: left !important;
    padding-left: 50px;
}
.al_body_template_six .top-banner-wrapper a.open-social-medialinks {
    position: absolute;
    top: 120px;
    left: 150px;
}
.al_body_template_six .collection-product-wrapper .col-12.text-right select {
    margin-top: 20px;
}
.al_body_template_six .vender-peragraph {
    top: 62px;
    width: 80%;
    max-width: 78%;
    text-align: left !important;
    left: 300px;
    position: absolute !important;
}
#add_new_address_form_modal {
    overflow-y: scroll !important;
}

/*----------laptop view----------*/
@media (max-width: 1440px) {
    body.al_body_template_eight
        section.section-b-space.new-pages
        .custom-container {
        max-width: 1170px;
    }
}
/*-------------ipad css--------*/
@media (max-width: 991px) {
    body.al_body_template_eight .recet-pw .login_img img {
        border-radius: 10px 10px 0 0 !important;
    }
    body.al_body_template_eight.homeHeader
        .col-grid-box
        .media-body.align-self-center
        .inner_spacing.w-100
        h3
        label {
        text-align: left;
    }
    body.al_body_template_eight
        section.section-b-space.alSingleProducts.product_ddetails_page
        .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .outer-categories
        .collection-content.col-lg-9.outter-fillter-data
        .product-top-filter {
        display: block;
    }
    body.al_body_template_eight section.buy_details .col-md-1.pl-0 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.al_body_template_eight .al_mobile_menu {
        top: 8px;
    }
    .body.al_body_template_eight .al_new_mobile_header li li {
        margin-bottom: 11px;
    }
    .body.al_body_template_eight ul.onhover-show-div li {
        margin-bottom: 10px;
    }
    .body.al_body_template_eight
        li.onhover-dropdown_al.mobile-account_al
        ul
        li {
        margin-bottom: 10px;
        padding: 0;
    }
    body.al_body_template_eight ul.header-dropdown {
        display: block;
    }
    body.al_body_template_eight .al_new_mobile_header li a {
        font-size: 14px;
        color: #777;
        display: block;
        line-height: 42px;
    }
    body.al_body_template_eight .al_new_mobile_header li {
        margin-bottom: 0px !important;
        border-bottom: 1px solid #eee;
    }
    body.al_body_template_eight .exzoom_nav.side_nav_img span {
        display: inline-block;
    }
    body.al_body_template_eight .exzoom_nav.side_nav_img span img {
        width: 90px;
    }
    body.al_body_template_eight .product-right {
        text-align: left;
    }
    body.al_body_template_eight .aside_bar {
        min-height: auto !important;
    }
    body.al_body_template_eight.homeHeader
        section.section-b-space.ratio_asos
        .collection-filter.col-lg-3 {
        position: inherit !important;
        width: 100%;
        max-width: 100%;
        flex: 100%;
        height: auto;
    }
    .collection-product-wrapper .product-top-filter .filter-main-btn,
    .filter-main-btn span {
        /* margin-top: -100px; */
        margin-left: 20px;
    }
    body.al_body_template_eight.homeHeader .img-outer-box.position-relative {
        width: 100%;
    }
    body.al_body_template_eight.homeHeader
        .collection-filter
        .theme-card
        .offer-slider
        img {
        width: 100%;
    }
    body.al_body_template_eight.homeHeader
        .common-product-box.scale-effect:after {
        width: 97%;
    }
    body.al_body_template_eight.homeHeader .collection-filter-block {
        border: none !important;
    }
    .offer-slider.al .col-12.p-0 {
        display: flex;
    }
    .product-wrapper-grid .col-xl-3.col-md-3.col-6.mt-3 {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    body.al_body_template_eight.homeHeader .main-fillter .side_fillter {
        height: auto !important;
    }
    body.al_body_template_eight .outter-fillter-data .product-top-filter {
        display: none;
    }
    body.al_body_template_eight
        .outter-fillter-data
        .custom_filtter
        ul
        li
        span:after {
        display: none;
    }
    body.al_body_template_eight .main-login-page div#login-section .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        order: 1;
    }

    body.al_body_template_eight
        .main-login-page
        div#login-section
        .row.mt-3.arabic-language {
        margin-top: 0px !important;
    }
    body.al_body_template_eight
        .main-login-page
        div#login-section
        .col-lg-6.pl-3.mb-lg-0.mb-3.text-center.pb-sm-0.border-right {
        padding-top: 15px;
    }
    body.al_body_template_eight .main-signup-page {
        padding-top: 60px !important;
    }
    body.al_body_template_eight .main-signup-page .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        order: 1;
    }
    body.al_body_template_eight .main-signup-page .bg_inner {
        width: 90%;
    }
    body.al_body_template_eight .login_img {
        border-radius: 0 0 10px 10px !important;
    }
    body.al_body_template_eight .dashboard-left {
        min-height: auto !important;
        height: auto;
        width: 100% !important;
        max-width: 100%;
        z-index: 1;
    }
    body.al_body_template_eight .dashboard-right .card-box .btn-solid {
        padding: 13px 15px;
    }
    body.al_body_template_eight .collection-mobile-back {
        display: none;
    }
    body.al_body_template_eight .account-sidebar {
        display: none;
    }
    body.al_body_template_eight form#vendor_signup_form .form-row .col.mb-3 {
        width: 20%;
        max-width: 20%;
        flex: 20%;
    }
    body.al_body_template_eight .al_details_vendor,
    .al_vendor_signup {
        padding: 0 !important;
    }
    body.al_body_template_eight .container.custom-container {
        width: 90%;
    }
    body.al_body_template_eight
        .al_custom_modal.col-md-12.pt-2.border-top
        .col-md-4 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }
    body.al_body_template_eight
        section.section-b-space.ratio_asos.alProductCategories
        .col-sm-6.offset-sm-3 {
        margin-left: 30%;
        margin-bottom: 30px;
    }
    body.al_body_template_eight .product_variant_quantity_wrapper {
        text-align: right;
    }
    .col-lg-3.col-md-6.col-sm-6.col-xs-12.mb-3 {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    body.al_body_template_eight .custom-vender-card .suppliers-img-outer img {
        height: auto;
    }
    body.al_body_template_eight .custom-vender-card {
        height: 400px;
    }
    body.al_body_template_eight .main_heading {
        padding: 0 0px 15px !important;
    }
    body.al_body_template_eight .needs-validation.vendor-signup h2 {
        padding-bottom: 15px;
        padding-left: 0;
    }
    body.al_body_template_eight .needs-validation.vendor-signup .col-md-3 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }
}
/*-------------------mobile view css----------*/
@media (max-width: 767px) {
    /*---------------theme template six-----------------*/
    .al_body_template_six
        .outter-fillter-data
        .product-wrapper-grid
        .col-xl-3.col-md-3.col-6.mt-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .al_body_template_six .product-right .product-buttons {
        margin: 0;
    }
    .al_body_template_six
        .breadcrumb-section.bg-transparent
        .theme-breadcrumb
        li {
        margin: 10px 0;
    }
    .al_body_template_six .product-right .product-buttons .btn-outline,
    .product-right .product-buttons .btn-solid {
        margin: 10px 0 10px !important;
    }
    .al_body_template_six .btn-wrapper.d-flex.align-items-center {
        display: block !important;
    }
    .al_body_template_six
        .outter-fillter-data
        .custom_filtter
        ul
        li
        span:after {
        display: none;
    }
    body.al_body_template_six
        article.al_new_wrapper_design
        .row.my-md-3.mt-5.pt-4 {
        margin-top: 0 !important;
    }
    body.al_body_template_six .dashboard-right {
        margin-bottom: 30px;
    }

    body.al_body_template_six .alFindSec {
        width: 150px;
        display: block !important;
    }
    body.al_body_template_six .home-serivces .step p {
        font-size: 10px;
    }
    body.al_body_template_six .home-serivces .step-indicator {
        margin: 30px auto 0;
    }
    body.al_body_template_six .productDetails p {
        padding: 10px 0 0 0 !important;
        font-size: 14px;
        line-height: 20px;
    }
    body.al_body_template_six .dashboard-right p {
        font-size: 14px;
    }
    body.al_body_template_six .address-btn {
        align-items: center;
        position: absolute;
        bottom: 0;
        left: -22px;
    }
    body.al_body_template_six
        .box-account.box-info.order-address
        a.btn.btn-solid {
        margin-bottom: 10px;
    }
    body.al_body_template_six .tab-product .nav-material.nav-tabs .nav-item {
        width: 100%;
        margin: 0 10px;
    }
    .al_body_template_six
        .product-full-tab
        .nav-material.nav-tabs
        .nav-item
        .nav-link,
    .al_body_template_six
        .tab-product
        .nav-material.nav-tabs
        .nav-item
        .nav-link {
        letter-spacing: 0 !important;
    }
    .al_body_template_six .order_detail.order_detail_data .col-5.col-sm-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .al_body_template_six .col-7.col-sm-4.row {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        display: block;
    }
    .al_body_template_six .col-7.col-sm-4.row .col-6.col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 10px 0;
    }
    .al_body_template_six .account-sidebar {
        border-radius: 35px;
        font-weight: 400;
        margin: 30px 0;
    }
    .al_body_template_six .btn-solid {
        margin: 25px 0 0;
    }

    .al_body_template_six .form-row .col.mb-3 {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    .al_body_template_six .shoping_cart .cart_product_name {
        font-size: 12px;
    }
    .al_body_template_six a.btn.btn-solid.add_edit_address_btn {
        margin-bottom: 0 !important;
        margin-top: 13px;
    }
    body.al_body_template_six .tab-product .nav-material.nav-tabs {
        overflow-y: hidden;
    }
    body.al_body_template_eight .main_heading {
        padding: 0 0px 10px !important;
    }
    body.cab-booking-body.al_body_template_eight .alFullMapForm {
        max-width: 93% !important;
        margin-left: 15px !important;
    }
    body.al_body_template_eight .needs-validation.vendor-signup .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.al_body_template_eight div#show-map-modal .modal-body.p-4 {
        padding: 20px !important;
    }
    body.al_body_template_eight div#show-map-modal {
        z-index: 999999999;
    }
    body.al_body_template_eight div#show-map-modal div#googleMap {
        width: 100% !important;
        min-width: 100% !important;
    }
    body.al_body_template_eight div#show-map-modal .modal-content {
        background-clip: padding-box;
        border: 2px solid #00000040 !important;
        border-radius: 6px !important;
    }
    body.al_body_template_eight
        section.section-b-space.new-pages
        .custom-container
        .main-top-heading {
        padding: 20px 20px 0;
    }
    body.al_body_template_eight
        section.section-b-space.new-pages
        .custom-container
        .main-top-heading
        h2 {
        margin-bottom: 10px !important;
    }
    body.al_body_template_eight .needs-validation.vendor-signup h2 {
        background: none !important;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
    }
    body.al_body_template_eight section.section-b-space.light-layout_alFour {
        padding: 0px 0 !important;
    }
    body.al_body_template_eight .custom-vender-card .suppliers-img-outer {
        padding-bottom: 86%;
    }
    body.al_body_template_eight
        section.section-b-space.new-pages.pb-265.ad.al_new_all_venders
        .col-lg-3.col-md-6.col-sm-6.col-xs-12.mb-3 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }
    body.al_body_template_eight
        section.section-b-space.new-pages.pb-265.ad.al_new_all_venders
        .custom-vender-card {
        height: 315px;
    }
    body.al_body_template_eight .custom-vender-card .suppliers-img-outer img {
        height: auto;
    }
    body.al_body_template_eight form#vendor_signup_form .form-row .col.mb-3 {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    body.al_body_template_eight div#view_all_address_div .row.w-100 {
        margin: 0 !important;
    }
    body.al_body_template_eight div#address_template_main_div .row.w-100 {
        margin: 0;
    }
    body.al_body_template_eight
        section.section-b-space.ratio_asos.alProductCategories
        .col-sm-6.offset-sm-3 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    body.al_body_template_eight
        div#cart_template
        .col-6.col-md-2.mb-1.mb-md-0.order-md-2.p-0 {
        padding-left: 12px !important;
    }
    body.al_body_template_eight
        section.section-b-space.ratio_asos.alProductCategories
        .col-12.col-lg-3.d-lg-inline-block.d-none {
        display: block !important;
    }
    body.al_body_template_eight .side-menu-open {
        top: 115px !important;
    }
    body.al_body_template_eight .categories-product-list {
        padding: 20px;
    }
    body.al_body_template_eight .product_variant_quantity_wrapper {
        text-align: right;
    }
    body.al_body_template_eight .sub-title {
        margin-bottom: 15px !important;
    }
    body.al_body_template_eight .footer-theme .sub-title li {
        padding-top: 10px;
    }
    body.al_body_template_eight .aside_bar {
        margin-bottom: 20px;
    }
    body.al_body_template_eight .collection-wrapper.al h2 {
        margin-top: 30px;
    }
    .outer-categories
        .collection-content.col-lg-9.outter-fillter-data
        .product-top-filter {
        display: block;
    }
    body.al_body_template_eight
        div#product_addon_modal
        a#add_vendor_addon_product {
        width: 35%;
        max-width: 35%;
    }
    body.al_body_template_eight .custom-vender-categories .side-menu-open {
        bottom: 27%;
    }
    body.al_body_template_eight #address-map-container #pick-address-map {
        width: 75%;
    }
    body.al_body_template_eight div#pick_address .modal-content {
        overflow: hidden;
    }
    body.al_body_template_eight div#pick_address {
        z-index: 9999999999;
    }
    body.al_body_template_eight
        .outer-box
        .address-btn.d-flex.align-items-center.justify-content-end.w-100.mt-sm-4.px-2 {
        position: absolute;
        bottom: 10px;
    }
    body.al_body_template_eight
        .collection-product-wrapper
        .product-top-filter
        .filter-main-btn {
        display: none;
    }
    body.al_body_template_eight
        .al_custom_modal.col-md-12.pt-2.border-top
        .col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.al_body_template_eight .custom-vender-outter {
        margin-top: 0 !important;
    }
    body.al_body_template_eight .al_details_vendor,
    .al_vendor_signup {
        padding: 0 !important;
    }
    body.al_body_template_eight .container.custom-container {
        width: 90%;
    }
    body.al_body_template_eight
        section.section-b-space.new-pages
        .custom-container
        button#register_btn {
        width: 100%;
        max-width: 100%;
    }
    body.al_body_template_eight .recet-pw .login_img {
        border-radius: 10px 10px 0 0 !important;
    }
    body.al_body_template_eight div#profile-modal {
        z-index: 999999999;
    }
    body.al_body_template_eight div#add_edit_address {
        z-index: 999999999;
    }
    body.al_body_template_eight
        form#add_edit_address_form
        .input-group.address-input-group
        input {
        width: 80% !important;
    }
    body.al_body_template_eight div#add_edit_address .modal-dialog-centered {
        border: 1px solid#ccc;
        background-color: #fff;
    }
    body.al_body_template_eight .dashboard-left {
        width: 100% !important;
    }
    body.al_body_template_eight .dashboard-left {
        min-height: auto !important;
        height: auto;
    }
    body.al_body_template_eight .box-account.box-info button {
        font-size: 12px;
    }
    body.al_body_template_eight .box-account.box-info .card-box {
        padding: 10px;
    }
    body.al_body_template_eight .row.my-md-3.mt-5.pt-4 {
        margin-top: 0 !important;
    }
    body.al_body_template_eight .dashboard-left .collection-mobile-back {
        display: none;
    }
    body.al_body_template_eight .main-signup-page {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    body.al_body_template_eight .login_img {
        border-radius: 0 0 10px 10px;
    }
    body.al_body_template_eight .main-login-page div#login-section {
        width: 90%;
        margin: 20px auto 20px;
    }

    body.al_body_template_eight
        .main-login-page
        div#login-section
        .row.mt-3.arabic-language {
        margin-top: 0px !important;
    }
    section.wrapper-main.py-lg-5.py-3.d-flex.align-items-center.main-login-page {
        padding-top: 0 !important;
    }
    body.al_body_template_eight
        .main-login-page
        ul.social-media-links.d-flex.align-items-center.justify-content-center.mb-4.mt-3 {
        margin-bottom: 0 !important;
    }

    body.al_body_template_eight .outter-fillter-data .product-top-filter {
        display: none;
    }
    div#left_address {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    body.al_body_template_eight .exzoom_nav.side_nav_img span img {
        width: 90px;
    }
    body.al_body_template_eight .exzoom_nav.side_nav_img span {
        display: inline-block;
    }
    body.al_body_template_eight .btn-wrapper.d-flex.align-items-center {
        display: block !important;
    }
    body.al_body_template_eight .product-right .product-buttons {
        margin: 0 0 10px;
    }
    body.al_body_template_eight ul.exzoom_img_ul img {
        min-height: auto !important;
    }
    body.al_body_template_eight
        .outter-fillter-data
        .custom_filtter
        ul
        li
        span:after {
        display: none;
    }
    .outter-fillter-data .product-wrapper-grid .col-xl-3.col-md-3.col-6.mt-3 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }
    body.al_body_template_eight.homeHeader .main-fillter .side_fillter {
        height: auto !important;
    }
    body.al_body_template_eight .breadcrumb-section.bg-transparent {
        padding: 0px 0 10px !important;
    }
    body.al_body_template_eight .similar-product img {
        height: 190px;
    }
    body.al_body_template_eight section.buy_details span.rating.main-rating {
        display: none;
    }
    body.al_body_template_eight .dashboard-left {
        width: 250px;
    }
    body.al_body_template_eight .dashboard-left .block-content ul li a {
        width: 80%;
    }
    body.al_body_template_eight footer#footer {
        margin-bottom: 0;
    }
    body.al_body_template_eight .dashboard-right .file.file--upload {
        width: 60px;
        margin-right: 30px;
    }
    body.al_body_template_eight
        .dashboard-right
        .card-box
        .col-sm-6.text-right.mt-0.mt-md-0 {
        text-align: left !important;
        margin-top: 20px !important;
    }
    body.al_body_template_eight .account-sidebar {
        width: 33%;
        border-radius: 40px;
        margin: 20px 0;
    }
    body.al_body_template_eight.homeHeader
        section.section-b-space.ratio_asos
        .collection-filter.col-lg-3 {
        position: inherit !important;
        top: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        flex: 100%;
        left: 0 !important;
        right: 0;
        z-index: 9;
    }
    body.al_body_template_eight.homeHeader .common-banner img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        margin-top: 0;
    }
    body.al_body_template_eight.homeHeader
        .common-product-box.scale-effect
        .col-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.al_body_template_eight.homeHeader
        .common-product-box.scale-effect
        .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    body.al_body_template_eight.homeHeader
        .collection-filter
        .theme-card
        .offer-slider
        img {
        padding: 0;
        height: auto;
        border-radius: 5px;
        width: 100%;
        max-width: 100%;
    }
    body.al_body_template_eight.homeHeader
        .common-product-box.scale-effect:after {
        width: 93%;
        height: 100%;
    }
    body.al_body_template_eight.homeHeader
        .common-product-box.scale-effect
        .product-description {
        position: absolute;
        z-index: 2;
        top: -200px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .displayProducts .col-grid-box {
        margin-bottom: 20px;
    }
    body.al_body_template_eight.homeHeader
        .collection-product-wrapper
        a.product-box {
        padding: 20px !important;
    }
    body.al_body_template_eight.homeHeader
        .product-wrapper-grid
        .product-image
        img {
        height: 100px !important;
        width: 100px !important;
    }
}
/*----------------templatep 8 details page css----------*/
body.al_body_template_eight .outter-fillter-data .custom_filtter ul li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0a0a0a;
    position: relative;
}
body.al_body_template_eight .outter-fillter-data .product-top-filter {
    border: none;
}
body.al_body_template_eight .outter-fillter-data .custom_filtter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.al_body_template_eight .outter-fillter-data .custom_filtter ul li {
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    line-height: 50px;
}
body.al_body_template_eight .outter-fillter-data .custom_filtter ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    position: relative;
}
body.al_body_template_eight
    .outter-fillter-data
    .custom_filtter
    ul
    li
    a.active {
    color: #e9248d;
}
body.al_body_template_eight
    .outter-fillter-data
    .custom_filtter
    ul
    li
    a.active:after {
    content: "";
    background: #e9248d;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -13px;
}
body.al_body_template_eight .outter-fillter-data .custom_filtter {
    border-bottom: 1px solid #d9d9d9;
}
body.al_body_template_eight ul.exzoom_img_ul {
    min-height: auto;
}
/* body.al_body_template_eight ul.exzoom_img_ul img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
} */
section.buy_details {
    padding-bottom: 0;
}
body.al_body_template_eight .aside_bar {
    border-radius: 8px;
    border: 1px solid#d5d5d5;
    min-height: auto;
    /* position: sticky;
    top: 180px; */
}
body.al_body_template_eight .aside_bar h5 {
    border-radius: 8px 8px 0 0;
    position: relative;
    background-color: #f3f3f3;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    display: block;
    color: inherit;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    padding: 10px 18px 10px 43px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    text-align: center;
}
body.al_body_template_eight .aside_bar span {
    display: block;
    padding: 10px 30px 0;
    margin-bottom: 0;
    line-height: 1.5em;
    font-size: 14px;
    margin-top: 10px;
    color: #000;
    position: relative;
}
body.al_body_template_eight .aside_bar span small {
    font-size: 14px;
    color: #e9248d;
    margin: 10px;
}
/* form input.form-control {
    width: 60%;
    margin: 20px 0 0 20px;
} */
body.al_body_template_eight .aside_bar form .form-group {
    display: flex;
}
body.al_body_template_eight .aside_bar form .form-group button.btn.btn-primary {
    font-size: 14px;
    background: #e9248d;
    border: none;
    height: 37px;
    margin-top: 20px;
}
body.al_body_template_eight .aside_bar span i {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #000;
}
body.al_body_template_eight .aside_bar ul li {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 16px;
    padding-left: 30px;
    line-height: 36px;
    position: relative;
}
body.al_body_template_eight .aside_bar ul {
    margin-top: 20px;
}
body.al_body_template_eight .aside_bar ul li:after {
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    border-radius: 50%;
    top: 10px;
}
/* body.al_body_template_eight section.section-b-space.alSingleProducts.product_ddetails_page .exzoom.hidden.w-100 {
    position: sticky;
    top: 180px;
} */
body.al_body_template_eight .similar-product {
    padding: 20px;
}
body.al_body_template_eight .similar-product img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
body.al_body_template_eight .similar-prod-data {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
    background: #ffff;
    border-radius: 5px;
    padding-bottom: 20px;
}
body.al_body_template_eight .similar-prod-data h4 {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 14px;
    padding-left: 10px;
}
body.al_body_template_eight .similar-prod-data span.rating {
    height: 30px;
    width: 65px;
    background-color: #409a40;
    line-height: initial;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
    margin: 10px;
    display: inline-block;
}
body.al_body_template_eight .similar-prod-data span.rating i {
    margin-left: 5px;
    color: #fff;
}
body.al_body_template_eight .similar-prod-data h5 {
    margin: 0 10px;
}
body.al_body_template_eight .similar-product h3 {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
}
body.al_body_template_eight span.rating.main-rating i {
    color: #fff;
    margin-left: 5px;
    display: inline-block;
}
body.al_body_template_eight span.rating.main-rating {
    width: 60px !important;
}
body.al_body_template_eight .listing-categories ul li {
    display: block;
    padding-left: 10px;
}
body.al_body_template_eight .listing-categories ul li a {
    font-weight: 600;
    color: #444;
    display: block;
}
body.al_body_template_eight .listing-categories ul {
    margin: 10px 0 30px;
}
body.al_body_template_eight.homeHeader
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3
    .card-body {
    padding: 0;
}
body.al_body_template_eight.homeHeader div#collapseOne {
    background-color: #f1f1f1;
}
body.al_body_template_eight.homeHeader
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3
    h2
    button
    h5
    span {
    display: block;
    width: 100%;
}
body.al_body_template_eight.homeHeader
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3
    h2
    button
    h5
    span
    i {
    float: right;
    font-size: 25px;
}
body.al_body_template_eight.homeHeader
    .collection-product-wrapper
    a.product-box {
    position: relative;
    background: #f2f2f2;
    display: block;
    padding: 20px;
}
body.al_body_template_eight.homeHeader
    .product-wrapper-grid
    .product-image
    img {
    position: relative;
    height: 150px;
    width: 150px;
    object-fit: cover;
    margin: 20px auto 0;
}
/* body.al_body_template_eight.homeHeader .product-wrapper-grid .product-image {
    top: -24px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0;
} */
body.al_body_template_eight.homeHeader
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3
    button.btn.btn-link.btn-block.text-left.p-0.collapsed
    h5
    span
    i {
    transform: rotate(180deg);
}
body.al_body_template_eight.homeHeader .main-fillter .side_fillter {
    background: transparent !important;
    border-top: 1px solid #d9d9d9;
    margin-top: 18px !important;
    overflow-y: auto !important;
    border-right: 1px solid #d9d9d9;
    height: auto;
    overflow-x: hidden !important;
    padding: 20px 0px;
}
body.al_body_template_eight
    .outter-fillter-data
    .custom_filtter
    ul
    li
    span:after {
    content: "";
    background: #d9d9d9;
    height: 1px;
    position: absolute;
    left: -45px;
    width: 39px;
    bottom: -13px;
}
/* body.al_body_template_eight.homeHeader .main-fillter .side_fillter .range-slider .irs-from, .irs-single, .irs-to {
    visibility: inherit !important;
} */
body.al_body_template_eight.homeHeader
    .main-fillter
    .side_fillter
    .range-slider
    .irs-to {
    background-color: red;
    color: #fff;
    padding: 3px;
    margin-right: 20px;
    display: block;
    right: -18px !important;
    left: auto !important;
}
.main-fillter ul.breadcrumb li a {
    color: #000;
}
.main-fillter ul.breadcrumb li a span.active {
    color: #7c7c7c;
}
body.al_body_template_eight.homeHeader
    .main-fillter
    .side_fillter
    .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}
body.al_body_template_eight.homeHeader
    .main-fillter
    .side_fillter
    .collection-collapse-block
    .collapse-block-title:after {
    right: 12px;
}
body.al_body_template_eight.homeHeader
    .main-fillter
    .side_fillter
    .range-slider {
    padding-right: 20px;
}
body.al_body_template_eight.homeHeader
    .collection-product-wrapper
    a.product-box {
    position: relative;
    background: #f2f2f2;
    display: block;
    padding: 20px;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
}
body.al_body_template_eight
    .outter-fillter-data
    .collection-product-wrapper
    a.product-box {
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
    padding: 0 !important;
}
body.al_body_template_eight
    .outter-fillter-data
    .collection-product-wrapper
    a.product-box
    img {
    width: 100% !important;
    border-radius: 10px 10px 0 0;
}
body.al_body_template_eight .outter-fillter-data .product-image {
    border-radius: 0 !important;
}
body.al_body_template_eight .outter-fillter-data .media-body.align-self-center {
    padding: 0 10px 10px;
}
body.al_body_template_eight .outter-fillter-data .inner_spacing h3 {
    margin: 0;
}
body.al_body_template_eight .outter-fillter-data span.rating {
    left: inherit !important;
    right: 10px !important;
    top: 15px !important;
}
body.al_body_template_eight .outter-fillter-data .flag-discount {
    color: #fff;
    display: block;
    float: left;
    padding: 5px 10px;
    background: #e09378;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 0;
}
body.al_body_template_eight .outter-fillter-data .flag-discount::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: #e09378 transparent transparent transparent;
}
.al_body_template_three .flag-discount::after {
    content: unset;
}
body.al_body_template_eight .outter-fillter-data .flag-discount::before,
.flag-discount::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
    margin-left: -2px;
}
body.al_body_template_eight .outter-fillter-data .flag-discount::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent #e09378 transparent;
}
body.al_body_template_eight .aside_bar .discriptions p {
    display: flex;
    align-items: center;
}
body.al_body_template_eight .aside_bar .discriptions p span {
    margin: 0;
    padding: 0 10px;
    font-size: 13px;
    text-align: left;
    color: #424040;
}

body.al_body_template_eight .product-wrapper-grid.card-product img {
    object-fit: contain !important;
    padding-top: 15px;
}
body.al_body_template_eight
    .product-wrapper-grid.card-product
    .col-md-3.col-6.col-grid-box
    h3.d-flex.align-items-center.justify-content-between {
    margin: 0 0 0px !important;
}
body.al_body_template_eight ul#header_cart_main_ul li .total {
    text-align: left;
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding: 10px 0;
}
body.al_body_template_eight ul#header_cart_main_ul li .total h5 {
    text-transform: capitalize;
    margin: 0;
    color: #999;
    text-align: left;
}
body.al_body_template_eight ul#header_cart_main_ul span#totalCart {
    float: right;
}
body.al_body_template_eight ul#header_cart_main_ul {
    min-height: auto;
    height: auto;
    overflow-y: auto;
    padding: 0 !important;
}
body.al_body_template_eight ul#header_cart_main_ul li {
    padding: 10px !important;
}
body.al_body_template_eight .qty-box .input-group .form-control {
    width: 50px !important;
}
body.al_body_template_eight section.buy_details .discriptions h3 {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
body.al_body_template_eight section.buy_details .product-right .product-title {
    margin-top: 0;
}
/*----------delevry form css-------*/
div#delivery_form .form-group label {
    width: 100%;
    border-radius: 4px 0 0 4px;
    height: 50px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 12px;
}

div#delivery_form .form-control {
    display: unset !important;
    width: unset !important;
    height: unset !important;
}

/*-----------p2p 2nd template-----------*/

body.al_body_template_two.p2p-module.homeHeader
    .collection-product-wrapper
    .product-wrapper-grid
    .product-box {
    border-radius: 12px !important;
    background-color: transparent !important;
    border: 1px solid #cbcbcb96 !important;
}

body.al_body_template_two.p2p-module.homeHeader
    .collection-product-wrapper
    .product-wrapper-grid
    .product-box:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
}

body.al_body_template_two.p2p-module.homeHeader
    .outer-categories
    .main-fillter
    aside.side_fillter {
    height: auto !important;
    padding: 0 0 20px 0px !important;
    background: transparent !important;
    border-top: 1px solid #d9d9d9;
    margin-top: 18px !important;
    overflow-y: auto !important;
    border-right: 1px solid #d9d9d9;
}

body.al_body_template_two.p2p-module.homeHeader
    .main-fillter
    .side_fillter
    .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

body.al_body_template_two.p2p-module.homeHeader
    .collection-collapse-block
    .collapse-block-title:after {
    right: 8px;
}

body.al_body_template_two.p2p-module.homeHeader
    .collection-collapse-block-content {
    padding: 0;
}

body.al_body_template_two.p2p-module.homeHeader
    .collection-collapse-block-content
    .range-slider {
    width: 90%;
}

body.al_body_template_two.p2p-module.homeHeader
    .collection-product-wrapper
    .product-top-filter {
    border-top: none !important;
}

body.al_body_template_four.p2p-module.homeHeader
    .inner_spacing.w-100
    label.mb-0 {
    font-size: 16px;
}

body.al_body_template_four.p2p-module.homeHeader .inner_spacing span.rating {
    padding: 6px 5px;
    font-size: 12px;
}

/*-------------p2p template four-----------*/

body.al_body_template_four.p2p-module.homeHeader
    .outer-categories
    .main-fillter
    aside.side_fillter {
    height: auto !important;
    padding: 10px 0 20px 0px !important;
    background: transparent !important;
    border-top: 1px solid #d9d9d9;
    margin-top: 18px !important;
    overflow-y: auto !important;
    border-right: 1px solid #d9d9d9;
}

body.al_body_template_four.p2p-module.homeHeader
    .collection-collapse-block
    .collapse-block-title:after {
    right: 8px;
}

body.al_body_template_four.p2p-module.homeHeader
    .collection-collapse-block-content
    .range-slider {
    width: 90%;
}

body.al_body_template_four.p2p-module.homeHeader
    .main-fillter
    .side_fillter
    .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

body.al_body_template_four.p2p-module.homeHeader
    .collection-content.col-lg-9.outter-fillter-data
    a.product-box.scale-effect
    p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.al_body_template_four.p2p-module.homeHeader
    .collection-content.col-lg-9.outter-fillter-data
    a.product-box.scale-effect {
    height: 400px;
}

.p2p-module .outter-fillter-data .custom_filtter {
    border-bottom: 1px solid #d9d9d9;
    text-align: right;
}

.p2p-module .outter-fillter-data .custom_filtter select#order_type {
    margin: 10px;
}

.p2p-module .collection-product-wrapper .product-top-filter {
    border: none !important;
}

body.al_body_template_two .royo_whatsapp_img {
    position: fixed;
    z-index: 99999;
    bottom: 7%;
    left: 1%;
}

body.al_body_template_two .royo_whatsapp_img img {
    width: 50px;
}

/*-------------refer code css------------------*/

.total_amount_details .total-amount {
    float: left;
    width: 48%;
}
.total_amount_details .Earning-amount {
    float: right;
    width: 48%;
}
.total_amount_details h3 {
    font-size: 16px;
    background: #f1f5f4;
    padding: 10px;
}
.custom-table table.table.table-responsive thead th {
    width: 300px;
}
.refer_code strong {
    border: 1px solid#ccc;
    padding: 5px 10px;
    border-radius: 3px;
    background: #f1f5f4;
    margin: 0 10px;
}
.profile-page .custom-table .group-item input {
    padding: 5px 20px;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    border-radius: 4px;
}
body.al_body_template_four
    section.cab-banner-area.alTaxiBannerStart
    form.cab-booking-form
    input {
    margin: 20px 0;
}

body.al_body_template_two
    .theme-card.custom-inner-card
    button.btn.btn-link.btn-block.text-left.p-0
    h5 {
    padding: 10px !important;
}

/* body.al_body_template_two .theme-card.custom-inner-card button.btn.btn-link.btn-block.text-left.p-0 h5 span i {
    display: none !important;
} */
/* 
body.al_body_template_two .theme-card.custom-inner-card {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
} */

body.al_body_template_two
    .theme-card.custom-inner-card
    .listing-categories
    ul
    li {
    display: block;
}

body.al_body_template_two .theme-card.custom-inner-card .card-body {
    padding: 0 10px 10px;
}

body.al_body_template_two
    .collection-content.col-lg-9.outter-fillter-data
    .product-wrapper-grid.card-product
    .col-md-3.col-6.col-grid-box
    a.product-box.scale-effect {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    text-align: center;
}

body.al_body_template_two
    .collection-content.col-lg-9.outter-fillter-data
    .product-wrapper-grid.card-product
    .col-md-3.col-6.col-grid-box
    a.product-box.scale-effect
    h3.d-flex.align-items-center.justify-content-between {
    display: block !important;
    text-align: center;
}

body.al_body_template_two .col-12.custom_filtter {
    text-align: right;
}

.al_body_template_three .col-12.custom_filtter {
    text-align: right;
}

.al_body_template_one .col-12.custom_filtter {
    text-align: right;
}

body.al_body_template_four .col-12.custom_filtter {
    text-align: right;
}

body.al_body_template_nine div#replace-order-form-modal h5.modal-title {
    padding: 0 0 10px;
}

body.al_body_template_nine div#replace-order-form-modal button.close {
    padding: 0px 10px 0 4px !important;
}

body.al_body_template_nine div#replace_order_model .table-responsive table {
    margin-top: 10px;
}

body.al_body_template_nine
    div#replace_order_model
    .table-responsive
    table
    tr
    th {
    width: 50%;
    color: #000;
}

body.al_body_template_nine
    div#replace_order_model
    .table-responsive
    table
    tr
    td {
    border: 1px solid#cccc;
    padding: 10px;
}

body.al_body_template_nine
    div#replace_order_model
    .table-responsive
    table
    tr
    th {
    width: 50%;
    color: #000;
    border: 1px solid#ccc;
}

body.al_body_template_three .offer-slider.al .listing-categories ul li {
    display: block !important;
}
/* 
body.al_body_template_three .theme-card.custom-inner-card {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
} */

body.al_body_template_three
    .theme-card.custom-inner-card
    button.btn.btn-link.btn-block.text-left.p-0
    h5 {
    padding: 10px !important;
}

body.al_body_template_three .scale-effect {
    box-shadow: rgb(28 28 28 / 12%) 0 0.4rem 1.8rem;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    display: block;
}

body.al_body_template_three.homeHeader
    .outter-fillter-data
    .product-wrapper-grid.card-product
    h3
    label {
    text-align: center;
}

body.al_body_template_four .product-description_list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.al_body_template_one .product-image img.img-fluid.blur-up.lazyloaded {
    object-fit: cover;
    height: 150px;
}

body.al_body_template_two .royo_whatsapp_img {
    position: fixed;
    z-index: 99999;
    bottom: 7%;
    left: 1%;
}

body.al_body_template_two .royo_whatsapp_img img {
    width: 50px;
}

body.al_body_template_two span.fa.fa-eye-slash.toggle-password {
    right: 10px;
}

.al_body_template_two
    .render_full_brands
    a.barnd-img-outer
    img.blur-up.lazyloaded {
    object-fit: contain;
    width: 100px;
}

.al_body_template_two .render_full_brands a.barnd-img-outer {
    height: 150px;
    width: 150px !important;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid#cccc;
    padding: 20px;
}

/* .al_body_template_three .collection-product-wrapper div#category_products_filter .product-card-box {
    min-height: 415px;
} */

.al_body_template_three
    .collection-content.col-lg-9.outter-fillter-data.fillter_product
    div#category_products_filter
    a.product-box.scale-effect.mt-0.product-card-box.position-relative.al_box_third_template.al
    p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.al_body_template_three .exzoom .exzoom_btn {
    display: none;
}

.al_body_template_three
    section.container.mb-0.render_full_best_sellers
    .slick-track {
    margin-left: 0;
}

.al_body_template_two .cart-sub-total {
    margin-bottom: 10px;
}

body.al_body_template_one .scrollspy-menu {
    z-index: 9 !important;
}

.al_body_template_three ul.exzoom_img_ul img {
    width: 100%;
    min-height: 550px;
    object-fit: cover;
}

body.al_body_template_two
    .col-12.product-bottom-bar.vendor-description
    .vender-icon {
    margin-top: -100px;
}

.al_body_template_two .vendor-description .vendor-reviwes {
    padding: 0;
    position: absolute;
    right: auto;
    left: 75px;
    top: -15px;
}

body.al_body_template_four .scrolling_section h2.category-head {
    z-index: 9 !important;
}

.al_body_template_six .displayProducts .product-box .media-body h3 {
    padding-left: 0 !important;
}

body.al_body_template_two .alRentalSinglePageView .single_cart-temp_label {
    width: 100%;
}

body.al_body_template_two
    .alRentalSinglePageView
    .single_cart-temp_label
    label {
    width: 43%;
}

section.wrapper-main form span.fa.fa-eye-slash.toggle-password {
    /* right: 20px !important; */
    top: 60px;
    color: #015158;
}
section.wrapper-main.signup-form-main
    form
    span.fa.fa-eye-slash.toggle-password {
    top: 27px;
}
.max-form #otpForm input {
    border: 1px solid rgba(1, 81, 88, 1);
    border-radius: 6px;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    background: rgba(255, 255, 255, 1);
    margin-right: 17px;
}
.max-form .resend-link {
    margin-top: 24px;
    display: block;
    text-align: center;
    color: rgba(100, 116, 139, 1) !important;
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}
a.resend-link1 {
    color: rgba(9, 9, 20, 1) !important;
    margin-top: 24px;
    font-family: Poppins !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}
body.al_body_template_two .collection-filter-block {
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 15px;
    box-shadow: unset;
    border: none;
}

body.al_body_template_two .collection-collapse-block {
    background: transparent !important;
}

body.al_body_template_two .main-fillter .side_fillter {
    background: #fff !important;
    margin-top: 21px !important;
    overflow-y: auto !important;
    height: auto;
    overflow-x: hidden !important;
}

body.al_body_template_two
    .main-fillter
    .side_fillter
    .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

body.al_body_template_two
    .main-fillter
    .side_fillter
    .collection-collapse-block
    .collapse-block-title:after {
    right: 12px;
}

body.al_body_template_one .collection-filter-block {
    padding: 20px 20px 0 !important;
    background-color: #f5f5f5 !important;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
}

body.al_body_template_one .collection-collapse-block {
    padding: 15px 10px;
    background-color: transparent !important;
}

body.al_body_template_three .collection-filter-block {
    padding: 0px 20px !important;
    background-color: #f5f5f5 !important;
    border-radius: 15px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
    border: none;
}

body.al_body_template_three .collection-collapse-block {
    padding: 15px 10px;
    background-color: transparent !important;
}

body.al_body_template_three .main-fillter .side_fillter {
    background: #f5f5f5 !important;
    /* border-top: 1px solid #D9D9D9; */
    margin-top: 21px !important;
    overflow-y: auto !important;
    /* border-right: 1px solid #D9D9D9; */
    height: auto;
    overflow-x: hidden !important;
}

body.al_body_template_three
    .main-fillter
    .side_fillter
    .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

body.al_body_template_three
    .main-fillter
    .side_fillter
    .collection-collapse-block
    .collapse-block-title:after {
    right: 12px;
}

body.al_body_template_three .main-fillter .side_fillter .irs {
    width: 100%;
}
body.al_body_template_three .main-fillter .side_fillter .irs span.irs-to {
    left: unset !important;
    right: 0px;
}
body.al_body_template_four .collection-filter-block {
    padding: 20px !important;
    background-color: #f5f5f5 !important;
    border-radius: 15px;
    box-shadow: unset;
    border: none;
}

body.al_body_template_four .collection-collapse-block {
    padding: 15px 10px;
    background-color: transparent !important;
}

body.al_body_template_four .main-fillter .side_fillter {
    background: #f5f5f5 !important;
    border-top: 1px solid #d9d9d9;
    margin-top: 21px !important;
    overflow-y: auto !important;
    border-right: 1px solid #d9d9d9;
    height: auto;
    overflow-x: hidden !important;
}

body.al_body_template_four
    .main-fillter
    .side_fillter
    .collection-collapse-block {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9 !important;
}

body.al_body_template_four
    .main-fillter
    .side_fillter
    .collection-collapse-block
    .collapse-block-title:after {
    right: 12px;
}

body.al_body_template_four .main-fillter .side_fillter .irs {
    width: 100%;
}

body.al_body_template_four
    .displayProducts
    a.product-box.scale-effect
    span.rating {
    font-size: 18px;
}

body.al_body_template_eight .collection-filter-block {
    padding: 20px 20px 0 !important;
    background-color: #f5f5f5 !important;
    border-radius: 15px;
    box-shadow: unset;
    border: none;
}

body.al_body_template_one .dark-light {
    z-index: 99;
}

body.al_body_template_nine .footer-card {
    padding: 0 !important;
}

body.al_body_template_nine .footer-card a {
    display: inline-block;
    margin: 10px;
}

body.al_body_template_nine a#next-button-ondemand-3 {
    float: right;
}

body.al_body_template_nine a#next-button-ondemand-2 {
    float: right;
}

body.al_body_template_eight.p2p-module
    .alRentalSinglePageView
    .single_product-input {
    width: 100% !important;
}

body.al_body_template_eight.p2p-module
    .alRentalSinglePageView
    .single_cart-temp_label {
    width: 100% !important;
}

/*------------------dark theme issues -------------*/

body.dark.al_body_template_one .outter-fillter-data .inner_spacing {
    width: 100% !important;
    padding: 10px;
    margin: 0;
    background: #383737;
}

body.dark.al_body_template_one .page-main-content .col-grid-box {
    padding: 0px !important;
    background-color: transparent;
}

body.dark.al_body_template_one .collection-filter-block {
    background-color: #383737 !important;
}

body.dark.al_body_template_one .displayProducts .col-grid-box a.product-box {
    background-color: transparent;
}

body.dark.al_body_template_one
    .outter-fillter-data
    div#category_products_filter
    a.product-box.scale-effect {
    height: 340px !important;
}

/*------------theme 2---------------*/

body.dark.al_body_template_two .scale-effect {
    background-color: #000 !important;
}

body.dark.al_body_template_two .collection-filter-block {
    padding: 20px !important;
    background-color: #3a3a3a !important;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none;
}

body.dark.al_body_template_two
    .ratio_asos
    .top-banner-wrapper
    .top-banner-content
    h4 {
    color: #fff;
}

body.al_body_template_two .exzoom .exzoom_btn {
    display: none;
}

/* body.dark.al_body_template_two .accordion .card-header button:hover,
.accordion .card-header button[aria-expanded="true"] {
    background: linear-gradient(90deg, #767575 0, rgba(251, 246, 247, 0) 92.47%) !important;
} */

body.dark.al_body_template_two .product-bottom-bar {
    background-color: #232323;
}

body.dark.al_body_template_two .vendor-details-left {
    background-color: #232323;
}

body.dark.al_body_template_two .al_white_bg_round .scrollspy-menu {
    background-color: #232323;
}

body.dark.al_body_template_two .al_details_vendor,
.al_vendor_signup {
    background-color: transparent !important;
}

body.dark.al_body_template_one .al_details_vendor,
.al_vendor_signup {
    background-color: transparent !important;
}

body.al_body_template_four.homeHeader .outter-fillter-data .product-top-filter {
    border: none;
}

body.al_body_template_four.homeHeader
    .outter-fillter-data
    .card-product
    .col-grid-box {
    margin-bottom: 20px;
}

.al_body_template_six .exzoom_nav.side_nav_img img.active {
    border: 1px solid#ccc;
    padding: 10px;
    object-fit: contain;
    border-radius: 5px;
}

/*------------template 3 dark theme css--------------*/

.dark.al_body_template_three .common-product-box:hover,
.dark.al_body_template_three .product-card-box {
    background-color: #232323 !important;
}

body.dark.al_body_template_three .al_box_third_template {
    background: #222 !important;
}

body.dark.al_body_template_three .collection-filter-block {
    background-color: #121111 !important;
}

body.dark.al_body_template_three .vendor-signup h2 {
    background-color: transparent;
    border: none;
}

body.dark.al_body_template_three .container.custom-container {
    background: #232323;
}

body.dark.al_body_template_three form#vendor_signup_form .btn.btn-solid {
    border-radius: 30px;
    width: 20% !important;
}

body.al_body_template_three form#vendor_signup_form .btn.btn-solid {
    width: 20% !important;
}

body.al_body_template_two form#vendor_signup_form .btn.btn-solid {
    width: 20% !important;
}

/*------------template 4 dark theme css--------------*/

.dark.al_body_template_four .common-product-box:hover,
.dark.al_body_template_three .product-card-box {
    background-color: #232323 !important;
}

body.dark.al_body_template_four .al_box_third_template {
    background: #222 !important;
}

body.dark.al_body_template_four .collection-filter-block {
    background-color: #121111 !important;
}

body.dark.al_body_template_four .vendor-signup h2 {
    background-color: transparent;
    border: none;
}

body.dark.al_body_template_four .container.custom-container {
    background: #232323;
}

body.dark.al_body_template_four form#vendor_signup_form .btn.btn-solid {
    border-radius: 30px;
    width: 20% !important;
}

body.al_body_template_four form#vendor_signup_form .btn.btn-solid {
    width: 20% !important;
}

body.al_body_template_four .al_details_vendor,
.al_vendor_signup {
    background-color: transparent !important;
}

body.al_body_template_four .file.file--upload {
    border: 1px solid#565353;
}

body.al_body_template_four .main-fillter .side_fillter {
    border: none !important;
}

body.dark.al_body_template_six .side_fillter {
    border: none !important;
}

body.al_body_template_four .product-description_list .al_product_category span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.dark.al_body_template_six .al_details_vendor,
.al_vendor_signup {
    background-color: transparent !important;
}

body.dark.al_body_template_six
    .tab-content.nav-material
    .tab-pane
    .row
    .col-12:nth-child(odd) {
    background-color: #0000007a;
}

body.dark.al_body_template_six
    .tab-content.nav-material
    .tab-pane
    .row
    .col-12:nth-child(even) {
    background-color: #0000007a;
}

body.dark.al_body_template_eight
    section.wrapper-main
    form#login-form-new
    span.fa.fa-eye-slash.toggle-password {
    right: 50px !important;
    color: #fff;
}

body.dark.al_body_template_eight .main-login-page div#login-section h3 {
    color: #fff;
}

body.dark.al_body_template_eight
    .product-right
    .product-description
    .qty-box
    .input-group
    .form-control {
    color: #fff;
}

body.al_body_template_nine
    .main_category
    .product-image
    img.img-fluid.blur-up.lazyloaded {
    height: 200px !important;
}

body.al_body_template_four.homeHeader .listing-categories ul li {
    display: block;
}

body.al_body_template_four.homeHeader .listing-categories ul li a {
    color: #222;
}

body.al_body_template_four.homeHeader div#collapseOne {
    background-color: #f1f1f1;
}

body.al_body_template_four.homeHeader .theme-card.custom-inner-card h2.mb-0 {
    margin-top: 0;
}

body.al_body_template_four.homeHeader
    section.section-b-space.ratio_asos
    .collection-filter.col-lg-3
    h2
    button
    h5
    span {
    padding: 10px;
}

body.al_body_template_four.homeHeader
    .collection-product-wrapper
    a.product-box {
    box-shadow: rgb(28 28 28 / 12%) 0 0.4rem 1.8rem;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    display: block;
    border-radius: 12px;
}

body.al_body_template_four.homeHeader
    .collection-content.col-lg-9.outter-fillter-data
    .row.margin-res.mt-3
    h3.d-flex.align-items-center.justify-content-between
    label {
    text-align: center !important;
    display: block !important;
    width: 100%;
    margin-bottom: 10px !important;
}

body.dark.al_body_template_four.homeHeader
    .collection-product-wrapper
    a.product-box {
    background: #222222 !important;
}

body.dark.al_body_template_four.homeHeader div#collapseOne {
    background-color: #222;
}

body.dark.al_body_template_four.homeHeader .listing-categories ul li a {
    color: #fff;
}

body.dark.al_body_template_four.homeHeader
    .collection-content.col-lg-9.outter-fillter-data.fillter_product
    div#category_products_filter
    a.product-box.scale-effect.mt-0.product-card-box.position-relative.al_box_third_template.al {
    background: #000 !important;
}

body.al_body_template_four.homeHeader
    .collection-content.col-lg-9.outter-fillter-data.fillter_product
    div#category_products_filter
    a.product-box.scale-effect.mt-0.product-card-box.position-relative.al_box_third_template.al
    label.mb-0 {
    text-align: left !important;
    width: 50%;
}

body.dark.al_body_template_four .custom_filtter ul li span {
    color: #fff;
}

body.dark.al_body_template_four .p2p-sidebar label.control-label {
    color: #fff;
}

body.dark.al_body_template_four div#variantAjaxDiv {
    background: #222;
}

body.al_body_template_four div#variantAjaxDiv {
    background: #f5f5f5;
}

body.dark.al_body_template_four section.section-b-space.ratio_asos {
    background: #282828;
}

body.al_body_template_one .product-card-box.position-relative.alInnerBox {
    box-shadow: none !important;
}

.al_body_template_one .theme-card.custom-inner-card div#collapseOne .card-body {
    padding: 0 10px;
}

.al_body_template_one .address-form .pool_radio_controls {
    display: flex;
    padding: 10px;
}

.al_body_template_one .address-form .pool_radio_controls label {
    padding: 0 10px;
}

.al_body_template_two .address-form .pool_radio_controls {
    display: flex;
    padding: 10px;
}

.al_body_template_two .address-form .pool_radio_controls label {
    padding: 0 10px;
}

.al_body_template_four .address-form .pool_radio_controls {
    display: flex;
    padding: 10px;
}

.al_body_template_four .address-form .pool_radio_controls label {
    padding: 0 10px;
}

.al_body_template_six .address-form .pool_radio_controls {
    display: flex;
    padding: 10px;
}

.al_body_template_six .address-form .pool_radio_controls label {
    padding: 0 10px;
}

.al_body_template_eight .address-form .pool_radio_controls {
    display: flex;
    padding: 10px;
}

.al_body_template_eight .address-form .pool_radio_controls label {
    padding: 0 10px;
}

.al_body_template_nine .address-form .pool_radio_controls {
    display: flex;
    padding: 10px;
}

.al_body_template_nine .address-form .pool_radio_controls label {
    padding: 0 10px;
}

.al_body_template_three .displayProducts .product-card-box ul.timing-box_al li {
    margin: 10px 0;
}

body.al_body_template_two.homeHeader
    .product-card-box.position-relative.alInnerBox {
    background-color: #fff !important;
    padding: 0px !important;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 27%);
}

body.al_body_template_two
    .collection-content.col-lg-9.outter-fillter-data
    .product-wrapper-grid.card-product
    .col-md-3.col-6.col-grid-box
    a.product-box.scale-effect
    .product-image
    img {
    height: 200px;
    object-fit: cover;
}

body.al_body_template_two
    .collection-content.col-lg-9.outter-fillter-data
    .product-wrapper-grid.card-product
    .col-md-3.col-6.col-grid-box
    a.product-box.scale-effect {
    margin-bottom: 20px !important;
}

body.al_body_template_three.homeHeader
    .page-main-content
    .product-wrapper-grid.card-product
    .col-grid-box {
    margin-bottom: 20px;
}

/*-----all template using read more css------*/

.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
}

/*-------------refer code css------------------*/

.total_amount_details .total-amount {
    float: left;
    width: 48%;
}
.total_amount_details .Earning-amount {
    float: right;
    width: 48%;
}
.total_amount_details h3 {
    font-size: 16px;
    background: #f1f5f4;
    padding: 10px;
}
.custom-table table.table.table-responsive thead th {
    width: 300px;
}
.refer_code strong {
    border: 1px solid#ccc;
    padding: 5px 10px;
    border-radius: 3px;
    background: #f1f5f4;
    margin: 0 10px;
}
.profile-page .custom-table .group-item input {
    padding: 5px 20px;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    border-radius: 4px;
}

/*--------------dark theme css-----------*/
.al_body_template_six .displayProducts .product-box .product-image {
    padding-bottom: 0 !important;
}
.al_body_template_six .collection-product-wrapper .col-grid-box .media-body h3 {
    text-align: left !important;
}
body.al_body_template_six.homeHeader.dark
    .displayProducts
    .product-box
    .media-body
    h6
    b {
    color: #fff !important;
}

.size-box ul.productVariants li.row.otherSize label span.color_var {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.product-right .size-box ul li label {
    padding: 10px 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-right .size-box ul li label span.color_name.ellipsis {
    white-space: nowrap;
}
ul.productVariants li.row.otherSize .checkround {
    opacity: 0;
}
.size-box ul.productVariants li.row.otherSize label .var-active {
    /* border: 2px solid#4c4a4a !important; */
}

body #myBidModal input.form-control {
    height: 42px;
}
body.al_body_template_six #myBidModal input.form-control {
    height: 50px;
}
body.al_body_template_two #myBidModal input.form-control {
    padding-top: 7px;
}
/* ============================ common address in order-page =============================================== */
.alNewHidder {
    overflow: hidden;
}
span.ellipsis.alTTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}
img.update_pic {
    width: 100%;
    background-color: #efefef;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 100%;
    object-fit: contain;
}
.show-multiple-image-preview {
    position: relative;
}
.show-multiple-image-preview i {
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
    background-color: red;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.item-img.mx-1 {
    border-radius: 10px;
    overflow: hidden;
}
.view_all_address .delivery_box,
#address_template_main_div .delivery_box {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
#replace_order_model button.close,
#cancel_request_order button.close,
#return_order_model button.close {
    position: absolute;
    right: 0;
    top: 0;
}
.order_detail_data .step-indicator.step-indicator-order {
    margin-top: 15px;
}

.size-box ul.productVariants li.row.otherSize label span.color_var {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    transform: translateY(-50%);
    /* background-color: transparent!important; */
}
.al_body_template_eight .product-right .size-box ul li {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.product-right .size-box ul li label .checkround {
    height: 0;
    width: 0;
}
ul.productVariants li.row.otherSize .checkround {
    opacity: 0;
}

.size-box ul.productVariants li.row.otherSize label .var-active {
    border: 2px solid#4c4a4a !important;
}
.size-box ul.productVariants li.row.otherSize label .radio-active {
    border: 2px solid#4c4a4a !important;
    /* background:#000 !important; */
}
.size-box ul.productVariants li.row.otherSize label span.color_var:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 6px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg);
}
.size-box
    ul.productVariants
    li.row.otherSize
    label
    span.color_var.radio-active:after {
    border-color: black;
}
.pac-container {
    z-index: 9999 !important;
}
/*=========== start collection-filter-block arrow  open css==============*/
.collection-filter-block .open .collapse-block-title::after {
    content: "\f0d8";
}
/*=========== end collection-filter-block arrow  open css==============*/

/*start pagination margin top*/
.page-m-20 {
    margin-top: 20px;
}
/*end pagination margin top*/

.chat-button button.btn-solid {
    padding: 0;
    color: var(--theme-deafult) !important;
    letter-spacing: 0.05em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: auto;
    max-width: inherit;
    background: transparent !important;
    border: unset;
}
.chat-button .start_chat {
    float: unset;
    margin: 0;
    padding: 0;
}
.al_body_template_eight .product-description_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header_cart_main_ul {
    padding: 15px;
}
