table{
	text-align:center;
}

.cnt-sct
{
	text-align:left;
	width:48%;
	padding:4px;
	float:left;
	
}

.cnt-sct-r
{
	text-align:center;
	width:100%;
	float:left;
	
}

.cnt-sct-desc
{
	padding:0 0 4px 4px;
}

.cnt-sct-end
{
	clear:left;
	
}

.cnt-sct-r-end
{
	width:100%;
	clear:left;
	
}

.p1-btn {
	position: relative;
	display: inline-block;
	padding: 1.25em .5em;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,0.19);
	font-weight: bold;
	text-align: center;
}

.p1-btn:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0,0,0,0.30);
}



.sidemenu-02{
	background:#ffffff;
	padding:0 10px 10px 0;
}

.sidemenu-02 h4{  
	padding: 10px 10px;
  color: #494949;
  background: #fff;
  border-left: solid 5px #FF80AB;
  border-bottom: solid 1px #d7d7d7;

}

.sidemenu-02 ul{
margin:6px 0;
padding-left:20px;
}


.sidemenu-02 li{
	display:list-item;
}

h3{
	background-color:	#FCE4EC;
	border-top:none;
	font-size:22px !important;
	margin-top:32px !important;
}

h2{
	background-color:	transparent;
	border:none;
	padding: 10px 10px;
  color: #494949;
  background: #fff;
  border-left: solid 5px #FF80AB;
  border-bottom: solid 1px #d7d7d7;
	font-size:26px !important;
	margin-top:32px !important;
}

h4{
	border-bottom: solid 3px #FF80AB;
	background: #fff !important;
}

header{background-color:#f9f9f9}

body{background-color:#f9f9f9}

td {
    vertical-align : middle !important;
}


.products-list-box
{
	display: flex;
  flex-wrap: wrap;
	
}

.product-card {
  padding: 2%;
  flex: 1 46%;
  display: flex;
	flex-direction:column;
  }

@media screen and (min-width:480px) { 
.product-card {
  padding: 2%;
  flex: 1 46%;
  display: flex;
	flex-direction:column;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px)
{
	.product-card {
  padding: 2%;
  flex: 1 21%;
  display: flex;
	flex-direction:column;
  }
}

@media screen and (min-width:1024px)
{
	.product-card {
  padding: 1.8%;
	flex:0 1 21%;
  display: flex;
	flex-direction:column;
	border:solid 0.1px #d3d3d3;
  }
}


.product-image
{
	max-width: 100%;
	padding:4px;
}

.product-info {
  margin-top: auto;
	padding: 6% 0 0 0;
	text-align:center;
	border-top: solid 0.1px #d3d3d3;
}

.product-title
{
	font-size:0.8em;
}

.product-purchase-button {
	position: relative;
	display: inline-block;
	width:90%;
	margin-top:6%;
	padding: 4% 0;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,0.19);
	font-weight: bold;
	text-align: center;
}

.product-purchase-button:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0,0,0,0.30);
}
