/*
Adding printui front support. The print styles are based on printui single product page.
*/
.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.border_error{
    border: 1px solid red !important;
}

.product-attributes-area label {
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: .4px;
    color: #303030;
    text-transform: uppercase;
}

.product-attributes-area div[data-toggle="tooltip"] {
    margin-right: 10px;
}

.product-custom-option {
    /*width:60%;*/
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06);
    border: solid 1px #e9e9e9;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #777;
    font-family: 'Work Sans';
    height: 43px;
    cursor: pointer;
}

.product-attributes-area label[for="paper_type"] {
    margin-right: 10px;
}

.product-attributes-area select,
.product-attributes-area input {
    width: 100%;
}

.quantity {
    display: none !important;
}

button.single_add_to_cart_button {
    display: none !important;
}

.pui-custom-buttons {
    display: flex;
    justify-content: right;
}

.view_sample_btn,
.personalize_btn {
    /* padding: 7px 10px;
    width: 23%; */
    min-width: 120px;
    margin: 5px 12px 0 0;
    line-height: 2.6rem;
    font-size: 12px;
    float: right;
    background: #fff;
    border: 1px solid #303030;
    color: #303030;
    height: 45px;
    border-radius: 30px;
}

.view_sample_btn:hover {
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
}

.personalize_btn:hover {
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
}

/* msg popup css */
#msgsizepop {
    z-index: 10001;
    width: 655px;
    height: 220px;
    background: white;
    border: #ccc 1px solid;
    border-radius: 15px;
    box-shadow: 0 0 25px #333;
    position: fixed;
    top: 17%;
    left: 40%;
    font-size: 12px;
}

#msgShut {
    padding: 10px 12px 0 0;
    text-align: right;
}

.sizepop {
    padding: 0 20px 0 20px !important;
}

.msgsizepop_close {
    cursor: pointer;
}

.msgsizepop_open_anchor {
    color: #006bb4;
}

@media only screen and (max-width: 767px) {
    #msgsizepop {
        width: 100% !important;
        left: 0 !important;
        top: 25% !important;
        height: auto;
    }

    .view_sample_btn,
    .personalize_btn {
        width: auto;
        padding: 10px 25px;
        font-size: 12px;
    }

    .pui-custom-buttons {
        justify-content: space-around;
        margin-bottom: 15px;
    }
}

.a.compare.button {
    visibility: hidden !important;
}

/* WooCommerce registration and login page css */
.woocommerce-password-strength.short ,
.woocommerce-password-strength.bad ,
.woocommerce-password-hint ,
.woocommerce-form-register label.error 
{
    color: #ff0000; /* red color for strong strength*/
}

/* Style for "good" password strength */
.woocommerce-password-strength.good {
    color: #ffa500; /* Orange color for good strength */
    font-weight: bold;
    display: none !important;
}

/* Style for "strong" password strength */
.woocommerce-password-strength.strong {
    color: #28a745; /* Green color for strong strength */
    font-weight: bold;
    display: none !important;
}

.woocommerce-form-login label.error {
    color: red;
}

.attribute_validation {
    display: none;
}

.attribute_validation.error {
    display: block;
    color: red;
}

.personalize_btn.non_logged {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.personalize_btn.non_logged:hover {
    text-decoration: none;
}

.personalize_res_error {
    text-align: center;
    font-size: 16px;
    color: red;
    margin: 15px 0 0 0;

}
.personalize_res_error p{
     text-align: center;
    font-size: 16px;
    color: #721c24;
    margin: 15px 0 0 0;
    padding: 10px;
    border-radius: 6px;
    background: #f8d7da;
    border: #f8d7da;
}

/* savedproducts page css */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    font-weight: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000;
    font-weight: 600;
}

.preview_btn {
    background: #80007ee6 !important;
}

.proof_btn {
    background: #303030 !important;
    margin-left: 5px !important;
}

.edit_personalize_btn {
    background: #eb5233 !important;
}

.addtocart_btn {
    background: #763232db !important;
}

.email_btn {
    background: orange !important;
}

.print_btn {
    background: #5cc6ed !important;
}

.product_config_buttons a.woocommerce-button:hover {
    background-color: #ffec4f !important;
    color: #000 !important;
}

.preview_btn,
.proof_btn,
.edit_personalize_btn,
.addtocart_btn,
.email_btn,
.print_btn {
    cursor: pointer;
    font-weight: 600 !important;
    padding: 7px 15px !important;
    font-size: 1.4rem !important;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 0 !important;
}

.button_addtocart_area {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.edit_personalize_btn,
.addtocart_btn,
.email_btn,
.print_btn {
    margin-top: 5px !important;
}

.button_preview_area {
    display: flex;
}

.save_personalize {
    padding: 5px 15px 5px 15px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    background-color: #303030;
    border: 1px solid #303030;
    color: #fff;
    margin-top: 10px;
}

.save_personalize:hover {
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
}

.email_btn img {
    width: 20px;
    margin-right: 10px;
}

.print_btn img {
    width: 20px;
    margin-right: 10px;
}

.savedproduct_empty {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 20px;
    position: relative;
}

/* personalize email form modal css */
#personalizeEmailFormModal .modal-title {
    font-size: 20px !important;
    margin: 20px 0 10px 0;
}

#personalizeEmailFormModal .modal-header {
    padding: 15px 0 0 15px !important;
}

#personalizeEmailFormModal .modal-header .close {
    margin-top: 0 !important;
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
}

#personalizeEmailForm textarea {
    width: 100%;
}

#personalizeEmailForm button {
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
    border-radius: 20px;
}

#personalizeEmailForm .form-list li:not(:first-child) {
    padding-top: 10px;
}

#personalizeEmailForm .form-buttons {
    padding-bottom: 10px;
    padding-top: 5px;
}

#personalizeEmailForm #email_address-error,
#personalizeEmailForm #email_subject-error {
    color: red;
}

/* cart page css */
.woocommerce td.product-name dl.variation .variation-Vendor {
    display: none;
}

.cart_more_changes {
    color: #006bb4 !important;
    text-decoration: none;
}

.update_shopping_cart {
    color: #fff !important;
}

/* order received page css */
.order_item .wc-item-meta {
    padding-left: 0;
    margin-top: 12px;
}

.order_item .wc-item-meta li {
    list-style-type: none !important;
}



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

/* a.printui_add_to_cart {
    min-width: 146px;
    text-align: center;
    padding: 7px 10px;
    width: 23%;
    margin: 5px 12px 0 0;
    line-height: 2.6rem;
    font-size: 12px;
    float: right;
    background: #fff;
    border: 1px solid #303030;
    color: #303030;
    height: 55px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration:none;
}

.printui_add_to_cart:hover{
    background:#303030 ;
    color:#fff;
} */



a.msgsizepop_open.msgsizepop_open_anchor {
    margin-left: 20px;
}

.product_attr_tooltip.mr-2 {
    position: absolute;
}


/*-----------------------------new theme style------------------------------*/

/*checkout page css*/
/* For large screens (desktops, 1200px and above) */


#qodef-page-inner {
    padding: 50px 0 67px;
}

@media (min-width: 1200px) {
    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.30%;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.30%;
    }

}

#qodef-woo-page .woocommerce-form-coupon-toggle {
    display: none;
}

#customer_details .col-lg-7.col-md-7 {
    border: 4px solid #f8f8f8;
}

#customer_details .col-lg-5.col-md-5 {
    background: #f8f8f8;
    padding: 10px;
}

#customer_details .customer_det_col_2{
     border-left: 4px solid #f8f8f8;
     border-right: 4px solid #f8f8f8;
}
#customer_details  {
    border: 4px solid #f8f8f8;
}

#customer_details .customer_det_col_3 {
    background: #f8f8f8;
    padding: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.row>[class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .row>[class^="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}



/*cart page csss*/

input[name="update_cart"] {
    display: none;
}


@media only screen and (min-width: 1024px) {
    form.woocommerce-cart-form {
        width: 75%;
        border: 1px solid #f7eaea;
        padding: 16px;
    }

    .cart-collaterals {
        width: 25%;
        background: #f8f8f8;
        padding: 10px;
    }

    .page-id-207 #qodef-page-inner .woocommerce .woocommerce-message {
        display: none;
    }

    .page-id-207 #qodef-page-inner .woocommerce {
        width: 100%;
        display: flex;
    }


    .cart_totals h2 {
        font-size: 15px !important;
        margin: 0px;
        padding: 15px 0px;
        background: #f8f8f8;
        border-bottom: 1px solid #555d66;
    }

    .woocommerce-checkout h3 {
        font-size: 15px !important;
        margin: 0px;
        padding: 15px 0px;
    }
}



.checkout-button .qodef-btn-masked {
    display: none;
}



/*-------------------------------customer_details----------------------------------*/
#qodef-woo-page.qodef--checkout #customer_details .woocommerce-additional-fields #order_comments {
    height: auto;
}

.checkout-button {
    osition: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Arimo, sans-serif;
    font-size: 13px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    background-color: #ffec4f;
    padding: 10px;
    margin-top: 10px;
}

/* Custom style for input type="date" */
input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    color: #495057;
}

input[type="date"]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: #495057;
    cursor: pointer;
}

/* Optional: Bootstrap form control class for consistent sizing */
input[type="date"].form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



/*----------------------- checkout creditscore ----------------------------*/
#obt_credit_score_section {
    align-items: center;
}

#obt_credit_score_section th {
    padding-right: 15px;
    /* Space between the label and input */
    font-weight: bold;
}

#obt_credit_score_section td {
    align-items: center;
/*    padding: 10px;*/
    /* Padding for the table cell */
}

#obt_credit_score_section input#credit_score {
    width: 100%;
    /* Adjust width of the input */
    margin-right: 10px;
    /* Space between input and button */
    padding: 5px;
    font-size: 1rem;
/*    border: 1px solid #ccc;*/
    background: #fff;
/*    border-radius: 4px;*/
}

#obt_credit_score_section button#apply_score {
    padding: 6px 12px;
      background-color: #000;
      color: #fff;
      border: 1px solid transparent;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin-left: -6px;
      z-index: 9;
}

#obt_credit_score_section button#apply_score:hover {
    background-color: #0056b3;
}

#obt_credit_score_section #error_message {
    margin-top: 5px;
    color: red;
    font-size: 0.9rem;
}



.woocommerce-invalid .input-text {
    border-color: #932c2c;
}

/*Save product Nikita CSS*/
span.page-numbers.current {
    line-height: 35px;
    padding: 0 12px;
}

.itemsPerpage {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.itemsPerpage select#postsPerPage {
    margin-left: 15px;
}

table.woocommerce-orders-table tbody tr td {
    vertical-align: top;
}

.button_preview_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

a.woocommerce-button.button.preview_btn {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

table.woocommerce-orders-table tbody tr td .enable_proof_true {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
}

.product_img_area a.removeJob {
    padding-top: 15px;
}

table.woocommerce-orders-table tbody tr td .product_info_area p {
    margin-bottom: 0px;
}

.paddingSpace {
    padding: 0 !important;
}

.paddingSpace .prod_details {
    margin-bottom: 15px;
}

.qodef-wave-btn-holder button.button.qodef-btn-wave-hover {
    background-color: #ffec4f;
}

.woocommerce-page .woocommerce-cart-form__cart-item.cart_item td.product-name dl.item-options dd {
    margin-left: 0;
}

.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
    padding-left: 12px;
    padding-right: 12px;
}

.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    padding-left: 12px;
    padding-right: 12px;
}



.coupon {
    display: flex;
    align-items: center;
}

.coupon input#coupon_code {
    width: 20%;
}

.coupon .qodef-wave-btn-holder {
    margin-left: 25px;
}

.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-remove a {
    background-color: #ffec4f;
    border-radius: 50%;
    padding: 10px 15px;
}


button.button.qodef-btn-wave-hover {
    background-color: #ffec4f;
}

.qodef-wave-btn-holder button#place_order {
    background-color: #ffec4f;
}


.woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 10px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
    color: #2d2d2d;
    margin-bottom: 0;
    font-weight: 500;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
    padding: 2px 0 0;
}



.woocommerce-additional-fields .form-row {
    margin-bottom: 10px !important;
}

.woocommerce-additional-fields .form-row label {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce-additional-fields .form-row input {
    padding: 2px 0 0;
}


p#_service_date_field input#_service_date {
    padding: 10px;
}

span.select2-selection.select2-selection--single {
    border: 1px solid gray;
    border-radius: 3px;
}


.woocommerce-page div.woocommerce .shop_table tr dl dt {
    color: #000;
    font-weight: 500;
}


.woocommerce-page div.woocommerce .shop_table tr .product-item-details p b {
    color: #000;
    font-weight: 500;
}

.woocommerce-page div.woocommerce .shop_table tr .product-item-details a {
    font-weight: 500;
}

.woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-edit {
    line-height: 18px;
}

.main-divs {
    margin-bottom: 5px;
}

.coupon {
    margin-bottom: 25px;
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    td.product-thumbnail {
        min-width: 120px;
    }
    div#qodef-page-inner {
        width: 100%;
        overflow: auto;
        padding: 15px;
    }
}

@media only screen and (max-width: 480px) {
    /*.qodef-content-grid {
        width: 100%;
        overflow: auto;
    }*/

    .cart_totals.calculated_shipping {
        padding: 0 15px;
    }

    div#qodef-page-outer {
        padding: 0 15px;
    }

    td.product-thumbnail {
        min-width: 100px;
    }
}




/*-------------------------------------------------
                Customizer css
-------------------------------------------------------*/


li.cat-item.cat-item-15 {display: none;}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{
    width:100% ;
}

.qodef-woo-product-content .qodef-woo-product-price{display:none ;}
.ajax_add_to_cart {display: none !important; }
.woocommerce-MyAccount-navigation-link a{ color: #000;text-decoration: none; }
h5.qodef-widget-title { font-size: 14px; margin-bottom: 5px !important; }


/*----------------*/
.qodef-shortcode.qodef-m.qodef-stamp.qodef--appear.qodef--init {
    width: 100px;
    height: 78px !important;
    font-size: 10px !important;
}


/*----------------------*/
.display_none{
    display:none !important;
}
/*--------------------*/


.qodef-social-title{ display:none !important; }
#qodef-woo-page .qodef-woo-product-title{margin-top: 4px;}


.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{
    margin-right: 30px;
}

.woocommerce-Address-title.title h2{font-size: 20px;}


.woocommerce-notices-wrapper {
  width: 100%;
}


.page-id-207  .woocommerce-notices-wrapper {
  display: block;
  position: absolute;
}




.mb-1{
    margin-bottom: 10px !important;
}

/*
-----------------------------------------------
            Popup code
-----------------------------------------------
*/

div#msgsizepop {
    height: 260px !important;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-------------------------------------------------
        Single products and loop page
-------------------------------------------------*/
  .alertsuccess {
          color: #155724;
          background-color: #d4edda;
          border-color: #c3e6cb;
          padding: 10px;
          border-radius: 5px;
          margin-bottom: 10px;
        }


@media (min-width: 1200px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-image {
      width: 75%;
    }
    .summary.entry-summary {
      border: 1px solid #ccc;
      padding: 20px !important;
    }
}

.product-custom-option{
    font-size: 14px;
  font-family: inherit;
  color: #777;
}

.my_account_page_heading{
    background: #f8f8f8;
    padding: 10px;
    font-size: 23px !important;
}

.qodef-woo-product-list .qodef-woo-product-content{
    margin: 5px 0 8px;
}

.qodef-woo-product-list .qodef-woo-product-image img {
    width: 100%;
    height: 254px; /* Adjust to your desired size */
    object-fit: contain; /* Keeps the full image visible */
    background-color: #f9f9f9; /* Fallback background color */
}

.qodef-woo-single-image img {
    width: 100%;
    height: 450px; /* Adjust to your desired size */
    object-fit: contain; /* Keeps the full image visible */
    background-color: #fff; 
}

.product-page-heading{
    text-align: center;
    font-size: 23px;
    color: #753d3d;
    margin: 10px;
    padding-left: 26px;
}

.qodef-woo-single-inner{
    border-bottom: 1px solid #cccc;
  padding-bottom: 50px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs{
    display: none; /*hide description section*/
}

.woocommerce-product-gallery__image{ text-align:center; }
#product_filter_results  .qodef-grid-inner{display: flex; flex-wrap: wrap; }
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner .qodef-woo-product-image {
   width: unset !important; }
/*section.related.products*/
.qodef-woo-product-list.qodef-gutter--no ul.products>.product{ padding-right: 10px; }
.qodef-woo-product-list .qodef-woo-product-image .attachment-woocommerce_thumbnail{ display:none }

/*-----------------single product styles-----------------------*/


.obt_product_item {transition: 0.5s all;}
.qodef-woo-product-list .qodef-woo-product-inner{text-align: center;}
.qodef-woo-product-list .price ,
.qodef-woo-product-list .qodef-woo-product-categories{display: none !important;}
.product.type-product  .qodef-woo-product-content{margin: 0px;  padding: 0px;  margin-bottom: 10px !important;}
.product.type-product .qodef-woo-product-content-top {justify-content: center !important;}
.obt_product_item:hover h6 { color: #4f2814; }
.qodef-woo-product-inner h6 { margin-bottom: 5px !important; }
.qodef-woo-product-inner:hover { box-shadow: 0 0 5px 5px #80808059; }
.qodef-woo-product-inner { transition: 0.5s all; }
.qodef-woo-product-inner:hover h6 { color: #4f2814; }
.qodef-woo-product-inner h6 {margin-bottom: 5px !important;}
#product_filter_results{text-align: center;}
.woocommerce-error { color: red;}
.woocommerce-error .alert.alert-danger {
  color: red;
}
.single-product-price { padding-top: 10px; }
.single-product-price span.woocommerce-Price-amount.amount bdi {font-weight: 800; }
#qodef-woo-page.qodef--single form.cart{ margin-top: 10px !important; }
#qodef-woo-page .product_meta{ display: none !important; }
.qodef-woo-product-sku , .qodef-woo-product-large{ font-size: 12px; line-height: 15px;}


/*-------------------------------------------------
                Realted product
--------------------------------------------------*/
section.related.products  .price { display: none !important;}
section.related.products  .qodef-woo-product-categories { display: none; }
section.related.products  .qodef-woo-product-content ,
section.related.products  .qodef-woo-product-content .qodef-woo-product-content-top
{
    text-align: center;
}
section.related.products  .qodef-woo-product-content .qodef-woo-product-content-top{
    display: block;
}


/*-------------------------------------------
        Theme footer Footer
-----------------------------------------------*/

#custom_html-2{ text-align:center; }
#qodef-page-footer-top-area {    padding:100px 0 91px;}
#qodef-page-footer .widget .qodef-widget-title{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
#qodef-page-footer .current-menu-item a { color: #e89741 !important; }
#qodef-page-footer-top-area-inner #text-4 .textwidget p{margin: 0px}
#qodef-page-footer { padding-top: 60px; }



/*-------------------------------*/
.page-id-10283 #qodef-page-inner {
    padding: 0px;
}



/*-----------------------------------------------
        registration form validation
-----------------------------------------------*/
.input-text.error {
  margin-bottom: 0px;
}

/*empty cart css*/
.wc-empty-cart-message {
  width: 100%;
}

.return-to-shop {
  display: none;
}


/*woo error*/
.woocommerce-notices-wrapper .woocommerce-error ,.woocommerce-error{
    list-style: none;
}


@media only screen and (max-width: 1366px) {
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 16.5%;
  }
}


/*-----------footer------------------*/

@media (min-width: 1024px) {

    #qodef-page-footer-top-area  {
        width: 100% !important; /* Full width on smaller screens */
    }

    /* First div gets 25% of the space */
    #qodef-page-footer-top-area .qodef-grid-item:first-child {
        width: 25% !important;
    }
    
    /* Other divs get 75% / 4 of the space */
    #qodef-page-footer-top-area .qodef-grid-item:not(:first-child) {
        width: calc(75% / 4) !important;
    }
}

@media (max-width: 767px) {
    footer {
        display: block; /* Ensure the footer content stacks vertically */
    }
    footer .qodef-grid-item {
        width: 100% !important; /* Each div takes the full width on mobile */
        margin-bottom: 10px; /* Optional: Add some spacing between items */
    }
}




/*--------------products on mobile screen----------------------------*/

#obtMobilesidePersonlizedNotificationBtn{display: none;}

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

#obtMobilesidePersonlizedNotification  .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#obtMobilesidePersonlizedNotification  .modal-footer {
    margin-top: 10px;
    text-align: center;
}

#obtMobilesidePersonlizedNotification  .close-modal {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#obtMobilesidePersonlizedNotification  .close-modal:hover {
    background-color: #005bb5;
}


.simple_pro_obt_btn {
  text-align: center !important;
}

/*products page on mobbile*/
@media only screen and (max-width: 680px) {

    .qodef-woo-product-list ul.products.columns-4 > .product {
        width: 48%;
    }

    .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
        width: 48%;
    }

    ul.products li .qodef-woo-product-content .qodef-woo-product-large{
        display: none;
    }
    /*.qodef-woo-product-list .qodef-woo-product-image {
      height: 150px !important ;
    }*/

    .pui-custom-buttons {
        display: flex;
        flex-wrap: wrap;
    }

    .pui-custom-buttons button{
        margin-top: 10px;
    }
    .proofing-msg-content button{
        margin-top: 10px ;
    }

     .shop_table_responsive {
        width: 100%;
        overflow-x: auto; /* Allow horizontal scrolling */
        display: block; /* Ensure the table is treated as a block element */
    }

    .cart-collaterals .shop_table_responsive {
        display: inline-table;
    }

    #product-personalize-button{
        display: none;
    }

    #obtMobilesidePersonlizedNotificationBtn{display: block;}


    /*-------single page products style-----------*/
     .pui-custom-buttons {
        display: flex;
        flex-direction: column; /* Stack items vertically */
        align-items: stretch; /* Ensure buttons take full width */
    }

    .pui-custom-buttons a,
    .pui-custom-buttons button {
        width: 100%; /* Make each button take the full width */
        margin-bottom: 10px; /* Add spacing between buttons */
    }


    .product_qty_continer .col-md-8{width: 100%}


    /* Remove extra margin for the last button */
    .pui-custom-buttons a:last-child {
        margin-bottom: 0;
    }


    /*-----------------------*/
    #customer_details .col-lg-7.col-md-7 {
       width: 100%;
    }

    #customer_details .col-lg-5.col-md-5 {
       width: 100%;
    }


}

/*---------saved products css------------*/

@media (min-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-navigation  {
        width: 17%;
        margin-right: 0;
        padding-right: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 12px;
    /*    font-weight: bold;*/
    }

    .woocommerce-account .woocommerce-MyAccount-content{
        width:80%;
       padding: 0px 15px;
    }

    table#savedproductsPage {
        font-size: 14px;
    }

    .job-list-section .pagination_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .job-list-section .itemsPerpage {
        display: flex;
        align-items: center;
    }

    .job-list-section .pagination {
        display: flex;
        gap: 10px; /* Optional: adds spacing between pagination links */
    }

    .job-list-section .page-numbers {
        margin-right: 5px; /* Adjust spacing between page numbers */
    }
}

/*------------------------------------------
    Checkout page shipping style
-----------------------------------------------*/
.woocommerce .woocommerce-shipping-totals th {
    display: block;
    width: 100%;
}

.woocommerce .woocommerce-shipping-totals td {
    display: block;
    width: 100%;
    padding: 0px !important;
  margin-top: 0px;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-shipping-totals td ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none; /* Remove bullets */
}

.woocommerce .woocommerce-shipping-totals td ul li {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Align checkbox and text vertically */
    margin-bottom: 10px; /* Space between items */
}

.woocommerce .woocommerce-shipping-totals td ul li input[type="radio"] {
    margin-right: 10px; /* Space between checkbox and label */
}

.woocommerce .woocommerce-shipping-totals td ul li label {
    flex-grow: 1; /* Ensure label takes up remaining space */
    display: block;
}

.woocommerce-shipping-destination {
  margin-top: 20px !important;
}

#shipping_method li label { line-height: 20px; }

.cart-collaterals .woocommerce-shipping-totals.shipping{
    display: none !important;
}


/*--------navigation menus--------*/

/*.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
  margin-left:18%;
}*/

/*-----------------------*/
@media screen and (min-device-width: 1025px) and (max-device-width: 1340px) {
    div#qodef-page-header-inner {
        padding: 0 25px;
    }
 
    .qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
        max-width: 100px;
        margin-right: 10px;
    }
 
    .qodef-header-navigation>ul>li>a>.qodef-menu-item-text {
        font-size: 11px;
    }
 
    #qodef-page-header .qodef-widget-holder span {
        font-size: 11px;
    }
 
    #qodef-page-header .qodef-widget-holder {
        margin-left: 10px;
    }
 
    p.customer-name {
        font-size: 11px;
    }
 
    p.customer-name span.icon_profile {
        padding-right: 3px;
    }
}
 


 
.cart-empty  .alert.alert-info {
    margin: auto;
    font-size: 18px;
    color: #000;
}


/*
-------------------------------------
*/
.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 3px 0 0;
  display: none;
}


/*order tables*/
.woocommerce-MyAccount-orders .button{
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px;
    padding: 4px 10px;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  display: block ruby;
  margin-top: 10px;
}