/* Define the initial position off the screen to the right */
.block-cross-sell-products-grid {
    position: fixed;
    top: 0;
    right: 100%;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    transition: transform 0.5s ease-in-out;
}
.block-cross-sell-products-grid.open .close-cross-sell {
    left: calc(60% - 30px);
}
#cross-sell-products .products {
    margin: 30px 0 10px;
    display: block;
    font-size: 13px;
}
.close-cross-sell{
    width: 20px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    left: -30px;
    z-index: 999999999999;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 26px;
    top: 10px;
}
.block-cross-sell-products-grid .block-cross-sell-products-grid.open-child{
    right: 0;
}
.block-viewed-products-grid.block-cross-sell-products-grid.open {
    width: 100%;
    background: #0000006e;
    position: fixed;
    left: 0;
}
#cross-sell-products .block-title{
    border-top: 1.5px solid #bfbfbf;
    margin: 30px auto 30px;
    padding-top: 55px;
}
/* When the 'open' class is added (slide in effect) */
.block-viewed-products-grid.block-cross-sell-products-grid #cross-sell-products.close-child{
    transform: translateX(0); /* Slide in */
}
.block-viewed-products-grid.block-cross-sell-products-grid #cross-sell-products.open-child{
    width: 38%;
    transform: translateX(-100%); /* Slide out */
    padding: 5px 1% !important;
    margin: 0;
    box-shadow: -4px 0 6px rgba(0,0,0,0.3);
    opacity: 1;
}

/* Default state when 'open' class is not added (slide out effect) */
.block-cross-sell-products-grid #cross-sell-products {
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    transform: translateX(0);
    width: 300px;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 9999;
    padding: 20px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


#cross-sell-products ul {
    list-style: none;
    padding: 0;
}

#cross-sell-products li {
    margin: 0 10px -10px;
    padding: 10px;
    height: auto;
    vertical-align: top;
    width: 50%;
    border: 1px solid #bbb;
    background: #fff;
}
#cross-sell-products .product-image-container{
    width: 100% !important;
}
#cross-sell-products .product-item-info
{
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    border: none;
    padding: 0;
}
#cross-sell-products h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
#cross-sell-products .products-grid .product-item-name a.product-item-link{
    text-decoration: none;
}
#cross-sell-products .product-image-cont {
    margin: 20px auto;
}
#cross-sell-products ol.products.list.items.product-items {
    display: flex;
    border-spacing: 20px;
}
a.product.photo.product-item-photo.cross-sell-product-link {
    display: block;
}
#close-cross-sell {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}
#cross-sell-products .product-item-name {
    min-height: 30px;
    margin: 0 0 5px;
}
#cross-sell-products a.action.tocart{
    background: #0079c2;
    border: 1px solid #0079c2;
    color: #ffffff;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
}
#cross-sell-products .product-item.product-item-actions{
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 6px;
}
#cross-sell-products .product-item-info .actions-secondary a {
    padding: 0 3px;
}
#cross-sell-products form{
    display: inline-block;
    vertical-align: middle;
}
#cross-sell-products form .btn{
    padding: 0;
}
#cross-sell-products .actions {
    margin: 10px 0 0;
}
#cross-sell-products span.price {
    font-size: 12px;
    font-weight: bold;
}
.close-button.bottom {
    text-align: center;
    margin: 45px 0 30px;
    font-size: 13px;
    cursor: pointer;
}
#cross-sell-products .product-image-container-4165 span.product-image-wrapper {
    padding-bottom: 125%;
}
#cross-sell-products .wishlist.split.button{
    position: static;
    margin: 0;
}

@media all and (max-width: 1225px) {
    .wishlist.split.button:before, .wishlist.split.button:after{
        display: none;
    }
    #cross-sell-products .product-item.product-item-actions{
        margin-top: 5px;
    }
}
@media all and (max-width: 767px) {
    #cross-sell-products ol.products.list.items.product-items{
        display: block;
    }
    #cross-sell-products li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}