@media (min-width: 850px) {
.cart-item .header-cart-link {
width: 221px;
height: 50px;
background-image: url(//flowersight.com/wp-content/themes/flatsome-child/images/bg_total_cart.png);
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
padding: 0 10px 5px 10px;
position: relative;
text-decoration: none; flex-direction: row-reverse;
} .header-cart-title {
font-size: 0;
margin-left: 8px;
} .header-cart-title:after {
content: "Giỏ hàng";
font-size: 16px;
color: #0682d2;
font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
font-weight: 400;
display: inline-block;
} .header-cart-link .cart-icon {
color: #0682d2; }
}