body.woocommerce-cart .woocommerce table.cart td.actions {
    background-color: #f7f7f7 !important;
}

/*==========================================
   KOŠÍK - ORAMOVANI - VYPIS PRODUTU 
========================================== */
.woocommerce-cart table.shop_table {
   
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
    font-weight: 600;
}

/* Celkem - desktop */
.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    font-weight: 700;
    font-size: 18px;
}


/* Mobil */
@media (max-width: 544px) {
    .woocommerce-cart .cart_totals table.shop_table tr.order-total th,
    .woocommerce-cart .cart_totals table.shop_table tr.order-total td {
        font-size: 14px;
    }
}

/* =================================
Prostor kosiku - Levá a pravá část
================================= */

@media (min-width: 922px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 40%;
    }

    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 58%;
    }
}
@media (min-width:922px){

    .woocommerce-cart .cart-collaterals:has(.cross-sells){
        display:flex;
        align-items:stretch;
        gap:10px;
    }

    .woocommerce-cart .cart-collaterals:has(.cross-sells) .cross-sells,
    .woocommerce-cart .cart-collaterals:has(.cross-sells) .cart_totals{
        display:flex;
        flex-direction:column;
    }

}


/* =================================
     SUMMARY  - pravá strana 
================================= */

.woocommerce-cart .cart-collaterals .cart_totals {

    border:1px solid var(--ast-border-color);
    border-radius:9px;
    background:#111;
    color:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.18);
}

/* CROSS SELL - levá strana */
.woocommerce-cart .cart-collaterals .cross-sells {

    border:1px solid #ddd;
    border-radius:9px;
    background:#fff;
    color:#111;
    box-shadow:0 8px 25px rgba(0,0,0,.10);

}

/* NADPISY BOXŮ */
/* nadpis summary */
.woocommerce-cart .cart_totals > h2 {

    color:#fff;
    background:#111 !important;
    font-size:28px;
    font-weight:700;
    padding:14px 16px;
    margin:0 0 16px !important;
}

/* nadpis cross sell */
.woocommerce-cart .cross-sells > h2 {

    color:#111;
    background:#fff;
    font-size:28px;
    font-weight:700;
    padding:14px 16px;
    margin: 0 !important;
}

/* =====================================
   TLAČÍTKA POUZE V KOŠÍKU
===================================== */

/* Pokračovat k pokladně */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,

/* Použít kupon */
.woocommerce-cart .coupon button {
    color: #fff !important;
    background-color: #7ba632 !important;
    font-weight: 600;
font-size: 14px !important;
}

/* ---Hover--- */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,

.woocommerce-cart .coupon button:hover {
    color: #fff !important;
    background-color: #698f2b !important;
}

/* =================================
   CART CROSS SELL - MINI BOXES
================================= */


/* 3 boxy vedle sebe */
.woocommerce-cart .cross-sells ul.products {

    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    width:100%;
    padding:12px !important;
    margin:0 !important;
}


/* jednotlivý box */
.woocommerce-cart .cross-sells ul.products li.product {

    width:100% !important;
    min-height:140px;

    margin:0 !important;
    padding:10px !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:center;
    justify-content:flex-start;

    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;

}


/* obrázek */
.woocommerce-cart .cross-sells ul.products li.product img {

    width:65px !important;
    height:65px !important;
    object-fit:contain;
    margin:0 auto 5px !important;

}

/* název */
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {

    font-size:15px !important;

    line-height:1.2;
font-weight:500;
    text-align:center;
    margin:0 0 3px !important;

}


/* cena */
.woocommerce-cart .cross-sells ul.products li.product .price {

    font-size:15px !important;
    font-weight:700;
    text-align:center;
    margin:0 0 5px !important;

}


/* tlačítko */
.woocommerce-cart .cross-sells ul.products li.product .button {

    width:100% !important;
    padding:6px 5px !important;
    font-size:11px !important;
    line-height:1.2;
    text-align:center;
    margin:0 !important;

}


/* hover */
@media (hover:hover){

    .woocommerce-cart .cross-sells ul.products li.product:hover {

        transform:translateY(-2px);
        box-shadow:0 6px 15px rgba(0,0,0,.12);

    }

}


/* ===========================
   MOBIL
=========================== */

@media(max-width:768px){

    .woocommerce-cart .cross-sells ul.products {

        grid-template-columns:repeat(2,1fr) !important;
        gap:10px;

    }

    .woocommerce-cart .cross-sells ul.products li.product {

        min-height:130px;

    }

    .woocommerce-cart .cross-sells ul.products li.product img {

        width:55px !important;
        height:55px !important;

    }

    .woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
        font-size:12px !important;

    }

}


/* malý mobil */
@media(max-width:400px){

    .woocommerce-cart .cross-sells ul.products {
        grid-template-columns:1fr !important;

    }

}

/*================================
   MESSAGES
================================ */

.woocommerce .woocommerce-message a.button
 {
    font-size: 12px !important;
}

/*-- Oznameni --*/
.woocommerce-message {
    background:#e7ffe6;
    color:#39933d;
    border:1px solid #39933d;
font-weight: 600;
border-radius: 9px;
}

/*-- Informace --*/
.woocommerce-info {
   background:#e7ffe6;
    color:#333;
    border:1px solid #39933d;
font-weight: 600;
border-radius: 9px;
}

/*-- Varovani --*/
.woocommerce-error {
    background:#ffe7e7;
    color:#c0392b;
    border:1px solid #c0392b;
font-weight: 600;
border-radius: 9px;
}


/*--Napupte jeste - doprava zdarma */
.wpify-woo-free-shipping-notice__wrapper {

    border:1px solid #111 !important;
    font-weight:600;
    border-radius:9px;
 background:#f4f3ed;
   margin-bottom: 20px;

}

/*======================================================
MOBILE PREMIUM CART
Pouze mobil - WooCommerce + Astra
======================================================*/

@media (max-width:768px){

/*======================================
TABULKA
======================================*/

.woocommerce-cart table.shop_table{
    border:0;
    box-shadow:none;
    background:transparent;
     margin: 0 !important;
}

/* jednotlivý produkt */

.woocommerce-cart table.shop_table tr.cart_item{

    display:block;
    background:#fff;
    border:1px solid #ededed;
    border-radius:16px;
    padding:10px;
    margin-bottom:16px;
    box-shadow:0 6px 18px rgba(0,0,0,.06);

}


/* buňky */

.woocommerce-cart table.shop_table tr.cart_item td{

border:0 !important;
background:transparent !important;

min-height:0 !important;
height:auto !important;
}


/*======================================
OBRÁZEK
======================================*/


.woocommerce-cart td.product-thumbnail,
.woocommerce-cart td.product-name{

 display:inline-flex !important;

}

/* ukončí první řádek */
.woocommerce-cart td.product-name{
    margin-bottom:25px;

}

.woocommerce-cart td.product-thumbnail{

width:90px !important;
margin-right:18px;

}

.woocommerce-cart td.product-thumbnail img{

width:90px !important;
height:auto;
border-radius:12px
}

/*======================================
NÁZEV
======================================*/

.woocommerce-cart td.product-name{

  width:calc(100% - 115px) !important;
  min-height:90px !important;
  text-align:left !important;
 padding-left:0 !important;
}

.woocommerce-cart td.product-name a{
   font-size:13px;
    font-weight:700;
    line-height:1.3;
}

.woocommerce-cart td.product-name a{

    color:#111;

}

/*======================================
CENA
======================================*/

.woocommerce-cart td.product-price{

    text-align:center;

}

.woocommerce-cart td.product-price .amount{

    font-size: 14px;
    font-weight:700;

}

/*======================================
MNOŽSTVÍ
======================================*/

.woocommerce-cart td.product-quantity{

    display:flex
    justify-content:center;

}

.woocommerce-cart td.product-quantity .quantity{

    border-radius:12px;

    background:#fafafa;

}

/*======================================
MEZISOUČET
======================================*/

.woocommerce-cart td.product-subtotal{

    text-align:center;
}

.woocommerce-cart td.product-subtotal .amount{

    font-size:14px;
    font-weight:600;
}

/*======================================
ODEBRAT
======================================*/

.woocommerce-cart td.product-remove{

    text-align:center;

}

.woocommerce-cart td.product-remove a{

    color:#777 !important;
    font-size:15px;
}

/*======================================
KUPON
======================================*/


.woocommerce-cart td.actions{

 padding:12px 10px !important;
    border-radius:12px;
    background:#fff !important;
    box-shadow:0 8px 20px rgba(0,0,0,.06);

}

.woocommerce-cart .coupon{

    display:flex;
    flex-direction:column;
    gap:12px;

}

.woocommerce-cart .coupon input{

    width:100% !important;
    height:48px;
    border-radius:8px;

}

.woocommerce-cart .coupon button{

    width:100% !important;
    height:50px;
    border-radius:8px;

}

/* Produkt: - odstraneni popisku  */

.woocommerce-cart td.product-name::before{
    display:none !important;
    content:none !important;
}

/* DPH - odstraneni popisku  */

.woocommerce-cart .includes_tax{
        display:none !important;
    }

}
