<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-wrap{
	position: relative;
	padding: 0 0 20px;
}

.shop-cart-expand{
	position: absolute;
    width: 290px;
    z-index: 1000;
    background: #fff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.10);	
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    padding: 15px;
    display: none;
    border-radius: 5px;
}

.shop-cart-expand.show{
	display: block;
}

.shop-cart-expand ul{
	list-style: none;
}

.shop-cart-expand ul li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
	line-height: 1.3;
}

.shop-cart-expand ul li a.title{
	color: #434343;
	display: block;
	margin: 0 0 5px;
}

.shop-cart-expand ul li span.product-info,
.shop-cart-expand ul li span.remove-product{
	font-size: 12px;
	color: #999;
	float: left;
}

.shop-cart-expand ul li span.remove-product{
	float: right;
	cursor: pointer;
}

.shop-cart-expand a.shop-cart{
	background: #000;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	display: block;
	clear: both;
}

.shop-cart-expand .price-total-widget{
	margin-bottom: 10px;
	font-weight: 700;
	text-align: right;
}

.ajax-loading{
    background: rgb(0 0 0 / 60%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

.ajax-loading .box{
    width: 340px;
    padding: 20px 15px;
    background: #fff;
    background-size: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    display: table;
    z-index: 400;
    border-radius: 10px;
    line-height: 1.3;
}

.ajax-loading .box .top{
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
}

.ajax-loading .box .continue,
.ajax-loading .box .shopcart a{
	border: 1px solid #434343;
	color: #434343;
	width: calc(100% - 2px);
	padding: 15px 0;
	font-weight: 700;
	float: left;
	margin: 5px 0;
	text-align: center;
	line-height: 1;
}

.ajax-loading .box .shopcart a{
	background: #00A550;
	border: 1px solid #00A550;
	color: #fff;
}

#buy-btn {
    margin: 0 10px;
}

.added-to-cart {
    padding: 0 0 0 20px;
    background: url(images/ok.png) no-repeat 0 0;
}

.add-loading {
    padding: 5px 0 0 0;
}

/*** Table shop cart ***/
.tr-heading {
	text-align: center;
}

#cart-info-table {
	width: 100%;
}

.shop-cart-table thead th,
.shop-cart-table thead td {
	background-color: #61a63c;
    color: #fff;
    padding: 15px 0;
    font-family: 'ArialB';
}

.shop-cart-table tbody td {
	border-bottom: 1px solid #ccc;
	font-family: 'Arial';
	font-size: 14px;
}

td.no {
	width: 35px;
	text-align: center;
}

td.productnum {
	width: 100px;
	text-align: center;
}

td.productprice {
	text-align: center;
}

.shop-cart-table tfoot {
	background: #0F7FC9;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	color: #fff;
}

.cart-total p span {
	font-weight: bold;
}

/*** Checkout Form ***/
#checkout-form {
	clear: both;
	margin: 0 0 10px;
}

#checkout-form .form-details-pc {
	width: 100%;
	float: left;
	height: auto;
}

#checkout-form p {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

#checkout-form p.info:first-child{
	float: left;
	width: 100%;
}

#checkout-form .form-details-pc p.info:nth-child(n+2)  {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
}

#checkout-form .form-details-pc select {
    padding: 0 15px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
    background: #fff;
    color: #444444;
    outline: none;
    float: left;
    border: 1px solid #E0E0E0;
    width: calc(100% - 2px);
}

#checkout-form p.info input{
	margin: 0;
}

#checkout-form p.info:nth-child(n+5) {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px;
}

#info-customer{
	float: left;
	width: 100%
}

#info-customer input[type="reset"]{
	text-transform: uppercase;
    display: block;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    color: #363636;	
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	border-radius: 20px;
	float: right;
}

#info-customer h2{
	font-size: 24px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#checkout-form p input#full-name,
#checkout-form p input#address,
#checkout-form p input#phone,
#checkout-form p input#email {
	height: 45px;
    padding: 0 15px;
    width: calc(100% - 32px);
	background: #f6f6f6;
	border-radius: 5px;
	border: none;
}

#checkout-form p.messagearea {
	width: 100%;
	margin: 0;
}

.messagearea {
	float: right;
}

.messagearea textarea {
    width: calc(100% - 35px);
    height: 90px;
    background: #fff;
    padding: 15px 0 0 15px;
}

.checkout-cart-info {
	border-top: 1px solid #ddd;
	padding: 10px 0 0;
}

.cart-total {
	float: left;
	padding-top: 15px;
}

.cart-summary .button {
	display: block;
	background-color: #61a63c;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	background-image: none;
	border-radius: 20px;
	float: right;
	margin-left: 15px;
}

.cart-summary .button {
	padding: 10px 20px;
}

.cart-summary a.checkout {
	font-size: 18px;
}

p.submit {
	padding-top: 15px;
}

.cart-summary p.submit {
	float: right;
}

.cart-summary .update-cart {
	padding: 5px;
	background-color: #268dbd;
}

.gsc-action {
	float: right;
	padding-top: 35px;
}

.gsc-action a,
.gsc-action a:visited {
	margin-left: 20px;
	color: #333;
	font-weight: bold;
}

.gsc-action a.gsc-export-excel,
.gsc-action a.gsc-export-excel:visited {
	background-color: #0f7fc9;
    color: #fff;
    padding: 7px;
}

.message.error {
	color: #C8151A;
	font-size: 16px;
	font-weight: bold;
}

#gsc-shopcart-table{
	float: left;
	width: 100%;
}

#gsc-shopcart-table ul.title-shopcart,
#gsc-shopcart-table ul.li-products{
    float: left;
    width: 100%;
    border: none;
}

#gsc-shopcart-table ul.title-shopcart li{
	margin: 0;
	float: left;
	list-style: none;
}

#gsc-shopcart-table ul.li-products li{
	margin: 0;
	float: left;
	list-style: none;
}	

#gsc-shopcart-table ul.li-products li.type-products span{
	border: 1px solid #d6d6d6;
	padding: 10px;
}

#gsc-shopcart-table ul.li-products li.images-products,
#gsc-shopcart-table ul.li-products li.number-products{
	padding: 0;
}

#gsc-shopcart-table ul.li-products li.images-products img{
	width: 100%;
	display: block;
	margin: 0;
}

#gsc-shopcart-table .cart-total{
	float: left;
	width: 100%;
	margin: 15px 0;
}

#gsc-shopcart-table .cart-total .notice-cart {
    float: left;
    color: #898989;
    font-style: italic;
    width: 240px;
    font-size: 14px;
    text-align: left;
}

#gsc-shopcart-table .cart-total p.total-price{
	float: right;
	color: #599f44;
	font-size: 18px;
}

#gsc-shopcart-table .cart-total span.total-price{
	margin-right: 20px;
	color: #333;
}

#gsc-shopcart-table .remove-product{
	color: #898989;
	font-size: 14px;
}

#gsc-shopcart-table .remove-product span{
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
#gsc-shopcart-table ul.li-products li.delete_g .remove-product{
	background: url(images/delete.svg) no-repeat left center;
    display: inline-block;
    padding: 5px 0;
   	padding-left: 20px;
   	text-transform: uppercase;
   	font-size: 13px;
    border-right: none;
    line-height: 1;
}

#gsc-shopcart-table ul.li-products li.delete_g{
	text-align: right;
}

#gsc-shopcart-table ul.li-products li.types-products .change-type{
	background: url(images/write.svg) no-repeat center center;
	text-indent: -9999px;
	width: 15px;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

span.ptype-ok, 
span.ptype-cancel{
	margin-left: 0.6em;
	padding: 1px 4px;
	border: 1px solid lightgray;	
    text-align: center;
    border-radius: 5px;
    cursor: pointer;    
    text-decoration: none;    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
span.ptype-ok:hover,
span.ptype-cancel:hover{
    background-color: whitesmoke;
}</pre></body></html>