<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::placeholder {
  color: #ccc !important;
}
#product-wrapper{
    max-width: 1425px;
}
#left-column{
    background: #ffffff;
    padding: 50px 10px;
    margin: 30px auto;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
    #left-column ul{  
        padding-left: 0;
    }
    #left-column li{  
        list-style: none;
    }

#section-shop{
    background: #ffffff;
    padding: 30px;
    margin: 30px auto;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
	#section-shop img{
		width: auto;
		height: 200px;
	}
	#section-shop .box-product{
		text-align: center;
		margin: 25px 0;
	}
	#section-shop h4{
        font-size: .875em;
        color: #000;
        text-align: left;
	}
    #section-shop .price {
        font-size: 1.5em;
        color: #000;
        font-weight: 600;
        text-align: left;
    }
		#section-shop .price span{
			font-size: .5em;
			color: #000;
			position: relative;
			top: -8px;
		}
	#section-shop .btn-cart{
		color: #007bff;
		background: #fff;		
		width: 100%;
		border: 1px solid #007bff;
		border-radius: 0;
        outline: none !important;
	}
		#section-shop .btn-cart:hover,
		#section-four .btn-cart:active,
		#section-four .btn-cart:focus,
		#section-four .btn-cart:visited{
			color: #fff;
			background: #007bff;
			border: 1px solid #007bff;
			outline: none !important;
		}	
th{
	text-align: center;
}
h2.page-header{
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

.has-error, .help-block{
	color:red;
	border-color: red;
}
.btn-op{
	border-radius: 4px;
	padding: 0 10px;
	margin-top: 0px;
	background: transparent;
	border: 1px solid #ccc;
}

a.btn-shop{
	border: 1px solid #007bff;
	color: #007bff;
	padding: 6px 12px;
	border-radius: .25rem;
	display: inline-block;
	margin-top: 1em;
}

a.btn-shop:hover, a.btn-shop.active{
	background: #007bff;
	color: #fff;
	text-decoration: none;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}

.chzn-container-single .chzn-single {
    line-height: 30px !important;
    height: 40px !important;
}

.no-border .form-control:valid,
.no-border .form-control:valid:focus,
.no-border .form-check-input:valid~.form-check-label{
	border-color: #ced4da !important;
	box-shadow: none;
	color: #212529 !important; 
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* Search Results */
#pager { font-size: 11px; color: #000000; display: inline; }
#pager #left { float: left; text-align: left; padding-left: 3px; }
#pager #right { float: right; text-align: right; padding-right: 3px; }

/* Pager Override */
#pager_new .current{
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	min-width: 28px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	display: block;
	float: left;
	color: #0099FF;
	background-color: #fff;
	border: 1px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: -1px;
	}

#pager_new a{
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
    margin-right: 2px;
    width: 28px;
    height: 25px;
	line-height:23px;
    text-align: center;
    display: block;
    float: left;
    color: #999;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#pager_new a:hover{
	color: #0099FF;
	width: 28px;
	height: 25px;
	border: 1px solid #DDD;
	position: relative;
	top: -1px;
}


#pager_new .disabled{
	color: #ccc;
	text-decoration: none;
	background-color: #fff;
	cursor: default;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	margin-right: 2px;
	/* padding-top: 2px; */
	min-width: 26px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	top: -1px;
}

#pager_new #right {
	float: right;
	text-align: right;
	padding-right: 3px;
	margin-top: -32px;
}

#coupon_code{
	text-transform: uppercase;
}

th span{
	font-weight: 400;
	color: green;
	vertical-align: super;
	font-size: small;
}

@media(min-width:1024px) {
	h2.page-header {
		width: 50%;
		margin: 35px auto 15px;
		border-bottom: 1px solid #888;
		padding-bottom: 20px;
	}
}</pre></body></html>