.mobile-bottom-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 6px 0;
}

.mobile-bottom-header .canvas_open i,
.mobile-bottom-header .bottom-cart i {
    font-size: 24px;
    color: #333;
}

.mobile-bottom-header .bottom-logo img {
    max-height: 35px;
}

.mobile-bottom-header .bottom-cart {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.mobile-bottom-header .cart-count {
    position: absolute;
    top: -4px;
    right: -10px;
    background: #d9232d;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 50%;
}
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
}

.display-none {
    display: none !important
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked {
    border-radius: 0px !important;
    background: var(--custom-color);
    color: #fff;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.3) !important;
    border: 1px solid var(--custom-color) !important;
}

.custom-product-label>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.custom-product-details {
    border-radius: 0.25rem !important;
    background-color: #f0f0f0 !important;
    color: #000;
}

.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #e2e5ec;
    transition: all 0.3s ease;
    border-radius: 0.25rem !important;
}

.la,
.las {
    font-family: Jost, sans-serif !important;
    font-weight: 900 !important;
}

.la,
.lab,
.lad,
.lal,
.lar,
.las {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}

.btn {
    border-radius: 0px;
}


.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.product_variant.qty_box {
    margin-top: 2%;
}

.text-primary {
    color: var(--primary) !important;
    font-weight: 100;
}

.made-order {
    float: inline-end;
    font-size: 12px;
    color: black;
}

.gemstones-list .content {
    position: relative;
    width: 90%;
    overflow: hidden;
    padding: 10px;
    height: 75px;
}

.gemstones-list .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 10%;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.gemstones-list .content:hover .content-overlay {
    opacity: 1;
}

.gemstones-list .content-image {
    width: 100%;
    padding: 2px;
    border: 1px solid #ededed;
}

.gemstones-list .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.gemstones-list .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.gemstones-list .content-details h3 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.gemstones-list .content-details p {
    color: #fff;
    font-size: 0.8em;
    padding-left: 7%;
    padding-right: 7%;
}



.gemstones-list .fadeIn-top {
    top: 20%;
}

.gemstones-list .fadeIn-right {
    left: 80%;
}

.gemstone-list-product .active {
    border: 3px solid var(--custom-color) !important;
    padding: 4px !important;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.3) !important;
}

.gemstone-list-product .active {
    border: 3px solid var(--custom-color) !important;
    padding: 4px !important;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.3) !important;
}

.h-xxl-80px,
.size-xxl-80px {
    height: 80px;
}

.product-img-fit {
    object-fit: cover !important;
}


.product_thumb {
    position: relative;
    overflow: hidden;
}

.discount-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e63946;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 20;
}

.product_thumb img {
    max-height: 250px;
    min-height: 250px;
}

.product_thumb_cart {
    max-height: 250px;
    min-height: 0px !important;
}

.secondary-video {
    width: 100%;
    height: 100%;
    object-fit: inherit !important;
    top: 50%;
    left: 50%;
}

.primary_img {
    position: relative;
}

.secondary-video {
    display: none;
}

.product_d_action {
    margin-bottom: 10px;
}

.product_meta {
    margin-bottom: 10px;
    margin-left: 1px;
}

.header_middel .logo {
    padding: 0 0px;
}

a {
    text-decoration: none;
    color: #000;
}

.customer_login {
    margin-left: 30%;
    padding-bottom: 100px !important;
    padding-top: 4% !important;
}

.header_bottom .top_right>ul>li>a {

    color: #212121;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

.header_bottom .header-right-panel {
    text-align: left;
}

.custom_container {
    max-width: 100% !important
}

.header_bottom.sticky-header.sticky {
    height: 70px;
}

.header_bottom .logo_sticky img {
    margin-top: -15px;
}

.header_bottom .searching_input_area button {
    background: black !important;
    border: 1px solid black !important
}

.off_canvars_overlay.active {
    opacity: 0.5;
}

.product_ratting ul {
    padding-left: 0 !important;
}

.footer_position {
    min-height: 400px;
}

.footer_logo {
    height: 100px !important;
}

.footer_widgets .footer_top .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_widgets .footer_top .widgets_container {
    padding: 10px 15px;
}

.footer_widgets .footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_widgets .footer_menu ul li {
    margin-bottom: 5px;
}

.footer_widgets .contact_us ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.footer_widgets .contact_us ul li {
    margin-right: 10px;
}

.footer_widgets .footer_contact {
    margin-top: 10px;
}

.footer_widgets .widget_2 li {
    display: block;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.widget_list.widget_brands span,
.widget_list.widget_color span {
    color: #5a5a5a;
    font-size: 15px;
    float: right;
}

.widget_list.widget_brands label {
    display: flex;
}

.widget_list.widget_categories>ul>li>a {
    color: #5a5a5a !important;
    font-size: 15px !important;
}

.shop_toolbar {
    justify-content: space-evenly !important;
    display: inline-flex !important;
    border: 0px solid #ebebeb;
    padding: 0px 0px;
}

.checkbox_filter {
    margin-left: 5%;
}

.breadcrumb_content ul li a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 0px;
    color: black;
}

.breadcrumb_content h1 {
    font-size: 30px;
    text-transform: capitalize;
}

.add_cart_button {
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    padding: 0 22px;
    border-radius: 3px;
}

.account_form button:hover {
    background: black !important;
}

a:hover {
    color: black !important;
}

.checkout_btn a:hover {
    color: rgb(255, 255, 255) !important;
}

.price_range_filter {
    background: none;
    border: none;
    font-size: 14px;
    float: left;
    line-height: 31px;
    width: 100%;
    color: #5a5a5a;
    font-weight: 500;
}

.price_ranges {
    color: #242424;
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 32px;
}

.price_range_filter_button {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 12px;
    text-transform: capitalize;
    color: #ffffff;
    background: #212121;
    border: 0;
    border-radius: 3px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price_range_filter_button:hover {
    background: black
}

/*product instruction*/

.product_instruction {
    color: gray;
    font-weight: 100 !important;
    text-align: justify;
    font-size: small;
}

.product_instruction h5 {
    font-size: 1.05rem !important;
    color: #000;
}

/*dropdown css*/
.form-control-sm {
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.form-control {
    color: #898b92;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.416rem 0.7rem;
}

.bootstrap-select.form-control {
    padding-top: 0px !important;
}

.orderby_wrapper h3 {
    margin-bottom: 15px;
}

/*avatar*/

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}

.avatar img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.avatar-xxs {
    width: 20px;
    height: 20px;
    font-size: 0.7em;
}

.avatar-xs {
    width: 32px;
    height: 32px;
    font-size: 0.8em;
}

.avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}

.avatar-lg {
    width: 100px;
    height: 100px;
    font-size: 2em;
}

.avatar-xl {
    width: 120px;
    height: 120px;
    font-size: 2.3em;
}

.avatar-xxl {
    width: 150px;
    height: 150px;
    font-size: 2.6em;
}

.avatar-rounded,
.avatar-rounded img {
    border-radius: 0.3em;
}

.avatar-square,
.avatar-square img {
    border-radius: 0;
}


/*chat*/
.aiz-chat {
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
}

.aiz-chat .chat-user-list {
    height: calc(80vh - 44px);
    max-height: calc(80vh - 44px);
    overflow-y: auto;
}

.chat-user-list-wrap .overlay {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.aiz-chat .chat-list-wrap {
    height: calc(80vh - 160px);
    max-height: calc(80vh - 160px);
    overflow-y: auto;
}

.aiz-chat .chat-list {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chat-box-wrap {
    position: relative;
    padding: 80px 0;
}

.chat-coversation {
    max-width: 450px;
    margin: 10px 0;
}

.chat-coversation .avatar {
    margin-right: 15px;
    margin-bottom: 12px;
}

.chat-coversation .media {
    -ms-flex-align: end;
    align-items: flex-end;
}

.chat-coversation .media-body .text {
    background: var(--light);
    padding: 10px 20px;
    line-height: 1.7;
    border-radius: 4px;
}

.chat-coversation .media-body .time {
    font-size: 10px;
    opacity: 0.5;
    display: block;
}

.chat-coversation.right {
    margin-left: auto;
}

.chat-coversation.right .avatar {
    margin-right: 0px;
    margin-left: 15px;
}

.chat-coversation.right .time {
    text-align: right;
}

.chat-coversation.right .media-body .text {
    background: var(--primary);
    color: #fff;
}

.chat-footer .input-group {
    background: var(--light);
    border: 1px solid #e2e5ec;
    border-radius: 50em;
}

.chat-footer .form-control {
    background: transparent;
    border-color: transparent;
}

.chat-footer .input-group>.input-group-append>.btn {
    border-radius: 50em;
}

.chat-header .active .la-info-circle:before {
    content: "\f00d";
}

.chat-info-wrap {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: calc(80vh - 154px);
    top: 77px;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.chat-info-wrap .overlay {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.chat-info-wrap .chat-info {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    height: 100%;
    width: 400px;
    max-width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.chat-info-wrap.active,
.chat-info-wrap.active .overlay,
.chat-info-wrap.active .chat-info {
    opacity: 1;
    visibility: visible;
}

.chat-info-wrap.active .chat-info {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.faq-list-header.card_accor button.btn-link {
    font-size: 18px;
    text-transform: capitalize;
    color: #0f0f0f;
}

.card-header.card_accor button.btn-link {
    text-transform: capitalize;
}


.faq_content_wrapper h1 {
    font-size: 18px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 18px;
}

.faq_content_wrapper span {
    font-weight: 600;
    border-bottom: 2px solid black;
    color: black !important;
}

.faq {
    text-align: center;
    padding-bottom: 1px;
}

.card-body .faq_answer {
    font-size: 15px;
    font-weight: 100;
}

.card .faq-header {
    min-height: 0px;
}

/* Ensure the images maintain aspect ratio and adjust for responsiveness */
.blogs-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Adjust heading styles */
.blogs-card h2 {
    height: 70px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Adjust description styles */
.blogs-card p {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* General styling for blog cards */
.blogs-card {
    height: 550px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-columns {
    column-count: 3;
    column-gap: 20px;
}

.card-body {
    padding: 15px;
}

.blog-detail-page p span {
    font-family: Jost, sans-serif !important;
}

.main_menu nav>ul>li>ul.mega_menu>li>a {
    min-height: 15px !important;
    margin-bottom: 15px !important;
}

.main_menu .mega_menu ul {
    padding-left: 0rem !important;
}

.orderby_wrapper .dropdown {
    width: 250px !important;
}

#accordion .card-body p,
#accordion .card-body b,
#accordion .card-body span {
    color: #000 !important;
    border-bottom: none !important;
}

.metal-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.metal-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 0 0px;
}

.col-sm-10 label {
    margin: 0 0 0 8px;

}

.product_img_all_new {
        padding-right: 20px !important;
    }

.aiz-megabox-elem {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
}

/* Credit card header section */
.method-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Title text style */
.method-title {
    font-size: 16px;
    color: #333;
}

/* Card logos styling */
.card-logos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-logos img {
    width: 38px;
    height: auto;
}

/* Card row: expiry and cvv */
.card-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.card-field {
    flex: 1;
    position: relative;
}

/* Tooltip for question mark */
.tooltip {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    background-color: #eee;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    color: #777;
    cursor: default;
    user-select: none;
}


/* Pay button */
#card-form-submit {
    background-color: #000000;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s;
}

#card-form-submit:hover {
    background-color: #000000;
}

/* Checkbox styling */
.checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.checkbox input[type="checkbox"] {
    margin-right: 8px;
}

/* PayPal Section Styling */
#paypal-button-container {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}



.cusctom-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.col-xxl-7.col-xl-7.mx-auto {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 15px;
}

#cart_summary {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: sticky !important;
    top: 20px !important;
    align-self: flex-start;
    padding: 15px;
}


  .cusctom-position-absolute {
    color: #fff !important;
    background: rgba(29, 29, 29, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    margin-bottom: 60px;
    border-radius: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.cusctom-text-decoration-none:hover {
    color: #fff !important;
    background: #000;
}

/* waiting-list-card */

.waiting-list-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.waiting-list-header {
    text-align: center;
    margin-bottom: 1.5rem;
}
.waiting-list-header .icon {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0.75rem;
}
.waiting-list-header h5 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #343a40;
}
.waiting-list-header p {
    color: #6c757d;
    font-size: 0.95rem;
}
.waiting-list-form .form-control {
    width: 100% !important;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
}
.waiting-list-form .form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.waiting-list-form .btn-primary {
    background-color: #000000;
    border-color: #000000;
    padding: 0.75rem;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.waiting-list-form .btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}
.button.out-of-stock {
    width: 100%;
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
}
.button.out-of-stock:hover {
    background-color: #5c636a;
}
.in-stock-buttons{
    width: 100%;
}

.product_variant.quantity button {
    margin: 0 !important;
   }


/* Mobile slider images fixed height 500px */
.mobile-slider .slider-item {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.mobile-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.mobile-slider .slick-prev,
.mobile-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

/* Left arrow on left side */
.mobile-slider .slick-prev {
    left: 10px;
}

/* Right arrow on right side */
.mobile-slider .slick-next {
    right: 10px;
}

/* Arrow hover effect */
.mobile-slider .slick-prev:hover,
.mobile-slider .slick-next:hover {
    background: transparent;
}


@media (min-width: 250px) and (max-width: 355px) {

    div.home_slider_video {
        height: 20vh !important;
        display: none !important;
    }

    .banner_home {
        width: 100% !important;
        height: 330px !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single_banner {
        width: 100% !important;
        height: 330px !important;
    }
    .banner_thumb{
        width: 100% !important;
        height: 330px !important;
        margin-top: 20px;
    }
    .banner_thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    .cusctom-h5 {
        font-size: 25px !important;
    }
    .cusctom-position-absolute {

        margin-bottom: 20px !important;
    }
    .in-stock-buttons{
        text-align: center;
    }
    .product_variant.quantity button {
     margin: 0;
     min-width: 45%;
    }
    .banner_section {
        display: none !important;
    }

}

@media (min-width: 355px) and (max-width: 420px) {

    div.home_slider_video {
        height: 30vh !important;
        display: none !important;
    }

    .banner_home {
        width: 100% !important;
        height: 350px !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .single_banner {
        width: 100% !important;
        height: 350px !important;
    }
    .banner_thumb{
        width: 100% !important;
        height: 350px !important;
        margin-top: 20px;
    }

    .cusctom-position-absolute {

        margin-bottom: 30px !important;
    }

    .banner_thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    .cusctom-h5 {
        font-size: 25px !important;
    }
    .in-stock-buttons{
        text-align: center;
    }

    .product_variant.quantity button {
        margin: 0;
        min-width: 45%;
       }

    .banner_section {
        display: none !important;
    }

}

@media (min-width: 420px) and (max-width: 480px) {

    div.home_slider_video {
        height: 25vh !important;
        display: none !important;
    }

    .banner_home {
        width: 100% !important;
        height: 500px !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .single_banner {
        width: 100% !important;
        height: 500px !important;
    }
    .banner_thumb{
        width: 100% !important;
        height: 500px !important;
        margin-top: 20px;
    }

    .cusctom-position-absolute {

        margin-bottom: 30px !important;
    }

    .banner_thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    .cusctom-h5 {
        font-size: 25px !important;
    }
    .in-stock-buttons{
        text-align: center;
    }
    .product_variant.quantity button {
        margin: 0;
        min-width: 49%;
       }
    .banner_section {
        display: none !important;
    }
}
@media (min-width: 480px) and (max-width: 667px) {

    .cusctom-h5 {
        font-size: 40px !important;
    }

     div.home_slider_video {
        height: 25vh !important;
        display: none !important;
    }

    .cusctom-position-absolute {

        margin-bottom: 115px !important;
    }



    .banner_home {
        width: 100% !important;
        height: 520px !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

     .single_banner {
        width: 100% !important;
        height: 520px !important;
    }
    .banner_thumb{
        width: 100% !important;
        height: 520px !important;
        margin-top: 20px;

    }

    .cusctom-position-absolute {

        margin-bottom: 30px !important;
    }

    .banner_thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }
    .cusctom-h5 {
        font-size: 25px !important;
    }
    .in-stock-buttons{
        text-align: center;
    }
    .product_variant.quantity button {
        margin: 0;
        min-width: 49%;
       }

    .banner_section {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 667px) {
    .cusctom-row-1 {
        padding: 0 !important;
        margin: 0 !important;
    }

     div.home_slider_video {
        height: 25vh !important;
        display: none !important;
    }

    .cusctom-shadow-sm {
    padding: 0 !important;
    }

    .cusctom-shadow-sm-1 {
    padding: 0 !important;
    margin-bottom: 0 !important;
    }

    .modal-body {
        padding: 0 !important;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .cusctom-pay-with-card {
        padding: 8px !important;
    }

    .cusctom-pay-with-paypal {
        padding: 8px !important;
    }

    .cusctom-pay-with-paypal-1 {
        padding: 0px 0px 0px 0px !important;
    }

    .custom-position-relative-image {
        height: 140px !important;
    }

    .cusctom-position-absolute {
        color: #fff !important;

        background: rgba(29, 29, 29, 0.4);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);

        border-radius: 8px;
        padding: 0 15px 0 15px !important;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .cusctom-text-decoration-none:hover {
        color: #fff !important;
        background: #000;
    }

     .banner_home {
        width: 100% !important;
        height: 550px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .banner_section {
            display: none !important;
    }


}
 @media only screen and (max-width: 767px) {
    .canvas_open {
        right: 20px;
        top: 0px !important;
        position: static;
    }
     div.home_slider_video {
        height: 25vh !important;
        display: none !important;
    }
    .banner_section {
        display: none !important;
    }

}

@media (max-width: 991px) {

    .col-xxl-7.col-xl-7.mx-auto,
    #cart_summary {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #cart_summary {
        position: relative;
        top: 0;
    }
}


.col-xxl-7.col-xl-7.mx-auto::-webkit-scrollbar {
    width: 6px;
}

.col-xxl-7.col-xl-7.mx-auto::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.col-xxl-7.col-xl-7.mx-auto::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}



.loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #000000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.custom-cart-summary {
    position: fixed;
}




/* custom siping css */
.order-tracker {
    width: 100%;
    margin: 40px auto;
}

.tracker-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

/* background line */
.tracker-line::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 18px;
    right: 18px;
    height: 2px;
    background-color: #ccc;
    z-index: 1;
}

/* colored progress line */
.tracker-line::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 18px;
    height: 2px;
    width: var(--progress);
    background-color: #007bff;
    z-index: 1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 15%;
    font-size: 14px;
    color: #000;
}

/* icon instead of circle */
.step .icon {
    font-size: 22px;
    position: relative;
    z-index: 2;
}

/* completed step */
.step.completed .icon {
    color: #007bff;
}

/* active text */
.step.completed {
    font-weight: bold;
    color: #000;
}

.icon.flipped {
    display: inline-block;
    transform: scaleX(-1);
}


.circle {
    font-size: 20px;
    color: #000;
}

/* Cancelled case me pura tracker red ho jaye */
.order-tracker.cancelled .tracker-line::before,
.order-tracker.cancelled .tracker-line::after {
    background-color: red !important;
}

.order-tracker.cancelled .step,
.order-tracker.cancelled .icon {
    color: red !important;
    font-weight: bold;
}

.truck-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shipping-text {
    font-size: 15px;
    color: #000;
    margin-top: 0px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Pehle ye pura icon flip kar raha tha, ab sirf truck ko flip karenge */
.truck.flipped {
    display: inline-block;
    transform: scaleX(-1);
}

.step-icon {
    font-size: 22px;
    color: #000;
}

.step.completed .step-icon {
    color: #007bff;
}

.step-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* custom siping css end */


/* custom contect_us css */

/* Section Wrapper */
.custom-contact-section {
    background: #fff;
    padding: 60px 0;
}

/* Contact Card */
.custom-contact-card {
    background: #fff;
    border: none;
    box-shadow: none;
}

/* Top Info */
.custom-contact-info {
    margin-bottom: 30px;
}

.custom-contact-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.custom-contact-text {
    margin: 0;
    font-size: 15px;
    color: #000;
}

.custom-contact-email {
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.custom-contact-email a {
    color: #000;
    text-decoration: underline;
}

/* Form Area */
.custom-form-wrapper {
    padding: 20px 0;
}

.custom-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.custom-form-label {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.custom-form-control {
    width: 100%;
    border: 1px solid #aaa;
    padding: 13px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.custom-form-control:focus {
    outline: none;
    border-color: #000;
}

/* Button */
.custom-form-btn-wrap {
    margin-top: 15px;
}

.custom-form-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-form-btn:hover {
    background: #000;
    color: #fff;
}

/* custom contect_us css end */



.aiz-megabox-elem.disabled {
    position: relative;
    opacity: 0.5;
    color: #999;
    cursor: not-allowed;
    background-color: #f0f0f0;
}

/* Diagonal line (/) */
.aiz-megabox-elem.disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #000 !important;
    transform: rotate(-45deg);
    transform-origin: center;
}

.aiz-megabox-elem.disabled:hover::before {
    content: "SOLD OUT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 3px;
    z-index: 1;
}

.product_variant.quantity button {
    margin: 0;
    min-width: 49%;
   }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Responsive tweak */
@media (max-width: 576px) {
    .card-row {
        flex-direction: column;
    }
}


/* For medium screens (tablets) */
@media (min-width: 768px) and (max-width: 1199px) {
    .card-columns {
        column-count: 2;
        column-gap: 15px;
    }

    .blogs-card img {
        height: 200px;
    }

    .header_bottom.sticky-header.sticky {
        height: 0px;
        border: none !important;
    }

    .breadcrumbs_area .breadcrumb_content {
        border-top: none;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .product_listing_page .shop_toolbar {
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
        display: inline-block;
    }

    .blog_breadcrumbs {
        margin-bottom: 0px !important;
    }
}

/* For small screens (mobile) */
@media (max-width: 767px) {
    .card-columns {
        column-count: 1;
        column-gap: 10px;
    }

    .breadcrumbs_area .breadcrumb_content {
        border-top: none;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .header_bottom.sticky-header.sticky {
        height: 0px;
        border: none !important;
    }

    .product_listing_page .shop_toolbar {
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
        display: inline-block;
    }

    .new_features {
        display: flex;
        justify-content: center;
        gap: 25px !important;
    }

    .blog_breadcrumbs {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991px) {
    .product_thumb img {
        height: 130px;
        max-height: 250px !important;
    }

    .product_thumb_cart {
        max-height: 250px;
        min-height: 0px !important;
    }

    .chat-user-list-wrap {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
    }

    .chat-user-list-wrap .chat-user-list-header {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        width: 340px;
        max-width: 100%;
        right: 0;
        top: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    .chat-user-list-wrap .chat-user-list {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        height: calc(100% - 44px);
        max-height: none;
        width: 340px;
        max-width: 100%;
        right: 0;
        top: 44px;
        bottom: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        z-index: 1;
    }

    .chat-user-list-wrap.active,
    .chat-user-list-wrap.active .overlay,
    .chat-user-list-wrap.active .chat-user-list-header,
    .chat-user-list-wrap.active .chat-user-list {
        opacity: 1;
        visibility: visible;
    }

    .chat-user-list-wrap.active .chat-user-list-header,
    .chat-user-list-wrap.active .chat-user-list {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.bootstrap-select .dropdown-toggle {
    color: #898b92;
    background-color: transparent !important;
    border-color: #e2e5ec;
}

.btn {
    font-weight: inherit;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    transition: all 0.3s ease;
}

.bootstrap-select .dropdown-toggle {
    color: #898b92;
}

.bootstrap-select .dropdown-menu li,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#chosen_price_div {
    /* border-top: 1px solid #ebebeb !important; */
    padding-top: 15px;
}


/* .d-flex span>img {
    height: 45px !important;
    width: 70px !important;
} */

.table-responsive-cart {
    overflow-x: initial;
}

.aiz-user-sidenav .active .aiz-side-nav-icon {
    color: var(--primary);
}

.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-icon {
    width: 28px;
    font-size: 16px;
}

.aiz-side-nav-list .aiz-side-nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7c9e;
    margin-right: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.w-auto {
    width: auto;
}

.w-5px,
.size-5px {
    width: 5px;
}

.w-10px,
.size-10px {
    width: 10px;
}

.w-15px,
.size-15px {
    width: 15px;
}

.w-20px,
.size-20px {
    width: 20px;
}

.w-25px,
.size-25px {
    width: 25px;
}

.w-30px,
.size-30px {
    width: 30px;
}

.w-35px,
.size-35px {
    width: 35px;
}

.w-40px,
.size-40px {
    width: 40px;
}

.w-45px,
.size-45px {
    width: 45px;
}

.w-50px,
.size-50px {
    width: 50px;
}

.w-60px,
.size-60px {
    width: 60px;
}

.w-70px,
.size-70px {
    width: 70px;
}

.w-80px,
.size-80px {
    width: 80px;
}

.w-90px,
.size-90px {
    width: 90px;
}

.w-100px,
.size-100px {
    width: 100px;
}

.w-110px,
.size-110px {
    width: 110px;
}

.w-120px,
.size-120px {
    width: 120px;
}

.w-130px,
.size-130px {
    width: 130px;
}

.w-140px,
.size-140px {
    width: 140px;
}

.w-150px,
.size-150px {
    width: 150px;
}

.w-160px,
.size-160px {
    width: 160px;
}

.w-170px,
.size-170px {
    width: 170px;
}

.w-180px,
.size-180px {
    width: 180px;
}

.w-190px,
.size-190px {
    width: 190px;
}

.w-200px,
.size-200px {
    width: 200px;
}

.w-210px,
.size-210px {
    width: 210px;
}

.w-220px,
.size-220px {
    width: 220px;
}

.w-230px,
.size-230px {
    width: 230px;
}

.w-240px,
.size-240px {
    width: 240px;
}

.w-250px,
.size-250px {
    width: 250px;
}

.w-260px,
.size-260px {
    width: 260px;
}

.w-270px,
.size-270px {
    width: 270px;
}

.w-280px,
.size-280px {
    width: 280px;
}

.w-290px,
.size-290px {
    width: 290px;
}

.w-300px,
.size-300px {
    width: 300px;
}

.w-310px,
.size-310px {
    width: 310px;
}

.w-320px,
.size-320px {
    width: 320px;
}

.w-330px,
.size-330px {
    width: 330px;
}

.w-340px,
.size-340px {
    width: 340px;
}

.w-350px,
.size-350px {
    width: 350px;
}

.w-360px,
.size-360px {
    width: 360px;
}

.w-370px,
.size-370px {
    width: 370px;
}

.w-380px,
.size-380px {
    width: 380px;
}

.w-390px,
.size-390px {
    width: 390px;
}

.w-400px,
.size-400px {
    width: 400px;
}

.w-410px,
.size-410px {
    width: 410px;
}

.w-420px,
.size-420px {
    width: 420px;
}

.w-450px,
.size-450px {
    width: 450px;
}

.w-500px,
.size-500px {
    width: 500px;
}

.h-auto {
    height: auto;
}

.h-5px,
.size-5px {
    height: 5px;
}

.h-10px,
.size-10px {
    height: 10px;
}

.h-15px,
.size-15px {
    height: 15px;
}

.h-20px,
.size-20px {
    height: 20px;
}

.h-25px,
.size-25px {
    height: 25px;
}

.h-30px,
.size-30px {
    height: 30px;
}

.h-35px,
.size-35px {
    height: 35px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.h-45px,
.size-45px {
    height: 45px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.h-60px,
.size-60px {
    height: 60px;
}

.h-70px,
.size-70px {
    height: 70px;
}

.h-80px,
.size-80px {
    height: 80px;
}

.h-90px,
.size-90px {
    height: 90px;
}

.h-100px,
.size-100px {
    height: 100px;
}

.h-110px,
.size-110px {
    height: 110px;
}

.h-120px,
.size-120px {
    height: 120px;
}

.h-130px,
.size-130px {
    height: 130px;
}

.h-140px,
.size-140px {
    height: 140px;
}

.h-150px,
.size-150px {
    height: 150px;
}

.h-160px,
.size-160px {
    height: 160px;
}

.h-170px,
.size-170px {
    height: 170px;
}

.h-180px,
.size-180px {
    height: 180px;
}

.h-190px,
.size-190px {
    height: 190px;
}

.h-200px,
.size-200px {
    height: 200px;
}

.h-210px,
.size-210px {
    height: 210px;
}

.h-220px,
.size-220px {
    height: 220px;
}

.h-230px,
.size-230px {
    height: 230px;
}

.h-240px,
.size-240px {
    height: 240px;
}

.h-250px,
.size-250px {
    height: 250px;
}

.h-260px,
.size-260px {
    height: 260px;
}

.h-270px,
.size-270px {
    height: 270px;
}

.h-280px,
.size-280px {
    height: 280px;
}

.h-290px,
.size-290px {
    height: 290px;
}

.h-300px,
.size-300px {
    height: 300px;
}

.h-310px,
.size-310px {
    height: 310px;
}

.h-320px,
.size-320px {
    height: 320px;
}

.h-330px,
.size-330px {
    height: 330px;
}

.h-340px,
.size-340px {
    height: 340px;
}

.h-350px,
.size-350px {
    height: 350px;
}

.h-360px,
.size-360px {
    height: 360px;
}

.h-370px,
.size-370px {
    height: 370px;
}

.h-380px,
.size-380px {
    height: 380px;
}

.h-390px,
.size-390px {
    height: 390px;
}

.h-400px,
.size-400px {
    height: 400px;
}

.h-410px,
.size-410px {
    height: 410px;
}

.h-420px,
.size-420px {
    height: 420px;
}

.h-450px,
.size-450px {
    height: 450px;
}

.h-500px,
.size-500px {
    height: 500px;
}

.w-md-auto {
    width: auto;
}

.w-md-5px,
.size-md-5px {
    width: 5px;
}

.w-md-10px,
.size-md-10px {
    width: 10px;
}

.w-md-15px,
.size-md-15px {
    width: 15px;
}

.w-md-20px,
.size-md-20px {
    width: 20px;
}

.w-md-25px,
.size-md-25px {
    width: 25px;
}

.w-md-30px,
.size-md-30px {
    width: 30px;
}

.w-md-35px,
.size-md-35px {
    width: 35px;
}

.w-md-40px,
.size-md-40px {
    width: 40px;
}

.w-md-45px,
.size-md-45px {
    width: 45px;
}

.w-md-50px,
.size-md-50px {
    width: 50px;
}

.w-md-60px,
.size-md-60px {
    width: 60px;
}

.w-md-70px,
.size-md-70px {
    width: 70px;
}

.w-md-80px,
.size-md-80px {
    width: 80px;
}

.w-md-90px,
.size-md-90px {
    width: 90px;
}

.w-md-100px,
.size-md-100px {
    width: 100px;
}

.w-md-110px,
.size-md-110px {
    width: 110px;
}

.w-md-120px,
.size-md-120px {
    width: 120px;
}

.w-md-130px,
.size-md-130px {
    width: 130px;
}

.w-md-140px,
.size-md-140px {
    width: 140px;
}

.w-md-150px,
.size-md-150px {
    width: 150px;
}

.w-md-160px,
.size-md-160px {
    width: 160px;
}

.w-md-170px,
.size-md-170px {
    width: 170px;
}

.w-md-180px,
.size-md-180px {
    width: 180px;
}

.w-md-190px,
.size-md-190px {
    width: 190px;
}

.w-md-200px,
.size-md-200px {
    width: 200px;
}

.w-md-210px,
.size-md-210px {
    width: 210px;
}

.w-md-220px,
.size-md-220px {
    width: 220px;
}

.w-md-230px,
.size-md-230px {
    width: 230px;
}

.w-md-240px,
.size-md-240px {
    width: 240px;
}

.w-md-250px,
.size-md-250px {
    width: 250px;
}

.w-md-260px,
.size-md-260px {
    width: 260px;
}

.w-md-270px,
.size-md-270px {
    width: 270px;
}

.w-md-280px,
.size-md-280px {
    width: 280px;
}

.w-md-290px,
.size-md-290px {
    width: 290px;
}

.w-md-300px,
.size-md-300px {
    width: 300px;
}

.w-md-310px,
.size-md-310px {
    width: 310px;
}

.w-md-320px,
.size-md-320px {
    width: 320px;
}

.w-md-330px,
.size-md-330px {
    width: 330px;
}

.w-md-340px,
.size-md-340px {
    width: 340px;
}

.w-md-350px,
.size-md-350px {
    width: 350px;
}

.w-md-360px,
.size-md-360px {
    width: 360px;
}

.w-md-370px,
.size-md-370px {
    width: 370px;
}

.w-md-380px,
.size-md-380px {
    width: 380px;
}

.w-md-390px,
.size-md-390px {
    width: 390px;
}

.w-md-400px,
.size-md-400px {
    width: 400px;
}

.w-md-410px,
.size-md-410px {
    width: 410px;
}

.w-md-420px,
.size-md-420px {
    width: 420px;
}

.w-md-450px,
.size-md-450px {
    width: 450px;
}

.w-md-500px,
.size-md-500px {
    width: 500px;
}

.h-md-auto {
    height: auto;
}

.h-md-5px,
.size-md-5px {
    height: 5px;
}

.h-md-10px,
.size-md-10px {
    height: 10px;
}

.h-md-15px,
.size-md-15px {
    height: 15px;
}

.h-md-20px,
.size-md-20px {
    height: 20px;
}

.h-md-25px,
.size-md-25px {
    height: 25px;
}

.h-md-30px,
.size-md-30px {
    height: 30px;
}

.h-md-35px,
.size-md-35px {
    height: 35px;
}

.h-md-40px,
.size-md-40px {
    height: 40px;
}

.h-md-45px,
.size-md-45px {
    height: 45px;
}

.h-md-50px,
.size-md-50px {
    height: 50px;
}

.h-md-60px,
.size-md-60px {
    height: 60px;
}

.h-md-70px,
.size-md-70px {
    height: 70px;
}

.h-md-80px,
.size-md-80px {
    height: 80px;
}

.h-md-90px,
.size-md-90px {
    height: 90px;
}

.h-md-100px,
.size-md-100px {
    height: 100px;
}

.h-md-110px,
.size-md-110px {
    height: 110px;
}

.h-md-120px,
.size-md-120px {
    height: 120px;
}

.h-md-130px,
.size-md-130px {
    height: 130px;
}

.h-md-140px,
.size-md-140px {
    height: 140px;
}

.h-md-150px,
.size-md-150px {
    height: 150px;
}

.h-md-160px,
.size-md-160px {
    height: 160px;
}

.h-md-170px,
.size-md-170px {
    height: 170px;
}

.h-md-180px,
.size-md-180px {
    height: 180px;
}

.h-md-190px,
.size-md-190px {
    height: 190px;
}

.h-md-200px,
.size-md-200px {
    height: 200px;
}

.h-md-210px,
.size-md-210px {
    height: 210px;
}

.h-md-220px,
.size-md-220px {
    height: 220px;
}

.h-md-230px,
.size-md-230px {
    height: 230px;
}

.h-md-240px,
.size-md-240px {
    height: 240px;
}

.h-md-250px,
.size-md-250px {
    height: 250px;
}

.h-md-260px,
.size-md-260px {
    height: 260px;
}

.h-md-270px,
.size-md-270px {
    height: 270px;
}

.h-md-280px,
.size-md-280px {
    height: 280px;
}

.h-md-290px,
.size-md-290px {
    height: 290px;
}

.h-md-300px,
.size-md-300px {
    height: 300px;
}

.h-md-310px,
.size-md-310px {
    height: 310px;
}

.h-md-320px,
.size-md-320px {
    height: 320px;
}

.h-md-330px,
.size-md-330px {
    height: 330px;
}

.h-md-340px,
.size-md-340px {
    height: 340px;
}

.h-md-350px,
.size-md-350px {
    height: 350px;
}

.h-md-360px,
.size-md-360px {
    height: 360px;
}

.h-md-370px,
.size-md-370px {
    height: 370px;
}

.h-md-380px,
.size-md-380px {
    height: 380px;
}

.h-md-390px,
.size-md-390px {
    height: 390px;
}

.h-md-400px,
.size-md-400px {
    height: 400px;
}

.h-md-410px,
.size-md-410px {
    height: 410px;
}

.h-md-420px,
.size-md-420px {
    height: 420px;
}

.h-md-450px,
.size-md-450px {
    height: 450px;
}

.h-md-500px,
.size-md-500px {
    height: 500px;
}

.dashboard_tab_button ul li a:hover {
    color: #ffffff !important;
}

.fw-700 {
    font-weight: 500 !important;
}

.action_links ul li a:hover {
    color: #ffffff !important;
}

.banner_text a:hover {
    color: #fff !important;
}

#PleaseWait {
    vertical-align: middle !important;
    position: fixed !important;
    top: 45% !important;
    left: 47% !important;
    z-index: 10001 !important;
}

#overlay {
    vertical-align: middle !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10000 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.product-detail-page #option-choice-form .gemstone-list-product .float-left {
    padding-right: 10px !important;
    min-height: 100px !important;
    font-size: 12px;
    width: 15%;
}

/* .product-detail-page #option-choice-form .gemstone-list-product p {
    padding: 10px 0px;
    margin-bottom: 0px !important;
} */

.product-detail-page .product-info-box {
    padding: 10px 0px;
}

.product-detail-page .product-info-box .heading {
    color: #000;
    opacity: 0.5 !important;
}

.product-detail-page .product-info-box .value {
    font-size: 14px
}

.gemstone-list-product a {
    margin-bottom: 10px !important;
    border: 1px solid #ededed;
    padding: 8px !important;
    background: #fff;
    box-shadow: 0px 0 8px 0px rgba(0, 0, 0, 0.3);
}

.gemstone-list-product .active {
    border: 1px solid var(--custom-color) !important;
    padding: 4px !important;
    box-shadow: 0px 0 15px 3px rgba(0, 0, 0, 0.3) !important;
}

.featured_section_title h2,
.new_section_title h2 {
    margin-bottom: 0 !important;
    display: inline-block !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
    padding-right: 20px !important;
    background: #f9f8f7 !important;
    color: #242424 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    position: relative !important;
}

.new_section_title h1 {
    margin-bottom: 0 !important;
    display: inline-block !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
    padding-right: 20px !important;
    background: #f9f8f7 !important;
    color: #242424 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    position: relative !important;
}

.featured_section_title p,
.new_section_title p {
    color: #aea2a2;
    position: absolute;
}

.featured_section_title {
    margin-bottom: 0px !important;
}

.new_section_title {
    margin-bottom: 60px !important;
}

.listing-select {
    padding-top: 19px !important;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
}

.modal-content button.close {
    position: static !important;
    height: 50px !important;
    width: 50px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #020202 !important;
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--custom-color);
    border-color: var(--custom-color);
    color: var(--white) !important;
    border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff !important
}

.btn {
    border-radius: 0px
}

.wishlist_cart {
    width: auto !important;
}

.user-bg-primary {
    background-color: #212121 !important;
}

.user-text {
    text-transform: uppercase;
}

.product_hover {
    width: 100% !important;
}

.product_content h3 {
    height: 50px;
}

.product_hover_content {
    margin-top: 35px !important;
}

.login-popup {
    top: 15% !important;
}

.guest_address {
    text-align: left !important;
}

.footer_top {
    padding-bottom: 0px !important;
}

.footer_widgets .container {
    max-width: 1700px !important;
}

.footer_contact ul {
    margin-left: -32px !important;
}

.footer_contact ul li a {
    border: 0px !important;
}

.widgets_container h3 {
    margin-bottom: 10px !important;
}

.section_title h2 {
    background: #f8f9fa !important;
}

.product_container.bottom button {
    background: #f8f9fa !important;
}

.gallery-img img {
    width: auto !important;
}

.overlay_new {
    background: none !important;
}

.slider_area {
    margin-top: 70px;
}

.slider_content p {
    color: #f3f3f3;
}

.slider_content h1 {
    color: #f3f3f3;
}

.slider_content p.slider_price span {
    color: #f3f3f3;
}

.coupon_inner input {
    height: 28px !important;
}

.product_d_right .priduct_social ul li a:hover {
    background: #ffffff !important;
}

/* .product_detail_page{border: 2px dashed #f1e7de !important;color: #561010; margin-top: 40px;}  */
.product_detail_page {
    color: black;
    margin-top: 40px;
    margin-left: 8px;
}

.page-item.active .page-link {
    background-color: black !important;
    border-color: black !important;
}

.pagination ul li {
    background: none !important;
}

.badge {
    width: 100px;
}

.top_right>ul>li {
    padding-left: 5px !important;
    margin-left: 0px !important;
}

.top_right>ul>li::before {
    background: none !important;
}

/* .header_bottom .header-right-panel{margin-left: -10px !important;} */
.header_bottom .header-right-panel {
    margin-left: -40px !important;
}

.margin_left {
    margin-left: 10px !important
}

.aiz-main-wrapper {
    background: #faf8f68a !important
}

.single_product_box .custom-col-5 {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}

.single_product:hover {
    box-shadow: none !important
}

.single_product_box .custom-col-5:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: .2rem solid black4d !important;
}

.single_product:hover .product_hover {
    box-shadow: none !important;
}

.single_product:hover img {
    transform: scale(1.1) !important;
}

.single_product:hover .product_hover .product_desc::before {
    background-image: none !important;
}

.banner_section,
.banner_section_four,
.blog_section,
.messages_four,
.product_section.p_bottom {
    border-bottom: none !important;
}

.banner_section .banner_thumb {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.banner_section,
.messages_four {
    margin-bottom: 0px !important;
}

.bottom_banner {
    padding: 50px 0px;
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-5>.col,
.gutters-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
}

.gutters-20>.col,
.gutters-20>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
}

.gutters-25>.col,
.gutters-25>[class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
}

.gutters-30>.col,
.gutters-30>[class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

[dir="rtl"] .row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

[dir="rtl"] .row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

[dir="rtl"] .row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

[dir="rtl"] .row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

[dir="rtl"] .row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

[dir="rtl"] .row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.avatar_original {
    height: 0px !important;
    width: 0px !important;
}

body {
    font-family: Jost, sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

.new_banner_fullwidth {
    margin-bottom: 50px;
    background-color: #e4cdb521;
    padding: 50px 0;
    text-align: center;
    color: #333;
}

.new_banner-content {
    max-width: 1200px;
    margin: 0 auto;
}

.new_banner-content h2 {
    font-size: 40px;
    margin-bottom: 60px;
}

.new_feature img {
    width: 110px;
    height: 100px;
    margin-bottom: 25px;
}

.new_feature p {
    font-size: 16px;
    margin: 0;
}

.new_features {
    display: flex;
    justify-content: center;
    gap: 280px;
}


/* Styles for sub-menu */
.offcanvas_main_menu .sub-menu {
    display: none;
    margin-left: 20px;
}

/* General styling for the menu items */
.offcanvas_main_menu li a {
    display: flex;
    align-items: center;
}

/* Styling for icons/images inside the menu items */
.offcanvas_main_menu li a img {
    margin-right: 8px;
}




/* Adjust features layout for mobile devices */
@media (max-width: 768px) {



    .product_img_all_new{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .product-img-fit {
        object-fit: contain !important;
    }

    .new_banner-content h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .menu-item-has-children.active>.sub-menu {
        display: block;
    }

    .new_features {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .new_feature img {
        width: 80px;
        height: 70px;
        margin-bottom: 15px;
    }

    .new_feature p {
        font-size: 14px;
    }
    .banner_section {
        display: none !important;
    }
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important
    }

    .cusctom-row {
        width: 100% !important;
    }

    .avatar_original {
        height: 0px !important;
        width: 0px !important;
    }

    .aiz-mobile-side-nav .aiz-user-sidenav-wrap {
        display: block;
        max-width: initial;
        border: 0;
    }

    .product_thumb_cart {
        max-height: 350px;
        min-height: 0px !important;
    }

}

.product_info_content {
    font-size: 14pt;
    font-family: Jost, sans-serif !important;
}

.product_info_content p {
    color: #000000 !important
}

.home_banner1_images {
    margin-top: 50px !important;
    margin-bottom: 0px !important
}

.product_section.p_bottom {
    margin-bottom: 39px !important
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px
}

.single_product_box .custom-col-5 .product_content h3 {
    font-weight: inherit !important;
}

.single_product:hover .product_hover {
    opacity: 0 !important;
}

.widgets_container>h3 {
    font-family: Jost, sans-serif !important;
    font-weight: 500 !important;
}

.widgets_container .footer_menu ul {
    padding-left: 0px !important;
}

.banner_fullwidth h4 {
    text-transform: full-size-kana !important;
    font-size: 43px !important;
    font-family: Jost, sans-serif !important;
    color: rgba(255, 255, 255, .9) !important;

}

.banner_fullwidth .banner_text {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 50px;
    backdrop-filter: saturate(150%) !important
}

.footer_widgets .footer_top h2 {
    font-family: Jost, sans-serif !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #5a5a5a !important;

}

.footer_widgets .footer_top .widget_1 .col-lg-3 {
    width: auto !important;
}

.footer_widgets .footer_top .footer_logo div {
    margin-left: 6px !important;
}

.footer_widgets .footer_contact p {
    font-size: 14px !important;
    color: #5a5a5a !important;
}

.footer_widgets {
    padding-top: 50px !important;
    border-top: 1px solid #fff !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.copyright_text {
    color: #5a5a5a;
    font-size: 13px;
}

.header_bottom {
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    z-index: 99999 !important;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.seo-content {
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding: 20px 5%;
    font-weight: normal;
}

.breadcrumbs_area {
    background: #000 !important;
    padding: 20px;
    backdrop-filter: saturate(150%) !important;
    color: #fff !important;
    background-size: cover;
    margin-bottom: 50px;
}

.breadcrumbs_area .breadcrumb_content {
    text-align: left !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.breadcrumbs_area .breadcrumb_content h2,
.breadcrumbs_area .breadcrumb_content h3 {
    padding-left: 2rem;
    font-family: Jost, sans-serif !important;
    color: #fff !important
}

.breadcrumbs_area .breadcrumb_content ul li,
.breadcrumbs_area .breadcrumb_content ul li a {
    color: #fff !important;
    font-size: 12px;
}

.product_listing_page .shop_toolbar {
    margin: 0 50px 10px;
    float: right
}

.product_listing_page .aiz-pagination.shop_toolbar {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding-top: 50px !important;
}

.product_listing_page .widget_list h2 {
    font-size: 20px;
    font-family: Jost, sans-serif !important;
    font-weight: 600;
}

.product_listing_page .shop_toolbar label {
    color: #000 !important;
    opacity: .7 !important;
    ;
}

.product_listing_page .shop_toolbar .orderby_wrapper .mb-3 {
    margin-bottom: .5rem !important;
}

.product_d_right h1 {
    font-weight: 600;
}

.product_listing_page .sidebar_widget {
    padding-left: 20px;
    background: #fff;
}

.product_listing_page .widget_list {
    margin-bottom: 0px;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0px;
}

.product_listing_page .widget_list.widget_categories {
    padding-top: 30px;
}

#img-1 {
    border: none !important;
}

.gemstones-list .single_gemstone h3 {
    background: #fff !important;
    padding: 20px !important;
    border: 2px dashed #f1e7de !important;
    font-weight: 400 !important;
    letter-spacing: 0.03em !important;
    font-size: 22px !important;
    text-transform: capitalize;
}

.gemstones-list .single_gemstone h3:hover {
    background: black !important;
    color: #fff;
    border-color: #fff !important;
}

.gemstones-list {
    min-height: 200px;
}

.gemstones-list .content-details {
    position: relative !important;
}

.cart_button.view_cart a:hover {
    color: #fff !important;
}

.page_heading {
    font-family: Jost, sans-serif !important;
    font-size: 35px;
    padding-bottom: 30px;
}

.product_d_info .tab-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    padding-left: 10px;
    border: 1px solid black4d !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
    min-height: 200px;
}

.product_d_info .product_d_inner .nav li {
    padding-right: 50px;
}

.product_d_info .product_d_inner .nav li a {
    letter-spacing: .5px;
    font-size: 20px;
    font-weight: 500;
}

.product_d_info .product_info_button {
    border-bottom: none !important
}

.product_listing_page .aiz-pagination.shop_toolbar {
    justify-content: space-evenly !important
}

.new-header {
    margin-bottom: 70px !important;
}

.product_detail_accordion .card {
    margin-bottom: -1px !important;
    box-shadow: none !important
}

.product_detail_accordion .card button {
    font-family: Jost, sans-serif !important;
}

.accordion_area .container {
    margin-left: 5px;
}

.product_detail_accordion .card .card-footer,
.product_detail_accordion .card .card-header {
    min-height: auto !important;
}

.page_content {
    font-family: Jost, sans-serif !important;
    font-weight: 400 !important;
}

.page_content span {
    font-family: Jost, sans-serif !important;
}

.card-header .card_heading {
    border: 1px solid #cececd !important;
    color: #242424 !important;
}

.product_details {
    margin-bottom: 0px !important;
}

.product_detail_accordion .card .card-body {
    padding: 0px 25px;
    font-size: 13pt !important;
    font-family: Jost, sans-serif !important;
    color: #000000;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre;
    white-space: pre-wrap;
}

.product_detail_accordion .card-header.card_accor button.btn-link {
    font-weight: 500;
    background: #b9b9b900 !important;
}

.breadcrumbs_area .breadcrumb_content h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-family: Jost, sans-serif !important;
}

.breadcrumbs_area .breadcrumb_content ul {
    margin-bottom: 3px;
}

.checkout_item {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

.checkout-flex {
    display: block;
}

.checkout-flex>.col {
    padding-left: 0px !important;
}

.gift_label {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
}

.coupon_inner a {
    border-bottom: 0px !important;
    margin-top: 2px;
    font-size: 18px;
}

.coupon_inner label {
    font-size: 20px;
}

.coupon_inner p {
    font-size: 20px;
}


.register_button a {
    color: #fff;
}

.register_button a:hover {
    color: #fff !important;
}

.filter_sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.filter_link a {
    text-decoration: underline;
}

.filter_sidebar.open {
    transform: translateX(0);
    z-index: 9999999;
    padding: 20px 30px;
    overflow: scroll;
}

.header {
    z-index: 1000;
}

.filter_close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter_sidebar_close a {
    font-size: 1.5rem;
    color: #333;
}


.filter_link {
    text-decoration: underline;
    display: contents;
    transform: translateY(-50%);
}

#filter-button {
    margin-top: 8px;
}

.reset_button {
    margin-left: 10px;
    display: inline-block;
}

.reset_button a {
    text-decoration: underline !important;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}


.aiz-p-hov-icon a:hover {
    background: var(--custom-color) !important;
    color: #fff !important;
}


.aiz-card-box .badge-custom {
    color: var(--custom-color) !important
}

.aiz-card-box .badge-custom .box {
    background: var(--custom-color) !important
}

.p_section1 .slick-list {
    margin-bottom: -125px !important;
}

.contact_map {
    margin-bottom: 67px;
}

.product_d_inner {
    font-weight: 400;
}

.menu-icon {
    width: 40px;
    height: 45px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.menu-icon-placeholder {
    width: 40px;
    height: 45px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

.menu-text {
    display: inline-block;
    vertical-align: middle;
}

.order_by {
    margin-right: 15px;
}

.order_by:last-child {
    margin-right: 0;
}

.seo-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.seo-content,
.seo-content p,
.seo-content span {
    font-family: Jost, sans-serif !important;
    font-size: 16px !important;
}

.seo-content li {
    padding-top: 10px !important;
}

.seo-content p b span {
    font-size: 20px !important;
    border-bottom: 2px solid black;
    color: black !important;
}

.seo-content li b span {
    font-size: 18px !important;
}

.tab-content {
    clear: both !important;
}

/*home page three banner   */
.banner_section {
    padding: 20px 0;
}

.banner_home {
    margin-bottom: 20px;
}

.banner_thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner_thumb img {
    width: 100%;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.empty_cart {
    margin-top: 200px;
}

/* Desktop view */
@media (min-width: 768px) {
    .order_button {
        display: none;
    }

    .desktop_order button[type="submit"] {
        display: block;
    }
}

/* For tablet devices and small screens */
@media (max-width: 768px) {
    .banner_home {
        margin-bottom: 15px;
    }

    .banner_content {
        top: 60%;
    }
}

/* For very small devices */
@media (max-width: 480px) {

    .banner_content {
        top: 70%;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .order_button {
        display: block;
    }

    .desktop_order button[type="submit"] {
        display: none;
    }

    .middle_banner {
        height: 400px;
    }


}

@media only screen and (max-width: 767px) {
    .product-zoom-thumb {
        height: 300px !important
    }
}

@media only screen and (max-width: 767px) {
    .contact_map {
        margin-bottom: 57px;
    }
}


@media only screen and (max-width: 767px) {

    .product-detail-page #option-choice-form .gemstone-list-product .float-left {
        width: 100%;
    }

    .coupon_inner input {
        margin-bottom: auto !important;
        width: auto !important;
    }


}


@media only screen and (min-width:992px) and (max-width:1024px) {

    .top_right>ul>#cart_items {
        margin-left: -65px !important;
    }

    .top_right .stop-propagation {
        width: 75% !important;
    }


    .main_menu .custem-nav .custem-nav-ul {
        padding-left: 150px;
    }


}

@media (max-width: 991px) {
    .front-header-search {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .front-header-search.active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }

    .footer_logo {
        height: auto !important;
    }

    .h-md-500px,
    .size-md-500px {
        height: 150px;
    }
    .banner_section
    {
        padding: 0;
    }
    .banner_home {
        width: 100% !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_thumb img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .messages_info {
        padding: 0px !important;
    }

    .bottom_banner {
        padding: 0px;
    }

    .middle_banner {
        height: 160px;
    }

    .home_banner1_images {
        margin-top: 0px !important;
    }

    .h-md-auto {
        height: 30px;
    }

    .offcanvas_main_menu .cart_link>a {
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        color: #212121;
        border: 0px solid #ebebeb;
        padding: 11px 10px 13px 0px;
        line-height: 15px;
        border-radius: 3px;
        display: block;
    }

    .offcanvas_main_menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    /* For the cart item itself */
    #cart_items {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        padding: 10px 0;
    }

    /* Style for individual menu items */
    .offcanvas_main_menu li {
        padding: 10px;
    }

    /* Style for individual menu items */
    .offcanvas_main_menu li a {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    /* Make sure to keep enough space for the cart icon */
    .cart_link {
        margin-left: auto;
    }



    .customer_login {
        margin-left: 0px;
    }

    .register_button a {
        color: #fff;
    }

    .register_button a:hover {
        color: #fff !important;
    }

    .login_submit a {
        float: left;
    }

    .center-btn {
        display: flex !important;
        justify-content: center !important;
    }

    .order_by {
        width: auto !important;
        max-width: 100% !important;
    }

    .product_list {
        width: auto !important;
        max-width: 50% !important;
    }

    .new-header {
        margin-bottom: 0px !important;
    }

    .mini_product {
        margin-top: 30px;
    }

    .coupon_inner input {
        margin-bottom: auto;
        width: auto;
    }

    .product_d_info .product_d_inner .nav li {
        padding-right: 0px;
    }
}

.table_desc table {
  width: 100% !important;
  border-collapse: collapse !important;
}

@media (max-width: 800px) {
  .table_desc thead {
    display: none !important;
  }

  /* Make <tr> a flex container */
  .table_desc tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    margin-bottom: 12px !important;
    padding: 12px !important;
    position: relative !important;
  }

  /* Base reset for all <td> */
  .table_desc tbody td {
    border: none !important;
    padding: 1px 8px !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
  }



  /* Product image (left) */
  .table_desc tbody td.product_thumb {
    flex: 0 0 26% !important;
    max-width: 26% !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }
  .table_desc tbody td.product_thumb img {
    width: 100px !important;
    height: 78px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;

    min-height: 78px;
  }

  /* Product name (right) */
  .table_desc tbody td.product_name {
    flex: 1 1 70% !important;
    min-width: 0 !important;
    padding-left: 8px !important;
    padding-right: 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    white-space: normal !important;
    word-break: break-word !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  /* Price, Tax, Qty, Total -> full width rows */
  .table_desc tbody td.product-price,
  .table_desc tbody td.product_quantity,
  .table_desc tbody td.product_total {
    flex: 0 0 100% !important;
    width: 100% !important;
    justify-content: space-between !important;
    margin-top: 6px !important;
  }

  /* CSS Labels */
  .table_desc tbody td:nth-child(4).product-price::before {
    content: "Price: " !important;
    font-weight: 600 !important;
    margin-right: 6px !important;
  }
  .table_desc tbody td:nth-child(5).product-price::before {
    content: "Tax: " !important;
    font-weight: 600 !important;
    margin-right: 6px !important;
  }
  .table_desc tbody td.product_quantity::before {
    content: "Qty: " !important;
    font-weight: 600 !important;
    margin-right: 6px !important;
  }
  .table_desc tbody td.product_total::before {
    content: "Total: " !important;
    font-weight: 700 !important;
    margin-right: 6px !important;
  }

  /* Quantity input style */
  .table_desc tbody td.product_quantity input {
    width: 70px !important;
    text-align: center !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 4px !important;
  }

  /* Emphasize total */
  .table_desc tbody td.product_total {
    font-weight: bold !important;
    font-size: 16px !important;
    justify-content: flex-end !important;
  }
}

/* Very small screens (<400px): shrink image slightly */
@media (max-width: 400px) {
  .table_desc tbody td.product_thumb {
    flex: 0 0 28% !important;
    max-width: 28% !important;
  }
  .table_desc tbody td.product_thumb img {
    width: 60px !important;
    height: 60px !important;

  }
}

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

@media (max-width: 800px) {
  /* Style the new subtotal box */
  .cart_subtotal.new_box_text {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    background: #f1f1f1 !important;
    border-radius: 8px !important;
  }

  .cart_subtotal.new_box_text p {
    margin: 0 !important;
  }

  .cart_subtotal.new_box_text .cart_amount {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 18px !important;
  }
}
/* --- Mobile Responsive Checkout Buttons --- */
@media (max-width: 800px) {
  /* Make checkout buttons full width & black */
  .checkout_btn a {
    width: 100% !important;
    font-size: 17px !important;
    padding: 12px !important;
    text-align: center !important;
    margin-top: 8px !important;
    border-radius: 8px !important;
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: background 0.2s ease-in-out !important;
  }

  /* Hover effect */
  .checkout_btn a:hover {
    background: #333 !important;
  }

  /* Hide "OR" completely */
  .checkout_btn span,
  .checkout_btn .or_new_css {
    display: none !important;
  }

  /* Ensure proper spacing */
  .checkout_btn {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  #chat-toggle-btn {

    bottom: 87px !important;
  }
  #scrollUp{
    display: none !important;
  }
  #checkoutForm >.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: var(--bs-gutter-x, 0.5rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }
    #cart_summary {
        padding: 0px !important;
    }
    .checkout_form{
        background-color: #ffffff !important;
        border-radius: 5px !important;
    }
    .order_table tr{
        background-color: #ffffff !important;
        padding: 8px !important;
    }
    .order_table{
        padding: 8px !important;
    }
    .badge ,.badge-inline ,.badge-primary{
        display: none !important;
    }
    .checkout_form h3 {
        border-radius: 2px !important;
    }


    .single_product
     {
        margin-bottom: 10px;
    }
    .margin_left {
        margin-left: 5px !important;
    }
    .product_hover_content
    {
        margin-top: 0px !important;
    }
    .product_thumb img {

        min-height: 200px !important;
    }
}

@media (max-width: 365px) {

    .cusctom-pay-with-card{
        font-size: 14px !important;
    }
    .cusctom-pay-with-paypal{
        font-size: 13px !important;
    }
    .cusctom-pay-with-card,.pl-3, .px-3 {
        padding-left: 0.5rem !important;
    }
}

