/* ********************** Forms ************************* */
/**********************************************************/

body{
	margin:					0;
	font:					17px arial, san-serif;
}

html {
	overflow-y: scroll;
}


.input-box{
	color: 					#000000;
	background: 			#FFFFFF;
	border: 				#666666 solid 1px;
	height:					20px;	
	font-size:				12px;
}

.input-box2{
	color: 					#000000;
	background: 			#FFFFFF;
	border: 				#666666 solid 1px;
	height:					20px;	
	font-size:				12px;
}

.qty-box{
	color: 					#000000;
	background: 			#FFFFFF;
	border: 				#666666 solid 1px;
	height:					22px;
	width:					40px;
	font-size:				19px;
	font-family:			arial;
	padding:				2px;
}

.comments-box{
	color: 					#000000;
	font-family:			arial;
	font-size:				12px;
	background: 			#FFFFFF;
	border: 				#000000 solid 1px;
}

.comments-box2{
	color: 					#000000;
	font-family:			arial;
	font-size:				12px;
	background: 			#FFFFFF;
	border: 				#000000 solid 1px;
}

.speech-bubble {
    position: relative;
    float: right;
    background: #000;
    border-radius: .4em;
    padding: 4px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #000;
    border-left: 0;
    border-top: 0;
    margin-top: -5px;
    margin-left: -10px;
}
/* commentCount */
.commentCount {
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 4px;
}

.selectBox{
	font-size: 				12px;
	color: 					#000000;
	background-color: 		#FFFFFF;
	font-family:			tahoma;
}

label { 	
	font-family:			tahoma;
	font-size:				14px;	
	color:					#000000;
}

.two-up {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.two-up div {
  flex: 1 1 45%;
  text-align: center;
}

.gallery-block{
  max-width:500px;
  margin: 0 auto;
}

.gallery-block .hero-image img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.gallery-block .hero-image video {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.thumb-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thumb-row img {
  width: 240px;
  height: auto;
  border: 1px solid #ccc;
}

.thumb-row video {
  width: 240px;
  height: auto;
  border: 1px solid #ccc;
}

/* ********************** Text ********************** */
/******************************************************/

p{
	font:				17px arial, san-serif;
	line-height:			19px;
}

ul{
	font-family:			arial;
	font-size:				16px;
	margin-bottom: 0;
}

h1{
	font-family:			verdana;
	font-size:				22px;
	line-height:			20px;
	padding-bottom:			0px;
}

a{
	color:					#EC0303;	
}

hr{
	border: 0;
	height: 2px;
	background: #eca7a9;
	background-image: linear-gradient(to right, #FBF4FF, #eca7a9, #FBF4FF);
}

.address{
	font-style:				arial;
	font-size:				17px;
	font-weight:			bold;
	color:					#FFFFFF;
	text-align:				center;
}

.red{
	color:					#EC0303;
}

.black{
	color:					#000000;
	font-family:			tahoma;
	font-size:				13px;
}

.white{
	color:					#FFFFFF;				
}

a.white{
}

a.white:hover{
	text-decoration:		underline;
}

.shadow{
    width: 75%;
    box-shadow: 2px 5px 10px 1px #ccc;
    padding: 2px 25px 2px 25px;
    margin: auto;
}

.searchResult{
    width: 90%;
    box-shadow: 2px 5px 10px 1px #ccc;
    padding: 2px 25px 2px 25px;
    margin: auto;
}

.commentBox{
    width: 80%;
    padding: 2px 25px 2px 25px;
    margin: auto;
}

.accountLink{		
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.accountDropdown {
  display: none;
  position: absolute;
  right: 0;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 5px;
  margin-top: 2.5px;
  z-index: 1;
  text-align: left;
  background: white;
}

.accountDropdown a{
    color: black;
    text-decoration: none;
    line-height: 22px;
}

.accountDropdown a:hover{
    color: #c6682b;
}

.accountLink:hover .accountDropdown {
  display: block;
}

.accountDropdown .accountDropdown {
  display: block;
}


.copyright{
	font-size:				10px;	
	font-family:			verdana;
	color:					#FFFFFF;
}

a.copyright{
	font-weight:			bold;
	text-decoration:		none;
}

a.copyright:hover{
	text-decoration:		underline;
}

.productHeader{
	font-size:				13px;	
	font-weight:			bold;
	font-family:			Tahoma;
	color:					#000000;
	letter-spacing:	 		0px;
}

.productHeaderWhite{
	font-size:				16px;
	font-weight:			bold;
	font-family:			Arial;
	color:					#FFFFFF;
}

.tm {
	vertical-align: 		super;
	font-family: 			Verdana,san-serif;
	color: 					#000000;
	font-size: 				8px;	
}

.price{
	font-size:				26px;
	font-weight:			bold;
	color:					#c6682b;
	line-height:			1;
}

.bullets {
	font-family: 			Verdana,san-serif;
	font-size: 				11px;
	line-height: 			18px;
}

.category{
	font-weight:			bold;
	font-size:				16px;
	font-family:			Verdana;
	text-decoration:		none;
	color:					#EC0303;
}

a.category:hover{
	text-decoration:		underline;
}

a.cartItem{
	text-decoration: none;
}

.label{
	color:					#000000;
	font-weight:			bold;
	font-family:			tahoma;
	font-size:				15px;
}

.productlabel{
	color:				#04a8a4;
	font-weight:			bold;
	font-family:			tahoma;
	font-size:				19px;
}

.itemdesc{
	font-family:			tahoma;
	font-size:				18px;
}

a.reglink{
	font-family:			verdana;
	font-weight:			bold;
	color:					#dd3a40;
}

a.reglink:hover{
	color:					#000000;
}

.headerfont1 {
	font-family: 			Verdana,san-serif;
	color: 					#dd3a40;
	font-size: 				12px;
	text-align: 			left;
	font-weight: 			900;
	text-decoration: 		none;
}

.copy {
	font-family: 			Verdana,san-serif;
	font-size: 				12px;
	text-align: 			left;
	line-height: 			18px;
	font-weight: 			100;
	text-decoration: 		none;
	}

.topLevel{
	padding-left:		2px;
	color:				#FFFFFF;
	font-family:		arial;
	font-size:			13px;
	font-weight:		bold;	
	text-decoration:	none;	
}	

.subLevel{	
	padding-left:		5px;
	color:				#FFFFFF;
	font-family:		tahoma;
	font-size:			11px;
}

a.subLevel{
	color:				#FFFFFF;
	font-size:			11px;
	font-family:		arial;
	text-decoration:	none;
}

a.subLevel:hover{
	text-decoration:	underline;
}

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	padding: 4px 20px 4px 45px;
	background: #1F65AB; 
	position: relative; 
	display: block;
	float: left;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 13px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 13px solid transparent;
	border-left: 15px solid #1F65AB;
	position: absolute;
	top: 191%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 13px solid transparent;       
	border-bottom: 13px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 191%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb li a.coparent:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 0px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 27px solid transparent;
	border-left: 15px solid #1F65AB;
	position: absolute;
	top: 191%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a.coparent:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 0px solid transparent;       
	border-bottom: 27px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 191%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {
	padding-left: 4px;
}
.breadcrumb li:nth-child(2) a       { background:        #3876B5; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #3876B5; }
.breadcrumb li:nth-child(3) a       { background:        #5187BE; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #5187BE; }
.breadcrumb li:nth-child(4) a       { background:        #6A98C7; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #6A98C7; }
.breadcrumb li:nth-child(5) a       { background:        #82AAD0; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #82AAD0; }
.breadcrumb li:nth-child(6) a       { background:        #9BBBDA; }
.breadcrumb li:nth-child(6) a:after { border-left-color: #9BBBDA; }
.breadcrumb li:nth-child(7) a       { background:        #B4CCE3; }
.breadcrumb li:nth-child(7) a:after { border-left-color: #B4CCE3; }
.breadcrumb li:nth-child(8) a       { background:        #CDDDEC; }
.breadcrumb li:nth-child(8) a:after { border-left-color: #CDDDEC; }
.breadcrumb li:nth-child(9) a       { background:        #E6EEF6; }
.breadcrumb li:nth-child(9) a:after { border-left-color: #E6EEF6; }

.breadcrumb li a:hover { background: #0654A2; }
.breadcrumb li a:hover:after { border-left-color: #0654A2 !important; }

.priceShadow{
	font-size: 22px;
	color: white;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

ul.navList{
list-style: none;
margin: 0;
padding-left: 10px;
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

ul.navList div{
	display: table-cell;
	padding: 2px;
	border: 1px solid #0099cc;
}

.pictureBox{
	display: table-cell;
	float: left;
	padding-top: 10px;
}

/* ********************** Table ********************** */
/*******************************************************/

.featuredItem {
	background-color: #AAAAAA;
	border: 1px solid #5A6167; 
	vertical-align:top;
	width:	260px;
	height:	130px;	
	clear: both;
}


.topSellerDiv{
    width: 400px;
    height: 185px;
    float: left;
    padding: 4px;
}

.topSeller {
	box-shadow: 0px 3px 3px 0px #888888;
	position: relative;
	background: #EBF1F6; 
}

.suggestedItem {
	background-color: #AAAAAA;
	border: 1px solid #5A6167; 
	vertical-align:top;
	width:	240px;
	height:	125px;	
	float: left;
}

.itemGroup {
	padding: 3px;
	float:left;	
	text-align: center;	
	vertical-align:top;
	width:	120px;
	height:	150px;
	display: inline;		
}

.contentBox{
	border-left: 				#000000 1px solid;
	border-right: 				#000000 1px solid;
	background:					#FFFFFF;
}

.dataBox{
	background:					#CCCCCC;
}

.orderBox td{
	border:						1px solid #aaa;
}

.dataBox td{
	border:						1px solid black;
	vertical-align:				top;
	width:						33%;
	padding:					5px;
}

.dataBoxNoWidth{
	background:					#CCCCCC;
}

.dataBoxNoWidth td{
	border:						1px solid black;
	vertical-align:				top;
	padding:					5px;
}

.headerBox{
	border-bottom:				#000000 1px solid;
}

.stepBox{
	border-right:			#333333 2px solid;	
	background-color:		#D9CC98;		
}

td{
	font-family:			verdana;
	font-size:				13px;
}

.header {
	font-family: 				verdana;
	font-size:					10px;
	color: 						#FFFFFF;
	padding-top: 				0px;
	background:					#1C75BE;
}

.sidebar {
	width:						178px;
	color:						#FFFFFF;
	padding:					0px;
	background:					#c6682b;
	vertical-align:				top;
}

.menu {
	height:						20px;
}

.footer {
	clear: 						both;
	font-family: 				verdana;
	font-size:					10px;
	color: 						#000000;
	padding-top: 				12px;
	background:					#FFFFFF;
}

.footer a{
	color:	#000000;
}

.bodyText{
	padding-left:			10px;
	padding-right:			10px;
	padding-bottom:			10px;
	padding-top:			10px;
	background:				#FFFFFF;
	height:					100%;
	width:					100%;
}

.tanBox{
	border:					1px solid #999999;
	background-color:		#F4F0E0;	
}

.blackBox{
	border:					1px solid #FFFFFF;
	background-color:		#000000;
}

.blue2Box{
	border:					1px solid #4A70A4;
	background:				#ECF4FE;
}

.whiteBox{
	border:					1px solid #999999;
	background:				#FFFFFF;	
}

.blue1{
	background-color:		#4A70A4;
	color:					#FFFFFF;
}

.blue2{
	background-color:		#ECF4FE;	
}

.darkblue{
	background-color:		#001C43;
}

.lightgrey{
	background-color:		#E8E8E8;
}

.darkgrey{
	background-color:		#AAAAAA;
}

.green1{
	background-color:		#256125;
}

.orange1{
	background-color:		#F9A336;
}

.tan1{
	background-color:		#D9CC98;
}

.tan2{
	background-color:		#F4F0E0;
}

.productBox{
	padding-left:			10px;
	padding-right:			10px;
	padding-bottom:			10px;
	padding-top:			10px;
	background-color:		#F5F5F5;
}

image{
	border-width:			0px;	
}

img {
	border: 				none;
}

.border{
	border: 				1px solid #CCCCCC;
}

.titlebar{
	FONT-SIZE:				18px;
	BACKGROUND-COLOR:		#c6682b;
	color:					#FFFFFF;
	padding:				2px;
	min-height:				20px;
}

.titlebar h1{
	FONT-SIZE:				18px;
	display:				inline-block;
	margin:					0;
	font-weight:			normal;
}

.itemTitle{
	FONT-SIZE:				18px;
	BACKGROUND-COLOR:		#c6682b;
	color:					#FFFFFF;
	padding:				2px;
	min-height:				20px;
}

.itemTitle h1{
	FONT-SIZE:				18px;
	display:				inline-block;
	margin:					0;
	font-weight:			normal;
}

.rndBoxTitle{		
	height:	36px;	
	color: #000000;
	font-family: Georgia, Times New Roman;
	font-size: 20px;
}

.rndBoxContent{
	border:					0;
}

.categoryBanner{
	background: red;
	position: absolute;
	width: 259px;
	height: 20px;
	left:-5px;
	bottom: 8px;
	float: left;
	text-align: center;
	box-shadow: 0px 0px 10px #888888;
	z-index: 2; /* the stack order: foreground */
}

.triangle-l {
	border-color: transparent #800000 transparent transparent;
	border-style:solid;
	border-width:4px;
	height:0px;
	width:0px;
	position: absolute;
	left: -8px;
	bottom: 24px;
	z-index: 1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #800000;
	border-style:solid;
	border-width:4px;
	height:0px;
	width:0px;
	position: absolute;
	right: -7px;
	bottom: 24px;
	z-index: 1; /* displayed under bubble */
}

.categoryBox{
	box-shadow: 0px 3px 3px 0px #888888; 
	position: relative; 
	background: #EBF1F6; 
	width: 250px; 
	height: 285px; 
	float: left; 
	margin-right: 14px; 
	margin-bottom: 10px;
}

.inventoryDesc{
	margin:0 auto;
}

/* RIBBON BANNERS */

.ribbon {
	position: absolute;
	top: 0;
	left: 0;
}

/* reset certain elements (in case of conflicting CSS for classes, links, etc.) */
.ribbon .text,
.ribbon .banner,
.ribbon a {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.ribbon a {
	color: #fff;
	text-decoration: none;
}

.no-css-transforms .ribbon {
	font-size: 1em;
	position: relative;
	width: 100%;
}

.ribbon .banner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: block;
	float: right;
	position: relative;
	left: -12px;
	top: 22px;
	width: 100px;
}

.ribbon .banner::after,
.ribbon .banner::before {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
}

.ribbon .banner::before {
	-webkit-transform: skewY(-45deg) translate(50%,15px);
	-moz-transform: skewY(-45deg) translate(50%,15px);
	-ms-transform: skewY(-45deg) translate(50%,15px);
	-o-transform: skewY(-45deg) translate(50%,15px);
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	-o-transform-origin: 100% center;
	left: -45px;
}

.ribbon .banner::after {
	-webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-moz-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-ms-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-o-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-webkit-transform-origin: 0 center;
	-moz-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-o-transform-origin: 0 center;
	right: -17px;
}

.no-css-transforms .ribbon .banner {
	position: static;
	width: 100%;
	float: none;
	font-size: 10px;
}

.ribbon .text {
	position: relative;
	z-index: 2;
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	min-height: 18px;
	line-height: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ribbon .text::before,
.ribbon .text::after {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.ribbon .text::before {
	-webkit-transform: translateX(-15%) skewX(-45deg);
	-moz-transform: translateX(-15%) skewX(-45deg);
	-ms-transform: translateX(-15%) skewX(-45deg);
	-o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
	-webkit-transform: translateX(15%) skewX(45deg);
	-moz-transform: translateX(15%) skewX(45deg);
	-ms-transform: translateX(15%) skewX(45deg);
	-o-transform: translateX(15%) skewX(45deg);
}

.no-css-transforms .ribbon .text {
	height: 25px;
	padding: 3px;
}


/* blue */
.ribbon-blue .banner::after,
.ribbon-blue .banner::before {
	background-color: #0654A2;
}
.ribbon-blue .text::before,
.ribbon-blue .text::after,
.no-css-transforms .ribbon-blue .text {
	background-color: #1C75BE;
}

#yotpo_testimonials_btn{
	/* catch Yotpo review tab */
}

/* Mobile Rules */

@media (min-width: 1100px){
    
	.mobileMenu{
		display: none;
	}
	
	.mobileBuyBox{
		display: none;
	}

	.InvPicMobile{
	    display: none;
	}

}

@media (max-width: 1100px){
	
    tbody.desktopHeaderDiv{
		display: none;
	}
	
	.divSidebar{
		display: none;
	}
	
	.mobileMenu{
		position: relative;
		z-index: 999;
	}
	
	.featuredProductsDiv{
		display: none;
	}
	
	.InvPicDesktop{
	    display: none;
	}

	img{
    	width:auto;
    	height:auto;
    	max-width:100%;
    	max-height:90%;
	}
	
	img.img-noresize{
		max-width: none;
		min-width: none;
	}
	

	img.topSellerImg{
	    max-width: 99%;
	    max-height: 185px;
	    min-width: 185px;
	    width: auto;
	    height: auto;
	}

	.pictureBox{
		float: none;
		display: inline-block;
	}
	
	.itemPage{
		text-align: center;
	}
	
	.itemTitle{
		display: none;
	}
	
	.breadcrumb li { 
		float: none; 
		line-height: 10px;
		margin: 0 auto;
	}
	.breadcrumb li a {
		color: #0654A2;
		padding: 4px 4px 7px 12px;
		background: none; 
		position: relative; 
		display: block;
		float: left;
		font-family: Arial Narrow,Arial,sans-serif;
	}
	
	.breadcrumb li a:after { 
		content: none; 
		display: none; 
	}
	
	.breadcrumb li a:before { 
		content: "\00BB"; 
		display: block; 
		width: 0; 
		height: 0;
		border: none;
		position: absolute;
		top: 191%;
		margin-top: -35px; 
		margin-left: 1px;
		left: 100%;
		z-index: 1; 
	}
	
	.breadcrumb li a.coparent:after { 
		content: "\/"; 
		display: block; 
		width: 0; 
		height: 0;
		border: none;
		position: absolute;
		top: 191%;
		margin-top: -35px; 
		left: 100%;
		z-index: 2; 
	}
	
	.breadcrumb li a.coparent:before { 
		content: none; 
		display: none; 
	}
	
	.breadcrumb li:first-child a {
		padding-left: 4px;
	}
	.breadcrumb li:nth-child(2) a       { background: none; }
	.breadcrumb li:nth-child(2) a:after { border: none; }
	.breadcrumb li:nth-child(3) a       { background: none; }
	.breadcrumb li:nth-child(3) a:after { border: none; }
	.breadcrumb li:nth-child(4) a       { background: none; }
	.breadcrumb li:nth-child(4) a:after { border: none; }
	.breadcrumb li:nth-child(5) a       { background: none; }
	.breadcrumb li:nth-child(5) a:after { border: none; }
	.breadcrumb li:nth-child(6) a       { background: none; }
	.breadcrumb li:nth-child(6) a:after { border: none; }
	.breadcrumb li:nth-child(7) a       { background: none; }
	.breadcrumb li:nth-child(7) a:after { border: none; }
	.breadcrumb li:nth-child(8) a       { background: none; }
	.breadcrumb li:nth-child(8) a:after { border: none; }
	.breadcrumb li:nth-child(9) a       { background: none; }
	.breadcrumb li:nth-child(9) a:after { border: none; }
	
	.breadcrumb li a:hover { background: none; }
	.breadcrumb li a:hover:after { border: none; }
	
	/*.jssor_1{*/
        /*transform: scale(0.87);*/
    /*}*/
    
    .mobileBuyBox{
    	text-align: center;
    }
    
    .desktopBuyBox{
    	display: none;
    }
    
    .inventoryDesc{
		clear: both;
	}
iframe{
    max-width: 98%;
    box-sizing: border-box;
}

video{
    width: 480px;
    height: 270px;
    max-width: 98%;
}

}

@media (max-width: 450px){
    .topSellerDiv{
	width: 99%;
    }
}


