/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2026 | 08:15:22 */
.woocommerce-cart .shop_table.cart {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-cart td.product-name > div .variation dl {
	height:50px !important;
}
.woocommerce-cart .shop_table.cart thead tr th {
    border: 0;
    color: #2f86b7;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 5px 5px !important;
    text-align: center;
    background: transparent;
}
.a_default_cart_page .product-name .product-details {
    display:block !important;
/* 	height:100px; */
}
/* .woocommerce-cart .shop_table.cart tbody tr {
    border-bottom: 1px solid #f1f1f1;
} */

.woocommerce-cart .shop_table.cart td {
    border: 0;
    vertical-align: middle;
    padding: 25px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	font-size:0 !important;
}
.woocommerce-cart .shop_table.cart td.product-action qa{
	font-size:0px !important;
}

/* =========================
   PRODUCT COLUMN
========================= */

.woocommerce-cart td.product-name > div {
    display: flex;
    align-items: center;
    gap: 10px;
/* 	flex-wrap:wrap; */
}

.woocommerce-cart td.product-name > div .variation{
	width:100%;
	height:50px !important;
	margin-top:0px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
/* .woocommerce-cart td.product-name > div .variation dt,.woocommerce-cart td.product-name > div .variation dd{
height:20px !important;	
} */
.woocommerce-cart td.product-name img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 0;
	border:1px solid #f0f0f0;
}

.woocommerce-cart td.product-name a {
    color: #222;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.woocommerce-cart .shop_table.cart .product-action > div{
	display:flex;
	align-items:center;
}
/* =========================
   PRICE / SUBTOTAL / SAVED
========================= */

.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal,
.woocommerce-cart td.product-saved {
    color: #222;
    font-size: 24px;
    font-weight: 700;
}

/* =========================
   QUANTITY BOX
========================= */

.woocommerce-cart .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart .quantity .qty {
    width: 110px;
    height: 42px;
    border: 0;
    background: #69d2f3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    padding: 0;
}

/* Remove default arrows */
.woocommerce-cart input.qty::-webkit-outer-spin-button,
.woocommerce-cart input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-cart input.qty {
    -moz-appearance: textfield;
}

/* =========================
   ACTION ICONS
========================= */

.woocommerce-cart td.product-action > div span{
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 25px;
}

/* Remove text */
.woocommerce-cart td.product-action span:first-child {
    display: none;
}

/* Remove icon */
.woocommerce-cart a.remove {
    font-size: 0 !important;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    color: #bdbdbd !important;
    position: relative;
}

/* .woocommerce-cart a.remove::before,
.woocommerce-cart a.remove::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #c9c9c9;
}

.woocommerce-cart a.remove::before {
    transform: rotate(45deg);
}

.woocommerce-cart a.remove::after {
    transform: rotate(-45deg);
} */

/* =========================
   REMOVE EXTRA SECTIONS
========================= */

.woocommerce-cart .coupon,
.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}
/* =========================================
   EXACT MOBILE CART DESIGN
========================================= */

/* ==================================
   MOBILE CART DESIGN
================================== */
@media(min-width:768px){
.mobile-cart-content,
.mobile_remove{
    display:none !important;
}
}

@media(max-width:767px){
	.elementor-18 .elementor-element.elementor-element-feb4708 .e-cart-section{
		box-shadow:none;
		padding:0px !important;
	}
	.woocommerce-cart-form__cart-item {
		    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
		margin-bottom:10px;
		padding:10px !important;
	}
	.e-cart-section{
		padding:0px !important;
	}
/* hide desktop columns */
.product-price,
.product-quantity,
.product-subtotal,
.product-saved,
.product-action{
    display:none !important;
}

/* show mobile content */
.mobile-cart-content,
.mobile-remove{
    display:block !important;
}

/* card */
.woocommerce-cart tr.cart_item{
    position:relative;
    border:1px solid #e5e5e5;
    padding:15px;
    margin-bottom:15px;
    background:#fff;
    border-radius:4px;
}

/* remove td spacing */
.woocommerce-cart td{
    border:none !important;
    padding:0 !important;
}

/* layout */
.cart-product-wrapper{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

/* image */
.product-thumb{
    width:90px;
    min-width:90px;
}

.product-thumb img{
    width:100%;
    display:block;
}

/* details */
.product-details{
    flex:1;
}

.product-title{
    font-size:15px;
    line-height:1.4;
    color:#222;
    text-decoration:none;
    display:block;
    margin-bottom:10px;
    font-weight:500;
}

/* variation */
.variation{
    margin-bottom:10px;
}

.variation dt,
.variation dd{
    display:inline-block;
    margin:0;
    font-size:13px;
}

/* price */
.mobile-price{
    font-size:34px;
    font-weight:700;
    color:#111;
    margin:15px 0;
	        display: block !important;
        margin-top: 5px !important;
}

/* quantity */
.mobile-qty{
    margin-bottom:15px;
}

.mobile-qty .quantity{
    display:inline-flex;
    align-items:center;
}

.mobile-qty .qty{
    width:45px;
    height:36px;
    border:none;
    background:#1f8db7;
    color:#fff;
    text-align:center;
    font-weight:600;
}

.mobile-qty .plus,
.mobile-qty .minus{
    width:36px;
    height:36px;
    border:none;
    background:#1f8db7;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}

/* remove */
.mobile-remove{
    position:absolute;
    top:10px;
    right:10px;
    font-size:28px;
    color:red;
    text-decoration:none;
    line-height:1;
}

/* bottom */
.mobile-cart-actions{
    display:flex;
    align-items:center;
    gap:15px;
}

.mobile-view-btn{
    color:#1f8db7;
    text-decoration:none;
    font-weight:600;
}

/* remove mobile labels */
.woocommerce-cart td::before{
    display:none !important;
}

}