.ae-product-item-thumbnail {
    position: relative;
    display: inline-block;

    margin-right: 14px;
}

.ae-product-item-thumbnail img{
    border-radius: 5px;
}


.ae-product-quantity-badge-cont {
    position: absolute;
    top: -10px;
    right: -10px;
}

.ae-product-quantity-badge {
    background-color: #f00; /* Adjust color as needed */
    color: #fff;
    font-size: 12px;
    padding: 4px 8px 1px 8px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}


/* displaying in a line Shipping and its value in Review order detail */
/* Target the specific <td> with data-title="Shipping" */


/* .woocommerce-shipping-totals .woocommerce-shipping-methods li {
    margin-right: 10px;
}

.woocommerce-shipping-totals .shipping_method + label {
    margin-left: 5px;
} */

.woocommerce-shipping-totals th{
    display: block !important;
}

.woocommerce-shipping-totals td:before {
    display: none !important;
}


/* BUY IT NOW---------------------------------------------- */
.button.ae-buyitnow-cart-button{
width: 100%;
background: #000000 !important;
border-radius: 8px !important;
border: 2px solid #000000 !important;

min-height: 45px !important;

}

/* Add to cart button existing */
.ct-cart-actions{
flex-direction: column;
}

button.single_add_to_cart_button.button.alt {
    width: 100% !important;
    max-width: 100% !important;

background: #ffffff !important;
color: #000000 !important;

border-radius: 8px !important;
border: 2px solid #000000 !important;

min-height: 45px !important;
}

/* /Add to cart button existing */



/* CUSTOM FIELDS SINGLE PRODUCT, FEATURES */
.ae-product-features {
    order: 1 !important;
}




/* 11/20/24 */
/* Description accordian SP */
/* 11/20/24 */
/* CUSTOM FIELDS SINGLE PRODUCT, FEATURES */
.ae-product-description-accordion {
    /* border: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;

    margin-top: 20px;
    border-radius: 5px;
}

.ae-accordion-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ae-accordion-header h2 {
    margin: 0;
    font-size: 16px;
}

.ae-accordion-toggle {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.ae-accordion-icon {
    max-width: 14px;
    width: 100%;
    height: auto;
    display: block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.ae-accordion-icon.open {
    transform: rotate(180deg);
}

.ae-accordion-content {
    padding: 15px;
    background: #fff;
    display: none;
}


/* new 12/23/24 */
/* Styles for the custom checkout header */
.ar-custom-checkout-header {
    max-width: 1312px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.ar-site-name {
    font-size: 1.4em;
    font-weight: 400;
    text-align: left; /* Align the text to the left */
	color: #000000;
}
.ar-site-name a {
	color: #000000;
}
.ar-site-name a:hover {
	color: #000000;
}
.ar-cart-link {
    text-align: right; /* Align the cart link to the right */
}

.ar-cart-link a {
    text-decoration: none;
}

.ar-cart-icon {
    width: 24px; /* Adjust the width of the cart icon */
    height: auto; /* Maintain the aspect ratio of the image */
}

.ar-cart-link a:hover .ar-cart-icon {
    opacity: 0.8; /* Optional hover effect */
}


/* Styles for the custom checkout footer */
.ar-custom-checkout-footer {
	max-width: 1312px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
    text-align: start;
}

.ar-footer-links {
    font-size: 14px;
    color: #333;
}

.ar-footer-link {
    text-decoration: underline;
    color: #0073aa;
    margin: 0 5px;
}

