@import url(jquery-ui.min.css);

.setTitle {
	float:left; 
	font-size: 1.5em; 
	font-weight: bold; 
	text-align:center; 
	min-height:11.875rem; 
	border: 0px solid green;
}

.productboxheader {
	background-image: linear-gradient(#b59d54, #dbceaa);
	position: relative;
	height: 9.375rem;
	border: 0px dashed blue;
	width: 100%;
	text-align: center;
	margin-bottom: 6.25rem;
}

.productbox {
	border: 1px solid black; 
	display: inline-block;
	text-align:center; 
	padding-bottom: 1.875rem;
	margin: 0rem 0.625rem;
}

.prodspecs {
	font-size: 1.1em; 
	line-height: 200%;
	margin: 1.25rem 0.625rem;
	text-align: center;
}

.headertext {
	color: white;
	text-transform: uppercase;
	font-size: 1.875rem;
}

.prodorder {
	margin: 1.25rem 1.25rem;
	text-align: center;
}

.prodorder label {
	color: #000;
	background-color: #efefef;
	font-weight: 700;
}


#continuePrompt {
	font-size: 1.3em;
	display: none;
}

button {
	width: auto;
	padding:0.625rem;
}

.boxlabel {
	position: absolute;
	background: #cdcdcd;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;	
	text-align: center;
	padding:0.313rem;
    top: -10px;
    bottom: inherit;
    left: 50%;
	width: 60%;
	margin-bottom: 1.25rem;
	z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);	
}

.boxlabel::after {
	height: 1.875rem;
	content: " ";
}
/* 
#itemcount {
	color: #654a08;
	background-color: #ffffff;
} 

#itemcount:hover,
#itemcount:focus
 {
	color: #9f0000;
	background-color: #ffffff;
} 

a #itemcount,
a:link #itemcount,
a:visited #itemcount {
	color: #654a08;
	background-color: #ffffff;
} 

a:hover #itemcount,
a:focus #itemcount {
	color: #9f0000;
	background-color: #ffffff;
} 
 */


.orderDetailsBox {
	margin:0.625rem; 
	background-color: white; 
	border: 2px solid #d1b263; 
	display: inline-block; 
	width:95%
}	
	

.orderDetailsBox .sectionHeaders, .orderHistoryHeaders {	
	background-color: #d1b263; 
	color:white; 
	width:100%; 
	padding:0.625rem 0.313rem; 
	margin: 0px; 
	height: 2.5rem;
	font-size: 1.2em;
	text-align: left;
}
	
.orderDetailsBox #shippingdetails, .orderDetailsBox #orderInformationdetails {
    width: 100%; 
    /*min-width: 18.75rem; */
    float: left; 
    text-align: left;
}

.orderDetailsBox #billingaddress, .orderDetailsBox #shippingaddress {
    width: 50%; 
    /*min-width: 18.75rem; */
    float: left; 
    text-align: left;
}
.orderDetailsBox #billingaddress {
    border-right: 1px solid black; 
}


@media (max-width: 785px) { 
    .orderDetailsBox #billingaddress, .orderDetailsBox #shippingaddress {
        border-right: 0px solid black; 
        width: 100%;
    }
}
#shoppingcartTable {
    border: 2px solid #d1b263; 
    width: 100%;
}


.storeskucard {
	position: relative;
	margin: 1.25rem 0.625rem 0.625rem 0.625rem;
	text-align: left;
	padding: 1.25rem 0.625rem;
	line-height: 1.5;
	display: inline-block;	
	vertical-align:top;
	/*
	min-width: 260px;
	max-width: 19.375rem;
	*/
	width: 19.375rem;
	max-height: 31.25rem;
	min-height: 25rem;
	/* border: 1px solid gray; 
	overflow:hidden;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 0 0.313rem 9px rgba(0,0,0,0.30);
	border: 1px solid #cdcdcd;
	transition: all 0.3s;
	background: #efefef;
	opacity: 1;
}


.storeskucard:hover {
	
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05, 1.05); 
    border: 1px solid #cba74d;
	opacity: 1;
	background: #e3e3e3;
}

/*

#productPopUp {
	display: none;
	margin: 0 auto;	
	text-align: center;
}


#productPopUp-title {
	text-align: center;
	display: inline-block;
	font-size: 1.8em;
	font-weight: bold;
	color: #008080;
	padding:0.625rem;
	float: left;
}


#productPopUp-image {
	padding:0.625rem;
	float: left;
	max-width: 70%;
	height: auto;
}


#productPopUp-details {
	clear: both;
	border: 1px solid blue;
	display: inline-block;
	padding:0.625rem;
	max-width: 100%;
	
}

#productPopUp-details-description {
	font-size: 1.2em;
	width: 100%;
	text-align: left;
}

#productPopUp-details-price {
	font-size: 1.4em;
	display: inline-block;
	font-weight: bold;
	color: #008080;
	padding:0.625rem 0px;
	border: 1px solid blue;
}

#productPopUp-details-buy {
	display: inline-block;

}

*/
hr {
	margin-top: 1.563rem;
	clear:both;
}

#store-menubar {
	width:90%; 
	background: #efefef; 
	display: inline-block;  
	margin: 1.25rem 0px; 
	border: 1px solid black; 
	padding:0.625rem; text-align: right;
}

#searchinputbox {
	text-indent:1.875rem; 
	font-family:Arial, FontAwesome;
	width: 100%;
    border-radius: 2.125rem;
    border: solid 1px #ccc;
    padding-left: 1em;
    font-size:0.875rem;
    box-sizing: border-box;
	color: inherit;
	background-color: inherit;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
}

h1 {
	/* color:darkgoldenrod; */
	/* color: #af7d01; */
	color: #654a08;
	background-color: inherit;
	text-align:center; 
	margin: auto 0;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 9.375rem;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.show-more {
    padding:0.625rem 0;
    text-align: center;
}

.shopping_menu {
    margin-right:1.875rem;
    background-color: white; 
    margin-bottom: 1.25rem;
    width: 100%; 
    height:auto; 
  
}
    
    
.shopping_menu ol > li {        
    display: table-cell;
    height: 2.188rem;        
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: bolder;
    /* font-size: 12pt;*/
    border-top:5px solid #cba74d; 
    border-bottom:0.313rem solid #cba74d;     
    
}

.shopping_menu ol > li > div {         
    position:relative;        
    /* line-height: 2.188rem; */
    height: 100%;
    width: 100%;    
	color: #000;
	background-color: inherit;     
}
    
    
.shopping_menu .active {
    background-color: #cba74d; 
    color: black;
}    
    
   
.shopping_menu a:hover {
    text-decoration: underline black;
    text-decoration-style: double;
    color: #cba74d; 
}

.shopping_menu ol {
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
  
    
.shopping_menu ol > li:not(:last-child) > div:after {    
    content:"";
    display:inline-block;        
    border-width:0.875rem;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;        
    position: absolute;        
    z-index: 1;
    border-color: transparent transparent transparent #cba74d;
}
 
    
.shopping_menu ol > li:not(.active):not(:last-child) > div:before {     
    content:"";
    display:inline-block;        
    border-width: 0.75rem;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;        
    position: absolute;        
    background-color: transparent;
    display: block;
    border-color:  transparent transparent transparent #fff;
    z-index: 2;
    top:1px;
}

.rightblackbar {
    border-right: 2px solid black;
    
}

.plusbutton, .minusbutton {
    height: 25px;
    border-radius: 0.313rem;
    padding: 0px;
    width: 25px;
    vertical-align: bottom;
    text-align: justify-all;
}   


/* code for dispayitem.cfm */

#productTitle {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	padding:0.625rem;
	width: 100%;
}


#productImage {

	display: inline-block;
	width: 55%;
	padding: 0px;
	text-align: center;
	margin: auto 0;
	height: auto;
}



#productImage img {
	max-height: 21.875rem; 
    max-width: 28.125rem;
}

#productDescription {
	font-size: 1.2em;
	width: 100%;
	text-align: left;
	color: #000;
	background-color: #efefef;
}

#productPurchase {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	text-align: center;
    font-size: 1.0em;
}


#productPrice {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	background-color: #efefef;
	padding: 0.625rem 0px;
}

.productPrice {
	color: #9e1515; 
	background-color: inherit;
}

.font12em {
	font-size: 1.2em;
} 

.maxQuantity {
	color:#9e1515; 
	background-color: inherit; 
	text-align:center; 
	width:100%; 
	font-weight: 700;
}

#productBuy {
	font-size: 1.2em;
	font-weight: bold;
}


#soldout b {
    color: #9e1515; 
	background-color: inherit;
    font-size: 2rem;
    height: 18.75rem;
    /* border: 1px solid black; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#similarItems {
	width: 100%;

}

.similarItemsContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

.similarItemsBox {
	/* width:33%;  */
	flex-basis: 250px;
	display: inline-block; 
	text-align: center; 
	height: 13.75rem; 
	vertical-align: top; 
	border:1px solid gray;
	padding-top: 0.625rem;
}

/* Code for Review Cart */
button {
	width: auto;
	padding: 10px;
}

th {
	font-size: 1.4em;
	background-color: #d1b263; /*#618685; */
	color: black;
	padding: 10px;
}

td {
	padding: 10px;
    /* font-size: 1.1em; */
}

tr {
	border-bottom: 1px solid black;
}

table {
	background-color: white;
}

#update {
    display: in-line;
}
    
   
.prodThumbnail {
    height:40px; 
    width: auto;

}    
    
@media (min-width: 875px) {
    #update {
        display: none;
    }

}
  
@media (max-width: 375px) {
	td, th {
		font-size: 6pt;
		padding: 3px;
	}
	
	button {
		padding: 5px;
		font-size: 10px;
	}
}
    
    

@media (max-width: 475px) {
	td, th {
		font-size: 8pt;
		padding: 3px;
	}
	
	button {
		padding: 5px;
		font-size: 0.8em;
	}
    .prodThumbnail {
        display: none;
    }

}

@media (min-width: 960px) {
    th {
        font-size: 1.3em;
        padding: 10px;
    }

    td {
        padding: 10px;
        font-size: 1.2em;
    }

}    
    

    

@media screen and (max-width: 800px) {
	#productImage img {
		max-width: 18.75rem; 
	}
    

}
  
@media screen and (max-width: 600px) {
	#productImage img {
		max-width: 15.625rem; 
	}
    
    .buybutton {
        margin-top:0.625rem;
    }    
}
   
    
@media screen and (max-width: 500ox) {
	#productImage {
		width: 100%;
	}
	
	#productPurchase {
		clear: both;
		width: 100%;
	}
	
	#productBuy, #productPrice {
		font-size: 1.1em;
	}
	
	#productImage img {
		max-height: 12.5rem; 
	}
	
	.similarItemsBox {
		width: 48%;
	}
	
	#soldout {
		font-size: 1.7rem;
		height: 6.25rem;
	}

}



@media (max-width: 375px) {
    .shopping_menu ol > li {
        font-size: 0.6em;
    }
}

@media (max-width: 475px) {
    .shopping_menu ol > li {
        font-size: 0.7em;
    }
    
}

@media (max-width: 630px) {
     .shopping_menu ol > li {
        font-size: 0.9em;
        padding-top:0.313rem;
        padding-left:0.625rem;
    }   
}
    
@media (max-width: 875px) {
    .minusbutton,.plusbutton {
        display: none;
    }   
    
}


/* Member Profile */

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
}

#status {
	color:red;
	font-size: large;
	margin-left: 10px;
}

#accountForm select {
	padding: 10px;

}
 
/*
#loading {
	font-size: x-large; 
	text-align:center; 
	width: 300px; 
	background-color: #fff; 
	clear:both; 
	position:absolute; 
	top:0px; 
	left:35%; 
	border:0px solid black; 
	z-index:100;

}
*/