
/*
	CART SYTLES
*/

.blz-coupont-toggle-cont{
	float: left;
    display: flex;
    margin: 0 auto;
}

a.blz-coupon-toggle {
	font-weight: bold;
	font-size: 18px;
	line-height: 140.62%;
	cursor: pointer;
	padding: 10px 40px 10px 34px;
}

a.down:hover::after{
	border-right: 0.1em solid #d21388;
    border-top: 0.1em solid #d21388;
}

.down:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 0.1em solid #0274be;
    border-top: 0.1em solid #0274be;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 2em;
    float: right;
    cursor: pointer;
    top: 7px;
}

.up:after {
	position: relative;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 0.1em solid black;
    border-top: 0.1em solid black;
    transform: rotate(315deg);
    margin-right: 0.5em;
    margin-left: 2em;
    float: right;
    cursor: pointer;
    top: 11px;
}


/*
    CART BACKGROUND COLORS
*/

.woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead,

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2{
     background-color: #F1FBFF;
}


.cart_totals tr td {
    text-align: right;
}

.shipping-calculator-button{
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 425px) {
    .blz-coupont-toggle-cont{
        width: 100%;
    }

    a.blz-coupon-toggle {
        padding: 10px 18px 10px 18px;
        width: 100%;
    }
}