.mobile-hidden{
	display: none;
}

.web-hidden2{
	display: inline-block;
}

/* Menu */
.sidenav {
    height: 100%;
    width: 0px;
    /*position: fixed;  */
    position: absolute;
    z-index: 99999; 
    /*top: 0;*/
    left: 0;
    background-color: #01132b; /* Black*/
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s; 
}

.sidenav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

.sidenav ul li{
	padding-left: 0px;
	background-color: #01132b;
	/*font-weight: bold;*/
}


.sidenav ul li a{
	text-decoration: none;
	color:#ffffff;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color:#ffffff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.navMenu{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6b6b6b;
}

.navMenuEnd{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6b6b6b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6b6b6b;
}




/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/* sub Menu */
.subMenuMobile{
	height: 100%;
    /*width: 250px;*/
    position: absolute;
    z-index: 999999;
    right: -1000px;
    top: 0px;
    background-color:  #01132b;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
}

.subMenuMobile a{
	font-size: 14px;
}

.subMenuTitle{
	font-size: 16px;
	color: #ffffff;
	/*font-weight: bold;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subMenuTitleHeader{
	font-size: 22px;
	color: #ffffff;
	/*font-weight: bold;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -5px;
}

.subMenuMobileLine{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6b6b6b;
}

.subMenuMobileLineTop{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6b6b6b;
}

.liSubMenu{
	padding-left: 30px;
}

.liSubMenuSub2{
	padding-left: 30px;
}

/*--------------------------------------------------*/

.element_qty select {

  /* styling */
  background-color: white;
  border: thin solid #e4e4e4;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  /*padding: 0.5em 3.5em 0.5em 1em;*/
  padding: 0.3em 3.5em 0.3em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #FFFFFF 50%),
    linear-gradient(135deg, #FFFFFF 50%, transparent 50%),
    linear-gradient(to right, #238ac5, #238ac5);
  /*background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;*/
  background-position:  
  	calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.7em 2.3em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #238ac5, #238ac5);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.7em 2.3em;
  background-repeat: no-repeat;
  border-color: #e4e4e4;
  outline: 0;
}


.element-add-to-cart{
	background-color: #4373b6;
	width: 100%;	
	border-style: none;
	border-width: 1px;
	border-color: #767676;
	margin-left: 1px;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-repeat: no-repeat;
 	background-size:100% 100%;
 	cursor: pointer;
 	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.element-popup-add-to-cart{
	border-style: solid;
	border-radius: 5px;
	border-width: 5px;
	border-color: #4373b6;
}

.element-popup-add-to-cart-content{
	color: #4373b6;
}

.element_qty select {

  /* styling */
  background-color: white;
  border: thin solid #e4e4e4;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  /*padding: 0.5em 3.5em 0.5em 1em;*/
  padding: 0.3em 3.5em 0.3em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #FFFFFF 50%),
    linear-gradient(135deg, #FFFFFF 50%, transparent 50%),
    linear-gradient(to right, #238ac5, #238ac5);
  /*background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;*/
  background-position:  
  	calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.7em 2.3em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #238ac5, #238ac5);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.7em 2.3em;
  background-repeat: no-repeat;
  border-color: #e4e4e4;
  outline: 0;
}


.element-add-to-cart{
	background-color: #4373b6;
	width: 100%;	
	border-style: none;
	border-width: 1px;
	border-color: #767676;
	margin-left: 1px;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-repeat: no-repeat;
 	background-size:100% 100%;
 	cursor: pointer;
 	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.element-popup-add-to-cart{
	border-style: solid;
	border-radius: 5px;
	border-width: 5px;
	border-color: #4373b6;
}

.element-popup-add-to-cart-content{
	color: #4373b6;
}
