
/*********************** PRODUCT PAGE DESCRIPTION ***********************/

.product_video_box
{
	height: 360px; 
	width: 100%; 
	
	margin-bottom:20px;
}

.productPageTabHeader, .productPageTabHeaderSelected
{
	font-size: 1.6em;
	display: inline-block;
	
	padding-bottom: 3px;
	margin-bottom: 10px;
	
	cursor: pointer;
	margin-right: 15px;
}

.productPageTabHeaderSelected, .productPageTabHeader:hover
{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 0px;
}

/*********************** PRODUCT PAGE SIDEBAR ***********************/

.product_sidebar
{
	text-align:center;
}

.product_sidebar_header
{
	
}

.product_sidebar_header H2
{
	font-size: 1.5em;
	margin-bottom: 0px;
}

.product_sidebar_bottom
{
	
}

.product_sidebar_icon
{
	width: 75%;
	height: auto;
	
	margin-top: 2px;
	margin-bottom: 0px;
}

.product_sidebar_label
{
	margin-bottom:6px;
	text-align:center;
}


/*********************** PRODUCT PAGE SHARE BUTTONS ***********************/


.product_share_container
{
	width: auto;
	float: right;
	position: relative;
	text-align:right;
}

.product_share_label
{
	color: #888;
	font-size: 0.7em;
	margin-bottom:4px;
	text-align:left;
}

.product_share_button
{
	box-sizing:border-box;
	background-color:blue;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-decoration: none;
	text-align:center;
	padding: 6px;
	margin-left:4px;
}

.product_share_button:hover
{
	opacity: 0.8;
	cursor: pointer;
}



/*********************** PRODUCT PAGE COUPON STUFF ***********************/

.coupon_button_discount
{
	background: #FDB609;
	color: white;
	font-weight:bold;
	font-size: 18px;
	
	position: absolute;
	right: -17px;
	top: -8px;
	width:95px;
	height:30px;
	border-radius: 5px;
	
	padding-top:4px;
	padding-bottom:5px;
	
	transform: rotate(10deg);
	/*box-shadow: 0px 2px 6px rgba(0,0,0,0.5);*/
}

.coupon_price_strike_out
{
	position:relative;
	text-decoration: line-through;
}

.coupon_price_strike_out::after {
	border-bottom: 0.25em solid #F4B306;
	content: "";
	left: 0;
	margin-top: 0.1em;
	position: absolute;
	right: 0;
	top: 50%;
}


.coupon_info_box
{
	background: #FDB609;
	opacity: 0.8;
	color: white;
	padding: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
	box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}




 /************************* PRODUCT SHORTCUT ITEMS ************************ */
 


.product_shortcut_box
{
	text-align:left;
	padding: 0px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
}

.product_shortcut_box:hover
{
 	text-decoration: none !important;
}
 
.product_shortcut_box_small
{

}

.product_shortcut_box_icon
{
	width: 64px;
	margin-right: 10px;
	display:inline-block;
}

.product_shortcut_box_small .product_shortcut_box_icon
{
	width: 50px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 4px;
}

.product_shortcut_box_title_description
{
	width: 145px;
	display:inline-block;
	vertical-align: top;
}

.product_shortcut_box_title
{
	font-size: 0.95em;

	margin-bottom: 1px;
	position: relative;
	margin-top: 0px;
}

.product_shortcut_box_description
{
	color: #999;
	font-size: 0.65em;
}



 /************************* PRODUCT LIST ITEMS ************************ */
 
 
.product_list_box
{
	display:inline-block;
	
	position:relative;
	
	vertical-align:top;
	text-align: left;
	width: 100%;
	
	z-index:2;
	
	margin-top:10px;
	margin-bottom:30px;
	
	border-style:none;
	
	text-decoration:none;
}

.product_list_box_small
{
	width: 100%;
}

.product_list_box_graphics
{
	padding-top: 10px;
	position: relative;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-right:25px;
}

.product_list_box_icon
{
	width: 36%;
	position: absolute;
	right: -30px;
	bottom: -20px;
	filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.3));
}

.product_list_box_small .product_list_box_icon
{
	width: 30%;
	right: -25px;
	bottom: -27px;
}

.product_list_box_screenshot
{
	width: 100%;
	display: inline-block;
}


.product_list_box_info
{
	width: calc(55% - 25px);
	display: inline-block;
	padding-left: 20px;
	
	color: #444;
	font-size: 1em;
}

.product_list_box_title
{
	margin-bottom: 0px;
	font-size: 1.9em !important;
}

.product_list_box_buttons
{
	
	text-align:left;
}

.product_list_box_buttons_segment
{
	margin-top:10px;
	vertical-align: top;
	display: inline-block;
	margin-right:15px;
	text-align:left;
}

.product_list_box_button
{
	font-size: 0.65em !important;
	padding-left:16px !important;
	padding-right:16px !important;
	
	margin-right:6px;
	opacity: 0.9;
}

/*********************** PRODUCT REVIEW BOXES  ***********************/

.productSiteReviewsContainer
{
	display:flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

.productSiteReviewBox
{
	 width: 205px;
	 margin-bottom: 25px;
}

.productSiteReviewBoxLink
{
	 font-size:1em;
	 font-weight:500;
}

.productSiteReviewBoxText
{
	 font-size:0.6em;
	 color: #909090;
	 font-weight:300;
	 margin-bottom:6px;
}

.productSiteReviewBoxQuote
{
	 font-size:0.7em;
	 color: #202020;
	 font-weight:300;
	 font-style: italic;
	 margin-bottom:6px;
}

.productSiteReviewBoxStar
{
	 width:20px;
	 margin-right:3px;
	 margin-top:5px;
}
		

/*********************** PRODUCT PURCHASE PAGE  ***********************/

.product_purchase_license_box
{
	width: 100%;
	padding: 40px;
	background: #EEE;
	min-height: 170px;
	margin-bottom: 30px;
	font-size:1.1em;
}


.product_purchase_license_box_icon
{
	width: 128px;
	margin-right: 20px;
	float:left;
	position: relative;
	top: -20px;
}

.product_purchase_info_box
{
	width: 100%;
	padding: 40px;
	background: #EEE;
	margin-bottom: 30px;
	color: #666;
	font-size:0.9em;
}
