<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==============================================
                    Global Css
================================================*/                  
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	outline: none;
}

sup {
    text-transform: initial;
}

/*==============================================
                    Header Css
================================================*/
.top-head {
	text-align: center;
}
.top-head a img {
	margin: 4px 0px;
	max-height: 18px;
}
.top-head a img:hover {
	transform: scale(1.1);
	transition: all 0.1s ease-in-out 0s;
}
header {
	padding: 30px 30px 0px;
	color: #000;
	margin-bottom: 0px;
}
header h1 {
	color: #c00000;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	margin: 0px 0 45px 0;
	text-transform:uppercase;
}
header h1 span {
	color: #ff9900;
}
.content-item-section {
	margin: 20px 0 20px 0;
}
.content-item-section::after {
	content: "";
	clear: both;
	display: block;
}
.prodict-view {
	float: left;
	max-width: 400px;
	margin: 0 40px 0 0px;
}
.prodict-view img {
	-webkit-box-shadow: 0 0 10px #2C2C2C;
	-moz-box-shadow: 0 0 10px #2C2C2C;
	box-shadow: 0 0 10px #2C2C2C;
}
.single-prodict-view {
	float: left;
	max-width: inherit;
	margin: 0 0px 0px 0px;
}
.single-prodict-view img {
	-webkit-box-shadow: 0px 10px 17px #2C2C2C;
	-moz-box-shadow: 0px 10px 17px #2C2C2C;
	box-shadow: 0px 10px 17px #2C2C2C;
	width: auto;
	height: auto;
}

.no-margin {
    margin-bottom: 0px;
}

.prodict-view-animate  {
	float: left;
	margin: 0 40px 0 0px;
}
.prodict-view-animate img {
	-webkit-box-shadow: 0 0 10px #2C2C2C;
	-moz-box-shadow: 0 0 10px #2C2C2C;
	box-shadow: 0 0 10px #2C2C2C;
	width: 400px;
	height: auto;
}


.item-content {
	font-size: 24px;
	line-height: 30px;
}
.available-btn {
	background-color: #FCCF34;
	color: #000;
	line-height: 35px;
	font-size: 25px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	border: 3px solid #A10101;
	border-radius: 10px;
	margin: 50px 0px 30px;
	padding: 10px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
.available-btn:hover {
	border: 3px solid #009900;
	color: #000;
}

.available-btn:active, .available-btn:focus {
	border: 3px solid #A10101;
	color: #000;
}

.trusted-title {
	font-size: 44px;
	font-weight: 600;
	color: #C00000;
	line-height: 50px;
	text-align: center;
	margin: 0 0 35px 0;
}
h5 {
	margin: 0 0 30px;
	line-height: 32px;
	font-size: 25px;
}
.right-icon {
	width: 30px;
	margin: 0 12px 0px 0px;
}


/**** get section css *****/
.get-section {
	background: #f1f1f1;
	padding: 30px 0px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.get-section .container {
	text-align: center;
}
.get-section h2 {
	color: #C00000;
	line-height: 50px;
	font-size: 44px;
	text-align: center;
	font-weight: 600;
	width: 100%;
}
.get-section h2 span {}

.cart-item {
	width: 75%;
	margin: 25px auto 0;
}
.cart-item:hover {
	transform: scale(1.1);
	transition: all 0.1s ease-in-out 0s;
}
.cart-product-item {
	margin: 35px 0px;
	box-shadow: 0px 3px 10px #c1c1c1;
}
.cart-product-item .col-md-12 {
	padding: 0px;
}
.cart-mobile-item {
	display: none;
	margin: 35px 0px;
	box-shadow: 0px 3px 10px #c1c1c1;
}
.cart-mobile-item .col-md-12 {
	padding: 0px;
}
.check-out-text {
	padding: 20px 30px 25px;
}
.check-out-text h2 {
	color: #C00000;
	line-height: 50px;
	font-size: 44px;
	text-align: center;
	font-weight: 600;
	width: 100%;
}


/******client rview css ********/
.client-review {
	border: 10px solid #e9ebee;
	padding: 10px;
	margin: 50px 15px 0 15px;
}
.client-review:hover {
	transform: scale(1.1);
	transition: all 0.1s ease-in-out 0s;
}
.client-thumb {
	margin: 0 10px 0px 0px;
	float: left;
}
.client-review h3 {
	color: #20468e;
	font-size: 16px;
	font-weight: 600;
}
.client-review h6 {
	font-size: 12px;
	color: #999;
}
.star-icon {
	margin: 12px 0 15px 0;
}
.color-text {
	font-size: 13px;
	color: #999;
	margin: 10px 0 5px 0;
}
.client-review p {
	font-size: 13px;
	color: #333;
	line-height: normal;
	margin-bottom: 15px;
}


/******inventory view css ********/
.inventory-view {
	margin: 70px 0 20px;
}
.inventory-view .row {
	text-align: center;
}
.inventory-view h4 {
	font-size: 30px;
	margin: 0 0 20px 0;
	width: 100%;
}
.inventory-view h2 {
	color: #C00000;
	font-size: 48px;
	line-height: 54px;
	margin: 0px;
	font-weight: 600;
	width: 100%;
}


.shipping-view {margin: 20px 0 20px;}

.shipping-view .row {
	text-align: center;
}
.shipping-view h4 {
	font-size: 30px;
	margin: 0 0 20px 0;
	width: 100%;
}







/****** footer css ********/
.footer {
	text-align: center;
	margin-bottom: 50px;
}
.footer-in {}

.footer-in .address-text {
	color: #353535;
	font-size: 13px;
	display: inline-block;
	margin: 15px 0 0 0;
	line-height: 20px;
}
.footer-in hr {
	border-top: 2px solid #a9abad;
}
.footer-in p {
	font-size: 12px;
	color: gray;
	line-height: 18px;
}
.footer-links {
	margin: 25px 0px;
}
.footer-links ul {
	margin: 0;
	padding: 0px;
}
.footer-links li {
	margin: 0px;
	display: inline-block;
	list-style: none;
}
.footer-links li a {
	color: #2f5496;
	font-size: 16px;
}
.footer-links li a {
	padding: 0 10px;
}
.footer-links li::after {
	content: "|";
}
.footer-links li:last-child::after {
	display: none;
}

/******** grade-view page css **********/
.grade-view {
	margin: 5px 0 0 0;
}
.grade-view h1 {
	text-align: center;
	margin: 5px 0 0 0;
	font-size: 48px;
	color: #C00000;
	text-transform:uppercase;
	font-weight: bold;
}
.grade-view h2 {
	text-align: center;
	margin: 15px 0 25px 0;
	font-size: 48px;
	color: #C00000;
	font-weight: bold;
	line-height: 58px;
	text-transform:uppercase;
}
.grade-view h2 span {
	background: yellow;
}
blink {
	-webkit-animation: 2s linear 6 condemned_blink_effect;
// for android  animation: 2s linear 6 condemned_blink_effect;
}
@keyframes condemned_blink_effect {
 0% {
 visibility: hidden;
}
 50% {
 visibility: hidden;
}
 100% {
 visibility: visible;
}
}


/***** model pop up css ******/
.modal-dialog {
	width: 830px;
}
.modal-content {
	padding: 15px;
	border-radius: 0px;
}
.modal-header .close {
	margin: -2px 0px 0 12px;
}
.modal-content h4 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}
.modal-content h3 {
	font-size: 24px;
	text-align: center;
}
.mail-submit input[type="email"] {
	border: 2px solid #d9d5d2;
	padding: 15px 10px;
	box-shadow: 0 0 4px #d4d4d4 inset;
	font-size: 16px;
	font-weight: normal;
	width: 55%;
	background: url(./mail.png) no-repeat right center;
}
.mail-submit input[type="submit"] {
	border-color: #000000;
	border-width: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ffff00;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffff00), color-stop(100%, #ffa035));
	background: -webkit-linear-gradient(top, #ffff00 0%, #ffa035 100%);
	background: -moz-linear-gradient(top, #ffff00 0%, #ffa035 100%);
	background: -ms-linear-gradient(top, #ffff00 0%, #ffa035 100%);
	background: -o-linear-gradient(top, #ffff00 0%, #ffa035 100%);
	background: linear-gradient(to bottom, #ffff00 0%, #ffa035 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#ffa035, GradientType=0);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(255, 255, 0, 0.5);
	padding: 13px 20px;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 0 50px;
	letter-spacing: -1px;
}





/*====  I pad   ======= */
@media screen and (max-width:1200px) {
.prodict-view {
	margin: 0 35px 0 0px;
}
.single-prodict-view {
	margin: 0 35px 0 0px;
}
.grade-view h2 br {
	display: none;
}
header h1  br {
	display: none;
}

.grade-view h1, .grade-view h2 { font-size:42px;}


}

@media screen and (max-width:1024px) {
.inventory-view {
	margin: 50px 0 20px;
}
.check-out-text h2 br {
	display: none;
}
.available-btn {
	margin: 20px 0px 30px;
}
.modal-dialog {
	width: auto;
	margin: 10px;
}
header h1 br {
	display: none;
}
.trusted-title br {
	display: none;
}
.get-section h2 br {
	display: none;
}

}

@media screen and (max-width:768px) {
h5 {
	margin: 0 0 25px;
}
.wrapper-in {
	border-left: none;
	border-right: none;
}
.wrapper-in .container {
	max-width: inherit;
}
.content-item-section {
    margin: 20px 0 40px 0;
}
.get-section {
    margin-top: 25px;
    margin-bottom: 30px;
}
.check-out-text {
    padding: 0px 30px 25px;
}
}


/*====  Mobile   ======= */
@media screen and (max-width:767px) {
.cart-product-item .col-md-4 {
	background: #FFF;
}
header h1 {
	font-size: 34px;
	line-height: 40px;
}
.prodict-view {
	max-width: 200px;
	margin: 0 25px 0 0px;
}
.single-prodict-view {
	max-width: 200px;
	margin: 0 20px 0 0px;
}
.prodict-view-animate {
     margin: 0 25px 0 0px;
}
.prodict-view-animate img {
    width: 200px;
}

.trusted-title {
	font-size: 34px;
	line-height: 36px;
}
.check-out-text h2 {
	font-size: 34px;
	line-height: 36px;
}
.inventory-view h2 {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 40px;
}
.get-section h2 {
	font-size: 34px;
	line-height: 36px;
	padding: 0 10px;
}
.content-item-section {
	padding: 0px 10px;
}
.client-review {
	margin: 50px 0px 0 0px;
}
.inventory-view {
	margin: 30px 0 20px;
}
.cart-mobile-item {
	display: block;
}
.cart-mobile-item .col-md-12 {
	background: #fff;
}
.cart-product-item {
	display: none;
}
.footer {
	margin-bottom: 20px;
}
.available-btn {
	margin: 0px 10px 30px;
	width: auto;
}
.grade-view h1 {
	font-size: 34px;
}
.grade-view h2 {
	font-size: 34px;
	line-height: 42px;
}
.half-view {
	width: 50%;
	float: left;
}
.mail-submit input[type="email"] {
	width: 100%;
	margin: 0 0 10px 0;
}
.mail-submit input[type="submit"] {
	margin: 0 auto;
	text-align: center;
	display: table;
}
}

@media screen and (max-width:575px) {}


@media screen and (max-width:480px) {
.prodict-view {
	max-width: 120px;
	margin: 0 15px 0 0px;
}
.single-prodict-view {
	max-width: 120px;
	margin: 0 15px 0 0px;
}
.prodict-view-animate {
    margin: 0 15px 0 0px;
}
.prodict-view-animate img {
    width: 120px;
}

header {
	padding: 50px 10px 20px;
}
.client-review h3 {
	font-size: 12px;
}
.client-thumb {
	margin: 0 5px 0px 0px;
}
.top-head a img {
	max-height: 15px;
}
}

@media screen and (max-width:414px) {
.client-review {
	padding: 5px;
}
.star-icon {
	margin: 0px;
}
}
</pre></body></html>