﻿
div.category_header
{
	font-weight: bold; 
	font-size: 16px; 
	padding-bottom: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	position: relative;
	width: 100%;
}
div.category_subheader
{
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-bottom: 10px;
	position: relative;
}
div.product_grid
{
    /*text-align:left;
    display:block;*/
    width: 100%;
	float: left;
}

div.products
{
    
}

div.product_grid_row
{

}
div.product_grid_line
{
	border-bottom: 1px solid #FFFFFF;
	height: 4px;
}
div.product_grid_header
{
	font-weight: bold; 
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

span.product_span
{
    position: relative;
    display: block;
    float:left;
	text-align: center;
	padding-bottom: 5px;
	min-width: fit-content;
	max-width: fit-content;
}

div.product_name_outer_frame 
{
    position:relative;
    height: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 6px;
}

div.product_name_inner_frame 
{
    position:absolute;
    bottom:0px;
    left:0px;
    top: 10px;
    width:100%; 
    margin:auto;
}
div.product_name_text
 {
    width:210px; 
    margin:auto;
 }
		

div.product_name_text a
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
    font-family: 'Arial';
}

div.product_image
{
    position: relative;
    display: inline-block;
	text-align: center;
	overflow:hidden;
	height: 200px;
	vertical-align:top;
	width: 200px;
	margin: auto;
}

div.product_image a
{
    color: #FFFFFF;
    text-decoration: none;
}

div.product_new_image
{
    position: relative;
    display: inline-block;
	text-align: center;
	overflow:hidden;
	height: 200px;
	vertical-align:top;
	width: 200px;
	margin: auto;
	background-image: url(../images/NEW_Image.png);
    background-position: center;
    background-repeat: no-repeat;
}

div.product_description
{
    display: block;
    position: relative;
	text-align: center;
	height: 50px;
	width: 224px;
	overflow: hidden;
	margin:auto; 
}

.imtip_top_left {
  position: absolute;
  margin-left: 0px;
}

.imtip_top_right {
  position: absolute;
  margin-left: 155px;
}

.imtip_bottom_left {
  position: absolute;
  margin-left: 0px;
  margin-top: 150px;
}

.imtip_bottom_right {
  position: absolute;
  margin-left: 155px;
  margin-top: 150px;
}

.imtip_AddToCart {
  position: absolute;
  top: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
}


.AddToCart {
  cursor: url(/images/handy-cursor.png), auto!important;
  display: none;
  width: 100px;
  background-color: gray;
  color: black;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  border: 1.5px solid ActiveBorder;
}

.AddOptions {
  cursor: pointer;
  display: none;
  width: 100px;
  background-color: gray;
  color: black;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  border: 1.5px solid ActiveBorder;
}

a.product_thumbnail_img img
{
    width: 100px;
    height: 100px;
    margin:auto;
}

a.product_fullsize_img img
{
    border: 0px;
    width: 200px;
    height: 200px;
    margin:auto;
}


div.product_grid_footer
{
	text-align: center;
	font-weight: bold; 
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


div#objContentPlaceHolder_objDivProducts {
    clear: both;
}


#Content_Featured_Products{
	min-height: 325px!important;
}

/*==========================TOP SELLER==================*/
#TopSellerImage{
	height: 225px;
    width: 160px;
    float: left;
    background-image: url(/stores/cushwakestore/ui/hotNew.png);
    background-repeat: no-repeat;
}


#objContentPlaceHolder_objDataListTopSeller div.product_image{
	height: 200px;
	width: 200px;

}

/*++++++++Can probably take this out once image is change to full+++++*/
#objContentPlaceHolder_objDataListTopSeller a.product_thumbnail_img img {
    /*border: 1px solid #9a9a9a !important;*/
    width: 150px;
    height: 150px;
}


#objContentPlaceHolder_objDataListTopSeller div.product_name_text a{
	font-size: 18px;
	color: #707070;
}

#objContentPlaceHolder_objDataListTopSeller .product_description{
	font-size: 15px;
	color: #707070;
}

#objContentPlaceHolder_objDataListTopSeller .product_name_text{
	width: 225px;
}


#objContentPlaceHolder_objDataListTopSeller .product_name_outer_frame {
    height: 70px;
    	}


#objContentPlaceHolder_objDataListTopSeller .product_span{
	width: 30%;
}

/*==========================END TOP SELLER==================*/

/*03/22/2020-MMS RM#18829 Category Alert*/
/*CSS for Modal window for Category Alert - Start */
/*Main Box Content*/

.modalBox {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: hsla(0, 0%, 0%, 0.5);
	z-index: 99999;
	opacity: 1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

	/*When the href are clicked*/

	.modalBox:target {
		opacity: 1;
		pointer-events: auto;
	}

	/*Positioning of the child box*/

	.modalBox > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 0px;
		background: white;
	}

/*Positioning and style of the close button*/

.close {
	background: white;
	color: black;
	line-height: 25px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 35px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: black;
	border: none;
	cursor: pointer;
}

	/*Style when mouse hovers on the close button*/

	.close:hover {
		background: black;
		color: white;
	}

/*Default style of the open pop-up button*/

.ModalButton {
	background-color: white;
	border: none;
	color: black;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

	.ModalButton:hover {
		background: black;
		color: white;
	}

/*CSS for Modal window for Category Alert - End */
