/* 
Theme Name: Hello Elementor Child - Satis
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.no-spinners {
    -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.aspect-1 img {
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
}

.header-logo img, .footer-logo img {
	max-height: 75px !important;
}

.eael-woo-product-carousel-container.preset-1 .eael-product-carousel {
	background-color: #EFF2F2 !important;
}

.ellipsis-words {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.outofstock .button {
display: none !important;
}

.custom-cart-count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.1rem;
    right: -0.4rem;
    color: white;
    font-size: 0.6rem;
    background-color: var(--e-global-color-primary);
    padding: 0 0.3rem;
    border-radius: 100%;
    aspect-radio: 1;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-item {
    position: relative;
    display: flex;
    gap: 1rem;
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
}

.card-cover {
    display: none;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF7A;
    border-radius: 10px;
}

.card-item-img {
    width: 15rem;
    align-self: center;
}

.card-item-img img {
    border: 1px solid #EFF2F2;
    border-radius: 10px;
}

.card-item-details-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    width:100%;
}

.card-item-details {
    flex-basis: 54%;
    width: 54%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.card-item-product-name-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.card-item-product-name {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--e-global-color-secondary);
}

.card-item-product-category {
    background-color: var(--e-global-color-primary);
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    color: #fff;
    border-radius: 8px;
}

.card-item-product-category a {
    color: #fff !important;
}

.card-item-product-description {
    margin: 0;
    font-size: 0.9rem;
}

.card-item-product-quantity-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-item-product-quantity-buttons {
    display: flex;
    border: 1px solid #999999;
    border-radius: 8px;
}

.card-item-product-quantity-button {
    border: none;
    width: 2.5rem;
    color: #999999;
    border-radius: 8px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-item-product-quantity-button:first-child {
    border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}

.card-item-product-quantity-button:last-child {
    border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}

.card-item-product-quantity-button:hover {
    background-color: var(--e-global-color-primary);
    color: white;
}

.card-item-product-quantity-input {
     width: 4.5rem !important;
     height: 2.6rem;
     text-align: center;
     border: none !important;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
 }
 
 
.card-item-product-quantity-text {
    font-size: 0.8rem;
    color: #999999;
}

.card-item-remove-container {
    flex-basis: 6%;
}

.card-item-remove-button {
    border: none;
    padding: 0 0.5rem 0.5rem 0.5rem;
    color: #999999;
    cursor: pointer;
}

.card-item-remove-button:hover {
    color: var(--e-global-color-primary);
}

.card-item-price-container {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-item-price-single {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card-item-price-single-amount {
    font-weight: 700;
    font-size: 1.4rem;
}
 
.card-item-price-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-top: 1px solid #999999;
    padding-top: 1rem;
}

.card-item-price-single-text, .card-item-price-total-text {
    font-size: 0.8rem;
    color: #999999;
}

.card-item-price-total-amount {
    font-weight: 700;
    font-size: 1.1rem;
}

.card-summary-container {
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-summary-title {
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.card-summary-price-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-summary-price-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-summary-price-detail {
    display: flex;
    justify-content: space-between;
}

.card-summary-price-detail-text {
    color: #999999;
}

.card-summary-price-detail-amount {
    font-weight: 700;
}

.card-summary-price-total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999999;
    padding-top:1rem;
}

.card-summary-price-total-text {
    font-size: 1.2rem;
    font-weight: 700;
}


.card-summary-price-total-amount {
    font-size: 1.3rem;
    font-weight: 700;
}


.card-summary-button-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-summary-free-shipping {
    padding: 0.5rem;
    background-color: #02324238;
    border: 1px solid #023242;
    border-radius: 10px;
    text-align: center;
    
}

.card-summary-free-shipping-text {
    font-size: 0.9rem;
    font-weight:600;
    color: #023242;
}

.card-summary-free-shipping-amount {
    font-weight:700;
}

.card-summary-checkout-button {
    width: 100%;
    border-radius: 10px;
    border: none;
    background-color: var(--e-global-color-primary);
    color: white;
    padding: 0.5rem;
    text-align: center;
}

.card-summary-checkout-button:hover {
    background-color: #7E0E16;
    color: white;
}

.card-summary-secure-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.card-summary-secure-text {
    font-size: 0.8rem;
}

.card-summary-secure-icons-container {
    display: flex;
    gap: 1rem;
}


.card-summary-secure-icons {
    font-size: 0.7rem;
}

.card-summary-secure-icons i {
    color: var(--e-global-color-primary);
}
