/** Bootstrap styles **/

@media (min-width: 768px){
  .container {
    width: 100%;
    //750px
  }
  .logo {
		width: 126px;
    padding-top: 15px;
  }
	nav.desktop .item .itemLink {
  	font-size: 13px !important;
  }
  #formSearch {
    width: 101px !important;
  }

}
@media (min-width: 992px) {
  .container {
    width:100%
    max-width: 970px;
  }
  .logo {
  	width: 160px;
    padding-top: 13px;
  }
  nav.desktop .item .itemLink {
  	font-size: 15px !important;
  }
    #formSearch {
    width: 160px !important;
  }
}

@media (min-width: 1200px){
  .container {
    width: 100%;
    max-width: 1300px;
  }
  .logo {
  		width: 318px;
    	padding-top: 0;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}




/* Basics
================================================== */
* { 
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;  
  
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}
body {
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
}
html {
    overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
.cart, .currencies a, .my-account{
  color: #000000 !important;
}
.left { float: left !important; }

.right { float: right !important; }

.center { text-align: center; margin: auto; }

.hide { display: none; }

 
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.fixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }

.full-width { width: 100%; }
.height-auto { height: auto; }

.display-block { display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }

.inline-block { display: inline-block; }

.bold { font-weight: 600; }

.text { font-size: 1em; }
.text-m { font-size: 1.143em; }

.background-primary { background: #54afe9; }

.px1 { padding-left: 0.5em; padding-right: 0.5em; }
.px2 { padding-left: 1em; padding-right: 1em; }
.px3 { padding-left: 1.5em; padding-right: 1.5em; }

.py1 { padding-top: 0.5em; padding-bottom: 0.5em; }
.py2 { padding-top: 1em; padding-bottom: 1em; }
.py3 { padding-top: 1.5em; padding-bottom: 1.5em; }

.p1 { padding: 0.5em; }
.p2 { padding: 1em; }
.p3 { padding: 1.5em; }
.p4 { padding: 2em; }
.p5 { padding: 2.5em; }
.p6 { padding: 3em; }

.pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; }

.m1 { margin: 0.5em; }
.m2 { margin: 1em; }
.m3 { margin: 1.5em; }
.m4 { margin: 2em; }
.m5 { margin: 2.5em; }
.m6 { margin: 3em; }

.mt1 { margin-top: 0.5em; }
.mt2 { margin-top: 1em; }
.mt3 { margin-top: 1.5em; }
.mb1 { margin-bottom: 0.5em; }
.mb2 { margin-bottom: 1em; }
.mb3 { margin-bottom: 1.5em; }

.mx1 { margin-left: 0.5em; margin-right: 0.5em; }
.mx2 { margin-left: 1em; margin-right: 1em; }
.mx3 { margin-left: 1.5em; margin-right: 1.5em; }

.mx-auto { margin-left: auto; margin-right: auto; }

.my1 { margin-top: 0.5em; margin-bottom: 0.5em; }
.my2 { margin-top: 1em; margin-bottom: 1em; }
.my3 { margin-top: 1.5em; margin-bottom: 1.5em; }

.nowrap { white-space: nowrap; }

.border {
  border-style: solid;
  border-width: 1px;
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-primary { border-color: #54afe9; }



/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #54afe9;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  a.btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    line-height: 37px;
    height: 40px;
  }
}
.title-featured{
  margin-bottom:20px;
 }


/** Adding more basics **/


/* Align vertical */
.align {
  display: table;
  width: 100%;
}
.align .vertical {
   display: table-cell;
  vertical-align: middle;
}

/* Bootstrap */
.row {
  padding-top: 30px;
}
.content {
  padding-bottom: 60px;
}
.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}
.tabsPages .page.info ol,
.page-title .col-md-7 ol,
.page-title .col-md-12 ol {
  list-style: decimal;
  list-style-position: inside;
}
.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a  {
  text-decoration: underline;
}





/* header
================================================== */
header {
  border-bottom: 1px solid #f0f0f0;
}

/* .topnav */
.topnav {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0px;
  font-size: 12px;
  line-height: 12px;
}
.topnav a {
  color: #797979;
  line-height: 16px;  
  text-decoration: none;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.topnav a:hover {
  opacity: 0.8;
}
.topnav .glyphicon {
  margin: 0px 10px 0px 20px;
}
@media (max-width: 767px) {
  .topnav .my-account {
    display: none;
  }
}
.topnav .currencies {
  float: left;
}
.topnav .currencies a.active {
  font-weight: 600;
}
.topnav .languages {
  float: left;

}
.languages .flag {
  float: left;
    background-image:url(flags.png);
    background-repeat:no-repeat;
    margin-right:10px;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:16px;  
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.languages .flag.nl { background-position:-7px -2px; }
.languages .flag.de { background-position:-7px  -22px; }
.languages .flag.en { background-position:-7px  -42px; }
.languages .flag.fr { background-position:-7px  -62px; }
.languages .flag.es { background-position:-7px  -82px; }
.languages .flag.it { background-position:-7px  -102px; }
.languages .flag.el { background-position:-7px  -122px; }
.languages .flag.tr { background-position:-7px  -142px; }
.languages .flag.pt { background-position:-7px  -162px; }
.languages .flag.pl { background-position:-7px  -182px; }
.languages .flag.sv { background-position:-7px  -202px; }
.languages .flag.ru { background-position:-7px  -222px; }
.languages .flag.da { background-position:-7px  -242px; }
.languages .flag.no { background-position:-7px  -262px; }
.languages .flag.fc { background-position:-7px  -282px; }
.languages .flag.us { background-position:-3px  -302px; }


/* nav */
.align .vertical .logo img {
  max-width: 100%;
    height: auto;
    width: auto\9; 
}
.navigation {
  padding-top: 30px;
  padding-bottom: 30px;  
}
nav.desktop {
  display: flex !important;
  flex-direction: row-reverse;
  padding-top: 16px;

}
nav.desktop ul {
  float: right;
}
nav.desktop ul, 
nav.desktop ul li {
  margin: 0px;
  line-height: 18px;
}
nav.desktop ul a, nav.desktop ul a:visited {
  color: #414141;
}
nav.desktop .glyphicon-play, nav.desktop .glyphicon-remove {
  display: none;
}
nav.desktop .item {
  float: left;
  margin-right: 5px;
}
nav.desktop .item:last-child {
  margin-right: 0px;
}
nav.desktop .item .itemLink {
  display: block;
  padding: 5px;
  color: #414141;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  z-index: 2; 
  line-height: 20px
}
nav.desktop .item.active .itemLink {
  color: #54afe9;
}
nav.desktop .item.hover .itemLink {
  text-decoration: none;
  border-color: #e5e5e5;
  background-color: white;
}
nav.desktop .item.sub.hover .itemLink {
  border-bottom-color: white;
}
nav.desktop .subnav {
  display: none;
  margin-top: -1px;
  background-color: white;
  position: absolute;
  min-width: 180px;
  border: 1px solid #e5e5e5;
  z-index: 10;
}
nav.desktop .subnav .subitem {
  border-bottom: 1px solid #f0f0f0;
  background-color: white;
  position: relative;
}
nav.desktop .subnav .subitem:last-child {
  border-bottom: transparent;
}
nav.desktop .subnav .subitemLink {
  display: block;
  padding: 10px;
  white-space: nowrap;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;  
  text-decoration: none;
}
nav.desktop .subnav .subitem .subitemLink:hover {
  background-color: #f7f7f7;
  color: #414141;
}
nav.desktop .subnav .subnav {
  top: 0;
  left: 80%;
  z-index: 980;
}
nav.desktop .subnav .subnav .subitemLink {
  padding: 8px;
}

/* #formSearch */
#formSearch {
  position: relative;
  width: 160px;
  float: right;
  margin-left: 10px;
}
#formSearch input {
  padding-left: 30px; 
  margin-bottom: -1px; 
}
#formSearch .glyphicon-search {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 0px;
  display: block;
  padding: 9px 10px 11px;
}
.mobile{
    -webkit-transform: translate3d(0,0,0);
}


/* burger open/close */
.align .burger {
  display: none;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  header {
    border: 0px;
  }
  footer {
   position: relative;
    left: 0;
    transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;  
  }
  .topnav {
    position: relative;
    z-index: 1000;
  }
  .navigation {
    padding: 0px;
  }
  .navigation .logo {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 30px 0px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    line-height: 0px;
  }
  .navigation .logo, .navigation .burger {
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
  }
  .navigation .logo img {
    display: inherit;
    margin-left: -60px;
  }
  .navigation .burger {
    position: relative;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    z-index: 10;
  }
  .navigation .burger img {
    margin: 5px 15px;
  }
  .navigation .burger.open li {
    background-color: #54afe9;
  }
  nav {
    width: 240px;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    left: 0;
    top: 0;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    z-index: -1000;
  }
  header nav {
    z-index: 0;
  }
  nav .item .itemLink, nav .subitem .subitemLink {
    display: block;
    color: #f7f7f7;
    padding: 15px;
    border-bottom: 1px solid #474747;
    text-decoration: none;
  }
  #formSearch {
    float: none;
  }
  #formSearch {
    width: 100%;
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #474747;
  }
  #formSearch input {
    max-width: 100%;
  }
  #formSearch .glyphicon-search {
    margin-top: 14px;
    padding: 14px 10px;
  }
  .wrapper {
    background-color: white;
    position: relative;
    z-index: 1;
  }
  header {
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
    transition: margin-left .25s ease-in-out;
    -moz-transition: margin-left .25s ease-in-out;
    -webkit-transition: margin-left .25s ease-in-out; 
  }
  header.open {   
    margin-left: 240px;   
  }
  header.close { 
    margin-left: 0px; 
  }
  .wrapper {
    left: 0px;
    transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;  
  }
  .wrapper.open, footer.open{   
    left: 240px;
  }
  .wrapper.close{
    left: -9999;
  }

  
  /* .view-subnav */
  .item.sub {
    position: relative;
  }
  .item.sub .itemLink {
    padding-right: 40px;
  }  
  .item.sub.view-subnav .itemLink {
    font-weight: 600;
    padding-right: 15px;
  }
  nav .item.view-subnav {
    position: absolute;
    background-color: #3d3d3d;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 30px;
    z-index: 1000;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);    
  }
  nav .subnav {
    display: none !important;
    -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fadeIn;
  }
  nav .view-subnav .subnav {
    display: block !important;
    width: 100%;
    margin: 0px;
  }
  @-webkit-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @-moz-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  nav .view-subnav .subnav .subnav .subitemLink {
    padding-left: 30px;
  }
  
  /* icons */
  nav .glyphicon-play {
    color: #f7f7f7;
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
  }
  nav .item.view-subnav .glyphicon-play, nav .glyphicon-remove {
    display: none;  
  }
  nav .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #54afe9;
    right: 15px;
    top: 13px;
    font-size: 16px;
  }
}


/* MW CUSTOM */

@media (min-width: 768px){
  .ls-header {
    height: 100px;
    margin-bottom: 30px;
  }

  .ls-navigation {
    height: 70px;
  }

  .logo a img {
    margin-top: -10px;
  }
}

nav.desktop .item .itemLink {
  text-transform: capitalize !important;
  font-size: 15px;
  font-weight: 600;
  color: white;
}

nav.desktop .item.hover .itemLink {
  color: black;
}

nav.desktop .item.active .itemLink {
  color: #57854F;
}

nav.desktop .item.hover .itemLink {
  text-decoration: none;
  border-color: #e5e5e5;
  background-color: white;
}

.ls-header {
  background-color: black;
  border-bottom: none;
}

.ls-topnav {
  background-color: white;
  height: 30px
}

.ls-topnav .right {
  margin-top: -2px;
}

 .ls-navigation {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  float: none;
}

.navigation .logo img:hover {
	opacity: 1; 
}


@media (max-width: 767px){
  .topnav .currencies {
    display: none;
  }

  .burger img {
    display: block;
    max-width: none;
  }

  .navigation .logo {
    border-bottom: none;
    background-color: black;
  }

  .navigation .burger {
    border-bottom: none;
    background-color: black;
  }

  nav {
    background-color: white;
    color: black;
  }

  nav .item .itemLink, nav .subitem .subitemLink {
    color: black;
    font-weight: 400;
    border-bottom: 1px solid black;
  }

  .glyphicon-remove svg path, .glyphicon-play svg path {
    fill: black;
  }

  #formSearch .glyphicon-search {
    margin-top: 9px;
  }

  .burger {
    padding: 20px;
  }

  .burger svg path {
    fill: white;
  }

  nav .item.view-subnav {
    background-color: white;
    color: black;
  }

  nav.desktop .subnav .subitem .subitemLink:hover {
    background-color: #f7f7f7;
    color: #414141;
  }

}

.featured-products li h3 {
  font-size: 1.2em;
}

.featured-products .variants {
  margin-bottom: 0;
}

.featured-products .variants .variant-selector {
  padding: 2px;
  height: 22px;
  min-width: 17px;
  font-size: 11px;
}
.hidden {
  display: none;
}
#mash-sf-banner {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: fixed;
  padding: 10px 0;
  top:0;
  left:0;
  z-index: 1000;
}
#mash-sf-banner .mash-banner-container {
		width: 100%;
    height: 100%;
    max-width: 660px;
    max-height: 380px;
    position: relative;
    top: 50%;
    left: 50%;
    background: black;
    border-radius: 7px;
    transform: translate(-50%, -50%);   
    box-shadow: 6px 10px 21px -11px rgba(0,0,0,1);
}

#mash-sf-banner .mash-banner-container .mash-banner-text {
    width: calc(100% - 75px);
    color: white;
    font-family: helvetica;
    text-align: center;
    font-size: 49px;
    padding-left: 20px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

#mash-sf-banner .mash-banner-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -10px);
  height:20px;
  width:20px;
  cursor: pointer;

}

#mash-sf-banner .mash-banner-close .mash-banner-close-line-1 {
  transform: rotate(-45deg);
  background: #fff;
  height: 20px;
  width: 3px;
  position: absolute;
  top:0;
  left:0;
}
#mash-sf-banner .mash-banner-close .mash-banner-close-line-2 {
  transform: rotate(45deg);
  transform-origin:center;
  background: #fff;
  height: 20px;
  width: 3px;
  position: absolute;
  top:0;
  left:0;
}