#wrapper{
    background-color: #f1f1f1;
    padding-right: unset;
}
.default-container
{
    width: unset;
}
#wrapper:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:url('../../../img/bg/bg-cart.jpg') 0 0 no-repeat;
    background-size:cover;
    background-position: center;
    opacity:.35;
    z-index:-1;
}

.cart-grid {
    padding : 25px 0 0;
}

.cart-grid-body,
.cart-summary {

}

.cart-summary {
    padding : 10px 15px;
}

.cart-items {
    margin-bottom : 0
}

.cart-item {
    padding : 1rem 0
}

.cart-summary-line {
    clear : both
}

.cart-summary-line:after {
    content : "";
    display : table;
    clear   : both
}

.cart-summary-line .label {
    padding-left : 0;
    font-weight  : 400;
    white-space  : inherit
}

.cart-summary-line .value {
    color :var(--secondary-color);
    float : right
}

.cart-summary-line .label{
    color:black;
}


.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
    font-weight : 400
}

.cart-grid-body {
    margin-bottom : .75rem
}

.cart-grid-body a.label:hover {
    color : #2fb5d2
}

.cart-grid-body .card-block {
    padding : 1rem
}

.cart-grid-body .card-block h1 {
    margin : 0;
    color  : var(--secondary-color);
    font-weight: 500;
}

.cart-grid-body .cart-overview {
    padding : 1rem
}

.cart-grid-body .product-line-grid {
    display        : flex;
    flex-direction : column;
}

.cart-grid-body .product-line-grid-body {
    flex      : 1 0 auto;
    max-width : 100%;
}

.cart-grid-body .product-line-grid-right {
    flex            : 0 0 33%;
    display         : flex;
    justify-content : space-between;
}

.cart-grid-body .product-line-grid-right .product-price {
    font-size   : 17px;
    font-weight : 600;
    color  : var(--secondary-color);
}

.cart-grid-body .product-name .label {
    font-size   : 17px;
    font-weight : 700;
    color       : black;
    transition  : all 0.3s ease-out;
}
.cart-grid-body a.label
{
    color: var(--third-color);
}

.cart-grid-body .product-name .label:focus,
.cart-grid-body .product-name .label:hover {
    text-decoration : none;
}

.cart-grid-body .current-price .price{
    color : var(--secondary-color);
}

.cart-grid-body .product-carac .label {
    font-size   : 15px;
    font-weight : 500;
    color       : white;
}

.cart-grid-body .product-carac .value {
    color       : lightgrey;
}

.cart-grid-right .cart-summary {
    position : sticky;
    top      : 0;
    border-radius: 25px;
}

.cart-grid-body{
    border-radius:25px ;
    padding-bottom: 10px;
}
.cart-grid-body .cart-container{
    border-radius:25px ;
    padding-top: 10px;
}

.cart-grid-right .promo-discounts {
    margin-bottom : 0
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    color : #7a7a7a
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration : underline;
    cursor          : pointer
}

.continue-label {
    display     : flex;
    align-items : center;
}

.continue-label:focus,
.continue-label:hover {
    text-decoration : none;
}

.btn-primary{
    background: var(--secondary-color);
}
.card{
    background : white;
}
.cart-grid-body a.label:hover {
    color: var(--secondary-color);
}
.wrapper__inner a {
    color: black;
    font-weight: 600;
}

.wrapper__inner a:hover {
    color: var(--secondary-color);
}

.remove-from-cart i{
    color  : rgb(226,226,226);
}

.separator {
    border-color: rgba(193, 193, 193, .25);
}

#notifications{
    background: rgb(26, 26, 26);
}

.continue-label{
    padding-bottom: 8px;
}

.block-promo .promo-code {
    background: white;
}

.block-promo .cart-summary-line .label a, .block-promo .promo-name a{
    color:#ff9a52;
}

.cart-detailed-actions .text-sm-center{
    text-align: center;
}
.block-promo .promo-input
{
    width: 80%;
}
.block-promo .promo-input + button
{
    margin-top: .5em;
    width: 80%;
}

.checkout div a
{
    color: white;
}

@media (max-width: 520px)
{
    .page-header h1
    {
        font-size: 1em
    }
}
