/** Shopify CDN: Minification failed

Line 228:0 Expected "}" to go with "{"

**/
.collection {
    clear: both;
    padding-top: 50px;
}
.collection .cart-product {
    /* float: left; */
    /* text-align: center; */
    /*  width: 162px; 140px + 1px + 1px for the borders on either side */
    margin: 0 14px 14px 0;
    padding: 0;
    position: relative; /* used to display absolutely positioned sale tag */
    overflow: hidden;
}
.collection .cart-product.last {
    margin-right: 0;
}
.collection .cart-product .image {
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    height: 140px;
    overflow: hidden;
    width: 140px;
    margin-right: 10px;
}
.collection .cart-product .cy {
    display: block;
    margin: 0 auto;
}
.collection .cart-product .image img {
    max-width: 140px;
    width: 140px;
}
.collection .cart-recently-links{
    text-decoration: none;
}
.collection .cart-product .title {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #222;
    font-weight: 700;
    margin: 0px;
}
.collection .cart-product .price {
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #777;
    font-weight: normal;
}
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.cart-new{
    max-width: 1500px;
    margin: 0 auto;
}

.cart-title{
    font-size: 1.8rem;
}


@media screen and (min-width: 750px) {
  
    .collection .cart-product{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #recently-viewed-products {
        background-color: #fff;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        text-align: center;
        padding: 30px 15px;
    }    
    .cart-title{
        text-align: center;
    }
    .cart-title-desk{
        display: none;
    }
    .cart-title-mob{
        display: block;
    }
}

@media screen and (max-width: 749px) {
    .collection .cart-product{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #recently-viewed-products {
        background-color: #fff;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        text-align: center;
        padding: 30px;
    }   
    .cart-title{
        text-align: center;
    } 
    .cart-title-desk{
        display: none;
    }
    .cart-title-mob{
        display: block;
    }
}


@media screen and (min-width: 1150px) {
    .cart-items-container{
        
    }
    .cart-recently-details{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #recently-viewed-products{
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        background-color: #D3C2DD;
    }
    .collection .cart-product{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .cart-title-desk{
        display: block;
    }
    .cart-title-mob{
        display: none;
    }
}

cart-items{
    position:relative
}





@media screen and (max-width: 1149px) {
    .desktop-recently-viewed{
        /* display: none; */
    }    
    .cart-recently-mobile{
        display: block;
    }
}


@media screen and (max-width: 549px) {
    #recently-viewed-products{
        padding: 10px;
    }
    .collection .cart-product{
        margin: 5px;
    }
    
}

@media screen and (max-width: 749px) {
    .desktop-recently-viewed{
        margin: 20px;
    }   
}


@media screen and (min-width: 750px) and (max-width: 1149px) {
    .desktop-recently-viewed{
        margin: 20px;
    }   
}




@media screen and (min-width: 1150px) {
    .mc-footer{
        padding-right: 350px;
        position: relative;
    }
    .cart__footer{
        position: relative;
    }
    .desktop-recently-viewed{
        position: absolute;
        right:0;
        top: 200px;
        max-width: 300px;
        margin-right: 10px;
    }    
}

@media screen and (min-width: 1500px) {
    .desktop-recently-viewed{
        right: auto;
        right: calc(50% - 750px);
}

