.wtajaxcart {
    display: none;
    position: absolute;
    top: 48px;
    right: 0px;
    background: #fff;
    z-index: 999;
    max-width: 300px;
}

.wtajaxcart .ajax-cart-container {
    padding: 0 15px 20px 15px;
}

.wtajaxcart .card-block {
    padding-bottom: 0;
}

.wtajaxcart .cart-item {
    border-bottom: 1px solid #f5f5f5;
}

.wtajaxcart .separator {
    margin: 0;
}

#content_ajaxcart .product-line-grid-body {
    padding: 0;
    width: 75%;
    text-align: left;
    padding-left: 15px;
}

#content_ajaxcart .product-line-grid-left {
    padding: 0;
    width: 25%;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.ajax-cart-container .card-block h1 {
    font-size: 18px;
    color: #2a3847;
    font-family: 'Exo 2', sans-serif;
}

.ajax-cart-container .js-cart-line-product-quantity {
    width: 40px;
    float: left;
    text-align: center;
}

.ajax-cart-container .qty i {
    font-size: 14px;
    float: left;
    margin-left: 5px;
    margin-top: 6px;
}

.ajax-cart-container .product-price {
    font-size: 20px;
    /*position:relative;right:-70px;*/
}

.ajax-cart-container .product-price strong {
    font-weight: normal;
    font-size: 17px;
}

.ajax-cart-container .product-price .product-discount {
    margin-left: 0;
    float: left;
}

.ajax-cart-container .product-price .product-discount .regular-price {
    margin-top: 6px;
}

.ajax-cart-container .product-price .current-price {
    float: left;
    margin-top: 0px;
}

.ajax-cart-container .product-line-info {
    margin-bottom: 0px;
}

.ajax-cart-container .product-line-actions {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

.ajax-cart-container .product-line-actions .qty {
    padding: 0;
}

.ajax-cart-container .product-line-actions .price {
    margin-top: 3px;
}

.ajax-cart-container .product-line-actions .product-price {
    line-height: 10px;
}

.ajax-cart-container .has-discount .discount {
    right: 0;
    left: initial;
    display: none;
}

.ajax-cart-container .cart-total .value {
    font-weight: bold;
}

.wtajaxcart .product-line-grid-body>.product-line-info>.label,
.wtajaxcart .product-line-grid-body>.product-line-info>.value {
    font-size: 13px;
}

.wtajaxcart #content_ajaxcart {
    max-height: 520px;
    overflow: auto;
    overflow-x: hidden;
    margin: 20px;
    background: white;
}

#content_ajaxcart::-webkit-scrollbar {
    width: 5px;
}

#content_ajaxcart::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#content_ajaxcart::-webkit-scrollbar-thumb {
    background-color: #454545;
    cursor: pointer;
}

#content_ajaxcart::-webkit-scrollbar-thumb:hover {
    background-color: #454545;
}

.wtajaxcart .product-line-grid-right .price {
    padding: 0;
    padding-left: 6px;
    margin-top: 3px;
    float: left;
}

.wtajaxcart .cart-summary-line {
    text-align: left;
}

.wtajaxcart .remove-from-cart i {
    font-size: 0
}

.wtajaxcart .remove-from-cart i:before {
    color: #2a3847;
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 15px;
    position: absolute;
    top: 0;
}

.header-sticky .wtajaxcart {
    top: 47px;
    right: 0;
}

.wtajaxcart #content_ajaxcart .block-promo {
    display: none !important;
}