/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
margin: 0;
padding: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: hidden;
}

#footer {
  position: relative;
  float: left;
  width: 99%;
  min-height: 250px;
  height: auto;
  margin-left: 0.5%;
  background-color: #f0b505;
  font-family: Jura;
}

/* Content Footer
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){

#footer .footer_header{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#footer .footer_header .footer_column{
    margin-left: 5%;
    width: 20%;
}

.center_header{
    width: 40%;
    margin-left:  5%;
}

#footer .footer_bottom{
    text-align: center;
}

#footer .footer_bottom a{
    margin-right: 30px;
    font-size: 16px;
}

#footer .center_footer{
    display: none;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {   

#footer {
    padding-bottom: 40px;
}

#footer .footer_header{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#footer .footer_header .footer_column{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 16px;
    margin-top: 20px;
}

#footer .footer_header .footer_column:nth-child(1){
    margin-top: 0px;
}

#footer .footer_bottom{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#footer .footer_bottom a{
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
}  
 
#footer .center_header{
    display: none;
}   

#footer .center_footer{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

#footer .center_footer img{
    height: 30px;
    width: auto;
    margin-right: 5px;
}

#footer .center_links{
    width: 100%;
    float: left;    
    text-align: center;
}

}    


a.cookie_btn{
    display: block;
    float: left;
    height: 40px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 18px;
    font-family: Jura;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

a.cookie_btn:hover{
    background-color: #035182;  
}

#footer .footer_header{
    min-height: 180px;
    height: auto;
    margin-top: 20px;
}

#footer .footer_header .footer_column{
    text-align: left;
    float: left;
}

#footer .footer_header .center_header{
    text-align: left;
    float: left;
}

#footer .trust_icon img{
    height: 34px;
    width: auto;
    
}

#footer .payment_icon img{
    height: 34px;
    width: auto;
    
}

#footer .column_h{
    color: #746b58;
    font-weight: bold;
    padding-bottom: 10px;
}

#footer .footer_header .footer_column div{
    padding-bottom: 5px;
}

#footer .payment_icon{
    text-align: left;
    float: left;
    margin-right: 10px;
}

#footer a{
    text-decoration: none;
    color: #000000;
}

#footer a:hover{
    text-decoration: none;
    color: #0367a5;
}

#footer .social_btn{
    font-size: 26px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*Desktop*/
@media only screen and (min-width: 768px){

.content-top {
margin: auto; 
width: 80%; 
}

.content {
margin: auto; 
width: 80%; 
min-height: calc(100vh - 450px);
}

#logo{
background-color: #ffffff;
height: 180px;
width: 80%;
margin: auto;
}

#logo img{
margin-top: 15px;
}

#logo_links{
float: right;
min-width: 80px;
width: auto;
margin-top: 75px;
}

nav.hamburger{
display: none;    
}

h1{
font-family: Comfortaa;
font-size : 34px;
padding-bottom: 20px;
font-weight: normal;
}

h2{
font-family: Comfortaa;
font-size : 20px;
padding-bottom: 20px;
font-weight: normal;
}


}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.content-top {
width: 100%; 
margin: auto; 
}

.content {
width: 100%; 
margin: auto; 
min-height: calc(100vh - 450px);
}

#logo{
background-color: #ffffff;
height: 70px;
width: 100%;
}

#logo img{
margin-top: 10px;
height: 60px;
margin-left: calc(50% - 120px);
}

#logo_links{
position: absolute;
min-width: 70px;
width: auto;
top: 20px;
right: 10px;
}    

nav.drpdwn{
display: none;    
}

nav.hamburger {
  background-color: Inherit;
  height: 20px;
  width: 30px;
  padding: 20px 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  font-family: Jura;
  
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f0b505;
  color: #263238;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

h1{
font-family: Comfortaa;
font-size : 28px;
padding-bottom: 20px;
font-weight: normal;
}

h2{
font-family: Comfortaa;
font-size : 18px;
padding-bottom: 20px;
font-weight: normal;
}

}    

/*Desktop*/
@media only screen and (min-width: 768px){

.searchfield {
position: relative;
display: inline-block;
}

.searchfield input {
padding-left: 40px;
font-size: 18px;
font-family: Jura;
border: 1px solid lightgray;
border-radius: 6px;
line-height: 26px;
height: 26px;
width: 300px;
outline: none;
}

.searchfield input:focus {
border: 1px solid #f0b505;    
}

.searchfield button {
position: absolute;
top: 0;
left: 0;
border: none;
background-color: transparent;
cursor: pointer;
font-size: 20px;
line-height: 26px;
}

.searchfield_sml{
display: none;
}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.searchfield{
display: none;
}

.searchfield_sml {
position: relative;
display: inline-block;
width: 80%;
margin-left: 5%;
padding-bottom: 20px;
}

.searchfield_sml input {
padding-left: 40px;
font-size: 18px;
font-family: Jura;
border: 1px solid lightgray;
border-radius: 6px;
line-height: 26px;
height: 26px;
width: 100%;
outline: none;
}

.searchfield_sml input:focus {
border: 1px solid #f0b505;    
}

.searchfield_sml button {
position: absolute;
top: 0;
left: 0;
border: none;
background-color: transparent;
cursor: pointer;
font-size: 20px;
line-height: 26px;
}



}

h2.yellow{
font-family: Comfortaa;
font-size : 18px;
padding-bottom: 20px;
font-weight: normal;
text-transform: uppercase;
color: #f0b505;
}

hr.top{
border : 2px solid #f0b505;
width: 99%;
background-color: #ffffff;
}

a.logo_link{
color: #263238;
text-decoration: none;
margin-left: 40px;
}


a.logo_link:hover{
color: #f0b505;
}


/* Mega menu
/**********************************************************************************************************

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #FFFFFF;
  font-family: Jura;
  width: 80%;
  margin-left: 0.5%;
  margin-top: -5px;
  cursor: pointer;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 18px;
  color: #263238;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  cursor: pointer;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: #263238;
  padding: 14px 16px;
  background-color: inherit;
  text-transform: uppercase;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  cursor: pointer;
}

.dropdown:hover .dropbtn {
  background-color: #e4e2e2;
  color: #0367a5;
  border-bottom: 3px solid #f0b505;
}

.navbar a:hover {
  background-color: #e4e2e2;
  color: #0367a5;
  border-bottom: 0px;
}

/* active color*/
.active {
    background-color: #f0b505;
}

.dropdown .active {
  font-size: 18px;
  border: none;
  outline: none;
  color: #263238;
  padding: 14px 16px;
  background-color: #f0b505;
  text-transform: uppercase;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  cursor: pointer;
}
 
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e4e2e2;
  width: 80%;
  left:  10%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 0.5%;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 21%;
  padding: 2%;
  background-color: #e4e2e2;
  min-height: 250px;
  height: auto;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: #263238;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

a.head_cat {
    font-size: 16px;
    border-bottom: 2px solid #f0b505;
    font-weight: bold;
}

a.head_cat:hover {
    font-size: 16px;
    border-bottom: 2px solid #f0b505;
    color: #0367a5;
}

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

a.sub_cat:hover {
    font-size: 14px;
    border: 0px;
    color: #0367a5;
    font-weight: bold;
}

/* Mega menu end
/**********************************************************************************************************


/*Homepage */

#home_category_list{
    margin-top: 30px;
    padding-left: 20px;
}




/* Breadcrumbs*/

div#breadcrumbs{
    font-family: Comfortaa;    
    font-size: 12px;
    padding-top: 20px;
}


/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #ffffff;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 4px;
  color: #263238;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #263238;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #0367a5;
  text-decoration: underline;
}


/* Main content productlistpage
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){

#main_content_header{
  overflow: hidden;
  width: 80%;
  margin-left: 1%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#main_content_header h2{
font-size: 20px;
font-weight: bold;
font-family: Jura;
}

#main_content_header p{
font-size: 16px;
color: #263238;
font-family: Jura;
}

#main_content_header a{
    text-decoration: none;
    font-weight: bold;
    color: #263238;
}

#main_content_header a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #f0b505;
}

#productlist #product{
    width:  18%;
    min-width: 200px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 70px;
    float: left;
    background-color: inherit;    
    cursor: pointer;
}

#productlist #product img{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

#productlist #product img:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}


#productlist #product #product_name{
    border-top: 2px solid #f0b505;
    padding-top: 10px;
    height: 36px;   
}

#productlist #product #discount{
    font-size: 15px;
    height: 18px;
}

span.discount_perc{
    background-color: #cb2030;
    color: white;
    width: 30px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
}

#productlist #product #price{
    font-size: 18px;
    padding-bottom: 10px;
}

#productlist #product #discountprice{
    font-size: 19px;
    font-weight: 500;
    color: #cb2030;
    padding-bottom: 9px;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

#main_content_header{
  overflow: hidden;
  width: 90%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;  
  padding-bottom: 20px;
}

#main_content_header h2{
font-size: 20px;
font-weight: bold;
font-family: Jura;
}

#main_content_header p{
font-size: 16px;
color: #263238;
font-family: Jura;
}

#main_content_header a{
    text-decoration: none;
    font-weight: bold;
    color: #263238;
}

#main_content_header a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #f0b505;
}

#productlist{
    width: 90%;
    margin: auto;  
    float: left;

}

#productlist #product{
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px;
    float: left;
    background-color: inherit;    
    cursor: pointer;
    border-bottom: 2px solid #f0b505;
    min-height: 150px;
}

#productlist #product .product_img{
    width: 30%;
    height: auto;
    transition: 0.5s ease;
    margin-left: 0px;
    float: left;    
    margin-top: 10px;
    margin-right: 15px;
}

#productlist #product .product_img img{
    width: 100%;    
}

#productlist #product .product_text{
    float: left;
    width: 65%;    
}

#productlist #product img:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}


#productlist #product #product_name{
    padding-top: 10px;
    height: 36px;   
}

#productlist #product #discount{
    font-size: 15px;
    height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.discount_perc{
    background-color: #cb2030;
    color: white;
    width: 30px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
}

#productlist #product #price{
    font-size: 18px;
    padding-bottom: 10px;
}

#productlist #product #discountprice{
    font-size: 19px;
    font-weight: 500;
    color: #cb2030;
    padding-bottom: 9px;
}

}


#productlist{
    font-family: Jura;
    font-size: 16px;
}

#productlist a{
    color: #263238;
}


#productlist a:hover{j
    color: #0367a5;
}


span.in_stock{
    height: 10px;  
    width: 10px; 
    border: solid 1px #66e466;  
    border-radius: 50%;  
    display: inline-block;
    background-color: #66e466;
    margin-right: 10px;
}

span.no_stock{
    height: 10px;  
    width: 10px; 
    border: solid 1px #cb2030;  
    border-radius: 50%;  
    display: inline-block;
    background-color: #cb2030;
    margin-right: 10px;
}

span.low_stock{
    height: 10px;  
    width: 10px; 
    border: solid 1px #fbd331;  
    border-radius: 50%;  
    display: inline-block;
    background-color: #fbd331;
    margin-right: 10px;
}


#category_footer{
  overflow: hidden;
  width: 98%;
  margin-left: 1%;
  padding-top: 20px;
  padding-bottom: 30px;
}

#category_footer h2{
font-size: 20px;
font-weight: bold;
font-family: Jura;
}

#category_footer p{
font-size: 16px;
color: #263238;
font-family: Jura;
}

#category_footer a{
    text-decoration: none;
    font-weight: bold;
    color: #263238;
}

#category_footer a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #f0b505;
}

/* Main content productpage/*
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){
    
#product_header #images{
    float: left;
    width: 43%;
    margin-left: 2%;
}

#product_header #images_m{
    display: none;
}

#product_header #product_info{
    width: 50%;
    margin-left: 5%;
    float: left;
}

#product_footer {
    float: left;
    width: 100%;
    font-family: Jura;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.product_column{
  float: left;
  width: 30%;
  padding: 10px;
  font-size: 15px;
}

.product_column_white{
  float: left;
  width: 30%;
  padding: 10px;
  font-size: 15px;
  background-color: white!important;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

#product_header #images{
    display: none;
}

#product_header #images_m{
    width: 90%;
    margin: auto;
}

#product_header #product_info{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

    swiper-container {
      width: 90%;
      height: auto;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    
    #product_footer {
    width: 90%;
    font-family: Jura;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    }

 .product_column{
  float: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 15px;
}

.product_row:not(:first-child) {
    margin-top: 10px;
}
   
}

#product_header{
    font-family: Jura;
    width: 100%;
}

#product_header #product_info #product_select{
    width: 100%;
}

#product_header #product_info #product_select .product_select_header{
    font-weight: bold;
    font-size: 16px;
}

#product_header #product_info #product_select .product_select_header_small{
    padding-top: 10px;
    font-size: 14px;
}

#product_header #product_info #product_select .product_select_img{
    padding-top: 10px;
}

#product_header #product_info #product_select .product_select_img img{
    width: 75px;
    height: auto;
    margin-left: 5px;
}

/* HIDE RADIO */
#product_header #product_info #product_select .product_select_img [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
#product_header #product_info #product_select .product_select_img [type=radio] + img {
  border-radius: 5pt;
  cursor: pointer;
  outline: 2px solid #E8E8E8;
}

img.no_stock_card{
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}


/* CHECKED STYLES */
#product_header #product_info #product_select .product_select_img [type=radio]:checked + img {
  outline: 2px solid #f0b505;
}

#product_header #product_price #product_tax{
    font-size : 14px;
    font-weight: normal;
    color: #a3a3a3;
}

#product_header #product_stock{
    margin-top: 20px;
}

#product_header #product_price{
    font-size : 24px;
    font-weight: 600;
    margin-top: 20px;
}

#product_header #product_price #discount{
    font-size: 16px;
    height: 20px;
}

#product_header span.discount_perc{
    background-color: #cb2030;
    color: white;
    width: 30px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
}

#product_header #product_price #discountprice{
    color: #cb2030;
}

#order_amount{
    margin-top: 20px;
}

#order_amount .order_amount_button{
    color: #263238;
    background-color: #f0efef;
    height: 30px;
    width: 30px;
    border: none;
    font-size: 18px;    
    line-height: 30px;
    font-family: inherit;
    font-weight: bold;
}

#product_tk_img{
    content:url(/img/logo_tweedekans_100.png);
    height: 40px;
    float: left;
    margin-right: 10px;
}

#product_tk{
    color: #714e09;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-top: 20px;
    font-family: Jura;
}


#order_amount .order_amount_input{
    border: none;
    font-size:18px;
    height: 30px;
    line-height: 30px;
    width: 40px;
    text-align: center;
}

#product_button{
    margin-top: 20px;
}

button.add_cart_big{
    display: block;
    height: 40px;
    width: 320px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

button.add_cart_big:hover{
    background-color: #035182;  
}

#product_footer #product_info{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #f0b505;
}

#product_footer .product_text_header{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#product_footer #product_text ul, ol {
    margin-left: 1rem;
    padding-left:1rem
}

/* Clear floats after the columns */
.product_row:after {
  content: "";
  display: table;
  clear: both;
}

.product_row:nth-child(2n){
    background-color: #e4e2e2;
}

.product_column_add_btn{
    background-color: #ffffff;
    font-size: 14px;
    border: 0px;
    color: #f0b505;
    cursor: pointer;
}

#product_column_add{
    display: none;
}

.product_column_safety_btn{
    background-color: #ffffff;
    font-size: 14px;
    border: 0px;
    color: #f0b505;
    cursor: pointer;
}

#product_column_safety{
    display: none;
}

.text_card_red{
    color: #cb2030;
}

/* Main content cart
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){

    .cart_table tbody tr{
        height: 120px;
        margin-top: 20px;
    }
    
    .cart_table tbody td{
        vertical-align: top;
        border-bottom: 1px solid #e4e2e2;
    }    
    
    .cart_table tr:last-child td {
        border-bottom: 2px solid #263238;
    }
    
    .cart_img{
        padding-top: 20px;
        padding-left: 20px;
        width: 120px;
        float: left;
    }
    
    .cart_product_text{
        padding-top: 20px;
        float: left;
        font-size: 18px;
        color: #263238;
        font-family: Jura;
    }
    
    p.option_value{
        margin-top: 10px;
        margin-left: 20px;
        font-size: 14px;
    }
    
    a.option_edit{
        margin-top: 10px;
        margin-left: 20px;
        font-size: 15px;
        text-decoration: none;
        color: #0367a5;
    }
    
    a.option_edit:hover{
        color: #035182;  
        text-decoration: underline;
    }
    
    td.td_price, td.td_totalprice{
        padding-top: 20px;
        font-size: 17px;
        color: #263238;
        font-family: Jura; 
    }
    
    td.td_price div, td.td_totalprice div{
        display: none;
    }
    
    #amount_h{
        display: none;
    }
    
    td.td_cart_btn button span{
        display: none;
    }
    
    p.option_edit_m{
        display: none;
    }
    
    #cart_menu {
    padding-top: 10px;
    }

    #cart_menu input[type=submit]{
        width: 220px;
    }

    #cart_bottom{
        float:  right;
        padding-top: 0px;
        font-size: 18px;
        font-family: Jura; 
        margin-right: 6.5%;
    }
    
    #cart_bottom span{
        margin-right: 100px;
        width: 400px;
    }
    
    #cart_order_button{
    float:  right;
    padding-top: 40px; 
    padding-bottom: 40px; 
    width: 100%;
    margin-right: 10px;
    }

    button.order_cart_big{
    width: 320px;
    }
        
}    

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .cart_table thead{
        display: none;
    }

    .cart_table tbody tr{
        width: 90%;
        display: flex;
        flex-wrap: wrap;    
        text-align: center;    
        margin-left: auto;
        margin-right: auto;
    }
    
    .cart_table tbody td{
        vertical-align: top;
       
    }    
    
    td.td_product{
        width: 100%;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    td.cart_product{
        width: 100%;
    }
    
    .cart_img{
        padding-top: 20px;
        width: 100px;
        height: 120px;
        float: left;
    }
    
    .cart_img img{
        width: 50px;
    }
    
    .cart_product_text{
        padding-top: 20px;
        font-size: 16px;
        color: #263238;
        font-family: Jura;
        text-align: left;
    }
    
    p.option_value{
        margin-top: 10px;
        font-size: 14px;
        text-align: left;
    }
    
    p.p_option_edit{
        display: none;
    }
    
    a.option_edit{
        margin-top: 10px;
        margin-left: 20px;
        font-size: 15px;
        text-decoration: none;
        color: #0367a5;
    }
    
    a.option_edit:hover{
        color: #035182;  
        text-decoration: underline;
    }
    
    td.td_amount{
        width: 30%;
    }
    
    td.td_price{
        margin-left: 25px;
    }
    
    td.td_price, td.td_totalprice{
        font-size: 17px;
        color: #263238;
        font-family: Jura;    
        width: 30%;
        text-align: left;
    }
    
    td.td_price div, td.td_totalprice div, #amount_h{
        width: 100%;
        display: block;
        font-family: Jura;  
        font-size: 13px;        
        text-transform: uppercase;
        color: #f0b505;
    }
    
    td.td_price div, td.td_totalprice div{
        margin-bottom: 17px;
    }
    
    #amount_h{
        margin-left: -45px;
    }
    
    td.td_cart_btn{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
        height: 100px;
        border-bottom: 1px solid #263238;
    }
    
    td.td_cart_btn button.delete_row_btn{
        width: 100%;
        margin-top: 10px;
    }   
    
    td.td_cart_btn button.delete_row_btn span{
        font-size: 15px;        
        color: #263238;
        font-family: Jura; 
    }
    
    td.td_cart_btn button.delete_row_btn span:hover{
        color: red;
    }
    
    p.option_edit_m a{
        font-size: 15px;        
        color: #263238;
        font-family: Jura; 
        text-decoration: none;
    }
    
    p.option_edit_m a:hover{
        color: #f0b505;
    }
    
    #cart_menu {
    padding-top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;  
    margin-bottom: 20px;  
    }
    
    #cart_menu input[type=submit]{
        width: 100%;
    }
    
    #cart_bottom{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        font-family: Jura;    
        border-top: 1px solid #263238;
        border-bottom: 1px solid #263238;      
    }
    
    #cart_bottom span{
        margin-right: 100px;
        width: 400px;
    }

    #cart_order_button{
    padding-top: 20px; 
    padding-bottom: 40px; 
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    button.order_cart_big{
    width: 100%;
    margin-bottom: 20px;
    }

}

.cart_table{
    width: 100%;
    padding: 0;
    border-spacing: 0;
}

.cart_table tr th{
    background-color: #e4e2e2;
    height: 40px;
    font-weight: normal;
    text-align: left;
    font-family: Jura;
    font-size: 14px;
    text-transform: uppercase;
}

.cart_table tr th.cart_table_th_product{
    width: 60%;
    padding-left: 10px;
}

.cart_table tr th.cart_table_th_price{
    width: 10%;
    padding-left: 10px;
}

.cart_table tr th.cart_table_th_amount{
    width: 20%;
    padding-left: 20px;
}


.delete_row_btn{
    padding-top: 20px;
    float: left;
    font-size: 18px;
    color: #263238;
    font-family: Jura;
    border: 0px;
    background-color: #ffffff;
    cursor: pointer;
    color: red;
}

#cart_amount{
    margin-top: 17px;
    float: left;
}

#cart_amount .cart_amount_button{
    color: #263238;
    background-color: #f0efef;
    height: 25px;
    width: 25px;
    border: none;
    font-size: 17px;    
    line-height: 25px;
    font-family: inherit;
    font-weight: bold;
}

#cart_amount .cart_amount_input{
    border: none;
    font-size:16px;
    font-family: Jura; 
    height: 25px;
    line-height: 25px;
    width: 30px;
    text-align: center;
}

#cart_menu input[type=submit]{
    display: block;
    height: 26px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

#cart_menu input[type=submit]:hover{
    background-color: #035182;  
}    

#cart_bottom p.delivery{
    font-size:14px;
    color: #0367a5;
}

button.order_cart_big{
    display: block;
    float: right;
    height: 40px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

button.order_cart_big:hover{
    background-color: #035182;  
}


#cart_empty{
    margin-left: 10%;
    width: 80%;
    font-size:20px;
    font-family: Comfortaa;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #e4e2e2;
}

#cart_empty img{
    height: 180px;
    width: auto;
}

/* Main content checkout
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){

    .navbar_checkout {
      overflow: hidden;
      background-color: #FFFFFF;
      font-family: Jura;
      width: 80%;
      margin-left: 0.5%;
      margin-top: -5px;
      cursor: pointer;
    }
    
    #checkout_menu_select{
        margin-left: 10%;
        width: 350px;
        font-size:15px;
        font-family: Jura;
        vertical-align: middle;
        text-align: left;
        padding: 20px;   
        background-color: #e4e2e2;
        float: left;
        color: #263238;
        margin-bottom: 100px;
    }
    
    #checkout_menu_select input[type=submit]{
        margin-left: 15px;
        width: 320px;
    }

    #customer_adress, #delivery_adress{
    float: left;
    display: block;
    width: 500px;
    border: 1px solid #e4e2e2;
    min-height: 200px;
    height: auto;
    margin: 20px;
    font-family: Jura;
}

    #customer_adress p, #delivery_adress p{
        padding: 10px;
    }

    #checkout_delivery_list{
        width: 60%;
        float: left;
    }    
   
    #checkout_delivery_cart{
    float: left;
    width: 30%;
    }
    
    .label_delivery{
    margin-top: 20px;
    margin-bottom: 20px;    
    }
        
    #shipping_img{
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
}

    #shipping_img img{
        width: 80px;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    #submit_delivery_button{
    float:  right;
    padding-top: 40px; 
    padding-bottom: 40px; 
    width: 100%;
    margin-right: 10px;
    }

    #checkout_total{
        width: 100%;
        float: left;
    }
    
    #checkout_adress{
    width: 40%;
    float: left;
    margin-left: 20px;
    }

    td.cart_amount_checkout{
            padding-top: 20px;
            font-size: 17px;
            color: #263238;
            font-family: Jura;
            padding-left: 40px; 
    }
    
    td.cart_amount_checkout div{
        display: none;
    }   
    
    #checkout_total #cart_info{
    font-family: Jura;  
    font-size: 16px;
    width: 30%;
    display: block;
    float: right;
    margin-right: 5%;
    }
    
    #checkout_total #cart_info .head{
    margin-left: 10px;
    }   
    
    #checkout_total textarea {
    width: 100%;
    }
    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    nav{
        display: none;
    }
    
    .navbar_checkout {
        display:none;
    }
    
    #checkout_menu_select{
        width: 100%;
        font-size:15px;
        font-family: Jura;
        vertical-align: middle;
        text-align: left;  
        background-color: #e4e2e2;
        float: left;
        color: #263238;
        margin-bottom: 20px;
    }

    #checkout_menu_select p, #checkout_menu_select label{
        padding: 20px;
    }
    
    #checkout_menu_select input[type=text],#checkout_menu_select input[type=email], #checkout_menu_select input[type=password]{
        margin-left: 5%;
        width: 90%;
    }
    
    #checkout_menu_select input[type=submit]{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    
    #adress_frm{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    h1.checkout_header{
        margin-left: 20px;
    }
    
    #checkout_text{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        
    }
           
    #customer_adress, #delivery_adress{
    display: block;
    width: 90%;
    border: 1px solid #e4e2e2;
    min-height: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: Jura;
    text-align: left;
}

    #customer_adress p, #delivery_adress p{
     padding: 10px;
    }
    
    #checkout_delivery_list{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }
    
    #checkout_delivery_cart{
    display: none;
    }
    
    #shipping_info{
    padding: 10px;   
    }        
          
    #shipping_img{
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

    #shipping_img img{
        width: 40px;
        margin-top: 10px;
        margin-left: 10px;
    }

    #submit_delivery_button{
    padding-top: 40px; 
    padding-bottom: 40px; 
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    }

    #checkout_total{
        width: 100%;
        float: left;
        margin-left: 0px;
    }
    
    #checkout_total h2{
        margin-left: 20px;
    }
    
    #checkout_total #checkout_column p{
        margin-left: 20px;
    }

    #checkout_total hr{
        margin-left: -20px;
    }
    
    #checkout_adress{
    width: 100%;
    float: left;
    margin-left: 20px;
    }

    td.cart_amount_checkout{
        font-size: 17px;
        color: #263238;
        font-family: Jura;
        padding-left: 40px; 
    }
    
    td.cart_amount_checkout div{
        width: 100%;
        display: block;
        font-family: Jura;  
        font-size: 13px;        
        text-transform: uppercase;
        color: #f0b505;
        margin-bottom: 17px;
    }
        
    td.td_cart_end{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #263238;
    }

    #checkout_total #cart_info{
    font-family: Jura;  
    font-size: 16px;
    width: 90%;
    text-align: left;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border-top: 2px solid #263238;
    }
    
    #checkout_total textarea {
    width: 90%;
    margin-left: 20px;
    }
    
    .p_terms{
    margin-left: 20px;
    }
          
}
    

/* Links inside the navbar */
.navbar_checkout a {
  float: left;
  font-size: 16px;
  color: #263238;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar_checkout a:hover{
   color: #f0b505;
}


.navbar_checkout .active {
    background-color: #f0b505;
}

h1.checkout_header{
    font-family: Jura;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #f0b505;    
}

#checkout_text{
    font-family: Jura;
    color : #263238;
    font-size: 16px;
}

#checkout_text a.return_link{
    font-size: 18px;
    text-decoration: none;
    color: #263238;
}

#checkout_text a.return_link:hover{
    color: #f0b505;
}
 
#checkout_menu_select p.header{
    font-weight: bold;
    font-size:17px;
    padding-bottom: 10px;
    color : #263238;
}

#checkout_menu_select p{
    padding-bottom: 20px;
}

#checkout_menu_select input{
    margin-top: 5px;
    margin-bottom: 10px;
    height: 25px;
}

#checkout_menu_select label{
    font-size:17px;
}

#checkout_menu_select input[type=submit]{
    display: block;
    height: 40px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

#checkout_menu_select input[type=submit]:hover{
    background-color: #035182;  
}

#checkout_menu_select a{
    color: #0367a5;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

#checkout_menu_select a:hover{
    color: #035182;  
}

#error_msg{
    color: #cb2030;
}

p.adress_header{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #263238;
}

button.change_adress_btn{
    display: block;
    width: 95%;
    text-align: right;
    color: #0367a5;   
    cursor: pointer;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: none;
}

button.change_adress_btn:hover{
    color: #035182;  
    cursor: pointer;
}

/* Main content adress form
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){

    #adress_form .company_name, #adress_form .phone_number, #adress_form .email{
        width: 60%;
        max-width: 700px;
    }

    #adress_form .company_name input, #adress_form .last_name input, #adress_form .phone_number input, #adress_form .email input{
        width: 100%;
    }
    
    #adress_form .first_name input, #adress_form .adress input{
        width: 95%;
    }
    
    #adress_form .first_name, #adress_form .last_name{
        width: 30%;
        max-width: 350px;
        float: left;
    }
    
   #adress_form .adress{
        width: 40%;
        max-width: 500px;
        float: left;
    } 
    
    #adress_form .house_number, #adress_form .house_addition{
        width: 10%;
        max-width: 100px;
        float: left;
    } 
    
    #adress_form .house_number input, #adress_form .house_addition input{
        width: 80%;
        max-width: 80px;
        float: left;
    } 
    
    #adress_form .zipcode{
        width: 20%;
        max-width: 200px;
        float: left;
    }
    
    #adress_form .zipcode input{
        width: 90%;
    }
    
    #adress_form .city{
        width: 80%;
        float: left;
    }
    
    #adress_form .city input{
        width: 100%;
        max-width: 300px;
        float: left;
    }
    
    #adress_form select{
        width: 100%;
        max-width: 400px;
    }
    
    #adress_form .save_adress{
        padding-top: 10px;
        padding-bottom: 20px;
    }
        
    #adress_form input[type=submit]{
        width: 240px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    #adress_form{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }
    
    #adress_form .company_name, #adress_form .company_name input, #adress_form .last_name input, #adress_form .phone_number, #adress_form .phone_number input, #adress_form .email, #adress_form .email input{
        width: 100%;
    }
    
    #adress_form .first_name{
        width: 45%;
        float: left;
    }
    
    #adress_form .last_name{
        width: 55%;
        float: left;
    }
    
    #adress_form .first_name input, #adress_form .adress input{
        width: 90%
    }
    
    #adress_form .adress{
        width: 60%;
        float: left;
    } 
    
    #adress_form .house_number{
        width: 25%;
        float: left;
    } 
    
    #adress_form .house_addition{
        width: 15%;
        float: left;
    }
    
    #adress_form .house_number input{
        width: 80%;
        float: left;
    } 
    
    #adress_form .house_addition input{
        width: 100%;
        float: left;
    }
    
    #adress_form .zipcode{
        width: 30%;
        float: left;
    }
    
    #adress_form .zipcode input{
        width: 90%;
    }
    
    #adress_form .city{
        width: 70%;
        float: left;
    }
    
    #adress_form .city input{
        width: 100%;
        float: left;
    }
    
    #adress_form select{
        width: 100%;
    }
    
    #adress_form .save_adress{
        padding-top: 10px;
        padding-bottom: 20px;
        width: 100%;
    }
    
    #adress_form input[type=submit]{
        width: 100%;
    }
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#adress_form{
    font-family: Jura;
}

#adress_form div{
    padding-bottom: 5px;
}

#adress_form label{
    font-size: 14px;
    font-weight: bold;
}

#adress_form input[type=text], #adress_form input[type=email]{
    line-height: 18px;
    font-family: inherit;
    font-size: 16px;
    height: 18px;
    margin-top: 5px;
}

#adress_form select{
    line-height: 18px;
    font-family: inherit;
    font-size: 16px;
    height: 25px;
    margin-top: 5px;
}

#adress_form input[type=submit]{
    font-family: Comfortaa;
    display: block;
    height: 36px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

#adress_form input[type=submit]:hover{
    background-color: #035182;  
}


.label_delivery {
    display : block;
    width: 90%;
    margin-left: auto;
    margin-right: auto; 
    font-family: Jura;  
    font-size: 18px;
}

#shipping_info{
    width: 100%;
    min-height: 120px;
    height: auto;
    border: 2px solid #e4e2e2;
}

#shipping_info:hover{
    border: 2px solid #42b871;
}

.label_delivery > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.label_delivery > input + div{ /* DIV STYLES */
    cursor:pointer;
    border:2px solid transparent;
}

.label_delivery > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    border: 2px solid #42b871;
    background-color: #e9f0e9;
}

#shipping_info_text {
    margin-top: 10px;
    width: calc(100% - 15px);
}

#shipping_info_text .shipping_name{
    color: #0367a5;
}

#shipping_info_text .delivery_costs{
    color: #0367a5;
    float: right;
    width: 15%;
    text-align: right;
}

#shipping_info_text .shipping_desc{
   font-family: Jura;  
   font-size: 15px; 
   margin-top: 10px;
}

#checkout_delivery_cart h2{
    font-family: Jura;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #f0b505;    
}

#checkout_delivery_cart #cart_info{
    display : block;
    width: 90%;
    border: 2px solid #e4e2e2;
    font-family: Jura;  
    font-size: 16px;
}

#checkout_delivery_cart #cart_info p{
    margin-top: 20px;
    margin-bottom: 20px;
}

#checkout_delivery_cart #cart_info p.total_price{
    border-top: 1px solid black;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

#checkout_delivery_cart #cart_info .head{
    text-align: left;
    width: 60%;
    font-weight: bold;
    margin-left: 10px;
}   
 
#checkout_delivery_cart #cart_info .amount{
    float: right;
    text-align: right;
    width: 35%;
    margin-right: 10px;
}    

#submit_delivery_button button{
    background-color: lightgrey;
    cursor: not-allowed;
    pointer-events: none;
}

#checkout_total hr{
    margin-top: 30px;
    color: #263238;   
}

#checkout_total h2{
    font-family: Jura;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #f0b505;   
    text-transform: uppercase; 
}   

#checkout_total p{
    color: #263238;
    font-family: Jura;
    font-size: 15px;
}

#checkout_column{
    width: 40%;
    float: left;
}

#checkout_adress h3{
    font-family: Jura;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #263238;   
    text-transform: uppercase; 
}   

#checkout_total #cart_info p{
    margin-top: 20px;
    margin-bottom: 20px;
}

#checkout_total #cart_info p.total_price{
    border-top: 1px solid black;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

#checkout_total #cart_info .head{
    text-align: left;
    width: 60%;
    font-weight: bold;
}   
 
#checkout_total #cart_info .amount{
    float: right;
    text-align: right;
    width: 35%;
    margin-right: 10px;
}    

#checkout_total textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Inherit;
    font-size: 16px;  
}

#edit_form{
    width: 60%;
    float: left;
    margin-left: 20%;
    padding-bottom: 20px;
}

#edit_form h2{
    font-family: Jura;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #f0b505;   
    text-transform: uppercase; 
}   

#edit_form p{
    color: #263238;
    font-family: Jura;
    font-size: 15px;
}
#edit_form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Inherit;
    font-size: 16px;  
    width: 100%;
}

button.submit_text_card{
    display: block;
    height: 40px;
    width: 320px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

button.submit_text_card:hover{
    background-color: #035182;  
}

/* User account menu
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){
    
#user_info_menu{
    font-family: Jura;
    color : #263238;
    font-size: 16px;
    float:left;
    width: 10%;
    min-width: 100px;
}

#user_info_content{
    float: left;
    width: 80%;
    padding-left: 5%;
}

#user_info_content #head{
    background-color: #e4e2e2;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    height: 30px;
}

 #user_info_content #row{
    height: 40px;
    margin-top: 5px;    
 }

.head_row{
    display: none;
}   
   
#user_info_content .date{
    width: 10%;
    float: left; 
}

#user_info_content .order_nr{
    width: 10%;
    float: left; 
}

#user_info_content .status{
    width: 20%;
    float: left; 
}

#user_info_content .payment{
    width: 20%;
    float: left; 
}

a.user_link{
color: #746b58;
text-decoration: none;
margin-left: 40px;
}

a.user_link:hover{
color: #f0b505;
}

.ui_invoice_total{
    float: right;
    margin-right: 5%;
    
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

#user_info_menu{
    display: none;
}

#user_info_content{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#user_info_content #head{
    display: none;
}

 #user_info_content #row{
    margin-top: 20px; 
    margin-bottom: 10px;   
    width: 90%;
    margin-left: auto;
    margin-right: auto; 
 }

.head_row{
    color: #746b58;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}  
   
#user_info_content .date{
    width: 50%;
    float: left; 
}

#user_info_content .order_nr{
    width: 50%;
    float: left; 
}

#user_info_content .status{
    margin-top: 10px;
    width: 50%;
    float: left; 
}

#user_info_content .payment{
    margin-top: 10px;
    width: 50%;
    float: left; 
}

#user_info_content .ui_buttonlist{
    margin-top: 10px;
    margin-bottom: 10px;  
    width: 100%;
    float: left; 
}

a.user_link{
background-color: #0367a5;
color: #ffffff; 
text-decoration: none;
display: block;
height: 30px;
width: 40%;
float: left;
line-height: 30px;
text-align: center;
margin-right: 10%;
border-radius: 5px;
}

a.user_link:hover{
color: #f0b505;
}
  
.ui_invoice_total{
    float: right;
    margin-right: 20%;  
}
   
}
    
#user_info_menu a{
    text-decoration: none;
    color : #263238;
    display: block;
    height: 40px;
    border-left: 3px solid #ffffff;  
    line-height: 40px;
    padding-left: 5px;
}

#user_info_menu a:hover{
    color: #f0b505;    
}

#user_info_menu a.select{
    border-left: 3px solid #f0b505;    
}

#user_info_content{
    font-family: Jura;
    color : #263238;
    font-size: 16px;
}

#user_info_content h1{
   font-family: Jura;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f0b505;   
   text-transform: uppercase;  
}

#user_info_content h2{
   font-family: Jura;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f0b505;   
   text-transform: uppercase;  
}  

#user_info_content #row{
    border-bottom: 1px solid #746b58;
}   
.ui_invoice_lbl{
    color: #746b58;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;    
}

.ui_invoice_head_info {
    width: 30%;
    float: left;    
}

.ui_invoice_head_info_50 {
    width: 50%;
    max-width: 300px;
    float: left;    
}

.ui_invoice_total_h{
    font-family: Jura;
    font-weight: bold;
    margin-right: 60px;
}

/* Default pages
/***********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){
    #page_content{
        margin-left: 20px;
    }
    
    h1.page_header{
      margin-top: -25px;  
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    #page_content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }
}

h1.page_header{
    font-family: Jura;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
    color: #f0b505;    
}

#page_content{
    font-family: Jura;
    font-size:  16px;
}

/* Contact form
********************************************************************************************************************/

h2.contact_frm{
    font-family: Jura;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #f0b505;    
}


/*Desktop*/
@media only screen and (min-width: 768px){
    
#contact_frm_left{
    width: 45%;
    float: left;
    min-height: 100px;
    padding-bottom: 20px;
}

#contact_frm_left input[type="text"], #contact_frm_left input[type="email"], #contact_frm_left textarea, #contact_frm_left .privacy{
    width: 70%;
}

#contact_frm_right{
    width: 40%;
    float: left;
    min-height: 100px;
    padding-bottom: 20px;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
#contact_frm_left{
    width: 100%;
    min-height: 100px;
}

#contact_frm_left input[type="text"], #contact_frm_left input[type="email"], #contact_frm_left textarea, #contact_frm_left .privacy{
    width: 90%;
}

#contact_frm_right{
    width: 100%;
    min-height: 100px;
    margin-top: 30px;
}
    
}

#contact_frm_left input[type="text"], #contact_frm_left input[type="email"]{
    height: 22px;
    line-height: 22px;
    border: 1px solid lightgrey;
    margin-top: 5px;
}

#contact_frm_left textarea{
    height: 100px;
    border: 1px solid lightgrey;
    margin-top: 5px;
    resize: none;
}

#contact_frm_left .privacy{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size:  14px;
}

#contact_frm_left .privacy a{
    font-size:  14px;
    color: #f0b505;    
    text-decoration: none;
}

#contact_frm_left .privacy a:hover{
    color: #0367a5;    
}

#contact_frm_left .send_btn{
    display: block;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
    background-color: lightgrey;
    cursor: not-allowed;
    pointer-events: none;
}

#contact_frm_left .send_btn:hover{
    background-color: #035182;  
}

#contact_frm_right p {
    padding-bottom: 5px;
}

#contact_frm_right i {
    font-size: 14px;
}


#contact_frm_right a{
    text-decoration: none;
    color: #000000;
}

#contact_frm_right a:hover{
    text-decoration: none;
    color: #0367a5;
}

/* Password reset
********************************************************************************************************************/

/*Desktop*/
@media only screen and (min-width: 768px){

    #main_password_header{
          overflow: hidden;
          width: 40%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 120px;
          padding-top: 20px;
    }

    #password_reset_menu{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        font-size:15px;
        font-family: Jura;
        vertical-align: middle;
        font-size: 16px;
        text-align: left;
        padding: 20px;   
        background-color: #e4e2e2;
        float: left;
        color: #263238;
        margin-bottom: 100px;
    }
    
    #password_reset_menu input[type=text], #password_reset_menu input[type=email]{
    line-height: 18px;
    font-family: inherit;
    font-size: 16px;
    height: 18px;
    margin-top: 5px;
    }
    
    #password_reset_menu input[type=submit],#password_reset_menu input[type=button] {
        margin-left: auto;
        margin-right: auto;
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    #main_password_header{
          overflow: hidden;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 40px;
          padding-top: 20px;
    }

    #password_reset_menu{
        width: 90%;
        margin-left: 5%;
        margin-right: auto;
        font-size:15px;
        font-family: Jura;
        vertical-align: middle;
        text-align: left;  
        background-color: #e4e2e2;
        float: left;
        color: #263238;
        margin-bottom: 20px;
    }
    
    #password_reset_menu input[type=text], #password_reset_menu input[type=email]{
    line-height: 18px;
    font-family: inherit;
    font-size: 16px;
    height: 18px;
    margin-top: 5px;
    width: 85%;
    margin-left: 5%;
    margin-right: auto;
    }
    
    #password_reset_menu input[type=submit],#password_reset_menu input[type=button] {
        margin-left: 5%;
        margin-right: auto;
        width: 90%;
        margin-bottom: 30px;
    }
}

#password_reset_menu p.header{
    font-weight: bold;
    font-size:17px;
    padding-bottom: 10px;
    color : #263238;
}

#password_reset_menu p, #password_reset_menu label{
        padding: 20px;
}

#password_reset_menu input[type=submit],#password_reset_menu input[type=button] {
    display: block;
    height: 40px;
    background-color: #0367a5;
    color: #ffffff; 
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

#password_reset_menu input[type=submit],#password_reset_menu input[type=button] {
    background-color: #035182;  
}

#password_reset_menu input[type=text], #password_reset_menu input[type=password]{
        margin-left: 20px;
        width: 90%;
    }
    