/* body {
  padding-bottom: env(safe-area-inset-bottom);
} */

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

.error {
    color: #ff0f0f;
}

/* .elementor-36 .elementor-element.elementor-element-45947ee > .elementor-container {
  height: 400px;
}
.elementor-36 .elementor-element.elementor-element-45947ee > .elementor-container img {
  height: 400px;
  width: 100%;
  object-fit: cover;
} */
/* Features Tab */
.image_features_wrap,
.image_features_wrap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image_features_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.image_features_wrap li {
    margin-bottom: 30px;
    width: 33%;
    padding: 0 15px;
}

/* .image_features_wrap li h4 {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 10px;
} */
.image_features_wrap li p {
    /* font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 400; */
}

.image_features_wrap .image-wrap img {
    width: auto;
    max-width: 100%;
    height: 210px;
    object-fit: cover;
}

.wpcf7-form-control[type="submit"],
.image_features_wrap li .button {
    padding: 3px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    line-height: 18px;
    background-color: #001b7a !important;
}

.wpcf7-form-control[type="submit"]:hover,
.wpcf7-form-control[type="submit"]:focus,
.image_features_wrap li .button:hover,
.image_features_wrap li .button:focus {
    text-decoration: none !important;
    background-color: #ffc94d !important;
    border-color: transparent;
    color: #000;
}

.technical_data_list {
    margin: 0;
    padding: 10px 15px;
}

.technical_data_list li {
    font-size: 12px;
    line-height: 16px;
}

.technical-attr {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    margin-top: 20px;
}

.wpcf7-form .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wpcf7-form .row .col-full {
    padding: 10px 20px;
    width: 100%;
}

.wpcf7-form .row .col {
    width: 50%;
    padding: 10px 20px;
}

.wpcf7-form-control[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    background-color: #ffc94d;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 40px 15px 40px;
}

.wpcf7-form-control-wrap label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpcf7-form-control-wrap input,
.col-full>p,
.col-full label,
.col-full label .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    height: 50px;
    border-radius: 0;
}

.wpcf7-form .col label span.label,
.wpcf7-form .col-full span.label {
    font-family: "Inter";
    font-size: 16px;
}

@media only screen and (max-width: 539px) {
    .image_features_wrap li {
        width: 100%;
    }
}

/* Features Tab */
/* .features_lists h4,
.features_lists_normal h4 {
  margin: 10px 0;
}
.features_lists_normal ul,
.features_lists_normal li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.features_lists_normal blockquote {
  margin: 0 0 20px 20px;
}
.features_lists_normal li {
  display: block;
}
.features_lists_normal > ul > li {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 18px;
}
.features_lists_normal > ul > li {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 18px;
}
.features_lists_normal ul li:nth-child(even) {
  font-size: 12px;
  color: #7a7a7a;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
} */
/* Specification Tab */
.product-detail-tabs-section .elementor-tab-content td.inline_sd_header {
    text-align: left;
    font-family: "Inter";
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    background: #001b7a;
    border: none;
}

.product-detail-tabs-section .elementor-tab-content .inline_sd_even_cell,
.product-detail-tabs-section .elementor-tab-content .inline_sd_odd_cell {
    font-size: 14px;
    line-height: 22px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000000;
}

.product-detail-tabs-section .elementor-tab-content .inline_sd_even_cell {
    background: #f1f3f4;
}

.product-detail-tabs-section .elementor-tab-content .inline_sd_even_cell:first-child,
.product-detail-tabs-section .elementor-tab-content .inline_sd_odd_cell:first-child {
    font-weight: 600;
}

.product-detail-tabs-section .elementor-tab-content .inline_sd_odd_cell {
    background: #dadce0;
}

/* Documents Tabs*/
.documents-tab {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.documents-tab .pdf-list {
    text-align: center;
    width: 20%;
    margin: 25px 0;
}

.documents-tab .pdf-list .pdf-link {
    display: block;
}

.documents-tab .pdf-list .pdf-link img {
    width: 130px;
    object-fit: cover;
}

.documents-tab .pdf-list .pdf-title {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    font-family: "Inter";
    margin: 5px 0 0px 0;
}

/** related products */
.related-products .title {
    margin: 10px 0;
}

.single-product.singular .related-products .entry-title {
    margin-bottom: 0;
}

.brand_lists .elementor-container {
    flex-wrap: wrap;
}

.brand_lists .elementor-column.elementor-inner-column {
    width: 24% !important;
}

.brand_lists .elementor-widget-container img {
    transition: all 0.2s ease-in-out;
}

.brand_lists .elementor-widget-container img:hover {
    transform: scale(1.1);
}

.elementor-column .elementor-widget-wrap .service-box .elementor-widget-container {
    transition: 200ms ease;
}

.category_container .category-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.category_container .category-row .category_col {
    width: 22.7%;
    margin: 0 1rem 2rem;
    max-height: 18rem;
}

.category_container .category_col img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_container .img-box {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
}

.category_container .category_col a .cat-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #001b7ab0 0%, #001b7a 100%);
    overflow: hidden;
    width: 100%;
    height: 45px;
    transition: 0.5s ease;
}

.category_container .category_col a:hover .cat-overlay {
    height: 100%;
}

.category_container .category_col,
.category_container .category_col a {
    position: relative;
}

.category_container .category_col a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.category_container .cat-head {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

.appliances_list .elementor-element .elementor-image-box-img img {
    max-width: 100% !important;
}

.appliances_list .elementor-column {
    background-color: #fff;
}

.appliances_list .elementor-container {
    column-gap: 2rem;
}

.appliances_list .elementor-image-box-content {
    padding: 1.5rem;
    margin: 1rem;
    padding-bottom: 60px;
    border: 1px solid #aaa;
    width: auto !important;
    box-sizing: border-box;
}

.appliances_list .elementor-image-box-content .appliance_btn {
    background-color: #ffc94d;
    color: #000000;
    border: none;
    border-radius: 0;
    height: 2.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    transition: 0.5s ease-in-out;
    display: block;
    width: fit-content;
    margin: 20px auto 0px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.appliances_list .elementor-image-box-content .appliance_btn:hover {
    background-color: #001b7a;
    color: #fff;
}

.appliances_list .elementor-image-box-content .appliance_btn:focus,
.appliances_list .elementor-image-box-content .appliance_btn:focus-within,
.appliances_list .elementor-image-box-content .appliance_btn:focus-visible,
.category_lists .elementor-column a:focus,
.category_lists .elementor-column a:focus-within,
.category_lists .elementor-column a:focus-visible {
    outline: unset !important;
    text-decoration: unset !important;
}

.customer_review .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    width: fit-content;
    margin: 0px auto 1rem;
}

.customer_review .elementor-widget-container {
    padding: 2rem;
    border: 1px solid #aaa;
}

.customer_review .e-rating-wrapper .e-icon-wrapper i {
    font-size: 24px;
    color: #ffc94d;
}

.customer_review .e-rating-wrapper .e-icon {
    margin-right: 5px;
}

.customer_review .customer_name {
    color: #001b7a;
    margin-top: 1rem;
}

.customer_reviews_list .elementor-container {
    column-gap: 2rem;
}

@media only screen and (max-width: 1279px) {
    .category_container .category-row {
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {
    .category_container .category-row .category_col {
        width: 32%;
    }

    .customer_reviews_list .elementor-container,
    .appliances_list .elementor-container {
        column-gap: 1rem;
    }

    .customer_reviews_list .elementor-container .elementor-column,
    .appliances_list .elementor-container .elementor-column {
        margin-bottom: 2rem;
        width: 32%;
    }
}

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

    .customer_reviews_list .elementor-container .elementor-column,
    .appliances_list .elementor-container .elementor-column {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .documents-tab .pdf-list {
        width: 25%;
    }

    .wpcf7-form .row {
        flex-wrap: wrap;
    }

    .wpcf7-form .row .col {
        width: 100%;
    }

    .category_container .category-row .category_col {
        width: 48%;
    }

    .brand_lists .elementor-column.elementor-inner-column {
        width: 25% !important;
    }

    .customer_reviews_list .elementor-container .elementor-column {
        margin-bottom: 1rem;
    }

    .shopnow_slider.elementor-element .elementor-slide-button {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .shopnow_slider.elementor-element .elementor-swiper-button {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 539px) {
    .documents-tab .pdf-list {
        width: 50%;
    }

    .category_container .category-row .category_col {
        width: 100%;
        max-height: 12rem;
    }

    .brand_lists .elementor-column.elementor-inner-column {
        width: 50% !important;
    }
}

.services_list .elementor-column .elementor-element {
    height: 100%;
    border: 1px solid #efefef;
}

.services_list .elementor-container {
    max-width: 1220px;
}

.services_list .elementor-column {
    cursor: pointer;
}

.services_list .elementor-column,
.services_list .elementor-column .elementor-widget-wrap,
.services_list .elementor-element .elementor-widget-container {
    transition: 200ms ease;
}

.contact_with_us {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.connection_form .wpcf7-form input:not([type="submit"]) {
    padding: 0 15px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    border: 1px solid #ffc94d;
}

.connection_form .wpcf7-form input:focus,
.connection_form .wpcf7-form input:focus-within {
    outline: unset;
}

.connection_form .wpcf7-form label {
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}

.connection_form .wpcf7-form label .wpcf7-form-control-wrap {
    display: block;
}

.connection_form .wpcf7-form input[type="submit"] {
    background-color: #ffc94d !important;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-family: "Inter", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
}

.connection_form .wpcf7-form input[type="submit"]:hover,
.connection_form .wpcf7-form input[type="submit"]:focus,
.connection_form .wpcf7-form input[type="submit"]:focus-within {
    background-color: #001b7a !important;
    outline: unset;
}

.connection_form label .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    color: #dc3232;
    top: 100%;
    margin-top: 4px;
}

.connection_form .wpcf7-spinner {
    position: absolute;
    top: 12px;
}

.connection_form .wpcf7 form .wpcf7-response-output {
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    border: none;
    padding: 0;
    color: #dc3232;
    margin: 23px 0 0;
    line-height: 12px;
}

.connection_form .wpcf7 form[data-status="sent"] .wpcf7-response-output {
    color: #001b7a;
    margin-top: 5px;
}

.has-background-white .site .appliances_list a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: #001b7a;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #000000;
}

.newpage_carousel .pro-title-new {
    min-height: 40px;
    margin-bottom: 5px;
}

body.has-background-white .site .elementor-button:not(.wp-block-button__link):not(.wp-block-file__button) {
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
}

body.has-background-white .site .elementor-button:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: inherit;
    color: #000;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    outline: none;
    text-decoration: none;
}

.m_delivery_options_wrap {
    display: block;
    width: 100%;
}

.m_delivery_options_wrap>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_delivery_options_wrap>ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.m_delivery_product_info {
    font-size: 12px;
    line-height: 12px;
}

.m_delivery_product_info ul {
    margin: 0;
    padding: 0;
}

/* .single-product form.cart {
  display: block !important;
} */
.single-product .single-product-auction form.cart .quantity {
    float: none !important;
}

.single-product .single-product-auction .minimum-bid-or-more-text {
    display: inline-block !important;
    color: white;
    margin-right: 10px;
}

.m_delivery_options_wrap ul li label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 7px;
    font-size: 12px;
    text-align: center;
    padding: 12px;
    border: 1px dashed lightgrey;
}

.m_delivery_shipping_wrap:not(.show),
.m_delivery_products_wrap:not(.show) {
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.m_delivery_shipping_wrap,
.m_delivery_products_wrap {
    transition: opacity ease-in 0.5s;
    margin-bottom: 10px;
}

.m_delivery_product_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
}

.single-product .m_delivery_product_item .price-wrap br {
    display: none;
}

.single-product .m_delivery_product_item .price-wrap>span {
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
}

.single-product .woosb-product .sale-price,
.single-product .m_delivery_product_item .sale-price {
    font-size: 15px !important;
}

.single-product .m_delivery_product_item .price-wrap>span.save-amount {
    display: inline-block;
    width: auto;
}

.single-product .product-type-woosb .elementor-element-1ba1b4f,
.single-product .product-type-woosb .elementor-element-ed1ef89,
.single-product .product-type-woosb .extra_product_info_list,
.single-product .product-type-woosb .single_spacification_data_wrap {
    /* display: none; */
}

.woosb-products .woosb-product .woosb-price {
    font-size: 12px;
    width: 150px;
    flex: 0 0 150px;
}

.single-product .m_delivery_shipping_wrap .pisol-ppscw-alert {
    background: none;
    font-size: 12px;
}

.single-product .m_delivery_shipping_wrap ul {
    display: block;
}

body .site .button.pisol-update-address-button,
body .site .button.pisol-shipping-calculator-button {
    padding: 5px 10px;
    font-size: 12px;
}

body .site .button.pisol-shipping-calculator-button:hover,
body .site .button.pisol-shipping-calculator-button:focus,
body .site .button.pisol-shipping-calculator-button:active {
    background-color: #000;
    color: #fff;
}

body.has-background-white .site .pisol-shipping-calculator-button:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: #000;
}

.m_delivery_shipping_wrap .pisol-shipping-calculator-form {
    font-size: 12px;
    border: none;
    margin-top: 15px;
}

.m_delivery_shipping_wrap .pisol-shipping-calculator-form {
    font-size: 12px;
}

.woocommerce-cart-form td.product-quantity {
    text-align: center !important;
}

@media screen and (min-width: 1600px) {
    .elementor-13037 .elementor-element.elementor-element-f140ff5 .swiper-slide {
        height: 500px;
    }
}

@media screen and (max-width: 540px) {
    .elementor-168 .elementor-element.elementor-element-138796c {
        width: 100%;
    }

    .elementor-168 .elementor-element.elementor-element-56ddeab {
        width: 100%;
    }

    .elementor-168 .elementor-element.elementor-element-518164c {
        width: 100%;
    }

    .elementor-168 .elementor-element.elementor-element-80733d0 {
        width: 100%;
    }
}

/* SCROLLBAR STYLES */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px lightgray;
}

::-webkit-scrollbar-thumb {
    background: lightgray;
}

::-webkit-scrollbar-thumb:hover {
    background: gray;
}

/* Products styles */
.cart_item_innner .hw_items_heading,
.cart_item_innner .product_delivery_option_section {
    background: #dff0fe78;
    color: #001b7a;
    padding: 8px;
    margin: 6px 0;
    text-align: center;
    cursor: auto;
    font-weight: 700;
}

.cart_item_innner .product_delivery_option_section {
    text-align: left;
    font-weight: normal;
}

.more_products {
    cursor: auto;
    padding: 12px;
    background: #dff0fe78;
    margin-bottom: 12px;
    max-height: 240px;
    overflow: auto;
}

.more_products .more_products_heading,
.minicart_sidebar_address_section .minicart_sidebar_address_section_heading,
.product_delivery_option_section .product_delivery_option_section_heading {
    color: #001b7a;
}

.more_products .hardwareItemsSectionImg {
    max-width: 24px;
    width: 24px;
}

.product-list {
    list-style: none;
    padding: 0;
}

.product-list .product-item {
    margin: 8px;
    display: flex;
    cursor: auto;
    padding: 4px;
    border-radius: 6px;
}

.product-list .product-thumbnail {
    margin: 10px 5px;
}

.product-list .product-thumbnail img {
    max-width: 100px;
    max-height: 100px;
    border: 1px dashed lightgrey;
    border-radius: 3px;
    width: 60px !important;
    height: 60px !important;
}

.product-list .product-details {
    font-size: 12px;
}

.product-list .product-name {
    font-weight: 500;
}

.product-list .product-qty-price {
    font-size: 12px;
    color: gray;
}

.product-list .addtocart_product .add_hardware_product_to_cart {
    background: #001b7a;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
    transition: all 0.3s;
}

.product-list .addtocart_product .add_hardware_product_to_cart:hover {
    background: #ffc94d;
    color: #000;
}

.product-list .addtocart_product .remove_hardware_product_from_cart {
    background: #ffc94d;
    color: #000;
    cursor: pointer;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
    transition: all 0.3s;
}

.product-list .addtocart_product .remove_hardware_product_from_cart:hover {
    background: #001b7a;
    color: #fff;
}

.product-list .product-item .addedToCartMsg {
    color: lightgrey;
    margin: 0 4px;
}

/* for Related products in single product page tabs  */
.related-products .swiper-container {
    overflow: auto;
}

/* .product-detail-tabs-section .elementor-tab-title {
  font-size: 16px;
  min-width: 148px;
  padding-left: 7px !important;
  padding-right: 7px !important;
} */
/* Installation section & Minicart Sidebar Address Section */
.installation_section {
    padding: 12px 24px;
    background: #dff0fe78;
    margin: 12px 0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: auto;
}

.installation_section .installation_selections label {
    /* display: block; */
    padding-left: 0;
}

/* Minicart Sidebar Address Section */
.minicart_sidebar_address_section {
    padding: 12px;
    background: #dff0fe78;
    margin: 12px 0;
    border-radius: 4px;
}

.minicart_sidebar_address_section .woocommerce-shipping-address,
.product_delivery_option_section .product_delivery_option_details {
    font-size: 16px;
    color: #000000;
}

.minicart_sidebar_address_section a {
    padding: 4px 0;
    color: #001b7a;
}

/* for Cart page stuff */
.cart_item_hardware_products {
    padding: 12px 4px;
}

.cart_item_hardware_products h5 {
    font-weight: 700;
    color: #001b7a;
}

.cart_item_hardware_products .product-item {
    margin: 8px;
    display: flex;
    align-items: start;
    padding: 4px 0;
    border-bottom: 1px solid lightgray;
}

.cart_item_hardware_products .addtocart_product {
    margin: 0 4px;
    display: inline-block;
}

.woocommerce .woocommerce-cart-form .shop_table .cart_item .product-name .cart_item_hardware_products .product-list .product-item .product-thumbnail img {
    max-width: 100px;
    max-height: 100px;
    border: 1px dashed lightgrey;
    border-radius: 3px;
    width: 60px !important;
    height: 60px !important;
}

/* for Cart page stuff */
.minicart_cartpage_proceed_checkout_btn,
.call_custo_service {
    text-align: center;
    margin: 12px 0;
}

.minicart_cartpage_proceed_checkout_btn span,
.call_custo_service a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 6px;
    background: #001b7a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.minicart_cartpage_proceed_checkout_btn span:hover,
.minicart_cartpage_proceed_checkout_btn span:focus,
.call_custo_service a:hover,
.call_custo_service a:focus {
    color: #000;
    background: #ffc94d;
}

.woocommerce-cart-form__cart-item .product-name a:hover,
.woocommerce-cart-form__cart-item .product-name a:focus {
    color: #001b7a !important;
}

.woocommerce-cart-form__cart-item .product-remove a {
    color: #fff !important;
    background: #001b7a !important;
}

.woocommerce-cart-form__cart-item .product-remove a:hover,
.woocommerce-cart-form__cart-item .product-remove a:focus {
    color: #000 !important;
    background: #ffc94d !important;
}

@media only screen and (max-width: 768px) {
    .cart_item_hardware_products .product-list {
        text-align: left;
    }

    .woocommerce-cart-form__cart-item .product-name a {
        font-size: 16px !important;
    }
}

/* for Checkout page stuff */
.minicart_chkoutpage_place_order_btn {
    text-align: center;
}

.minicart_chkoutpage_place_order_btn span {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 6px;
    margin: 4px 0;
    background: #001b7a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.minicart_chkoutpage_place_order_btn span:hover,
.minicart_chkoutpage_place_order_btn span:focus {
    color: #000;
    background: #ffc94d;
}

.entry-header {
    padding-bottom: 18px !important;
    margin-bottom: 18px !important;
}

.entry-header .entry-title {
    font-size: 36px !important;
}

@media only screen and (max-width: 768px) {
    .entry-header {
        text-align: center;
    }

    .woocommerce-checkout .woocommerce-billing-fields h3 {
        margin: 8px 0;
    }

    woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
        margin-top: 4px;
    }
}

.hardware_products_popup_modal {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.popup_modal {
    margin: 70px auto;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    width: 50%;
    transition: all 5s ease-in-out;
}

.popup_modal .modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.popup_modal .modal_header h5 {
    margin-top: 0;
    color: #333;
    font-size: 20px;
    font-family: Tahoma, Arial, sans-serif;
}

.popup_modal .modal_header .close_chkoutpage_place_order_btn {
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.popup_modal .close_chkoutpage_place_order_btn:hover {
    color: #001b7a;
}

.popup_modal .content {
    max-height: 30%;
    overflow: auto;
    margin-top: 6px;
}

.popup_modal .content .hw_products {
    margin: 12px 0;
}

.popup_modal .content .prod_name {
    font-size: 18px;
    display: block;
}

.popup_modal .content .hardw_prod_name {
    display: block;
    padding-left: 18px;
    font-size: 16px;
}

.popup_modal .content .popup_modal_distance_info {
    color: red;
    font-size: 12px;
    margin: 8px 0;
}

.popup_modal_btn {
    text-align: center;
    padding: 8px 6px;
}

.popup_modal_btn span {
    margin: 4px;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    background: #001b7a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.popup_modal_btn span:hover,
.popup_modal_btn span:focus {
    color: #000;
    background: #ffc94d;
}

/* LOADER */
#loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,
            255,
            255,
            0.5);
    /* Transparent background with 0.5 opacity */
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

#loader-container.show {
    display: flex;
}

#loader-container .loader {
    width: 160px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: calc(50% - 80px);
}

.product_details_tag {
    padding: 0 8px;
    cursor: pointer;
    border: 1px solid lightgray;
    border-radius: 4px;
}

.product_summary_tag {
    font-size: 12px;
    padding: 0.5em;
}

body.woocommerce .products-grid-list ul.products.elementor-grid li.product {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
}

.woocommerce .elementor-products-grid ul.products.elementor-grid {
    display: grid;
    margin: 0;
    grid-column-gap: 10px;
    grid-row-gap: 40px;
}

.woocommerce ul.products li.product .price {
    font-family: "Roboto", Sans-serif;
}

/* body.woocommerce .products-grid-list ul.products.elementor-grid li.product {
  display: none !important;
} */
body.woocommerce .products-grid-list ul.products.elementor-grid li.product.show {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
}

.elementor-products-grid ul.products.elementor-grid li.product .onsale {
    display: block !important;
}

.onsale {
    top: 0;
    right: 0;
    border-radius: 0 8px 0 0;
    padding: 0 5px 0 5px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonContainer {
    padding-top: 15px;
    text-align: center;
}

.m-loading-spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    /* Change color as needed */
    border-radius: 50%;
    width: 20px;
    /* Size of the spinner */
    height: 20px;
    /* Size of the spinner */
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
    /* Align with text */
    margin-right: 5px;
    /* Space between spinner and text */
}

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

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

.loadmorepost {
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #001b7a;
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img.woocommerce-placeholder {
    max-height: 165px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: cover;
    margin: 5px auto;
    display: block;
}

.shopfilteraccordion .elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}

.shopfilteraccordion .elementor-accordion {
    border-top: 1px solid #d4dff2c7;
}

/* hardware items suggestions popup modal */
.myModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.myModal .myModal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 8px 18px;
    border: 1px solid lightgray;
    border-radius: 4px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    /* Enable vertical scrollbar */
}

.myModal .myModal_content .myModal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
}

.myModal .myModal_content .myModal_header h5 {
    font-weight: bold;
}

.myModal .close_myModal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.myModal .close_myModal:hover,
.myModal .close_myModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.myModal .myModal_body .myModal_hw_products {
    margin: 12px 0;
}

.myModal .myModal_body .prod_name {
    font-size: 18px;
    display: block;
}

.myModal .myModal_body .hardw_prod_name {
    display: block;
    padding-left: 18px;
    font-size: 16px;
}

.myModal .myModal_body .myModal_distance_info {
    color: red;
    font-size: 12px;
    margin: 8px 0;
}

.myModal .myModal_btns {
    text-align: center;
    padding: 8px 6px;
}

.myModal .myModal_btns span {
    margin: 4px;
    padding: 8px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    background: #001b7a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.myModal .myModal_btns span:hover,
.myModal .myModal_btns span:focus {
    color: #000;
    background: #ffc94d;
}

@media only screen and (max-width: 768px) {
    .myModal .myModal_content {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .myModal .myModal_body p {
        font-size: 18px;
    }

    .myModal .myModal_body .prod_name {
        font-size: 16px;
    }

    .myModal .myModal_body .hardw_prod_name {
        font-size: 12px;
    }
}

/* Fix - products listing issue in checkout page */
.woocommerce-checkout-review-order-table .cart_item .product-total {
    display: block;
}

/* demo page */
.content-area .elementor .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container a img {
    width: 100px;
    background-size: cover;
}

/* openbox page */
.section-heading::before,
.lets-talk-benefits::before {
    content: "";
    position: absolute;
    left: -46px;
    top: -18px;
    display: block;
    width: 48px;
    height: 58px;
    background: url(../images/mardeys_logo.png) no-repeat;
    background-size: cover;
}

.benefits-section-item-heading,
.benefits-section-item-right-heading {
    position: relative;
}

.benefits-section-item-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14%;
    height: 4px;
    background-color: #fbb042;
}

.benefits-section-item-right-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18%;
    height: 4px;
    background-color: #fbb042;
}

.elementor-section .elementor-container .elementor-widget-wrap .elementor-element .elementor-widget-container .benefits-item-heading-half {
    color: #fbb042;
}

.record-straight img {
    max-width: 80px !important;
}

.mardeys-record-border:before {
    content: "";
    border: solid #cccccc;
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 15px;
    left: 100px;
    width: 65%;
    border-width: 0px 0px 0px 1px;
}

.mardeys-border:before {
    content: "";
    border: solid #cccccc;
    position: absolute;
    top: -20px;
    right: 0px;
    bottom: 15px;
    left: 100px;
    border-bottom-left-radius: 25px;
    width: 65%;
    border-width: 0px 0px 1px 1px;
}

.mardeys-benefits-border:before {
    bottom: 27px;
    top: 179px;
    z-index: -1;
}

.mardeys-border .mardeys-link:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 30px;
    bottom: 10px;
    width: 7%;
    border-bottom: 1px solid #cccccc;
}

.mardeys-benefits-link:after {
    right: -10px !important;
}

.main-border .mardeys-main-border {
    border-right: 1px solid #cccccc !important;
    border-left: 1px solid #cccccc !important;
}

.let-curve-border:after {
    content: "";
    border: solid #cccccc;
    position: absolute;
    top: -71px;
    bottom: 50px;
    left: -118px;
    border-top-right-radius: 25px !important;
    border-width: 1px 1px 0px 0px;
    width: 11%;
}

.content-area #main {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media screen and (max-width: 1023px) {
    .openboxbannerimage img {
        width: 500px !important;
        margin: 0 auto;
        max-width: 100% !important;
    }

    .let-curve-border:after {
        width: 16.4%;
    }

    .section-heading::before,
    .lets-talk-benefits::before {
        left: -45px;
    }

    .mardeys-benefits-border:before,
    .mardeys-border:before,
    .mardeys-record-border:before {
        left: 60px;
    }
}

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

    .mardeys-border:before,
    .mardeys-record-border:before {
        left: 35px;
    }

    .lets-talk-benefits::before {
        left: -25px;
    }

    .section-heading::before {
        left: -25px;
        width: 40px;
        height: 48px;
    }

    .benefits-section-item-right-heading::after {
        left: 0;
        right: auto;
    }
}

/* sales page */
.sales:before {
    top: 170px;
    bottom: -27px;
    left: 89px;
    width: 92px;
    border-width: 0px 0px 1px 1px;
    border-bottom-left-radius: 25px;
}

.let-curve-sale:after {
    bottom: 51px;
    left: -112px;
    width: 10%;
    top: -45px;
}

.mardeys-sales-link:after {
    content: "";
    position: absolute;
    right: 80px;
    bottom: 16px;
    width: 2%;
    border-bottom: 1px solid #ccc;
}

.inner.innerthree {
    align-self: end;
    padding-top: 360px !important;
    text-align: right;
    color: #cccccc;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.callus_section {
    border-top-right-radius: 25px !important;
    justify-content: space-evenly;
}

.mardeys-model-link:after {
    content: "";
    position: absolute;
    right: 45px;
    bottom: 3px;
    width: 5%;
    border-bottom: 1px solid #ccc;
}

.pricing:before {
    top: 170px;
    bottom: 25px;
    left: 88px;
    width: 60%;
    border-width: 0px 0px 1px 1px;
    border-bottom-left-radius: 25px;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .pricing:before {
        left: 34px;
    }

    .lets-talk-benefits::before {
        width: 38px;
        height: 44px;
        left: -94px;
        top: -10px;
    }
}

.let-curve-pricing:after {
    bottom: 51px;
    left: -112px;
    width: 10%;
    top: -45px;
}

.product:after {
    bottom: 15px;
    right: 60px;
    width: 3%;
}

.product_range_subheadings::before {
    left: -50px;
}

.let-curve-product:after {
    bottom: 47px;
    left: -140px;
    width: 21%;
    top: -50px;
}

.let-curve-product.lets-talk-benefits::before {
    left: -76px;
    filter: brightness(30);
}

.product-border:before {
    top: 239px;
    bottom: 15px;
    left: 88px;
    width: 75%;
    border-width: 0px 0px 1px 1px;
    border-bottom-left-radius: 25px;
    z-index: 6;
}

.product_range_subheadings::before {
    left: -80px !important;
}

.mardey-blend.let-curve-border:after {
    bottom: 104px;
    left: -140px;
    width: 9%;
    top: -35px;
}

.mardey-blend.lets-talk-benefits::before {
    left: -76px;
    filter: brightness(30);
    top: -5px;
}

.blend-border.product-border:before {
    top: 252px;
}

.mardey_logo img {
    max-width: 300px !important;
}

.blend:before {
    width: 75%;
    bottom: 55px;
    top: 160px;
}

.let-curve-blend.let-curve-pricing:after {
    width: 9%;
}

.blend-link:after {
    right: 65px;
    width: 2%;
}

.crafting.let-curve-pricing:after {
    bottom: 97px;
    left: -111px;
    width: 12%;
}

@media only screen and (max-width: 768px) {
    .crafting.let-curve-pricing:after {
        left: -131px;
    }
}

.product_range_crafting_subheadings::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 20px;
    width: 45px;
    display: block;
    height: 46px;
    background: url(https://stagmardeysmedia.s3.amazonaws.com/wp-content/uploads/2024/03/hexagon.png) no-repeat;
    background-size: cover;
}

.comprehensive_section_header_info_final {
    padding: 150px 0 0 50px !important;
}

.sale-range:before {
    left: -103px !important;
    z-index: 6;
}

.innertwo a {
    color: #2b3392 !important;
}

.innertwo a:hover,
.phone-list a span:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.innertwo a:focus {
    outline: none !important;
}

/* partner program */
.program-shaped.let-curve-border:after,
.program-shaped.let-curve-pricing:after {
    bottom: 58px;
}

@media only screen and (max-width: 768px) {
    .mardey-blend.lets-talk-benefits::before {
        left: -71px;
    }

    .program-shaped.let-curve-border:after {
        width: 14%;
        left: -140px;
        bottom: 82px;
    }

    .blend-border.product-border:before {
        top: 238px;
    }
}

@media only screen and (max-width: 425px) {
    .program-shaped.let-curve-border:after {
        width: 36%;
        bottom: 72px;
        left: -160px;
    }

    .mardey-blend.lets-talk-benefits::before {
        left: -61px;
    }

    .blend-border.product-border:before {
        top: 238px;
        left: 44px;
    }
}

.program-border:before {
    bottom: 100px;
    width: 80%;
}

.card-box-border:before {
    border-width: 0px 0px 1px 0px;
}

.partners:before {
    bottom: 4px;
}

.better::first-letter {
    initial-letter: 3;
}

.happy_customer:after {
    content: "";
    position: absolute;
    right: 100px;
    top: -18px;
    width: 70px;
    display: block;
    height: 80px;
    background: url(../images/mardeys_logo.png) no-repeat;
    background-size: cover;
    filter: brightness(30);
}

.customer_section:after {
    content: "";
    border-bottom: 4px solid #fbb042;
    width: 80px;
    position: absolute;
    top: 100px;
    left: 140px;
}

.customer-border:before {
    border-width: 1px 1px 0px 0px;
    border-top-right-radius: 25px;
    bottom: 380px !important;
    top: 50px !important;
    left: 94px !important;
    width: 80% !important;
}

.customer_curve_border:before {
    content: "";
    border: solid #cccccc;
    position: absolute;
    top: 62px;
    bottom: -120px;
    border-bottom-left-radius: 25px !important;
    border-width: 0px 0px 1px 1px;
    width: 12%;
    right: -2px;
}

@media only screen and (max-width: 768px) {
    .customer-border:before {
        bottom: 408px !important;
    }

    .happy_customer:after {
        right: 25px;
    }

    .customer_curve_border:before {
        right: -32px;
    }

    .customer_section:after {
        left: 100px;
    }
}

@media only screen and (max-width: 425px) {
    .customer-border:before {
        left: 42px !important;
        bottom: 418px !important;
    }

    .happy_customer:after {
        width: 50px;
        height: 58px;
        right: 18px;
    }

    .customer_curve_border:before {
        right: -7px;
        top: 40px;
        bottom: -90px;
    }

    .customer_section:after {
        left: 40px;
    }
}

.customer-link:after {
    width: 5%;
}

.partner-img img {
    max-width: 150px !important;
}

.tech:before {
    content: "";
    border: solid #ccc;
    position: absolute;
    top: -80px;
    bottom: 40px;
    border-top-left-radius: 25px !important;
    border-width: 1px 0px 0px 1px;
    width: 12%;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .service::after {
        left: 0;
    }
}

.footer-logo::before {
    width: 70px;
    left: 50px;
    filter: brightness(30);
    height: 80px;
    top: 0px;
}

.footer-logo::after {
    bottom: -80px;
    left: -5px;
    width: 8%;
    top: 80px;
    content: "";
    border: solid #cccccc;
    position: absolute;
    border-bottom-right-radius: 25px !important;
    border-width: 0px 1px 1px 0px;
}

.footer-curve-border::before {
    content: "";
    border: solid #cccccc;
    position: absolute;
    left: 84px;
    border-width: 1px 0px 0px 1px;
    border-top-left-radius: 25px;
    z-index: 2;
    width: 40%;
    bottom: 253px;
    top: 207px;
}

.footer-link::before {
    content: "";
    position: absolute;
    right: 185px;
    bottom: 3px;
    width: 2%;
    border-bottom: 1px solid #ccc;
}

.center-border-box::before {
    content: "";
    border: solid #cccccc;
    position: absolute;
    right: 525px;
    border-width: 1px 0px 0px 1px;
    border-top-left-radius: 25px;
    z-index: 2;
    width: 4%;
    bottom: 500px;
    top: -51px;
}

.center-border-box::after {
    content: "";
    border: solid #ccc;
    position: absolute;
    right: 570px;
    border-width: 0px 1px 1px 0px;
    border-bottom-right-radius: 25px;
    width: 4%;
    bottom: -8px;
    top: 655px;
}

.product-loop-item .pro-title .elementor-heading-title {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.product-loop-item .custom_addtocart_btn_wrap {
    margin: 0;
}

.product-loop-item .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.contactnumber_link {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
}

.contactnumber_link:hover,
.contactnumber_link:focus {
    color: #ffffff;
}

.extra_product_info_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.extra_product_info_list li {
    list-style: none;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.extra_product_info_list li::before {
    content: '✓';
    color: green;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.update_zipcode_text {
    font-size: 12px;
    line-height: 12px;
}

.available_delivery_options {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.available_delivery_options label .card {
    cursor: pointer;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 4px;
    position: relative;
}

.available_delivery_options label input[type="radio"]:not(:disabled)+.card:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-color: #fbb042;

}

.available_delivery_options label input[type="radio"] {
    display: none;
}

.available_delivery_options input[type="radio"]:checked+.card {

    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-width: 2px;
    border-color: #fbb042;
    background-color: #0036ff38;
}

.available_delivery_options input[type="radio"]:checked+.card:after {
    content: '\2713';
    display: inline-block;
    color: #fff;
    padding: 0 2px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}

.available_delivery_options input[type="radio"]:checked+.card:before {
    content: '';
    display: inline-block;
    border-width: 12px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    border-style: solid;
    border-color: #fbb042 #fbb042 transparent transparent;
}

.available_delivery_options input[type="radio"]:disabled+.card {
    border-style: dashed;
    opacity: 0.5;
}

.woocommerce.single-product .single_add_to_cart_button {
    margin-left: 0 !important;
}

small.shipped_via {
    display: block;
}

/* product filter */
.filter-section {
    margin-bottom: 20px;
}

.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}

.filter-content {
    margin-top: 10px;
}

.filter-content label {
    display: block;
    margin-bottom: 5px;
}

.toggle-collapse {
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
}

#brands-content,
.filter-content.scrolled {
    max-height: 150px;
    font-size: 12px;
    line-height: 16px;
    overflow-y: auto;
    /* For scroll effect like the image */
}

.filter-section .filter-title {
    font-size: 16px;
    line-height: 18px;
}

.filter-section .filter-title .toggle-collapse {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}

.filter-content label input[type="checkbox"] {
    margin-right: 10px;
}

.cpf-filter-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filter-section {
    margin-bottom: 20px;
}

.filter-section label {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
}

#price_slider,
#width_slider,
#height_slider,
#depth_slider {
    margin: 20px 0;
}

#price_value,
#width_value,
#height_value,
#depth_value {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

button#cpf-filter-submit {
    background-color: #ffca28;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

button#cpf-filter-submit:hover {
    background-color: #ffb300;
}

.filter-section .filter-content .range_select.ui-slider .ui-slider-handle {
    outline: 0;
    border-radius: 50%;
    border-width: 3px;
    top: -.4em;
}

.filter-section .filter-content .range_select.ui-slider.ui-slider-horizontal {
    top: 1em;
    left: 5%;
    height: .1em;
    width: 90%;
    border: none;
    background: #ccc;
    margin-bottom: 40px;
}

.filter-section .filter-content .range_select.ui-slider.ui-slider-horizontal .ui-widget-header {
    padding: 3px !important;
}

.wcct_countdown_timer {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #001b7a;
    padding: 5px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.wcct_countdown_timer a,
.wcct_table_cell {
    color: #fff;
}

.wcct_countdown_timer[data-type="single"],
.wcct_counter_bar[data-type="single"],
.wcct_countdown_timer[data-type="single"] p,
.wcct_counter_bar[data-type="single"] p,
.wcct_timer_wrap {
    margin-bottom: 0;
}

.wcct_square_wrap,
.wcct_wrap_border,
.wcct_table {
    background: transparent !important;
    border: none !important;
}

.elementor-products-grid ul.products.elementor-grid:after,
.elementor-products-grid ul.products.elementor-grid:before {
    content: none;
    display: none;
}

.view-auction-button,
.ms-today-auctions-lists .custom_addtocart_btn_wrap {
    display: none;
}

.ms-today-auctions-lists .view-auction-button {
    display: inline-block;
    margin-bottom: 35px !important;
}

.ms-today-auctions-lists .left-freight-shipment-charge {
    display: none !important;
}

#shipping_country_field,
#shipping_address_1_field {
    width: 100% !important;
}

#shipping_address_2_field {
    display: none !important;
}


.sm-checkout-shipping-fields-wrapper #shipping_address_1:not(.display-edit-field),
.sm-checkout-shipping-fields-wrapper #shipping_city:not(.display-edit-field),
.sm-checkout-shipping-fields-wrapper #shipping_postcode:not(.display-edit-field),
.sm-checkout-shipping-fields-wrapper #shipping_country_field:not(.display-edit-field),
.sm-checkout-shipping-fields-wrapper #shipping_state_field:not(.display-edit-field) {
    pointer-events: none;
    /* Prevents interaction */
    background-color: #f5f5f5;
    /* Optional: Grey out the field */
    opacity: 0.7;
}

.woocommerce .woocommerce-checkout .form-row label {
    margin: 0 !important;
}

.woocommerce .woocommerce-checkout p#billing_address_1_field {
    margin-bottom: 0;
}

/* */

.mardeys-thumbnails-wrap {
    display: inline-block !important;
    /* height: 100px; */
    width: 100%;
    flex-wrap: wrap;
    /* gap: 10px; */
    position: unset !important;
    background: none !important;
}

.mardeys-product-gallery {
    display: inline-block !important;
    position: unset !important;
    width: 100% !important;
    height: auto;
    background: none !important;
    margin-top: 20px !important;
}

.single-product div#elementor-lightbox-slideshow-single-img {
    display: none !important;
}

.mardeys-featured-image-wrap {
    /* max-height: 500px !important; */
    width: 100%;
    max-width: 100%;
    /* position: unset !important; */
    background: none !important;
    padding-bottom: 40px !important;
}


.mardeys-featured-image-wrap a {
    /* display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center; */
}
.mardeys-gallery-img-wrap {
    display: flex;
}
.mardeys-featured-image-wrap a img {
    width: unset !important;
    max-width: 100%;
    max-height: 100%;
}

.random-viewing {
    z-index: 9;
}

.mardeys-thumbnails-wrap .slick-track a {
    display: inline-block;
    /* width: 200px !important;
  height: 70px !important; */
    /* width: 48.19px !important;
    height: 48.19px !important; */
}

.mardeys-thumbnails-wrap .slick-track {
    display: flex;
    gap: 5px;
}

.mardeys-thumbnails-wrap a img {
    /* width: 48.19px;
    height: 48.19px; */
    object-fit: cover;
    border-radius: 4px;
    height: 60px;
    width: 100%;
}

.mardeys-featured-image-wrap {
    padding: 20px 60px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E4E4E4;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    position: relative;
}

.mardeys-thumbnails-wrap {
    margin-top: 20px;
}

/* My account page CSS */
.woocommerce-form-register .u-column1 h2 {
    display: none !important;
}

.woocommerce-form-register>p:nth-of-type(2) {
    display: none;
}

.woocommerce-form-register #billing_first_name_field {
    display: block;
}

.woocommerce-form .form-row,
.woocommerce-form .form-row-wide,
.woocommerce-form .form-row-first,
.woocommerce-form .form-row-last,
.woocommerce-form .col-1,
.woocommerce-form .col-2 {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    clear: both;
}

.woocommerce-form input[type="text"],
.woocommerce-form input[type="email"],
.woocommerce-form input[type="password"],
.woocommerce-form input[type="tel"],
.woocommerce-form input[type="number"],
.woocommerce-form input[type="search"],
.woocommerce-form input[type="url"],
.woocommerce-form textarea,
.woocommerce-form select {
    width: 100% !important;
    box-sizing: border-box;
}

.select2-container {
    width: 100% !important;
}

.woocommerce-form .form-row {
    margin-bottom: 15px;
}

.woocommerce-form .select2-container .select2-selection {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 4px 11px !important;
}

.available_delivery_options {
    width: 40% !important;
}

@media only screen and (max-width: 967px) {
    .available_delivery_options {
        width: 50% !important;
    }
}

@media only screen and (max-width: 674px) {
    .available_delivery_options {
        width: 80% !important;
    }
}

@media only screen and (max-width: 437px) {
    .available_delivery_options {
        width: 100% !important;
    }
}

@media only screen and (max-width: 358px) {
    .available_delivery_options {
        width: 60% !important;
    }
}

@media only screen and (max-width: 767px) {
    div.woocommerce .u-columns .u-column2.col-1 {
        margin-top: 30px;
    }

    div.woocommerce .u-columns .u-column2.col-2 {
        margin-top: 50px;
    }
}


/* .md-zipcode-set {
  display: none;
} */

.md-cart-disabled {
    opacity: 0.8;
    pointer-events: none;
}


.woocommerce ul.products li.product .top-right-freight-shipment-charge {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: normal;
}

/* product box grade, new box, open box tag CSS */
.woocommerce ul.products li.product span.md-onsale-label.new-badge.onsale {
    top: unset;
    border-radius: 0;
    position: relative;
    line-height: 20px;
}

.woocommerce ul.products li.product span.md-onsale-label.new-badge.onsale:first-child {
    border-radius: 0px 0px 0px 10px;
    /* border: 1px solid #001B7A; */
    padding-left: 4px !important;
}

.woocommerce ul.products li.product span.md-onsale-label.new-badge.onsale:last-child {
    padding-right: 4px !important;
}

body.woocommerce .products-grid-list ul.products.elementor-grid li.product .custom_addtocart_btn_wrap {
    margin: 4px 4px 45px;
}

.md-onsale-box {
    width: 100%;
    height: 23px;
    bottom: 0;
    position: absolute;
    display: flex;
}

/* Start Shop Page category open and new */
.woocommerce ul.products li.product .new-badge.onsale {
    right: 0 !important;
    left: auto;
    font-size: 12px;
    padding: 0 3px !important;
    background: #001B7A;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .woocommerce ul.products li.product .new-badge.onsale {
        font-size: 8px !important;
        padding: 0 5px !important;
    }
}

span.new-badge.onsale:before {
    position: absolute;
}

.woocommerce ul.products li.product .clearance-sale {
    font-size: 12px !important;
    font-weight: 700;
    color: #fff;
    height: 23px;
    border-radius: 0px 0px 8px 0px;
    background: #008000 !important;
    color: #fff !important;
    font-family: var(--heading--font-family);
    font-weight: 700;
    letter-spacing: -.02em;
    z-index: 1;
    text-align: center;
    padding: 0px 4px;
    margin: 0;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.sale-price-off {
    font-size: 12px;
    color: #fff;
    position: absolute;
    z-index: 2;
    background-color: #276614;
    /* clip-path: polygon(0% 0%, 100% 0, 98% 92%, 49% 100%, 0 92%); */
    min-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    /* width: 40px; */
    padding: 5px;
    line-height: 1px;
    font-weight: 600;
    border-top-left-radius: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .sale-price-off {
        min-height: 20.5px !important;
        top: -6px;
    }

    body:not(.rtl) .elementor-11922 .elementor-element.elementor-element-92117a5 {
        top: -6px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product .product_source_onsale p {
        line-height: 20px;
    }

    .woocommerce ul.products li.product .clearance-sale {
        height: 20px;
        line-height: 20px;
    }

    .woocommerce ul.products li.product .sale-price-off {
        top: 0px !important;
        font-size: 8px;
        min-height: 20px;
    }

    .woocommerce ul.products li.product span.md-onsale-label.new-badge.onsale:first-child {
        padding-left: 3px !important;
    }

    .woocommerce ul.products li.product span.md-onsale-label.new-badge.onsale:last-child {
        padding-right: 3px !important;
    }

    .woocommerce ul.products li.product .product_source_onsale {
        height: 20px !important;
        font-size: 8px !important;
        padding: 0px 5px;
    }

    .woocommerce ul.products li.product .clearance-sale {
        height: 19px;
        font-size: 10px !important;
    }

    a.openbox_learnmore_button,
    a.learnmore_button {
        font-size: 15px !important;
        height: auto !important;
    }

    .warrantyMessageStyle {
        font-size: 11px !important;
    }

    .md-onsale-box {
        height: 20px;
    }

    .single-product .elementor-element-d55d748.elementor-sticky--active {
        z-index: 9 !important;
    }

    .onsale {
        height: 20.5px !important;
        font-size: 10px !important;
    }

    #wapf-popup-modal {
        padding: 0 !important;
    }

    #wapf-popup-content-wrap {
        height: 100% !important;
        border-radius: 10px;
    }

    #wapf-popup-content p {
        font-size: 16px;
    }

    .wapf-close-popup {
        right: 10px !important;
        top: 10px !important;
        background: #001B7A !important;
        padding: 0px 5px !important;
    }

    .single-product .elementor-element-7e5f17a4 {
        margin-top: 20px !important;
    }

    .extra_product_info_list .new-product-info {
        max-width: 100% !important;
        font-size: 9px !important;
    }

    .extra_product_info_list li::before {
        font-size: 17px;
    }

    .single-product .popular-products .save-amount {
        position: relative !important;
        left: 0 !important;
    }

    .single-product .save-amount {
        position: absolute;
        top: 5px;
        left: 125px;
        margin-top: 0 !important;
    }

    .single_add_to_cart_wrapper .wcct_countdown_timer {
        font-size: 12px !important;
        margin-bottom: 10px;
    }

    .single-product form .wapf-field-radio .show_more_info_wapf {
        font-size: 12px;
        color: #001B7A;
        text-decoration: underline;
    }

    .single-product .product-meta .product-meta-table {
        min-width: 295px;
    }

    .elementor-element-643ff25f>.elementor-element-populated {
        border: 0 !important;
    }

    .single-product .popular-products .product_source_onsale {
        bottom: 0 !important;
        left: 0 !important;
    }
}

@media (min-width: 1022px) and (max-width: 1195px) {
    .md-onsale-box {
        height: 19px;
    }

    .woocommerce ul.products li.product .new-badge.onsale {
        font-size: 10px !important;
    }

    .woocommerce ul.products li.product .clearance-sale {
        height: 19px;
        font-size: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1022px) {
    .md-onsale-box {
        height: 17px;
    }

    .woocommerce ul.products li.product .new-badge.onsale {
        font-size: 9px !important;
    }

    .woocommerce ul.products li.product .clearance-sale {
        height: 17px;
        font-size: 9px !important;
    }
}

@media only screen and (max-width: 390px) {
    .md-onsale-box {
        height: 20px;
    }

    .woocommerce ul.products li.product .new-badge.onsale {
        font-size: 6px !important;
    }

    .woocommerce ul.products li.product .clearance-sale {
        height: 19px;
        font-size: 8px !important;
        line-height: 20px;
    }

    .woocommerce ul.products li.product .product_source_onsale {
        font-size: 7px !important;
    }

    .woocommerce ul.products li.product .product_source_onsale p {
        line-height: 20px;
    }
}

.elementor-11922 .elementor-element.elementor-element-92117a5 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

/* End Shop Page Category open and new */

/* Product Detail Page CSS */
.delivery_options_wrapper .m_delivery_options_wrap {
    width: 40% !important;
}

.available_delivery_options {
    width: 60% !important;
}

@media (min-width: 1160px) and (max-width: 1296px) {
    .available_delivery_options label .card {
        width: 75px !important;
        height: 75px !important;
    }
}

@media (min-width: 1021px) and (max-width: 1160px) {
    .available_delivery_options label .card {
        width: 65px !important;
        height: 75px !important;
    }
}

@media (min-width: 768px) and (max-width: 1021px) {
    .available_delivery_options {
        width: 60% !important;
    }

    .delivery_options_wrapper .m_delivery_options_wrap {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    .delivery_options_wrapper .m_delivery_options_wrap {
        width: 100% !important;
    }

    .available_delivery_options {
        width: 100% !important;
    }
}

/* Product Detail Page CSS end */



@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    .filter-content input[type=checkbox],
    .filter-content input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 16px;
        height: 16px;
        border: 1px solid #d8d8d8;
        background: var(--global--color-white);
    }

    .filter-content input[type=checkbox]:disabled,
    .filter-content input[type=radio]:disabled {
        opacity: 0.7;
    }

    .is-dark-theme input[type=checkbox],
    .is-dark-theme input[type=radio] {
        background: var(--global--color-white-90);
    }

    .filter-content input[type=checkbox]:focus {
        outline-offset: 2px;
        outline: 2px dotted var(--form--border-color);
    }

    .filter-content input[type=checkbox]:after {
        content: "";
        opacity: 0;
        display: block;
        left: 5px;
        top: 2px;
        position: absolute;
        width: 7px;
        height: 13px;
        border: 3px solid var(--form--color-text);
        border-top: 0;
        border-left: 0;
        transform: rotate(30deg);
    }

    .filter-content input[type=checkbox]:checked {
        color: var(--form--color-text);
    }

    .filter-content input[type=checkbox]:checked:after {
        opacity: 1;
    }

    .filter-content input[type=radio] {
        border-radius: 50%;
    }

    .filter-content input[type=radio]:focus {
        outline-offset: 2px;
        outline: 2px dotted var(--form--border-color);
    }

    .filter-content input[type=radio]:after {
        content: "";
        opacity: 0;
        display: block;
        left: 3px;
        top: 3px;
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--form--color-text);
    }

    .filter-content input[type=radio]:checked {
        border: 4px solid var(--form--border-color);
    }

    .filter-content input[type=radio]:checked:after {
        opacity: 1;
    }

    .filter-content input[type=radio]:checked:focus {
        outline-offset: 4px;
        outline: 2px dotted var(--form--border-color);
    }

    /* Hide default checkbox style */

}

/* .filter-content input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #001B7A !important;
  margin: 0;
  font: inherit;
  color: #fff !important;
  width: 18px;
  height: 18px;
  border: 2px solid #fff !important;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
} */

/* Checkmark style */
/* @supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .filter-content input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    opacity: 1;
  }
  .filter-content input[type=checkbox]:focus {
    outline: none !important;
  }
} */

/* Bundle Product CSS Start */
.single-product .elementor-element-643ff25f .product_source_onsale {
    left: 5px !important;
}

.product-type-woosb .product-meta {
    display: none;
}

.product-type-woosb p.price span.totalsale-price {
    display: block;
    margin: 0;
    padding: 0;
}

.product-type-woosb p.price br:first-of-type,
.product-type-woosb .product-detail-tabs-section,
.product-type-woosb .single_spacification_data_wrap {
    display: none;
}

.product-type-woosb p.price {
    gap: 7px;
}

.woosb-products .woosb-product .woosb-thumb {
    width: 90px;
    flex: 0 0 90px;
}

.woosb-products .woosb-product .woosb-thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 450px;
}

.woosb-products .woosb-product .woosb-title {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: start;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
}


.prod-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: row;
    font-size: 16px;
}

.prod-price br {
    display: none;
}

.prod-price span.regular-price,
.prod-price span.sale-price,
.prod-price span.save-amount {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
}

.prod-price span.regular-price,
.prod-price span.sale-price {
    color: #000;
}

.prod-price .woocommerce-Price-amount,
.prod-price .woocommerce-Price-currencySymbol {
    font-size: 15px;
}

.prod-price span.save-amount,
.prod-price span.save-amount .woocommerce-Price-amount,
.prod-price span.save-amount .woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.prod-price .save-amount {
    white-space: nowrap;
    /* padding: 4px 6px; */
}

.woosb-is-bundle-child .remove_cart_item_wrap img,
td.woosb-is-bundle-child img {
    display: none;
}

/* @media (max-width: 1466) {
  .prod-price span.regular-price,
  .prod-price span.sale-price,
  .prod-price span.save-amount {
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: 500;
      margin-top: 0;
  }
} */


@media (max-width: 1050px) {
    .prod-price {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .prod-price {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
        font-size: 16px;
    }

    .prod-price .save-amount {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
    }
}

@media (max-width: 676px) {
    .prod-price {
        flex-direction: column;
        align-items: flex-start;
    }
}

.woosb-products .woosb-product .woosb-price {
    width: 80px;
    flex: 0 0 80px;
    text-align: end;
}

.bundle-tabs-wrap li.main-tab {
    font-size: 15px;
}

.bundle-tabs-wrap span {
    font-size: 15px;
}

.bundle-subtab-contents p {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 10px;
}

.bundle-subtab-contents .bundle-subtab-content .short-description {
    font-size: 16px;
    line-height: normal;
    color: #202020;
    margin-bottom: 0;
}

.bundle-subtab {
    padding: 20px !important;
}

.woosb-products .woosb-product button.view-product-details {
    margin-left: 10px;
}

.woosb-products .woosb-product .prod-sku {
    font-size: 12px;
    margin-top: 5px;
    display: block;
    color: #646464;
    display: inline-block;
}

.woosb-products .woosb-product .woosb-price {
    display: none !important;
}

.bundle-subtab img {
    width: auto !important;
    max-width: 100% !important;
    height: 100px !important;
}

@media (max-width: 1305px) {
    .woocommerce .elementor-7521 .elementor-element.elementor-element-1b6e9fd5 .price br {
        display: none;
    }

    .woosb-products .woosb-product {
        flex-direction: column;
        align-items: center;
        /* margin-bottom: 20px; */
    }

    .woosb-products .woosb-product .woosb-thumb {
        /* width: 100%; */
        flex: 0 0 100px;
        float: left;
    }

    .woosb-products .woosb-product .woosb-price {
        flex: 0 0 40px;
        float: right;
        transform: translateY(-140px);
    }

    .woosb-products .woosb-product button.view-product-details {
        font-size: 12px;
        position: relative;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .bundle-subtab {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-wrap: wrap;
        /* Allows text to wrap below image if needed */
        padding: 10px !important;
    }

    /* .bundle-subtab img {
        width: auto !important;
        height: 70px;
        flex-shrink: 0;
        margin-right: 0 !important;
    } */
    .bundle-subtab img {
        width: auto !important;
        max-width: 100% !important;
        height: 70px !important;
        margin-right: 0;
    }

    .bundle-subtab span {
        font-size: 12px;
        word-break: break-word;
        flex: 1 1 auto;
        /* Allows span to grow or shrink */
        line-height: 1.4;
    }

    .bundle-subtab-contents p {
        font-size: 12px;
    }

    .bundle-subtab-contents .bundle-subtab-content .short-description {
        font-size: 12px;
    }

    .product-detail-tabs-section .elementor-tab-content .inline_sd_even_cell,
    .product-detail-tabs-section .elementor-tab-content .inline_sd_odd_cell,
    .product-detail-tabs-section .elementor-tab-content td.inline_sd_header {
        font-size: 12px;
    }
}

.woosb-type-product p.price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px !important;
    flex-direction: row;
    font-size: 16px;
}

.woosb-type-product p.price span.regular-price,
.woosb-type-product p.price span.totalsale-price,
.woosb-type-product p.price span.sale-price,
.woosb-type-product p.price span.save-amount {
    display: inline-flex;
    align-items: center;
    font-size: 15px !important;
    font-weight: 500;
    margin-top: 0;
}

.woosb-type-product p.price span.regular-price,
.woosb-type-product p.price span.totalsale-price,
.woosb-type-product p.price span.sale-price {
    color: #000 !important;
}

.woosb-type-product p.price .woocommerce-Price-amount,
.woosb-type-product p.price .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
}

.woosb-type-product p.price span.save-amount,
.woosb-type-product p.price span.save-amount .woocommerce-Price-amount,
.woosb-type-product p.price span.save-amount .woocommerce-Price-currencySymbol {
    font-size: 10px !important;
}

.woosb-type-product .save-amount {
    white-space: nowrap;
    /* padding: 4px 6px; */
}

.woosb-type-product .elementor-7521 .elementor-element.elementor-element-c471941>.elementor-element-populated {
    border-width: 0;
}

.prod-price .regular-price span,
.prod-price .sale-price span,
.prod-price .save-amount span {
    margin-left: 2px;
}

.prod-price .regular-price span {
    text-decoration: line-through !important;
    color: red;
}

.prod-price .sale-price span {
    color: green;
}

.prod-price .save-amount,
.prod-price span.save-amount .woocommerce-Price-amount {
    font-size: 10px !important;
}

@media (max-width: 1050px) {
    .woosb-type-product p.price {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .woosb-type-product p.price {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px !important;
        flex-direction: row;
        font-size: 16px !important;
    }

    .woosb-type-product .save-amount {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 676px) {
    .woosb-type-product p.price {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 924px) {
    .woosb-products .woosb-product .woosb-price {
        float: none;
        transform: translateY(0px);
        position: relative;
        left: 80px;
    }

    .woosb-products .woosb-product .woosb-thumb {
        margin-right: 10px;
    }

    /* .woosb-products .woosb-product .woosb-title{
    text-align: justify;
  } */

    .woosb-products .custom-prod-tags {
        position: relative;
        /* left: 95px; */
    }

    .image_features_wrap li h4 {
        font-size: 14px;
        margin: 10px 0 5px;
    }

    .image_features_wrap li p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .image_features_wrap .image-wrap img {
        height: 100px;
    }
}

@media (max-width: 400px) {
    .bundle-tabs-wrap span {
        font-size: 12px;
    }

    .bundle-tabs-wrap li.main-tab {
        font-size: 12px;
    }
}

@media (max-width: 333px) {
    .bundle-tabs-wrap li.main-tab {
        padding: 5px 15px;
    }
}

.image_features_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.image_features_wrap li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 25%;
    /* 4 items per row on large screens */
    box-sizing: border-box;
}

/* Medium screens: 3 items per row */
@media (max-width: 1024px) {
    .image_features_wrap li {
        width: 33.3333%;
    }
}

/* Small screens: 2 items per row */
@media (max-width: 768px) {
    .image_features_wrap li {
        width: 50%;
    }
}

/* Extra small screens: 1 item per row */
@media (max-width: 480px) {
    .image_features_wrap li {
        width: 100%;
    }
}

/* Bundle Product CSS End */




/* 11-06-2025 CSS Start */
body,
body p,
body span,
body a,
body b {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

body h1,
body h2,
body h3 {
    font-family: "Inter", Sans-serif;
    font-weight: 700;
}

body h4,
body h5,
body h6 {
    font-family: "Inter", Sans-serif;
    font-weight: 600;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 2rem !important;
}

.single-product h1.product_title.entry-title.elementor-heading-title {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: bold !important;
}

.single-product .product-single-price-widget .price .sale-price,
.single-product .product-single-price-widget .price .regular-price {
    font-size: 16px !important;
    font-weight: 500 !important;

}

.image_features_wrap li h4,
.features_lists h5,
.features_lists_normal h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.features_lists h4,
.features_lists_normal h4 {
    padding-bottom: 20px !important;
}

.image_features_wrap li h5 {
    margin: 10px 0 10px;
}

.inline_sd_cell_row td b {
    font-size: 14px;
    line-height: 20px;
}

.single_spacification_data_wrap table tr th,
.single_spacification_data_wrap table tr td {
    padding: 8px 4px;
    border: none;
}

.features_lists_normal ul {
    padding-left: 10px !important;
}

.features_lists_normal ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    list-style: none;
}

.features_lists_normal ul li:nth-child(even) {
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 10px;
    font-weight: normal;
}

.features_lists_normal ul li:nth-child(odd):before {
    content: ' \2794';
    /* Unicode for right arrow → */
    margin-left: 0;
    color: #333;
    padding-right: 7px;
}



.aws-search-result .save-amount {
    position: relative !important;
    background: #e81e25;
    color: #fff !important;
    font-size: 13px;
    padding: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    top: 3px !important;
}

.save-amount {
    background: #e81e25;
    color: #fff !important;
    padding: 0px 8px;
    font-size: 12px;
    line-height: 4px;
    font-weight: 800;
}

.save-amount .woocommerce-Price-amount,
.save-amount .woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.technical-attr th {
    font-size: 14px;
    color: #000;
    background-color: #f3f3f3;
}

/* 11-06-2025 CSS End */
/* 21-06-2025 CSS Start */
.woocommerce ul.products li.product .product_source_onsale p {
    height: 23px;
    border-radius: 0px 8px 0px 0px;
    background: #001B7A !important;
    color: #fff !important;
    font-family: var(--heading--font-family);
    font-size: 13px;
    font-weight: 700;
}

.ms-loop-price span.regular-price,
body.single-product .popular-products .price .ms-loop-price span.regular-price {
    font-weight: 600;
    font-size: 12px !important;
    line-height: 1;
}

.woocommerce-Price-amount,
body.single-product .popular-products .sale-price .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1;
}

.save-amount bdi {
    font-weight: 700;
}

.woocommerce-Price-currencySymbol,
body.single-product .popular-products .sale-price .woocommerce-Price-currencySymbol {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    width: 100%;
}

.mardeys-view-product-button {
    background: #ffc94d !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 6px !important;
    padding: 5px 8px !important;
    margin: 0;
}

.ms-loop-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 1px;
}

.ms-loop-price .regular-price .woocommerce-Price-amount bdi {
    text-decoration: line-through !important;
    color: red;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-woocommerce-product-title .product_title .wewew {
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.ms-loop-price .sale-price .woocommerce-Price-amount bdi {
    color: green;
}

/* 21-06-2025 CSS End */



.cus-checkout-shipping-box address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.cus-checkout-shipping-box address {

    margin-bottom: 20px;
}

/* .woocommerce-shipping-fields {
    display: none;
}
body .woocommerce-billing-fields__field-wrapper {
    display: none;
}
body .woocommerce-billing-fields__field-wrapper.billing-active {
    display: block;
} */
#customer_details.col2-set {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
}

.woocommerce-checkout .cus-woocommerce-shipping-fields h3 {
    border-bottom: 1px solid #ccc;
    padding: 23px 0 10px 0;
    font-size: 28px;
    font-weight: 500;
}

.woocommerce-shipping-fields .cus-woocommerce-shipping-fields {
    margin-bottom: 25px;
}

.woocommerce-shipping-fields #ship-to-different-address,
.woocommerce-shipping-fields #shipping_edit_address_field {
    display: none;
}

h3#bill-to-different-address {
    margin-top: 30px;
    border: none !important;
}

#bill-to-different-address label span {
    position: relative;
    display: block;
    text-align: left;
    padding-right: 45px;
    width: max-content;
}

#bill-to-different-address label span::before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid var(--form--border-color);
    background: var(--global--color-primary);
    border-radius: 13rem;
    box-sizing: content-box;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    right: 0
}

#bill-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: var(--global--color-background) !important;
    position: absolute;
    top: 3px;
    right: 17px;
    border-radius: 13rem;
    transition: all ease-in-out .3s
}

#bill-to-different-address label input[type=checkbox] {
    display: none
}

#bill-to-different-address label input[type=checkbox]:checked+span::after {
    right: 3px;
    background: var(--global--color-primary)
}

.complete_delivery_container.disable_address_autocomplete .form-group input {
    background-color: #f1f1f1;
    color: #888;
    border: 1px solid #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

div#elementor-popup-modal-598681 a svg {
    display: none !important;
}

#elementor-popup-modal-598681 .dialog-message.dialog-lightbox-message {
    max-height: 90vh;
}

#elementor-popup-modal-598681 h1 {
    font-size: var(--heading--font-size-h3);
    letter-spacing: var(--heading--letter-spacing-h3);
    line-height: var(--heading--line-height-h3);
}

#elementor-popup-modal-598681 ol li,
#elementor-popup-modal-598681 .elementor-shortcode p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 12px;
}

#elementor-popup-modal-598681 h6 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.day7-return-product-label {
    width: 100%;
    max-width: 90%;
    background-color: #dbeafe;
    border-radius: 5px;
    color: #001b7a;
    padding: 5px 30px;
    border: 1px solid #1C274C;
}

.day7-return-product-label span {
    padding-right: 5px;
    font-weight: bold;
}

.day7-return-product-label span #open_return_policy_popup {
    color: #1C274C;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
}

.popular-products .price .ms-loop-price .sale-price {
    font-size: 14px !important;
    line-height: 16px !important;
    display: inline-block;
}

#price-checkbox .woocommerce-Price-amount {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.elementor-product-woosb h3.woosb-custom-title {
    font-size: 20px !important;
    border: 1px solid #bfbfbf;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-width: 580px;
}

.elementor-product-woosb h3.woosb-custom-title svg {
    max-width: 18px;
    width: 18px;
    height: 15px;
}

.elementor-product-woosb .woosb-custom-table {
    padding: 15px;
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
    max-width: 580px;
}

.woosb-products .woosb-product {
    border-bottom: unset !important;
}

.woosb-products .woosb-item-main-wrap {
    border-top: 0 !important;
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 0;
}

.woosb-products .woosb-item-main-wrap:first-child {
    padding-top: 15px;
}

.woosb-products .woosb-item-main-wrap:last-child {
    padding-bottom: 15px;
    border: none;
}

.woosb-wrap .woosb-products {
    margin: 0;
}

.woosb-item-main-wrap button.view-product-details {
    margin-left: 90px;
    margin-top: 10px;
}

.elementor-product-woosb .woosb-custom-table .woosb-products-layout-list {
    border: 0;
}

.woosb-product .prod-price .ms-loop-price,
#product-details-popup .ms-loop-price {
    max-width: unset;
    width: 100%;
    flex-direction: row;
    gap: 20px;
}

.woosb-products .woosb-product .woosb-title .woosb-name {
    font-size: 0;
    font-weight: 600;
}

.woosb-products .woosb-product .woosb-title .woosb-name a {
    font-weight: 600;
    line-height: 1;
}

.woosb-products .woosb-product .woosb-title .custom-prod-tags {
    margin-left: 20px;
}

.woosb-product .prod-price .ms-loop-price span.sale-price,
#product-details-popup .ms-loop-price span.sale-price {
    font-weight: bold;
    font-size: 16px !important;
}

.custom_cart_table .woosb-cart-product-bundle td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.woosb-custom-title:not(.woosb-active-accordion) {
    margin-bottom: 20px;
}

.woosb-custom-title:not(.woosb-active-accordion) svg {
    transform: rotate(180deg);
}

.single-product .woosb-product .ms-loop-price .sale-price span,
#product-details-popup .ms-loop-price .sale-price span {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.woocommerce-cart-form table.custom_cart_table tr.parent_cartitem.woosb-is-bundle-end td {
    border: none;
}



/* .woosb-cart-product-bundle.woosb-is-bundle-start td:nth-child(1), */
/* .woosb-cart-product-bundle:not(.woosb-is-bundle-end) td:nth-child(2), */
.woosb-cart-product-bundle:not(.woosb-is-bundle-end) td:nth-child(3) {
    border-bottom: 1px solid #ebebeb !important;
}


.custom_cart_table .custom-prod-tags {
    position: unset;
    display: block;
    width: fit-content;
    /* top: 10px;
    left: 10px; */
    color: #ffffff;
    background: #001b7a;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 8px;
}

.custom_cart_table .woosb-cart-product-bundle .product_name .custom-prod-tags {
    top: 20px;
}

.custom_cart_table .woosb-cart-product-bundle.woosb-is-bundle-start .product_name .custom-prod-tags {
    top: 40px;
}

@media (min-width: 1036px) and (max-width: 1407px) {
    .woosb-products .woosb-product .woosb-thumb {
        flex: 0 0 90px;
    }

    /* .woosb-products .woosb-product .woosb-title {
        max-width: 350px;
    } */
    .woosb-products .woosb-product button.view-product-details {
        font-size: 12px;
    }

}

@media only screen and (min-width: 776px) and (max-width: 1200px) {
    .elementor-2466 .elementor-element.elementor-element-c1be760 {
        width: 25% !important;
    }

    .cpf-filter-wrapper {
        padding: 10px !important;
    }

    .elementor-2466 .elementor-element.elementor-element-37256c8 {
        width: 75%;
    }

    .elementor-shortcode .openbox_learnmore_button,
    .elementor-shortcode .learnmore_button {
        font-size: 14px !important;
        line-height: 20px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1305px) {
    .woosb-item-main-wrap button.view-product-details {
        margin-left: 0px;
        margin-top: 0px;
    }

    .woosb-product .prod-price .ms-loop-price,
    #product-details-popup .ms-loop-price {
        display: inline-flex;
        flex-wrap: wrap;
        row-gap: 10px !important;
    }
}

@media (max-width: 1120px) {}

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

    body,
    body p,
    body span,
    body a,
    body b {
        font-size: 14px;
        line-height: 18px;
    }

    .single-product .product-single-price-widget .save-amount {
        position: absolute;
        top: 50%;
        transform: translate(0%, -70%);
        left: unset;
        margin-top: 0 !important;
        right: 0px;
    }

    .single-product .product-single-price-widget .ms-loop-price {
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: column !important;
    }

    body.single-product .ms-loop-price .sale-price span,
    .single-product .woosb-product .ms-loop-price .sale-price span,
    #product-details-popup .ms-loop-price .sale-price span {
        font-size: 14px !important;
    }

    .elementor-product-woosb .woosb-custom-table {
        padding: 7px !important;
    }

    .woosb-products .woosb-product .woosb-title .woosb-name a {
        font-size: 13px;
        line-height: normal;
    }

    .woosb-product .prod-price .ms-loop-price span.sale-price,
    #product-details-popup .ms-loop-price span.sale-price {
        font-size: 14px !important;
    }

    .extra_product_info_list li.day7-return-product-label {
        max-width: 100%;
        padding: 5px 10px 5px 30px !important;
    }

    .day7-return-product-label span {
        font-size: 12px;
    }

    .woocommerce ul.products li.product .product_source_onsale p {
        line-height: 16px;
        font-size: 10px !important;
    }

    .woocommerce ul.products li.product .product_source_onsale {
        height: 16px !important;
        font-size: 8px !important;
    }

    .woosb-product .prod-price .ms-loop-price,
    #product-details-popup .ms-loop-price {
        /* flex-direction: column; */
        gap: 5px;
        row-gap: 5px !important;
    }

    .woosb-item-product .woosb-thumb-ori img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        height: 200px !important;
    }



    /* Mobile Design Fix Bundle Page */

    .postid-621550 .elementor-element-7e5f17a4 .elementor-element-66a325a1 .elementor-element-645df3ba {
        margin-bottom: 10px;
    }

    .postid-621550 .elementor-element-7e5f17a4 .elementor-element-66a325a1 .elementor-element-ed9b173 {
        margin-bottom: 0;
        margin-top: 0;
    }

    #product-details-popup .popup-right .product-tags {
        margin-bottom: 12px;
    }

    #product-details-popup .popup-right h2 {
        margin-bottom: 12px;
    }

    #product-details-popup .popup-right .ms-loop-price .regular-price {
        margin-right: 45px;
    }

    #product-details-popup .popup-right .woosb-today-price-details {
        flex-direction: column;
        gap: 12px;
    }

    #product-details-popup .popup-right .woosb-today-price-details .view-product-details {
        width: fit-content;
    }

    #product-details-popup .ms-loop-price span.sale-price,
    #product-details-popup .ms-loop-price .sale-price span {
        font-size: 20px !important;
    }

    #product-details-popup .woosb-price-tags-grade {
        padding-bottom: 12px;
    }

    body.single-product .elementor-element-bbcc8c9 .woosb-bundled .woosb-products .woosb-product .woosb-thumb {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 567px) {
    #product-details-popup .image-slider .slick-slide img {
        /* max-width: 200px; */
        max-height: 200px;
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .save-amount {
        font-size: 10px;
    }

    .mardeys-view-product-button {
        font-size: 14px !important;
    }
}


/* Product Detail Page CSS start 02-07 */
.woosb-details-td-wrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.woosb-name-tag-sku-box {
    display: flex;
    flex-direction: column;
}

.woosb-name-tag-sku-box label {
    margin-bottom: 0;
}

.custom_cart_table tbody tr.woosb-cart-child-tr td.product_name {
    padding: 20px 0 !important;
}

.m_cart_card.woosb-pro-bundle-parent {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.m_cart_card.woosb-cart-product-bundle:not(.woosb-is-bundle-end) {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 15px !important;
}

.m_cart_card:not(.woosb-pro-bundle-parent, .woosb-cart-product-bundle) {
    margin-bottom: 20px;
}

.m_cart_card.parent_cartitem.woosb-is-bundle-end.woosb-cart-product-bundle {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    padding: 15px !important;
}

.woosb-cart-product-bundle span.woocommerce-Price-amount.amount {
    display: none;
}

.woocommerce-checkout-review-order-table .custom-prod-tags {
    display: inline-block;
    width: fit-content !important;
}

.custom-prod-tags,
.woocommerce-table__line-item .custom-prod-tags .woocommerce-checkout-review-order-table .custom-prod-tags {
    display: inline-block;
    width: fit-content;
    color: #ffffff;
    background: #001b7a;
    font-size: 12px;
    padding: 0 5px;
    line-height: normal;
}

.woocommerce-table__line-item .custom-prod-tags {
    margin: 0 15px;
}

/** * Product popup CSS Start 03-07
 */
.view-product-details {
    margin-top: 10px;
}

#product-details-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-details-popup:not(.show) {
    display: none;
}

.popup-content {
    width: 750px;
    max-width: 95%;
    background: #fff;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin: 0 auto;
}

.close-detail-popup {
    position: absolute;
    top: 0;
    right: 0;
    background: none !important;
    border: none;
    color: #333 !important;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}


.popup-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    flex-direction: row;
    padding: 20px 10px;
}

#product-details-popup .popup-content {
    width: 900px;
}

.popup-left {
    width: 35%;
    margin-right: 20px;
}


.image-slider {
    max-width: 100%;
    height: 100%;
}

.popup-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px;
}

.popup-right h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.popup-right .product-description {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;
}

.view-details-btn {
    background-color: #0073aa;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.image-slider {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-slider .slick-track {
    display: flex !important;
}

.image-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.image-slider .slick-next {
    right: 2px;
    z-index: 1;
}

.image-slider .slick-prev {
    left: 2px;
    z-index: 1;
}


.elementor-7521 .elementor-element.elementor-element-643ff25f>.elementor-element-populated {
    border: none;
}

.popup-right .popup-view-buttons {
    display: inline-block;
    padding-top: 10px;
}

.popup-right .popup-view-buttons a.view-details-btn.m-primary-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}


.woosb-price-tags-grade {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.woosb-regular-price-sale .ms-loop-price span.sale-price,
.woosb-today-price-details .ms-loop-price span.regular-price,
.woosb-today-price-details .ms-loop-price span.save-amount {
    display: none;
}

.woosb-today-price-details {
    display: flex;
    gap: 20px;
}

.woosb-today-price-details button.view-product-details.m-primary-button {
    margin: 0;
}

.woosb-price-tags-grade .custom-prod-tags {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 3px 10px;
    height: max-content;
}

#product-details-popup .image-slider img {
    width: 200px !important;
}

#product-details-popup .ms-loop-price {
    flex-direction: row !important;
}

#product-details-popup .view-product-details {
    margin-top: 0;
    line-height: 3;
    padding: 0 10px !important;
}

#product-details-popup table.product-meta-table {
    margin-top: 20px;
}

#product-details-popup table.product-meta-table * {
    font-size: 12px;
}

#product-details-popup table.product-meta-table tr th {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
}

#product-details-popup table.product-meta-table tr td {
    padding: 8px;
    border: 1px solid #ddd;
}

.bundle-subtab-content .short-description {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.bundle-subtab-content .short-description *:not(b) {
    font-weight: normal;
    font-size: 16px;
    align-content: normal;
}

.custom-prod-tags.tag-for-mob {
    display: none !important;
}

.popup-pro-img .popup-img-wrap:not(:first-child) {
    display: none;
}

.popup-img-wrap a img {
    /* width: 100% !important; */
    width: auto !important;
    max-height: 360px !important;
}

.woosb-cart-img-box img {
    max-height: 80px;
    width: auto;
    max-width: 60px;
}

.checkout-product {
    justify-content: space-between;
    width: 100%;
}

.md-checkout-img-content-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ch-content-wrap h5 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.ch-content-wrap h5.bundle-pro-sub-prod {
    font-weight: normal;
}

.ch-content-wrap .extra-data-labels span.custom-sku {
    font-size: 12px;
}

tr.cart_item:not(.sub-product-item),
.order_item.woosb-cart-item:not(.woosb-cart-child.woosb-item-child) {
    border-top: 2px solid #d1c8c8;
}

.woosb-cart-child.woosb-item-child.parent_cartitem td.woocommerce-table__product-name.product-name {
    padding-left: 60px;
}

.woosb-cart-child.woosb-item-child.parent_cartitem td .extra-data-labels {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woosb-cart-child.woosb-item-child.parent_cartitem td .extra-data-labels label span {
    width: fit-content;
}

.woosb-cart-child.woosb-item-child.parent_cartitem td .extra-data-labels label {
    width: auto;
}

.woosb-cart-child.woosb-item-child.parent_cartitem td a {
    text-decoration: none;
}

.woosb-cart-child.woosb-item-child.parent_cartitem td .md-order-title {
    font-size: 14px;
}

.wapf-field-description {
    padding-top: 0;
    margin-bottom: 10px;
}

.radio-option .card span.woocommerce-Price-amount.amount,
.radio-option .card span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
}
.single-product .product-single-price-widget .ms-loop-price.md-bundle-price-div {
    flex-direction: column;
    align-items: flex-start;
}

.md-bundle-price-wrap {
    display: flex;
    gap: 10px;
        flex-wrap: wrap;
}

.pro-individual-price b,
.pro-individual-price {
    font-size: 14px;
    font-weight: 600;
}

#product-details-popup .popup-left .popup-img-wrap a {
    display: flex;
    justify-content: center;
}

.mardeys-featured-image-wrap .image-arrow-left, 
.mardeys-featured-image-wrap .image-arrow-right {
    width: 36px !important;
    height: 36px !important;
    display: inline-block;
}

.mardeys-featured-image-wrap {
    display: flex;
    align-items: center;
}
.home-category-title h2.elementor-heading-title a {
    font-weight: 600;
}
.mardeys-gallery-img-wrap span.image-arrow-left.slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    cursor: pointer;;
}
.mardeys-featured-image-wrap-1  a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mardeys-gallery-img-wrap span.image-arrow-right.slick-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    #product-details-popup .popup-content {
        width: 750px;
    }

    #product-details-popup table.product-meta-table * {
        font-size: 11px;
    }

    #product-details-popup table.product-meta-table tr th {
        padding: 6px;
    }

    #product-details-popup table.product-meta-table tr td {
        padding: 6px;
    }
}

@media (max-width: 966px) {
    .m_cart_card .product_name {
        width: 100%;
    }
}

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

    .popup-right h2 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .popup-content {
        display: block;
        max-height: 95%;
        overflow-x: auto;
        flex-direction: column;
    }

    .popup-left {
        width: 100%;
        height: 200px;
    }

    .woosb-products .woosb-product .woosb-title .woosb-price-tags-grade .custom-prod-tags {
        margin-left: 0px;
    }

    .woosb-today-price-details {
        flex-wrap: wrap;
        gap: 5px;
    }

    #product-details-popup .popup-content {
        width: 90%;
    }

    .woosb-today-price-details .prod-price {
        justify-content: center;
    }

    #product-details-popup .view-product-details {
        line-height: normal;
        padding: 7px 10px !important;
    }

    .custom-prod-tags.tag-for-mob {
        display: flex !important;
    }

    .woosb-price-tags-grade .custom-prod-tags.tag-for-des {
        display: none !important;
    }

    .md-bundle-price-div span.save-amount {
        position: absolute !important;
        top: 50% !important;
        transform: translate(0%, -70%) !important;
        left: unset !important;
        margin-top: 0 !important;
        right: 0px;
        width: fit-content;
    }
    .md-bundle-price-div .md-bundle-price-wrap span.save-amount {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: none !important;

    }

    .single-product .product-single-price-widget .save-amount {
        top: 68%;
        left: 130px;
        width: fit-content;
    }

    .popup-img-wrap {
        max-height: 200px !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup-img-wrap a img {
        max-height: 200px !important;
        width: auto !important;
        text-align: center;
    }

    .sky-grade-wrap-mob {
        margin-bottom: 10px;
    }

    .sky-grade-wrap-mob span.custom-prod-tags.tag-for-mob {
        line-height: normal !important;
        height: fit-content !important;
        padding: 4px 10px;
        font-size: 10px !important;
    }

    .sky-grade-wrap-mob {
        display: flex;
        align-items: center;
    }

    .woosb-products .woosb-product .sky-grade-wrap-mob .prod-sku {
        margin-top: 0 !important;
    }

    .bundle-subtab-contents .bundle-subtab-content .short-description,
    .bundle-subtab-content .short-description *:not(b) {
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
    }

    .bundle-subtab-content .short-description b {
        font-weight: bold;
    }

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

    .features_lists_normal ul li {
        font-size: 14px;
        line-height: normal;
    }

    .features_lists_normal ul li:nth-child(even) {
        font-size: 12px;
        line-height: normal;
    }

    .features_lists h4,
    .features_lists_normal h4 {
        padding-bottom: 12px !important;
    }

    .parent_cartitem img.sub_bundle_pro {
        max-height: 80px;
        width: auto;
        max-width: 70px;
    }
    .single-product .product-single-price-widget .ms-loop-price .sale-price .amount,
	body.single-product .ms-loop-price .sale-price span{
		font-size: 16px !important;
	}
    .md-bundle-price-wrap {
        gap:5px;
    }
}

@media only screen and (max-width: 679px) {
    .woocommerce-cart-form table.custom_cart_responsive_table .product_name .p_name {
        width: 120px;
        text-wrap: wrap;
    }

}

@media screen and (max-width: 576px) {
    #product-details-popup .popup-content {
        width: 95%;
    }

    .woocommerce .woocommerce-cart-form .shop_table_responsive {
        min-width: 220px;
        display: flex !important;
        justify-content: center;
    }
    .pro-individual-price b, 
    .pro-individual-price,
    .single-product .product-single-price-widget .ms-loop-price .md-bundle-price-wrap .regular-price, 
    .single-product .product-single-price-widget .ms-loop-price .md-bundle-price-wrap .regular-price .woocommerce-Price-amount,
    .single-product .product-single-price-widget .ms-loop-price .md-bundle-price-wrap .sale-price,
    .single-product .product-single-price-widget .ms-loop-price .sale-price .amount, 
    body.single-product .ms-loop-price .sale-price span {
        font-size: 12px !important;
        line-height: normal !important;
    }
    .single-product .product-single-price-widget .ms-loop-price .save-amount, .single-product .save-amount .woocommerce-Price-amount, .single-product .save-amount .woocommerce-Price-currencySymbol {
        font-size: 10px !important;
        line-height: normal !important;
    }
    .md-cate-img-box, .md-cate-img-box img, .md-cate-img-box a {
        height: 190px;
        width: 100%;
    }

    .md-cate-img-box img.attachment-large.size-large {
        height: 100% !important;
    }
}