
.product_group_loader {
    min-height: 200px;
    display: block;
    background: url(https://static.1dayoff.com/assets/images/tloading.svg) no-repeat center;
    background-size: 50px auto;
}

.footer_logo{
    width: 129px;
    height: 111px;
    overflow: hidden; 
    background: url('https://static.1dayoff.com/uploads/footer_logo.png') no-repeat right;
    background-size: auto 97%;
    margin-top: 10px;
    float: right;
}
.members .logo_tiny {
    width: 500px;
    height: 60px;
    position: absolute;
    top:-30px;
    left: 0;
    overflow: hidden; 
    text-indent: -99999px;
    background: url('https://static.1dayoff.com/uploads/logo.png') no-repeat center left;
    background-size: auto 100%;
}
.fix_cart_bg, .fix_search_bg {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:14;
    background:rgba(255,255,255,0.8);
    display:none;
}
.fix_search_bg {
    background:rgba(255,255,255,0.95);
}
.fix_cart {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:-420px;
    z-index:15;
    background:#fff;
    max-width:420px;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    direction:rtl;
}
.fix_cart_title,
.fix_cart_bottom {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:10px 20px;
    background:#fff;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;
    z-index:5;
}
.fix_cart_bottom {
    border:0;
    border-top:1px solid #ddd;
    position:absolute;
    bottom:0;
    top:auto;
    padding-top:0;
    font-weight:normal;
    background:#fff;
}
.fix_cart_bottom a {
    width: 100%;
    display: block;
    padding: 5px 15px;
    background: #f9d308;
    color: #000;
    border-radius: 20px;
    font-size: 12px;
    line-height: 27px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
}
.fix_cart_bottom a.disabled {
    background: #999;
    cursor: default;
}
.fix_cart_subtotal {
    text-align:left;
    color:#333;
    font-size:12px;
    line-height:1.4;
    padding:10px 0;
    display:flex;
}
.cart_subtotal {
    margin-left:0;
}
.fix_cart_subtotal b {
    font-size:18px;
    margin-right:5px;
}
.fix_cart_subtotal b small {
    display:inline-block;
    margin-right:5px;
    font-size:9px;
}
.close_cart {
    position:absolute;
    top:5px;
    left:10px;
    width:40px;
    height:40px;
}
.close_cart i {
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:20px;
    margin-top:-10px;
    margin-left:-10px;
    background:url('/assets/images/icons_new.png?v=3') no-repeat;
    background-size:100% auto;
    background-position:0 -1040px;
}
.fix_cart .fix_cart_inner {
    background:#fff;
    width:100%;
    height:100%;
    padding-top:60px;
    box-sizing:border-box;
    overflow:auto;
    border-bottom:100px solid #fff;
}
.fix_cart .fix_cart_inner .empty_cart {
    box-sizing:border-box;
    position:absolute;
    top:50%;
    left:5%;
    padding:20px;
    text-align:center;
    padding-top:70px;
    width:90%;
    transform:translate(0,-50%);
}
.fix_cart .fix_cart_inner .empty_cart i {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-30px;
    width:60px;
    height:60px;
    background:url('/assets/images/icons_new.png?v=3') no-repeat;
    background-size:100% auto;
    background-position:0 -1380px;
    opacity:0.7;
}
.fix_cart .fix_cart_inner .empty_cart b {
    display:block;
    font-size:18px;
    color:#555;
    line-height:30px;
}
.fix_cart .fix_cart_inner .empty_cart b small {
    font-weight:normal;
    display:block;
    font-size:12px;
    line-height:20px;
}
.fix_cart .cashback_box {
    width:90%;
    margin:10px auto;
}
.fix_cart .cashback_box img {
    box-shadow:none;
}
.cart_fix_row {
    display: block;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #eee;
    padding: 15px;
    position: relative;
    padding-bottom:50px;
    min-height: 95px;
    padding-left: 40px;
    padding-right: 20px;
}
.cart_fix_row .cart_fix_photo {
    flex: 0 1 20%;
    overflow: hidden;
    width: 20%;
    box-sizing: border-box;
}
.cart_fix_row .cart_fix_photo img {
    width: 90%;
    height: auto;
}

.cart_fix_row .cart_fix_details {
    flex: 0 1 80%;
    width: 80%;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.8;
    padding-right: 10px;
}
.fix_cart .alert_green {
    border:0;
    border-radius: 0;
    background: #fff;
    color:#333;
    padding:10px 15px;
    border-bottom:1px solid #ddd;
    padding-right:60px;
    position:relative;
}
.fix_cart .alert_green b {
    color: #006600;
    display: block;
}
.fix_cart .alert_green i {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url('/assets/images/icons_new.png?v=3') no-repeat;
    background-size: 100% auto;
    background-position: 0 -1260px;
}
.fix_cart .fix_cart_inner .row_delete {
    position:absolute;
    top:10px;
    left:15px;
    background:#fff;
    box-sizing: border-box;
    width:32px;
    height:32px;
    border:1px solid #ddd;
    border-radius: 7px;
}

.fix_cart .fix_cart_inner .row_delete i {
    position:absolute;
    top:50%;
    left:50%;
    width:16px;
    height:16px;
    margin-top:-8px;
    margin-left:-8px;
    background:url('/assets/images/icons_new.png?v=3') no-repeat;
    background-size:100% auto;
    background-position:0 -544px;
    opacity: 0.5;
}

.cart_fix_row_sum {
  position: absolute;
  bottom: 7px;
  left: 15px;
  font-size: 16px;
  font-weight: bold;
}
.cart_fix_row_sum small {
  color:#777;
  font-size: 9px;
}
.alert_cart_red {
	position: absolute;
	width: 100%;
	background: #fff6f6;
	height: auto;
	z-index: 5;
	bottom: 94px;
	left: 0;
	font-size: 11px;
	color: #aa0000;
	padding: 3px 10px;
	box-sizing: border-box;
	display: none;
	border-top: 1px solid #ddd;
}

.fix_cart .product_price {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

.fix_cart .product_price .current {
    display: block;
    line-height:20px;
    font-size: 14px;
    line-height:1.4;
    font-weight: bold;
    margin: 0;
    position: relative;
    width: 100%;
}

.fix_cart .product_price .original {
    display: block;
    color:#999;
    text-decoration: line-through;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

.fix_cart .product_price .discount_percent {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #c00;
    color: #a00;
    padding: 0 3px;
    padding-top: 0px;
    border-radius: 5px;
    line-height: 14px;
    padding-top: 2px;
}

.fix_cart .product_price .discount_percent_high {
    color:#fff;
    background:#cc0000;
}