body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: black;
	background-color: lightcyan;
	margin-left: auto;
        margin-right: auto;
	padding: 0;
        min-height: 200px;
        width: 100%;
}
.invoice-badge{
    background:#dc2626;
    color:red;
    font-size:12px;
    padding:2px 8px;
    border-radius:20px;
    margin-left:8px;
    font-weight:bold;
}
#header{
     height:130px;
     width:100%;
     background-image: url('/images/banner_top_small2.png');
     border-bottom: 1px solid darkblue;
     padding: 0px;
}

#logo{
     position: relative;
     width: 200px;
     max-width:20%;
     margin-top: 0px;
     padding: 6px 20px 0px 6px;
}

#logoimage{
     max-width: 155px;
     max-height: 99px;
     margin-top: 2px;
     border: solid black;
}

#phone{
     float: left;
     width: 100%;
     padding-left: 0px;
     text-align: center; 
     margin-top: -113px; 
     font-family: Helvetica, Verdana, sans-serif;
     font-size: 50px;
     color: white;
     text-shadow: 4px 2px #000080;
}

#menubar{
     float: left;
     width:100%;
     margin-top: -29px;
     padding: 0px;
     text-align: center;
}
#menuspacer{
    float: left; 
    width: 200px;
}

.menu{
     float: left; 
     width: 12%;
     font-size: 18px;
     font-weight: bold; 
     color: white;
}

.menu a:link    {
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 
.menu a:visited {
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 
.menu a:hover   {
  text-decoration:  underline;
  font-weight:      bold;
  color:            white;
  } 
.menu a:active  {
  text-decoration:  underline;
  font-weight:      bold;
  color: white;
  } 
#left{
    position: relative;
    float: left;
    display: inline-block;
    width:17.5%;
    padding:0px;
    padding-top: 5px;
    padding-left: 5px;
}
#nav{
    position: relative;
    float: left;
    background-color: #CAE5E8;
    border-radius: 10px;
    width:100%;
    height:100%;
    margin-left: 4px;
    margin-top: 10px;
    padding: 0px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: blue;
    cursor:pointer;
    border: 1px solid grey;
}

#products{
     position: absolute;
     margin-left: 18.7%;
     margin-right: 21.3%;
     float:left;
     margin-top: 5px;
     padding: 0;
     width:60.5%;
}

#cart{
     position: relative;
     float:right;
     width:20%;
     margin-right: 2px;
     display: inline-block;
     padding-top: 5px;
}

.cartcont{
    margin-top: 12px;
    border: 1px solid black;
    border-radius: 10px;
    clear: both;
    padding: 0px;
    overflow: hidden;
}

.carttitlecont{
  float: left;
  position: relative;
  display: inline-block;
  background-color: darkblue;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
} 

.cartitemcont{
    margin: 1px;
    margin-bottom: 4px;
    border: 1px solid gray;
    border-radius: 5px;
    clear: both;
    padding: 2px;
    overflow: hidden;
    background-color: whitesmoke;
}
.cartbg{
    background-color: darkblue;
    color: white;
}

.cartdescriptiontitle{
  float: left;
  position: relative;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 80%;
  border-top-left-radius: 4px;
  width: 59%;  
  text-align: left;
  padding: 2px;
  padding-left: 5px;
} 

.cartqtytitle{
  float: left;
  position: relative;
  display: inline-block;
  width: 10%;  
  color: white;
  font-weight: bold;
  font-size: 80%;
  text-align: left;
  padding: 2px;
}
.cartpricetitle{
  float: left;
  position: relative;
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 80%; 
  border-top-right-radius: 4px;
  width: 25%;
  text-align: center;
  padding: 2px;
  padding-right: 0;
}
.cartdescription{
  float: left;
  position: relative;
  display: inline-block;
  width: 71%;  
  text-align: left;
  padding: 2px;
  color: blue;
} 

.cartqtypricebox{
  float: right;

  width: 25%;
  text-align: center;
  font-weight: bold;
  color: blue;
  background-color: lightgray;
}

.cartqty{
  width: 100%;
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
  color: green;
}
.cartprice{
  text-align: center;
  clear: right;
  padding-bottom: 10px;
  color: black;
  font-weight: bold;
  width: 100%;
}
            
#categorylist{ 
    padding-top: 10px;
    min-width: 300px;
}

.categorytext{

    display: inlne-block;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 2px;
    margin-bottom: 0px;
    vertical-align: top;
}

.plusbuttoncol{
    width:300px;
    height:30px;
}

.plus{
    margin-bottom: 0px;
    margin-left: 5px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 130%;
}

.plus1{
    margin-top: 20px;
    margin-left: 20px;
    width:14px;
    height: 14px;
    text-align: center;

    font-weight: bold;
    font-size: 120%;
}

.plus2{
    margin-top: 20px;
    margin-left: 40px;
    width:14px;
    height: 14px;
    text-align: center;

    font-weight: bold;
    font-size: 120%;
}
.plus3{
    margin-top: 20px;
    margin-left: 60px;
    width:14px;
    height: 14px;
    text-align: center;

    font-weight: bold;
    font-size: 120%;
}
.plus3{
    margin-top: 20px;
    margin-left: 70px;
    width:14px;
    height: 14px;
    text-align: center;

    font-weight: bold;
    font-size: 120%;
}

.clearbutton{
    margin-left: 20px;
    
}

.greentext{
    font-size: 90%;
    color: darkgreen;
}

#table1{
    width: 100%;
}
.heading{
    color: blue;
    font-weight: bold;
    font-size: 120%;
}
.greentitle{
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 130%;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
    padding: 5px;
}
.bluetitle{    
    position: relative;
    float: left;
    display: inline-block;
    background-color: darkblue;
    color: white;
    font-weight: bold;
    font-size: 80%;
    border-radius: 3px;
    padding-right: 2px;
    
}

.productsearchbox{
    border-radius: 5px;
    text-align: center;
    background-color: whitesmoke;
    height: 20px;
    border: 1px solid gray;
    border-radius: 5px;
    width: 80%;
    margin-top: 5px;
    margin-left: 20px;
}

#downloadbutton{
    margin-top:15px;
    margin-left: 40px;
}

.titlebar{
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.producttitle{
  background-color: lightgray;
  border: 1px solid darkgrey;
  border-radius: 4px;
  width: 75%;
  margin-bottom: 5px;
  padding-left: 15%;
  padding-right: 10%;
} 
.productcontainer{
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    background-color: white;
    border: 1px solid gray;
    border-radius: 10px;
    height: 130px;
}

.picture{
    position: relative;
    display: inline-block;
    float: left;
    min-width:70px; 
    padding: 5px;
}
.righttitlebar{
    position: absolute;
    display: inline-block;
    float: left;
    width: 90%;
    margin-left: 70px;
}
.productcodetitle{
    position: absolute;
    display: inline-block;
    float: left;
    color: blue;
    font-size: 100%;
    width: 22%;
    font-weight: bold;
    height: 20px;
}
.brandtitle{
    position: relative;
    display: inline-block;
    float: left;
    color: blue;
    font-size: 100%;
    width: 20%;
    font-weight: bold;
}

.brandstockcodetitle{ /* this is a titlebar item that is inside #titlebar*/
    position: relative;
    display: inline-block;
    float: left;
    color: blue;
    font-size: 100%;
    width: 25%;
    font-weight: bold;
}

.productbox{
    position: absolute;
    display: inline-block;
    float: left;
    margin-right: 225px;
    color: blue;
    font-size: 100%;
    font-weight: bold;
}
.productcode{
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
    color: blue;
    font-size: 100%;
    width: 35%;
    font-weight: bold;
    min-height: 30px;
    padding-top: 5px;
}
.productheading{
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
    margin-bottom: 2px;
    color: blue;
    font-size: 90%;
    width: 99%;
    min-height: 30px;
    padding-top: 5px;
    
}
.productcode1{
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
    color: darkgreen;
    font-size: 90%;
    width: 35%;
    font-weight: normal;
    min-height: 30px;
    padding-top: 5px;
}
.brand{
    position: relative;
    display: inline-block;
    float: left;
    color: red;
    font-size: 100%;
    width: 30%;
    font-weight: bold;
    padding-top: 5px;
}

.brandstockcode{
    display: inline-block;
    float: left;
    color: brown;
    font-size: 90%;
    width: 30%;
    font-weight: normal;
    padding-top: 6px;
}

.description{
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 5px;
    color: black;
    font-size: 90%;
    font-weight: normal;
    padding: 5px;
}

.assybox{
    border: 1px solid gray;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    width: 95%;
    background-color: lightgray;
    color: black;
    font-size: 90%;
    font-weight: normal;
    padding: 10px;
    margin-top: -20px;
    margin-left: 10px;
    padding-top: 10px;
    overflow: hidden;
}
.assyboxitems{
    background-color: #e6e6fa;
    border: 1px solid gray;
    border-radius: 10px;
    width: 95%;
    color: black;
    font-size: 90%;
    font-weight: normal;
    margin-left: 10px;
    padding: 10px;
    overflow: hidden;
}
.assydescription{
    position: relative;
    display: inline-block;
    float: left;
    width: 60%;
    font-size: 100%;
    font-weight: normal;
    padding: 2px;
}
.assyqty{
    position: relative;
    display: inline-block;
    float: left;
    width: 5%;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    padding: 2px;
}

.assycode{
    position: relative;
    display: inline-block;
    float: left;
    width: 15%;
    font-size: 100%;
    font-weight: normal;
    padding: 2px;
}

.assyinstock{
    position: relative;
    display: inline-block;
    float: left;
    width: 10%;
    text-align: center;
    color: blue;
    font-size: 100%;
    font-weight: normal;
    padding: 2px;
}

.assyreserved{
    position: relative;
    display: inline-block;
    float: left;
    width: 5%;
    text-align: center;
    color: purple;
    font-size: 100%;
    font-weight: normal;
    padding: 2px;
}



.pricebox{
    position: relative;
    display: inline-block;
    float: right;
    padding: 3px;
    margin-top: 3px;
    margin-right: 3px;
    color: blue;
    font-size: 100%;
    width: 200px;
    font-weight: bold;
    background-color: gainsboro;
    border-radius: 7px;
    height: 90%;
}
.priceextitle{
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 1px;    
    background-color: black;
    color: white;
    font-size: 70%;
    width: 48%;
    text-align: center;
    border-radius: 3px;
}

.priceex{
    position: relative;
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 130%;
    width: 50%;
    text-align: center;
}

.priceinctitle{
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 1px;    
    background-color: green;
    color: white;
    font-size: 70%;
    width: 48%;
    text-align: center;
    border-radius: 3px;
}

.priceinc{
    position: relative;
    display: inline-block;
    float: right;
    color: green;
    font-size: 110%;
    width: 50%;
    text-align: center;
}
.add{
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 10px;
    padding: 1px;  
    color: blue;
    font-size: 110%;
    width: 100%;
    text-align: center;
}

.stockbox{
    position: relative;
    display: inline-block;
    float: left;
    color: blue;
    font-size: 110%;
    width: 100%;
    text-align: right;
    clear: both;
}
.stockqtytitle{
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 10px;
    padding: 1px;    
    background-color: blue;
    color: white;
    width: 48%;
    font-size: 70%;
    text-align: center;
    border-radius: 3px;
}
.stockqty{
    position: relative;
    display: inline-block;
    float: left;
    color: blue;
    font-size: 110%;
    width: 50%;
    text-align: center;
}

.reservedqtytitle{
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 10px;
    padding: 1px;
    background-color: purple;
    color: white;
    width: 48%;
    font-size: 70%;
    text-align: center;
    border-radius: 3px;
}

.reservedqty{
    position: relative;
    display: inline-block;
    float: right;
    color: purple;
    font-size: 110%;
    width: 50%;
    text-align: center;
}
.onorderqty{
    position: absolute;
    display: inline-block;
    float: left;
    color: brown;
    font-size: 110%;
    width: 10%;
    text-align: right;
}
.newline{
    clear: both;
    height: 10px;
}

p {
    line-height: 1.5em;
}

h1 {
    color: #ffc;
    background-color: #1dd0ea;
    background: linear-gradient(to right, #007,#00f);
    font-size: 2em;
    margin: -10px;
    margin-bottom: 0.5em;
    padding: 0.25em;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: .5em;
    border-bottom-color: #c00;
}

h2 {
    color: white;
    background-color: #1dd0ea;
    background: linear-gradient(to right, #007,#00f);
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    padding: 0.1em;
    padding-left: 1em;
    padding-right: 1em;
}

h3 {
    color: white;
    /*background-color: #090;*/
    background-color: #1dd0ea;
    background: linear-gradient(to right, #007,#00f);
    text-align: center;
    font-size: 1.25em;
    margin: 0;
    padding: 0.1em;
    padding-left: 1em;
    padding-right: 1em;
	
}

img {
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
}
  
a {
    text-decoration: none;
}

strong {
    /*font-style: italic;*/
}

.smalltext{
    font-size: 80%;
}

li {
    color: #900;
    font-style: italic;
}

table {
    background-color: #CAE5E8;
    font: 100% arial, Helvetica, san-serif;
    margin-top: 0px;
    vertical-align: top;
    border: solid 2px;
    border-color: black;
}
td{
    border: solid 1px;
    border-color: lightblue;
    font: 100% arial, Helvetica, san-serif;
    color: black;
}

th{
    background-color: #bbf;
    font: 100% arial, Helvetica, san-serif;
    border: none;

}

.bluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5072f9), color-stop(1, #1628ff) );
	background:-moz-linear-gradient( center top, #85c5f3 5%, #06448e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#468ccf;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	
	border:2px solid #3866a3;
	display:inline-block;
	color: #fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;
	text-shadow: 1px 1px black;
}.bluebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85c5f3), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #85c5f3 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#63b8ff;
        color: #090009;
        text-shadow: 0px 0px white;
}.bluebutton:active {
	position:relative;
	top:1.5px;
}

.greenbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #070), color-stop(1, #090) );
	background:-moz-linear-gradient( center top, #070 5%, #090 100%);
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #070), color-stop(1, #090) );
	
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#090;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border:2px solid #3866a3;
	display:inline-block;
	color: #fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;

}.greenbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #090), color-stop(1, #0e0) );
	background:-moz-linear-gradient( center top, #090 5%, #0e0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#090', endColorstr='#0e0');
	background-color:#55bf15;
        color: #ff6;
}.greenbutton:active {
	position:relative;
	top:1.5px;
}

.redbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #700), color-stop(1, #900) );
	background:-moz-linear-gradient( center top, #700 5%, #900 100%);
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #700), color-stop(1, #900) );
	
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#900;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border:2px solid #3866a3;
	display:inline-block;
	color: #fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;

}.redbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #900), color-stop(1, #e00) );
	background:-moz-linear-gradient( center top, #900 5%, #e00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#900', endColorstr='#e00');
	background-color:#ff5515;
        color: #006;
}.redbutton:active {
	position:relative;
	top:1.5px;
}

.yellowbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f21d), color-stop(1, #aa0) );
	background:-moz-linear-gradient( center top, #f2f21d 5%, #aa0 100%);	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#f2f21d;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border:2px solid #3866a3;
	display:inline-block;
	color: #fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;

}.yellowbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f21d), color-stop(1, #f2f21d) );
	background:-moz-linear-gradient( center top, #f2f21d 5%, #f2f21d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f21d', endColorstr='#e00');
	background-color:#ff5515;
        color: #006;
}

.yellowbutton:active {
	position:relative;
	top:1.5px;
}

.whitebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f2f2f2;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d2d2d2) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #d2d2d2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='##ffffff', endColorstr='#d2d2d2');
	background-color:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border:2px solid #3866a3;
	display:inline-block;
	color: #000;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;

}
.whitebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f21d), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f2f21d 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f21d', endColorstr='#e00');
	background-color:#f2f21d;
        color: #00BCfF;
}
.whitebutton:active {
	position:relative;
	top:1.5px;
}

.blankbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border:2px solid #3866a3;
	display:inline-block;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;

}

.blankbutton:active {
	position:relative;
	top:1.5px;
}

.pic{
        outline:0;
        border:0;
        width:70px;
}
.picbig{
        outline:0;
        border:0;
	position: absolute;
	width:0px;
	transition:width 0.3s linear 0s;
	z-index:10;
}


#itemlist {
position: fixed;
top: 0px;
background-color: #CAE5E8;
padding: 3px;
font-size:100%;
color: red;
border: #0000cc 1px solid;
display: none;
border: solid 2px black;
border-radius: 8px;
opacity:0;
-webkit-transition: opacity .7s;
-moz-transition: opacity .7s;     
transition: opacity .5s;
}

#itemlist.fade{
  opacity:1;
}

ul {
    list-style-type: '- ';
}

        .center-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .form-table {
            width: 700px;
        }

        .form-table input {
            width: 95%;
        }

        h2 {
            text-align: center;
        }
		
		
.booking-container {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.calendar {
    width: 60%;
}

.timeslots {
    width: 40%;
}

.date-box {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 5px;
    background: #f2f2f2;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    border-radius: 6px;
}

.date-box:hover {
    background: #ddd;
}

.selected-date {
    background: #444;
    color: white;
}

.timeslot-btn {
    display: inline-block;
    padding: 15px 25px;
    margin: 10px;
    background: #63b37a;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

.timeslot-btn:hover {
    background: #4a9c62;
}

.hidden {
    display: none;
}

.product-select {
    text-align: center;
    margin-top: 40px;
}