  .language {position: absolute; top: 40px; right: 4px; padding: 0px;}
  .lang1 {display: inline;}
  .lang2 {display: none;}
  /* The Modal (background) */

  .modal {
    display: none;
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 46;
  }

  .modal a:hover{
    color: #f1f1f1;
  }

  .modal .closeCartbtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size:2.5em;
    
  }

  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }

  .modal-header {
    padding: 0.75em 1.5em;
    color: white;
  }

  .modal-body {
    padding: 0.5em 1em;
    text-align: center;
  }

  .modal-footer {
    padding: 0.75em 1.5em;
    color: white;
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #aaaaaa;
    float: right;
    font-size:2.5em;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  /* The Close Button */

  #panel {
    background-color: #fff;
    position:absolute;
    width:100%;
    display: none;
    line-height: 1em;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
  }

  textarea:hover {background: #ededed}
  select:hover {background: #ededed}
  button, a.borderbutton {
    letter-spacing: 1px;
    height:40px;
    background-image: linear-gradient(to bottom, #FF7373 0%, #F20000 100%);
  }

  a.borderbutton {
    padding: 12px 20px;
    border:none;
    cursor:pointer;
  }

  a .trash {
    width:32px;
    height:32px;
    background:url("../img/trash.png") no-repeat right top;
  }

  a .trash:hover {
    background: url("../img/trash.png") no-repeat left top;
  }

  a .trash img {

  }


  button[type=reset] {
    padding: 10px 20px;
    border:none;
    cursor:pointer;
  }

  button[type=submit] {
    padding: 0.625em 1em;
    border:none;
    cursor:pointer;
  }

  button[type=button] {
    padding: 10px 20px;
    border:none;
    cursor:pointer;
  }

  button:hover {background: #ff7451} 

  #prevBtn, #nextBtn, #sendBtn, #resetBtn {
    width:7.5em;
  } 

  a.borderbutton:hover {background: #ff7451} 

  a.activeproduct:hover {background-image:#444;}
  header {
    background-color:#FFFFFF;
    height:6em;
  }
  .dropbtn {
    overflow: visible;
    background: url("../img/bag.png") no-repeat right top;
    width:3.25em;
    height:7em;
    z-index: 42;
  }  
  .dropbtn h6 {
    color:#D1BE75;
  }
  .dropbtn:hover {
    background: url("../img/bag.png") no-repeat left top;
  }
  .dropbtn:hover h6 {
    color:#ED0017;
  }

  .sidenav {
    height: 100%;
    width: 20em;
    position: fixed;
    top: 0;
    right: -20em;
    background-color: #f9f9f9;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 45;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    
  }

  .sidenav .closebtn {
    position:absolute;
    padding: 1em 1.5em;
    right:0;
    top:0;
    text-decoration: none;
    color: #000;
    display: block;

  }

  .sidenav a:hover{
    color: #f1f1f1;
  }

  .sidenav .closeCartbtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size:2.5em;
    
  }

  .sidenav img {
    width:100%;
  }

  #flip {
    position: fixed;
    top:42%;
    cursor:pointer;
    right:0;
  }
  .icon {
    position:absolute;
    padding:0;
    margin:0;
    display:none;
    cursor:pointer;
    z-index: 12;
  }
  .fa-caret-down:before{content:"\f0d7"}
  .icon-chevron_down:before{ 
    font-family:"mfg";
    content: "\f004"; 
  }
  .closebtn {display:none;}

  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 43;
    cursor: pointer;
  }

  .tablebody {
    line-height:1.25em;
    width:auto;
    height:auto;
  }
  
  .tablehead {
    list-style-type:none;
    text-align:center;
    float:left;
    height:4em;
    line-height:4em;
    vertical-align: middle;
  }

  .tablecell {
    float:left;
    height: 8.75em;
    padding:0.75em 0.25em;
    list-style-type:none;
    border-bottom: solid 1px #CCCCCC;
    position:relative;
  }

  .description img {
    width:auto;
    line-height: 1.25em;
  }