<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popup_back_1{ position:fixed;z-index:991;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.85;display:none; }
#popup_err_1_wrap{ position:fixed;z-index:992;left:0;top:100px;width:100%;display:none;pointer-events:none; }
	#popup_err_1{ position:relative;width:500px;margin:0 auto;padding:20px;background:#fff;pointer-events:all; }
		#popup_err_1 .top_buttons{ position:absolute;z-index:993;left:0;top:-25px;width:100%;text-align:right; }
			#popup_err_1 .top_buttons .close{ display:inline-block;width:25px;height:25px;line-height:25px;
				background:#fff;color:#cc0000;font-size:1.3em;text-align:center;cursor:pointer;
			}
				#popup_err_1 .top_buttons .close:hover{ color:#000; }
		#popup_err_1 .content{  }


#container1{width:80%;margin:0 auto 50px }
	#container1x1{ width:70%;min-height:50px;margin:0 10px 0 0;float:left; }
		#product_list{ background:#fff; }
			#product_list .wrapper{ padding:0 0 10px 0;margin:0 0 10px 0;border-bottom:1px solid #eee; }
				#product_list .wrapper .column1{ height:100px; }
					#product_list .wrapper .column1 .img{ width:100px;height:100px;margin:0 10px 0 0;float:left; }
						#product_list .wrapper .column1 .img img{ width:100px;height:100px; }
					#product_list .wrapper .column1 .data{ float:left;line-height:20px;margin:10px; }
						#product_list .wrapper .column1 .data .brand{ margin:0 0 5px 0;color:#000; }
						#product_list .wrapper .column1 .data .name{ margin:0 0 5px 0;font-weight:bold;color:#000; }
						#product_list .wrapper .column1 .data .size{ margin:0 0 5px 0; }
						#product_list .wrapper .column1 .data .price{  }
							#product_list .wrapper .column1 .data .price .title{  }
							#product_list .wrapper .column1 .data .price .value{ color:#f27a1a; }
				#product_list .wrapper .column2{ width:350px;height:100px;text-align:center;}
					#product_list .wrapper .column2 .count{ height:30px;margin:20px 0 0 0;line-height:30px; }
						#product_list .wrapper .column2 .count .value{ display:inline-block;margin:0 10px;font-size:1.2em;text-align:center;border:none; }
						#product_list .wrapper .column2 .count .button{ display:inline-block;font-size:1.3em;color:#aaa;cursor:pointer; }
							#product_list .wrapper .column2 .count .button.minus{  }
							#product_list .wrapper .column2 .count .button.plus{  }
							#product_list .wrapper .column2 .count .button.minus:hover{ color:#f27a1a; }
							#product_list .wrapper .column2 .count .button.plus:hover{ color:#83B932; }
					#product_list .wrapper .column2 .price{ height:30px;line-height:30px; }
						#product_list .wrapper .column2 .price .title{  }
						#product_list .wrapper .column2 .price .value{ color:#f27a1a; }
				#product_list .wrapper .column3{ width:50px;height:100px;float:left;text-align:center; }
					#product_list .wrapper .column2 .remove{}
					#product_list .wrapper .column2 .remove i{line-height:20px;font-size:1.3em;color:#aaa;cursor:pointer; }
						#product_list .wrapper .column2 .remove i:hover{ color:#cc0000; }
				
	#container1x2{ width:calc(30% - 20px);min-height:50px;margin:73px 0 0 10px;float:left; }
		#shopping_summary{ padding:10px;margin:0 0 20px 0;background:#fafafa;border:1px solid #eaeaea; }
			#shopping_summary .title1{ margin:0 0 10px 0;color:#f27a1a;font-size:1.2em; }
			#shopping_summary .product_count{ margin:0 0 5px 0; }
			#shopping_summary .price1{ margin:0 0 5px 0; }
				#shopping_summary .price1 .title{ float:left; }
				#shopping_summary .price1 .value{ float:right; }
			#shopping_summary .cargo{ margin:0 0 15px 0;color:#f27a1a; }
			#shopping_summary .border_line1{ border-top:1px solid #eaeaea; }
			#shopping_summary .price_total{ margin:15px 0 0 0; }
				#shopping_summary .price_total .title{ float:left; }
				#shopping_summary .price_total .value{ float:right; color:#83B932;}
	a#buy_button_1{    
	display:block;
	text-decoration:none;
	position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
	}
		
		a#buy_button_1:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f27a1a;
}
a#buy_button_1:hover::after {
    opacity: 1;
}

a#buy_button_1:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #83b932;
    opacity: 0;
    transition: 300ms opacity;
}


	
@media only screen and (max-width:960px) and (min-width:601px){
	#container1 {width:unset;margin:10px;}
	#container1x2 {width:unset;float:unset;margin:unset;}
	#container1x1 {float:unset;width:unset;margin:unset;}
	#product_list .wrapper .column2 {width:100%;float:left;}
	#product_list .wrapper .column1 .img{float:unset;margin:0 auto;}
}
@media only screen and (max-width:600px) and (min-width:1px){
	#container1 {width:unset;margin:10px;}
	#container1x2 {width:unset;float:unset;margin:unset;}
	#container1x1 {float:unset;width:unset;margin:unset;}
	#product_list .wrapper .column2 {width:100%;float:left;}
	#product_list .wrapper .column1 .img{float:unset;margin:0 auto;}
}
		
		</pre></body></html>