.elementor-7 .elementor-element.elementor-element-72fa9649{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7 .elementor-element.elementor-element-a424246 .elementor-heading-title{font-family:"iransans", IRANSans;font-size:20px;font-weight:600;}.elementor-7 .elementor-element.elementor-element-10adebe7{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for container, class: .elementor-element-72fa9649 */.cross-sells ul.products {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    flex-wrap: nowrap;
}
.cross-sells ul.products li.product {
    min-width: 250px;
}
/* CROSS SELL CONTAINER */
.cross-sells ul.products {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

/* EACH PRODUCT CARD */
.cross-sells ul.products li.product {
    min-width: 260px;
    background: #E7E7E7;
    border-radius: 20px;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    margin:0px !important;
    display: flex;
    flex-direction: column;
}

/* REMOVE ANY DEFAULT SHADOWS/BORDERS */
.cross-sells ul.products li.product,
.cross-sells ul.products li.product img,
.cross-sells ul.products li.product .button,
.cross-sells ul.products li.product a {
    border: none !important;
    box-shadow: none !important;
}

/* IMAGE */
.cross-sells ul.products li.product img {
    border-radius: 20px;
    display: block;
    width: 100%;
	  height: 180px !important;
	  object-fit: cover;
}

/* PRODUCT TITLE */
.cross-sells ul.products li.product .woocommerce-loop-product__title {
    color: #000000 !important;
    font-size: 18px;
    padding: 15px 15px 5px;
    margin: 0;
}

/* REMOVE PRICE */
.cross-sells ul.products li.product .price {
    display: none !important;
}

/* PUSH BUTTON TO BOTTOM */
.cross-sells ul.products li.product .button {
    margin-top: auto !important;
}

/* BUTTON */
.cross-sells ul.products li.product .button,
.cross-sells ul.products li.product .added_to_cart {
    background: #FF0095 !important;
    color: #FFFFFF !important;
    width: 100%;
    text-align: center;
    padding: 16px;
    border-radius: 0 0 20px 20px !important;
    border-top: none !important;
    font-weight: 600;
    margin: 0 !important;
}

/* BUTTON HOVER */
.cross-sells ul.products li.product .button:hover {
    opacity: 0.9;
}

/* REMOVE SALE BADGE IF NEEDED */
.cross-sells .onsale {
    display: none !important;
}

.cross-sells ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* =========================
   WOOCOMMERCE CART REDESIGN
   ========================= */

/* PAGE BACKGROUND */
.woocommerce-cart {
    background: #F7F7F7;
}

/* REMOVE DEFAULT TABLE LOOK */
.woocommerce-cart table.shop_table {
    border: none !important;
    background: transparent !important;
}

/* REMOVE HEADERS */
.woocommerce-cart table.shop_table thead {
    display: none;
}

/* REMOVE TABLE BORDERS */
.woocommerce-cart table.shop_table td {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* EACH CART ITEM */
.woocommerce-cart tr.cart_item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 24px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    position: relative;
    flex-wrap: wrap;
}

/* PRODUCT IMAGE */
.woocommerce-cart td.product-thumbnail {
    width: 120px;
    flex-shrink: 0;
}

.woocommerce-cart td.product-thumbnail img {
    width: 120px !important;
    border-radius: 20px;
    display: block;
}

/* PRODUCT INFO */
.woocommerce-cart td.product-name {
    flex: 1;
    min-width: 220px;
}

.woocommerce-cart td.product-name a {
    color: #111111 !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

/* REMOVE PRICE */
.woocommerce-cart td.product-price {
    display: none !important;
}

/* REMOVE QUANTITY */
.woocommerce-cart td.product-quantity {
    display: none !important;
}

/* SUBTOTAL */
.woocommerce-cart td.product-subtotal {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-left: auto;
    padding-right: 20px !important;
}

/* REMOVE BUTTON */
.woocommerce-cart td.product-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    width: auto;
}

.woocommerce-cart td.product-remove a.remove {
    background: #EFEFEF !important;
    color: #666666 !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    transition: 0.2s ease;
}

.woocommerce-cart td.product-remove a.remove:hover {
    background: #FF0095 !important;
    color: white !important;
}

/* HIDE UPDATE CART BUTTON */
.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}

/* COUPON AREA */
.woocommerce-cart .coupon {
    display: flex;
    gap: 12px;
    margin:0px 0px 15px 0px;
}

.woocommerce-cart .coupon input {
    border: none;
    border-radius: 14px;
    padding: 14px 16px;
    background: #FFFFFF;
    min-width: 220px;
}

.woocommerce-cart .coupon button {
    border: none !important;
    border-radius: 14px !important;
    background: #111111 !important;
    color: white !important;
    padding: 14px 20px !important;
}

/* CROSS SELLS SECTION */
@media (max-width){.cross-sells {
    margin: 50px 0;
}
}

.cross-sells > h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #111111;
}

/* CROSS SELL HORIZONTAL SCROLL */
.cross-sells ul.products {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

/* CROSS SELL CARD */
.cross-sells ul.products li.product {
    min-width: 260px;
    background: #E7E7E7;
    border-radius: 20px;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

/* REMOVE RANDOM BORDERS */
.cross-sells ul.products li.product,
.cross-sells ul.products li.product img,
.cross-sells ul.products li.product .button,
.cross-sells ul.products li.product a {
    border: none !important;
    box-shadow: none !important;
}
.cross-sells ul.products li.product p {
    height: 0px;
}

/* IMAGE */
.cross-sells ul.products li.product img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

/* TITLE */
.cross-sells ul.products li.product .woocommerce-loop-product__title {
    color: #000000 !important;
    font-size: 18px;
    padding: 15px 15px 5px;
    margin: 0;
}

/* HIDE PRICE */
.cross-sells ul.products li.product .price {
    display: none !important;
}

/* BUTTON POSITION */
.cross-sells ul.products li.product .button {
    margin-top: auto !important;
}

/* BUTTON STYLE */
.cross-sells ul.products li.product .button,
.cross-sells ul.products li.product .added_to_cart {
    background: #FF0095 !important;
    color: #FFFFFF !important;
    width: 100%;
    text-align: center;
    padding: 16px;
    border-radius: 0 0 20px 20px !important;
    margin: 0 !important;
    font-weight: 600;
}

/* TOTALS BOX */
.cart-collaterals .cart_totals {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 30px;
    border: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* TOTAL TABLE */
.cart_totals table {
    border: none !important;
}

.cart_totals td,
.cart_totals th {
    border: none !important;
    padding: 12px 0 !important;
    color: #111111;
}
.cart_totals table tr {
    display: flex;
    align-items: center;
}

/* CHECKOUT BUTTON */
.wc-proceed-to-checkout a.checkout-button {
    background: #FF0095 !important;
    color: white !important;
    border-radius: 18px !important;
    padding-bottom: 18px !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: 0.2s ease;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 0.9;
}

/* HIDE SHIPPING IF IRRELEVANT */
.woocommerce-shipping-totals {
    display: none !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .woocommerce-cart tr.cart_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px !important;
    }

    .woocommerce-cart td.product-thumbnail img {
        width: 100% !important;
        max-width: 100%;
    }

    .woocommerce-cart td.product-subtotal {
        margin-left: 0;
        padding-right: 0 !important;
    }

    .cross-sells ul.products li.product {
        min-width: 220px;
    }
}

@media (max-width: 768px) {

    /* FIX CART ITEM LAYOUT */
    .woocommerce-cart tr.cart_item {
        position: relative;
        padding-top: 16px !important;
    }

    /* MAKE IMAGE + CONTENT STACK CLEANLY */
    .woocommerce-cart td.product-thumbnail {
        width: 90px;
        padding-bottom: 10px !important;
    }

    /* TITLE FIX (smaller + controlled spacing) */
    .woocommerce-cart td.product-name a {
        font-size: 14px !important;
        line-height: 1.4 !important;
        display: block;
        margin-bottom: 6px;
        word-break: break-word;
    }



    /* PRICE FIX (IF STILL SHOWING OR FLOATING) */
    .woocommerce-cart td.product-subtotal {
        font-size: 14px !important;
        margin-top: 15px;
        display: block;
        text-align: left;
    }

    /* PREVENT LAYOUT OVERFLOW */
    .woocommerce-cart tr.cart_item {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    /* TURN CART ITEM INTO VERTICAL STACK */
    .woocommerce-cart tr.cart_item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    /* KEEP REMOVE BUTTON IN FLOW (NOT ABSOLUTE) */
    .woocommerce-cart td.product-remove {
        position: static !important;
    }

    /* STYLE IT LIKE A TEXT ACTION */
    .woocommerce-cart td.product-remove a.remove {
        width: auto;
        height: auto;
        background: transparent !important;
        color: #FF0095 !important;
        font-size: 20px;
        display: inline-block;
        padding-bottom: 8px;
    }
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'iransans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://iranbirth.com/wp-content/uploads/2025/11/IRANSansX-Bold.woff') format('woff');
}
@font-face {
	font-family: 'iransans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://iranbirth.com/wp-content/uploads/2025/11/IRANSansX-Medium.woff') format('woff');
}
@font-face {
	font-family: 'iransans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://iranbirth.com/wp-content/uploads/2025/11/IRANSansX-Medium.woff') format('woff');
}
@font-face {
	font-family: 'iransans';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://iranbirth.com/wp-content/uploads/2025/11/IRANSansX-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */