.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"]: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 .5s;
    transition: all .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: .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 .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: .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 .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: .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 / .9)
}

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

.cab-input .form-control::placeholder {
    color: rgb(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 .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: .25rem;
    border-top-right-radius: .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: .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: .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;
}

.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 .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"] 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, .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;
}

@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 15px !important;
    font-size: 12px;
}

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

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


/*-------------ipad css--------*/

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


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

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 .4rem 1.8rem;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    display: block;
}

.al_body_template_three .scale-effect .inner_spacing {
    padding: 10px;
}

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#login-form-new span.fa.fa-eye-slash.toggle-password {
    right: 10px !important;
}

body.al_body_template_two .collection-filter-block {
    padding: 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_two .collection-collapse-block {
    background: transparent !important;
}

body.al_body_template_two .main-fillter .side_fillter {
    background: transparent !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 !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: 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: 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;
}

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

body.al_body_template_four .collection-filter-block {
    padding: 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_four .collection-collapse-block {
    padding: 15px 10px;
    background-color: transparent !important;
}

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

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

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 !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 .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: 87% !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: 245px !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 {
    background: #f2f2f2;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
    display: block;
}

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

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: 6px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
}
.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;
}

/* new css */
.details-bg{
    border-radius: 4px;
background: rgba(49, 114, 210, 0.05);
padding:20px;
margin-top:15px;
}

.text-seats b {
        color: rgba(0, 0, 0, 0.50);
        font-size: 14px;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 135%;
        letter-spacing: 0.14px;
}
.base-charges{
    color: #3172D2;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 135%;
letter-spacing: 0.14px;
margin:0px;
}

.payment-promo-container .cab_payment_method_selection {
    background: #EDEEEE;
    padding: 17px 15px;
    font-weight: bold;
    font-size: 14px;
}
.cab_payment_method_selection .fa-money{
    padding-right:7px;
}
.btn-book{
    font-size: 14px !important;
    padding: 14px 20px !important;
}
.fire-breakdown{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 147%;
letter-spacing: 0.18px;
}

.add-btns {
    border-radius: 4px;
    border: 1px solid #3172D2;
    background: #FFF;
    width: 80px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3172D2;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.12px;
}
.btn-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:15px;

    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.14px;
}

.add-distance .text-seats {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 135%;
    letter-spacing: 0.14px;
}

.add-distance{margin:0px 12px 15px 12px;}
.p-code{ color: #3172D2;
    font-size: 16px;

margin:30px 12px 20px 12px;}
.p-code span{padding-left:10px;}
.code-text{
    color: rgba(0, 0, 0, 0.50);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 143%;
letter-spacing: 0.13px;
max-height: 132px;
overflow: auto;
}
.code-flex{
    display: flex;
    align-items: center;
}


body #GiftCard_paymentdiv#GiftCard_payment iframe {
    width: 100% !important;
    min-width: inherit !important;
}
body #stripe-card-element iframe {
    width: 100% !important;
}


body #GiftCard_paymentdiv#GiftCard_payment iframe {
    width: 100% !important;
    min-width: inherit !important;
}
body #stripe-card-element iframe {
    width: 100% !important;
}
