.MessageBox {
	border: 1px solid black;
	width: 40%;
	padding: 4px;
	position: fixed;
	left: 30%;
	top: 25%;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: white;
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color='#888');
}
.MessageBox.success {
	background-color: green;
}
.MessageBox.error {
	background-color: red;
}
.MessageBox.info {
	background-color: blue;
}


@import url('https://fonts.googleapis.com/css2?family=Karla&family=Oswald:wght@300&family=Roboto+Condensed&family=Volkhov:wght@400;700&display=swap');

HTML {
	font-size: 14px;
}

BODY, DIV#product_description_container DIV#product_description {
	color: #4f4f4f;
	font-family: Karla,Arial,Helvetica,sans-serif;
	line-height: 1.5;
	font-size: inherit;
}
A {
	color: #989898;
}
A:hover {
	color: #4f4f4f;
	text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Volkhov,Arial,Helvetica,sans-serif;
}
H1 {
	font-size: 28px;
}

MAIN H1, MAIN H2, MAIN H3, MAIN H4, MAIN H5, MAIN H6 {
	color: #2d2d2d;
}

HEADER {
	margin: 0 0 1rem 0;
}
#header_main {
	padding: 1rem;
}

HEADER DIV#header_categories {
	padding: 0 1rem;
	background: #002e59;
	color: white;
	font-family: Volkhov;
	font-size: 15px;
	text-transform: uppercase;
}
HEADER DIV#header_categories > DIV, HEADER DIV#header_categories DIV.subcategory_pulldown_multi, HEADER DIV#header_categories DIV.subcategory_pulldown_single {
	background: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	left: unset;
}
HEADER DIV#header_categories A {
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
}
HEADER DIV#header_categories > DIV > A {
	font-size: 20px;
}
HEADER DIV#header_categories DIV.subcategory_pulldown_multi, HEADER DIV#header_categories DIV.subcategory_pulldown_single {
	font-size: 13px;
	padding: 1rem;
}
HEADER DIV#header_categories DIV.subcategory_pulldown_multi A, HEADER DIV#header_categories DIV.subcategory_pulldown_single A {
	text-decoration: none;
	font-size: inherit;
}
HEADER DIV#header_categories DIV.subcategory_pulldown_multi H4 {
	font-size: inherit;
	font-weight: bold;
}
HEADER DIV#header_categories DIV.subcategory_pulldown_multi > DIV:not(:first-of-type) {
	margin-top: 1rem;
}
HEADER DIV#header_categories DIV.subcategory_pulldown_multi {
	display: block;
	width: auto;
}
HEADER DIV#header_categories DIV.subcategory_pulldown_multi > DIV {
	width: unset;
	padding: 0;
	flex-grow: unset;
}
HEADER DIV#header_breadcrumbs {
	font-size: 13px;
}
HEADER DIV#header_breadcrumbs > A {
	text-decoration: none;
}
HEADER DIV#search_box {
	border: 3px solid #002e59;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, border-color 300ms ease-in-out 0s;
	color: #BBB;
	position: relative;
}
HEADER DIV#search_box:hover {
	color: black;
	border-color: #002e59;
}
HEADER BUTTON#search_submit {
	background-color: #002e59 !important;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	height: 36px;
	width: 46px;
	border-radius: 0;
}
HEADER BUTTON#search_submit:hover {
	color: white;
}
HEADER DIV#header_account_links {
	font-size: 1rem;
}

FOOTER, FOOTER > DIV:last-child {
	background: #002e59;
	color: white;
	font-family: Karla,Arial,Helvetica,sans-serif;
	font-size: 1rem;
}
FOOTER > DIV:first-child {
	padding: 1rem;
}
FOOTER H1, FOOTER H2, FOOTER H3, FOOTER H4, FOOTER H5, FOOTER H6 {
	color: white;
	font-size: inherit;
	text-transform: uppercase;
}
FOOTER A {
	color: #dbdbdb;
	text-decoration: none;
	font-size: 1rem;
}
FOOTER A:hover {
	color: #8f8f8f;
}


/*********/
/* INPUT */
/*********/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea {
	color: #666;
	font-size: inherit;
}
BUTTON, INPUT[type="submit"] {
	color: white;
	font-family: Volkhov,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: rgba(0,46,89,.9);;
}
BUTTON:hover, INPUT[type="submit"]:hover {
	background-color: #002e59;
}
/*********/


/***********/
/* Results */
/***********/
DIV.product_listing_box_grid > DIV {
	white-space: unset;
}
.product_name {
	font-family: Karla;
	font-size: inherit;
	line-height: 21px;
	color: #333;
}
DIV.product_listing_box_grid DIV.thumbnail {
	margin-top: 1rem;
}
DIV.product_listing_box_list .product_name {
	font-weight: bold;
}
/***********/


/****************/
/* Product Page */
/****************/
DIV#product_buy_box, DIV#product_buy_box TD {
	font-size: 13px;
	font-family: Volkhov,Arial,Helvetica,sans-serif;
}
DIV#product_tag_data TABLE TABLE TR:first-of-type > TD {
	color: #c00;
	font-size: 25px;
	font-family: Karla,Arial,Helvetica,sans-serif;
	font-weight: 400;
	line-height: unset;
	padding: 0.5rem;
}

DIV#product_description_container DIV#product_description {
	padding: 10px 5rem;
}
@media only screen and (max-width: 550px) {
	DIV#product_description_container DIV#product_description {
		padding: 10px 0;
	}
}

#add_to_cart_button {
	background-color: #c41c22;
	font-weight: normal;
	text-transform: unset;
}
#add_to_cart_button:hover {
	background-color: #8e1419;
}

DIV.personalization LABEL:only-of-type {
	font-size: inherit;
}
.personalization_description {
	display: inline;
	color: inherit;
	padding-left: 1rem;
}
/****************/


/************/
/* Checkout */
/************/
#shopping_cart .personalization {
	text-transform: uppercase;
}
/************/


/****************/
/* Availability */
/****************/
.estimated_ship_date, .availability {
	visibility: hidden;
}
#shopping_cart TH:nth-last-of-type(2), #shopping_cart TD:nth-last-of-type(2) {
	display: none;
}
/****************/


/*******************/
/* Add Cord Keeper */
/*******************/
#cord_keeper {
	float: right;
	width: 300px;
	text-align: center;
	z-index: 100;
	position: relative;
	border: 2px solid #002E59;
	background: linear-gradient(to bottom, #E0DACA, white);
	border-radius: 5px;
	padding: 1rem;
	margin-left: 1rem;
	margin-bottom: 1rem;
	box-shadow: 10px 10px 5px 0px rgba(194,190,194,1);
}
#cord_keeper IMG {
	width: 100%;
}
#cord_keeper BUTTON, #cord_keeper INPUT {
	width: 5rem;
	min-width: unset;
	height: 2rem;
	line-height: 2rem;
	box-sizing: border-box;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
}
#cord_keeper H4 {
	color: #C41C22;
}
#cord_keeper H5 {
	margin-top:10px;
}
/*******************/


/**************/
/* Media Tags */
/**************/
@media only screen and (min-width: 730px) {
	.slick-arrow {
		min-width: 0;
	}
}
@media only screen and (max-width: 729px) {
	.slick-arrow {
		visibility: hidden;
	}
}
/**************/