/* 

  ------------------------------------------------

  PVII Affinity

  Copyright (c) 2013 Project Seven Development

  www.projectseven.com

  03: 2 Col Flex Sidebar Left

  ------------------------------------------------

*/



body {
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4em;
	font: 1em "Segoe UI", Optima, Helvetica, Arial, sans-serif;
}
img {
	vertical-align: bottom;
	text-align: center;
}
.masthead {
	position: relative;
	box-shadow: 0px 0px 30px #000;
	padding-top: 1px;
	padding-bottom: 1;
	background: #000 url(none);
	text-align: center;
	z-index: 10;
}
.content-wrapper {
	margin: 4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}
.main-content {
	float: right;
	width: 76%;
}
.sidebar {
	width: 23%;
	float: left;
}
.sidebar .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #D87C9E;
	background-image: -webkit-linear-gradient(#D87C9E, #FFF);
	background-image: linear-gradient(#D87C9E, #FFF);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	color: #000;
}
.main-content .content {
	padding: 30px;
	font-size: 1.15em;
	line-height: 1.5em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
}

span.detailidlabel{
	font-weight:bold;
}
div.detailprice,div.detailaddtocartquant{
	text-align:left;
}
div.detailname{
	margin:10px 0;
}
div.product {
    width:95%;
	box-sizing: border-box;
    display: inline-block;
	border: 1px solid #EBBCCE !important;
	min-height:367px;
}
div.catname,div.prodname,div.prodname > a{
    font-size: 18px;
	margin-top:5px;
}
img.catimage,img.prodimage {
    max-width: 100%;
}
div.category {
    width: 32%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0.5% !important;
	min-height: 320px;
	vertical-align: top;
	border: 1px solid #EBBCCE !important;
	text-align:center;
}
div.prodname {
    font-size: 1.2em;
}
input.ectbutton, button.ectbutton {
    background: #F2D7E1 !important;
}
div.catnavigation{
	font-size:16px;
	text-align:left;
}
div.csproduct {
    width: 31%;
	min-height: 300px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0.5%;
    border: 1px solid lightgrey;
    padding: 10px;
}
div.csprodimage {
    padding: 5px 0;
    text-align: center;
}
/*Center buttons on home page*/
input.csdetaillink,input.csqbuybutton {
	float:left;
	width:100%;
	text-align:center;
	padding:6px;
	margin:0px 2px;
	border:0px;
	color:#000;
	border:0;
	border-radius:4px;
	-webkit-appearance: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	font-family: FontAwesome, sans-serif;
	background-color: #F2D7E1;
}

input.csdetaillink{
	background:#F2D7E1;
	text-align: center;
}
input.csdetaillink:hover{
background:#C63E7B;
color:#000;
cursor:pointer;
-webkit-appearance: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
div.addtocartquant > .csaddtocart {
    margin-left: 4px;
    flex-grow: 1;
}
div.previousnext{
	text-align:center;
}
div.detailimage{
	text-align:center;
}
div.optiontext{
	display:inline-block;
	width:100px;
	font-weight:bold;
	vertical-align:top;
}
div.option{
	display:inline-block;
}
div.prodoptions,div.detailoptions{
	margin:10px 0 !important;
}
div.detailoptions{
	text-align:left !important;
}

/*Heading styles*/

h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 1.25em;
	color: #000;
}
h2 {
	font-size: 1.20em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}
/*A utility rule assigned to the first heading to remove top margins.*/

.content h1:first-child,  .content h2:first-child,  .content h3:first-child,  .content h4:first-child {
	margin-top: 0px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
}
/*Ordinary Link Styles*/

.content a {
	color: #000;
	border-bottom-width: 1px;
	font-weight: bold;
	border-style: none;
}
.content a:hover, .content a:focus {
	color: #BC3871;
	border-bottom-style: solid;
	text-decoration: underline;
}

/*remove in stock notice on details page */
div.detailinstock{
display:none !important;
    }
.footer a {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover, .footer a:focus {
	color: #CB5C8B;
}
/*The DIVs that contains the horizontal menu bar at the top of your page.*/

.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
	background: #DA8BAC;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
/*  Button and Form Field Styles  */



input.ectbutton, button.ectbutton, input.buybutton, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage {
	background:#CB4977;
	color:#000;
	padding:6px 16px;
	border:0;
	border-radius:4px;
	font-size:1.1em;
	font-weight: bolder;
}
input.ectbutton:hover, button.ectbutton:hover, input.buybutton:hover, input.sccheckout:hover, input.checkoutbutton:hover, input.vieworderstatus:hover, input.viewlicense:hover, input.trackpackage:hover {
	background:#E1E1E1;
	color:#903;
	cursor:pointer;
}
input.login, input.newaffiliate, input.affiliatelogin, input.search {
	background:#D87C9E;
	color:#fff;
	padding:4px 16px;
	border:0;
	border-radius:4px;
	font-size:1em;
	margin-top:6px;
}
input.login:hover, input.newaffiliate:hover, input.affiliatelogin:hover, input.search:hover {
	background:#E6AECD;
	color:#000;
	cursor:pointer;
}
/* Category Styling */



TD.catimage {
	vertical-align:top;
}
TD.catname {
	vertical-align:top;
	text-align: center;
	border: 1px solid #EBBCCE;
	margin-bottom: 0px;
	height: 100px;
	margin-top: 2px;
}
TD.catnavigation {
	vertical-align:middle;
	text-align: left;
}
.align-justify {
	text-align: justify;
}
.align-center {
	text-align: center;
}
/* Product Page  */



div.prodid {
	text-align: center;
}
div.prodname {
	text-align:  center;
}
option.oostock {
	color : #A0A0A0;
}
HR {
	height: 0;
	border-top: 1px dashed #E4A5BD;
	border-right: 0 dashed #E4A5BD;
	border-bottom: 0 dashed #E4A5BD;
	border-left: 0 dashed #E4A5BD;
}
SPAN.currpage {
	color: #B72F58;
	font-weight: bold;
}
/* Product Detail Page */

 



/* Discounts  */



.discountsapply {
	font-size:1em;
	color:#900;
	font-weight:bold;
	text-align: center;
}
.detaildiscounts, .proddiscounts, .catdiscounts {
	font-size:1.0em;
	color:#900;
	padding-bottom: 4px;
	font-weight: bold;
	text-align: left;
}
/* Table styles 



TABLE.cobtbl{

	background: #000000;

}



TD.cobhl{

	background: #F9ECF1;

}



TD.cobll{

	color : #000000;

	background: #FFFFFF;

}*/



/*receipt styling 

td.receiptbody{

}

td.receiptoption{

	background: #EEE;

}

td.receipthr{

	height: 0;

	border-top: 1px solid #EBBCCE;

	border-right: 0 solid #EBBCCE;

	border-bottom: 0 solid #EBBCCE;

	border-left: 0 solid #EBBCCE;

}

td.receipthl{

	background: #DFDFDF;

}

td.receiptheading{

	color: #333;

	font-weight:bold;

	background: #DA8BAC;

} */



/* Cross Selling or Related */

.csprodname {
	color: #000;
	text-align: center;
	font-weight: bold;
}
.csprodimage {
	font-size: 10px;
	font-family : Verdana;
	
}
.cstitle {
	text-align:center;
	width: 97%;
	border:1px solid #DA8BAC;
	color:#000;
	vertical-align:middle;
	padding:2px;
	background: #F2D7E1;
	margin: 2px 0;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
td.csproduct {
	border:1px solid #DEABC8;
	text-align: center;
}
/* Size of image in cart checkout */

img.cartimage {
	width: 65px;
	border:0px;
}


/*Checkout Progress Steps 

div.checkoutsteps {

	border-radius: 15px 15px 0 0;

	border-top: 1px solid #000000;

	color: #333333;

	font-weight: bold;

	margin-bottom: 0;

	padding-bottom: 2px;

	text-align: center;

	background: #DC92B1;

} */



/*The Footer*/

.footer {
	background-color: #000;
	box-shadow: inset 0px 16px 2px rgba(255, 255, 255, .025);
	border-top: 1px solid #000;
	padding: 15px 15px;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	clear: both;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}



/*  First breakpoint and contains styles for screens 700 px to 1280 pixels.  */



@media only screen and (min-width: 700px) and (max-width: 1280px) {
 .main-content .content, .sidebar .content {
padding: 10px 20px;
}
 .top-navigation {
padding: 0px 10px;
}
 .content-wrapper {
margin-left: 10px;
margin-right: 10px;
}
div.product {
    width:95%;
	box-sizing: border-box;
    display: inline-block;
	border: 1px solid #EBBCCE !important;
	min-height:367px;
}
}



/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/

@media only screen and (min-width: 0px) and (max-width: 700px) {
 body {
 padding-bottom: 0px;
}
 .footer {
 position: static;
 width: auto;
}
 .content-wrapper, .columns-wrapper {
margin: 0px;
border: none;
}
 .sidebar, .main-content {
 width: auto !important;
 float: none !important;
 position: static !important;
}
 .main-content .content, .sidebar .content {
 padding: 20px 10px;
 border-radius: 0px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}
 .p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
 border-bottom: 1px solid !important;
 border-color: #89AEC9 !important;
}
 .p7DMM01 ul li:last-child a {
 border-bottom: none !important;
}
 textarea.addinfo {
 width:150px;
}
 td.cobcol1 {
 display:none;
}
div.product {
    width:95%;
	box-sizing: border-box;
    display: inline-block;
	border: 1px solid #EBBCCE !important;
	min-height:367px;
}
}



/*  Third breakpoint and contains styles for screens under 480 pixels  */

@media all and (max-width: 480px) {
 img.detailimage {
 max-width:60%;
}
 .detailname h1, span.detaildiscountsapply, div.detaildescription {
 width:100%;
}
 span.detaildiscountsapply {
 margin-left:10px;
}
 div.detailmultioptiontext {
 width:95%;
}
 div.category {
 width:75%;
}
 img.catimage {
 max-width:80%;
}
div.product {
    width:95%;
	box-sizing: border-box;
    display: inline-block;
	border: 1px solid #EBBCCE !important;
	min-height:367px;
}
}
