#cart .cart-grid-body .cart-overview
{
    padding: 0;
}

#cart .cart-grid>.cart-grid-right>.card.cart-summary
{
    padding: 0;
    border: none;
}

.cart-grid-right .cart-detailed-totals
{
    border: 1px solid #ececec;
}

.cart-summary .card-block.cart-summary-totals,
.cart-detailed-subtotals .card-block.cart-summary-line
{
    padding: 19px 22px;
    border-bottom: 1px solid #ececec;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.cart-summary .card-block.cart-summary-totals:after,
.cart-detailed-subtotals .card-block.cart-summary-line:after
{
    content: "";
    background:#ececec;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 36%;
}

@media (max-width:1199px)
{
    .cart-summary .card-block.cart-summary-totals:after,
    .cart-detailed-subtotals .card-block.cart-summary-line:after
    {
        left: 42%;
    }
}

.cart-grid-right .card-block.cart-summary-totals .cart-summary-line.cart-total
{
    padding: 0;
}


.cart-summary .cart-summary-line .label,
#cart .card-block.cart-summary-totals .cart-summary-line.cart-total .label
{
color: #253D4E;
letter-spacing: 0;
font-weight: bold;
font-size: 18px;
line-height: 26px;
}

.cart-summary .cart-summary-line .value
{
color: #2BBEF9;
letter-spacing: 0;
font-weight: 500;
font-size: 16px;
line-height: 26px;   
}

.cart-summary .cart-summary-line .label,
.cart-summary .cart-summary-line .label, #cart .card-block.cart-summary-totals .cart-summary-line.cart-total .label
{
    width: 36%;
    display: block;
    float: left;
    text-align: left;
}

.cart-summary .cart-summary-line .value
{
    width: 64%;
    display: block;
    float: left;
    text-align: left;
    padding-left: 22px;
}

/******** cart line product ***********/

.remove-product-line-cart>.cart-line-product-actions
{
width: 30px;
height: 30px;
}

.remove-product-line-cart a.remove-from-cart
{
border-radius: 100%;
border: 1px solid #ececec;
width: 30px;
height: 30px;
color: #FF0000;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0;
font-size: 16px;
display: block;
text-align: center;
line-height: 30px;
}

.product-line-grid .product-line-grid-right .product-price,
.product-line-info.product-price .current-price .price,
.product-line-info.product-price .regular-price
{
color: #7E7E7E;
font-size: 16px;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0;
}

.product-line-info.product-price .product-discount .discount
{
display: none;
}

.product-line-grid .product-line-grid-right .product-price strong
{
    font-weight: 600;   
}

.product-line-grid-body > .product-line-info > .label
{
color: #2BBEF9;
font-size: 16px;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0;
}

.product-line-grid-body > .product-line-info.attribute-line > .label,
.product-line-grid-body > .product-line-info.attribute-line > .value
{
font-family: 'Lato', sans-serif;
color: #253D4E;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.75px;
line-height: 30px;
}

.product-line-grid-left>span.product-image,
.product-line-grid-left>span.product-image img
{
max-width: 60px;
}

#cart .cart-container ul.cart-items>li.cart-item
{
border-bottom: 1px solid #ececec;
padding: 18px 0;
}

/**** continuer mes achats link ********/

.continue-link
{
color: #7E7E7E;
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0;
font-family: 'Lato', sans-serif;
text-decoration: underline;
display: block;
margin-top: 30px;
}

/******* promo bloc cart ************/

#cart .block-promo
{
border-bottom: 1px solid #ececec;
padding: 15px 20px;
}

.block-promo .promo-code form
{
text-align: left;
}

.block-promo .promo-input
{
border: 1px solid #ececec;
border-radius: 5px;
width: 200px;
height: 50px;
padding-left: 16px;
color: #7E7E7E;
font-size: 16px;
letter-spacing: 0;
font-family: 'Lato', sans-serif;
font-weight: normal;
}

.block-promo .promo-input::placeholder
{
    color: #7E7E7E;
    opacity: 1;
}

.block-promo .promo-input + button {
    margin-top: -4px;
    margin-left: 2px;
    text-transform: capitalize;
    /* border: 2px solid #24b9d7;*/
  }



/******** cover cart ***********/

.row-cover-cart
{
margin-bottom: 1.25rem;
}

.cover-cart
{
    padding: 70px 80px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #BFECD7;
}

.cover-cart .bakground_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.cover-cart .bakground_cover img
{
    width: 100%;
    height: auto;
}

.cover-cart h1
{
font-size: 48px;
font-weight: bold;
line-height: 58px;
color: #253D4E;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0;
margin-bottom: 26px;
}

.cover-cart .content-cover-cart nav.breadcrumb {
    margin-top: 20px;
    margin-bottom: 0;
}

.cover-cart .content-cover-cart
{
    position: relative;
}

@media (max-width:767px)
{
    .cover-cart h1
    {
        font-size: 28px;
        line-height: 38px;
    }

    .cover-cart h1
    {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px)
{
    .cover-cart{
        padding: 30px;
    }
}


/********** product line cart ***************/

.product-line-grid .product-line-grid-image img
{
    max-width: 60px;
}

span.label-cart-mobile 
{
display: block;
margin-bottom: 0.5rem;
margin-top: 0.5rem;
}

@media (min-width:768px)
{

    #cart .cart-container ul.cart-items>li.cart-item>div.product-line-grid
    {
        display: flex;
        align-items: center;
    }

    .product-line-grid .remove-product-line-cart,
    .cart-bar-line .product-remove-bar
    {
    width: 11.04%;
    padding-left: 19px;
    }

    .product-line-grid .product-line-grid-image,
    .cart-bar-line .product-thumbnail-bar
    {
    width: 5.81%;
    }



    .product-line-grid .product-line-grid-body,
    .cart-bar-line .product-name-bar
    {
    width: 46.18%;
    padding-left: 44px;
    }

    .product-line-grid .product-line-grid-unitprice,
    .cart-bar-line .product-price-bar
    {
    width: 11.33%;
    }

    .product-line-grid .product-line-qty,
    .cart-bar-line .product-quantity-bar
    {
    width: 16.75%;
    }

    .product-line-grid .product-line-grid-right.totalprice,
    .cart-bar-line .product-subtotal-bar
    {
    width: 8.91%;
    }

}


@media (max-width:767px)
{
    .product-line-grid .product-line-grid-right.totalprice
    {
        clear: both;
    }

    .product-line-grid .product-line-qty
    {
        overflow: hidden;
    }
}



.cart-bar-line
{
background:#F4F6FA;
border-radius: 29px;
display: flex;
align-items: center;
font-size: 18px;
font-weight: 500;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0;
color: #253D4E;
height: 57px;
}

.cart-grid-right .card-block.checkout
{
    padding: 21px 0;
}

.cart-grid-right .card-block.checkout .btn-primary
{
width: initial;
}


.container.container-cart
{
max-width: 1610px;
width: 100%;
}

.container-cart .container.container-product-line-cart .blockreassurance
{
margin-bottom: 20px;
}


@media (max-width:767px)
{
    .remove-product-line-cart>.cart-line-product-actions
    {
        margin-bottom: 1rem;
    }
}



/*********** bloc promo checkout ********/

#checkout .cart-grid-right .block-promo
{
    padding: 1rem 1.25rem 0.825rem;
}

@media (max-width:1199px)
{

    body#checkout .container
    {
        width: 100%;
    }

}

@media (max-width:1024px)
{
    body#checkout section#content .cart-grid-body,
    body#checkout section#content .cart-grid-right
    {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    body#checkout .cart-grid-right .card
    {
        padding: 30px 0;
    }
}


body#checkout .two-columns-cart
{
    margin-bottom: 1rem;
}

#cart .qty-cart-line .bootstrap-touchspin .input-group-btn-vertical i
{
    top: 3px;
    left: -6px;
    font-size: 20px;
}