* {
    box-sizing: border }

/* Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif, 'fontello';
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

span {
    margin-left: 3px;
}

/* Header Styles
---------------------------------*/
.logo {
    float: left;
    margin-top: 8px;
    /* position: relative; */
    z-index: 2;
    margin-left: 50px;
}

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #222;
    padding: 10px 15px;
}

.navStyle {
    float: right;
    padding-right: 1em;
}

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

.navStyle ul li {
    display: inline-block;
    margin: 0 3em;
    -ms-flex-item-align: flex-end;
}

.navStyle ul li:last-child {
    margin: 0 0 0 3em;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #df744a;
}

.navStyle>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    color: #df744a;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #df744a;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #df744a;
    background-color: transparent;
}

.navStyle>li.active>a,
.navStyle>li.active>a:hover {
    text-decoration: none;
    color: #df744a;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 20px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin: 20px;
}

/* Top_content
---------------------------------*/

.top_cont_outer {
    background: #8FD8D2;
    position: relative;
}

.hero_section {
    position: relative;
    padding-top: 50px;
    /* margin:0; */
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
   
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 110px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 22px;
    color: #FFABAB;
    margin: 0 0 30px 0;
    line-height: 26px;
}

a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: #fff;
    color: #df744a;
    border: 1px solid #fff;
}

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}
  
  /* Set a style for all buttons 
  ---------------------------------*/
  button:not(.input-button) {
    
    background-color:#8FD8D2;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    /* width: 100%; */
  }

  /* Add a hover effect for buttons */
  button:enabled:hover {
    opacity: 0.8;
  }
  
  /* Extra style for the cancel button (red) */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #8FD8D2;
  }
  
  /* Center the avatar image inside this container */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0 ;
  
  }
  
  /* Avatar image */
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  /* Add padding to containers */
  .container {
    padding: 16px;
  
  }
  
  /* The "Forgot password" text */
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
      display: block;
      float: none;
    }
    .cancelbtn {
      width: 100%;
    }
  }

 /*------------------------------------
  shoppingcart css
  ---------------------------------*/ 

 .nav-bar-parent {
    display: flex;

}

.header-log-nav {
    display: flex;
}

.header-log-nav-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.first-section {
    margin-top: 50px;
    justify-content: center;
}

.outer-containers-parent-container, #payment-methode {
    display: flex;
    width: 100%;
    justify-content: center;
}

.payment-MethodeC {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.billing-container,
.payment-button-block {
    width: 85%;
    display: grid;
    grid-template-columns: auto max-content max-content max-content;
    grid-column-gap: 3px;

}

.billing-grid-item {
    background-color: #8FD8D2;
    color: white;
    padding: 15px;
    font-size: 16px;
    align-items: center;
}

.grid-row-wrapper {
    display: contents;
}

.grid-row-wrapper.tab-header>.billing-grid-item {
    /* background: skyblue; */
    background: #8FD8D2;
    margin-bottom: 3px;
    font-size: 20px;
    font-style: bold;
}

.grid-row-wrapper.tab-total>.billing-grid-item {
    background: rgb(156, 196, 164);
    margin-top: 3px;
}

.grid-row-wrapper .tab-discount-calculation {
    background: #8FD8D2;
}

input,
select,
button {
    /* border:none; */
    background-color: #8FD8D2;
    color: white;
    border-radius: 15%;
    border-color: white;
    padding: 3px;
    margin-top: 3px;
    margin-left:0px;
     margin-right: 5px; 
}
#hinzufuegen {
    /* border:none; */
    background-color: #8FD8D2;
    color: white;
    cursor: default;
    border-radius: 15%;
    border-color: white;
    padding: 3px;
    margin-top: 0px;
    margin-left:0px;
     margin-right: 5px; 
}

#hinzufuegen:disabled {
    /* border:none; */
    background-color:#555;
    color: white; 
    /* border: none; */
    cursor: pointer;    
    border-radius: 15%;
    border-color: white;
    padding: 3px;
    margin-top: 0px;
    margin-left:5px;
    margin-right: 5px; 
}

section nav ul form li select {
    background-color: #8FD8D2;
    color: white;
    border-radius: 15%;
    border-color: white;
    padding: 5 5 5 0;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 5px; 
    width: 7em;
    height: 30px;
}


/* bottom content */
.container-horizontal {
    display: flex;
    flex-direction: row;
    align-content: space-around;
}

.container-horizontal>* {
    flex: 1;
}

#img1 {
    width: 100%;
    height: auto;
    border-radius: 0%;
    object-fit: scale-down;
}
 /*-------------------------------
 HG Layout + multi-column Layout 
---------------------------------*/
 .container-HG-Content {
    display: flex;
    flex-direction: column;
}

header {
    min-height: 85px;
    border-bottom: 3px solid #8fd8d2;
    padding-left: 20px;
}

footer {
    border-top: 1px solid gray;
    padding: 20px;
    text-align: center;
}

.content {
    display: flex;
    border-bottom: 1px solid #8fd8d2;
    border-top: 3px solid #8fd8d2;

}

.content nav {
    border-right: 1px solid #8fd8d2;
    margin: 0;
    text-align: justify;
}

.content aside {
    border-left: 1px solid #8fd8d2;
}

nav,
aside {
    flex-basis: 1em;
    flex-shrink: 1;
}

main {  
    padding: 10px;    
  }

#columns { 
    column-width: 60vw; /* 280px*/;
    column-gap: 15px;
    align-items: stretch;
}

#columns figure {   
    display: inline-block;
    max-width: 15vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#columns figure img {
    width: 100%;
    height: 20vw;
    /* object-fit: cover; */
}

#columns figure figcaption {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 11px;
}

.content nav>ul>li {
    list-style: none;
    padding: 3px;
}

.prod {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.payment-Methode{
    display: block;
    flex-wrap:wrap;
}

.prod>p,
div {
    display: flex;
    flex-wrap:wrap;
    
}

/* ProductCard Popup  
----------------------------------------*/
.price {
    color: white;
    font-size: 16px;
}

/*=========================================
//  printColumns
//========================================*/
#printBody {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    max-width: 360vw;
}

#printColumns { 
    column-width: 60vw; /* 280px*/;
    column-gap: 15px;
    align-items: stretch;
}

#printColumns figure {   
    display: inline-block;
    max-width: 15vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#printColumns figure img {
    width: 100%;
    height: 18vw;
 
    /* object-fit: cover; */
}

#printColumns figure figcaption {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 11px;
}


/* .card  */
.popup button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #8fd8d2;
    text-align: center;
    cursor: pointer;
   
    font-size: 18px;
}

.pupup #loginEnterButton, #closeButton {
    width:100%;
}

/* .card */
.popup button:hover {
    opacity: 0.7;
}

/* Popup container */
.popup {
    position: relative;
    display: inline - block;
    cursor: pointer;
    visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-family: arial;
}

/* The actual popup (appears on top) */
.popup.popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    margin-left: -80px;
}

/* Popup arrow */
.popup.popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup.show {
    visibility: hidden;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* -------------------------------
   Login css: Bordered form 
---------------------------------*/
form {
    border: none;
}

.outer-containers-parent-container-login{
        display: inline-block;
        width: 800px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 10px;
 }


  
  /* Full-width inputs
  ---------------------------------*/ 
.inputLogin[type=text], .inputLogin[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 10px; 
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius:0%;
    margin-left: 0;
 }

 /*---------------------------------
 navOnlineShop
 --------------------------------*/
 .navOnlineShop  ul form  li input {
     display: flex;
     flex-direction: column;
    /* background-color: #8FD8D2; */
     width : 70%;
     height: 40px;
     align-items: center;
     margin :10px;
     padding: 0px;
 }
 .navOnlineShop ul li a {
     list-style: none;
     height: 25px;
     margin : 10px;
     padding: 20px; 
}

 /*==================================================
 // Nodelogin CSS
 ===================================================*/
 
 .login-form {
     width: 400px;
     margin: 0 auto;
     font-family: Tahoma, Geneva, sans-serif;
   
 }
 .login-form h1 {
     text-align: center;
     color:  rgb(156, 196, 164);
     font-size: 24px;
       padding: 20px;
       margin-left: 17px;

 }
 .login-form input[type="password"],
 .login-form input[type="text"] {
     width: 100%;
     padding: 15px;
     border: 1px solid #dddddd;
     margin-bottom: 15px;
     box-sizing:border-box;
    
 }
 .login-form input[type="submit"] {
     /* width: 100%; */
     width:auto;
     padding: 15px;
     border: 0;
     box-sizing: border-box;
     cursor: pointer;
     font-weight: bold;
 }

 #showall {

    padding: 5px 5px 5px 0px; 
        background-color: #8FD8D2;
        color: white;
        border-radius: 15%;
        border-color: white;
        /* padding: 5px; */
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px; 
        width:5.5rem;
        height: 30px;  
        font-size : 12px;
 }
 
 /*=====================================================
 //  shoppingcart
 //=====================================================*/

 .billing-grid-item.prod {
     display: flex;
     flex-direction: row;
 }

 .billing-grid-item.prod>p {
     flex: 10;
     flex-grow: 99;
 }

 /* .billing-grid-item.prod>input {
     max-height: 25px;
     border: none;
     background-color: hsla(0, 0%, 50%, 0.3);
 } */

 #prodDel input button{
 background-color: #8FD8D2;
 color: white;
 border-radius: 15%;
 border-color: white;
 padding: 10px 10px 10px 0;
 margin: 10px;

  }

 #addOrderMysql {    
    background-color:#ffabab;
    color: #fff;   
    margin: 8px 0; 
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 15px;  
  margin-top: 5px;  
  margin-right: 10px;
  margin-bottom: 15px;
  
  }

  
   #addOrderMysql:disabled {    
    background-color:#555;
    color: #fff;   
    margin: 8px 0; 
    border: none;
    cursor: default;
    width: 100%;
    /* width: 100%; */
    padding: 15px;  
  margin-top: 5px;  
  margin-right: 10px;
  margin-bottom: 15px;  
  }

  #lagerstatus {
    background-color:#ffabab;
   }

   #photo2 {
       height : 18vw;
       min-height: 120px;
   }

  /*======================================
  //popup coupon
  ===================================== */

body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}


/* The popup form - hidden by default */
.form-popup {
display: none;
position: relative;
bottom: 14vw;
left: 10vw; 
border: 3px solid #f1f1f1;
z-index: 9;
width: 320px;
}

/* Add styles to the form container */
.form-container {
max-width: 350px;
padding: 5px;
background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
background-color: #ddd;
outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
background-color: #8fd8d2;
color: white;
/* padding: 16px 20px; */
padding: 16px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: #8fd8d2;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
font-size: 0.8em;
}


#payment-methode{
margin-left: 20px;
text-align: center;
}

/*======================================
// popup layerbox Product Card
//=====================================*/

 /* 팝업레이어 박스 CSS */
.layer {
        position: fixed;
    /* position:sticky; */
    width: 30%;
    left: 50%;
    margin-left: -20%;
    /* half of width */
    height:40vw;
    top: 19%;
    margin-top: -130px;
    /* half of width */
    overflow: scroll;

    /*decoration*/
    /* border: 5px solid #8FD8D2;
    background-color: #ffffff;
    padding: 1em;
    /* box-sizing:position:sticky; */
    /* width: 40%;
    left: 50%;
    margin-left: -20%; */
    /* half of width */
    /* height: 220 px;
    top: 20%;
    margin-top: -130px; */
    /* half of width */
    overflow: scroll; 

    /*decoration*/
    border: 5px solid #8FD8D2;
    background-color: #ffffff;
    padding: 1em;
    box-sizing: border-box;
    }

@media (max-width: 600px) {
    .layer {
        width: 80%;
        margin-left: -40%;
        height: auto;
        /* top: 20%; */
        top: 15%;
        overflow: scroll;
        height: 170vw; 
    }
}

.hidden {
    display: none;
}

/* ProductCard CSS  */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* max-width: 400px; */

    margin: auto;
    text-align: center;
    font-family: arial;
    display : flex;
    flex-direction: column;
}


button > #closeButton {
    border: none;
    outline: 0;
    padding: 10em;
    color: white;
    background-color: #8FD8D2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;   
}
.card button {
    border: none;
    outline: 0;
    padding: 0.4em;
    color: white;
    background-color: #8FD8D2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card button:hover {
    opacity: 0.7;
}
#prodCardH2 {
    text-align:center  
}


/*==============================================
// sort
//===============================================*/
.sort {
    background-color: hsla(0, 0%, 50%, 0.3);
    color: rgb(58, 55, 55);
    border-radius: 0%;
    /* border-color: */
    padding: 5px 10 10 0;
    margin: 5px;
    max-height: 25px;
}

.container-horizontal {
    display: flex;
    flex-direction: row;
    align-content: space-around;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {


}
@media (max-width: 768px) {
p, div, span, button, h1, h2, h4, input, button, select {
font-size: 1.2em;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 0.5em;

}

header {
    /* min-height: 95px; */
    border-bottom: 1px solid #ffffff;
    padding-left: 0px;
    margin: 0px;
    width: 100%;
    padding: 0px;
}


.content nav ul form li {
    /* display: flex;
    border-bottom: 1px solid #8fd8d2;
    border-top: 3px solid #8fd8d2; */ 
    width: 7em;
    padding: 0px;
}
#navOnlineShop form{
    margin: 0;
    padding: 0;
    flex-shrink:2;
}
section {
    width: 100%;
    margin:0%;
    padding: 0;

}

.left, .right {
    width: 100%;
    padding: 0;
}

.nav a {
    float: none;
    width: 100%;
}

#columns { 
    column-width: 60vw; /* 280px*/;
    column-gap: 15px;
    align-items: stretch;
}

#columns figure {   
    display: inline-block;
    max-width: 50vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-bottom: 5px;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#columns figure img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

#columns figure figcaption {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 11px;
}
#showall {

    padding: 5px 5px 5px 0px; 
        background-color: #8FD8D2;
        color: darkorange;
        border-radius: 15%;
        border-color: white;
        padding: 2px;
        margin-top: 10px;
        /* margin-left: 0px; */
        margin-right: 0px; 
        width: 19vw;
        height: 30px;  
        font-size: 0.9em; 
        font-weight:200;
 }


 .form {
    margin: 0 18px;
    }
    .page_section.team{
    padding: 40px 0;
    }
    #clients {
    padding: 40px 0;
    }
    .client_logos ul li {
    display: inline;
    margin: 0 25px;
    padding: 11px 0;
    display: inline-block;
    }
    .social_links li {
    float: left; 
    }
    .contact_section{
    margin:0;
    }
    h2, .contact_section h2 {
    font-size: 30px;
    }
    .page_section.contact {
    padding: 60px 0 50px;
    } 
    .navbar-inverse .navbar-toggle .icon-bar{
    background:#f3b559;
    }
    .navbar-inverse .navbar-toggle {
    border-color: transparent;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background:none;
    outline: none;
    }
    .navStyle ul li a {
    display: block;
    }
    .navStyle {
    float: right;
    width: 100%;
    text-align:center;
    }
    .navStyle ul li:last-child {
    margin: 0px;
    }
    .navbar-inverse .navbar-nav > li > a {
    color: #222;
    background: #F9F9F9;
    }
    ul {
        display: block;
        list-style-image: none;
        /* margin-block-start: 1em;
        margin-block-end: 1em; */
        /* margin-inline-start: 0px; */
        /* margin-inline-end: 0px; */
        padding-inline-start: 0px;
    }


/* 

 .navbar-inverse .navbar-nav>li>a {
    color: #222;
    padding: 3px 0px 0px 0px;
}

.navStyle {
   width: 100%;
    padding-right: 0;
    padding-left: 5px;
}

.navStyle ul li {
    display: inline-flex;
    margin: 0 0px;
    -ms-flex-item-align: flex-end;
}

.navStyle ul li a {
    display: block;
    font-size: 4vw;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#prodCardImg {
    width: 580px; height:auto; object-fit: scale-down;
}

.card>p>span {
    font-size: 3vw;
}

.login-form {
    width: 135vw;
 } 

.navbar-inverse .navbar-toggle .icon-bar{
background:#f3b559;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: inline-flex;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
color: #222;
background: #F9F9F9;
} */
} 

@media (max-width: 480px){ 
.team_area {
width: 99%;
}
}