.elementor-41 .elementor-element.elementor-element-50cd6f1f{border-style:solid;border-width:0px 0px 1px 0px;border-color:#EEEEEE;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 80px 0px;}.elementor-41 .elementor-element.elementor-element-50cd6f1f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for section, class: .elementor-element-50cd6f1f */section#cart_page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-top: 0;
}
section#cart_page .woocommerce-notices-wrapper {
    grid-column: span 2;
}

section#cart_page .woocommerce {
    display: grid;
    grid-template-columns: 63% 33%;
    gap: 45px;
}

section#cart_page .woocommerce .cart-collaterals .cart_totals,
section#cart_page .woocommerce-page .cart-collaterals .cart_totals {
    float: initial;
    width: 100%;
}

section#cart_page .woocommerce-error li,
section#cart_page .woocommerce-info, .woocommerce-message {
    font-family: 'Roboto';
}

section#cart_page .woocommerce-cart table.woocommerce-cart-form__contents tfoot, 
section#cart_page .woocommerce-cart table.woocommerce-cart-form__contents thead {
    text-align: left;
    background: #f6f6f6;
}

section#cart_page .woocommerce .woocommerce-cart-form .shop_table_responsive th {
    border: none;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 14px;
    background: #f5f5f5 !important;
}

section#cart_page .woocommerce table.shop_table td {
    font-family: 'Roboto';
	padding: 25px 0;
}

section#cart_page td.product-name {
    font-size: 16px;
    text-align: left !important;
    line-height: 1.3em;
}

section#cart_page span.woocommerce-Price-amount.amount {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    border-radius: 30px;
}

button.minus.qib-button, button.plus.qib-button {
    border-radius: 50% !important;
    padding: 0 !important;
    font-size: 20px !important;
    position: relative;
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(0, 0, 0, 0.7) !important;
    width: 35px !important;
    height: 35px !important;
    font-weight: 400 !important;
}

button.minus.qib-button {
    margin: 0px -40px 0 0px !important;
	}

button.plus.qib-button {
    margin: 0px 0px 0px -40px !important;
	}
	
section#cart_page td.product-thumbnail img.attachment-woocommerce_thumbnail {
    max-width: 60px !important;
    background: #f5f5f5;
    border-radius: 5px;
}

section#cart_page .woocommerce table.shop_table td, section#cart_page  .woocommerce-page table.shop_table th {
    border-bottom: 0;
    border-top: 1px solid #d9d9d9;
}

section#cart_page input#coupon_code {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 15px;
}

section#cart_page .woocommerce table.cart td.actions .coupon button.button,
section#cart_page td.actions button.button {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0502CD;
    border-radius: 55px 55px 55px 55px;
    background: #0502CD;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: -.5px;
    color: #fff;
}

.cart-collaterals {
    background: #f6f6f6;
    border: 1px solid #dedede;
    padding: 35px;
}

.woocommerce .cart-collaterals h2 {
    font-size: 20px;
    font-family: 'Roboto';
    letter-spacing: -.25px;
    font-weight: 500;
    color: #222;
}

.cart_totals table.shop_table th, .cart_totals table.shop_table td {
    border: 0 !important;
    font-size: 16px;
    font-weight: 500;
}

tr.cart-subtotal td, tr.order-total td {
    text-align: right;
}

tr.woocommerce-shipping-totals.shipping td {
    text-align: right;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #222;
}

.wc-proceed-to-checkout a {
    background: #0502CD;
    border: 1px solid #0502CD;
    border-radius: 30px;
    color: #fff;
    font-weight: 400;
    max-width: 240px;
}

.wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
}

@media (max-width: 1025px){	
section#cart_page .woocommerce {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
}

@media (max-width: 768px){
.woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
    background: transparent;
    border: 0 !important;
}

.woocommerce table.shop_table .product-thumbnail, .woocommerce-page table.shop_table .product-thumbnail {
    text-align: left !important;
}

body .qib-button-wrapper {
    float: inherit !important;
    justify-content: right !important;
    margin-right: 0;
}

section#cart_page td.product-quantity {
    padding: 0 0 50px!important;
}

section#cart_page .woocommerce table.shop_table td, section#cart_page .woocommerce-page table.shop_table th {
    border-top: 0;
}
section#cart_page .coupon {
    display: flex;
}
}


/*******************************/

section#cart_page td.product-thumbnail img.attachment-woocommerce_thumbnail{
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
}/* End custom CSS */