.woocommerce-cart-form {
	
}


.woocommerce-cart-items-wrapper {

}


.woocommerce-cart-items-wrapper .cart-item {
    margin-bottom: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 35px;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.woocommerce-cart-items-wrapper .cart-item .cart-item-image {
    width: 180px;
}


.woocommerce-cart-items-wrapper .cart-item .cart-item-name {
    padding-top: 10px;
    align-items: start;
    padding-left: 10px;
    flex: 1 1 auto;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-name a {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #1D1D1D !important;
}


.woocommerce-cart-items-wrapper .cart-item .cart-item-custom-details {
    margin-top: 10px;
}

.woocommerce-cart .cart-item-custom-details dt,
.woocommerce-cart .cart-item-custom-details dd {
    margin: 0px;
}
.woocommerce-cart .cart-item-custom-details dt {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 10px;
    color: #999;
}
.woocommerce-cart .cart-item-custom-details dd p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.woocommerce-cart .cart-item-custom-details .custom-field-file-image {
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
}

.woocommerce-cart .cart-item-custom-details .custom-field-map-result p,
.woocommerce-cart .cart-item-custom-details .custom-field-map-result img {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}

.woocommerce-cart .cart-item-custom-details .custom-field-map-result .custom-map-overlay {
	width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    pointer-events: none;
}


.woocommerce-cart-items-wrapper .cart-item .cart-item-prices-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    flex: 3 1 0;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    flex: 0 0 420px;
}


.woocommerce-cart-items-wrapper .cart-item .cart-item-price-label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    color: #999;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-price-units .cart-item-price-value {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-price-units .cart-item-price-units-action {
    font-size: 13px;
    font-weight: 400;
    padding: 0px 4px;
    line-height: 16px;
    border-radius: 6px;
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    width: 18px;
    text-align: center;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-price-units .quantity {
    display: none;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-price-total bdi {
    font-weight: 700;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-remove {
    flex:  0 0 50px;
}

.woocommerce-cart-items-wrapper .cart-item .cart-item-remove a {
    color: #FFF !important;
    background-color: #a90000;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 21px;
    font-weight: 300;
}


.cart-collaterals-wrapper {
    margin-top: 30px;    
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 100px;
}

.cart-collaterals-wrapper .cart-collaterals-side {
    flex: 1;
}


.cart-collaterals-wrapper .coupon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}


.cart-collaterals-wrapper .coupon input {
    width: 200px;
    height: 40px;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.cart-collaterals-wrapper .coupon button {
    height: 40px;
}


.woocommerce-cart #update-cart {
    display: none;
}


.woocommerce .cart-collaterals-wrapper .cart-collaterals, 
.woocommerce-page .cart-collaterals-wrapper .cart-collaterals {
    width: auto;
    max-width: 500px;
}

.woocommerce-cart .cart-collaterals-wrapper .cart_totals,
.woocommerce-page .cart-collaterals-wrapper .cart_totals {
    width: auto;
    float: none;
}

.cart-collaterals-wrapper .cart_totals .cart-totals-item {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals .checkout-billing-field-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cart-collaterals-wrapper .checkout-billing-shipping-warning,
.cart-collaterals-wrapper .woocommerce-shipping-totals .checkout-billing-field-info {
    font-size: 13px;
    line-height: 16px;
}

.cart-collaterals-wrapper .cart_totals .cart-totals-item-label {
    text-transform: uppercase;
}

.cart-collaterals-wrapper .cart_totals .cart-totals-item-value,
.cart-collaterals-wrapper .cart_totals .cart-totals-item-value strong {
    font-weight: 600;
}

.cart-collaterals-wrapper .cart_totals .cart-totals-item-value small {
    display: none;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals {
    margin-bottom: 20px;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals ul#shipping_method  {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals .woocommerce-shipping-methods li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals .woocommerce-shipping-methods input {
    margin: 0;
    padding: 0;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals .woocommerce-shipping-methods label {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.cart-collaterals-wrapper .woocommerce-shipping-totals p.woocommerce-shipping-destination {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}


.cart-collaterals-wrapper .secure-payment-wrapper {
    display: flex;
    justify-content: end;   
}


.cart-empty-wrapper {
    justify-content: start;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.cart-empty-wrapper .return-to-shop {
    margin-top: 30px;
}

.cart-empty-wrapper .return-to-shop a {
    padding: 12px 20px;
}





.single-product-wrapper #addtocart-container-wrapper-sentinel {
    height: 1px;
    width: 100%;    
}

.wc-proceed-to-checkout .wc-proceed-to-checkout-price {
    display: none;
    text-align: right;
}

.wc-proceed-to-checkout .wc-proceed-to-checkout-price bdi {
    font-size: 35px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 0px;
    color: #000;
}

.wc-proceed-to-checkout .wc-proceed-to-checkout-price small {
    display: none;
}

.wc-proceed-to-checkout.bottom-sticky {
    position: fixed;
    bottom: 0px;
    transform: translateY(0);
    opacity: 1;
    margin: 0;
    padding: 0;
    padding: 15px;
    border: 3px solid #000;
    background-color: #ffffffc7;
    margin-bottom: 5px;
    margin-left: 90px;
    z-index: 99;
}

.wc-proceed-to-checkout.bottom-sticky .wc-proceed-to-checkout-price {
    display: block;
}

.woocommerce-cart .wc-proceed-to-checkout.bottom-sticky a.checkout-button {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}





@media screen and (max-width: 950px) {
    
    .woocommerce-cart-items-wrapper .cart-item .cart-item-prices-wrapper {
        flex-direction: column;
        max-width: 100px;
        gap: 40px;
        flex: 0 0 100px;
    }
    .woocommerce-cart-items-wrapper .cart-item .cart-item-col.cart-item-price-single {
        display: none;
    }
    .woocommerce-cart-items-wrapper .cart-item .cart-item-price-label {
        margin-bottom: 8px;
    }
    .woocommerce-cart-items-wrapper .cart-item .cart-item-remove {
        flex: 1;
    }
    
    .wc-proceed-to-checkout.bottom-sticky {
        margin-left: 0px;
        right: 5px;
    }
}


@media screen and (max-width: 650px) {
    .woocommerce-cart-items-wrapper .cart-item {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .woocommerce-cart-items-wrapper .cart-item .cart-item-image {
        order: 1;
    }

    .woocommerce-cart-items-wrapper .cart-item .cart-item-name {
        order: 3;
    }

    .woocommerce-cart-items-wrapper .cart-item .cart-item-prices-wrapper {
        order: 2;
    }

    .cart-collaterals-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .woocommerce-cart-items-wrapper .cart-item .cart-item-price-units .cart-item-price-units-action {
        width: 30px;
        line-height: 30px;
        font-size: 25px;
    }

}