53 lines
1.6 KiB
CSS
53 lines
1.6 KiB
CSS
@charset "UTF-8";
|
|
#header_user {
|
|
position: absolute;
|
|
top: 50px;
|
|
right: 0; }
|
|
@media (min-width: 480px) and (max-width: 767px) {
|
|
#header_user {
|
|
margin-top: 25px; } }
|
|
@media (max-width: 479px) {
|
|
#header_user {
|
|
float: none;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 95px;
|
|
width: 270px; } }
|
|
#header_user #shopping_cart a {
|
|
padding: 7px 10px 14px 16px;
|
|
background: #333333;
|
|
width: 270px;
|
|
display: block;
|
|
font-weight: bold;
|
|
color: #777777;
|
|
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
|
|
overflow: hidden; }
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
#header_user #shopping_cart a {
|
|
width: 190px; } }
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
#header_user #shopping_cart a span.ajax_cart_product_txt, #header_user #shopping_cart a span.ajax_cart_product_txt_s {
|
|
display: none !important; } }
|
|
#header_user #shopping_cart a b {
|
|
color: white;
|
|
font: 600 18px/22px "Open Sans", sans-serif;
|
|
padding-right: 5px; }
|
|
#header_user #shopping_cart a:before {
|
|
content: "";
|
|
font-family: "FontAwesome";
|
|
display: inline-block;
|
|
font-size: 23px;
|
|
line-height: 23px;
|
|
color: white;
|
|
padding-right: 15px; }
|
|
#header_user #shopping_cart a:after {
|
|
content: "";
|
|
font-family: "FontAwesome";
|
|
display: inline-block;
|
|
float: right;
|
|
font-size: 18px;
|
|
color: #686666;
|
|
padding: 6px 0 0 0; }
|
|
#header_user #shopping_cart .ajax_cart_total {
|
|
display: none !important; }
|