/* Style the Add to Cart button */
.single_add_to_cart_button {
    background-color: #1b1b1b; /* base green */
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 30px; /* makes it rounded */
    font-size: 16px;
    font-weight: normal;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.single_add_to_cart_button:hover {
    background-color: #71e6af; /* darker green on hover */
    transform: scale(1.03); /* slight zoom effect */
    cursor: pointer;
}

.add_to_cart_button{
	background-color: #1b1b1b; /* base green */
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 30px; /* makes it rounded */
    font-size: 16px;
    font-weight: normal;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.add_to_cart_button:hover{
	background-color: #71e6af; /* darker green on hover */
    transform: scale(1.03); /* slight zoom effect */
    cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .qty{
	width: 85px;
}

:root :where(.wp-block-woocommerce-product-button){
	padding: calc(0.667em + 2px) calc(1rem + 2px);
}


/* Uzair work */ 

.wp-block-post-title a {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0.6rem 0 1.2rem !important;
}

/* Align price center */
.wp-block-woocommerce-product-price {
    text-align: center;
    font-size: 14px;
    color: #000000;
}

/* Align pagination to the right */
.wp-block-query-pagination {
    justify-content: flex-end !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex !important;
}

/* Style the page number buttons */
.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-left: 5px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease;
    background: #fff;

}

/* Highlight current page */
.wp-block-query-pagination-numbers .current {
    background-color: #f5f5f5;
    pointer-events: none;
    font-weight: 600;
}

/* Hover effect */
.wp-block-query-pagination-numbers a:hover {
    background-color: #f1f1f1;
}


/* Visually hide the text inside next/prev buttons */
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    position: relative;
    color: transparent;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
}



/* Add arrow icon using ::after and ::before */
.wp-block-query-pagination-next::after {

    color: #333;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wp-block-query-pagination-previous::before {
 
    color: #333;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wp-block-query-pagination-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    margin-left: -16px !important;
    padding-left: 15px;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}


.wp-block-query-pagination-previous {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    margin-right: -23px !important;
    padding-left: 15px;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

    

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
    background-color: #f1f1f1;
}
.wp-block-query-pagination-next::after {
    content: "→";
}

.wp-block-query-pagination-previous::before {
    content: "←";
}

.woocommerce-breadcrumb a {
    color: #333 !important;
    text-decoration: none;
}

.single-product .wp-block-column h1 {
    text-align: left;
    letter-spacing: .6px !important;
    padding: 0 0 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-weight: 700;
}

.single-product .wp-block-woocommerce-product-price {
    text-align: left;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1;
}

.single-product .wp-block-post-excerpt {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0 0 15px !important;
}

.single-product .wp-block-add-to-cart-form {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0 0 15px !important;
}

/* Parent layout fix */
.single-product .wp-block-woocommerce-product-meta {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}


/* Labels like "ArtikelNr:" and "Category:" */
.single-product .wp-block-post-terms__prefix {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 13px;
}

/* Values */
.single-product .sku,
.single-product .taxonomy-product_cat a {
    color: #666 !important;
    text-decoration: none;
    font-size: 13px !important;
}


/* Force SKU & Category to stack vertically */
.single-product .wp-block-group.is-nowrap {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: baseline;
}




/* Make the tabs display inline-block and spaced */
.single-product .tabs.wc-tabs {
    text-align: center;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-product .description_tab, .single-product .reviews_tab {
    font-size: 14px;
}

.single-product .description_tab.active {
    border-top: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}
.single-product .reviews_tab.active {
    border-top: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}

.single-product .woocommerce-Tabs-panel--description{
    font-size: 14px;
}

.single-product .wp-block-heading {
    font-size: 24px;
    font-weight: 600;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
}

#reviews #review_form input#wp-comment-cookies-consent {
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}
#reviews #review_form input#submit {
    height: auto;
}

@media (max-width: 576px) {
  /* Make features grid 2 columns on mobile devices too */
    .single-product .description_tab, .single-product .reviews_tab {
        border-width: 2px !important;
    }

}
@media (max-width: 768px) {
  /* Make features grid 2 columns on mobile devices too */
    .single-product .description_tab, .single-product .reviews_tab {
        border-width: 2px !important;
    }

}

/* General form spacing */
.woocommerce #review_form_wrapper,
.woocommerce-page #review_form_wrapper {
  padding: 2rem 1rem;
  background: #f9f9f9;
  border-radius: 8px;
}


/*cart design*/
/* Cart Info Box Styling */
.woocommerce-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0 !important;
    font-weight: 400;
    color: #777 !important;
    border: 1px solid #ddd;
    padding: 18px 15px !important;
    border-top-width: 1px !important;
    border-top-color: #ddd !important;
    margin: 0 0 30px;
    text-transform: uppercase;
    background: none !important;
    box-shadow: none;
}

/* Replace English text with Swedish */
.woocommerce-info::before {
    content: "LOGGA IN FÖR ATT ANVÄNDA DINA RABATTPOÄNG:" !important;
    font-size: 12px !important;
}

/* Button Styling */
.woocommerce-info a.button {
    background: #000;
    padding: 6px 12px !important;
    border-radius: 10px;
    font-size: 0 !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-left: auto;
    letter-spacing: 0.6;
}

.woocommerce-info a.button::before {
    content: "LOGGA IN" !important;
    font-size: 12px !important;
}


.woocommerce-info a.button:hover {
    background: #71e6af;
}




/* ========== CART TABLE ========== */
.woocommerce-cart-form__contents {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.woocommerce-cart-form__contents th {
    text-align: left;
    padding: 12px !important;
    background-color: #f5f5f5;
    color: #444 !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart-form__contents td {
    padding: 14px 15px !important;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    font-size: 14px;
}

/* Product image */
.woocommerce-cart-form__contents .product-thumbnail img {
    width: auto;
    max-width: 60px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

/* Remove (×) button */

.woocommerce-cart-form__contents .product-remove {
    width: auto !important;
}
.woocommerce-cart-form__contents .product-remove a.remove {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #ccc;
    color: #999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    transition: all 0.3s ease;

}
.woocommerce-cart-form__contents .product-remove a.remove:hover {
    color: #fff;
    background: #e63946;
    border-color: #e63946;
}

.woocommerce-cart-form__contents .product-name a {
    text-decoration: none;
    color: #444;
}

.woocommerce-cart-form__contents .product-name a:hover {
 
    color: #71e6af;
}

/*.woocommerce-cart-form .quantity input[type=number] {
    width: 5em;
}*/

/* Quantity buttons */
.woocommerce-cart-form .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.woocommerce-cart-form .quantity input.qty {
    text-align: center;
    border: none;
    width: 75px !important;
    height: 38px;
}


/* Update Cart Button */
.woocommerce button[name="update_cart"] {
   
    background: #000;
    padding: 12px 22px !important;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgb(255, 255, 255) !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.woocommerce button[name="update_cart"]:hover {
    background: #71e6af;
}

.woocommerce-cart-form__contents tr td.actions {
    padding: 0px 15px !important;
}


/* === Cart Totals Box Styling === */
.cart-collaterals .cart_totals {
    border: 1px solid #ddd;
    padding: 28px;
    margin-bottom: 40px;
    width: 65.2% !important;
}

@media (max-width: 768px) {
    .cart-collaterals .cart_totals {
        width: 100% !important;
        padding: 20px;
    }
}
/* === Cart Totals Heading === */
.cart-collaterals .cart_totals h2 {
    text-align: center;
    margin: -28px -28px 14px;
    padding: 0.9em 20px;
    background-color: #f5f5f5;
    color: #444 !important;
    letter-spacing: 1px;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

/* === Cart Totals Table === */
.cart_totals table.shop_table {
    width: 100%;
    border-collapse: collapse;
}



.cart_totals table.shop_table tr {
    border-bottom: 1px solid #ddd;
}

.cart_totals table.shop_table th {
    border-right: 1px solid #ddd;
    padding: .8em !important;
    font-weight: 600 !important;
    color: #444!important;
    text-transform: none;
}

.cart_totals table.shop_table td {
    text-align: left;
    padding-left: 12px !important;
    font-size: 14px !important;
}


.cart_totals table.shop_table td .woocommerce-Price-amount {
    font-weight: 600 !important;
}

.cart_totals table.shop_table td ul li label {
    font-weight: 700 !important;
    color: #444!important;
}

    
.cart_totals table.shop_table small {
    font-size: 13px;
    color: #777;
}

/* === Payment Buttons Layout === */
.woocommerce .wc-proceed-to-checkout,
.woocommerce .wc-proceed-to-checkout ~ * {
    margin-top: 25px;
}

/* === Checkout Button === */
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 14px 20px;
    border-radius: 6px;
    letter-spacing: 1px;
    text-transform: none;
    transition: background-color 0.3s ease;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #71e6af;
    color: #444;
}

/* === Apple Pay, Google Pay, Link Buttons === */
.cart-collaterals .wc-stripe-payment-request-wrapper {
    margin-top: 15px;
}

.cart-collaterals .wc-stripe-payment-request-wrapper > div {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px;
    border-radius: 6px;
    overflow: hidden;
}



/*checkout page css*/

.col2-set {
    margin-bottom: 30px !important;
}
.woocommerce-checkout .col2-set h3 {
    font-size: 14px !important;
    position: relative;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
    letter-spacing: .8px;
    border-color: #ddd;

}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin-top: 2rem !important;

}

/* === Form Rows and Labels === */
.woocommerce-billing-fields .form-row {
    margin-bottom: -14px !important;
    display: flex;
    flex-direction: column;
}

.woocommerce-billing-fields label {
    font-size: 14px !important;
    color: #444 !important;
    margin: 0 0 -10px !important;
}

.woocommerce-billing-fields label .required{
    color: #e42234 !important;
    border: 0;
    visibility: visible !important;
}

/* === Input Fields === */
.woocommerce-billing-fields input.input-text,
.woocommerce-billing-fields select,
.woocommerce-billing-fields textarea {
    min-height: 40px !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    padding: 6px 12px !important;
    vertical-align: middle;
    color: #444 !important;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 3px !important;
    transition: all .3s;
}

.woocommerce-billing-fields input.input-text:focus,
.woocommerce-billing-fields select:focus,
.woocommerce-billing-fields textarea:focus {
    border-color: #111;
    outline: none;
}

/* === Inline Fields for First & Last Name === */
#billing_first_name_field,
#billing_last_name_field {
    display: inline-block;
    width: calc(50% - 10px);
}

#billing_first_name_field label,
#billing_last_name_field label{
    margin: 0 0 5px !important;
}



#billing_first_name_field {
    margin-right: 10px;
}

#billing_last_name_field {
    margin-left: 10px;
}

/* === Optional Field Placeholder === */
.woocommerce-billing-fields .optional {
    font-style: italic;
    font-size: 13px;
    color: #888;
}

/* === WooCommerce Shipping Fields Box === */
.woocommerce-shipping-fields {
    margin-top: 20px;
    margin-bottom: -14px !important;
    display: flex;
    flex-direction: column;
}

/* === Checkbox Label: "Ship to a different address?" === */
.woocommerce-shipping-fields h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-shipping-fields h3 span{
    font-weight: 800 !important;
    font-size: 14px;
}

.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox span::before {
    border: 2px solid #444 !important;
    margin-right: .8rem !important;
}


/* === Shipping Form Rows and Labels === */
.woocommerce-shipping-fields .form-row {
    display: flex;
    flex-direction: column;  
    gap: 5px !important;
}

.woocommerce-shipping-fields label {
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
}

.woocommerce-shipping-fields label .required{
    color: #e42234 !important;
    border: 0;
    visibility: visible !important;
}

/* === Shipping Input Fields === */
.woocommerce-shipping-fields input.input-text,
.woocommerce-shipping-fields select,
.woocommerce-shipping-fields textarea {
    zmin-height: 40px !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    padding: 6px 12px !important;
    vertical-align: middle;
    color: #444 !important;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 3px !important;
    transition: all .3s;
}

.woocommerce-shipping-fields input:focus,
.woocommerce-shipping-fields select:focus,
.woocommerce-shipping-fields textarea:focus {
    border-color: #111;
    outline: none;
}

/* === Inline Layout for First + Last Name (Optional) === */
#shipping_first_name_field,
#shipping_last_name_field {
    display: inline-block;
    width: calc(50% - 10px);
}

#shipping_first_name_field {
    margin-right: 10px;
}

#shipping_last_name_field {
    margin-left: 10px;
}

.woocommerce-additional-fields .form-row {
    display: flex;
    flex-direction: column;  
    gap: 5px !important;
}
/* === Order Notes Label Styling === */
.woocommerce-additional-fields #order_comments_field label {
    display: block;;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #444;
}

/* === Optional Text Styling === */
.woocommerce-additional-fields #order_comments_field .optional {
    font-weight: normal;
    color: #444;
    font-size: 14px;
    margin-left: 3px;
}

/* === Textarea Field Styling === */
.woocommerce-additional-fields #order_comments {
    width: 100%;
    padding: 15px;
    font-size: 14px!important;
    min-height: 160px;
    line-height: 1.5;
    box-sizing: border-box;
    resize: vertical;
    color: #444 !important;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 3px !important;
    transition: all .3s;
}


/* === Order Summary Container === */
/* Step 1: Order review table header redesign */
/* Step 1: Align Produkt left, Delsumma right & set background */
#order_review table.woocommerce-checkout-review-order-table thead {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    width: 156%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td{
   padding: 1rem 1rem 1rem 0.65rem !important;
}

/* Make table header row a flex container */
#order_review thead tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

/* Styling for header cells */
#order_review thead th {
    font-weight: 700 !important;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Align left and right */
#order_review thead th:first-child {
    text-align: left !important;
}

#order_review thead th:last-child {
    text-align: right!important;
    font-weight: 700 !important;s
}

#order_review .cart_item {
    font-size: 14px !important;
}
.woocommerce-checkout-review-order-table tbody {
    border: none !important;
}

#order_review .product-total {
    text-align: right;
}

#order_review .product-total .woocommerce-Price-amount{
    font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table th {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .8px;
    background-color: #f5f5f5;
    padding-left: 0.65rem !important;
}

#order_review .cart-subtotal td {
    text-align: right;
}

#order_review .cart-subtotal td .woocommerce-Price-amount{
    font-size: 14px !important;
    font-weight: 500 !important;
}
#order_review .woocommerce-shipping-totals ul li label {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .8px;
}

#order_review .order-total {
    border: none !important;
}

#order_review .order-total td {
    text-align: right;
    font-size: 14px !important;
}

#order_review .woocommerce-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0 !important;
    font-weight: 400;
    color: #777 !important;
    border: 1px solid #ddd;
    padding: 18px 15px !important;
    border-top-width: 1px !important;
    border-top-color: #ddd !important;
    margin: 20px 0 8px;
    text-transform: uppercase;
    background: none !important;
    box-shadow: none;
}
#order_review .woocommerce-info::before {
    content: "LOGGA IN FÖR ATT ANVÄNDA DINA RABATTPOÄNG:" !important;
    font-size: 12px !important;
}


#payment ul li label {
    background-color: #f5f5f5;
    width: 100%;
    padding: 14px 10px;
    font-weight: 700;
    letter-spacing: .8px;
    cursor: pointer;
}

#payment ul li label img.stripe-icon {
    float: right;
}

.woocommerce-page ul.wc_payment_methods li.wc_payment_method {
    margin-bottom: 0px !important;
}

#wc-stripe_klarna-upe-form {
    padding: 0px 0px;
}
.p-PaymentMethodMessaging p {
    font-size: 14px;
}

#wc-stripe_klarna-upe-form  .Text--redirect {
    font-size: 14px !important;
    padding-left: 0px !important;
}

.woocommerce-page input[type=radio][name=payment_method]~.payment_box {
    padding-left: 1rem !important;
}


#payment .form-row {
    display: block !important;
    font-size: 14px;
}

.woocommerce-checkout #payment button#place_order {
    letter-spacing: 1px !important;
    font-weight: 700 !important;
}

.woocommerce-checkout #payment button#place_order:hover {
    background-color: #71e6af;
    color: #000;
}

/* === Mini Cart Title Styling === */

h2.wc-block-mini-cart__title {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #444 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 900 !important;
    color: #444 !important;
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
    
    color: #97F5BB !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #444 !important;
}


table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #444 !important;
}


/* === Quantity & Remove Button Styling === */



/* Hide original text */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity  .wc-block-cart-item__remove-link {
    font-size: 0;
    color: transparent;
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -44px;
    margin-right: -50px;
    float: right;
}

/* Add X icon using ::before */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity  .wc-block-cart-item__remove-link::before {
  content: "×";
  font-size: 18px;
  font-weight: 600;
  color: #666;
  line-height: 1;
  display: block;
}

/* Hover style */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity  .wc-block-cart-item__remove-link:hover {
  background-color: #fff;
  border-color: #e60000;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity  .wc-block-cart-item__remove-link:hover::before {
  color: #e60000;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 900 !important;
    font-size: 18px !important;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    font-weight: 700 !important;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a{
    border-radius: 20px !important;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a.contained:hover{
    background-color: #71e6af;
    border: none;
}



/* Uzair work end */ 
span.wc-block-mini-cart__badge{
    top: -10px;
    font-weight: lighter;
    font-size: 0.75em;
}
button.cart-icon{
    font-size: 1rem;
}
.wc-block-mini-cart__button{
    gap: 0;
}

.wc-block-mini-cart__quantity-badge {
    position: relative;
    display: inline-block;
}

#payment .form-row p a{
    color: #00d66f !important;
    text-decoration-color: #00d66f !important;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
    line-height: 1 !important;
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    font-size: inherit;
    padding: 10px 4px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.woocommerce.wc-block-catalog-sorting select.orderby:focus{
    border: 1px solid #e0e0e0;
}

.checkout-full-wrapper {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin: 0 auto;
}

body.woocommerce-checkout header,
body.woocommerce-checkout footer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
