	/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
		font-size: 20px;
	  font-family: Calibri, Arial;	
	  font-weight: normal;
	  letter-spacing: -0.025em; 
    background-color: #fefefe;
    margin: 6% auto; /* 5% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    height: 80%;
}

.modal-ifr {
	background-color: #fefefe;
	border: none;
	width: 100%;		
	height: 90%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
	
	.myselect{					
		/*background-image:url(../images/v.png);
		background-repeat:no-repeat;
		background-position:300px;	
		*/
		/*width:375px;*/
		padding:3px;
		margin-top:1px;
		font-family:Arial;
		letter-spacing: -0.025em;
		/*line-height:1;*/
		/*border-radius:5px;*/
		background-color:white;
		color:black;
		font-size:25px;
		/*-webkit-appearance:none;		*/
		outline:none
	}
	.myselect:disabled{
		color:#bdb9b9;		
	}
	.infoFooter {     		
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 0px;
		padding-bottom: 0px;
    position: fixed;     
    left: 50%;
    bottom: 0px;    
    width:98%; 
    transform: translate(-50%, -0%);
    background-color: #FAF2AC; 
    opacity: 1;    
    max-height: 115px;    
    overflow-y: auto;
    overflow-x: hidden;
	}
	.infoFooterHideNotice {
	    background-color: #922B21;
	    color: white;
	    padding: 0px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.mysearchtxt {		 
		  border: 1px solid #000000;
	}
	.cartFontGreen {	    	
			color: green;    
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.logonFont {	    
	    color: #1C2833;
	    padding: 8px;
	    font-size: 18px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.cartFont {	    
	    color: #1C2833;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.regfntWhite {
	    background-color: #1C2833;
	    color: white;
	    padding: 0px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.regfnt {
	    background-color: white;
	    color: #1C2833;
	    padding: 0px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.catItemRedFont {	    
	    color: #993333;
	    padding: 0px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.catItemDescFont {	    
	    color: #1C2833;
	    padding: 0px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.invfnt {
	    background-color: #1C2833;
	    color: white;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: normal;
	    letter-spacing: -0.025em;
	    border: none;	    
	}
	.btnblnk {
	    background-color: white;
	    color: white;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    cursor: none;
	}
	.btn2 {
	    background-color: #EDEEF0;
	    color: #1C2833;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    cursor: pointer;
	}
	
	.btnFlat {
	    background-color: #922B21;
	    color: white;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    	    
	}

	.btn3 {
	    background-color: #922B21;
	    color: white;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    cursor: pointer;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    -webkit-appearance: none;
  		-webkit-border-radius: 0;
	}

	.btn3:disabled{
		background-color: #e3cac8;
	  color: #bdb9b9;
	  box-shadow: none;
	}
	
	
	.btn3big {
	    background-color: #922B21;
	    color: white;
	    padding: 10px;
	    font-size: 20px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    cursor: pointer;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

	.btnblksmall {
	    background-color: #1C2833;
	    color: white;
	    padding: 3px;
	    font-size: 12px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    cursor: pointer;
	}	

	/* Dropdown Button */
	.dropbtn {
	    background-color: #1C2833;
	    color: white;
	    padding: 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    border: none;
	    cursor: pointer;
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	    position: relative;
	    display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	    display: none;
	    position: absolute;
	    background-color: #E5E7E9;
	    min-width: 300px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	    color: black;
	    padding: 2px 8px;
	    font-size: 14px;
	    font-family: Calibri, Arial;	    
	    font-weight: bold;
	    letter-spacing: -0.025em;
	    text-decoration: none;
	    display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #f1f1f1}

	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {
	    display: block;
	}

	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {
	    background-color: #1C2833;
	}
	
