
@media only screen and (min-width: 771px) {

    #header-cart.skip-active {
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        border: none !important;
        width: 400px !important;
        top: 42px !important;
        right: 10px !important;
    }

    #header-cart.skip-active:after {
        content: "";
        position: absolute;
        top: -8px;
        right: 30px;
        border: 6px solid transparent;
        border-color: white transparent transparent white;
        transform-origin: 0 0;
        transform: rotate(45deg);
        box-shadow: -10px -10px 20px 0 rgba(0,0,0,0.1);
    }
}

#header-cart .block-subtitle .close {
    font-size: 20px;
    color: #aaa;
    height: 40px;
    line-height: 35px;
    top: 0;
    right: 0;
}
#header-cart .block-subtitle .close:hover {
    color: #666;
}

#header-cart .mini-products-list li .product-details {
    margin-left: 90px;
}

#header-cart .block-subtitle {
    padding: 15px 5px 10px !important;
}

#header-cart .product-image {
    border: none;
}

#header-cart .product-image .picture {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
}

#header-cart .product-image .remove {
    color: #1a66aa;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}

#header-cart .product-name {
    width: 340px;
    margin-bottom: 10px;
}

#header-cart .product-price,
#header-cart .product-qty {
    color: #808080;
    margin-bottom: 5px;
}

#header-cart .product-price span,
#header-cart .product-qty span {
    display: inline-block;
    width: 55px;
    text-transform: uppercase;
}

#header-cart .product-price strong,
#header-cart .product-qty strong {
    color: #1a66aa;
}

#header-cart .subtotal {
    line-height: 40px;
    color: #1a66aa;
    font-weight: bold;
    background: #EDEDED;
}

#header-cart .subtotal span {
    color: #808080;
    font-weight: normal;
    padding-right: 5px;
}

#header-cart .minicart-actions .checkout-button {
    min-width: 200px;
    margin: 5px 0 -5px 0;
}
