/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739359956
Updated: 2025-02-12 11:32:36

*/

a.carousel-arrow.carousel-next, a.carousel-arrow.carousel-prev {
    display: none!important;
}

.um_request_name label {
    display: none;
}
/*===my account===*/
nav.woocommerce-MyAccount-navigation {
     width: 27% !important; 
    /* float: none !important; */
    /* margin-bottom: 50px; */
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
nav.woocommerce-MyAccount-navigation ul li{
    display: flex;
    border: 3px solid #124b65;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li:hover{
    background: #0a3f5d;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li a{
     padding: 20px 10px 20px 94px;
     display: inline-block;
     z-index: 333;
     position: relative;
     width: 100%;
     z-index: 9;
     color: #0a3f5d;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-align: left;
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li a:hover, 
nav.woocommerce-MyAccount-navigation ul li a:active, 
nav.woocommerce-MyAccount-navigation ul li a:focus{
        background: transparent !important;
        text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li:before{
   content: "";
   position: absolute;
   width: 70px;
  height: 109%;
   background-color: #0a3f5d;
   left: -2px;
   /* right: 0; */
   top: -3px;
   margin: auto;
   border-radius: 0;
   font-size: 19px;
   line-height: 70px;
   color: #fff;
   display: inline-block;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li:first-child{}
nav.woocommerce-MyAccount-navigation ul li:nth-child(2){}
nav.woocommerce-MyAccount-navigation ul li:nth-child(3){}
nav.woocommerce-MyAccount-navigation ul li:nth-child(4){}
nav.woocommerce-MyAccount-navigation ul li:last-child{}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before{
        content: "\f007";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before{
        content: "\f290";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wps_subscriptions:before{
        content: "\f019";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before{
        content: "\f2b9";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before{
    content: "\f2bb";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--myreward-points:before{
    content: "\f51e";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before{
        content: "\f2f5";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist:before{
    content: "\f004";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--health-info:before{
    content: "\f21e";
}
nav.woocommerce-MyAccount-navigation ul li:hover:before{
            background-color: #60f0f9;
    color: #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:before {
    background-color: #0a3e5c;
    color: #60f0f9;
}
nav.woocommerce-MyAccount-navigation ul li.is-active{
    background: #60f0f9;
    color: #000000;
    border-color: #60f0f9;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{color: #000000;}
nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li:hover a{
    color: #ffffff;
}

.woocommerce-MyAccount-content {
     width: 71% !important; 
    /* float: none !important; */
    background: #f1f1f1;
    padding: 30px;
}
.woocommerce-MyAccount-content p{font-family: "Rubik", Sans-serif;}
.woocommerce-MyAccount-content p a {
    background-color: #0a3e5c;
    padding: 0.3em 1em 0.4em 1em;
    color: #ffffff;
    font-weight: 500;
    margin: 0 3px;
  
}
.woocommerce-MyAccount-content p:last-child a {
    background-color: #ffffff00;
    padding: 0;
    color: #000000;
    font-weight: 600;
    margin: 0
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after{
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 26px;
    height: 44px;
    background: #60f0f9;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    right: -16px;
    top: 0;
    margin: auto;
}
.woocommerce-Address-title {
}

.woocommerce-Address-title h2 {
    margin: 0;
    font-size: 23px;
    text-transform: uppercase;
}

.woocommerce-Address-title a.edit {
    text-align: left;
    float: left !important;!i;
    margin: 5px 0 15px;
    color: #0a3e5c;
    text-decoration: underline;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 15px;
    border-color: #d0d0d0;
    border-radius: 10px;
}

.woocommerce-MyAccount-content fieldset {
    padding: 25px;
    background: #dddddd;
    border-radius: 10px;
    margin: 20px 0;
} 
.woocommerce button.button,
.woocommerce-info .button, .woocommerce-message .button, .woocommerce a.checkout-button,
a.woocommerce-button {
        padding: 16px 25px !important;
    text-align: center;
    background-color: #073a59 !important;
    color: #fff !important;
    transition: all 400ms;
    border-radius: 50px !important;
    display: inline-block;
    line-height: 15px !important;
    font-weight: 400 !important;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
    border-radius: 10px;
        height: 49px;
    
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 49px;
        padding: 0 15px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 5px;
}
td.woocommerce-orders-table__cell a.woocommerce-button.button {
    margin: 3px;
}
/*===*/
.um .um-form input[type=password], 
.um .um-form input[type=search], 
.um .um-form input[type=tel], 
.um .um-form input[type=text] {
    color: #666;
    border-radius: 10px;
    height: 45px !important;
}

.um input[type=submit].um-button {
    background: #0b405d !important;
    border-radius: 50px !important;
}
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #6ef8fe !important;
    border-radius: 50px !important;
}
.um-field-label .um-field-label-icon {
    margin: 0 2px 0 0 !important;
}
.um-field-label .um-field-label-icon i {
    font-size: 14px !important;
    top: 4px !important;
}
.um .um-form textarea {
    border-radius: 10px;
}
/*===woocom single page tab===*/

/* Tabs Container */
.woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: flex-start; /* Align tabs to the left */
    padding: 0;
    gap: 25px;
    border-bottom: none; /* Remove bottom border */
    justify-content: center;
}

/* Individual Tab Styling */
.woocommerce-tabs ul.tabs li {
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    padding-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    border: 0 !important;
    background: transparent !important;
}

/* Active Tab Styling */
.woocommerce-tabs ul.tabs li.active {
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #073a59 !important;
}

/* Add a simple underline effect for the active tab */
.woocommerce-tabs ul.tabs li.active::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: black;
    position: absolute;
    bottom: -3px;
    left: 0;
}


/* Active Tab Styling */
.woocommerce-tabs ul.tabs li.active {
    color: black;
    
}
/* Tab Content Box */
.woocommerce-Tabs-panel {
    background: #ffffff;
    padding: 20px 0;
    margin-top: 10px;
}




.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description ul li:after {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0;
    left: 0;
    color: #3C8E94;
    text-align: left;
    top: 1px;
}
/* Style the Additional Information Tab */
.woocommerce-Tabs-panel#tab-additional_information {
    background: #ffffff; /* Light grey background */
    padding: 20px;
    border-radius: 10px; /* Soft rounded corners */
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}

/* Style the Table inside Additional Information Tab */
.woocommerce-Tabs-panel#tab-additional_information table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
    margin-bottom: 0;
}

/* Table Rows */
.woocommerce-Tabs-panel#tab-additional_information tr {
    border-bottom: 1px solid #ddd;
}

/* Table Cells */
.woocommerce-Tabs-panel#tab-additional_information th,
.woocommerce-Tabs-panel#tab-additional_information td {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
}

/* Style Table Headers */
.woocommerce-Tabs-panel#tab-additional_information th {
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    line-height: 1.9;
}

/* Style Table Data */
.woocommerce-Tabs-panel#tab-additional_information td {
    color: #555;
}

/* Add Icons to Table Rows (Using FontAwesome) */
.woocommerce-Tabs-panel#tab-additional_information tr:nth-child(1) th::before {
    content: "\f02b"; /* FontAwesome info icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.woocommerce-Tabs-panel#tab-additional_information tr:nth-child(2) th::before {
    content: "\f0c3"; /* FontAwesome flask icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.woocommerce-Tabs-panel#tab-additional_information tr:nth-child(3) th::before {
    content: "\f2f1"; /* FontAwesome weight icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}




.woocommerce-tabs div#tab-description {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}

/* Style the Reviews Tab */
.woocommerce-Tabs-panel#tab-reviews {
    background: #f5f5f5; /* Light background */
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}

/* Style the Review List */
.woocommerce-Reviews .commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual Review Box */
.woocommerce-Reviews .commentlist li {
    background: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Reviewer Name */
.woocommerce-Reviews .commentlist .woocommerce-review__author {
    font-weight: bold;
    color: #222;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

/* Review Date */
.woocommerce-Reviews .commentlist .woocommerce-review__published-date {
    font-size: 14px;
    color: #777;
    display: block;
    margin-bottom: 8px;
}

/* Star Rating */
.woocommerce-Reviews .star-rating {
    color: #FFD700; /* Gold color for stars */
    font-size: 16px;
    margin-bottom: 8px;
}

/* Review Text */
.woocommerce-Reviews .comment-text {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

/* Review Form - Title */
#reply-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

/* Review Form Inputs */
#commentform textarea, 
#commentform input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

/* Submit Button */
#commentform input#submit {
    background: #073a59 !important;
    color: white !important;
    /* border: none; */
    padding: 18px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: background 0.3s;
}

#commentform input#submit:hover {
    background: #444;
}



.woocommerce #review_form label {
    margin-bottom: 9px;
}

.woocommerce p.stars a {
    color: #073a59;
}
/*===*/

ul.wl-wishlist-compare-txt {
    display: none !important;
}
ul.wl-wishlist-compare-txt {
    display: none !important;
}

.woocommerce-variation-add-to-cart .wl-quantity-wrap {
    /* background: #ffffff; */
}

.woocommerce-variation-add-to-cart .wl-quantity-wrap .wl-quantity-cal {
    background: #ffffff !important;
}

.woocommerce-variation-add-to-cart  button.single_add_to_cart_button {
    /* width: 356px !important; */!u;!;
}

.woocommerce-variation-add-to-cart  .wl-cart-wrap {
    width: 100% !important;
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .variations {
    /* border-radius: 10px !important; */
    margin: 15px 0 0 !important;
}

.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
    border-radius: 10px;
    background: transparent !important;
    padding: 0;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
}

.woocommerce-variation-price span.price {
    color: #073a59 !important;
    font-size: 30px !important;
    font-weight: 600;
    
}

.woocommerce-variation-add-to-cart .wl-cart-wrap a.added_to_cart {
    color: #073a59;
    text-align: center;
    width: 165px;
}

/*===*/
/* Modal Background */
.cons-list .modal-content {
    background: #ffffff; /* White background */
    border-radius: 12px; /* Soft rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
    border: none;
}

/* Modal Header */
.cons-list .modal-header {
    background: #3c8e94; /* Dark header */
    color: white; /* White text */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px;
    text-align: center;
    justify-content: center;
}

/* Modal Title */
.cons-list .modal-title {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

/* Close Button */
.cons-list .modal-header .btn-close {
    background-color: white; /* White close button */
    opacity: 1;
    filter: invert(1); /* Makes it visible on dark background */
    display: none;
}

/* Modal Body */
.cons-list .modal-body {
    padding: 20px;
    font-size: 16px;
    color: #444;
}

/* Style Text Inside Modal */
.modal-body p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.cons-list .modal-body strong {
    color: #222; /* Dark color for headings */
}

/* Download Link */
.cons-list .modal-body a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.cons-list .modal-body a:hover {
    text-decoration: underline;
}

/* Prescription Image */
.cons-list .modal-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 10px;
    display: block;
}

/* Modal Footer */
.cons-list .modal-footer {
    background: #f8f8f8; /* Light background */
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 12px;
    justify-content: center;
}

/* Buttons */
.cons-list .modal-footer .btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Secondary Button */
.cons-list .modal-footer .btn-secondary {
    background: #666;
    border: none;
    color: white;
}

.cons-list .modal-footer .btn-secondary:hover {
    background: #444;
}
.cons-list table tr {
    text-align: center;
}

/*===*/
/* Password Form Container */
.post-password-form {
    background: #ffffff; /* White background */
    padding: 25px;
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
    border: 1px solid #ddd;
}

/* Form Text */
.post-password-form p {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

/* Password Input Field */
.post-password-form input[type="password"] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 5px;
    outline: none;
    transition: border 0.3s ease-in-out;
}

.post-password-form input[type="password"]:focus {
    border: 1px solid #007bff; /* Highlight on focus */
}

/* Submit Button */
.post-password-form input[type="submit"] {
    background: #073a59; /* Blue color */
    color: white;
    font-size: 16px;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    width: 66%;
    margin-top: 10px;
    border: 1px solid #073a59;
}

.post-password-form input[type="submit"]:hover {
    background: #0056b3; /* Darker blue on hover */
}



/* ---- CART PAGE CONTAINER ---- */

/* ---- TABLE STYLING ---- */
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    background: transparent;
    text-align: left;
    padding: 19px 12px;
}

.woocommerce table.shop_table td {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
}

/* ---- REMOVE DEFAULT BORDER FROM TABLE ---- */
.woocommerce table.shop_table, 
.woocommerce table.shop_table td, 
.woocommerce table.shop_table th {
    border: none;
}

/* ---- CART ITEM IMAGES ---- */
.woocommerce-cart-form__cart-item img {
    width: 60px !important;
    max-width: 70px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 3px;
}

/* ---- QUANTITY INPUT STYLING ---- */
.woocommerce-cart-form .quantity input {
    width: 45px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fafafa;
}



.woocommerce button.button:hover {
    background: #000;
}

/* ---- CART TOTALS BOX ---- */
.cart_totals {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: none;
}

/* ---- CART TOTALS HEADER ---- */
.cart_totals h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}






.woocommerce table.shop_table td a {
    color: #073a59;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 50px;
    padding: 11px;
    width: 260px;
}

/*=====Checkout page======*/
#customer_details {
    margin-bottom: 30px;
}
.shipping-pickup-store .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
}
.shipping-pickup-store .select2-container--default .select2-selection--single {
    height: 49px;
    border-radius: 10px;
}

/*===Thank you page===*/
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    margin: 0 0 50px;
    border: 4px dashed #0b405d;
    padding: 30px;
    border-radius: 10px;
    font-size: 25px;
    text-transform: uppercase;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
    border: 1px solid #959595;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    border: 0;
}


h2.woocommerce-order-details__title {
    margin: 40px 0 10px;
}
.woocommerce-table__product-name ul.wc-item-meta {
    margin: 0;
    padding: 0;
}
/*===*/
.rotataImages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.rotataImages img {
    position: absolute;
    visibility: hidden;
    max-width: 100%;
    height: auto
}

.rotataImages .show {
    visibility: visible
}

.canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 8;
    height: 100%;
    width: 100%
}

.rotata-toggler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10
}

.progress {
    margin: 8px auto;
    padding: 0;
    width: 100px;
    height: 4px;
    overflow: hidden;
    background: var(--gray-200);
    border-radius: 3px
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: var(--gray-600)
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px
}

.circle-bg {
    fill: none;
    stroke: var(--gray-200);
    stroke-width: 4
}

.circle {
    fill: none;
    stroke-width: 4;
    animation: progress 1s ease-out forwards
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}
.post-password-form {
	
}
.post-password-form label {
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: 600;
	text-align:left;
	width:100%;
}
.post-password-form p {
	flex-direction: column;
}
.post-password-form input[type="submit"] {
	width:100%;
	
}
.post-password-form input[type="submit"]:hover {
	background-color: #3c8e94;
	border-color:#3c8e94!important
}
.cons-list .modal-body p {
	border:1px solid #ddd;
	padding:10px 15px;
	border-radius:6px;
}
.cons-list .modal-body hr {
	margin:10px 0;
}
.cons-list .modal-body textarea {
	height: 100px;
    border: 1px solid #ddd;
}

.cons-list a.btn.btn-primary {
	background: #0b405d !important;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 10px 30px !important;
	border: 0 !important;
}
.modal-body .image_box img {
	max-width: 50%!important;
	margin:auto!important;
}
.medi_box_wrap {
	padding:50px;
	box-shadow:0px 0px 15px #ddd;
	border-radius:10px;
}
.medi_customer_info_box {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:15px;
}
.medi_customer_info_box p {
	border:1px solid #ddd;
	padding:10px 15px;
	border-radius:6px;
	width: 100%;
	margin-bottom: 0 !important;	
}
.medi_name, .medi_phone, .medi_email {
	width:32.30%!important;
	margin-bottom:0!important;
	position:relative;
}
.prescription_box img {
	max-width: 50% !important;
	margin: auto !important;
}

.medi_form_label label {
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: 600;
	text-align:left;
	width:100%;
	margin: 15px 0 5px 0px;
	display:inline-block;
}
.medi_btn_box {
	margin-top:20px;
}
.medi_btn_box [type="submit"] {
	background: #0b405d !important;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 10px 30px !important;
	border: 0 !important;
}
.medi_btn_box [type="submit"]:hover {
	background-color: #3c8e94;
	color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0b405d !important;
	color: white;
}
.phy-con-btn {
	margin-bottom:15px;
}
.order-list .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 1.5% 2.992em 0;
	width: 23.5%;
/*	border:1px solid #ddd;*/
    padding:15px;
	border-radius:5px;
}
.order-list .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color:#222;
	font-size:17px;
	font-weight:600;
}
.order-list .woocommerce ul.products li.product a img {
	margin-bottom: 5px;
	border-radius:5px;
}
.woocommerce ul.products li.product .button {
	padding:16px 25px;
    text-align: center;
    background-color: #073a59;
    color: #fff;
    transition:all 400ms;
    border-radius:50px;
    display: block;
    line-height: 15px;
}
.single .woocommerce ul.products li.product .button:hover, .single .single_add_to_cart_button:hover {
    background-color: #3c8e94;
    color: #fff;
}
.single .single_add_to_cart_button {
    padding: 16px 40px !important;	
}
.order-list .tinv-wraper.tinv-wishlist {
	font-size: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.single .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0;
}
.single .woocommerce a.added_to_cart {
	margin-top:0px
}
.single button.button.loading::after {
	top:17px;
}
.woocommerce button.button {
	padding: 16px 40px !important;
	text-align: center;
	background-color: #073a59 !important;
	color: #fff !important;
	transition: all 400ms;
	border-radius: 50px !important;
	display: inline-block;
	line-height: 15px !important;
	font-weight: 400 !important;
}
.lwss_selectable.lws-wr-cart {
	padding: 15px!important;
}
.lwss_selectable.wr-cart-use-label {
	padding-right: 10px;
}
.lwss_selectable.wr-input-amount {
	padding: 0 14px;
	width: 150px;
	border-radius: 5px;
}
.lwss_selectable.wr-cart-buttons {
	margin-top: 15px;
}
.shipping-pickup-store .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px !important;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -13px;
	margin-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px!important;
	right: 10px!important;
}
.woocommerce-columns--addresses.col2-set h2 {
	font-size:30px;
}
.woocommerce table.my_account_orders .button {
	margin-right: 10px;
}
.page-id-10 .woocommerce .col2-set .col-1, .page-id-10 .woocommerce-page .col2-set .col-1, .page-id-10 .woocommerce .col2-set .col-2, .page-id-10 .woocommerce-page .col2-set .col-2 {
	border: 1px solid #073a59;
	padding: 20px;
	border-radius:10px;
}
.sch-con-frm input {
    background-position: 88% 10px!important;
}
.page-id-9 .woocommerce .woocommerce-customer-details address {
	padding: 20px 20px;
	box-sizing: border-box;
	min-height: 200px;
}
.medi_assigned_medications {
	margin-top:15px;
}
.feedback-form label {
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: 600;
	text-align: left;
	width: 100%;
	margin-bottom:5px;
	margin-top:10px;
}
.feedback-form button {
	padding: 16px 25px;
	text-align: center;
	background-color: #073a59;
	color: #fff;
	transition: all 400ms;
	border-radius: 50px;
	display: block;
	line-height: 15px;
	border:0;
	margin-top:10px;
}
.feedback-form button:hover {
	background-color: #3c8e94;
    color: #fff;
}
.um-account-side {
	background-color: #fff;
	padding: 20px!important;
	border:1px solid #ddd!important;
}
.um a.um-link, .um-account-side li a.current span.um-account-icon {
	color: #073a59!important;
}
.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
	color: #073a59!important;
}
.um-request-button {
	background-color: #3c8e94!important;
	color:#fff!important;
}
.page-id-78 .um-field .select2-container--default .select2-selection--single .select2-selection__rendered, .page-id-78 .um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 25px!important;
}
.page-id-78 .um-field-area {
	margin-top: 10px!important;
}
.single-product-section {
	padding-right:5%;
}
.single_add_to_cart_button.button.added {
	width:auto!important;
}
.woocommerce a.added_to_cart {
	padding-top: 0;
}
	.single-product-section span.hfe-breadcrumbs-home-icon {
	    margin-right: 0;
    }
	.single-product-section .hfe-breadcrumbs.hfe-breadcrumbs-show-home {
		margin-bottom: 15px;
	}
	.single-product .elementor-987 .elementor-element.elementor-element-004a41c > .elementor-widget-container {
	    margin: 0px 0px 0px 0px!important;
}

.pp-services-sub-title {
	margin-bottom:15px;
	font-size:18px;
	font-weight:600;
}
.home-pp-services-list {
	padding-left:0;
	margin-right:0;
	min-height: 177px;
}
.home-pp-services-list li {
	position:relative;
	line-height:1.5;
	padding-left:27px;
	list-style:none;
	margin-bottom:10px;
}
.home-pp-services-list li::before {
	content:"";
	background-image:url('/wp-content/uploads/2025/04/Vector-22.svg');
	background-size:18px;
	position:absolute;
	top:0px;
	left:-4px;
	width:25px;
	height:25px;
	background-position:center;
	background-repeat:no-repeat;
}


.header_search_nav {}

.header_search_nav .search_form {}

.header_search_nav .search_form .woocommerce-product-search {
    display: flex;
    position: relative;
}

.header_search_nav .search_form .woocommerce-product-search input.search-field {
    padding: 14px;
    border-radius: 10px;
    width: 100%;
}

.header_search_nav .search_form .woocommerce-product-search  input[type="submit"] {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #818a91;
    background-image: url(images/search.png);
    font-size: 0;
    border: 0;
    border-radius: 0 10px 10px 0;
    width: 54px;
    padding: 0;
        background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}
.about-last-banner a {
	color:#fff;
	text-decoration:underline;
	
}
/*===modal popup===*/
.premium-modal-box-modal-header button.premium-modal-box-modal-close {
    position: absolute;
    right: -1px;
    z-index: 4;
    top: -1px;
}
.premium-modal-box-modal-body {
    display: flex;
    align-items: center;
    gap: 50px;
}

.premium-modal-box-modal-body p {
    width: 60%;
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 400;
}

.premium-modal-box-modal-body p:last-child {
    width: 40%;
    border: 1px solid #dddddd;
    padding: 40px;
}
/*===*/
.pagination_box {
    display: block !important;
    text-align: right;
}
.pagination_box a {
    font-weight: 600;
    text-decoration: underline;
}
.container {
    max-width: 1140px;
    padding: 0;
}
/*===product shop page===*/
.product_content_wrap {
    padding: 50px 0 80px;
}

.product_content_area {
    display: flex;
    gap: 70px;
}

.product_content_area .left_content_area {
    width: 40%;
}

.product_content_area .right_content_area {
    width: 60%;
}
a.btn.service_btn {
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    border-radius: 50px;
    background: #3c8e94;
    color: #ffffff;
}

.product_content_area .left_content_area h3.text_heading {
    margin: 50px 0 20px;
    font-weight: 600;
    color: #073a59;
}

.medicine_grid {
    display: grid;
    grid: 3;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.medicine_card {
    text-align: center;
    padding-bottom: 20px;
}

.medicine_card img {
    height: 140px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.medicine_card h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: .5em 0;
}

.medicine_card p {
    color: #3c8e94;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}
.medicine_list .pagination {
    justify-content: center;
    gap: 8px;
}

.medicine_list .pagination .page-numbers {
    background-color: #3c8e94;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
}

.medicine_list .pagination  .page-numbers.current {
    background: #7a7a7a;
}
/*====product single page=====*/
nav.woocommerce-breadcrumb {
    /* padding-top: 60px; */
    display: block;
    margin-top: 40px !important;
}

.woocommerce div.product div.summary .price {
    color: #3c8e94;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 17px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 60px !important;
}

.related.products {
    margin-top: 60px;
}

.products li.product {
    padding: 0 !important;
    text-align: center;
}

.related.products h2 {
    margin-bottom: 30px;
}


.single .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 10px;
}
.wps_sfw_subscription_inner_wrapper {
    margin-bottom: 15px;
}

.wps_sfw_subscription_wrapper label, .wps_sfw_subscription_wrapper p {
    font-size: 16px;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}

.woocommerce .quantity .qty {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #073a59;
    border-top: 1px solid #073a59;
}
.price {
    color: #3c8e94 !important;
    font-weight: 600 !important;
    margin-bottom: .5em;
    font-size: 17px;
}
.products li.product img {
    height: 190px !important;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.related.products li.product .wps_sfw_subscription_wrapper {
    display: none;
}
/* ---- RESPONSIVE DESIGN ---- */

@media (max-width: 1199px) {
	.cons-list {
		overflow:auto;
	}	
	.medi_name, .medi_phone, .medi_email {
	  width: 32.30% !important;
}
	nav.woocommerce-MyAccount-navigation ul li {
	  border: 2px solid #124b65;
	  width: 32%;
        margin: 0;
}
    nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
    }
    .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-top: 40px;
}
	nav.woocommerce-MyAccount-navigation ul li.is-active::after {
	content: "";
    display:none;
}
	nav.woocommerce-MyAccount-navigation ul {
	   gap: 14px;
	   justify-content: start;
}
	.woocommerce-MyAccount-content {
	   padding: 30px;
}
	.woocommerce div.product div.images {
	    margin-bottom: 0;
    }
/*
	.woocommerce-tabs.wc-tabs-wrapper {
		padding-right:5%!important;
		padding-left:5%!important;
	}
*/
	.elementor-9 .elementor-element.elementor-element-ff37bd3 {
		padding-left:5%;
		padding-right:5%;
	}

	
	

}
@media screen and (max-width: 1024px) {
.container {
    max-width: 1140px;
    padding: 0 5%;
}
}
@media screen and (max-width: 991px) {    
	.phy-con-btn button {
	    width: 100%!important;
     }
	input#consultation_time {
	    width: 25%!important;
		margin-top: 0px;
    }
	input#consultation_date {
	    width: 25%!important;
		margin-right:10px!important;
    }
	.medi_box_wrap {
	    padding: 20px;
    }
	.medi_name, .medi_phone, .medi_email {
	    width: 100% !important;
}
    .order-list .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	   width: 31.5%;
	   margin-bottom:20px!important;
}
	.woocommerce-MyAccount-content {
	  padding: 30px;
}
	.woocommerce table.my_account_orders .button  {
		padding: 13px 20px !important;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	   display: block;
	   text-align: right !important;
}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
	   display: none;
}
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
	  display: none;
}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	   content: attr(data-title) ": ";
	   font-weight: 700;
	  float: left;
    }
	.woocommerce table.my_account_orders .button:last-child {
		margin-right:0!important;
	}
	
	.woocommerce-tabs div#tab-description {
	   padding: 20px!important;
    }
	.age-id-8 .woocommerce button.button {
	   padding: 16px 30px !important;
}
	.product_content_area {

    flex-direction: column;
}
.product_content_area .left_content_area {
    width: 100%;
}

.product_content_area .right_content_area {
    width: 100%;
}		
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
@media screen and (max-width: 800px) {  
	input#consultation_time {
	   width: 100%!important;
	   margin-top: 10px;
}
	input#consultation_date {
	  width: 100%!important;
	  margin-right: 0!important;
	  margin-top: 10px;
	  margin-bottom: 15px;
}
}
@media screen and (max-width:891px) and (min-width:590px) {  
	div.uimob800 .um-account-side {
	  width: 15%!important;
}
	div.uimob800 .um-account-main {
	  width: 85%!important;
	  max-width: 100%!important;
}
}
@media screen and (max-width:589.5px) and (min-width:556px) {  
	div.uimob800 .um-account-side {
	  width: 20%!important;
}
	div.uimob800 .um-account-main {
	  width: 80%!important;
	  max-width: 100%!important;
}	
}



@media screen and (max-width: 991px) and (min-width: 767.5px) {  
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 50px;
	box-shadow: none;
}
}
@media (max-width: 768px) {
       .woocommerce-tabs ul.tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
		.d-mlobile-none {
		display:none;
	}
	
	.prescription_box img {
	   max-width: 100% !important;
    }
	.cons-list .modal-title {
	   font-size: 25px;
    }

    .woocommerce-tabs ul.tabs li {
        font-size: 16px;
    }
    .woocommerce-cart-form {
        padding: 15px;
    }

    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-cart-form__cart-item img {
        max-width: 60px;
    }

    .woocommerce a.checkout-button {
        width: 100%;
        display: block;
    }

    .woocommerce-Tabs-panel#tab-reviews {
        padding: 15px;
    }

    .woocommerce-Reviews .commentlist li {
        padding: 10px;
    }

    .woocommerce-Reviews .commentlist .woocommerce-review__author {
        font-size: 16px;
    }

    #commentform textarea, 
    #commentform input {
        font-size: 14px;
    }
 
    .woocommerce-Tabs-panel#tab-additional_information {
        padding: 15px;
    }

    .woocommerce-Tabs-panel#tab-additional_information th,
    .woocommerce-Tabs-panel#tab-additional_information td {
        font-size: 14px;
    }
	.phy-con-btn button {
	    width: 100%!important;
     }
	.modal-body .image_box img {
	    max-width: 100% !important;
    }
	.medi_box_wrap {
	    padding: 20px;
    }
	.page-id-1223 .cons-list a.btn.btn-primary, .page-id-1223 .cons-list button {
	   padding: 10px 21px !important;
}
	.order-list .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	   width: 48%;
	   margin-bottom:20px!important;
}
	.woocommerce-MyAccount-content {
	   padding: 20px;
}
	nav.woocommerce-MyAccount-navigation ul li {
	   border: 2px solid #124b65;
	   width: 48%;
}
	nav.woocommerce-MyAccount-navigation ul li.is-active::after {
	  content: "";
      display:none;
}
	nav.woocommerce-MyAccount-navigation ul {
	  gap: 14px;
	  justify-content: start;
}
   .woocommerce-Address-title h2 {
	  font-size: 22px;
}
   .page-id-10 .woocommerce .col2-set .col-1, .page-id-10 .woocommerce-page .col2-set .col-1, .page-id-10 .woocommerce .col2-set .col-2, .page-id-10 .woocommerce-page .col2-set .col-2 {
      margin-bottom:20px;
}
   .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	  width: 100%;
}
   .woocommerce-MyAccount-content h3 {
	    font-size:25px;
	}
/* 	.woocommerce div.product form.cart .variations select {
		max-width:50%
	} */
	.page-id-8 .woocommerce-cart-form {
	padding: 0;
}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	padding: 20px;
	font-size: 20px;
}
	.woocommerce .woocommerce-order-details {
		margin-bottom:0px
	}
	.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
		margin-top:20px;
	}
	.woocommerce-columns--addresses.col2-set h2 {
	   font-size: 22px;
}
	.page-id-9 .woocommerce .woocommerce-customer-details address {
	   min-height: auto;
}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	  justify-content: start;
}
	.woocommerce ul.order_details::before {
		display:none;
	}

.woocommerce div.product div.summary {
    padding-top: 40px;
    margin-bottom: 1em;
}
	.related.products {
    margin-top: 60px;
    margin-bottom: 60px;
}
}
@media (max-width: 767.5px) {
		input#consultation_time {
	    width: 25%!important;
		margin-top: 0px;
}
	input#consultation_date {
	    width: 25%!important;
		margin-right:10px!important;
}
    .product_content_area .left_content_area h3.text_heading {
    margin: 30px 0 20px;
    font-size: 22px;
}
    .medicine_grid {
    grid-template-columns: 1fr 1fr;
}
    body:not([class*=elementor-page-]) .site-main {
    padding: 0 5%;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0;
    width: 100%;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none;
    }
    .products li.product img {
    height: 140px !important;
    margin: 0 !important;
}
	}

@media screen and (max-width: 640px) {   
	
	input#consultation_time {
	   width: 100%!important;
	   margin-top: 10px;
}
	input#consultation_date {
	  width: 100%!important;
	  margin-right:0!important;
	  margin-top: 10px;
	  margin-bottom: 15px;
}
   .page-id-1223 .cons-list a.btn.btn-primary{
		margin-bottom:10px;
	}
	.woocommerce table.my_account_orders .button  {
		margin-bottom:10px;
		padding: 13px 20px !important;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
	  padding: 11px 15px;
	   width: 230px;
}
	
	#ship-to-different-address span {
		font-size:20px!important;
	}

	

}



@media (max-width: 576px) {
   .cons-list  .modal-content {
        width: 95%;
        margin: auto;
    }

    .cons-list .modal-body {
        padding: 15px;
    }

    .cons-list .modal-footer {
        padding: 10px;
    }

    .post-password-form {
        width: 90%;
        padding: 20px;
    }
	.order-list .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	   margin: 0;
	   width: 100%;
	margin-bottom:20px!important;
}
	nav.woocommerce-MyAccount-navigation ul li {
	border: 2px solid #124b65;
	width: 100%;
}
	nav.woocommerce-MyAccount-navigation ul li.is-active::after {
	content: "";
    display:none;
}
	nav.woocommerce-MyAccount-navigation ul {
	gap: 14px;
}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
	    width: 100%;
		margin-bottom:15px;
}
	.woocommerce-page table.cart td.actions .coupon .button {
	    width: 100%;
	}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	  font-size: 18px;
}
	.premium-testimonial-img-wrapper {
		width:90px!important;
		height:90px!important;
	}
}
@media screen and (max-width: 414px) {   
	.woocommerce table.my_account_orders .button  {
		margin-bottom:10px;
		margin-right:0px;
		padding: 13px 27px !important;
	}
	.lwss_selectable.lws-wr-cart {
	    flex-direction: inherit!important;
}
	.lwss_selectable.wr-cart-buttons {
	    flex-direction:column;
}
	.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	    top: 0;
}
	.page-id-9 .woocommerce-button.button.pi_reorder.order-actions-button {
		padding: 14px 18px !important;
	}
	

}

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






