/* IMPORTS
---------------------------------------------- */
@import 'woocommerce.css';

/* VARIABLES
---------------------------------------------- */

/* FONTS
---------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* TYPOGRAPHY
---------------------------------------------- */
h1{
  font-size: 28px;
  color: #001463;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin: 10px 0 30px;
}

h2{
  font-size: 23px;
  color: #001463;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 31px;
}

h3{
  font-size: 19px;
  color: #001463;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 0.75rem 0 1.5rem 0;
}

h4{
  font-size: 22px;
  color: #001463;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  margin: 0.75rem 0 1.5rem 0;
}

main h4{
  font-size: 18px;
  margin: 0.75rem 0 1rem 0;
}

p{
  font-size: 14px;
  color: #656564;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 23px;
}

a{
  color: #001463;
}

a:hover{
  color: #001463;
}

li{
  font-size: 14px;
  color: #656564;
}

i{
  padding: 0px 2px;
  font-size: 18px;
}

main a{
  text-decoration: underline;
}

td {
  font-size: 14px;
  color: #656564;
  font-family: 'Open Sans', sans-serif;
  padding: 5px;
}

table {
  border: 0px solid #c7c7c7;
  margin: 20px 0 20px 0;
}

table.responsive-table-m{
  display: block;
  overflow: auto;
}

img{
  max-width: 100%;
  height: auto;
}

/* CUSTOM ELEMENTS
---------------------------------------------- */

/* Remove WordPress bar overflow */
html #wpadminbar {
    max-width: 100vw;
    overflow-x: hidden;
    }

.btn{
  padding: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* MOLLERS BUTTONS NOG VERWIJDEREN*/
.btn-mollers-orange{
  color: #fff !important;
  background-color: #ffc10a !important;
  border-color: #ffc10a !important;
  text-decoration: none;
}

.btn-mollers-orange:hover{
  color: #ffc10a !important;
  background-color: #fff !important;
  border-color: #ffc10a !important;
}

.btn-mollers-darkblue{
  color: #fff !important;
  background-color: #1a9f3b !important;
  border-color: #1a9f3b !important;
  text-decoration: none;
}

.btn-mollers-darkblue:hover{
  color: #1a9f3b !important;
  background-color: #fff !important;
  border-color: #1a9f3b !important;
}

/* MAXIM BUTTONS */
.btn-maxim-orange{
  color: #fff !important;
  background-color: #f54337 !important;
  border-color: #f54337 !important;
  text-decoration: none;
}

.btn-maxim-orange:hover{
  color: #f54337 !important;
  background-color: #fff !important;
  border-color: #f54337 !important;
}

.btn-maxim-darkblue{
  color: #fff !important;
  background-color: #060488 !important;
  border-color: #060488 !important;
  text-decoration: none;
}

.btn-maxim-darkblue:hover{
  color: #060488 !important;
  background-color: #fff !important;
  border-color: #060488 !important;
}

.btn-goto{
    padding: 10px 25px;
}

.z-50{
  z-index: 50;
}

.z-100{
  z-index: 100;
}

.logo{
  width: 100%;
  max-width: 150px !important;
}

.img-thumbnail {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.gd-image{
  max-width: 400px;
}

.clickme{
  background: #060488;
  padding: 6px 12px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.clickme:hover{
  background: #060473;
}

.hideme{
  display: none;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

footer  p.author{
  color: grey !important;
  font-size: 14px;
}

#cookie-notice .btn-maxim-darkblue{
  padding: 2px 10px;
}

/* HTML / BODY
---------------------------------------------- */
html, body{
  font-family: 'Open Sans', sans-serif;
}

.container{
  padding-right: 25px;
  padding-left: 25px;
}

/* HEADER
---------------------------------------------- */
header{
  position: relative;
  /*border-bottom: 1px solid #ececec;*/
}

header .container-fluid{
  padding: 20px;
}

header a, header a:hover{
  color: #fff;
}

header#header-primary{
  background: #000467;
  background-image: url("/wp-content/themes/Maxim-theme/images/header_background_image.png"); /* fallback */
  background-image: url("/wp-content/themes/Maxim-theme/images/header_background_image.png"), linear-gradient(120deg, #06038b 0%, #00142b 100%) !important;
}

.cart-contents:before {
  color: #fff !important;
}


header#header-primary a {
  color: #fff;
}

header#header-secondary{
  height: 30vh;
  min-height: 300px;
  background-image: url('/wp-content/themes/Maxim-theme/images/maxim_background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 0px;
}

.header-image-overlay{
  /*width:100%;*/
  position:absolute;
  bottom:0;
}

.header-image-overlay img{
  width: 100%;
}

header#header-woocommerce .container-fluid{
  padding: 15px;
}

/* HEADER DESKTOP */
.header-desktop a, .header-desktop span.header-navigation-menu-button{
  color: #fff;
}

.header-desktop a:hover, .header-desktop span.header-navigation-menu-button:hover{
  color: #fff;
}

#header-desktop-menu{

}

#header-desktop-menu ul{
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#header-desktop-menu ul li{
  display: inline-block;
  margin: 0px 6px;
  text-transform: uppercase;

}

#header-desktop-menu ul li a:hover{
  text-decoration: none;
}

#header-desktop-menu ul li i{
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;

}

.header-desktop .header-navigation-menu-button i{
  text-align: center;
  font-size: 24px;
}

.header-desktop .header-navigation-menu-button span{
  font-size: 14px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-top: 3px;
}

/* DESKTOP SHOWCASE
---------------------------------------------- */
#desktop-showcase{
  margin-bottom: 10px;
  height: 400px;
  width: 100%;
  background-image: url("../images/maxim-sportvoeding_zwemmer.jpg");
  background-size: cover;
  background-position: center;
}

/* DESKTOP USPS
---------------------------------------------- */
#desktop-usps ul{
  padding: 0;
  margin: 0;
}

#desktop-usps ul li{
  color: #707070;
  font-size: 14px;
  flex: 1;
  text-align: center;
  list-style-type: none;
  margin: 5px 0px;
}

#desktop-usps ul li i{
  font-size: 14px;
}


/* FEATURED IMAGE
---------------------------------------------- */
section#featured-image{
  position: relative;
  z-index: 33;
  margin-top: -175px;
  min-height: 140px;
}

section#featured-image img{
  max-width: 333px;
  width: 100%;
  margin: auto;
  display: block;
}

/* FEATURED IMAGE PRODUCTS
---------------------------------------------- */
section#featured-image-products{
  /*margin-top: -45px;*/
  /*margin-bottom: -10px*/
  max-height: 600px;
  overflow: hidden;
}

section#featured-image-products .widget-title{
  display: none;
}

section#featured-image-products img{
  width: 100%;
}

/* aelia_tdbc_country menu item
---------------------------------------------- */

.dropdown .btn {
   color: #fff;
 }

.dropdown .btn:hover {
  color: #eee;
}

.select2-container {
  z-index: 99999;
}


.select-locale__area {
  width: 100%;
  max-width: 26.125rem;
  padding: 5px;
  color: #063757;
  background-color: #fff;
  top: calc(100% + 0.6875rem) !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;

}

.select-locale__area h4 {
  padding-bottom: 0.625rem;
  margin: 0;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.47;
  color: #063757;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid #dee1e7;
}

.select-locale__area .select2-container {
  position: relative;
  width: 100% !important;
  cursor: pointer;
  background: #fff;
  outline: none;
}

.select-locale__area .wpml-ls-statics-shortcode_actions {
  position: relative;
  width: 100% !important;
  cursor: pointer;
  background: #fff;
  outline: none;
}

.select-locale__area .wpml-ls-statics-shortcode_actions a span {
  color: #000 !important;
  font-size: .75rem !important;
}

.select-locale__area .select2-container .select2-selection--single {
  height: 2.5rem !important;
  font-size: .75rem;
  display: flex !important;
  align-items: center;
  padding: 0.25rem 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  border: 0.0625rem solid #dee1e7;
}

.select-locale__area .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  height: 2.5rem !important;
  font-size: .75rem;
  display: flex !important;
  align-items: center;
  padding: 0.25rem 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  border: 0.0625rem solid #dee1e7;
  border-radius: 4px;
}

.select-locale__area .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  color: #888;
}

.select-locale__area .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
 color: #000;
}

.select-locale__area .select-locale-form__spacer {
  height: 1.25rem;
}

.change_country {
  margin-top: 1.25rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  font-size: .75rem;
  line-height: 2.25;
  color: #063757;
  background-color: #deecf7;
  border: none;
}

.change_country:hover {
   background-color: darken(#deecf7, 10%);
}

/* Set the widget of the country dropdown */
.widget_wc_aelia_country_selector_widget #aelia_cs_currencies {
  width: 100%;
}

/* Style the images, making sure that they are small enough and aligned with the labels */
.select2-container .aelia-img-flag {
  max-width: 30px;
  border-radius: 0;
  display: inline;
  vertical-align: middle;
  margin-top: -3px;
}



/* CATEGORY BLOCKS
---------------------------------------------- */
section#category-blocks{
  margin: 20px 0px;
}

.cat-block-container a{
  text-decoration: none;
  margin-bottom: 20px;
}

.cat-block-header{
  position: relative;
}

.cat-block-header img{
  width: 100%;
  border-radius: 5px;
}

.cat-block-header-text{
  position: absolute;
  width: 100%;
  bottom: -10px;
  right: 40px;
}

.cat-block-header-text h2{
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}

.cat-img{
  padding: 0px 10px;
  max-width: 100px;
  display: block;
  margin: auto;
}

.cat-block-header-text img{
  width: 100%;
}

.cat-block-description{
  margin: 10px auto;
  display: block;
  width: 90%;
  padding-top: 25px;
}

/* MAIN
---------------------------------------------- */
main{
  padding: 20px 0px;
}

main#main-primary{

}

main#main-secondary{
  /*background-image: url('/wp-content/themes/Mollers-theme/images/icons_bg.png');
  background-repeat: no-repeat;
  background-position: top right;*/
}

main#main-secondary h1{
  font-weight: normal;
}

ul#menu-homepage-buttons, ul#menu-homepage-buttons-engels{
  padding: 0;
  list-style-type: none;
}

ul#menu-homepage-buttons li, ul#menu-homepage-buttons-engels li{


  border-radius: 3px;

  background: #fff;
  margin: 20px 0px;
  position: relative;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

ul#menu-homepage-buttons li:hover, ul#menu-homepage-buttons-engels li:hover{
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

ul#menu-homepage-buttons li a, ul#menu-homepage-buttons-engels li a{
  color: #3d693e;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 8px 8px 8px 64px;
  text-decoration: none;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 48px;

  -webkit-box-shadow: 0px 5px 10px 0px rgba(85, 84, 84, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(85, 84, 84, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(85, 84, 84, 0.2);
}

ul#menu-homepage-buttons li a .menu-item-description, ul#menu-homepage-buttons-engels li a .menu-item-description{
  color: #1a9f3b;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-icon a:before{
  background: #fbfbfb;
  left: 0;
  position:absolute;
  top:0;
  width: 45px;
  height: 45px;
  margin: 10px;
  padding: 4px;
  border-radius: 3px;
  overflow: hidden;
}

#main-secondary .woocommerce .products li a h2, main .woocommerce .products li.product-category a h2{
    color: white;
    background: #060488;
    border: solid 1px #060488 !important;
    border-radius: 5px;
    max-width: 200px;
    margin: auto !important;
    transition: all 250ms ease-out;
    text-align: center;
}

#main-secondary .woocommerce .products li a:hover h2, main .woocommerce .products li.product-category a:hover h2{
    color: #060488 !important;
    background-color: #fff !important;
    border-color: #060488 !important;
}

#main-secondary .woocommerce .products li a img{
  margin-bottom: 25px !important;
}

main .woocommerce .products li.product-category a img{
  margin: 20px auto 25px auto !important;
}


.hart a:before{
  content: url(/wp-content/themes/Mollers-theme/icons/heart-solid.svg);
}

.virus a:before{
  content: url(/wp-content/themes/Mollers-theme/icons/shield-virus-solid.svg);
}

.hersenen a:before{
  content: url(/wp-content/themes/Mollers-theme/icons/brain-solid.svg);
}

.oog a:before{
  content: url(/wp-content/themes/Mollers-theme/icons/eye-solid.svg);
}

.tand a:before{
  content: url(/wp-content/themes/Mollers-theme/icons/tooth-solid.svg);
}

.huid a:before{
  content: url(/wp-content/themes/Mollers-theme/icons/allergies-solid.svg);
}

/* BLOG
---------------------------------------------- */
.featured-blogpost-body{
  position: relative;
  margin: 25px 0px;
}

.featured-blogpost-title{
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background: #000467;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 8px 25px;
  font-size: 14px;
}

.featured-blogpost-body h3{
  background: #1d65677a;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;

}

.featured-blogpost-body h3 a{
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  display: block;
  padding: 12px 25px;
}

.featured-blogpost-body h3 a i{
  font-size: 13px;
  color: #ddd;
}



.blogpost{

}

.blogpost i{
  font-size: 12px;
}

.featured-blogpost-body img{
  width: 100%;
}

.blogpost-body a, .featured-blogpost-body h3 a{
  text-decoration: none;
}


/* PAGE CONTENT
---------------------------------------------- */

ul.usp-block {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;

}

ul.usp-block li {
  padding: 0 0 0.6rem 0;
  display:block;
  font-size: 16px;
}


ul.usp-block li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c" !important;
  font-weight: 900;
  display: inline-block;
  width: 1.8em;
  color: #1a9f3b;
}


/* Featured
------------------------- */

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette {
  margin: 20px 0;
}

.featurette h1 {
  text-align: center;
  padding: 0 0 35px 0;
}

.pagecontent h2 {
  margin-bottom: 25px;
}

/* SEARCHFORM
---------------------------------------------- */

div.asl_m .probox .proinput {
  margin: 0 !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
  height: 42px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
  padding: 6px 10px !important;
  font-size:16px !important;
}

div.asl_w .probox .promagnifier {
  width: 45px !important;
  height: 40px !important;
}

div.asl_w .probox .proclose, div.asl_w .probox .prosettings {
  width: 28px !important;
  height: 40px !important;
}

div.asl_w .probox .proloading {
  width: 40px !important;
  height: 40px !important;
  padding:4px !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
  color: #3d693e !important;
}


  /* FOOTER
 ---------------------------------------------- */
footer{
  padding-bottom: 100px;
  text-align: center;
}

footer .newsletter {
  background: #000467;
  padding: 20px 0px;
}

footer .contact {
  background: #ececec;
}

footer h3{
  color: #fff;
}

footer p{
  color: #fff;
  font-weight: normal;
}

footer ul.product_list_widget{
  padding: 0;
  margin: 0;
}

footer ul.product_list_widget li{
  list-style-type: none;
}

ul#social-icons{
  padding: 0;
}

ul#social-icons li{
  display: inline-block;
  margin-right: 5px;
}

ul#social-icons li a{
  color: #fff;
}

ul#social-icons li a i{
  font-size: 24px;
}

.footer-menu h4.widget-title {
  color: #001463;
}

.footer-menu .textwidget p {
  color: #656564;
  line-height: 28px;
}

.footer-menu .textwidget h2 {
  font-size: 30px;
  font-weight: bold;
}


.footer-menu ul{
  padding: 0;
  list-style-type: none;
  margin: 28px 0 28px 0;
}

.footer-menu ul li{
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
}

.footer-menu ul li img{
  max-width: 80px;
}

.footer-menu ul li i{
  font-size: 30px;
  color: #001463;
}

.footer-menu ul li a{
  color: #001463;
}

#mc_embed_signup .button {
  background-color: #00b81e !important;
}

#mc_embed_signup .button:hover {
  background-color: #00a21a !important;
}

/* DESKTOP TRAINING
---------------------------------------------- */
section.desktop-training{
  background: #000467;
  background-repeat: repeat-x;
  margin: 50px 0px;
  padding: 20px;
}

section.desktop-training img{
  display: block;
  margin: auto;
  margin-top: -37px;
}

span.training-subtitle{
  font-size: 16px;
  font-style: italic;
  color: #fff;
  display: block;
  margin-top: 35px;
  text-align: center;
}

span.training-title{
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  display: block;
  text-align: center;
}

section.desktop-training .btn-maxim-orange{
  margin-top: 0px;
}


/* MOBILE NUTRITION
---------------------------------------------- */
section.nutrition{
  margin: 20px 0px;
}

.nutrition-link{
  color: #000467;
  text-decoration: underline;
  font-weight: bold;
}

/* MOBILE FOOTER MENU
---------------------------------------------- */
section#mobile-ftr-menu{

}

section#mobile-ftr-menu .container-fluid{
  padding-left:0;
  padding-right: 0;
}


.call-to-actions{
  padding: 15px 0px;
}

.call-to-actions a, .call-to-actions button{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.footer-navigation{
  background: #000467;
  background: linear-gradient(240deg, #06038b 0%, #00142b 100%);
  text-transform: uppercase;
}

.footer-navigation .container{
  padding: 8px 12px;
}

.footer-navigation span{
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-navigation span:hover{
  color: #1a9f3b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-navigation a{
  text-decoration: none;
}

/* MENU POPUP BUTTONS
---------------------------------------------- */

/* FOOTER */
span.footer-navigation-menu-button{
  background: #fff;
  padding: 15px 10px;
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
  top: -18px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 62px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #04096b;
  color: #04096b;
}

span.footer-navigation-menu-button:hover{
  color: #fff;
  background-color: #04096b;
  border-color: #04096b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* HEADER */
span.footer-navigation-menu-button i{
  font-size: 30px;
}

span.header-navigation-menu-button{
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

span.header-navigation-menu-button:hover{
  color: #3d693e;
  /*background-color: #fff;
  border-color: #1a9f3b;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

span.header-navigation-menu-button i{
  font-size: 30px;
}

.footer-menu{

}

.footer-menu ul{

}

.footer-menu ul#menu-footer-menu li{
  display: block;
}



/* LOGO CAROUSEL
---------------------------------------------- */
.logo-slider {
  margin: 60px 0px;
}
.top-content{
  margin: 40px 0px;
}

.logo-slider img{
  max-width: 75%;
}

#carousel-example{
  margin: 50px 0px;
}

/* NAV TABS
---------------------------------------------- */
.nav-tabs{
  margin-bottom: 40px;
}


/* WOOCOMMERCE CHECKOUT PAGE
---------------------------------------------- */

/* Tijdelijke fix voor het uitzetten van de afbeelding op de oude checkoutpagina */
body.page-id-2736 .woocommerce form.checkout #order_review table td.product-name .ywp-product-image{
    display: none;
}


section#checkout .container{
    max-width: 1400px;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{
    border-top: none;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #c7c7c6;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  font-weight: bold;
  text-decoration: none;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  text-decoration: underline;
  color: #1b9c3b;
}

section#checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before{
    display: none;
}

section#checkout .woocommerce form.checkout_coupon{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

section#checkout .woocommerce form.checkout_coupon p{
    width: max-content;
}

section#checkout .woocommerce form.checkout_coupon p:first-child{
    flex-basis: 100%;
}

section#checkout .woocommerce form.checkout_coupon button{
    background: #001463;
    border: none;
    color: white;
    border-radius: 5px
}

section#checkout .woocommerce form.checkout .woocommerce-billing-fields h3{
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
}

section#checkout .woocommerce form.checkout .woocommerce-billing-fields p span input,
section#checkout .woocommerce form.checkout .woocommerce-shipping-fields p span input,
section#checkout .woocommerce form.checkout .woocommerce-shipping-fields p span span.select2-selection,
section#checkout .woocommerce form.checkout_coupon p input {
    padding: 10px;
    border: solid 1px #c7c7c6;
    border-radius: 5px;
}

section#checkout .woocommerce form.checkout table.shop_table tr td{
    color: #212529;
    font-weight: 600;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item .product-total{
    text-align: right;
    width: 50px;
    font-weight: bold;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item .product-name{
    display: flex;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name{
    align-items: center;
    position: relative;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name .ywp-product-image{
    min-width: 100px !important;
    height: max-content !important;
    padding-right: 25px !important;
    margin-right: 20px;
}

section#checkout .woocommerce form.checkout table.shop_table tr.cart_item td.product-name strong.product-quantity{
    position: absolute;
    z-index: 10;
    background: #001463;
    color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    inset: 10px 75px;
    border: solid 2px white;
    font-weight: 700;
}

section#checkout .woocommerce form.checkout table.shop_table tfoot tr td{
    text-align: right;
}

section#checkout .woocommerce form.checkout #payment{
    background: none;
}

section#checkout .woocommerce form.checkout #payment ul.wc_payment_methods{
    padding: 0;
}

section#checkout .woocommerce form.checkout #payment ul li.wc_payment_method{
    border: solid 2px #c7c7c6;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0px;
}

section#checkout .woocommerce form.checkout #payment ul li .payment_box{
    background: none;
}

section#checkout .woocommerce form.checkout #payment ul li .payment_box::before{
    display: none;
}

section#checkout .woocommerce form.checkout #payment ul li .payment_box select{
    background: #f0f0f0;
    border: solid #c7c7c6 1px;
    border-radius: 5px;
    padding: 10px;
}

section#checkout .woocommerce form.checkout #payment .place-order{
    padding: 0;
    margin-top: 20px;
}

section#checkout .woocommerce form.checkout #payment .place-order button#place_order {
    padding: 20px;
    width: 100%;
    transition: all 250ms ease-out;
}

/* Shopping Cart */
.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body {
    scrollbar-width: thin;
}

.xoo-wsc-body::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: none;
}

.xoo-wsc-body::-webkit-scrollbar-thumb {
    background: #353535;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}


.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout{
    background: #1b9c3b;
    color: white;
    font-weight: 600;
    padding: 15px 10px;
    margin-top: 20px;
    transition: all 250ms ease-out;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout:hover{
    border-color: #157c2f;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue{
    background: #dfdfdf;
    padding: 8px;
    transition: all 250ms ease-out;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue:hover{
    background: #bbbbbb;
}

/* MAILCHIMP
---------------------------------------------- */
#mc_embed_signup form{
  padding: 10px 10px 10px 3%;
}

#mc_embed_signup .mc-field-group{
  width: 100% !important;
}

#mc_embed_signup .mc-field-group label{
  color: #fff;
}

#mc_embed_signup .button{
  height: 42px !important;
  width: 100% !important;
}



@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;  /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;  /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;  /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}


/* MENU POPUP
---------------------------------------------- */

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #060488; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 10% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  height: calc(90% - 30px);
  text-transform: uppercase;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff !important;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay .menu .menu-item-has-children{
    padding: 10px 0px;
}

.overlay .menu .menu-item-has-children a{
    display: inline;
}

.overlay .menu .menu-item-has-children a i.fas{
    transition: all 350ms linear;
}

.overlay .menu .menu-item-has-children a i.fas.active{
    transform: rotate(180deg);
}

.overlay .menu .menu-item-has-children ul{
    max-height: 0 !important;
    height: max-content;
    overflow: hidden;
    transition: all 350ms linear;
    list-style: none;
    padding: 0;
    opacity: 0%;
}

.overlay .menu .menu-item-has-children ul li{
    margin: 10px 0px;
}

.overlay .menu .menu-item-has-children ul.active{
    max-height: 500px !important;
    margin: 10px 0px;
    opacity: 100%;
}

.overlay .menu .menu-item-object-page a:hover{
  padding-left: 20px;
}

.overlay .menu .menu-item-has-children a.dropdown-toggler:hover{
    padding-left: 6px !important;
}


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

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

ul.menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.overlay-block{
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.overlay-block a, .overlay-block p{
  font-size: 12px;
  color: #fff;
}

.overlay-block ul{
  padding: 0;
}

.overlay-block li{
  display: inline-block;
}

.wpml-ls-menu-item{
  display: inline-block;
}

.menu-overlay-menu-container{
  margin: 16px 0px;
}

.subscribe-newsletter .wpcf7 form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe-newsletter .wpcf7 form p label span input {
  height: 35px;
  width:100%;
  text-align: center;
}

.subscribe-newsletter .wpcf7 form p .wpcf7-submit {
  height: 35px;
  width:100%;
}

.subscribe-newsletter .wpcf7 form .wpcf7-response-output {
  color: white;
  margin: 5px 12px;
}

.subscribe-newsletter .wpcf7 form .wpcf7-not-valid-tip {
  background: white;
  width: fit-content;
  margin: 0 auto;
  padding: 5px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .container{
    padding-right: 15px;
    padding-left: 15px;
  }

  .cat-block-header-text h2{
    font-size: 22px;
  }

  .cat-block-description{
    width: 75%;
  }

  .woocommerce .quantity .qty{
    /*width: 100%;*/
    float: left;
  }

  .woocommerce ul.products li.product .button{
    /*width: 100%;*/
    margin-left: 5px;
    padding: 7px 20px;
    width: initial;
    margin-top: 0;

  }

  .woocommerce .quantity{
    /*margin-bottom: 10px;*/
    float: left;
  }


}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

  header#header-secondary{
    background-image: none;

  }

  header#header-secondary{
    height: initial;
    min-height: initial;
  }

  header#header-secondary{
    background: #000467;
    background-image: url("/wp-content/themes/Maxim-theme/images/header_background_image.png"); /* fallback */
    background-image: url("/wp-content/themes/Maxim-theme/images/header_background_image.png"), linear-gradient(120deg, #06038b 0%, #00142b 100%) !important;
  }

  .cart-contents:before {
    color: #fff !important;
  }


  main#main-secondary{
    padding: 20px 0px;
  }

  .subscribe-newsletter {
    width: 65%;
    margin: auto;
  }

  section#featured-image span{
    font-size: 40px;
    font-weight: bold;
  }

  .menu-homepage-buttons-container ul, .menu-homepage-buttons-engels-container ul{
    display: flex;
    flex-wrap: wrap;
  }

  .menu-homepage-buttons-container ul li, .menu-homepage-buttons-engels-container ul li{
    flex-grow: 1;
    width: calc(50% - 20px);

  }

  ul#menu-homepage-buttons li, ul#menu-homepage-buttons-engels li{
    margin: 10px;
  }

  .woocommerce div.product div.images img{
    width: 65%;
    margin: auto;
  }

  section#featured-image-products{
    margin-bottom: 20px;
  }

  .woocommerce .woocommerce-product-gallery{
    float: left !important;
    margin-top: 0px;
  }

  #mc_embed_signup .mc-field-group:nth-child(1){
    width: 49% !important;
    float:left;
    clear:none;
    margin-right: 2%;
  }

  #mc_embed_signup .mc-field-group:nth-child(2){
    width: 49% !important;
    float:right;
    clear:none;
  }

  footer{
    padding-bottom: 0;
  }

  .featured-blogpost-body h3 a{
    font-size: 28px;
    padding: 16px 25px;
  }

  .featured-blogpost-body h3 a i{
    font-size: 16px;
  }

  ul.usp-block li {
    font-size: 18px;
    padding: 0 0 0.6rem 1.3em;
  }

  .blogpost-container{
    display: flex;
    flex-wrap: wrap;
  }

  .blogpost{
    flex-grow: 1;
    width: 50%;
    height: 400px;
    padding-right: 30px;
  }

  #desktop-usps ul{
    /*display: flex;
    flex-wrap: wrap;*/
  }

  #desktop-usps ul li {
    color: #707070;
    font-size: 14px;
    flex: 1;
    text-align: center;
    list-style-type: none;
  }


  section.desktop-training {
    background: transparent;
    background-image: url(/wp-content/themes/Maxim-theme/images/training_bg.jpg);
    background-repeat: repeat-x;
    margin: 100px 0px;
    padding: 0;
  }

  section.desktop-training img {
    display: initial;
    margin: initial;
    margin-top: -37px;
  }

  span.training-subtitle{
    text-align: left;
  }

  span.training-title{
    text-align: left;
  }

  section.desktop-training .btn-maxim-orange{
    margin-top: -40px;
  }

  section#category-blocks{
    margin: 100px 0px;
  }

  .woocommerce-product-details__short-description{
    padding-top: 20px;
  }

  .woocommerce .quantity{
    float: left;
  }

  .woocommerce .quantity .qty{
    height: 25px;
    width: 100%;
    margin-bottom: 6px;
  }

  .woocommerce ul.products li.product .button {
    margin-left: 0px;
    width: 100%;
    margin-top: 0;
  }

  .select-locale__area {
    padding: 2.125rem 2.25rem 2.25rem;
    width: 26.125rem;
  }


  /* CHECKOUT PAGE */
  section#checkout .woocommerce form.checkout .checkout-wrapper .overview{
    padding-left: 20px;
    border-left: solid 2px #ddd;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .menu-homepage-buttons-container ul li,
  .menu-homepage-buttons-engels-container ul li{
    flex-grow: 1;
    width: calc(33.33% - 20px);
  }

  .subscribe-newsletter{
    width: 65%;
    margin: auto;
  }

  .woocommerce div.product div.images img{
    width: 50%;
    margin: auto;
  }

  .blogpost-container{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .blogpost-body h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .blogpost{
    height: 480px;
  }

  .woocommerce .quantity .qty{
    height: 33px;
    width: 3.631em;
  }

  .woocommerce ul.products li.product .button{
    margin-left: 5px;
    padding: 7px 20px;
    width: initial;
    margin-top: 0;
  }
}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {

}


