.item {
	}

.item h1 {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 24px 0px 24px 0px;
	margin: 0px;
	max-width: 1440px;
	}

	.item .head { max-width: 1440px; margin: auto; }

.itemcell h1 {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom: 1px solid #333333;
	}

#item-detail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 0 auto;
}

#item-image-container {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  position: relative; top: 0; left: 0; align-items: center;
  flex: 50%;

}

#item-info {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 50%;
	margin-top: 65px;
}

.item_image {
	
}
.itemdesc {
	max-width: 1440px;
	margin: 0 auto;
}
}
.image_cell {
	padding-right: 16px;
	}

.image_cell div {
	text-align: center;
	}

.featspec {
	background-color: #f8f8f8;
	margin-top:16px;
	padding:20px;
}

.deschead {
	color: #000;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px 0px 15px 0px;
	padding: 9px 0px 9px 0px;
}

.itemlongdesc, .reviewtable {
	text-align:left;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 16px;
}

.itemlongdesc img {
    height: auto !important;
}

.item-message {
	color: #FF0000;
	font-weight: bold;
	padding: 6px 0px;
	}

.catcode {
	font-size: 8pt;
	font-weight: normal;
	margin: 5px 10px 0px 0px;
	color: #999999;
	}

.manname {
	font-size: .825em;
	font-weight: normal;
	}

.mancode {
	display: inline;
	font-size: 9pt;
	font-weight: normal;
	}

.price {
	font-size: 1.75em !important;
	color: #000000;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0 0 0;
}

.saleprice {
	font-size: 1.75em !important;
	color: #cc0000;
	font-weight: bold;
}

.notprice {
	font-size: .825em;
	color: #000000;
	text-decoration: line-through;
	font-weight: bold;
}

.sectrans {
	font-size: .825em;
	font-weight: bold;
	color: #333;
	font-variant: small-caps;
    padding: 6px 0;
}

.freeship{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .67em;
    color: red;
    font-weight: bold;
    padding: 12px 0;
}

.discount-message {
	font-style: italic;
	font-weight:bold;
	color:#FF3300;
	}

.list-price {
	font-style: normal;
	font-size: 9pt;
	}

.product-form {
	background-color: #ffffff;
	}

.option {
	padding: 2px;
	margin: 2px;
	text-align: left;
	}

.option-desc {}
.opt-ctrl {
	color: #000000;
	font-weight: bold;
	text-align: left;
	}

.opt-ctrl-req {
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 8px;
	}

.opt-elem {
	}

.sm-button {
	margin-bottom: -7px;
	}

.addtocart_group {
	margin-top:20px;
}

.addcartbutt {	
	color: #fff;
	background-color: #ed0da1;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	text-align: left;
}


.related-table {
	border: 1px solid #ECEFF3;
	margin-top: 10px;
	padding: 3px;
	width:80%;
	}

.related-table th {
	font-weight: bold;
	font-size: 10pt;
	}

.related-col-1{ width:15%;}
.related-col-2{ width:85%;}

.emailfriend {
	display:inline;
	line-height:28px;
	font-size: 10px;
	background-image:url(email_friend.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
	margin-top: 10px;
	padding-top:3px;
	clear:right;
	}

.wishlist {
	display:inline;
	font-size: 11px;
	line-height:28px;
	background-image:url(add_wishlist.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
	margin-top: 10px;
	padding-top:3px;
	}

.discuss {
	display:inline;
	font-size: 11px;
	line-height:28px;
	background-image:url(discuss.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	vertical-align:middle;
	display: inline;
	margin-left: 4px;
	margin-top: 10px;
	padding-top:3px;
	}

.request-info {
	display:inline;
	font-size: 11px;
	line-height:28px;
	background-image:url(request_info.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
	display: inline;
	margin-top: 10px;
	padding-top:3px;
	}

.restock-request {
	display:block;
	font-size: 11px;
	line-height:28px;
	background-image:url(request_info.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	vertical-align:middle;
	display: inline;
	margin-top: 10px;
	padding-top:3px;
	}
	
.gallery td{text-align:center; padding:5px; vertical-align:middle;}	 
.gallery table{text-align:center; width:80%; margin-top:10px; border:1px solid #000000;}

.review {
	font-size: 9pt;
	font-weight: normal;
}

.ytbox {
	text-align: center;
	margin-bottom: 24px;
}
.youtube {
    width: 640px;
    height: 360px;
    margin: auto;
    max-width: 100%;
    border: 1px solid #ccc;
}

@media only screen and ( max-width: 1440px ) 
{
	.item .head { padding: 24px 12px; }
}

@media only screen and ( max-width: 720px ) 
{

	#item-detail {
		display: block;
		width: auto;
	}

	#item-image-container {
	  display: block;
	  position: relative; top: 0; left: 0; align-items: center;
	}

	#item-info {
	  display: block;
		margin: 12px;
	}

	.ytbox {
	    float: none;
	    position: relative;
	    padding-bottom: 52%;
	    padding-top: 25px;
	    height: 0;
	}

	.youtube {
	    float: none;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

}
