/** * EM CloudZoom * * @license commercial software * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com) */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens{border:1px solid #888;margin:-1px;/* Set this to minus the border thickness. */background-color:#fff;cursor:move;}
/* This is for the title text. */
.cloud-zoom-title{font-family:Arial,Helvetica,sans-serif;position:absolute !important;background-color:#000!important;color:#fff!important;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;left:0;display:none;}
/* This is the zoom window. */
.cloud-zoom-big{border:1px solid #ccc;overflow:hidden;background-repeat:no-repeat;}
/* This is the loading message. */
.cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000;}
/*$max-content-width: value screen*/
/*Category product*/
/*button style*/
/* ============================================ *
 * Link
 * ============================================ */
/* ============================================ *
 * Menu
 * ============================================ */
/*.em-wrapper-menu-hoz #navpos{
	display:none;
}*/
#navpos {
  float: left;
  width: 0;
  height: 0;
}

.em-top-menu {
  float: left;
  width: 100%;
  text-align: left;
}

.wrapper-menu-hoz {
  border-bottom: 1px solid #e8e8e8;
  /*margin-bottom:16px;*/
}

/*effect hover*/
.hnav .menu-item-depth-0 {
  /*@include line;*/
}

/*menu custom*/
.em_nav .hnav .menu_custom.menu-item-depth-0 {
  border-right-width: 1px;
  border-right-style: solid;
}
.em_nav .hnav .menu_custom.menu-item-depth-0 > a span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f039";
  font-size: 18px;
  float: right;
}

/*=========Menu Simple======*/
code,
.em_nav em,
.em_nav code {
  word-wrap: break-word;
  white-space: normal;
  background: none;
}

/*=========End Menu Simple======*/
/*=========Title Menu Ipod======*/
.menu-title {
  text-transform: uppercase;
  padding: 10px 19px;
  border: 1px solid;
  margin-bottom: 3px;
  cursor: pointer;
}
.menu-title .option {
  float: right;
  font-size: 0;
}
.menu-title .option:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f022";
  font-size: 18px;
}

/*=========End Title Menu Ipod======*/
/*=======None dropdown======*/
.none-dropdown .level0.parent a.arrow {
  display: none;
}
.none-dropdown .level0 ul {
  display: none;
}

/*=======End None dropdown======*/
/*======Icon Arrow Font-Anwsome========*/
a.arrow {
  border-left: 0px solid;
  padding: 10px 10px !important;
  position: relative;
}
a.arrow:before {
  width: 10px;
  text-align: center;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  font-size: 14px;
}
a.arrow:after {
  display: none !important;
}
a.arrow span {
  display: none;
}

.menu-container a.arrow,
.nav-container.em_nav ul.level0 a.arrow {
  padding: 10px 0px 10px 10px !important;
  text-align: right;
}

/*icon menu right*/
.nav-right a.arrow:before {
  display: inline-block !important;
  content: "\f104";
}

/*icon menu mobile*/
.em-menu-mobile .nav-right a.arrow:before,
.em-menu-mobile a.arrow:before {
  content: "\f0d7";
}

/*Icon Font Awesome*/
.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa:before,
.menu-item-link.fa:before,
.em-menu-mobile .hnav .menu-item-depth-0:before,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0:before {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 11;
  padding: 14px 0;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-link.fa > .em-menu-link span,
.menu-item-link.fa > .em-menu-link span,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-menu-link span,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .em-menu-link span {
  padding-left: 45px !important;
}

/*.em-menu-mobile .vnav.nav-text-right*/
.vnav {
  border: 1px solid;
  border-top-width: 0;
  padding-bottom: 13px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.vnav .menu-item-link.fa {
  display: block;
}
.vnav .menu-item-link.fa:before {
  padding: 14px 0;
  line-height: 1.55;
}
.vnav .menu-item-depth-0 > .em-catalog-navigation li.parent.level0 > a.arrow,
.vnav .menu-item-link > a.arrow {
  top: 5px;
}

/*Icon menu right - icon align left, text align right*/
.vnav.nav-text-right .menu-item-link.fa:before {
  left: auto;
  right: 10px;
}
.vnav.nav-text-right .menu-item-link.fa > .em-menu-link span {
  padding-left: 0 !important;
  padding-right: 35px !important;
}

.em-menu-mobile .menu-item-link.micon:before,
.vnav .menu-item-link.micon:before {
  top: 7px;
}

/*End Icon Font Awesome*/
/*Icon Image*/
.menu-item-link.i-small:before {
  z-index: 11;
  width: 23px;
  height: 23px;
  background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons_menu_small.png");
  background-position: 0 -4px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
}
.menu-item-link.i-small > .em-menu-link span {
  padding-left: 35px !important;
}
.menu-item-link.i-small.i-small01:before {
  background-position: 0 1px;
}
.menu-item-link.i-small.i-small02:before {
  background-position: 0 -34px;
}
.menu-item-link.i-small.i-small03:before {
  background-position: 0 -71px;
}
.menu-item-link.i-small.i-small04:before {
  background-position: 0 -107px;
}
.menu-item-link.i-small.i-small05:before {
  background-position: 0 -143px;
}
.menu-item-link.i-small.i-small06:before {
  background-position: 0 -178px;
}
.menu-item-link.i-small.i-small07:before {
  background-position: 0 -215px;
}
.menu-item-link.i-small.i-small08:before {
  background-position: 0 -251px;
}
.menu-item-link.i-small.i-small09:before {
  background-position: 0 -287px;
}
.menu-item-link.i-small.i-small10:before {
  background-position: 0 -323px;
}
.menu-item-link.i-small.i-small11:before {
  background-position: 0 -358px;
}

/*Icon menu horizontal*/
/*icon menu large*/
.hnav .menu-item-link.i-large:before {
  z-index: 11;
  width: 100%;
  height: 37px;
  background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons_menu.png");
  background-position: 50px 0;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
}
.hnav .menu-item-link.i-large > .em-menu-link span {
  padding-top: 60px !important;
  padding-left: 18px !important;
  width: 130px;
  text-align: center;
  /*border-width:1px;*/
  display: inline-block;
}
.hnav .menu-item-link.i-large > .menu-container {
  top: 100px;
}
.hnav .menu-item-link.i-large.i-large02:before {
  background-position: 51px -66px;
}
.hnav .menu-item-link.i-large.i-large03:before {
  background-position: 58px -160px;
}
.hnav .menu-item-link.i-large.i-large04:before {
  background-position: 53px -261px;
}
.hnav .menu-item-link.i-large.i-large05:before {
  background-position: 49px -356px;
}
.hnav .menu-item-link.i-large.i-large06:before {
  background-position: 50px -465px;
}
.hnav .menu-item-link.i-large.i-large07:before {
  background-position: 48px -571px;
}
.hnav .menu-item-link.i-large.i-large08:before {
  background-position: 50px -680px;
}
.hnav .menu-item-link.i-large.i-large09:before {
  background-position: 38px -787px;
}
.hnav .menu-item-link.i-large.i-large10:before {
  background-position: 0px -890px;
}
.hnav .menu-item-link.i-large.i-large11:before {
  background-position: 29px -356px;
}

/*End Icon Image*/
/*======End Icon Arrow Font-Anwsome========*/
/*=====Menu Link==========*/
.menu-link li a {
  padding: 10px 0;
}

/*=====End Menu Link==========*/
/*=============Menu Default==============*/
.nav-container.em_nav .hnav .menu-item-depth-0 {
  padding: 0;
  background: none;
}
.nav-container.em_nav ul.level0 li > a.em-menu-link {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.nav-container.em_nav ul.level0 li.last > a.em-menu-link {
  border-bottom: none;
}
.nav-container.em_nav li.level0 ul {
  padding: 0 20px;
}

/*=============End Menu Default==============*/
/*======Megamenu=================*/
/*Dropdown menu*/
.menu-container {
  /*menu image*/
  /*menu logo*/
}
.menu-container li.level0 {
  margin-right: 0;
}
.menu-container .widget-title h3, .menu-container h4, .menu-container h5 {
  margin-bottom: 12px;
}
.menu-container p.h5 {
  padding-top: 10px;
}
.menu-container p.img-center {
  text-align: center;
  display: block;
  padding: 10px 0;
}
.menu-container p.img-center a {
  display: inline-block;
}
.menu-container .store-view {
  overflow: hidden;
  text-align: center;
}
.menu-container .store-view a img {
  max-height: 135px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.menu-container .em-menu-list-img {
  padding: 15px 0;
  overflow: hidden;
}
.menu-container .em-menu-list-img a {
  float: left;
  margin: 5px 39px 5px 0;
  text-transform: uppercase;
}
.menu-container .em-menu-list-img a.last {
  margin-right: 0;
}
.menu-container .em-line-01 {
  padding-top: 1px;
  margin-bottom: 0;
}
.menu-container .em-line-01 .em-widget-title {
  margin-bottom: 0;
  padding: 0;
}
.menu-container .em-line-01 .em-widget-title h3 {
  margin-bottom: 20px;
}
.menu-container li > a.em-menu-link {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.menu-container li.last > a.em-menu-link {
  border-bottom: none;
}

/*vertical dropdown*/
.vnav .menu-container h6 {
  padding-top: 0;
}
.vnav .menu-container .widget-title h3 {
  padding: 0;
}
.vnav .menu-container .list-text li {
  padding: 12px 0 0;
}
.vnav .menu-container .list-text li:first-child {
  padding-top: 0;
}

/*End dropdown menu*/
.em_nav {
  /*Menu top links*/
  /*menu horizontal*/
  /*menu vertical*/
  /*menu vertical - text align right*/
}
.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0,
.em_nav .menu-item-depth-0 {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link,
.em_nav .menu-item-depth-0 > a.em-menu-link {
  padding: 0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span,
.em_nav .menu-item-depth-0 > a.em-menu-link span {
  display: block;
  border: 0px solid transparent;
  padding: 18px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em_nav .menu-item-depth-0 > .em-catalog-navigation > li.level0 a.arrow span,
.em_nav .menu-item-depth-0 a.arrow span {
  display: none;
}
.em_nav .hnav .menu-item-depth-0,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
  margin-right: 12px;
  /*hover dropdown menu horizontal*/
}
.em_nav .hnav .menu-item-depth-0 > a,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a {
  margin-right: 0;
}
.em_nav .hnav .menu-item-depth-0 > a.arrow,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
  position: absolute;
  top: 7px;
  right: -7px;
  display: none;
}
.em_nav .hnav .menu-item-depth-0 > a.arrow:before,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  font-size: 100%;
}
.em_nav .hnav .menu-item-depth-0 > a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
  padding: 15px 20px;
  border-width: 0;
}
.em_nav .hnav .menu-item-depth-0 > a.em-menu-link,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link {
  min-height: 50px;
}
.em_nav .hnav .menu-item-depth-0.parent > a.em-menu-link:hover, .em_nav .hnav .menu-item-depth-0.menu-item-parent > a.em-menu-link:hover,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link:hover,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link:hover {
  /*z-index:10;
  margin-bottom:-11px;
  padding-bottom:11px;
  position:relative;*/
}
.em_nav .hnav .menu-item-depth-0.parent a span, .em_nav .hnav .menu-item-depth-0.menu-item-parent a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent a span,
.em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent a span {
  /*padding-right:27px;*/
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a.em-menu-link span,
.em_nav .vnav .menu-item-depth-0.menu-icon > a.em-menu-link span {
  padding-left: 45px;
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a.em-menu-link span:before,
.em_nav .vnav .menu-item-depth-0.menu-icon > a.em-menu-link span:before {
  position: absolute;
  top: 10px;
  left: 20px;
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span,
.em_nav .vnav .menu-item-depth-0 > a span {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 15px 20px;
}
.em_nav .vnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.last > a span,
.em_nav .vnav .menu-item-depth-0.last > a span {
  border-bottom-width: 0px;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a,
.em_nav .vnav.nav-text-right .menu-item-depth-0 > a {
  text-align: right;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a, .em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a,
.em_nav .vnav.nav-text-right .menu-item-depth-0.parent > a {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.arrow, .em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.arrow,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a.arrow,
.em_nav .vnav.nav-text-right .menu-item-depth-0.parent > a.arrow {
  margin-left: 0;
  right: auto;
  left: 0;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span {
  padding-right: 45px;
  padding-left: 20px;
}
.em_nav .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span:after,
.em_nav .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span:after {
  position: absolute;
  top: 10px;
  right: 20px;
}

/*======End Megamenu=================*/
/*==============Mobile view - menu====================*/
.em-menu-mobile {
  margin: 10px 0;
}

.em-menu-mobile .nav-container.em_nav,
.em-menu-mobile.megamenu-wrapper {
  background: none !important;
}

.em-menu-mobile {
  /*Menu top links*/
  /*menu horizontal*/
  /*menu vertical*/
  /*menu vertical - text align right*/
}
.em-menu-mobile .vnav {
  border: none;
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0,
.em-menu-mobile .menu-item-depth-0 {
  width: 100%;
  margin-bottom: 3px;
  margin-right: 0 !important;
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link,
.em-menu-mobile .menu-item-depth-0 > a.em-menu-link {
  border: 1px solid transparent;
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span,
.em-menu-mobile .menu-item-depth-0 > a.em-menu-link span {
  border-width: 0px;
  background: none;
  padding: 10px 20px;
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow,
.em-menu-mobile .menu-item-depth-0 > a.arrow {
  top: 4px;
}
.em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link span, .em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link span,
.em-menu-mobile .menu-item-depth-0.parent > a.em-menu-link span,
.em-menu-mobile .menu-item-depth-0.menu-item-parent > a.em-menu-link span {
  border-right-width: 1px;
  margin-right: 32px;
}
.em-menu-mobile .hnav .menu-item-depth-0,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
  /*hover dropdown menu*/
}
.em-menu-mobile .hnav .menu-item-depth-0 > a.arrow,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
  display: inline-block;
  right: 0;
  padding: 9px 10px !important;
  top: 0;
}
.em-menu-mobile .hnav .menu-item-depth-0 > a span,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
  padding: 10px 20px !important;
}
.em-menu-mobile .hnav .menu-item-depth-0 > a.em-menu-link,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link {
  min-height: 0;
}
.em-menu-mobile .hnav .menu-item-depth-0.parent > a.em-menu-link, .em-menu-mobile .hnav .menu-item-depth-0.menu-item-parent > a.em-menu-link,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link {
  margin-right: 0;
}
.em-menu-mobile .hnav .menu-item-depth-0.parent > a.em-menu-link:hover, .em-menu-mobile .hnav .menu-item-depth-0.menu-item-parent > a.em-menu-link:hover,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link:hover,
.em-menu-mobile .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link:hover {
  margin-bottom: 0;
  padding-bottom: 0;
}
.em-menu-mobile .vnav .menu-item-link.fa:before {
  padding: 15px 0;
}
.em-menu-mobile .vnav .menu-item-depth-0 > .em-catalog-navigation li.parent.level0 > a.arrow,
.em-menu-mobile .vnav .menu-item-link > a.arrow {
  top: 4px;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > a {
  text-align: left;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a, .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.parent > a {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.arrow, .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.arrow,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a.arrow,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.parent > a.arrow {
  margin-left: 0;
  right: 0;
  left: auto;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span {
  padding-left: 45px;
  padding-right: 0px;
}
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-icon > a span:after,
.em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-icon > a span:after {
  left: 20px;
  right: auto;
  margin-left: 0 !important;
}
.em-menu-mobile .em_nav .menu-container .em-catalog-navigation .level0 ul,
.em-menu-mobile .em_nav.nav-container .em-catalog-navigation .level1 ul,
.em-menu-mobile .em_nav .menu-item-link.dd-menu-link .em-catalog-navigation .level0 ul,
.em-menu-mobile .menu-item-link.dd-menu-link ul.menu-container .menu-container {
  padding: 5px 10px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.em-menu-mobile .menu-item-depth-1 .menu-container .em-catalog-navigation ul.level0 li a {
  padding: 8px 0 !important;
}

/*==============End Mobile view - menu====================*/
/*========Dropdown Menu Left========*/
.menu-wrapper {
  position: relative;
}

.all_categories {
  /*margin-bottom:10px;*/
}
.all_categories .menuleftText {
  border: 1px solid #cdcdcd;
  padding: 13px 20px;
  position: relative;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.all_categories .menuleftText:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f039";
  font-size: 100%;
  margin-left: 5px;
  float: right;
  margin-top: 3px;
}
.all_categories.hidden-arrow .menuleftText:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  font-size: 18px;
}

.cms-index-index .menuleft {
  position: static;
}
.cms-index-index .container-slideshow.container-fluid .menuleft {
  position: absolute;
}

.menuleft {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.menuleft .mega-menu {
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.menuleft .vnav {
  border: none;
  padding-bottom: 0;
}
.menuleft .em-prepend-menu {
  padding: 15px 18px;
  padding-left: 47px;
  display: block;
  position: relative;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.menuleft .em-prepend-menu:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0fe";
  font-size: 14px;
  position: absolute;
  left: 22px;
  top: 0;
  padding: 14px 0;
  line-height: 1.55;
}
.menuleft .em-prepend-menu.em-active:before {
  content: "\f146";
}

/*========End Dropdown Menu Left========*/
/*========Free Top Menu========*/
.navbar-fixed-top .nav-container,
.navbar-fixed-top .megamenu-wrapper {
  margin: 0 auto;
}

/*========End Free Top Menu========*/
/*Menu Right To Left ===============*/
.em-rtl {
  /*Menu left - right*/
}
.em-rtl .em_nav a.arrow {
  right: auto;
  left: 0;
}
.em-rtl a.arrow:before {
  content: "\f0d9";
}
.em-rtl .nav-right a.arrow:before {
  content: "\f105";
}
.em-rtl .em-menu-mobile a.arrow:before {
  content: "\f107";
}
.em-rtl .em-top-menu {
  float: right;
  text-align: right;
}
.em-rtl .hnav .menu-item-depth-0 {
  float: right;
  text-align: right;
}
.em-rtl .em_nav .hnav .menu_custom.menu-item-depth-0 {
  border-right-width: 0px;
  border-left-width: 1px;
  border-left-style: solid;
}
.em-rtl .em_nav .hnav .menu_custom.menu-item-depth-0 > a span:after {
  float: left;
}
.em-rtl .hnav .menu-item-depth-0,
.em-rtl .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 {
  margin-right: 12px;
}
.em-rtl .hnav .menu-item-depth-0 > a,
.em-rtl .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a {
  margin-right: 0;
}
.em-rtl .hnav .menu-item-depth-0 > a.arrow,
.em-rtl .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.arrow {
  left: 0px;
  right: auto;
}
.em-rtl .hnav .menu-item-depth-0 > a span,
.em-rtl .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span {
  padding: 15px 20px;
  border-width: 0;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-link.fa:before,
.em-rtl .menu-item-link.fa:before {
  left: auto;
  right: 10px;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-link.fa > .em-menu-link span, .em-rtl .menu-item-link.fa > .em-menu-link span {
  padding-left: 18px !important;
  padding-right: 35px !important;
}
.em-rtl .em-catalog-navigation li:hover > ul,
.em-rtl .em-catalog-navigation li.hover > ul {
  left: -150px;
  right: auto;
}
.em-rtl .em-catalog-navigation.horizontal > li:hover > ul {
  left: auto;
  right: 0;
}
.em-rtl .hnav .menu-item-depth-0:hover > .menu-container,
.em-rtl .hnav .menu-item-depth-0.hover > .menu-container {
  left: auto;
  right: 0;
}
.em-rtl .nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.em-rtl .nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container,
.em-rtl .nav-right .em-catalog-navigation li:hover > ul,
.em-rtl .nav-right .em-catalog-navigation li.hover > ul,
.em-rtl .vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.em-rtl .vnav.nav-right .menu-item-depth-0.hover > .menu-container {
  right: auto;
  left: 100%;
}
.em-rtl .menu-item-depth-0 .menu-item-link > .menu-container,
.em-rtl .hnav .menu-item-depth-0 > .menu-container,
.em-rtl .vnav .menu-item-depth-0 > .menu-container,
.em-rtl .em-catalog-navigation li > ul,
.em-rtl .menu-item-depth-0 > .menu-container {
  right: -9999px;
  left: auto;
}
.em-rtl .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.em-rtl .menu-item-depth-0 .menu-item-link.hover > .menu-container,
.em-rtl .hnav .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.em-rtl .hnav .menu-item-depth-0 .menu-item-link.hover > .menu-container,
.em-rtl .vnav .menu-item-depth-0:hover > .menu-container,
.em-rtl .vnav .menu-item-depth-0.hover > .menu-container {
  left: auto;
  right: 100%;
}
.em-rtl .em-menu-mobile .vnav .menu-item-depth-0 > .menu-container, .em-rtl .em-menu-mobile .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-menu-mobile .menu-item-link > .menu-container, .em-rtl .em-menu-mobile .em-catalog-navigation li > ul, .em-rtl .em-menu-mobile .menu-item-depth-0 .menu-item-link > .menu-container {
  display: none;
}
.em-rtl .em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.em-menu-link span, .em-rtl .em-menu-mobile .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.em-menu-link span, .em-rtl .em-menu-mobile .menu-item-depth-0.parent > a.em-menu-link span, .em-rtl .em-menu-mobile .menu-item-depth-0.menu-item-parent > a.em-menu-link span {
  border-right-width: 0px;
  margin-right: 0px;
  border-left-width: 1px;
  margin-left: 32px;
}
.em-rtl .em-catalog-navigation li > ulz
.menu-item-link > .menu-container {
  text-align: right;
}
.em-rtl .menu-title .option {
  float: left;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > a {
  text-align: right;
}
.em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu-item-parent > a.arrow, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0 > .em-catalog-navigation > li.level0.parent > a.arrow, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.menu-item-parent > a.arrow, .em-rtl .em-menu-mobile .vnav.nav-text-right .menu-item-depth-0.parent > a.arrow {
  right: auto;
  left: 0;
}

/*End Menu Right To Left ===============*/
/*layout 4*/
.em-rtl .em-fixed-sidebar {
  left: auto;
  right: 0;
}

/*Menu Admin Toolbar*/
.em-admintoolbar {
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.em-admintoolbar {
  position: fixed;
  left: 0;
  right: auto !important;
  bottom: auto !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 10px #a3a3a3;
  box-shadow: 0 -2px 10px #a3a3a3;
}
.em-admintoolbar .container {
  width: 100%;
}
.em-admintoolbar .nav-container.em_nav {
  background: none !important;
  float: left;
  margin-left: 40px;
}
.em-admintoolbar .nav-container.em_nav ul li {
  float: left;
  padding: 8px 10px;
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.em-admintoolbar .nav-container.em_nav ul li a {
  color: #fff;
  font: 600 12px/1.35 Helvetica Neue, Helvetica, Arial, sans-serif;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0 ul {
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
  width: 200px;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0 ul li {
  clear: both;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0:hover {
  background: #000;
}
.em-admintoolbar .nav-container.em_nav .em-admintoolbar-level0:hover ul {
  display: block;
  background: #000;
}
.em-admintoolbar .em-catalog-navigation li a {
  padding: 8px 20px;
}
.em-admintoolbar .em-catalog-navigation li.parent > a.arrow {
  padding: 5px 10px !important;
}
.em-admintoolbar .em-catalog-navigation ul {
  min-width: 200px;
}

#btn-em-admintoolbar {
  z-index: 99;
  padding: 6px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px #999999;
  box-shadow: 0 0 10px #999999;
  background-color: #000;
  color: #fff;
  font-size: 0;
  display: inline-block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
}
#btn-em-admintoolbar:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 17px;
}

.has-admin-toolbar {
  margin-top: 32px;
}

.em-admin-toolbar-logo {
  float: right;
  color: #fff;
  padding: 4px 10px;
  background: #ff7200;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  margin-right: 10px;
}
.em-admin-toolbar-logo a {
  position: absolute;
  left: 10px;
  top: 4px;
}
.em-admin-toolbar-logo span {
  position: relative;
}
.em-admin-toolbar-logo span:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-size: 17px;
  margin-left: 5px;
}

/*Menu Product*/
.menu-container .ratings .amount a {
  display: inline-block;
}

/*EM Menu Mobile*/
#em-mheader {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: static;
}
#em-mheader #em-mheader-top {
 /* display: flex; */
  align-items: center;
  align-content: center;
  justify-content: center;
}
#em-mheader .em-wrapper-top {
  background-color: #121212;
  margin: 0 -10px;
  padding: 2rem 1rem;
}
#em-mheader .em-wrapper-top a {
  color: #fff;
}

#em-mheader .em-logo {
    text-align: center;
}

#em-mheader .em-logo .logo {
  padding: 0.5rem 0;
}
#em-mheader .em-top-search {
  width: 100% !important;
  float: right;
  padding-right: 80px;
  margin: 1rem 0;
}
#em-mheader .em-top-search .form-search {
  border: none;
}
#em-mheader .em-top-search .form-search input.input-text {
  height: 32px;
  line-height: 26px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#em-mheader .em-top-search .form-search button.button {
  font-size: 0;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-indent: 0;
  padding: 9px 10px;
  top: 0;
  right: 0;
}
#em-mheader .em-top-search .form-search button.button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 12px;
}
#em-mheader .em-top-search .form-search button.button span {
  padding: 0;
}
#em-mheader .em-top-cart {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 32px;
  height: 32px;
}
#em-mheader .em-top-cart .em-amount-topcart {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 32px;
}
#em-mheader .em-top-cart .em-amount-topcart:after {
  content: "";
  display: none;
}
#em-mheader .em-top-cart .em-amount-topcart:before {
  content: "\e835";
  font-family: 'maki', sans-serif;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: inline-block;
  padding: 11px 5px 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#em-mheader .em-top-cart .em-amount-topcart .em-topcart-text {
  display: none;
}
#em-mheader .em-top-cart .em-amount-topcart .em-topcart-qty {
  position: absolute;
  left: 27%;
  top: -6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0px 4px;
  font-size: 9px;
}
#em-mheader .em-top-cart .topcart-popup {
  top: 47px;
}
#em-mheader .top-header-link {
  text-align: center;
}
#em-mheader .top-header-link a.fa:before {
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  margin-bottom: 10px;
}
#em-mheader .top-header-link a.fa span {
  display: inline-block;
  width: 100%;
}

#em-mheader-wrapper-menu.active {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

#em-mheader-menu-icon {
  font-size: 24px;
  padding: 3px 5px;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 10px;
}

#em-mheader-wrapper-menu:before {
  width: 0%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

#em-mheader-wrapper-menu.active:before {
  width: 100%;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#em-mheader-wrapper-menu.active #em-mheader-menu-icon {
  right: 85%;
  margin-right: 10px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#em-mheader-menu-content {
  width: 0;
  display: inline-block !important;
  opacity: 0;
  position: absolute;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}

#em-mheader-menu-content.show {
  width: 85%;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  background: #f9f9f9;
  z-index: 99;
  right: 0;
  padding: 0 10px 10px;
  opacity: 1;
  overflow-y: auto;
  visibility: initial;
}

#em-mheader-menu-content #em-mega-menu {
  clear: both;
}

.em-menu {
  clear: both;
}

ul ul, ul ol, ol ol, ol ul{font-size:100%}
.em_nav{}
.em_nav ul{margin:0;}
.em_nav li{}
.em_nav em,
.em_nav code{word-wrap:break-word;}
.menu-item-depth-0 a{display:block;}
.hnav .menu-item-depth-0 > a{display:block;padding:0px}
.em-catalog-navigation > li > a{display:block;padding:11px 0px}
.menu-container .em-catalog-navigation > li > a{display:block;padding:11px 0px}
.em-catalog-navigation ul.level0 li a{display:block;padding:11px 0px}
.adapt-0 .menu-item-depth-0 > ul.menu-container{padding:15px 20px}
.adapt-0 .menu-item-depth-0.dd-menu-link > ul.menu-container{padding:15px 0px}
.menu-container .grid_24 .menu-item-depth-2 > .menu-container > li{}
.adapt-0 .menu-container .grid_24 .menu-item-depth-2 > .menu-container > li{padding:0}
.menu-container .grid_24{margin:0}
.menu-container .menu_col24{}
.hnav .menu-item-depth-0{float:left;position:relative}
.hnav .menu-item-depth-0 > .menu-container{position:absolute;top:50px;left:-9999px;z-index:9999}
.vnav{min-width:100px}
.vnav .menu-item-depth-0{position:relative}
.vnav .menu-item-depth-0 a{display:block;padding:0px}
.vnav .menu-item-depth-0 > .menu-container{position:absolute;top:0;left:-9999px;z-index:9999}
.menu-item-parent > a{}
.em_nav a.arrow{position:absolute;margin-right:0 !important;width:32px;top:0;right:0;padding:11px 10px;z-index:11}
.em_nav a.arrow span{}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){.menu-item-depth-0 > .menu-container{display:none}
.menu-item-depth-0:hover > .menu-container{display:block}
.em-catalog-navigation li > ul{display:none}
.em-catalog-navigation li:hover > ul{display:block}
.menu-item-link.menu-item-depth-1.menu-item-parent > .menu-container{display:none}
.menu-item-link.menu-item-depth-1.menu-item-parent:hover > .menu-container{display:block}
}
.menu-item-link > .menu-container,
.em_nav .menu-item-link > ul,
.em_nav.nav-container .em-catalog-navigation ul ,
.em_nav .em-catalog-navigation ul ,
.nav-container .em-catalog-navigation ul{background-color:#fff;padding:17px 0px;box-shadow:0 2px 5px #ccc;-moz-box-shadow:0 2px 5px #ccc;-webkit-box-shadow:0 2px 5px #ccc;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:1px solid #cdcdcd;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.adapt-0 .em_nav .em-catalog-navigation ul,
.adapt-0 .menu-item-link .menu-item-depth-1 > .menu-container{border:none}
.hnav .menu-item-depth-0:hover > .menu-container,
.hnav .menu-item-depth-0.hover > .menu-container{left:0}
.vnav .menu-item-depth-0:hover > .menu-container,
.vnav .menu-item-depth-0.hover > .menu-container{left:100%}
.vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.vnav.nav-right .menu-item-depth-0.hover > .menu-container{left:auto;right:100%}
.menu-item-hbox > .menu-container{white-space:nowrap}
.menu-item-hbox > .menu-container > li{display:inline-block;white-space:normal;vertical-align:top;}
.adapt-0 .menu-item-hbox > .menu-container > li{display:block;margin-left:0;}
.menu-item-link > .menu-container{min-width:160px;background:#fff;box-shadow:0 2px 7px #ccc}
.menu-item-depth-0 .menu-item-link{position:relative}
.menu-item-depth-0 .menu-item-link > .menu-container{position:absolute;top:0;left:-9999px;z-index:9999}
.menu-item-depth-0 .menu-item-link:hover > .menu-container,
.menu-item-depth-0 .menu-item-link.hover > .menu-container{left:100%;top:-11px}
.menu-container .menu-item-link a{padding:11px 0px}
.dd-menu-link .menu-container .menu-item-link a{}
.menu-item-link.dd-menu-link ul.menu-container{padding:0px 20px}
.menu-item-link.dd-menu-link ul.em-catalog-navigation ul{padding:0px 20px}
.menu-item-link.menu-item-depth-0 ul.em-catalog-navigation ul{padding:0px 20px}
.adapt-0 .dd-menu-link.menu-item-depth-0 .menu-container li{padding:0 20px}
.adapt-0 .dd-menu-link.menu-item-depth-0 > .menu-container > li{padding:0 20px}
.nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container{left:auto;right:100%}
.em-catalog-navigation li.parent > a{}
.em-catalog-navigation li.parent > a.arrow{margin-right:0;padding:5px 0}
.em-catalog-navigation ul{min-width:150px;background:#fff;box-shadow:0 2px 7px #ccc}
.em-catalog-navigation li{position:relative}
.em-catalog-navigation li > ul{position:absolute;top:0;left:-9999px;z-index:9999}
.em-catalog-navigation li:hover > ul,
.em-catalog-navigation li.hover > ul{left:100%;top:-1px}
.vnav .menu-item-depth-0 > .em-catalog-navigation li.level0:hover > ul,
.vnav .menu-item-depth-0 > .em-catalog-navigation li.level0.hover > ul{top:0px}
.nav-right .em-catalog-navigation li:hover > ul,
.nav-right .em-catalog-navigation li.hover > ul{left:auto;right:100%}
.hnav .menu-item-depth-1 > .em-catalog-navigation > li > a{}
.adapt-0 .em-catalog-navigation ul.level0 li{padding:0 10px}
.adapt-0 .em-catalog-navigation ul.level0 > li{padding:0 20px}
.adapt-0 .menu-container .em-catalog-navigation ul.level0 > li{padding:0px}
.em-catalog-navigation.horizontal > li{float:left}
.em-catalog-navigation.horizontal > li > ul{top:50px}
.em-catalog-navigation.horizontal > li:hover > ul{left:0;top:50px}
.adapt-0 .menu-item-link,
.adapt-0 .menu-item-text,
.adapt-0 .menu-item-hbox,
.adapt-0 .menu-item-vbox,
.adapt-0 .em-catalog-navigation li{display:block;float:none;}
.adapt-0 .menu-container,
.adapt-0 .em-catalog-navigation ul{top:0 !important;}
.adapt-0 .hnav .menu-item-depth-0 > .menu-container,
.adapt-0 .menu-item-link > .menu-container,
.adapt-0 .em-catalog-navigation li > ul,
.adapt-0 .menu-item-depth-0 .menu-item-link > .menu-container{display:none;position:static;}
.adapt-0 .menu-item-link.mhover > .menu-container,
.adapt-0 .em-catalog-navigation li.mhover > ul ,
.adapt-0 .menu-item-depth-0 .menu-item-link.mhover > .menu-container{display:block;position:static;}
.em-menu-mobile .menu-item-link,
.em-menu-mobile .menu-item-text,
.em-menu-mobile .menu-item-hbox,
.em-menu-mobile .menu-item-vbox,
.em-menu-mobile .em-catalog-navigation li,
.em-menu-mobile .menu-item-hbox > .menu-container > li{display:block;float:none;width:100%}
.em-menu-mobile .menu-container,
.em-menu-mobile .em-catalog-navigation ul{width:100% !important;top:0 !important;}
.em-menu-mobile .vnav .menu-item-depth-0 > .menu-container,
.em-menu-mobile .hnav .menu-item-depth-0 > .menu-container,
.em-menu-mobile .menu-item-link > .menu-container,
.em-menu-mobile .em-catalog-navigation li > ul,
.em-menu-mobile .menu-item-depth-0 .menu-item-link > .menu-container{display:none;position:static;}
.em-menu-mobile .menu-item-link.mhover > .menu-container,
.em-menu-mobile .em-catalog-navigation li.mhover > ul ,
.em-menu-mobile .menu-item-depth-0 .menu-item-link.mhover > .menu-container{display:block;position:static;}
.em_nav .hnav:after,
.em_nav .vnav:after,
#nav > .menu-container:after,
.menu-item-hbox:after{content:'.';display:block;clear:both;visibility:hidden;height:0;overflow:hidden}
.menu_col1,
.menu_col2,
.menu_col3,
.menu_col4,
.menu_col5,
.menu_col6,
.menu_col7,
.menu_col8,
.menu_col9,
.menu_col10,
.menu_col11,
.menu_col12,
.menu_col13,
.menu_col14,
.menu_col15,
.menu_col16,
.menu_col17,
.menu_col18,
.menu_col19,
.menu_col20,
.menu_col21,
.menu_col22,
.menu_col23,
.menu_col24{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px;}
.menu_col24{margin:0}
.menu_col1{width:28px;}
.menu_col2{width:78px;}
.menu_col3{width:128px;}
.menu_col4{width:178px;}
.menu_col5{width:228px;}
.menu_col6{width:278px;}
.menu_col7{width:328px;}
.menu_col8{width:378px;}
.menu_col9{width:428px;}
.menu_col10{width:478px;}
.menu_col11{width:528px;}
.menu_col12{width:578px;}
.menu_col13{width:628px;}
.menu_col14{width:678px;}
.menu_col15{width:728px;}
.menu_col16{width:778px;}
.menu_col17{width:828px;}
.menu_col18{width:878px;}
.menu_col19{width:928px;}
.menu_col20{width:978px;}
.menu_col21{width:1028px;}
.menu_col22{width:1078px;}
.menu_col23{width:1128px;}
.menu_col24{width:1178px;}
.menu_custom{width:251px;}
.em-menu-mobile .menu_custom,
.em-menu-mobile .menu_col1,
.em-menu-mobile .menu_col2,
.em-menu-mobile .menu_col3,
.em-menu-mobile .menu_col4,
.em-menu-mobile .menu_col5,
.em-menu-mobile .menu_col6,
.em-menu-mobile .menu_col7,
.em-menu-mobile .menu_col8,
.em-menu-mobile .menu_col9,
.em-menu-mobile .menu_col10,
.em-menu-mobile .menu_col11,
.em-menu-mobile .menu_col12,
.em-menu-mobile .menu_col13,
.em-menu-mobile .menu_col14,
.em-menu-mobile .menu_col15,
.em-menu-mobile .menu_col16,
.em-menu-mobile .menu_col17,
.em-menu-mobile .menu_col18,
.em-menu-mobile .menu_col19,
.em-menu-mobile .menu_col20,
.em-menu-mobile .menu_col21,
.em-menu-mobile .menu_col22,
.em-menu-mobile .menu_col23,
.em-menu-mobile .menu_col24{float:none;display:block;position:static;width:auto;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.nutribullet.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*$max-content-width: value screen*/
/*Category product*/
/*button style*/
/* ============================================ * Link ============================================ */
/*Core*/
/* ============================================ * Reset ============================================ */
*, *:before, *:after { /*@include box-sizing(border-box);*/ margin: 0; padding: 0; }

/*font icon*/
@font-face { font-family: 'FontAwesome'; src: url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.eot?v=4.1.0"); src: url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'maki'; src: url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/maki.eot?56675205"); src: url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/maki.eot?56675205#iefix") format("embedded-opentype"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/maki.woff?56675205") format("woff"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/maki.ttf?56675205") format("truetype"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/maki.svg?56675205#maki") format("svg"); font-weight: normal; font-style: normal; }
html { -webkit-tap-highlight-color: black(0); /* Prevent tap highlight on iOS/Android */ -webkit-text-size-adjust: 100%; /* Prevent automatic scaling on iOS */ }

body { -webkit-text-size-adjust: none; text-align: left; }

html, body, img, fieldset, abbr, acronym { border: 0; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

:focus { outline: 0; }

a:focus { outline: 0 !important; }

.ie10 #hack :focus { background: none; }

@media all and (min-width: 0) { :focus { background: none; } }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

th, td, code, cite, caption { font-weight: normal; font-style: normal; text-align: left; vertical-align: top; }

address { font-style: normal; }

fieldset { margin: 0; padding: 0; border: 0; }

img { border: 0; vertical-align: top; }

ol, ul { list-style: none; }

q:before, q:after { content: ''; }

/* Forms */
form { display: inline; }

legend { display: none; }

/* Table */
table { border: 0; border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; scrollbar-face-color: expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }

/* Content */
strong { font-weight: bold; }

address { font-style: normal; }

cite { font-style: normal; }

q, blockquote { quotes: none; }

q:before, q:after { content: ''; }

small, big { font-size: 80%; }

.underline { text-decoration: underline; }

sup { font-size: 1em; vertical-align: top; }

.em_main { min-height: 250px; }

.sidebar { min-height: 1px; }

.cms-index-index .em_main { min-height: 1px; }

input:focus, input[type="search"]:focus { outline-offset: -2px; }

input[type="search"] { -webkit-appearance: none; /* 1 */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /* 2 */ box-sizing: border-box; }

/*tool tip*/
[data-toggle="tooltip"] { display: inline-block !important; }

/* Tools */
.hidden { display: block !important; border: 0 !important; margin: 0 !important; padding: 0 !important; font-size: 0 !important; line-height: 0 !important; width: 0 !important; height: 0 !important; overflow: hidden !important; }

.nobr { white-space: nowrap !important; }

.wrap { white-space: normal !important; }

.a-left { text-align: left !important; }

.a-center { text-align: center !important; }

.a-right { text-align: right !important; }

.v-top { vertical-align: top; }

.v-middle { vertical-align: middle; }

.f-left, .left { float: left !important; }

.f-right, .right { float: right !important; }

.f-none { float: none !important; }

.f-fix { float: left; width: 100%; }

.no-display { display: none; }

.no-margin { margin: 0 !important; }

.no-padding { padding: 0 !important; }

.no-bg { background: none !important; }

.em-text-upercase { text-transform: uppercase; }

.em-text-uppercase { text-transform: uppercase; }

.img-banner { margin-bottom: 50px; display: block; position: relative; }
.img-banner.img-responsive { display: inline-block; }

.img-responsive-center { display: inline-block; max-width: 100%; height: auto; }

.img-responsive { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.img-banner-small { margin-bottom: 20px; position: relative; }

.spa-center { padding: 0 15%; text-align: center; }

.em-wrapper-banners { /* margin-bottom: 50px; */ margin-bottom: 0px; }

.box { border: 1px solid #e5e5e5; padding: 2rem; margin-bottom: 25px; }

.box.f-left { margin-right: 10px; }

.box.f-right { margin-left: 10px; }

.line-right { border-right-width: 1px; border-right-style: solid; }

.line-left { border-left-width: 1px; border-left-style: solid; }

.em-wrapper-one-ads { margin-bottom: 20px; }

.em-clear { clear: both; }

.em-clear-padding { padding-left: 0 !important; padding-right: 0 !important; }

.em-clear-margin { margin-left: 0 !important; margin-right: 0 !important; }

.em-clear-radius { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

.widget { display: block; }

/*==================collapsed==================*/
.non-collapsed { position: relative; cursor: pointer; }
.non-collapsed:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f067"; font-size: 100%; position: absolute; right: 0; top: 0; }

.em-collapsed { position: relative; cursor: pointer; }
.em-collapsed:after { position: absolute; right: 0; top: 0; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f068"; font-size: 100%; }

/*============= scroll ie + chrome ==============*/
/* Let's get this party started */
.em-scroll-vertial::-webkit-scrollbar { width: 10px; }

/* Track */
.em-scroll-vertial::-webkit-scrollbar-track { background: #ebebeb; -webkit-border-radius: 10px; border-radius: 10px; }

/* Handle */
.em-scroll-vertial::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: #1ca586; }

.em-scroll-vertial { scrollbar-base-color: #1ca586; scrollbar-track-color: #ebebeb; scrollbar-arrow-color: #c4c4c4; }

/* Layout ================================================================================ */
.wrapper { min-width: 1px; }

.em-col-main { padding-bottom: 50px; }

.cms-index-index .em-col-main { padding-bottom: 0px; }

.page { margin: 0 auto; padding: 0; text-align: left; }

.page-print { background: #fff; padding: 20px; text-align: left; }

.page-empty { background: #fff; padding: 20px; text-align: left; }

.page-popup { text-align: left; }

/* Content Columns */
.col2-set .col-1 { float: left; width: 49%; }

.col2-set .col-2 { float: right; width: 49%; }

.col2-set .col-narrow { width: 33%; }

.col2-set .col-wide { width: 65%; }

.col3-set .col-1 { float: left; width: 32%; }

.col3-set .col-2 { float: left; width: 32%; margin-left: 2%; }

.col3-set .col-3 { float: right; width: 32%; }

.col4-set .col-1 { float: left; width: 23.5%; }

.col4-set .col-2 { float: left; width: 23.5%; margin: 0 2%; }

.col4-set .col-3 { float: left; width: 23.5%; }

.col4-set .col-4 { float: right; width: 23.5%; }

.col2-set-nospace .col-1 { float: left; width: 50%; }

.col2-set-nospace .col-2 { float: right; width: 50%; }

/*=======Custum Box-Wide============*/
.em-box-custom .page { -webkit-box-shadow: 0 0 7px #a8a8a8; -moz-box-shadow: 0 0 7px #a8a8a8; box-shadow: 0 0 7px #a8a8a8; }

@media (min-width: 1200px) { .wrapper.em-box-custom .page { width: 1200px; } }
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea { font: 12px/1.35 Arial, Helvetica, sans-serif; vertical-align: middle; }

input.input-text, textarea { padding: 2px; }

input.input-text, select, textarea { padding: 5px 10px; border: 1px solid; height: 40px; line-height: 28px; font-size: 110%; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.form-list li.additional-row { border-top: 1px solid #e6e6e6; }

select { padding: 5px 5px !important; height: 36px; line-height: 14px; }

select.multiselect { height: auto; }

select option { padding-right: 10px; }

select.multiselect option { padding: 2px 5px; }

textarea { overflow: auto; height: 100px; }

input.radio { margin-right: 3px; }

input.checkbox { margin-right: 3px; }

input.qty { width: 40px !important; }

button.button::-moz-focus-inner { padding: 0; border: 0; }

/* FF Fix */
p.control input.checkbox, p.control input.radio { margin-right: 6px; float: left; margin-top: 0; }

.gift-messages-form input.checkbox { float: left; margin-top: 0; }

/* Form lists */
/* Grouped fields */
.form-list li { margin-bottom: 5px; margin-right: 3%; }

.form-list li.fields .fields { margin-right: 3%; }

.form-list li.fields { margin-right: 0; }

.form-list li.control { margin: 13px 0; }

.form-list label { float: left; position: relative; z-index: 0; padding: 6px 0 5px; margin-bottom: 0; text-transform: /* capitalize; */ unset; }
.form-list .input-box label { float: left; position: relative; z-index: 0; padding: 0 10px 0 0; margin-bottom: 0; text-transform: capitalize; }
.form-list .input-box td {vertical-align: inherit;}

.form-list label.required em { float: right; font-style: normal; position: absolute; top: 0px; right: -8px; color: #fe0000; }

.form-list li.control label { float: none; display: block; padding: 0; text-transform: none; }

.form-list li.control input.radio, .form-list li.control input.checkbox { margin-right: 6px; float: left; margin-top: 0; min-height: 17px; }

.form-list .field { float: left; width: 47%; margin-right: 3%; }

.form-list li.control .input-box { clear: none; display: inline; width: auto; }

.form-list .input-box, .form-list .input-range { display: block; clear: both; }

.form-list textarea { width: 254px; height: 10em; }

.form-list select { width: 100%; }

.form-list input.input-text { width: 100%; }

.form-list .input-box { width: 100%; }

.form-list li.wide textarea { width: 100%; }

.form-list li.additional-row { border-top: 1px solid #ccc; margin-top: 10px; padding-top: 7px; }

.form-list li.additional-row .btn-remove { float: right; margin: 5px 0 0; }

.fieldset { float: left; width: 49%; }

.fieldset .legend { position: relative; }

/* Form Validation */
.validation-advice { clear: both; margin: 3px 0 5px; padding: 5px 0px 5px 0px; color: #e70808; text-align: left; position: relative; }
.validation-advice:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f176"; font-size: 1em; padding-right: 10px; }

.validation-failed { border: 1px solid #ffa6a6 !important; background: #fef4f4 !important; }

p.required { text-align: left; color: #f00; clear: left; padding-top: 0; }

/* Expiration date and CVV number validation fix */
.v-fix { float: left; }

.v-fix .validation-advice { display: block; position: relative; }

/* Global Messages  */
.success { color: #3d6611; font-weight: bold; }

.error { color: #f00; font-weight: bold; }

.notice { color: #ccc; }

.std .messages ul { padding: 0; margin: 0; }

.messages, .messages ul { list-style: none !important; margin: 0 0 10px; padding: 0; }

.messages { width: 100%; overflow: hidden; padding-left: 0 !important; }

.messages > li { margin-bottom: 5px; }

.messages li li, .messages ul { margin: 0; }

.error-msg, .note-msg, .notice-msg { border-style: solid; border-width: 1px; background-position: 10px 9px; background-repeat: no-repeat; padding: 8px 8px 8px 10px; }

.error-msg { border-color: #f16048; background-color: #ffe3e3; color: #df280a; position: relative; }
.error-msg:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f071"; font-size: 1em; padding-right: 10px; float: left; margin-top: 1px; }

.note-msg, .notice-msg { border-color: #fcd344; background-color: #fafaec; color: #3d6611; position: relative; }
.note-msg span:before, .notice-msg span:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f06a"; font-size: 100%; padding-right: 7px; }

.success-msg { border: 1px solid; padding: 2px; }
.success-msg li { border: 1px solid; padding: 10px 15px; margin: 0; }
.success-msg li span:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; font-size: 100%; padding-right: 7px; }

/* Page Heading */
.page-title { margin: 0 0 10px; }

.page-title h1, .page-title h2 { margin: 0; }

.page-title .separator { margin: 0 3px; }

.page-title .link-rss { float: right; }

.title-buttons { text-align: right; }

.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 { float: left; background: none; }

.subtitle, .sub-title { clear: both; }

/* Pager */
.pager .amount { float: left; margin: 5px 0px 0 0px; }
.pager .limiter { float: right; margin-right: 20px; }
.pager .pages { margin-top: 8px; }
.pager .pages ol { margin-bottom: 0; float: right; padding: 8px 0; }
.pager .pages li { display: inline; margin: 0 0 0 3px; text-align: center; }
.pager .pages li.current { padding: 5px 11px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; }
.pager .pages li > a, .pager .pages li > span { background: none; border: none; padding: 5px 11px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.pager .pages li > a:hover, .pager .pages li > a:focus, .pager .pages li > span:hover, .pager .pages li > span:focus { background: none; }
.pager .pages li .next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0da"; font-size: 12px; }
.pager .pages li .next img { display: none; }
.pager .pages li .previous:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0d9"; font-size: 12px; }
.pager .pages li .previous img { display: none; }

/* Sorter */
.pager label, .sort-by label, .sorter label { margin-right: 5px; margin-top: 6px; float: left; text-transform: capitalize; font-weight: normal; }

.sorter .view-mode { float: left; }
.sorter .view-mode label { margin-top: 1px; }

.sorter .sort-by { float: right; }

.pager select, .sorter select { width: 100px; padding: 5px 10px; height: 31px; line-height: 30px; float: left; }

/*toolbar-switch*/
.toolbar-title { float: left; }

.toolbar-dropdown { position: relative; width: 100px; float: left; }
.toolbar-dropdown span.current { display: block; padding: 5px 10px; cursor: pointer; border: 1px solid; }
.toolbar-dropdown span.current:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0d7"; font-size: 100%; float: right; margin-left: 5px; margin-top: 5px; }
.toolbar-dropdown ul { margin: 0; border: 1px solid; position: absolute; right: 0; top: 26px; width: 100px; z-index: 10; }
.toolbar-dropdown li { padding: 5px; background-color: #fff; }
.toolbar-dropdown li:hover { background-color: #f9efe2; }
.toolbar-dropdown li a { text-decoration: none; display: block; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor: pointer; }
tr.summary-total .summary-collapse { float: right; text-align: right; padding-left: 20px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor: pointer; }

tr.show-details .summary-collapse { background-position: 0 -53px; }

tr.summary-details td { font-size: 90%; background-color: #dae1e4; color: #626465; }

tr.summary-details-first td { border-top: 1px solid #d2d8db; }

tr.summary-details-excluded { font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info, .cart-tax-info .cart-price { padding-right: 20px; }

.cart-tax-total { display: block; padding-right: 20px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor: pointer; }

.cart-tax-info .price, .cart-tax-total .price { display: inline !important; font-weight: normal !important; }

.cart-tax-total-expanded { background-position: 100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding: 0; }

.std ol.ol { list-style: decimal outside; padding-left: 1.5em; }

.std ul.disc { list-style: disc outside; padding-left: 18px; margin: 0 0 10px; }

.std dl dt { font-weight: bold; }

.std dl dd { margin: 0 0 10px; }

.std ul, .std ol, .std dl, .std address, .std blockquote { margin: 0 0 1em; padding: 0; }

.std ul { list-style: disc outside; padding-left: 1.5em; }

.std ol { list-style: decimal outside; padding-left: 1.5em; }

.std ul ul { list-style-type: circle; }

.std ul ul, .std ol ol, .std ul ol, .std ol ul { margin: .5em 0; }

.std dt { font-weight: bold; }

.std dd { padding: 0 0 0 1.5em; }

.std blockquote { font-style: italic; padding: 0 0 0 1.5em; }

.std address { font-style: normal; }

.std b, .std strong { font-weight: bold; }

.std i, .std em { font-style: italic; }

.std ul.none-style { list-style: none; padding-left: 0; }

/* Misc */
.links li { display: inline; padding-right: 14px; }

.links li.first { padding-left: 0; }

.links li.last { background: none; padding-right: 0; }

.separator { margin: 0 3px; }

.divider { clear: both; display: block; font-size: 0; line-height: 0; height: 1px; margin: 10px 0; background: #ddd; text-indent: -999em; overflow: hidden; }

/* Noscript Notice */
.noscript { border: 1px solid #ddd; border-width: 0 0 1px; background: #ffff90; line-height: 1.25; text-align: center; color: #2f2f2f; }

.noscript .noscript-inner { width: 1000px; margin: 0 auto; padding: 12px 0 12px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/i_notice.gif) 20px 50% no-repeat; }

.noscript p { margin: 0; }

/* Demo Notice */
.demo-notice { margin: 0; padding: 6px 10px; background: #d75f07; line-height: 1.15; text-align: center; color: #fff; }

/* Cookie Notice */
.notice-cookie { border-bottom: 1px solid #cfcfcf; background: #ffff90; line-height: 1.25; text-align: center; color: #2f2f2f; }

.notice-cookie .notice-inner { width: 870px; margin: 0 auto; padding: 12px 0 12px 80px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/i_notice.gif) 20px 25px no-repeat; text-align: left; }

.notice-cookie .notice-inner p { margin: 0 0 10px; border: 1px dotted #cccc73; padding: 10px; }

/* Add to Links */
.add-to-links .separator { display: none; }

.add-to-links { display: inline-block; }

.std .add-to-links { padding: 0; list-style: none; margin: 0; }

.add-to-links li { /*float:left*/ display: inline-block; margin-right: 5px; vertical-align: top; }

/* Add to Links + Add to Cart */
.add-to-box { display: inline-block; clear: both; width: 100%; }

/*rating*/
.no-rating, .ratings { overflow: hidden; clear: left; }
.no-rating .rating-box, .ratings .rating-box { display: inline-block; margin-right: 5px; margin-top: 0; }

.rating-box .rating { float: left; height: 11px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/bkg_rating.png) 0 100% repeat-x; }

.rating-box { width: 60px; height: 11px; font-size: 0; line-height: 0; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/bkg_rating.png) 0 0 repeat-x; text-indent: -999em; overflow: hidden; }

/*=========== Product zoom============*/
.product-view .product-img-box .product-image-zoom { position: relative; overflow: hidden; z-index: 9; }
.product-view .product-img-box .product-image-zoom img { position: absolute; left: 0; top: 0; cursor: move; }
.product-view .product-img-box .zoom-notice { float: left; display: block; clear: both; width: 100%; }
.product-view .product-img-box .zoom { position: relative; z-index: 9; height: 2px; margin: 10px auto 20px; padding: 0 28px; cursor: pointer; float: left; clear: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/slider_bg.gif) 50% 50% no-repeat; }
.product-view .product-img-box .zoom.disabled { opacity: 0.3; filter: alpha(opacity=30); }
.product-view .product-img-box .zoom #track, .product-view .product-img-box .zoom #track2 { position: relative; height: 2px; }
.product-view .product-img-box .zoom #handle, .product-view .product-img-box .zoom #handle2 { position: absolute; left: 0; top: -10px; width: 9px; height: 22px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position: absolute; left: 0; top: -8px; }
.product-view .product-img-box .zoom .btn-zoom-in { position: absolute; right: 0; top: -8px; }

/*cloud zoom*/
.cloud-zoom-lens { max-width: 100%; max-height: 100%; border: none !important; margin: 0 !important; }

/* Product Options */
.product-options ul.validation-failed { padding: 0 7px; }

.product-options-bottom .add-to-cart { display: block; overflow: hidden; clear: both; }

.product-options-bottom { display: inline-block; width: 100%; }

.product-options dt label { font-weight: normal; }
.product-options dt label em { color: #fc0b2d; margin-right: 5px; }
.product-options dt .qty-holder { float: right; }
.product-options dt .qty-holder label { vertical-align: middle; }
.product-options dt .qty-disabled { background: none; border: 0; padding: 3px; color: #000; }
.product-options dd { margin: 4px 0; }
.product-options dd .qty-holder { display: block; margin: 10px 0 15px; }
.product-options dd .time-picker { display: -moz-inline-box; display: inline-block; padding: 2px 0; vertical-align: middle; }
.product-options dd input.datetime-picker { width: 150px; }
.product-options dl { margin-bottom: 0; }
.product-options .price { font-size: 100% !important; }
.product-options .options-list li { margin: 5px 0; }
.product-options .options-list input.radio { float: left; margin: 2px -18px 0 1px; }
.product-options .options-list input.checkbox { float: left; margin: 2px -20px 0 1px; }
.product-options .options-list .label { display: block; margin-left: 20px; text-align: left; white-space: normal; }
.product-options .options-list label { font-weight: normal; }
.product-options .options-list .price { font-size: 100% !important; }

/* Grouped Product */
.grouped-items-table { margin-bottom: 25px; margin-top: 25px;}
.grouped-items-table td { vertical-align: middle; padding: 10px; }
.grouped-items-table td input.qty { height: 30px; line-height: 30px !important; width: 50px; text-align: center; }
.grouped-items-table th { padding: 10px; text-align: left !important; }

.set-price-total {display: block; float: right; border-bottom: 1px solid #e1e1e1; margin: 0 0 50px 0;}
.set-price-total .text {display: inline-block; float: left; font-size: 25px;}
.set-price-total .price-total {display: inline-block; float: right; margin: 0 0 0 15px;}
.set-price-total .price-total .price-box {margin-bottom: 0 !important;}



/* Content Styles ================================================================= */
.product-name { font-size: 1em; font-weight: normal; }
.product-name a { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/* MAP Popup============================================================================== */
.cart-msrp-totals { color: red; font-size: 12px !important; font-weight: bold; margin: 10px 10px 0; padding: 10px; text-align: right; text-transform: uppercase; }

.map-cart-sidebar-total { color: red; display: block; font-size: 10px; font-weight: bold; text-align: left; padding: 2px 5px; text-shadow: 0 1px 0 #fff; }

.map-popup { background: #fff; border: 1px solid #aaa; margin: 12px 0 0; position: absolute; -webkit-box-shadow: 0 0 6px #cccccc; -moz-box-shadow: 0 0 6px #cccccc; box-shadow: 0 0 6px #cccccc; text-align: left; width: 300px; z-index: 100; }

.map-popup-heading { background: #d9e5ee; border-bottom: 1px solid #ccc; padding: 5px 30px 5px 10px; width: 298px; }

.map-popup-heading h2 { font-size: 16px; margin: 0; text-shadow: 0 1px 0 #f6f6f6; overflow: hidden; white-space: nowrap; word-wrap: break-word; text-align: left; text-overflow: ellipsis; }

.map-popup-arrow { background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/map_popup_arrow.gif) no-repeat; position: absolute; left: 50%; top: -10px; height: 10px; width: 19px; }

.map-popup-close { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; content: ""; position: absolute; right: 10px; top: 8px; width: 15px; height: 15px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: 0 0; background-repeat: no-repeat; -webkit-box-shadow: 0 0 3px #999999; -moz-box-shadow: 0 0 3px #999999; box-shadow: 0 0 3px #999999; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/btn_window_close.gif) no-repeat; }

.map-popup-content { border-top: 1px solid #eee; padding: 10px; overflow: hidden; text-align: left; width: 280px; }

.map-popup-checkout { display: inline; float: right; text-align: right; }

.map-popup-checkout span { display: block; padding-right: 30px; }

.map-popup-checkout .paypal-logo { margin: 0 0 5px; }

.map-popup-price .price-box, .map-popup-price .price-box .special-price { margin: 0; padding: 0; }

.map-popup-price { margin: 5px 0 0; }

.map-popup-text { clear: right; margin: 0 10px; padding: 10px 0; text-align: left; word-wrap: break-word; }

.map-popup-only-text { border-top: 1px solid #ddd; }

.map-popup-checkout button.btn-cart { float: right; }

.map-info .price { margin-right: 10px; }

/* ======================================================================================= */
/* RSS */
.rss-title h1 { background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/i_rss-big.png) 0 4px no-repeat; padding-left: 27px; }

.rss-table .link-rss { display: block; line-height: 1.35; background-position: 0 2px; }

/*Hide button checkout*/
.checkout-multishipping-address-newbilling .topcart-popup .btn-remove, .checkout-multishipping-address-selectbilling .topcart-popup .btn-remove, .checkout-multishipping-address-editshipping .topcart-popup .btn-remove, .checkout-multishipping-overview .topcart-popup .btn-remove, .checkout-multishipping-billing .topcart-popup .btn-remove, .checkout-multishipping-shipping .topcart-popup .btn-remove, .checkout-multishipping-address-newshipping .topcart-popup .btn-remove, .checkout-multishipping-addresses .topcart-popup .btn-remove, .checkout-onepage-index .topcart-popup .btn-remove { display: none !important; }

.cart .title-buttons .checkout-types { display: /* none; */ inline-block;}

/* Options Tool Tip */
.dd-truncated { width: 100%; margin-top: 5px; float: left; }

.truncated { cursor: help; padding-top: 0; float: left; }
.truncated a.dots { cursor: help; }
.truncated a.details { cursor: help; float: left; }
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated .truncated_full_value .item-options { position: absolute; top: -99999em; left: -99999em; z-index: 999; width: 250px; padding: 8px; border: 1px solid #ddd; background-color: #f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight: bold; text-transform: uppercase; }
.truncated .show .item-options { top: 15px; left: 0; }

dl.item-options dt { font-weight: normal; }
dl.item-options dd .price { font-size: 100%; }

/* ======================================================================================= */
/* Shipping and Payment methods */
.please-wait { margin-right: 5px; margin-top: 0; display: inline-block; }
.please-wait img { vertical-align: middle; }

.cvv-what-is-this { cursor: help; margin-left: 5px; line-height: 40px; }

.info-set { margin-bottom: 15px; }

.paypal-shipping-method.box { border: none; padding: 0; margin: 0; }

.sp-methods dt { font-weight: normal; }
.sp-methods input.radio { margin-top: -1px; display: inline-block; }
.sp-methods .checkmo-list address { float: left; }
.sp-methods .centinel-logos a { margin-right: 3px; }
.sp-methods .centinel-logos img { vertical-align: middle; }
.sp-methods .release-amounts { margin: 0.5em 0 1em; }
.sp-methods .release-amounts button { float: left; margin: 5px 10px 0 0; }

/* Tooltip */
.tool-tip { border: 1px solid #ddd; background-color: #f6f6f6; padding: 5px; position: absolute; z-index: 9999; top: 200px !important; }
.tool-tip .btn-close { text-align: right; }
.tool-tip .btn-close a { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; width: 15px; height: 15px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: 0 0; background-repeat: no-repeat; background-image: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/btn_window_close.gif); }
.tool-tip .tool-tip-content { padding: 5px; }

/* Gift Messages */
.gift-messages-form label { float: none !important; position: static !important; display: inline-block; }
.gift-messages-form .item { margin: 0 0 10px; }
.gift-messages-form .item .product-img-box { float: left; width: 75px; }
.gift-messages-form .item .product-image { margin: 0 0 7px; }
.gift-messages-form .item .number { margin: 0; font-weight: bold; text-align: center; }
.gift-messages-form .item .details { margin-left: 90px; }

.gift-message-link { display: block; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left: 20px; }

.gift-message-link.expanded { background-position: 0 -53px; }

.gift-message-row .btn-close { float: right; }

.gift-message dt strong { font-weight: bold; }

.opc .gift-messages-form { margin: 0px 0 10px; padding: 10px 15px; position: static; }

.opc .gift-messages-form .inner-box { padding: 5px; }

/* Checkout Agreements */
.checkout-agreements .agree { padding: 6px; padding: 6px 0; margin-top: 10px; }
.checkout-agreements li { margin: 10px 0; }
.checkout-agreements .agreement-content { border: 1px solid #ddd; background-color: #f6f6f6; padding: 5px; height: 10em !important; overflow: auto; }
.checkout-agreements .agreement-content input.checkbox { margin-top: 0; margin-right: 10px; }

/* Centinel */
.centinel .authentication { border: 1px solid #ddd; background: #fff; }
.centinel .authentication iframe { width: 99%; height: 400px; background: transparent !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }

/* Multiple Addresses Checkout */
.checkout-progress { padding: 0px 50px; margin: 10px 0; }
.checkout-progress li { border-top: 10px solid #999999; float: left; font-weight: bold; margin: 0 3px 0 0; padding: 2px 0 0; text-align: center; width: 19%; }
.checkout-progress li.active { border-top-color: #E96200; color: #E96200; }

.multiple-checkout { position: relative; padding-bottom: 20px; }
.multiple-checkout .title-buttons { text-align: left; }
.multiple-checkout .title-buttons h1 { width: 100%; text-align: left; }
.multiple-checkout .title-buttons button.button { float: right; margin-top: 15px; margin-right: 0; }
.multiple-checkout .tool-tip { top: 50%; margin-top: -120px; right: 10px; }
.multiple-checkout .grand-total { font-size: 1.5em; text-align: right; }
.multiple-checkout #checkout-review-submit { padding-top: 20px; }
.multiple-checkout #checkout-review-submit #review-buttons-container { padding-top: 20px; }
.multiple-checkout .col2-set { padding-bottom: 20px; }

/* ======================================================================================= */
.customer-account-resetpassword .fieldset { margin-top: 0px !important; }
.customer-account-resetpassword .buttons-set { width: 100%; float: left; margin-top: 10px; }
.customer-account-resetpassword .buttons-set p.required { margin-bottom: 10px; }

.customer-account-forgotpassword .fieldset { width: 100%; }
.customer-account-forgotpassword .fieldset .form-list input.input-text { width: 260px; }

/* Captcha */
.captcha-image { float: left; position: relative; }

.captcha-img { border: 1px solid #ccc; }

.captcha-reload { position: absolute; top: 2px; right: 2px; }
.captcha-reload.refreshing { animation: rotate 1.5s infinite linear; -webkit-animation: rotate 1.5s infinite linear; -moz-animation: rotate 1.5s infinite linear; }

@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); }
  0% { -webkit-transform: rotate(-360deg); } }
@-moz-keyframes rotate { 0% { -moz-transform: rotate(0); }
  0% { -moz-transform: rotate(-360deg); } }
@keyframes rotate { 0% { transform: rotate(0); }
  0% { transform: rotate(-360deg); } }
/* Remember Me Popup ===================================================================== */
.window-overlay { background: rgba(0, 0, 0, 0.35); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 990; }

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float: none; margin: 0; }

.my-wishlist .cart-cell button.button { margin-bottom: 5px; }

.downloadable-customer-products .data-table th { white-space: nowrap; }

.sales-order-view .my-account a.link-reorder, .sales-order-view .my-account span.separator, .sales-order-view .my-account a.link-print { float: right; padding-top: 5px; padding-bottom: 5px; margin-top: 8px; }

#cart-sidebar-reorder-advice-container { margin: 1em 0; }

/* Order View */
.order-info { padding: 5px 0px; }

.order-details .table-caption { padding: 0 0px; }

.order-info dt, .order-info dd, .order-info ul, .order-info li { display: inline; }

.order-info dt { font-weight: bold; }

.order-date { margin: 10px 0px; }

.page-print .order-date { margin: 10px 0px; }

.order-info-box { padding: 0; }

.sales-order-view .my-account .title-buttons h1 { text-align: left; width: 100%; }

.order-items { width: 100%; }

.order-items #my-orders-table.data-table tfoot td.a-right { text-align: right !important; }

.order-additional { margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong { color: #666; }

.gift-message dd { margin: 5px 0 0; }

/* Order Comments */
.order-about dt { font-weight: bold; }

.order-about dd { margin: 0 0 7px; }

.tracking-table { margin: 0 0 15px; }

.tracking-table th { font-weight: bold; white-space: nowrap; }

.tracking-table-popup { width: 100%; }

.tracking-table-popup th { font-weight: bold; white-space: nowrap; }

.tracking-table-popup th, .tracking-table-popup td { padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head img { float: left; }

.page-print .print-head address { float: left; margin-left: 15px; }

/* Price Rewrites */
.page-print .gift-message-link { display: none; }

.page-print .price-excl-tax, .page-print .price-incl-tax { display: block; white-space: nowrap; }

.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price { display: inline; }

/*Newsletter Subscription*/
.newsletter-manage-index .fieldset { float: none; width: 100%; }

.newsletter-manage-index .fieldset .legend { padding-bottom: 10px; }

/*Share Your Wishlist*/
.wishlist-index-share .my-account .buttons-set p.required { width: 100%; }

.wishlist-index-share .my-account .buttons-set p.back-link { float: left; margin-bottom: 5px; }

.wishlist-index-share .fieldset { float: none; width: 100%; }

.my-wishlist .truncated { clear: both; }

/* Footer ================================================================================ */
.footer ul li { display: inline; }

.list-inline { margin-left: 0; }

/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .tags:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-description:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after, .widget-static-block:after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

/* ======================================================================================= */
/*========== Icons & Brands & Logo ==========*/
.icon, .brand-logo, .em-payment-icon { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; }

/*============Banner Center============*/
.banner-center { text-align: center; margin-bottom: 17px; }
.banner-center a { margin-bottom: 0; display: inline-block; max-width: 100%; }

/*========== back to top ==========*/
#back-top { z-index: 15; position: fixed; right: 15px; bottom: 20px; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: inline-block; }
#back-top a { display: inline-block; text-align: center; height: 52px; width: 52px; border: 1px solid; position: relative; text-transform: uppercase; padding-top: 25px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; /*@include transition1();*/ }
#back-top a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f077"; font-size: 12px; position: absolute; top: 5px; left: 18px; }

#bg_fade { z-index: 999; opacity: 0.5; }

#overlay { opacity: 0.8; filter: alpha(opacity=80); }

/******Class Padding********/
.emfilter-ajaxblock-loading { position: relative; text-align: center; }

.emfilter-ajaxblock-loading:before { display: inline-block; border-style: solid; border-width: 5px; border-left-color: #f02222; border-radius: 974px; -o-border-radius: 974px; -ms-border-radius: 974px; -webkit-border-radius: 974px; -moz-border-radius: 974px; content: ""; height: 40px; width: 40px; margin: 3rem auto; animation: cssload-rotate 1150ms linear infinite; -o-animation: cssload-rotate 1150ms linear infinite; -ms-animation: cssload-rotate 1150ms linear infinite; -webkit-animation: cssload-rotate 1150ms linear infinite; -moz-animation: cssload-rotate 1150ms linear infinite; }

@keyframes cssload-rotate { 100% { transform: rotate(360deg); } }
@-o-keyframes cssload-rotate { 100% { -o-transform: rotate(360deg); } }
@-ms-keyframes cssload-rotate { 100% { -ms-transform: rotate(360deg); } }
@-webkit-keyframes cssload-rotate { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes cssload-rotate { 100% { -moz-transform: rotate(360deg); } }
/* ============================================ * Button ============================================ */
a.viewall, a.goto-cart, button.button, .tp-caption a.ss-btn-link, .button-link, .em-sidebar a.link-cart, #em_quickshop_handler, #shopping-cart-table .button-grey { border: 1px solid; overflow: visible; width: auto; margin: 0 10px 10px 0; padding: 7px 10px; cursor: pointer; float: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; white-space: nowrap; }
a.viewall span, a.goto-cart span, button.button span, .tp-caption a.ss-btn-link span, .button-link span, .em-sidebar a.link-cart span, #em_quickshop_handler span { display: inline-block; text-align: center; text-transform: uppercase; padding: 0 3px; }

.cart button.btn-checkout span span { padding: 4px 10px; }

#shopping-cart-table .button-grey {background-color: #f1f1f1; border-color: #f1f1f1; color: #a1a1a1; font: 700 12px/1.35 Lato,Helvetica,Arial,sans-serif; text-transform: uppercase;}
#shopping-cart-table .button-grey:hover {background-color: #ffffff; border-color: #658c45; color: #658c45;}


/*=====Button Icon=====*/
/*=====Button Quickshop============*/
.quickshop-link-container { display: inline; }
.quickshop-link-container .quickshop-link { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; text-indent: 0; padding: 7px; vertical-align: top; width: 30px; float: none; display: inline-block; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border-style: solid; border-width: 1px; }
.quickshop-link-container .quickshop-link span { padding: 0; }
.quickshop-link-container .quickshop-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f06e"; font-size: 14px; }

/*=====Button Add To Cart=====*/
.em-sidebar a.link-cart, .button-link.link-cart, .em-sidebar button.button.btn-cart, button.button.btn-cart { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; text-indent: 0; padding: 7px; vertical-align: top; width: 30px; margin-right: 5px; float: none; display: inline; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 0; }
.em-sidebar a.link-cart span, .button-link.link-cart span, .em-sidebar button.button.btn-cart span, button.button.btn-cart span { padding: 0; }
.em-sidebar a.link-cart:before, .button-link.link-cart:before, .em-sidebar button.button.btn-cart:before, button.button.btn-cart:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f07a"; font-size: 14px; }

button.button.btn-cart { width: auto; }
button.button.btn-cart span { padding: 0 3px; }

.em-featured-slider button.button.btn-cart { font-size: 0; }
.em-featured-slider button.button.btn-cart span { padding: 0; }

/*=====End Button Add To Cart=====*/
/*=====Button Add To Wishlist/Compare=====*/
.add-to-links { margin-bottom: 0; }

.link-wishlist, .add-to-links li a.link-wishlist { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; text-indent: 0; padding: 7px; vertical-align: top; width: 30px; border: 1px solid; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.link-wishlist span, .add-to-links li a.link-wishlist span { padding: 0; }
.link-wishlist:before, .add-to-links li a.link-wishlist:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f08a"; font-size: 14px; }

.add-to-links li a.link-compare { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; text-indent: 0; padding: 7px; vertical-align: top; width: 30px; border: 1px solid; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.add-to-links li a.link-compare span { padding: 0; }
.add-to-links li a.link-compare:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f079"; font-size: 14px; }

/*=====End Button Add To Wishlist/Compare=====*/
/*=====Button Back=====*/
p.back-link a { border: 1px solid; overflow: visible; width: auto; margin: 0 10px 10px 0; cursor: pointer; float: left; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 7px 25px; text-transform: uppercase; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
p.back-link a small { display: none; }

/*=====End Button Back=====*/
/*=====Button Remove/Edit=====*/
.btn-remove, .btn-remove2 { font-size: 0; display: inline-block; border: 2px solid #d4d4d4; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.btn-remove:before, .btn-remove2:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00d"; font-size: 11px; padding: 3px 4px; color: #fff; background: #000000; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

/*Button edit*/
.btn-edit { font-size: 0; border: 2px solid #d4d4d4; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.btn-edit:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; font-size: 11px; padding: 3px 4px; color: #fff; background: #000000; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

/*=====End Button Remove/Edit=====*/
/*=====Button Fullwidth=====*/
/*button fullwidth*/
button.button-full-width, .button-full-width { margin-right: 0; width: 100%; }
button.button-full-width span, .button-full-width span { float: none; display: inline-block; width: 100%; }

/*=====End Button Fullwidth=====*/
/*======Button Ajax======*/
.ajaxcart a.back, .ajaxcart a.next, .ajaxcart a.green-next { border: 1px solid; overflow: visible; width: auto; margin: 0 10px 10px 0; cursor: pointer; float: left; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 7px 25px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.ajaxcart a.back span, .ajaxcart a.next span { float: left; text-align: center; text-transform: uppercase; }

.ajaxcart a.green-next {background-color: #658c45; border-color: #658c45; color: #ffffff; font: 700 12px/1.35 Lato,Helvetica,Arial,sans-serif; text-transform: uppercase;}
.ajaxcart a.green-next:hover {background-color: #ffffff; border-color: #658c45; color: #658c45;}

/*======End Button Ajax======*/
/*========Button Load More=========*/
.load-more-image { text-align: center; display: inline-block; width: 100%; }
.load-more-image a.load-more { display: inline-block; padding: 11px 20px; min-width: 220px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/*========== Data Table ==========*/
#wishlist-table { display: inline-block; overflow: inherit; }

table colgroup, .data-table colgroup { width: 100%; }

.data-table { width: 100%; }
.data-table th { white-space: nowrap; padding: 14px 20px; border-width: 1px; border-style: solid; }
.data-table tr td { padding: 14px 20px; border-width: 1px; border-style: solid; }
.data-table tr td em { font-style: normal; }
.data-table tr td button.button { white-space: nowrap; }
.data-table thead th { border-width: 1px; border-style: solid; }
.data-table tbody .label { display: table-cell; vertical-align: middle; text-align: left; }

.customer-account-index .my-account .data-table tr th, .sales-order-history .my-account .data-table tr th { border-left-width: 0; border-right-width: 0; }
.customer-account-index .my-account .data-table tr th:first-child, .sales-order-history .my-account .data-table tr th:first-child { border-left-width: 1px; }
.customer-account-index .my-account .data-table tr th.last, .sales-order-history .my-account .data-table tr th.last { border-right-width: 1px; }
.customer-account-index .my-account .data-table tr td, .sales-order-history .my-account .data-table tr td { border-width: 0; }
.customer-account-index .my-account .data-table tr td:first-child, .sales-order-history .my-account .data-table tr td:first-child { border-left-width: 1px; }
.customer-account-index .my-account .data-table tr td.last, .sales-order-history .my-account .data-table tr td.last { border-right-width: 1px; }
.customer-account-index .my-account .data-table tr.last td, .sales-order-history .my-account .data-table tr.last td { border-bottom-width: 1px; }

#checkout-step-review .data-table tr th { border-left-width: 0; border-right-width: 0; }
#checkout-step-review .data-table tr th:first-child { border-left-width: 1px; }
#checkout-step-review .data-table tr th.last { border-right-width: 1px; }
#checkout-step-review .data-table tr td { border-width: 0; }
#checkout-step-review .data-table tr td:first-child { border-left-width: 1px; }
#checkout-step-review .data-table tr td.last { border-right-width: 1px; }
#checkout-step-review .data-table tr.last td { border-bottom-width: 1px; }
#checkout-step-review .data-table tr td, #checkout-step-review .data-table th { padding-left: 10px; padding-right: 10px; }
#checkout-step-review .data-table td { /*padding:34px 10px 10px;*/ }
#checkout-step-review .data-table tr.last td { /*padding-bottom:34px;*/ }
#checkout-step-review .data-table tfoot tr td { border: none; padding: 0 10px 5px 20px; }
#checkout-step-review .data-table tfoot tr td.last { text-align: left !important; }
#checkout-step-review .data-table tfoot tr td .price { display: block; margin-top: -10px; }
#checkout-step-review .data-table tfoot tr.first td { padding-top: 21px; }
#checkout-step-review .data-table tfoot tr.last td { padding-top: 0px; padding-bottom: 16px; }
#checkout-step-review .data-table tfoot tr.last td .price { margin-top: -7px; }
#checkout-step-review .data-table .cart-price { /*display:block;
margin-top:-6px;*/ }

#checkout-step-review .data-table tfoot tr td.a-right.last {text-align: right !important;}


.cart .data-table tr th { border-left-width: 0; border-right-width: 0; }
.cart .data-table tr th:first-child { border-left-width: 1px; }
.cart .data-table tr th.last { border-right-width: 1px; }
.cart .data-table tr td { border-width: 0; }
.cart .data-table tr td:first-child { border-left-width: 1px; }
.cart .data-table tr td.last { border-right-width: 1px; }
.cart .data-table tr.last td { border-bottom-width: 1px; }

/* ============================================ * Product Effects ============================================ */
/*=============Effect Alternative Images Product==============*/
/*show-hide*/
.products-list .item a.product-image .em-alt-hover, .products-grid.isotope .item a.product-image .em-alt-hover, .product-item a.product-image .em-alt-hover { position: absolute; left: 0%; top: 0%; opacity: 0 !important; filter: alpha(opacity=0) !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.products-list .item:hover a.product-image .em-alt-org, .products-grid.isotope .item:hover a.product-image .em-alt-org, .product-item:hover a.product-image .em-alt-org { opacity: 0 !important; filter: alpha(opacity=0) !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.products-list .item:hover a.product-image .em-alt-hover, .products-grid.isotope .item:hover a.product-image .em-alt-hover, .product-item:hover a.product-image .em-alt-hover { opacity: 1 !important; filter: alpha(opacity=100) !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0; }

/*effect button*/
.em-effect06 { position: relative; z-index: 1; text-align: center; }
.em-effect06 a { position: relative; overflow: hidden; z-index: 0; display: inline-block; vertical-align: top; max-width: 100%; }
.em-effect06 a:after { content: ''; position: absolute; z-index: 1; width: 100%; height: 0; top: 0; left: 0; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(0, 0, 0, 0.18); }
.em-effect06 .em-eff06-02:after { height: 100%; bottom: 0; opacity: 0; filter: alpha(opacity=0); }
.em-effect06 .em-eff06-02:hover:after { opacity: 1; filter: alpha(opacity=100); }
.em-effect06 .em-eff06-03:after { height: 100%; bottom: 0; -webkit-transform: scaleX(0); transform: scaleX(0); }
.em-effect06 .em-eff06-03:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1); }
.em-effect06 .em-eff06-04:after { width: 0; height: 0; top: 0; left: 0; }
.em-effect06 .em-eff06-04:before { width: 0; height: 0; bottom: 0; right: 0; content: ''; position: absolute; z-index: 1; height: 0; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(0, 0, 0, 0.18); }
.em-effect06 .em-eff06-04:hover:after { width: 100%; height: 100%; }
.em-effect06 .em-eff06-04:hover:before { width: 100%; height: 100%; }

/*border*/
.effect03 a { display: block; position: relative; }
.effect03 a:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect03 a:hover:before { z-index: 2; box-shadow: 0 0 0 2px #658c45 inset; opacity: 1; filter: alpha(opacity=100); }

/*effect hover bkg style1*/
/*effect hover bkg center to left right*/
/*effect hover bkg shadow top to bottom*/
/*effect hover bkg shadow bottom to top*/
/*effect hover text*/
.effect-hover-text { position: relative; overflow: hidden; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-hover-text .banner-img { display: block; max-width: 100%; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.effect-hover-text .banner-img:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.48); -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.effect-hover-text:hover .banner-img:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.effect-hover-text .banner-img img { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.effect-hover-text .banner-text { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0%; right: 0; }
.effect-hover-text .banner-text img { margin: 0; }
.effect-hover-text:hover .banner-img img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.effect-hover-text:hover .banner-text { top: -30px; }

.effect-hover-text2 { position: relative; overflow: hidden; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-hover-text2 .banner-img:after { border-radius: 50%; background: #000; opacity: 0.4; filter: alpha(opacity=40); position: absolute; width: 125%; height: 165%; top: -32.5%; left: -12.5%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); transition: all 250ms linear; -webkit-transition: all 250ms linear; content: ""; }
.effect-hover-text2:hover .banner-img:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.effect-hover-text2 .banner-img img { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.effect-hover-text2 .banner-text { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0%; right: 0; }
.effect-hover-text2 .banner-text img { margin: 0; }
.effect-hover-text2:hover .banner-img img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.effect-hover-text3 { position: relative; overflow: hidden; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-hover-text3 .banner-img { display: block; max-width: 100%; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.effect-hover-text3 .banner-img:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.48); -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.effect-hover-text3:hover .banner-img:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.effect-hover-text3 .banner-img:before { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; }
.effect-hover-text3 .banner-img img { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.effect-hover-text3 .banner-text { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0%; right: 0; }
.effect-hover-text3 .banner-text img { margin: 0; }
.effect-hover-text3:hover .banner-img img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.effect-hover-text3:hover .banner-text { top: -30px; }

.effect-hover-text4 { position: relative; overflow: hidden; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-hover-text4 .banner-img { position: relative; overflow: hidden; display: block; max-width: 100%; }
.effect-hover-text4 .banner-img:after { content: ''; position: absolute; /*z-index: 1;*/ width: 100%; top: 0; left: 0; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(0, 0, 0, 0.48); height: 100%; bottom: 0; -webkit-transform: scaleX(0); transform: scaleX(0); }
.effect-hover-text4:hover .banner-img:after { -webkit-transform: scaleX(1); transform: scaleX(1); }
.effect-hover-text4 .banner-img img { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.effect-hover-text4 .banner-text { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0%; right: 0; }
.effect-hover-text4 .banner-text img { margin: 0; }
.effect-hover-text4:hover .banner-img img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.effect-hover-text5 { position: relative; overflow: hidden; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-hover-text5 .banner-img { display: block; max-width: 100%; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.effect-hover-text5 .banner-img:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.48); -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.effect-hover-text5:hover .banner-img:before { -webkit-transform: scaleY(1); transform: scaleY(1); }
.effect-hover-text5 .banner-img:before { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; }
.effect-hover-text5 .banner-img img { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.effect-hover-text5 .banner-text { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0%; right: 0; }
.effect-hover-text5 .banner-text img { margin: 0; }
.effect-hover-text5:hover .banner-img img { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.effect-hover-text5:hover .banner-text { top: 30px; }

/*=============effect FLIP BOOK==================*/
.effect-flip-book .flip_book_container { position: relative; -webkit-perspective: 1000; -moz-perspective: 1000; -o-perspective: 1000; -ms-perspective: 1000; perspective: 1000; }
.effect-flip-book .flip_book_container .flip_book_face { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }
.effect-flip-book .flip_book_container .flip_book_face img { position: absolute; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-flip-book .flip_book_container .flip_book_face .flip_book_face_left { -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -o-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; z-index: 1; }
.effect-flip-book .flip_book_container .flip_book_face .flip_book_face_right { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -o-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; z-index: 1; }
.effect-flip-book .flip_book_container:hover { z-index: 1; }
.effect-flip-book .flip_book_container:hover .flip_book_face_left { -webkit-transform: rotateY(-86deg); -moz-transform: rotateY(-86deg); -o-transform: rotateY(-86deg); -ms-transform: rotateY(-86deg); transform: rotateY(-86deg); }
.effect-flip-book .flip_book_container:hover .flip_book_face_right { -webkit-transform: rotateY(86deg); -moz-transform: rotateY(86deg); -o-transform: rotateY(86deg); -ms-transform: rotateY(86deg); transform: rotateY(86deg); }
.effect-flip-book img { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.effect-flip-book .banner-img { position: relative; }
.effect-flip-book .banner-img a.effect { position: relative; overflow: hidden; z-index: 0; display: block; }
.effect-flip-book .banner-img a.effect:after { content: ''; position: absolute; z-index: 1; width: 0; height: 0; top: 0; left: 0; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(0, 0, 0, 0.18); }
.effect-flip-book .banner-img a.effect:before { width: 0; height: 0; bottom: 0; right: 0; content: ''; position: absolute; z-index: 1; height: 0; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(0, 0, 0, 0.18); }
.effect-flip-book .banner-img .desc { position: absolute; left: 0; right: 0; bottom: 40%; margin: 0 auto; color: #fff; cursor: pointer; text-align: center; }
.effect-flip-book .banner-img .desc h2, .effect-flip-book .banner-img .desc h1 { color: #fff; }
.effect-flip-book .banner-img .desc .button-link { float: none; display: inline-block; height: 0; padding: 0; font-size: 0; opacity: 0; filter: alpha(opacity=0); }
.effect-flip-book .banner-img:hover .button-link { height: 100%; padding: 10px 25px; font-size: 100%; opacity: 1; filter: alpha(opacity=100); }
.effect-flip-book .banner-img:hover a.effect:after, .effect-flip-book .banner-img:hover a.effect:before { width: 100%; height: 100%; }

/*===============effect hover line center===============*/
.em-effect-13 { /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; }
.em-effect-13:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-effect-13:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-effect-13 .hov { display: none; }

.em-blog-item .hov { display: none; }

/* ============================================ * Product Effects ============================================ */
.products-grid li.item.cat-effect01 .product-item a.product-image { position: relative; }
.products-grid li.item.cat-effect01 .product-item a.product-image .bkg-hover { margin: 0; transform: scale(0, 0); -moz-transform: scale(0, 0); -webkit-transform: scale(0, 0); }
.products-grid li.item.cat-effect01:hover a.product-image .bkg-hover { background: #000; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.5; filter: alpha(opacity=50); transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); transition: transform .5s ease 0s; -moz-transition: -moz-transform .5s ease 0s; -ms-transition: -ms-transform .5s ease 0s; -webkit-transition: -webkit-transform .5s ease 0s; }

.products-grid .item { position: relative; }
.products-grid .item a.product-image:after { content: ""; position: absolute; left: 50%; right: 50%; top: 50%; bottom: 50%; z-index: 0; display: inline-block; opacity: 0; filter: alpha(opacity=0); transition: all 300ms ease-in-out 0s; -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; background-color: #000000; }
.products-grid .item:hover a.product-image:after { opacity: 0.6; filter: alpha(opacity=60); left: -10px; right: -10px; top: -10px; bottom: 0; }

/*Effect Border */
.effect { position: relative; }

.effect-line { position: absolute; content: ""; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; }
.effect-line:before { z-index: 1; content: ""; position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -moz-transform: scale(0, 1); -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; }
.effect-line:after { z-index: 1; content: ""; position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1, 0); -moz-transform: scale(1, 0); -webkit-transform: scale(1, 0); -ms-transform: scale(0, 1); transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; }
.effect-line:hover:before, .effect-line:hover:after { transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); }

.effect-line-02 { position: absolute; content: ""; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; }
.effect-line-02:before { z-index: 1; content: ""; position: absolute; left: 10px; right: 10px; top: 20px; bottom: 20px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -moz-transform: scale(0, 1); -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; }
.effect-line-02:after { z-index: 1; content: ""; position: absolute; left: 20px; right: 20px; top: 10px; bottom: 10px; border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1, 0); -moz-transform: scale(1, 0); -webkit-transform: scale(1, 0); -ms-transform: scale(0, 1); transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; }
.effect-line-02:hover:before, .effect-line-02:hover:after { transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); }

/*Module*/
/** @category   Mage @package    ConfigurableSwatches */
/* Clears */
.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

.product-view .product-options .swatch-attr { float: none; display: block; clear: both; border: 0; }

.product-view .product-options dt.swatch-attr label { display: block; line-height: 1.3; }

/* General Swatch Styling */
.configurable-swatch-list { margin-left: -3px; zoom: 1; clear: both; }

.configurable-swatch-list li { float: left; zoom: 1; margin: 0 0 0 3px; }

#narrow-by-list dd .configurable-swatch-list li { margin: 0 0 0 3px; width: 47%; }

.swatch-link img { border-radius: 3px; }

.swatch-link, .swatch-label { display: block; border-radius: 3px; font-size: 14px; text-align: center; color: #666666; text-decoration: none; box-sizing: content-box; }

.swatch-link { border: 1px solid #bbbbbb; margin: 0 0 3px; }

#narrow-by-list dd .swatch-link { float: left; margin-right: 2px; padding: 0; }

.currently .swatch-link { display: inline-block; margin: 0 0 0 10px; }

.swatch-label { border: 1px solid #fff; margin: 0; white-space: nowrap; background: #efefef; }

.swatch-link:hover { cursor: pointer; }

.currently .swatch-link:hover { cursor: default; }

.swatch-link .x { display: none; text-indent: -999em; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/bg_x.png) center no-repeat transparent; z-index: 10; }

.configurable-swatch-list .not-available .x { display: block; }

.configurable-swatch-list .not-available .swatch-link { border-color: #e6e6e6; position: relative; }

.configurable-swatch-list .not-available .swatch-label { color: #aaa; background: #fff; }

/* Image Swatches */
.swatch-link.has-image .swatch-label { position: relative; }

.swatch-link.has-image img { position: absolute; top: 0; left: 0; }

.configurable-swatch-list .not-available .swatch-link.has-image img { opacity: 0.4; filter: alpha(opacity=40); }

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover { border-color: #44f; }

.currently .swatch-link:hover { border-color: #bbbbbb; }

.configurable-swatch-list .wide-swatch .swatch-label { padding: 0 6px; }

.configurable-swatch-box { background: none !important; }

.configurable-swatch-box select.swatch-select { display: none; }

.configurable-swatch-box .validation-advice { margin: 0 0 5px; background: #D91A00; padding: 2px 5px !important; font-weight: bold; color: #fff !important; float: left; display: block; border-radius: 3px; }

/* CUSTOM */
.availability.out-of-stock span { color: #333; }

.product-view .add-to-cart button.out-of-stock { background-position: -80px -362px; cursor: default; }

.product-view .product-options dd .input-box { width: auto; height: auto; }

.product-options .select-label { display: none; }

.product-options dt.swatch-attr label, .product-options dt.swatch-attr .select-label { font-size: 12px; }

.product-options dt.swatch-attr .select-label { display: inline; font-weight: normal; color: #00acb1; padding-left: 5px; }

/*=============Tab Slider Simple============*/
.em-tabs, .em-details-tabs { display: inline-block; width: 100%; }
.em-tabs ul.em-tabs-control li, .em-details-tabs ul.em-tabs-control li { display: inline-block; margin-bottom: -1px; }
.em-tabs ul.em-tabs-control li a, .em-details-tabs ul.em-tabs-control li a { position: relative; margin-right: 0; padding: 10px 20px; }

.products-list.owl-carousel .owl-item .item, .products-grid.owl-carousel .owl-item .item { margin-right: 0; }
.products-list.owl-carousel .owl-item .em-item-slider .products-grid .item, .products-grid.owl-carousel .owl-item .em-item-slider .products-grid .item { margin-bottom: 2rem; }
.products-list.owl-carousel .owl-item .em-item-slider .products-grid .item.last, .products-grid.owl-carousel .owl-item .em-item-slider .products-grid .item.last { margin-bottom: 0; }

/*==========Show Pagination============*/
.owl-carousel .owl-item .item { float: none; margin-bottom: 0; width: 100%; }

/*=============Tab Slider Product============*/
.em-details-tabs.r-tabs, .em-tabs { text-align: center; }
.em-details-tabs.r-tabs .em-tabs-control, .em-tabs .em-tabs-control { border-bottom-width: 1px; border-bottom-style: solid; }
.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor, .em-tabs .r-tabs-nav .r-tabs-anchor { border-width: 1px; border-style: solid; }
.em-details-tabs.r-tabs .r-tabs-panel, .em-tabs .r-tabs-panel { margin-bottom: 0; padding-bottom: 0; }
.em-details-tabs.r-tabs .em-details-tabs-content, .em-details-tabs.r-tabs .em-tabs-content, .em-tabs .em-details-tabs-content, .em-tabs .em-tabs-content { padding: 15px 0 0; }

.em-details-tabs.r-tabs .r-tabs-nav .r-tabs-anchor { margin-right: 0; }
.em-details-tabs.r-tabs .em-details-tabs-content { border-width: 1px; border-style: solid; margin-top: -1px; padding: 2rem; -moz-border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; }
.em-details-tabs .tabs-control { text-align: left; }

/*tab title center, show icon*/
.em-tabs-widget .products-grid li.item { width: 100%; }

/*tab mobile*/
.r-tabs .r-tabs-accordion-title .r-tabs-anchor { text-transform: uppercase !important; border-width: 1px !important; border-style: solid !important; clear: both; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/*===========Next Pre Slider============*/
.owl-theme .owl-controls { text-align: center; margin-top: 0 !important; }
.owl-theme .owl-controls .owl-pagination { margin-top: 20px; margin-bottom: 1px; }

.slider-icon-bottom .owl-theme .owl-controls { position: static; }

.em-tabs-content .owl-theme .owl-controls { top: -39px; right: 11px; overflow: initial; margin-top: 0; }

/*===========End Next Pre Slider============*/
/*===========Show Icon Next Pre Slider============*/
/*show next-pre icon*/
.owl-theme .owl-controls .owl-buttons div { border: 1px solid; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; font-size: 0 !important; margin: 0 !important; padding: 7px 7px !important; width: 32px; }
.owl-theme .owl-controls .owl-buttons div.owl-next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; font-size: 15px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-left: 3px; }
.owl-theme .owl-controls .owl-buttons div.owl-prev:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f053"; font-size: 15px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-right: 2px; }
.owl-theme .owl-controls .owl-buttons div.owl-prev { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; right: 45px; top: -70px; }
.owl-theme .owl-controls .owl-buttons div.owl-next { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; right: 10px; top: -70px; }

/*show next-pre text*/
.slider-icon-text .owl-theme .owl-controls .owl-buttons div { text-transform: uppercase; font-size: 80% !important; margin: 0 !important; padding: 0 !important; width: auto; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
.slider-icon-text .owl-theme .owl-controls .owl-buttons div:first-child { border-right: 1px solid; padding-right: 10px !important; margin-right: 10px !important; }
.slider-icon-text .owl-theme .owl-controls .owl-buttons div:before { display: none !important; }
.slider-icon-text .owl-theme .owl-controls { top: -33px; }

/*slider style padding left right, button slider left right*/
.slider-style02 { padding: 0 50px; margin: 20px 0; }
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls { position: static; }
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls .owl-buttons div { position: absolute; top: 23%; }
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls .owl-buttons div.owl-prev { left: -40px; right: auto; }
.slider-style02 .em-slider-navigation-icon.owl-theme .owl-controls .owl-buttons div.owl-next { left: auto; right: -40px; }

/*slider style navigation bottom*/
.slider-navi-bottom .owl-theme .owl-controls { margin-top: 20px !important; }
.slider-navi-bottom .owl-theme .owl-controls .owl-buttons div.owl-next, .slider-navi-bottom .owl-theme .owl-controls .owl-buttons div.owl-prev { position: static; margin: 0 3px !important; }

/*===========End Show Icon Next Pre Slider============*/
/*==========Show Pagination============*/
/*Show icon circle*/
.owl-theme .owl-controls .owl-page.active span:before, .owl-theme .owl-controls .owl-page:hover span:before { width: 4px !important; height: 4px !important; }
.owl-theme .owl-controls .owl-page span { border: 1px solid; width: 12px !important; height: 12px !important; margin: 0 0 0 10px !important; -moz-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; opacity: 1; filter: alpha(opacity=100); }

/*Show icon square*/
.slider-icon-square .owl-theme .owl-controls .owl-page span { width: 8px !important; height: 8px !important; margin: 0 0 0 2px !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; opacity: 1; filter: alpha(opacity=100); }

/*show number*/
.owl-pagination-numbers.owl-theme .owl-controls .owl-page span.owl-numbers { width: auto !important; height: auto !important; margin: 0 0 0 1px !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; border: 1px solid; padding: 2px 7px !important; font-size: 80%; }
.owl-pagination-numbers.owl-theme .owl-controls .owl-page span.owl-numbers:before { display: none !important; }
.owl-pagination-numbers.owl-theme .owl-controls .owl-pagination { margin-top: 1px; }

/*RTL*/
.em-rtl .owl-theme .owl-controls .owl-buttons div.owl-prev { right: auto; left: 10px; }
.em-rtl .owl-theme .owl-controls .owl-buttons div.owl-next { right: auto; left: 45px; }

/* ============================================ * Popup Login/Newsletter/Advertising/Add To Wishlist/Compare ============================================ */
/*popup login*/
.fancybox-opened .fancybox-skin { padding: 0 !important; }

.fancybox-skin { -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; border-radius: 5px !important; }

.popup-content { background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/media/home/popup_banner.jpg) right bottom no-repeat #f5f4f2; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; display: block; width: 100%; }
.popup-content .em-account-popup { padding: 50px; }
.popup-content .em-account-popup .action-forgot { padding-top: 5px; overflow: hidden; }
.popup-content .em-account-popup .action-forgot .actions { float: left; clear: both; }
.popup-content .em-account-popup .action-forgot .actions .required { float: left; clear: none; margin-top: 5px; }
.popup-content .em-account-popup .action-forgot .login_forgotpassword { float: left; padding-bottom: 10px; }
.popup-content .em-account-popup .action-forgot .login_forgotpassword a { text-transform: capitalize; }
.popup-content .em-account-popup .action-forgot .login_forgotpassword p { margin-bottom: 6px; }
.popup-content .em-account-popup .form-list li { width: 100%; margin-right: 0; }
.popup-content .em-account-popup .form-list p.required { font-size: 85%; padding: 0; margin: 0; }
.popup-content #show_popup { margin-right: 5px; margin-top: -2px; }

/*end popup login*/
/*Popup Ads*/
.popup-content-block .block-ads-content img { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

/*Popup newsletter*/
.popup-subscribe { padding: 50px; width: 75%; }
.popup-subscribe .em-block-title { width: 100%; margin: 0; }
.popup-subscribe .em-block-title p.h3 { margin-bottom: 6px; }

/*popup addtoContainer*/
#addtoContainer { position: fixed; left: 37%; top: 30px; width: 400px; padding: 20px; background: #fff; z-index: 9999; border: 10px solid #a1a1a1; text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#addtoContainer .back { width: 38px; height: 38px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/btn_popup-close.png"); background-position: 0 0; background-repeat: no-repeat; font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; position: absolute; right: -25px; top: -25px; }
#addtoContainer .row2 a.btn_ajaxaddto { display: inline-block; padding: 10px 25px; text-transform: uppercase; margin: 10px 5px 5px; border: 1px solid; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/*end popup addtoContainer*/
/* ============================================ * CMS Pages ============================================ */
.page-sitemap .links { display: block; text-align: right; margin: 0 20px 0 0; }
.page-sitemap .links a { position: relative; }
.page-sitemap .sitemap { padding: 0 20px; margin: 15px 0; }
.page-sitemap .sitemap li { margin: 3px 0; }
.page-sitemap .pager { text-align: center; }
.page-sitemap .pager .amount { margin-top: 0; margin-right: 10px; margin-left: 20px; }

/*=================Advanced Search===============*/
.sales-guest-form .form-alt { overflow: hidden; }

.sales-guest-form .form-alt .input-box { margin-bottom: 10px; clear: both; float: left; text-align: left !important; width: 260px !important; }

.sales-guest-form .form-alt .input-box input { width: 260px !important; }

.sales-guest-form .form-alt select { width: 260px; }

.advanced-search { width: 100%; }
.advanced-search select.multiselect { height: auto; width: 95%; }
.advanced-search .form-list .input-range input.input-text { width: 46.5%; }
.advanced-search .form-list li.wide input.input-text, .advanced-search .form-list input.input-text { width: 95%; }

/*=================Contact Us===============*/
#contactForm .fieldset { display: block; float: none; width: 100%; }

/*Email to friend*/
.send-friend .fieldset { float: none; width: 100%; }

/*===============ORDERS AND RETURNS==================*/
.form-list select.guest-select { width: 300px; }

/*================404 Page=====================*/
.not-pound-content { display: inline-block; }
.not-pound-content img.img-responsive { display: inline-block; }
.not-pound-content .group-button li { display: inline-block; padding-top: 10px; }

/* ============================================ * Search ============================================ */
/*===============Search style 01==============*/
.em-search-icon { position: relative; }
.em-search-icon span { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; text-indent: 0; margin-bottom: -30px; padding-bottom: 30px; }
.em-search-icon span:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f002"; font-size: 20px; }

.em-search { position: relative; }
.em-search .em-search-style01 .em-container-js-search, .em-search .em-search-style01 #em-search-content-fixed-top { position: absolute; right: 0px; top: 50px; width: 500px; top: 50px; background: #fff; padding: 20px; z-index: 999; }
.em-search .em-search-style01 .em-container-js-search.em-hide, .em-search .em-search-style01 #em-search-content-fixed-top.em-hide { visibility: hidden; width: 0; height: 0; opacity: 0; filter: alpha(opacity=0); }
.em-search .em-search-style01 .em-container-js-search.em-show, .em-search .em-search-style01 #em-search-content-fixed-top.em-show { visibility: visible; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: scale(1); -webkit-transform: scale(1); }

.em-rtl .em-search-style01 #em-search-content { left: 0; right: auto; }
.em-rtl .em-search .em-search-style01 .em-container-js-search, .em-rtl .em-search .em-search-style01 #em-search-content-fixed-top { left: 0; right: auto; }

.em-search-style02 .form-search button.button { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; text-indent: 0; padding: 14px; vertical-align: top; width: 44px; }
.em-search-style02 .form-search button.button span { padding: 0; }
.em-search-style02 .form-search button.button:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f002"; font-size: 14px; }

.form-search { float: right; width: 100%; margin-bottom: 0; border-style: solid; border-width: 1px; position: relative; }
.form-search .text-search { float: right; position: relative; width: 69%; }
.form-search.no_cate_search .text-search { width: 100%; }
.form-search label { display: none; }
.form-search input.input-text { border: none; float: left; font-size: 100%; margin: 0; background: none; width: 100%; padding: 5px 50px 5px 10px; height: 42px; line-height: 34px; }
.form-search button.button { float: right; position: absolute; top: -1px; right: -1px; margin: 0; padding: 13px 15px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; 		/*&:before{
			@include font-awesome("\f002",18px);
		}
		&:hover{
		} span{ span{ padding:0;
				font-size:0 !important;
				text-indent:-9999px;
				 } }*/ }
.form-search iframe#search_autocomplete_iefix { top: 25px !important; left: 0 !important; }

/*Search Category*/
.input_cat { float: left; position: relative; border-right-width: 1px; border-right-style: solid; width: 31%; }
.input_cat select { width: 100%; border: none; padding: 5px 15px; height: 39px; line-height: 39px; }
.input_cat .catsearch-dropdown span.current { cursor: default; float: left; margin-top: 0px; padding: 10px 30px 11px 5px; min-height: 39px; text-align: left; width: 100%; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.input_cat .catsearch-dropdown span.current:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0d7"; font-size: 100%; position: absolute; right: 10px; margin-top: 5px; }
.input_cat .catsearch-dropdown ul { border-style: solid; border-width: 1px; position: absolute; left: -1px; top: 39px; width: 194px; z-index: 999; max-height: 400px; overflow: auto; -webkit-box-shadow: 0 0 5px #e5e5e5; -moz-box-shadow: 0 0 5px #e5e5e5; box-shadow: 0 0 5px #e5e5e5; }
.input_cat .catsearch-dropdown ul li { padding: 5px 5px; text-align: left; }
.input_cat .catsearch-dropdown ul li:hover { cursor: pointer; }
.input_cat .catsearch-dropdown ul li a { text-decoration: none; }

/*End Search Category*/
.search-autocomplete { z-index: 999; position: absolute; top: 20px; left: 20px; }
.search-autocomplete ul { border: 1px solid #ddd; background-color: #fff; }
.search-autocomplete li { border: 1px solid #cdcdcd; padding: 3px 9px; cursor: pointer; line-height: 1.35; }
.search-autocomplete li .amount { float: right; font-weight: bold; }
.search-autocomplete li.selected { background: #f7e8dd; }

/*fix sidebar*/
.em-fixed-sidebar .form-search input.input-text { width: 75%; }

/*fix search*/
.em-top-search.search-fixed-right { position: fixed; right: 15px; bottom: 90px; z-index: 30; width: auto; margin: 0; padding: 0; }
.em-top-search.search-fixed-right .input_cat { display: none; }
.em-top-search.search-fixed-right .em-search-style01 .em-search-icon { display: none; }
.em-top-search.search-fixed-right .em-search-style01 #em-search-content { display: block; position: static; opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.em-top-search.search-fixed-right .form-search { width: auto; border-color: #ff9301; border-width: 2px; }
.em-top-search.search-fixed-right .form-search .text-search { width: 100%; min-height: 50px; }
.em-top-search.search-fixed-right .form-search input.input-text { width: 0px; overflow: hidden; padding-right: 40px; padding-left: 10px; height: 50px; text-overflow: ellipsis; white-space: nowrap; transition: none; -webkit-transition: none; }
.em-top-search.search-fixed-right .form-search input.input-text:focus { width: 300px; }
.em-top-search.search-fixed-right .form-search:hover input.input-text { width: 300px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-top-search.search-fixed-right .form-search button.button { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; top: 0px; right: 0px; padding: 15px; min-width: 50px; height: 50px; }
.em-top-search.search-fixed-right .form-search button.button:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f002"; font-size: 18px; }
.em-top-search.search-fixed-right .form-search button.button span span { padding: 0; font-size: 0 !important; text-indent: -9999px; }

.em-icon-search-mobile { float: right; cursor: pointer; }
.em-icon-search-mobile:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f002"; font-size: 14px; margin-right: 5px; }

/* ======================================================================================= */
.em-multideal-price-box p, .price-box p { display: inline-block; margin-bottom: 0; margin-top: 0; }
.em-multideal-price-box p:first-child, .price-box p:first-child { margin-right: 5px; margin-top: 0; }
.em-multideal-price-box p.price-to, .price-box p.price-to { margin-top: 0; }
.em-multideal-price-box p.old-price .price-label, .em-multideal-price-box p.special-price .price-label, .price-box p.old-price .price-label, .price-box p.special-price .price-label { display: none; }
.em-multideal-price-box .price-label, .price-box .price-label { display: inline-block; }
.em-multideal-price-box span.price, .price-box span.price { display: inline-block; }

.products-list .price-box p { margin-top: 0px; }
.products-list .price-box p.special-price { margin-top: 0; }

/* Old price */
.old-price .price { text-decoration: line-through; }

/* Excluding tax */
.price-excluding-tax { display: block; }

/* Including tax */
.price-including-tax { display: block; }

/* FPT */
.weee { display: block; }

/* Excl tax (for order tables) */
.price-excl-tax { display: block; }

.price-excl-tax .label { display: block; }

.price-excl-tax .price { display: block; }

/* Incl tax (for order tables) */
.price-incl-tax { display: block; }

.price-incl-tax .label { display: block; }

.price-incl-tax .price { display: block; }

/* css3 animation -> get name from file animate.css*/
@keyframes text_left_fast { 0% { -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -ms-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; }
  20% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); opacity: 1; }
  60% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); opacity: 1; }
  90% { -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -ms-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; }
  100% { -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -ms-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; } }
@keyframes text_left { 0% { -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -ms-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; }
  25% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); opacity: 1; }
  60% { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); opacity: 1; }
  95% { -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -ms-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; }
  100% { -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -ms-transform: translateX(-800px); transform: translateX(-800px); opacity: 0; } }
@-webkit-keyframes opa { 0% { opacity: 0; }
  25% { opacity: 0; }
  50% { opacity: 1; } }
@keyframes opa { 0% { opacity: 0; }
  25% { opacity: 0; }
  50% { opacity: 1; } }
@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; } }
/*=====================Slideshow====================*/
.em-slideshow { position: relative; z-index: 1; }

.container-fluid .col-sm-24 { padding-left: 0; padding-right: 0; }

.em-slideshow { /*margin-bottom:$space_block;*/ }
.em-slideshow .img-responsive { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-slideshow h1, .em-slideshow h3, .em-slideshow h4, .em-slideshow h2 { color: white; }
.em-slideshow h3 { position: relative; }
.em-slideshow h3:before { height: 2px; width: 50px; background-color: #fff; content: ""; position: absolute; left: 47%; bottom: 0px; }
.em-slideshow h2 { display: inline-block; position: relative; padding: 2.5rem 0; }
.em-slideshow h2:before { height: 2px; width: 100%; background-color: #fff; content: ""; position: absolute; left: 0; bottom: 0px; }
.em-slideshow h2:after { height: 2px; width: 100%; background-color: #fff; content: ""; position: absolute; left: 0; top: 0px; }
.em-slideshow .owl-carousel { margin: 0; }
.em-slideshow .owl-carousel .owl-item { padding: 0; position: relative; overflow: hidden; }
.em-slideshow .owl-carousel .owl-item img { width: 100%; }
.em-slideshow .owl-carousel .owl-item .em-owlcarousel-des { position: absolute; top: 17%; left: 25%; width: 50%; text-align: center; }
.em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown .button-link, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight .button-link, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft .button-link, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h1, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h2, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp .button-link { -webkit-animation-name: text_left_fast; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; }
.em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInDown h4, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInRight h4, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInLeft h4, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h3, .em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.fadeInUp h4 { -webkit-animation-name: text_left; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; }
.em-slideshow .owl-carousel .owl-item .em-owlcarousel-des.none { -webkit-animation-name: opa; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; }
.em-slideshow .owl-theme .owl-controls .owl-buttons div { top: 38%; font-size: 0 !important; margin: 0 !important; padding: 19px 7px !important; width: 58px; border: 1px solid; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; color: #fff; background: rgba(0, 0, 0, 0.5); border-color: transparent; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-slideshow .owl-theme .owl-controls .owl-buttons div.owl-next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; font-size: 1.9rem; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-left: 3px; }
.em-slideshow .owl-theme .owl-controls .owl-buttons div.owl-prev:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f053"; font-size: 1.9rem; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-right: 2px; }
.em-slideshow .owl-theme .owl-controls .owl-buttons div:hover { background: #fff; color: #a1a1a1; border-color: transparent; }
.em-slideshow .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0px; right: auto; }
.em-slideshow .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0px; left: auto; }
.em-slideshow .owl-theme .owl-controls .owl-pagination { position: absolute; left: 46%; bottom: 30px; margin: 0;}
.em-slideshow .owl-theme .owl-controls .owl-pagination .owl-page span { border-width: 2px; background: transparent; border-color: #a3a19e; width: 15px !important; height: 15px !important; }
.em-slideshow .owl-theme .owl-controls .owl-pagination .owl-page.active span, .em-slideshow .owl-theme .owl-controls .owl-pagination .owl-page span:hover { border-color: #fff; }
.em-slideshow a.button-link { float: none; display: inline-block; padding: 13px 20px; }
.em-slideshow a.button-link-dark { float: none; display: inline-block; padding: 13px 20px; }


#progressBar { position: absolute; z-index: 1; background: rgba(237, 237, 237, 0.22) !important; }
#progressBar #bar { background: rgba(0, 0, 0, 0.33); }

/*==========Blog==========*/
/*icon*/
.fb_comments_count:before, .comment-by:before, .comment-count:before, .comment-user:before, .post-time:before, .post-by:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f007"; font-size: 100%; margin-right: 7px; }

.post-time:before { content: '\f133'; }

.comment-count:before { content: '\f075'; }

.em_post-item .post-title h2 { margin-bottom: 10px; }
.em_post-item .post-image img { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em_post-item .post-header { overflow: hidden; padding-top: 0; margin-top: 0; display: block; margin-bottom: 5px; }

.em_post-items .em_post-item { border-top: 1px solid #e5e5e5; padding-top: 2rem; }
.em_post-items .em_post-item:first-child { border: none; padding-top: 0; }

.em_post-items .post-header { padding-top: 0px; }

.em_block-recent-post li, .em_block-recent-comments li { border-top: 1px solid #e5e5e5; padding-top: 17px; }
.em_block-recent-post li:first-child, .em_block-recent-comments li:first-child { border-top-width: 0; padding-top: 0; }
/* .em_block-recent-comments {display: none;} */

.em_block-tag-cloud {display: none;}


#allcomments > .comment-item { border: 1px solid #e5e5e5; padding: 26px 30px 19px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#allcomments .comment-by:before { display: none; }
#allcomments .time-stamp { font-size: 85%; }
#allcomments .time-stamp:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f133"; font-size: 120%; margin-right: 5px; }
#allcomments .comment-button button.button:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f112"; font-size: 100%; margin-right: 7px; float: left; margin-top: 2px; }

.form-comment { border: 1px solid #e5e5e5; padding: 23px 30px 19px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.blog-tag-view .toolbar .sort-by, .blog-category-view .toolbar .sort-by, .blog-index-index .toolbar .sort-by, .article-comments .toolbar .sort-by { margin-left: 0; }

/* ============================================ * Contacts ============================================ */
.contacts-index-index #map-canvas { margin-bottom: 23px; }
.contacts-index-index .em-wrapper-main address { margin-bottom: 10px; }
.contacts-index-index .em-wrapper-main span.fa { margin-right: 10px; }

/* ============================================ * Checkout - Mini cart ============================================ */
.em-top-cart { text-align: left; }
.em-top-cart .em-container-topcart { position: relative; }
.em-top-cart .em-container-topcart .em-amount-topcart { /*display:inline-block; 
position:relative;*/ padding-bottom: 30px; }
.em-top-cart .em-container-topcart .em-amount-topcart:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0d7"; font-size: 100%; margin-left: 5px; -webkit-transition: -webkit-transform .2s ease-in; -moz-transition: -moz-transform .2s ease-in; -o-transition: -o-transform .2s ease-in; transition: transform .2s ease-in; }
.em-top-cart .em-container-topcart:hover .em-amount-topcart:after { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.em-top-cart .topcart-popup { padding: 15px 20px 0px; border-style: solid; border-width: 1px; position: absolute; right: 0px; width: 300px; z-index: 22; top: 57px; }
.em-top-cart .topcart-popup .topcart-popup-content .em-block-subtitle { text-transform: uppercase; display: none; }
.em-top-cart .topcart-popup .topcart-popup-content .amount-content { padding: 0; }
.em-top-cart .topcart-popup .topcart-popup-content a.goto-cart { float: right !important; margin-right: 0; }
.em-top-cart .topcart-popup .actions {display: block; width: 100%;}


.topcart-popup-content .em-topcart-list { margin: 15px 0px 0; }
.topcart-popup-content li.item { position: relative; display: inline-block; width: 100%; margin: 0 0 20px; border-bottom: 1px solid #f0f0f0; padding: 0 0px 20px; }
.topcart-popup-content li.item.last { margin-bottom: 0px; }
.topcart-popup-content li.item a.product-image { float: left; margin-right: 15px; margin-bottom: 0; }
.topcart-popup-content li.item .product-details { margin-left: 120px; padding-top: 0; }
.topcart-popup-content li.item p { margin-bottom: 5px; }
.topcart-popup-content li.item .btn-edit, .topcart-popup-content li.item .btn-remove { display: inline-block; text-align: left; float: none; position: absolute; top: 0px; left: 0px; }
.topcart-popup-content li.item .btn-edit { left: 45px; display: none; }
.topcart-popup-content li.item .truncated .show .item-options { top: 15px; left: -150px; }
.topcart-popup-content .subtotal { width: 100%; float: left; text-transform: uppercase; margin: 1.2rem 0 2rem; }
.topcart-popup-content .subtotal .label { float: left; margin-right: 20px; padding-top: 6px; }
.topcart-popup-content .subtotal .price { float: right; }
.topcart-popup-content .wrapper_bottom_button { overflow: hidden; clear: both; margin: 0 -21px -1px; padding: 15px 20px 5px; }
.topcart-popup-content .wrapper_bottom_button button.button { padding-left: 20px; padding-right: 20px; }
.topcart-popup-content .wrapper_bottom_button a.goto-cart {padding: 7px 5px 7px 9px;}
.topcart-popup-content .wrapper_bottom_button a.goto-cart:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f07a"; font-size: 14px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .topcart-popup-content .wrapper_bottom_button {margin: 0 -15px;}
}


/*fixed cart*/
.cart-fixed-right { position: fixed !important; right: 15px !important; bottom: 150px !important; top: auto !important; z-index: 31; width: auto !important; padding: 0 !important; margin: 0 !important; }
.cart-fixed-right .em-summary-topcart { min-width: 54px; padding: 0 !important; margin-right: 0; }
.cart-fixed-right .em-summary-topcart span.em-icon { font-size: 25px; }
.cart-fixed-right .em-summary-topcart span { display: none !important; }
.cart-fixed-right .em-container-topcart .em-amount-topcart { padding: 15px 11px !important; display: block !important; text-align: center; margin: 0 !important; }
.cart-fixed-right .em-container-topcart .em-amount-topcart:before { display: none !important; content: ""; }
.cart-fixed-right .em-container-topcart .em-amount-topcart:after { content: "\f07a" !important; margin-left: 0; padding: 0 !important; width: auto !important; float: none !important; font-size: 130%; -moz-transform: rotate(0deg) !important; -webkit-transform: rotate(0deg) !important; -o-transform: rotate(0deg) !important; transform: rotate(0deg) !important; }
.cart-fixed-right .em-container-topcart .em-amount-topcart:hover:after { content: '\f07a'; font-size: 130%; -moz-transform: rotate(0deg) !important; -webkit-transform: rotate(0deg) !important; -o-transform: rotate(0deg) !important; transform: rotate(0deg) !important; }
.cart-fixed-right.em-top-cart .topcart-popup { top: auto; right: 60px; bottom: -55px; padding-top: 18px; }
.cart-fixed-right.em-top-cart .topcart-popup li.item a.product-image { width: 70px; }
.cart-fixed-right.em-top-cart .topcart-popup li.item .product-details { margin-left: 80px; }

/**/
.qty-ctl { float: left; height: auto; line-height: normal; margin: 0px !important; padding: 0px !important; }
.qty-ctl button { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-bottom: 0px; cursor: pointer; position: relative; background-color: transparent; border: 1px solid; text-indent: 0; width: 40px; height: 40px; padding: 0 13px; position: relative; z-index: 1; }
.qty-ctl button.decrease { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
.qty-ctl button.decrease:before { content: "-"; font-size: 20px; font-weight: bold; line-height: 1; padding-left: 4px; }
.qty-ctl button.increase { -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }
.qty-ctl button.increase:before { content: "+"; font-size: 20px; line-height: 0.5; }

.qty_cart { width: 140px; display: inline-block; }
.qty_cart input.qty { float: left; height: 40px; width: 60px !important; text-align: center; margin: 0 -1px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.qty_cart input.qty:hover, .qty_cart input.qty:focus { position: relative; z-index: 2; }

/*Shopping cart*/
.cart-table tr td { padding: 31px 20px 0px; }
.cart-table tr td .cart-product { position: relative; margin-top: -11px; }
.cart-table tr td .cart-product .btn-remove { position: absolute; top: 0; left: 0; z-index: 1; }
.cart-table tr td .cart-price { display: inline-block; margin-top: /*-12px;*/ 1px;}
.cart-table tr td .link-wishlist { display: inline-block; margin-top: -6px; }
.cart-table tr td .qty_cart { margin-top: -10px; }
.cart-table tr td.last { padding-bottom: 20px; }
.cart-table tfoot tr td { padding: 20px 0 10px; border-color: transparent; }

.cart-collaterals { padding-top: 0; /*ORDER TOTAL*/ }
.cart-collaterals h2 { padding: 10px 0; margin-bottom: 10px; }
.cart-collaterals .em-box { padding: 17px 20px 9px; min-height: 326px; margin-bottom: 50px; }
.cart-collaterals .em-box p { margin-bottom: 10px; }
.cart-collaterals .form-list { margin-bottom: 0; }
.cart-collaterals .form-list li { margin: 5px 0 0; }
.cart-collaterals .form-list li:first-child { margin-top: 0; }
.cart-collaterals input.input-text { width: 100%; }
.cart-collaterals .buttons-set { padding-top: 20px; }
.cart-collaterals .sp-methods { margin-bottom: 0; }
.cart-collaterals .sp-methods dt { float: left; margin-right: 5px; }
.cart-collaterals .totals .em-box { padding-top: 24px; }
.cart-collaterals .totals table td { padding: 0 15px 3px 0; width: 45%; text-align: right !important; }
.cart-collaterals .totals table td strong { font-weight: normal; }
.cart-collaterals .totals table td .price { display: inline-block; margin-top: /* -12px;*/ 0px;}
.cart-collaterals .totals table td:first-child { text-align: right !important; }
.cart-collaterals .totals .checkout-types { margin-top: 9px; }
.cart-collaterals .totals .checkout-types li { width: 100%; display: inline-block; margin-bottom: 0; }
.cart-collaterals .totals .checkout-types li button.btn-checkout { margin-right: 0; width: 100%; margin-bottom: 12px; text-align: center; }
.cart-collaterals .totals .checkout-types li button.btn-checkout span { float: none; display: inline-block; }
.cart-collaterals .totals .checkout-types li button.btn-checkout span { width: 100%; }

.crosssell { margin-top: 20px; }
.crosssell h2 { margin-bottom: 18px; text-align: left; }

.crosssell-content { overflow: hidden; }
.crosssell-content #em-grid-mode { margin: 0 !important; border: 1px solid #e5e5e5; padding: 10px; }

/* ============================================ * Checkout - Block Progress ============================================ */
/* Block progress*/
.em-sidebar .block-progress { margin-bottom: 20px !important; }
.em-sidebar .block-progress .block-content { padding-top: 9px; padding-bottom: 9px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

.block-progress dt { padding: 6px 0; font-weight: 500; }
.block-progress dl { margin-bottom: 0; }
.block-progress dd.complete address { margin-bottom: 6px; }
.block-progress dd.complete a.sample-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f101"; font-size: 100%; padding-right: 7px; }

/* ============================================ * Checkout - One Page ============================================ */
.opc-1sc #opc-login p a { font-size: 85%; text-transform: uppercase; font-weight: 700; }
.opc-1sc #opc-login p a:hover { text-decoration: underline; }

.opc-col > div { padding: 13px 20px; border: 1px solid #e8e8e8; margin-bottom: 40px; }
.opc-col .discount label { margin-bottom: 8px; }

.opc-col #opc-payment .form-list .v-fix:first-child, .opc-col .sp-methods .form-list .v-fix:first-child { margin-right: 4%; }

.opc-col #opc-payment .form-list .v-fix, .opc-col .sp-methods .form-list .v-fix { width: 48%; }

/* ============================================ * One Step Checkout  ============================================ */
.opc .section.allow:hover .step-title, .opc .section.allow:hover .step-title a { cursor: pointer; }
.opc .section.allow.active .step-title, .opc .section.allow.active .step-title a { cursor: default; }
.opc .step-title { margin-bottom: 10px; }
.opc .step-title .title-box { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 1rem 2rem; min-height: 37px; float: left; width: 100%; border: 1px solid #e5e5e5; }
.opc .step-title .title-box a { font-size: 0; }
.opc .step-title .number { float: left; display: none; }
.opc .step-title h2 { float: left; }
.opc .step-title a { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; font-size: 0; float: right; cursor: default; }
.opc .step-title a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f107"; font-size: 18px; margin-top: 3px; }
.opc .step { padding: 30px 20px 19px; margin-bottom: 1rem; margin-top: -13px; border: 1px solid #e5e5e5; border-top: 0; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
.opc ul.form-list { margin-bottom: 14px; }
.opc ul.form-list > li { margin-right: 0; }
.opc ul.form-list > li.wide { margin-right: 3%; }
.opc .form-list li.control { margin-top: 7px; margin-bottom: 7px; }
.opc .tool-tip { top: auto !important; bottom: 200px; }
.opc #checkout-step-login h3 { margin-bottom: 14px; }
.opc #checkout-step-login .col-2 h4 { float: left; margin-bottom: 10px; margin-right: 2px; }
.opc #checkout-step-login .col-2 .form-list { width: 90%; }
.opc #checkout-step-login .col-1 strong { font-weight: normal; }
.opc #checkout-step-login ul.ul li { padding-bottom: 7px; }
.opc #checkout-step-login ul.ul li:before { content: "+"; padding-right: 5px; }
.opc #checkout-step-login .buttons-set a { margin-top: 6px; }
.opc #checkout-step-shipping_method .sp-methods dt { float: left; margin-right: 5px; }
.opc #checkout-review-submit .button.button { float: right; margin-right: 10px; }
.opc #checkout-review-submit .please-wait { float: right; }
.opc #checkout-review-submit .f-left { float: right !important; clear: both; }

.sp-methods .form-list select, .sp-methods .form-list input.input-text { width: 280px; }
.sp-methods .form-list select.month { width: 133px; margin-right: 15px; }
.sp-methods .form-list select.year { width: 132px; }

.checkout-agreements .checkbox {display: inline-block;}


/* ============================================ * Checkout - Success ============================================ */
.checkout-onepage-success .em-col-main .em-box { padding: 27px 20px 19px; }
.checkout-onepage-success .em-col-main .em-box > p { margin-bottom: 7px; }
.checkout-onepage-success .em-col-main .buttons-set { padding-top: 8px; }
.checkout-onepage-success .em-col-main .print-order { text-decoration: none; }

/******Class Padding********/
.padding-top20 { padding-top: 20px; }

/******Visible - Hidden********/
.hidden-3col, .hidden-2col { display: none; }

/*Title Box*/
.em-block-title { text-transform: capitalize; }
.em-block-title .h2 { margin-bottom: 15px; }

#checkout-progress-wrapper .em-block-title strong span {word-break: break-word;}

.em-line-01 { position: relative; margin-bottom: 50px; }
.em-line-01 .em-block-title, .em-line-01 .em-widget-title, .em-line-01 .block-title, .em-line-01 .widget-title { border-bottom-width: 1px; border-bottom-style: solid; margin-bottom: 30px; font-size: 100%; /*padding-right:50px;*/ }
.em-line-01 .em-block-title h3, .em-line-01 .em-block-title strong, .em-line-01 .em-block-title h2, .em-line-01 .em-widget-title h3, .em-line-01 .em-widget-title strong, .em-line-01 .em-widget-title h2, .em-line-01 .block-title h3, .em-line-01 .block-title strong, .em-line-01 .block-title h2, .em-line-01 .widget-title h3, .em-line-01 .widget-title strong, .em-line-01 .widget-title h2 { margin: 0; border-bottom-width: 3px; border-bottom-style: solid; padding-bottom: 10px; display: inline-block; margin-bottom: -1px; text-transform: uppercase; position: relative; z-index: 1; }
.em-line-01 .em-block-title small, .em-line-01 .em-widget-title small, .em-line-01 .block-title small, .em-line-01 .widget-title small { font-size: 100%; }
.em-line-01 .em-tabs { margin-top: -75px; text-align: right; }
.em-line-01 .em-tabs.r-tabs .r-tabs-nav .r-tabs-anchor { margin-right: 0; margin-left: 5px; padding: 9px 20px 15px; min-height: 45px; }
.em-line-01.em-new-arrivals-tabs { /* margin-bottom: 15px; */ margin-bottom: -15px; }

.em-line-02 { border-bottom: 2px solid; margin-bottom: 20px; }

.em-block-title .long-title {font-size: 16px;}


/*box style 01*/
.em-box-01 { border: 1px solid; padding-top: 2px; margin-bottom: 20px; }
.em-box-01 > div { border-top: 1px solid; padding: 15px; }
.em-box-01 .widget-title h2, .em-box-01 .widget-title h3 { text-transform: uppercase; }

/*box style 02*/
.em-box-02 .title-box { padding: 0; margin: 0; }
.em-box-02 .title-box h1, .em-box-02 .title-box h2 { margin-bottom: 0; }
.em-box-02 .em-block-title p.h3 { margin-bottom: 5px; }

/*box style bkg*/
.em-box-bkg { padding: 3rem 2rem 1rem; margin-bottom: 50px; }
.em-box-bkg .em-line-01 { margin-bottom: 0; }

/*box style 043*/
.em-box-04 { padding: 20px; margin-bottom: 20px; }
.em-box-04 .em-line-01 { margin-bottom: 0; }

/*block sidebar*/
.em-sidebar .block, .em-sidebar .widget, .em-sidebar .multidealpro_recent { margin-bottom: 20px; border-style: solid; border-width: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-sidebar .block .em-block-title, .em-sidebar .block .em-widget-title, .em-sidebar .block .block-title, .em-sidebar .block .widget-title, .em-sidebar .widget .em-block-title, .em-sidebar .widget .em-widget-title, .em-sidebar .widget .block-title, .em-sidebar .widget .widget-title, .em-sidebar .multidealpro_recent .em-block-title, .em-sidebar .multidealpro_recent .em-widget-title, .em-sidebar .multidealpro_recent .block-title, .em-sidebar .multidealpro_recent .widget-title { border-bottom-width: 0px; margin-bottom: 0; padding: 1.4rem 2rem; }
.em-sidebar .block .em-block-title h3, .em-sidebar .block .em-block-title strong, .em-sidebar .block .em-block-title h2, .em-sidebar .block .em-widget-title h3, .em-sidebar .block .em-widget-title strong, .em-sidebar .block .em-widget-title h2, .em-sidebar .block .block-title h3, .em-sidebar .block .block-title strong, .em-sidebar .block .block-title h2, .em-sidebar .block .widget-title h3, .em-sidebar .block .widget-title strong, .em-sidebar .block .widget-title h2, .em-sidebar .widget .em-block-title h3, .em-sidebar .widget .em-block-title strong, .em-sidebar .widget .em-block-title h2, .em-sidebar .widget .em-widget-title h3, .em-sidebar .widget .em-widget-title strong, .em-sidebar .widget .em-widget-title h2, .em-sidebar .widget .block-title h3, .em-sidebar .widget .block-title strong, .em-sidebar .widget .block-title h2, .em-sidebar .widget .widget-title h3, .em-sidebar .widget .widget-title strong, .em-sidebar .widget .widget-title h2, .em-sidebar .multidealpro_recent .em-block-title h3, .em-sidebar .multidealpro_recent .em-block-title strong, .em-sidebar .multidealpro_recent .em-block-title h2, .em-sidebar .multidealpro_recent .em-widget-title h3, .em-sidebar .multidealpro_recent .em-widget-title strong, .em-sidebar .multidealpro_recent .em-widget-title h2, .em-sidebar .multidealpro_recent .block-title h3, .em-sidebar .multidealpro_recent .block-title strong, .em-sidebar .multidealpro_recent .block-title h2, .em-sidebar .multidealpro_recent .widget-title h3, .em-sidebar .multidealpro_recent .widget-title strong, .em-sidebar .multidealpro_recent .widget-title h2 { border-bottom-width: 0px; padding-bottom: 0px; margin-bottom: 0px; text-transform: uppercase; }
.em-sidebar .block-content, .em-sidebar .widget-products { padding: 16px 20px; }
.em-sidebar .block-content .actions, .em-sidebar .widget-products .actions { padding-bottom: 5px; }
.em-sidebar .block-content .products-list .item, .em-sidebar .widget-products .products-list .item { margin-bottom: 0; padding: 2rem 0 1rem; border-width: 0px; border-top-width: 1px; border-top-style: dotted; }
.em-sidebar .block-content .products-list .item:first-child, .em-sidebar .block-content .products-list .item.first, .em-sidebar .widget-products .products-list .item:first-child, .em-sidebar .widget-products .products-list .item.first { border-top-color: transparent; padding-top: 0; }
.em-sidebar .block-content .products-list .item a.product-image, .em-sidebar .widget-products .products-list .item a.product-image { margin-bottom: 1rem; }
.em-sidebar .block-banner { margin-top: 20px; }
.em-sidebar .line-right { padding-right: 10px; }
.em-sidebar .line-left { padding-left: 10px; }

/*block ads*/
.block-ads img.img-responsive { display: inline-block; margin-bottom: 20px; }

/*======Block Compare========*/
.block-compare .empty { padding-top: 10px; }
.block-compare .block-content { padding-top: 0; padding-bottom: 0; }
.block-compare #compare-items li.item { margin-bottom: 0; padding: 2rem 0 1rem; border-top-width: 1px; border-top-style: dotted; position: relative; }
.block-compare #compare-items li.item:first-child { border-top-color: transparent; }
.block-compare #compare-items li.item .last { padding-bottom: 0; }
.block-compare #compare-items li.item a.product-image { float: left; margin-right: 2rem; margin-bottom: 1rem; }
.block-compare #compare-items li.item .product-shop { overflow: hidden; }
.block-compare #compare-items li.item .btn-remove { position: absolute; top: 20px; left: 0; z-index: 1; }

/*======Block Wishlist========*/
.block-wishlist p.block-subtitle { margin-bottom: 0; }
.block-wishlist li.item { margin-bottom: 10px; position: relative; border-top-width: 1px; border-top-style: dotted; padding-top: 20px; }
.block-wishlist li.item:first-child { border-top-width: 0px; padding-top: 20px; }
.block-wishlist li.item a.product-image { float: left; margin-right: 20px; margin-bottom: 10px; }
.block-wishlist li.item .product-details { overflow: hidden; }
.block-wishlist li.item .btn-remove { position: absolute; top: 20px; left: 0; z-index: 1; }
.block-wishlist li.item a.link-cart { float: left; margin-top: 10px; }
.block-wishlist .block-content .actions { padding-bottom: 0; }

/*======Block Reorder========*/
.block-reorder .checkbox { float: left; margin-right: 5px; }

/*==========Block Paypal==============*/
.paypal-logo { margin-bottom: 20px; clear: both; padding-top: 10px; }

.em-sidebar .paypal-logo { display: none; }

/*======Block Poll========*/
.block-poll .block-subtitle { margin-bottom: 11px; }
.block-poll ul li { padding: 4px 0; }
.block-poll ul li input.radio { display: inline-block; }

/* Block: Tags & box-tags*/
.em_block-tag-cloud li, .tags-list li { display: inline-block; padding: 0 0.5rem 0.5rem 0; }
.em_block-tag-cloud li a, .tags-list li a { display: inline-block; padding: 0.5rem 1rem; border-style: solid; border-width: 1px; font-size: 100% !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/*Block Recent Review*/
.block-recent .widget-products { border: 1px solid #e5e5e5; border-top: 0; padding: 0 20px; }
.block-recent .products-grid li.item { width: 100%; }
.block-recent li.item { border-top-width: 1px; border-top-style: dotted; padding: 31px 0; }
.block-recent li.item:first-child { border-top: 0; }
.block-recent .review-details { padding-top: 10px; }

/*fixed sidebar*/
.em-fixed-sidebar { padding-top: 50px; }
.em-fixed-sidebar #em-sidbar-nav-panel { padding-bottom: 30px; display: inline-block; width: 100%; }
.em-fixed-sidebar .em-header-middle { clear: both; }

/* Block: Layered Navigation */
.block-layered-nav .block-content .block-subtitle { padding: 0; display: none; }
.block-layered-nav .block-content .actions { margin-bottom: 10px; }
.block-layered-nav .block-content dt { margin-bottom: 10px; }
.block-layered-nav .block-content dd { margin: 0 -20px 20px; padding: 0 20px 10px; border-bottom: 1px solid; position: relative; }
.block-layered-nav .block-content dd.last { border: none; margin-bottom: 0; padding-bottom: 0; }
.block-layered-nav .block-content .tree-filter { margin: 0 -20px; }
.block-layered-nav .block-content .tree-filter .icon { margin: 17px 20px 0 0; display: inline-block; background: none; width: auto; height: auto; text-indent: 0; float: right; clear: both; }
.block-layered-nav .block-content .tree-filter .icon:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f196"; font-size: 14px; }
.block-layered-nav .block-content .tree-filter .expanded .icon:before { content: "\f147"; }
.block-layered-nav .block-content .tree-filter .collapsed .icon:before { content: "\f196"; }
.block-layered-nav .block-content .tree-filter li { padding: 0; }
.block-layered-nav .block-content .tree-filter li:before { content: ""; padding-right: 0px; padding-left: 0px; display: inline; }
.block-layered-nav .block-content .tree-filter .label-icon { padding: 14px 20px; /*text-transform: uppercase;*/ }
.block-layered-nav .block-content .tree-filter li.expanded ol .label-icon { padding-left: 20px; }
.block-layered-nav .block-content .tree-filter ol { border-top-width: 1px; border-top-style: solid; }
.block-layered-nav .block-content .tree-filter ol ol .icon { margin-top: 10px; }
.block-layered-nav .block-content .tree-filter ol ol .label-icon { padding: 7px 20px; /*padding-left:20px;*/ text-transform: none; }
.block-layered-nav .block-content .tree-filter ol ol .label-icon .label:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f105"; font-size: 14px; padding: 0 10px 0 0; }
.block-layered-nav .block-content .tree-filter ol ol ol { border: none; padding-left: 20px; }
.block-layered-nav .block-content .tree-filter > li > ol > li { border-bottom-width: 1px; border-bottom-style: solid; }
.block-layered-nav .block-content .tree-filter > li > ol > li.last, .block-layered-nav .block-content .tree-filter > li > ol > li.selected { border-bottom: none; }
.block-layered-nav .block-content .tree-filter > li > ol > li.selected > ol { padding-top: 11px; }
.block-layered-nav .block-content .tree-filter > li.selected > ol > li > ol { padding-top: 11px; padding-bottom: 11px; }
.block-layered-nav .block-content dd li { padding: 4px 0; }
.block-layered-nav .block-content dd li:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f105"; font-size: 14px; padding-right: 10px; }
.block-layered-nav .block-content #narrow-by-list .filter-act { margin-top: 0; position: absolute; top: -34px; right: 15px; }
.block-layered-nav .block-content .rslider { margin-top: 0; padding-top: 14px; }
.block-layered-nav .block-content .rslider #range, .block-layered-nav .block-content .rslider #track { background: none; height: 3px; }
.block-layered-nav .block-content .rslider .handle { background: #ffffff; width: 14px; height: 14px; border: 2px solid; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; top: -6px; }
.block-layered-nav .block-content .rslider .handle:before { background: #1585c7; content: ''; top: 2px; left: 2px; width: 6px; height: 6px; position: absolute; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.block-layered-nav .block-content .rslider .values { margin-bottom: 20px; margin-top: 15px; }
.block-layered-nav .block-content .img-filter li { border: none; padding: 2px 1px; }
.block-layered-nav .block-content .img-filter li:before { content: ""; padding-right: 0px; padding-left: 0px; }
.block-layered-nav .block-content .img-filter li a { display: inline-block; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 30px; height: 30px; }
.block-layered-nav .block-content .img-filter li a img { max-width: 100%; }
.block-layered-nav .block-content .img-filter li a:hover { -webkit-box-shadow: 0 0 5px #797979; -moz-box-shadow: 0 0 5px #797979; box-shadow: 0 0 5px #797979; padding: 2px; }

/*Block Recentreview-products*/
.block-latest .products-list li.item { border: 0; margin-bottom: 0; border-top-width: 1px; border-top-style: dotted; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 20px 0px 10px; margin: 0 10px; }
.block-latest .products-list li.item:first-child { padding-top: 10px; border-top: 0; }
.block-latest .box-reviews > .product-list, .block-latest .box-reviews > .products-grid { border: 1px solid #e5e5e5; border-top: 0; padding: 20px; margin-bottom: 0; }
.block-latest .box-reviews > .products-grid li.item { padding: 0; border: 0; margin-right: 0; text-align: left; }

.widget-recentreview-products .widget-products { padding: 10px; }
.widget-recentreview-products .widget-products .item.last { margin-bottom: 0; }
.widget-recentreview-products .widget-products .products-grid > .item { margin-right: 0; width: 100%; }
.widget-recentreview-products .widget-products .products-grid > .item .price-box { margin-bottom: 10px; }

.block-em-latest .box-reviews > ul { border-top-width: 1px; border-top-style: dotted; border-top: 0; padding: 10px 20px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
.block-em-latest .box-reviews > ul.products-grid { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; margin: 0; }
.block-em-latest .box-reviews > ul.products-grid .item { margin-right: 0; padding: 0; border: 0; text-align: left; }

/*Recently Viewed Products*/
#recently-viewed-items li.item { margin-bottom: 0; padding: 2rem 0 1rem; border-top-width: 1px; border-top-style: dotted; position: relative; }
#recently-viewed-items li.item:first-child { border-top-color: transparent; padding-top: 0; }
#recently-viewed-items li.item a.product-image { float: left; margin-right: 20px; margin-bottom: 1rem; }
#recently-viewed-items li.item .product-shop { overflow: hidden; }
#recently-viewed-items li.item.last { padding-bottom: 0; }

a.product-image { position: relative; margin-bottom: 18px; display: block; }
a.product-image img { /*width:100%;
height:auto;*/ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

.products-grid a.product-image img { width: 100%; height: auto; }

.ratings { padding: 0 0 1rem; }
.ratings .rating-box { margin-right: 0; }
.ratings .amount { /*display:none;*/ }

div.desc { margin-bottom: 1.55rem; }

/* View Type: Grid */
.products-grid .item { margin: 0 0 10px; float: left; text-align: center; margin-right: 20px; }
.products-grid .item .product-item { overflow: hidden; width: 100%; border-width: 1px; border-style: solid; }
.products-grid .item img { width: 100%; height: auto; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.products-grid .item .product-shop { display: inline-block; width: 100%; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; padding: 0 10px 10px; }
.products-grid .item .add-to-links li { float: none; display: inline-block; vertical-align: top; }

.em-crosssell-noslider.products-grid li.item, .em-upsell-noslider.products-grid li.item { padding: 10px !important; margin-right: 0; }

.category-products .products-grid li.item { padding: 0 10px; margin-right: 0; }
.category-products .item .product-item { overflow: hidden; width: auto; display: block; min-height: 100%; }
.category-products .item .product-item:hover { position: absolute; top: 0; left: 10px; right: 10px; z-index: 2; }
.category-products .products-grid .em-btn-addto button.button { margin-bottom: 0; font-size: 0; }
.category-products .products-grid .em-btn-addto button.button span { padding: 0; }

/* View Type: List */
.products-list .product-image { float: left; margin: 0 20px 10px 0; }
.products-list .product-shop { overflow: hidden; text-align: left; }
.products-list .product-shop .price-box { margin-bottom: 14px; }
.products-list div.item { display: inline-block; width: 100%; margin-bottom: 20px; }
.products-list li.item { overflow: hidden; }

.em-sidebar .products-list { margin-bottom: 0; }
.em-sidebar .products-list .product-shop .price-box { margin-bottom: 0; }

.products-list > .item { padding: 10px; border: 1px solid transparent; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom: 40px; }
.products-list > .item a.product-image { margin-bottom: 0; }
.products-list > .item .product-shop { margin-bottom: 10px; }

/*=================setting admin=====================*/
/*single line*/
/*=======category setting hover effect===========*/
/*Enable on all devices*/
.emcatalog-enable-hover.products-grid li.item .product-item .em-element-display-hover { transform: scale(0, 0); -moz-transform: scale(0, 0); -webkit-transform: scale(0, 0); -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 0; opacity: 0 !important; filter: alpha(opacity=0 !important); }
.emcatalog-enable-hover.products-grid li.item .product-item:hover .em-element-display-hover { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); height: 100%; opacity: 1 !important; filter: alpha(opacity=100 !important); }

/*Effect Show Button Add Cart - Wishlist - Compare*/
.product-shop-top { position: relative; }
.product-shop-top .em-btn-addto  { display: inline-block; vertical-align: top; }
.product-shop-top .quickshop-link-container {display: none !important; vertical-align: top;}

.category-products .item .product-shop-top, .products-grid .item .product-shop-top, .button-show01 .products-grid .item .product-shop-top { position: relative; }
.category-products .item .product-shop-top .bottom, .products-grid .item .product-shop-top .bottom, .button-show01 .products-grid .item .product-shop-top .bottom { position: absolute; left: auto; bottom: 0px; text-align: center; width: 100%; opacity: 0; filter: alpha(opacity=0); -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.category-products .item .product-shop-top .bottom button.button.btn-cart, .products-grid .item .product-shop-top .bottom button.button.btn-cart, .button-show01 .products-grid .item .product-shop-top .bottom button.button.btn-cart { margin-bottom: 0; }
.category-products .item .product-shop-top .out-of-stock, .products-grid .item .product-shop-top .out-of-stock, .button-show01 .products-grid .item .product-shop-top .out-of-stock { display: inline-block; vertical-align: top; margin-right: 0.5rem; margin-top: 4px; }
.category-products .item .product-shop-top .quickshop-link-container, .category-products .item .product-shop-top .em-btn-addto, .products-grid .item .product-shop-top .quickshop-link-container, .products-grid .item .product-shop-top .em-btn-addto, .button-show01 .products-grid .item .product-shop-top .quickshop-link-container, .button-show01 .products-grid .item .product-shop-top .em-btn-addto { display: inline-block; vertical-align: top; }
.category-products .item:hover .bottom, .products-grid .item:hover .bottom, .button-show01 .products-grid .item:hover .bottom { bottom: 20px; opacity: 1; filter: alpha(opacity=100); }

.button-show02 .products-grid .item .add-to-links { width: 66.6667%; float: left; }
.button-show02 .products-grid .item .add-to-links li { width: 50%; float: left; margin: 0; }
.button-show02 .products-grid .item .add-to-links li a { width: 100%; text-align: center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 0; padding: 10px 7px; }
.button-show02 .products-grid .item .em-btn-addto { width: 75%; float: left; }
.button-show02 .products-grid .item button.button.btn-cart { font-size: 0; font-size: 0; width: 33.3333%; float: left; border: 0; margin: 0; text-align: center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 10px 7px; }
.button-show02 .products-grid .item button.button.btn-cart span { padding: 0; }
.button-show02 .products-grid .item .quickshop-link-container { width: 25%; float: left; }
.button-show02 .products-grid .item .quickshop-link-container a { width: 100%; border: 0; text-align: center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 10px 7px; }
.button-show02 .products-grid .item .em-element-display-hover { /*dipslay:none;*/ -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; filter: alpha(opacity=0); }
.button-show02 .products-grid .item .product-shop-top { position: relative; border: 1px solid transparent; overflow: hidden; }
.button-show02 .products-grid .item .product-shop-top .bottom { position: absolute; bottom: -50px; left: 0; width: 100%; text-align: center; }
.button-show02 .products-grid .item .product-shop-top .bottom .em-element-cotent { display: inline-block; width: 100%; vertical-align: top; }
.button-show02 .products-grid .item:hover .product-shop-top .bottom { bottom: 18px; opacity: 1; filter: alpha(opacity=100); }

.button-show03 .products-grid .item .add-to-links { width: 100%; float: left; }
.button-show03 .products-grid .item .add-to-links li { width: 100%; float: left; margin-right: 0; }
.button-show03 .products-grid .item .add-to-links li a { width: 100%; text-align: center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 0; }
.button-show03 .products-grid .item .em-btn-addto { width: 100%; float: left; }
.button-show03 .products-grid .item button.button.btn-cart { font-size: 0; font-size: 0; width: 100%; float: left; border: 0; margin: 0; text-align: center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.button-show03 .products-grid .item button.button.btn-cart span { padding: 0; }
.button-show03 .products-grid .item .quickshop-link-container { width: 100%; float: left; }
.button-show03 .products-grid .item .quickshop-link-container a { width: 100%; border: 0; text-align: center; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.button-show03 .products-grid .item .bottom { /*dipslay:none;*/ -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; filter: alpha(opacity=0); }
.button-show03 .products-grid .item .product-shop-top { position: relative; border: 1px solid transparent; overflow: hidden; }
.button-show03 .products-grid .item .product-shop-top .bottom { position: absolute; top: 10px; left: -100px; width: 30px; text-align: center; }
.button-show03 .products-grid .item .product-shop-top .bottom .em-element-cotent { display: inline-block; width: 100%; vertical-align: top; }
.button-show03 .products-grid .item:hover .product-shop-top .bottom { opacity: 1; filter: alpha(opacity=100); left: 10px; }

.button-hide-text button.button.btn-cart { font-size: 0; }
.button-hide-text button.button.btn-cart span { padding: 0; }

/*=========Block Brand Logo=============*/
.brand-logo-detail a { display: inline-block; max-width: 100%; }

/*=========End Block Brand Logo=============*/
/*============ Product Detail ===============*/
.em-product-view-secondary { position: relative; }

.email-friend { position: relative; }
.email-friend a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f003"; font-size: 90%; margin-right: 5px; }

.availability-only { text-transform: uppercase; font-size: 100%; position: relative; }
.availability-only span { position: relative; padding-right: 100px; }
.availability-only a { position: relative; }
.availability-only a:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13a"; font-size: 14px; padding-left: 5px; }
.availability-only a.expanded:after { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f139"; font-size: 14px; padding-left: 5px; }
.availability-only span:before { width: 80px; border: 1px solid #000; height: 8px; content: ""; position: absolute; top: 5px; right: 0; }
.availability-only span:after { width: 35px; background: #000; height: 8px; content: ""; position: absolute; top: 5px; right: 45px; }

.product-view-detail select { width: 100%; }
.product-view-detail .product-img-box { margin-bottom: 50px; }
.product-view-detail .product-img-box .media-left { position: relative; z-index: 2; }
.product-view-detail .product-img-box .media-left .product-image { max-width: 100%; }
.product-view-detail .product-img-box .media-left .product-image img { max-width: 100%; border: 1px solid #f7f7f7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.product-view-detail .product-img-box .more-views { position: relative; display: inline-block; width: 100%; margin-top: 10px; }
.product-view-detail .product-img-box .more-views .owl-carousel .owl-controls .owl-buttons div.owl-next { top: 37%; right: 10px; }
.product-view-detail .product-img-box .more-views .owl-carousel .owl-controls .owl-buttons div.owl-prev { top: 37%; left: 10px; }
.product-view-detail .product-img-box .more-views li.item:hover { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.product-view-detail .product-img-box .more-views .owl-wrapper-outer:hover li.item { opacity: 0.5; filter: alpha(opacity=50); }
.product-view-detail .product-img-box .more-views .owl-wrapper-outer:hover li.item:hover { opacity: 1; filter: alpha(opacity=100); }
.product-view-detail .product-img-box .more-views img { width: 100%; height: auto; border: 1px solid #f7f7f7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.product-view-detail .product-img-box .more-views .em-moreviews-noslider li.item { float: left; margin: 0 10px 10px 0; }
.product-view-detail .product-shop .short-description h2 { margin-bottom: 0.2rem; text-transform: uppercase; }
.product-view-detail .product-shop .short-description .std { margin-bottom: 2rem; }
.product-view-detail .product-shop .no-rating { position: relative; }
.product-view-detail .product-shop .no-rating a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f044"; font-size: 16px; margin-right: 5px; }
.product-view-detail .product-shop .em-review-email { display: inline-block; width: 100%; font-size: 85%; }
.product-view-detail .product-shop .em-review-email .no-rating, .product-view-detail .product-shop .em-review-email .ratings { float: left; padding: 0; margin-bottom: 0.25rem; }
.product-view-detail .product-shop .em-review-email .email-friend { float: right; margin-bottom: 1.55rem; }
.product-view-detail .product-shop .product-options-bottom .price-box { display: none; }
.product-view-detail .product-shop .product-options { margin-bottom: 2rem; }
.product-view-detail .product-shop .em-addthis-plug { margin-bottom: 2rem; }
.product-view-detail .product-shop .em-addthis-plug span { float: left; margin-right: 1rem; margin-top: 1px; }
.product-view-detail .product-shop .price-box { margin-bottom: 1.7rem; }
.product-view-detail .product-shop .price-box-bundle .price-box { font-size: 100%; margin-bottom: 0; }
.product-view-detail .product-shop .price-box-bundle .price-box .price { font-size: 120%; }
.product-view-detail .product-shop .grouped-items-table .price-box { border: 0; padding: 0; margin: 0; font-size: 100%; }
.product-view-detail .product-shop .grouped-items-table .price-box .regular-price { font-size: 100% !important; }
.product-view-detail .product-shop .grouped-items-table .price { margin: 0; }
.product-view-detail .product-shop .add-to-cart label { display: none; }
.product-view-detail .product-shop .ratings { float: left; }
.product-view-detail .product-shop .ratings .rating-box { float: left; margin-top: 2px; margin-right: 5px; }
.product-view-detail .product-shop .ratings .rating-links { float: left; margin-bottom: 0; }
.product-view-detail .product-shop .em-sku-availability .availability { display: block; }
.product-view-detail .product-shop .availability { margin-bottom: 2rem; display: none; }
.product-view-detail .product-shop .sku { margin-bottom: 0.25rem; }
.product-view-detail .product-shop .sale_off { position: static; display: inline-block; margin-bottom: 10px; }
.product-view-detail .product-shop .show_details { margin-top: 23px; margin-bottom: 20px; }
.product-view-detail .product-shop .show_details .title { text-align: center; }
.product-view-detail .product-shop .show_details .show_clock { padding-bottom: 20px; }
.product-view-detail .product-shop .show_details .em-multideal-price-box { text-align: center; }
.product-view-detail .product-shop .show_details .em-multideal-price-box span.price { font-size: 150% !important; }
.product-view-detail .product-shop .show_details .price-box.map-info a { font-size: 80%; padding-bottom: 10px; }
.product-view-detail .product-shop .show_details .price-box { padding: 0; margin: 0; border: none; text-align: center; }
.product-view-detail .product-shop .show_details .show_clock .clock { text-align: center; padding-top: 15px; }
.product-view-detail .product-shop .deal_qty { text-align: left; }
.product-view-detail .product-shop .add-to-cart { padding-top: 0.3rem; margin-bottom: 1rem; }
.product-view-detail .product-shop .add-to-cart .button_addto { display: inline-block; width: 100%; padding-top: 0.3rem; }
.product-view-detail .qty_cart { clear: both; display: inline-block; float: right; /*margin-right: 2%;*/ width: 49%; position: relative; }
.product-view-detail .qty_cart button { position: absolute; top: 0; }
.product-view-detail .qty_cart button.decrease { left: 0px; }
.product-view-detail .qty_cart button.increase { right: 0px; }
.product-view-detail .qty_cart input.qty { width: 100% !important; margin: 0; }
.product-view-detail button.button { width: 49%; margin-right: 2%; text-align: center; }
.product-view-detail button.button.btn-cart { margin-right: 0; float: right; }
.product-view-detail button.button.btn-cart:before { font-size: 100%; }
.product-view-detail .add-to-links { width: 49%; }
.product-view-detail .add-to-links li { margin-right: 4%; }
.product-view-detail .add-to-links li a.link-compare, .product-view-detail .add-to-links li a.link-wishlist { padding: 10px 9px; width: 38px; }
.product-view-detail .add-to-links li a.link-compare:before, .product-view-detail .add-to-links li a.link-wishlist:before { font-size: 18px; }

.product-view .em-details-tabs.r-tabs { margin-bottom: 50px; }
.product-view .em-details-tabs.r-tabs .box-collateral { border: none; padding: 0; }
.product-view .em-details-tabs.r-tabs .box-collateral .em-block-title { display: none; }
.product-view .em-details-tabs.r-tabs .box, .product-view .em-details-tabs.r-tabs .box-collateral-content { margin-bottom: 0; border-width: 0; padding: 0; }
.product-view .em-details-tabs .em-details-tabs-content { text-align: left; }
.product-view .box { margin-bottom: 50px; }
.product-view .data-table tr td, .product-view .data-table th { padding: 10px 10px; }

.add-to-cart label { padding: 15px 0 6px; margin-bottom: 0; margin-right: 8px; float: left; width: 100%; }

/*Product from*/
.form-add .form-list textarea, .form-add .form-list input.input-text { width: 100%; }

/*Product Tag*/
.box-tags label { float: left; }
.box-tags .form-add .input-box { clear: both; width: 50%; float: left; margin-right: 10px; margin-bottom: 10px; }
.box-tags .form-add .input-box input.input-text { width: 100%; }
.box-tags button.button { margin-bottom: 6px; float: left; padding: 11px 20px; }

.product-tags li { display: inline-block; margin-right: 15px; text-transform: uppercase; font-size: 90%; }

/*Social facebook - google ...*/
.product-view .dc-toggle { position: fixed; z-index: 100; top: 189px; right: 25px; overflow: hidden; float: left; font-size: 0; color: #ed9c10; width: 18px; }
.product-view .dc-toggle:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f146"; font-size: 20px; }

.product-view .dc-toggle.icon_hide_social:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0fe"; font-size: 20px; }

.dcssb-float { z-index: 99 !important; }

/*Icon zoom image*/
.product-img-box #zoom-btn { position: relative; font-size: 0; content: ""; position: absolute; bottom: 20px; right: 20px; z-index: 9999; }
.product-img-box #zoom-btn:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00e"; font-size: 23px; }

.quickshop-main .product-img-box #zoom-btn { display: none; }

/*rating table*/
#product-review-table { width: 69%; }
#product-review-table tr td { border: none; text-align: center; vertical-align: top; padding-top: 6px; padding-bottom: 8px; }
#product-review-table tr th { border: none; background: none; text-transform: none; padding-top: 8px; padding-bottom: 8px; text-align: center; }
#product-review-table tr input.radio { display: inline-block; min-height: 1px; margin: 0; }
#product-review-table tbody tr th { padding-left: 0; text-align: left; }

.ratings-table { margin-bottom: 10px; }
.ratings-table th { padding: 5px 5px 3px 0; }
.ratings-table td { padding: 9px 5px 3px; }

.box-reviews .reviews { margin-bottom: 50px; }
.box-reviews .reviews .em-box-review { margin: 0; overflow: hidden; }
.box-reviews .reviews .em-box-review dl { margin-bottom: 0; }
.box-reviews .reviews .em-box-review dt { font-weight: 500; }
.box-reviews .reviews .em-box-review dt a { text-transform: capitalize; }
.box-reviews .reviews .em-box-review dd { padding-bottom: 20px; }
.box-reviews .reviews .em-box-review table td { padding: 9px 30px 3px 0; }
.box-reviews .reviews .em-box-review table td p { margin-bottom: 10px; }
.box-reviews .reviews .em-box-review table td.em-review-nickname { white-space: nowrap; }
.box-reviews .reviews .em-box-review .ratings-table th { padding: 0px 5px 8px 0; }
.box-reviews .reviews .em-box-review .ratings-table td { padding: 4px 5px 8px 0; }
.box-reviews .reviews .pager .amount { margin: 10px 0px 10px 0px; }
.box-reviews #review-form { display: block; margin: 0; }
.box-reviews .form-add { margin-bottom: 50px; }
.box-reviews .form-add h3 { text-transform: capitalize; font-size: 100%; }
.box-reviews .form-add h4 { margin-top: 7px; margin-bottom: 4px; }
.box-reviews .form-add .form-list li { margin-right: 0; }
.box-reviews .form-add .buttons-set { margin-top: 18px; }

/*=====Button Next Tre - Product Detail=====*/
/*button next pre - product detail*/
.product-view-detail .em-product-shop .product-shop .next { padding: 7px 7px !important; position: absolute; font-size: 0; top: 20px; width: 35px; border: 1px solid #e8e8e8; right: 20px; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }
.product-view-detail .em-product-shop .product-shop .next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; font-size: 19px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-left: 1px; }
.product-view-detail .em-product-shop .product-shop .prev { padding: 7px 7px !important; position: absolute; font-size: 0; top: 20px; width: 35px; border: 1px solid #e8e8e8; right: 54px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
.product-view-detail .em-product-shop .product-shop .prev:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f053"; font-size: 19px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-left: 3px; }

/*=====End Button Next Tre - Product Detail=====*/
/*=======Related Product==========*/
.block-related .block-subtitle { display: none; }
.block-related .em-line-01 .em-block-title { padding-right: 50px; }
.block-related .item { position: relative; }
.block-related .item .checkbox { position: absolute; left: 10px; top: 10px; }
.block-related .item .link-wishlist { display: inline-block; }
.block-related .em-related-noslider .item .product-image { float: left; }
.block-related .em-related-noslider .item .product-shop { position: initial; }
.block-related .em-related-noslider .item .checkbox { right: 10px; top: 10px; }
.block-related .em-related-noslider .item a.link-wishlist { position: relative; z-index: 1; display: inline-block; }

/*=======End Related Product==========*/
/*===========Upsell================*/
.box-up-sell .em-upsell-noslider li.item { float: left; }

/*===========End Upsell================*/
/*===========Quick Shop================*/
.product-view.quickshop { padding: 15px; }
.product-view.quickshop .em-product-view-secondary:before { display: none; }
.product-view.quickshop .product-view-detail .button_addto {display: inline-block; float: left; padding: 0; width: 49%;}
.product-view.quickshop .product-view-detail button.button { font-size: 115%; margin-right: 0.8rem; width: 95%; line-height: 1.7 !important; }
.product-view.quickshop .em-details-tabs.product-collateral { display: none; }

/*===========End Quick Shop================*/
/*=======Email to a friend=========*/
.send-friend .buttons-set p.limit { float: left; margin-top: 6px; }

/*=======End Email to a friend=========*/
.review-product-list .em-product-view .buttons-set { float: left; }

/*=======FIX 1COLUM=========*/
.one-column .product-view .em-product-view-primary { padding-right: 4rem; }
.one-column .product-view .em-product-view-secondary { padding-left: 0; }

.product-shop-fixed-top { position: fixed; top: 0; padding-top: 20px; /*height: 100%;*/ z-index: 99; /*-moz-transition: padding 500ms ease; -webkit-transition: padding 500ms ease; -o-transition: padding 500ms ease; transition: padding 500ms ease;*/ -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.product-shop-fixed-top .add-to-cart { position: absolute; bottom: 0; left: 0; /* padding-right: 1rem; */ }
.product-shop-fixed-top.em-has-options .em-review-email, .product-shop-fixed-top.em-has-options .em-sku-availability, .product-shop-fixed-top.em-has-options .short-description, .product-shop-fixed-top.em-has-options .em-addthis-plug { display: none; }
.product-shop-fixed-top.fix_menu { padding-top: 70px; }

/*------------------My account-----------------*/
/*nav bar*/
.block-account .block-content { padding-top: 11px; padding-bottom: 29px; }
.block-account .block-content ul { margin-bottom: 0; }
.block-account .block-content ul li { position: relative; padding: 7px 0 6px; }
.block-account .block-content ul li a, .block-account .block-content ul li strong { display: inline-block; font-weight: normal; }

/*dashboard*/
.dashboard .welcome-msg { padding: 2rem; border: 1px solid #e8e8e8; margin-bottom: 2rem; }
.dashboard .welcome-msg p.hello { margin: 0px 0 5px; }
.dashboard .welcome-msg p.hello strong { font-weight: normal; }
.dashboard .welcome-msg p { margin: 0; }
.dashboard .box-account { clear: both; padding: 10px 0px 0; }

.box-account-content { padding: 2rem; overflow: hidden; border: 1px solid #e8e8e8; margin-bottom: 2rem; }

/*account info*/
.my-account .page-title { margin-bottom: 0; }
.my-account .data-table { margin-bottom: 20px; }
.my-account .data-table#my-orders-table tr td { padding: 20px; }
.my-account .data-table#my-orders-table tr td .price { display: block; }
.my-account .box { border: none; padding: 0; }
.my-account .box address { margin-bottom: 17px; clear: both; width: 100%; }
.my-account .col2-set:first-child { margin-bottom: 8px; }
.my-account .box-content h3, .my-account .box-content h4, .my-account .box-title h3, .my-account .box-title h4 { margin: 8px 20px 8px 0; float: left; min-width: 250px; }
.my-account .box-content h3.address-book, .my-account .box-title h3.address-book { margin-bottom: 15px; }
.my-account .box-content a.link-edit, .my-account .box-title a.link-edit { float: left; margin: 8px 0; }
.my-account .box-content p { margin-bottom: 16px; }
.my-account .box-content p.change-pass { text-transform: uppercase; }

/*RECENT REVIEWS - RECENT TAGS */
.dashboard .box-reviews .number, .dashboard .box-tags .number { float: left; margin: 0px -20px 0 0; }
.dashboard .box-reviews .details, .dashboard .box-tags .details { margin-left: 20px; }
.dashboard .box-reviews li.item, .dashboard .box-tags li.item { padding: 7px 0 10px; }
.dashboard .box-reviews .ratings { display: inline-block; clear: both; margin-top: 0; }
.dashboard .box-reviews .ratings strong { display: none; }
.dashboard .box-tags li.item strong { font-weight: normal; float: left; display: inline; }
.dashboard .box-tags li.item li { float: left; display: inline; padding-left: 5px; }

/*Account Information*/
.customer-account-edit .my-account .fieldset { width: 100%; }
.customer-account-edit .my-account .form-list li.control { margin: 15px 0 18px; }
.customer-account-edit .my-account .buttons-set p.required { float: left; clear: none; margin-top: 6px; }

/*Address Book*/
.customer-address-index .my-account .em-box-02 { display: none; }
.customer-address-index .my-account .box-account-content { padding-bottom: 9px; }
.customer-address-index .my-account .col2-set .col-2, .customer-address-index .my-account .col2-set .col-1 { padding-top: 7px; }
.customer-address-index .my-account .col2-set .col-2 h2, .customer-address-index .my-account .col2-set .col-2 h3, .customer-address-index .my-account .col2-set .col-1 h2, .customer-address-index .my-account .col2-set .col-1 h3 { margin-bottom: 7px; }
.customer-address-index .my-account .col2-set .col-2 address, .customer-address-index .my-account .col2-set .col-1 address { margin-bottom: 8px; }
.customer-address-index .my-account .addresses-primary ol { margin-bottom: 0; oveflow: hidden; }
.customer-address-index .my-account .addresses-primary ol li.item { display: block; }
.customer-address-index .my-account .addresses-primary ol li.item:first-child { padding-bottom: 13px; }

/*MY ORDERS*/
.sales-order-history .my-account .box-account-content { padding: 0; border: 0; margin-bottom: 0; }

/*Account Page*/
.my-account .pager { margin: 10px 0 10px; }
.my-account .pager .amount { margin: 7px 10px 0 0; font-weight: normal; }
.my-account .pager .amount strong { font-weight: 500; }
.my-account .pager .limiter { margin: 0; }
.my-account .pager .limiter label { font-size: 100%; }

/*Account wishlist*/
.my-wishlist .data-table tr td { padding: 20px; }
.my-wishlist textarea { width: 90%; margin-top: 5px; }
.my-wishlist .cart-cell { display: inline-block; margin-top: -8px; }
.my-wishlist .cart-cell .price-box { margin-bottom: 10px; }
.my-wishlist .cart-cell button.button { margin-bottom: 5px; margin-top: 2px; }

/*Account button set*/
/*.customer-address-index,
.sales-order-history{
	.my-account{
		.buttons-set{
			padding-left:20px;
		}
	}
}*/
.customer-address-form .fieldset { width: 100%; }

/*My wishlist*/
.data-table a.product-image img { width: auto; height: auto; }

#wishlist-table .cart-cell .link-edit { float: left; clear: both; margin-top: 10px; }
#wishlist-table .cart-cell input.qty { height: 34px; line-height: 34px; }

/*Review Detail*/
.review-product-view .product-review .product-details, .review-customer-view .product-review .product-details { margin-left: 170px; }
.review-product-view .product-review .product-img-box, .review-customer-view .product-review .product-img-box { width: 150px; margin-right: 10px; float: left; }
.review-product-view .buttons-set, .review-customer-view .buttons-set { padding-top: 15px; }

/* ============================================ * Login, Register, Forgot Password ============================================ */
/* ================ Login ==================== */
.account-login .page-title { margin-bottom: 18px; }
.account-login .col2-set { padding: 0; }
.account-login .form-list { width: 90%; }
.account-login .registered-users .buttons-set button.button { margin-right: 20px; }
.account-login .registered-users .buttons-set a { display: inline-block; margin-top: 6px; }
.account-login .new-users .content { margin-bottom: 32px; }
.account-login .registered-users .content { margin-bottom: 20px; }

/* ================ Register ==================== */
.account-create { /*form{
	display:block;
}
.form-list{
	margin-bottom:16px;
	width:90%;
	input.input-text{
		width:280px;
	}
	.field{
		clear:both;
		float:left;
		width:100%;
		margin-bottom:4px;
	}
	li.fields{ margin-bottom:0;}
	li.control{ margin-top:19px}
}*/ }
.account-create .page-title { margin-bottom: 18px; }
.account-create .fieldset { width: 100%; margin-bottom: 25px; }

/* ============================================ * Catalog - Compare ============================================ */
.page-popup.catalog-product-compare-index { padding: 20px; }

.block-compare .product-name:after:before, .block-compare .product-name:after:after { content: " "; display: table; }
.block-compare .product-name:after:after { clear: both; }

.link-print { position: relative; float: right; margin-top: -7px; padding: 10px; border: 2px solid; font-weight: 700; text-transform: uppercase; font-size: 85%; }
.link-print:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02f"; font-size: 14px; margin-right: 5px; }

.compare-table.data-table thead th { background: none; }
.compare-table.data-table th { padding: 10px 20px; }
.compare-table .product-shop-row.top td { padding-bottom: 0; border-bottom: 0; }
.compare-table .product-shop-row.bottom td { padding-top: 0; }
.compare-table a.product-image { text-align: center; }
.compare-table a.product-image img { width: auto; }
.compare-table .em-add-to-button p { float: left; }

.page-popup.catalog-product-compare-index .buttons-set { float: right; }
.page-popup.catalog-product-compare-index .buttons-set button.button { margin-top: 20px; margin-right: 0; }

/*============Variation demo fontend==============*/
.em-variation { position: fixed; right: 0; top: 0; z-index: 9999; background-color: #fff; height: 100%; -webkit-box-shadow: 0 -2px 10px #a3a3a3; -moz-box-shadow: 0 -2px 10px #a3a3a3; box-shadow: 0 -2px 10px #a3a3a3; }
.em-variation .em-variation-btn { z-index: 0; padding: 10px 11px; box-shadow: 0 0 10px #999999; color: #888888; font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: 0; position: absolute; left: -48px; top: 20%; width: 52px; height: 52px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); background: #ffffff; border-radius: 3px 0 0 3px; cursor: pointer; }
.em-variation .em-variation-btn:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f013"; font-size: 33px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-variation .reset-button { padding: 5px; border: 1px solid #000; background-color: #000; color: #fff; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: 0; font-size: 16px; height: 38px; width: 100%; display: inline-block; text-align: center; text-transform: uppercase; }
.em-variation .reset-button:hover { background-color: #fff; color: #000; border-color: #000; }
.em-variation .em-variation-wrapper { width: 350px; padding: 1.5rem 2rem; background: #fff; position: relative; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: block !important; visibility: hidden; }
.em-variation .em-variation-wrapper.show { visibility: visible; }
.em-variation .em-variation-wrapper .wrapper-input-color { margin: 0 30px 10px; overflow: hidden; text-align: left; }
.em-variation .em-variation-wrapper .wrapper-input-color .label { display: inline-block; margin-bottom: 5px; }
.em-variation .em-variation-wrapper .wrapper-input-color .em-custom-color { overflow: hidden; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; width: 200px; }
.em-variation .em-variation-wrapper .wrapper-input-color .em-custom-color .input-lg { border: 0; border-right: 1px solid #ccc; height: 35px; padding: 5px; margin-bottom: 0; font-size: 14px; color: #000; width: 103px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; float: left; }
.em-variation .em-variation-wrapper .wrapper-input-color .em-custom-color a.select-color { padding: 0 10px; height: 35px; line-height: 35px; width: 95px; background: #f6f6f6; -moz-border-radius: 0 3px 0 3px; -webkit-border-radius: 0 3px 0 3px; border-radius: 0 3px 0 3px; float: left; }
.em-variation .copyright { overflow: hidden; text-align: center; padding-top: 10px; }

/*Main Color*/
.em-wrapper-variation { display: inline-block; width: 100%; clear: both; text-align: center; margin-bottom: 1.5rem; }
.em-wrapper-variation h1.title-custom { font-size: 14px; text-transform: uppercase; font-weight: 700; }
.em-wrapper-variation .color-picker { width: 40px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icon_colorpicker.png"); background-position: 0 0; background-repeat: no-repeat; display: inline; margin-top: -5px; border: none; background-color: transparent !important; cursor: pointer; }

.em-color { display: inline-block; margin-right: 1rem; margin-bottom: 1rem; padding: 2px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
.em-color.selected { -webkit-box-shadow: 0 0px 5px #8e8e8e; -moz-box-shadow: 0 0px 5px #8e8e8e; box-shadow: 0 0px 5px #8e8e8e; }
.em-color:hover { -webkit-box-shadow: 0 0px 5px #8e8e8e; -moz-box-shadow: 0 0px 5px #8e8e8e; box-shadow: 0 0px 5px #8e8e8e; }
.em-color span { width: 36px; height: 36px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; background: #e72d04; position: relative; font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; display: inline-block; }
.em-color span.emColorStyle01 { background: #322923; }
.em-color span.emColorStyle02 { background: #313959; }
.em-color span.emColorStyle03 { background: #46674c; }
.em-color span.emColorStyle04 { background: #4b1f11; }

/*Main Font*/
.em-font-family { display: inline-block; border: 1px solid #a7a7a7; padding: 5px; min-width: 95px; margin: 3px 2px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; opacity: 0.5; filter: alpha(opacity=50); -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-font-family.selected { opacity: 1; filter: alpha(opacity=100); }
.em-font-family:hover { -webkit-box-shadow: 0 0px 5px #8e8e8e; -moz-box-shadow: 0 0px 5px #8e8e8e; box-shadow: 0 0px 5px #8e8e8e; opacity: 1; filter: alpha(opacity=100); }
.em-font-family span { vertical-align: middle; font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; display: inline-block; }
.em-font-family span.architectsdaughter { width: 70px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -4px -458px; background-repeat: no-repeat; }
.em-font-family span.arvo { width: 36px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -89px -458px; background-repeat: no-repeat; }
.em-font-family span.dancingscript { width: 78px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -146px -456px; background-repeat: no-repeat; }
.em-font-family span.lato { width: 38px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -243px -457px; background-repeat: no-repeat; }
.em-font-family span.novasquare { width: 83px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -298px -457px; background-repeat: no-repeat; }
.em-font-family span.opensans { width: 72px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -402px -456px; background-repeat: no-repeat; }
.em-font-family span.adventpro { width: 64px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -491px -457px; background-repeat: no-repeat; }
.em-font-family span.raleway { width: 57px; height: 40px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -572px -457px; background-repeat: no-repeat; }

#em-variation-store { margin: 2rem -2rem 0; background-color: #272727; }
#em-variation-store .title-custom { padding: 10px 2rem; font-size: 14px; background: #363636; color: #aaa; margin: 0; }
#em-variation-store .em-wrapper-variation-store { overflow: auto; }
#em-variation-store .em-wrapper-variation-store .em-store-item { float: left; width: 50%; padding: 1px; }
#em-variation-store .em-wrapper-variation-store .em-store-item a.em-store-switch { display: block; position: relative; }
#em-variation-store .em-wrapper-variation-store .em-store-item a.em-store-switch:before { width: 100%; height: 0; bottom: 0; right: 0; content: ''; position: absolute; z-index: 1; height: 0; -moz-transition: all 200ms ease; -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: rgba(0, 0, 0, 0.8); }
#em-variation-store .em-wrapper-variation-store .em-store-item a.em-store-switch .bkg-hover { position: absolute; top: 35%; left: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); color: #dbdbdb; text-align: center; text-transform: uppercase; font-size: 14px; font-weight: bold; z-index: 1; }
#em-variation-store .em-wrapper-variation-store .em-store-item img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#em-variation-store .em-wrapper-variation-store .em-store-item:hover a.em-store-switch:before { height: 100%; }
#em-variation-store .em-wrapper-variation-store .em-store-item:hover a.em-store-switch .bkg-hover { opacity: 1; filter: alpha(opacity=100); }

/* Let's get this party started */
.em-wrapper-variation-store::-webkit-scrollbar { width: 0px; }

.em-wrapper-variation-store::-moz-scrollbar { width: 0px; }

@-moz-document url-prefix(http://),url-prefix(https://) { .em-wrapper-variation-store[orient="vertical"] { width: 0px !important; }
  .em-wrapper-variation-store[orient="horizontal"] { width: 0px !important; } }
/*right to left*/
.em-rtl .em-variation { left: 0; right: auto; }
.em-rtl .em-variation .em-variation-btn { right: -48px; left: auto; }

/*==========Loading page==========*/
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; }

#loader { position: relative; z-index: 1001; }

.logo_loader { position: absolute; top: 35%; left: 41.5%; z-index: 1001; }

#loader, #loader::before, #loader::after { position: absolute; top: 50%; left: 50%; border: 1px solid #bfbfbf; border-left-color: #f02222; border-radius: 974px; -o-border-radius: 974px; -ms-border-radius: 974px; -webkit-border-radius: 974px; -moz-border-radius: 974px; }

#loader { margin: -24px 0 0 -24px; height: 49px; width: 49px; animation: cssload-rotate 1150ms linear infinite; -o-animation: cssload-rotate 1150ms linear infinite; -ms-animation: cssload-rotate 1150ms linear infinite; -webkit-animation: cssload-rotate 1150ms linear infinite; -moz-animation: cssload-rotate 1150ms linear infinite; }

#loader::before { content: ""; margin: -22px 0 0 -22px; height: 43px; width: 43px; animation: cssload-rotate 1150ms linear infinite; -o-animation: cssload-rotate 1150ms linear infinite; -ms-animation: cssload-rotate 1150ms linear infinite; -webkit-animation: cssload-rotate 1150ms linear infinite; -moz-animation: cssload-rotate 1150ms linear infinite; }

#loader::after { content: ""; margin: -28px 0 0 -28px; height: 55px; width: 55px; animation: cssload-rotate 2300ms linear infinite; -o-animation: cssload-rotate 2300ms linear infinite; -ms-animation: cssload-rotate 2300ms linear infinite; -webkit-animation: cssload-rotate 2300ms linear infinite; -moz-animation: cssload-rotate 2300ms linear infinite; }

@keyframes cssload-rotate { 100% { transform: rotate(360deg); } }
@-o-keyframes cssload-rotate { 100% { -o-transform: rotate(360deg); } }
@-ms-keyframes cssload-rotate { 100% { -ms-transform: rotate(360deg); } }
@-webkit-keyframes cssload-rotate { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes cssload-rotate { 100% { -moz-transform: rotate(360deg); } }
#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #f1f1f1; z-index: 1000; -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: translateX(0); /* IE 9 */ transform: translateX(0); /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left { left: 0; }

#loader-wrapper .loader-section.section-right { right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left { -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: translateY(-100%); /* IE 9 */ transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */ -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right { -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: translateY(-100%); /* IE 9 */ transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */ -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader { top: -40%; -webkit-transition: all 1s ease; transition: all 1s ease; }

.loaded .logo_loader { top: -40%; -webkit-transition: all 1s ease; transition: all 1s ease; }

.em-wrapper-loading { bottom: -400px; position: relative; }

.loaded .em-wrapper-loading { bottom: 0; -webkit-transition: all 2s ease; transition: all 2s ease; }

.loaded #loader-wrapper { visibility: hidden; -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: translateY(-100%); /* IE 9 */ transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */ -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader-wrapper { display: none; }

/*Layout*/
/******Class Padding********/
.padding-top20 { padding-top: 20px; }

/******Visible - Hidden********/
.hidden-3col, .hidden-2col { display: none; }

/*==============Currency Language===============*/
.em-wrapper-header .toolbar-switch .toolbar-title { margin: 0 -10px; padding: 0 10px; }
.em-wrapper-header .toolbar-switch .toolbar-title select { margin: 7px 10px; background: #fff; color: #a1a1a1; }

.em-language-currency { display: inline-block; vertical-align: top; }
.em-language-currency .block { border: none; margin: 0; padding: 0; }
.em-language-currency .toolbar-switch { float: left; margin: 0; }
.em-language-currency .toolbar-switch span.current { padding: 10px; border: 0; position: relative; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; float: right; }
.em-language-currency .toolbar-switch:hover span.current { z-index: 2; }
.em-language-currency .toolbar-dropdown { width: auto; }
.em-language-currency .toolbar-dropdown ul { top: 50px; right: auto; left: 0; width: 130px; border: none; box-shadow: 0px 1px 2px #dddddd; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-language-currency .toolbar-dropdown li { padding: 5px; background-color: #fff; float: none; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-language-currency .block-currency li { padding-top: 2px; }
.em-language-currency .block-currency, .em-language-currency .form-language { float: left; }
.em-language-currency .block-currency ul, .em-language-currency .form-language ul { float: left; margin-bottom: 0; }
.em-language-currency .block-currency li, .em-language-currency .form-language li { float: left; padding-bottom: 0; margin-right: 10px; }
.em-language-currency .block-currency .toolbar-dropdown li, .em-language-currency .form-language .toolbar-dropdown li { padding-bottom: 5px; margin-right: 0; width: 100%; }
.em-language-currency .block-currency span.current, .em-language-currency .form-language span.current { background-position: 20px center; }
.em-language-currency .block-currency li a, .em-language-currency .form-language li a { display: block; text-align: right; }
.em-language-currency .block-currency li a:hover, .em-language-currency .form-language li a:hover { /*text-decoration:underline;*/ }
.em-language-currency .toolbar-dropdown li a { display: block; text-align: right; }
.em-language-currency .block-currency .toolbar-dropdown ul { width: 60px; }
.em-language-currency .form-language.toolbar-switch span.current { padding-left: 45px; }
.em-language-currency .form-language .toolbar-dropdown ul li a { background-position: 0px 4px; padding-left: 25px; }

.em-language-currency .em-language-style01 .toolbar-dropdown ul li, .em-language-currency .em-currency-style01 .toolbar-dropdown ul li { padding: 5px 20px; }
.em-language-currency .em-language-style01 .toolbar-dropdown ul li a, .em-language-currency .em-currency-style01 .toolbar-dropdown ul li a { text-align: left; }

/* ============================================ * Dropdown Login ============================================ */
/*dropdown login*/
.account-link { position: relative; padding-bottom: 20px; margin-bottom: -20px; }
.account-link a.link-logout, .account-link a.link-login, .account-link a.link-account { display: inline-block; clear: none; position: relative; }
.account-link a.link-logout:before { content: '\f05e'; }

.em-account { position: absolute; top: 50px; right: 0; z-index: 20; padding-top: 0; text-align: left; }
.em-account .block-content { width: 285px; padding: 17px 20px 9px; background: #fff; border: 1px solid #f6f6f6; -webkit-box-shadow: 0 0 5px #f6f6f6; -moz-box-shadow: 0 0 5px #f6f6f6; box-shadow: 0 0 5px #f6f6f6; overflow: hidden; }
.em-account .block-content .login-title { text-transform: uppercase; margin-bottom: 3px; display: none; }
.em-account .block-content .login-desc { display: none; }
.em-account .block-content .action-forgot .actions { float: left; margin-top: 2rem; clear: both; }
.em-account .block-content .action-forgot .login_forgotpassword { float: left; width: 100%; margin-top: 2rem; }
.em-account .block-content .action-forgot .login_forgotpassword a.create-account-link-wishlist { margin-left: 5px; }
.em-account .block-content .action-forgot .login_forgotpassword p { margin-bottom: 5px; }
.em-account .form-list li { width: 100%; margin: 0 0 4px !important; padding: 0 !important; }
.em-account .form-list li:after, .em-account .form-list li:before { display: none !important; }
.em-account .form-list p.required { font-size: 85%; padding: 0; margin: 0; }

.pull-right .account-link .em-account { right: 0; left: auto; }
.pull-right .account-link .em-account .form-list { float: none; }

/*end dropdown login*/
/*Popup login*/
.fancybox-outer .em-account { position: static; }
.fancybox-outer .em-account .block-content { width: 400px; padding: 40px; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.em-header-style27 { /*fixed top*/ }
.em-header-style27 .toolbar-switch .toolbar-title { padding: 0 !important; }
.em-header-style27 .link-account, .em-header-style27 .em-logout-link { position: relative; }
.em-header-style27 .link-account:before, .em-header-style27 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13e"; font-size: 100%; margin-right: 10px; }
.em-header-style27 .em-register-link, .em-header-style27 .em-account-link { position: relative; }
.em-header-style27 .em-register-link:before, .em-header-style27 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 100%; margin-right: 10px; }
.em-header-style27 .em-links-wishlist a { position: relative; }
.em-header-style27 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 100%; margin-right: 10px; }
.em-header-style27 .top-link-deal { position: relative; }
.em-header-style27 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 100%; margin-right: 10px; }
.em-header-style27 .welcome-msg, .em-header-style27 .account-link, .em-header-style27 .em-top-links > ul li, .em-header-style27 .em-top-links ul.links li, .em-header-style27 .em-top-links ul.em-links-wishlist li { padding: 14px 0 15px; margin-left: 30px; display: inline-block; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style27 .welcome-msg:before, .em-header-style27 .account-link:before, .em-header-style27 .em-top-links > ul li:before, .em-header-style27 .em-top-links ul.links li:before, .em-header-style27 .em-top-links ul.em-links-wishlist li:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style27 .welcome-msg:hover:before, .em-header-style27 .account-link:hover:before, .em-header-style27 .em-top-links > ul li:hover:before, .em-header-style27 .em-top-links ul.links li:hover:before, .em-header-style27 .em-top-links ul.em-links-wishlist li:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style27 .welcome-msg:before, .em-header-style27 .account-link:before, .em-header-style27 .em-top-links > ul li:before, .em-header-style27 .em-top-links ul.links li:before, .em-header-style27 .em-top-links ul.em-links-wishlist li:before { bottom: auto; top: 0; }
.em-header-style27 .em-language-currency { margin: 0 -15px; }
.em-header-style27 .toolbar-switch { margin: 0 15px; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style27 .toolbar-switch:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style27 .toolbar-switch:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style27 .toolbar-switch:before { bottom: auto; top: 0; }
.em-header-style27 .toolbar-switch span.current { padding: 14px 0 15px; min-height: 49px; }
.em-header-style27 .em-language-currency .form-language.toolbar-switch span.current { padding-left: 25px; background-position: 0px center; }
.em-header-style27 .em-logo .logo { margin: 20px 0; }
.em-header-style27 .em-phone { margin: 40px 0 0; font-size: 110%; }
.em-header-style27 .em-phone span { margin: 0 10px; }
.em-header-style27 .em-menu-hoz, .em-header-style27 .em-search { display: inline-block; vertical-align: top; }
.em-header-style27 .em-search .em-search-icon { display: block; padding: 17px 20px; border-top-width: 2px; border-top-style: solid; border-top-color: transparent; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-header-style27 .em-search .em-search-icon span:before { font-size: 1.4rem; }
.em-header-style27 .line-top { border-top-style: solid; border-top-width: 1px; }
.em-header-style27 .em_nav .hnav .menu-item-depth-0, .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 { margin: 0; }
.em-header-style27 .em_nav .hnav .menu-item-depth-0 > a span, .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span { padding: 15px 15px; border-top-width: 2px; text-transform: uppercase; }
.em-header-style27 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-header-style27 .em_nav .hnav .menu-item-depth-0 ul, .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container, .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 ul { text-align: left; }
.em-header-style27 .em-top-cart { margin-top: 25px; }
.em-header-style27 .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 30px; margin-bottom: -30px; width: 50px; }
.em-header-style27 .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style27 .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 50px; height: 50px; font-size: 1.8rem; text-align: center; display: inline-block; padding: 15px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-header-style27 .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-header-style27 .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 33%; top: -8px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 0px 6px; font-size: 12px; }
.em-header-style27 .em-fixed-top.navbar-fixed-top .em-search { display: none; }

/*===============RTL=================*/
.em-rtl .em-header-style27 .welcome-msg, .em-rtl .em-header-style27 .account-link, .em-rtl .em-header-style27 .em-top-links > ul li, .em-rtl .em-header-style27 .em-top-links ul.links li, .em-rtl .em-header-style27 .em-top-links ul.em-links-wishlist li { margin-left: 0; margin-right: 30px; }
.em-rtl .em-header-style27 .em-links-wishlist a:before, .em-rtl .em-header-style27 .link-account:before, .em-rtl .em-header-style27 .em-logout-link:before, .em-rtl .em-header-style27 .em-register-link:before, .em-rtl .em-header-style27 .em-account-link:before { margin-right: 0; margin-left: 10px; }
.em-rtl .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-rtl .em-header-style27 .em_nav .hnav .menu-item-depth-0 ul, .em-rtl .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container, .em-rtl .em-header-style27 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 ul { text-align: right; }
.em-rtl .em-header-style27 .em-top-cart .em-amount-topcart .em-topcart-qty { left: 25%; }

.em-header-style08 .em-header-top { border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 3px; }
.em-header-style08 .em-header-bottom { position: relative; }
.em-header-style08 .em-header-bottom:before { content: ""; position: absolute; left: 0; bottom: 0px; right: 0; top: auto; height: 4px; box-shadow: 0 3px 3px #CACACA; -moz-box-shadow: 0 3px 3px #CACACA; -webkit-box-shadow: 0 3px 3px #CACACA; }
.em-header-style08 .link-account, .em-header-style08 .em-logout-link { position: relative; }
.em-header-style08 .link-account:before, .em-header-style08 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13e"; font-size: 100%; margin-right: 10px; }
.em-header-style08 .em-register-link, .em-header-style08 .em-account-link { position: relative; }
.em-header-style08 .em-register-link:before, .em-header-style08 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 100%; margin-right: 10px; }
.em-header-style08 .em-links-wishlist a { position: relative; }
.em-header-style08 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 100%; margin-right: 10px; }
.em-header-style08 .top-link-deal { position: relative; }
.em-header-style08 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 100%; margin-right: 10px; }
.em-header-style08 .welcome-msg, .em-header-style08 .link-account, .em-header-style08 .em-top-links > ul li, .em-header-style08 .em-top-links ul.links li, .em-header-style08 .em-top-links ul.em-links-wishlist li { padding: 14px 20px; display: inline-block; border-style: solid; border-width: 1px; border-top-width: 0px; border-bottom-width: 0px; margin-left: -1px; min-height: 50px; }
.em-header-style08 .em-top-links ul.links li { margin-right: -1px; }
.em-header-style08 .toolbar-switch { border-style: solid; border-width: 1px; border-top-width: 0px; border-bottom-width: 0px; margin-right: -1px; }
.em-header-style08 .toolbar-switch span.current { padding: 14px 20px; min-height: 50px; }
.em-header-style08 .em-search { display: inline-block; border-style: solid; border-width: 1px; border-top-width: 0px; border-bottom-width: 0px; margin-left: -1px; position: relative; }
.em-header-style08 .em-search .em-search-icon { padding: 18px 20px; display: block; }
.em-header-style08 .em-search .em-search-icon span:before { font-size: 1.4rem; }
.em-header-style08 .em-search .em-search-style01 .em-container-js-search { top: 51px; }
.em-header-style08 .em-logo .logo { margin: 20px 0; }
.em-header-style08 .em-header-bottom .em_nav { padding-right: 70px; padding-top: 30px; }
.em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0, .em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 { margin: 0; }
.em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > a.em-menu-link:hover, .em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link:hover { /*margin-bottom: -40px;
padding-bottom: 40px;
position:relative;
z-index:1;*/ }
.em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > a.em-menu-link span, .em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span { padding-bottom: 31px; border-top-width: 2px; text-transform: uppercase; }
.em-header-style08 .em-header-bottom .em_nav .hnav .menu-item-depth-0 > .menu-container { top: 66px; }
.em-header-style08 .em-header-bottom .em-top-cart { display: inline-block !important; position: absolute; right: 10px; top: 25px; margin: 0; }
.em-header-style08 .em-header-bottom .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 30px; margin-bottom: -30px; width: 50px; }
.em-header-style08 .em-header-bottom .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style08 .em-header-bottom .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 50px; height: 50px; font-size: 1.6rem; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; display: inline-block; padding: 19px 5px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-header-style08 .em-header-bottom .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-header-style08 .em-header-bottom .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 33%; top: -8px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 0px 6px; font-size: 12px; }
.em-header-style08 .em-header-bottom .em-top-cart .topcart-popup { top: 71px; }

/*===============RTL=================*/
.em-rtl .em-header-style08 .em-links-wishlist a:before, .em-rtl .em-header-style08 .link-account:before, .em-rtl .em-header-style08 .em-logout-link:before, .em-rtl .em-header-style08 .em-register-link:before, .em-rtl .em-header-style08 .em-account-link:before { margin-right: 0; margin-left: 10px; }
.em-rtl .em-header-style08 .em-header-bottom .em_nav { padding-right: 0; padding-left: 70px; }
.em-rtl .em-header-style08 .em-header-bottom .em-top-cart { right: auto; left: 10px; }
.em-rtl .em-header-style08 .em-header-bottom .em-top-cart .em-amount-topcart .em-topcart-qty { left: 23%; }

.em-header-style14 { /*fixed top*/ }
.em-header-style14 .info-right { padding: 23px 0; }
.em-header-style14 .em-header-bottom { position: relative; }
.em-header-style14 .em-header-bottom:before { content: ""; position: absolute; left: 0; bottom: 0px; right: 0; top: auto; height: 4px; box-shadow: 0 3px 3px #CACACA; -moz-box-shadow: 0 3px 3px #CACACA; -webkit-box-shadow: 0 3px 3px #CACACA; }
.em-header-style14 .link-account, .em-header-style14 .em-logout-link { position: relative; }
.em-header-style14 .link-account:before, .em-header-style14 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13e"; font-size: 100%; margin-right: 10px; }
.em-header-style14 .em-register-link, .em-header-style14 .em-account-link { position: relative; }
.em-header-style14 .em-register-link:before, .em-header-style14 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 100%; margin-right: 10px; }
.em-header-style14 .em-links-wishlist a { position: relative; }
.em-header-style14 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 100%; margin-right: 10px; }
.em-header-style14 .top-link-deal { position: relative; }
.em-header-style14 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 100%; margin-right: 10px; }
.em-header-style14 .welcome-msg, .em-header-style14 .account-link, .em-header-style14 .em-top-links > ul li, .em-header-style14 .em-top-links ul.links li, .em-header-style14 .em-top-links ul.em-links-wishlist li { padding: 15px 20px; display: inline-block; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style14 .welcome-msg:before, .em-header-style14 .account-link:before, .em-header-style14 .em-top-links > ul li:before, .em-header-style14 .em-top-links ul.links li:before, .em-header-style14 .em-top-links ul.em-links-wishlist li:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style14 .welcome-msg:hover:before, .em-header-style14 .account-link:hover:before, .em-header-style14 .em-top-links > ul li:hover:before, .em-header-style14 .em-top-links ul.links li:hover:before, .em-header-style14 .em-top-links ul.em-links-wishlist li:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style14 .welcome-msg:before, .em-header-style14 .account-link:before, .em-header-style14 .em-top-links > ul li:before, .em-header-style14 .em-top-links ul.links li:before, .em-header-style14 .em-top-links ul.em-links-wishlist li:before { bottom: auto; top: 0; }
.em-header-style14 .welcome-msg:after, .em-header-style14 .account-link:after, .em-header-style14 .em-top-links > ul li:after, .em-header-style14 .em-top-links ul.links li:after, .em-header-style14 .em-top-links ul.em-links-wishlist li:after { content: "|"; position: absolute; left: 0; top: auto; }
.em-header-style14 .account-link:after { content: ""; }
.em-header-style14 .toolbar-switch { /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style14 .toolbar-switch:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style14 .toolbar-switch:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style14 .toolbar-switch:before { bottom: auto; top: 0; }
.em-header-style14 .toolbar-switch:after { content: "|"; position: absolute; left: 0; top: 14px; }
.em-header-style14 .toolbar-switch span.current { padding: 15px 20px; }
.em-header-style14 .toolbar-switch .toolbar-dropdown ul { right: 0; left: auto; }
.em-header-style14 .toolbar-switch.em-currency-style01 span.current { padding-right: 0; }
.em-header-style14 .em-logo .logo { margin: 20px 0; }
.em-header-style14 .em-phone { margin: 40px 0 0; font-size: 110%; }
.em-header-style14 .em-phone span { margin: 0 10px; }
.em-header-style14 .em-search { width: 100%; padding-right: 50px; display: inline-block; }
.em-header-style14 .em-search .em-search-icon { display: inline-block; padding: 17px 15px; border-top-width: 2px; border-top-style: solid; border-top-color: transparent; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-header-style14 .em-search .em-search-icon span:before { font-size: 1.4rem; }
.em-header-style14 .em_nav .hnav .menu-item-depth-0, .em-header-style14 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 { margin: 0; }
.em-header-style14 .em_nav .hnav .menu-item-depth-0 > a span, .em-header-style14 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span { padding: 25px 20px; border-width: 1px; border-top-width: 2px; border-color: transparent; text-transform: uppercase; }
.em-header-style14 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-header-style14 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container { top: 70px; }
.em-header-style14 .em-wrapper-searchcart { padding-top: 14px; position: relative; }
.em-header-style14 .em-top-cart { margin-left: 15px; position: absolute; right: 0; top: 14px; }
.em-header-style14 .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 30px; margin-bottom: -30px; float: right; width: 44px; }
.em-header-style14 .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style14 .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 44px; height: 44px; font-size: 1.8rem; text-align: center; display: inline-block; padding: 11px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-header-style14 .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-header-style14 .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 34%; top: -7px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 1px 5px; font-size: 10px; }
.em-header-style14 .em-fixed-top .em-top-cart-sticky { display: block !important; }
.em-header-style14 .em-fixed-top.navbar-fixed-top .em-search { display: none; width: auto; }

@media (min-width: 980px) { .em-header-style14 .form-search input.input-text { width: 310px; } }
/*===============RTL=================*/
.em-rtl .em-header-style14 .em-links-wishlist a:before, .em-rtl .em-header-style14 .link-account:before, .em-rtl .em-header-style14 .em-logout-link:before, .em-rtl .em-header-style14 .em-register-link:before, .em-rtl .em-header-style14 .em-account-link:before { margin-right: 0; margin-left: 10px; }
.em-rtl .em-header-style14 .toolbar-switch:after, .em-rtl .em-header-style14 .welcome-msg:after, .em-rtl .em-header-style14 .account-link:after, .em-rtl .em-header-style14 .em-top-links > ul li:after, .em-rtl .em-header-style14 .em-top-links ul.links li:after, .em-rtl .em-header-style14 .em-top-links ul.em-links-wishlist li:after { right: 0; left: auto; }
.em-rtl .em-header-style14 .toolbar-switch { padding-left: 0; padding-right: 20px; }
.em-rtl .em-header-style14 .em-header-bottom .em-top-cart { right: auto; left: 0px; margin-left: 0; }
.em-rtl .em-header-style14 .em-header-bottom .em-top-cart .em-amount-topcart .em-topcart-qty { left: 23%; }
.em-rtl .em-header-style14 .em-search { padding-right: 0; padding-left: 50px; }

.em-header-style03 { /*fixed top*/ }
.em-header-style03 .toolbar-switch .toolbar-title { padding: 0 !important; }
.em-header-style03 .link-account, .em-header-style03 .em-logout-link { position: relative; }
.em-header-style03 .link-account:before, .em-header-style03 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13e"; font-size: 100%; margin-right: 10px; }
.em-header-style03 .em-register-link, .em-header-style03 .em-account-link { position: relative; }
.em-header-style03 .em-register-link:before, .em-header-style03 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 100%; margin-right: 10px; }
.em-header-style03 .em-links-wishlist a { position: relative; }
.em-header-style03 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 100%; margin-right: 10px; }
.em-header-style03 .top-link-deal { position: relative; }
.em-header-style03 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 100%; margin-right: 10px; }
.em-header-style03 .welcome-msg, .em-header-style03 .account-link, .em-header-style03 .em-top-links > ul li, .em-header-style03 .em-top-links ul.links li, .em-header-style03 .em-top-links ul.em-links-wishlist li { padding: 14px 0 15px; margin-left: 30px; display: inline-block; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style03 .welcome-msg:before, .em-header-style03 .account-link:before, .em-header-style03 .em-top-links > ul li:before, .em-header-style03 .em-top-links ul.links li:before, .em-header-style03 .em-top-links ul.em-links-wishlist li:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style03 .welcome-msg:hover:before, .em-header-style03 .account-link:hover:before, .em-header-style03 .em-top-links > ul li:hover:before, .em-header-style03 .em-top-links ul.links li:hover:before, .em-header-style03 .em-top-links ul.em-links-wishlist li:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style03 .welcome-msg:before, .em-header-style03 .account-link:before, .em-header-style03 .em-top-links > ul li:before, .em-header-style03 .em-top-links ul.links li:before, .em-header-style03 .em-top-links ul.em-links-wishlist li:before { bottom: auto; top: 0; }
.em-header-style03 .em-language-currency { margin: 0 -15px; }
.em-header-style03 .toolbar-switch { margin: 0 15px; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style03 .toolbar-switch:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style03 .toolbar-switch:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style03 .toolbar-switch:before { bottom: auto; top: 0; }
.em-header-style03 .toolbar-switch span.current { padding: 14px 0 15px; min-height: 49px; }
.em-header-style03 .em-language-currency .form-language.toolbar-switch span.current { padding-left: 25px; background-position: 0px center; }
.em-header-style03 .em-logo .logo { margin: 30px 0; }
.em-header-style03 .em-phone { margin: 12px 0 0; font-size: 110%; }
.em-header-style03 .em-phone .fa { font-size: 130%; vertical-align: middle; }
.em-header-style03 .em-phone span { margin: 0 10px; vertical-align: middle; }
.em-header-style03 .em-line { float: left; width: 100%; border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; }
.em-header-style03 .em-line .em-menu-hoz { padding-left: 0; }
.em-header-style03 .em-search { width: 60%; margin-top: 32px; }
.em-header-style03 .em-search .form-search input.input-text { height: 49px; line-height: 39px; }
.em-header-style03 .em-search .form-search .input_cat select { height: 49px; line-height: 48px; }
.em-header-style03 .em-search .form-search .input_cat .catsearch-dropdown span.current { padding: 15px 30px 13px 5px; min-height: 49px; }
.em-header-style03 .em-search .form-search .input_cat .catsearch-dropdown ul { top: 49px; }
.em-header-style03 .em-search .em-search-style02 .form-search button.button { padding: 18px 17px 17px; width: 49px; }
.em-header-style03 .em_nav .hnav .menu-item-depth-0, .em-header-style03 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 { margin: 0; }
.em-header-style03 .em_nav .hnav .menu-item-depth-0 > a span, .em-header-style03 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span { padding: 15px 20px; border-width: 1px; border-top-width: 2px; border-color: transparent; text-transform: uppercase; margin-top: -1px; margin-bottom: -1px; }
.em-header-style03 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-header-style03 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container { top: 49px; }
.em-header-style03 .em-top-cart { margin-top: 32px; margin-left: 10px; }
.em-header-style03 .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 30px; margin-bottom: -30px; width: 51px; }
.em-header-style03 .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style03 .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 51px; height: 51px; font-size: 1.8rem; text-align: center; display: inline-block; padding: 15px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-header-style03 .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-header-style03 .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 33%; top: -8px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 1px 6px; font-size: 12px; }
.em-header-style03 .em-fixed-top.navbar-fixed-top .em-phone { display: none; }
.em-header-style03 .em-fixed-top.navbar-fixed-top .em-search { width: auto; }

.em-wrapper-header .em-header-style03 .em-fixed-top.navbar-fixed-top .em-line { border: 0 !important; padding: 1px 0; }

/*===============RTL=================*/
.em-rtl .em-header-style03 .welcome-msg, .em-rtl .em-header-style03 .account-link, .em-rtl .em-header-style03 .em-top-links > ul li, .em-rtl .em-header-style03 .em-top-links ul.links li, .em-rtl .em-header-style03 .em-top-links ul.em-links-wishlist li { margin-left: 0; margin-right: 30px; }
.em-rtl .em-header-style03 .em-links-wishlist a:before, .em-rtl .em-header-style03 .link-account:before, .em-rtl .em-header-style03 .em-logout-link:before, .em-rtl .em-header-style03 .em-register-link:before, .em-rtl .em-header-style03 .em-account-link:before { margin-right: 0; margin-left: 10px; }
.em-rtl .em-header-style03 .em-top-cart .em-amount-topcart .em-topcart-qty { left: 25%; }

.cms-index-index .em-header-style28 .em-menu-fix-pos .em-wrapper-header-top { position: absolute; width: 100%; padding-top: 40px; }

.em-header-style28 .navbar-fixed-top .em-menu-fix-pos .em-wrapper-header-top { position: static; padding-top: 0 !important; padding-bottom: 0 !important; }

.em-wrapper-header .em-header-style28 .toolbar-switch .toolbar-title { margin: -8px -10px; padding: 0 10px; min-height: 38px; }
.em-wrapper-header .em-header-style28 .toolbar-switch .toolbar-title select { margin: 0 5px; }

.em-header-style28 { /*.welcome-msg,
.account-link,
.em-top-links > ul li,	
.em-top-links ul.links li,	
.em-top-links ul.em-links-wishlist li{	
	padding:$padding3x / 2 0;
	margin-left:$padding3x;
	display:inline-block;
	@include effect-hover-line-center;
	overflow:initial;
	&:before{
		bottom:auto;
		top:0;
	}
}*/ /*Fix Top Menu*/ }
.em-header-style28 .em-menu-fix-pos { position: relative; z-index: 2; }
.em-header-style28 .em-menu-fix-pos .em-wrapper-header-top { position: static; width: 100%; padding: 30px 0 10px; }
.em-header-style28 .em-lan-cur-link-search { float: left; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 14px 10px 11px; min-height: 45px; float: right; }
.em-header-style28 .em-lan-cur-link-search .em-language-currency, .em-header-style28 .em-lan-cur-link-search .em-top-links, .em-header-style28 .em-lan-cur-link-search .em-search { float: left; }
.em-header-style28 .em-account { top: 34px; right: -43px; }
.em-header-style28 .link-account, .em-header-style28 .em-logout-link { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; display: inline-block; }
.em-header-style28 .link-account:before, .em-header-style28 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f007"; font-size: 14px; }
.em-header-style28 .em-register-link, .em-header-style28 .em-account-link { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; display: inline-block; }
.em-header-style28 .em-register-link:before, .em-header-style28 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 14px; }
.em-header-style28 .em-links-wishlist a { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; display: inline-block; }
.em-header-style28 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 14px; }
.em-header-style28 .top-link-deal { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; }
.em-header-style28 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 14px; }
.em-header-style28 .em-language-currency .toolbar-dropdown ul { top: 34px; width: 104px; }
.em-header-style28 .toolbar-switch { margin: 0; overflow: initial; }
.em-header-style28 .toolbar-switch:before { bottom: auto; top: 0; }
.em-header-style28 .toolbar-switch span.current { padding: 0 10px 30px; margin: 2px 0 -26px; line-height: 1.45rem; }
.em-header-style28 .toolbar-switch span.current:after { font-size: 12px; display: none; }
.em-header-style28 .toolbar-switch span.current:before { border-right: 1px solid #cdcdcd; position: absolute; top: 0; right: 0; height: 14px; content: ''; }
.em-header-style28 .toolbar-switch.form-language span.current { font-size: 0; width: 18px; height: 14px; padding-left: 28px; background-position: 10px 1px; }
.em-header-style28 .em-phone { margin: 40px 0 0; font-size: 110%; }
.em-header-style28 .em-phone span { margin: 0 10px; }
.em-header-style28 .em-search { display: inline-block !important; vertical-align: top; }
.em-header-style28 .em-search .em-search-icon { display: inline-block; vertical-align: top; padding: 1px 10px 30px; margin-bottom: -30px; /*border-top-width: 2px;
border-top-style: solid;
border-top-color: transparent;*/ -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-header-style28 .em-search .em-search-icon span:before { font-size: 1.4rem; }
.em-header-style28 .em-search .em-search-style01 #em-search-content-fixed-top { top: 34px; right: -10px; }
.em-header-style28 .line-top { border-top-style: solid; border-top-width: 1px; }
.em-header-style28 .em-menu-hoz { text-align: center; display: inline-block; vertical-align: top; }
.em-header-style28 .em-menu-hoz #em-main-megamenu { display: inline-block; }
.em-header-style28 .em_nav .hnav .menu-item-depth-0 > .menu-container { top: 46px; }
.em-header-style28 .em_nav .hnav .menu-item-depth-0, .em-header-style28 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 { margin: 0; }
.em-header-style28 .em_nav .hnav .menu-item-depth-0 > a span, .em-header-style28 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span { padding: 13px 20px; border-top-width: 2px; text-transform: uppercase; }
.em-header-style28 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-header-style28 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container { text-align: left; }
.em-header-style28 .em-top-cart { float: right; margin-left: 10px; display: inline-block !important; }
.em-header-style28 .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 30px; margin-bottom: -30px; width: 46px; }
.em-header-style28 .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style28 .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 46px; height: 46px; font-size: 1.8rem; text-align: center; display: inline-block; padding: 11px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-header-style28 .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-header-style28 .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 26%; top: -8px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 1px 6px; font-size: 12px; }
.em-header-style28 .em-fixed-top.navbar-fixed-top .em-logo-sticky { position: absolute; z-index: 1; }
.em-header-style28 .em-fixed-top.navbar-fixed-top .header-top-cart { position: absolute; right: 0; }
.em-header-style28 .em-fixed-top.navbar-fixed-top .em-menu-hoz { width: 100%; }
.em-header-style28 .em-fixed-top.navbar-fixed-top .em-lan-cur-link-search { background: transparent; }
.em-header-style28 .em-fixed-top.navbar-fixed-top .em-lan-cur-link-search > div { display: none; }
.em-header-style28 .em-fixed-top.navbar-fixed-top .em-lan-cur-link-search > div.em-search { display: inline-block; }

.em-header-style28 .navbar-fixed-top .em-menu-hoz #em-main-megamenu { display: inline; }

.em-wrapper-header .em-header-style28 .em-fixed-top.navbar-fixed-top .em_nav { padding-right: 0; }

/*===============RTL=================*/
.em-rtl .em-header-style28 .em-fixed-top.navbar-fixed-top .header-top-cart { left: 0; right: auto; }

/*Header layout glass - swatch*/
.em-header-style29 { /*fixed top*/ }
.em-header-style29 .em-header-top { border-bottom-width: 1px; border-bottom-style: solid; }
.em-header-style29 .link-account, .em-header-style29 .em-logout-link { position: relative; }
.em-header-style29 .link-account:before, .em-header-style29 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f13e"; font-size: 100%; margin-right: 10px; }
.em-header-style29 .em-register-link, .em-header-style29 .em-account-link { position: relative; }
.em-header-style29 .em-register-link:before, .em-header-style29 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 100%; margin-right: 10px; }
.em-header-style29 .em-links-wishlist a { position: relative; }
.em-header-style29 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 100%; margin-right: 10px; }
.em-header-style29 .top-link-deal { position: relative; }
.em-header-style29 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 100%; margin-right: 10px; }
.em-header-style29 .welcome-msg, .em-header-style29 .account-link, .em-header-style29 .em-top-links > ul li, .em-header-style29 .em-top-links ul.links li, .em-header-style29 .em-top-links ul.em-links-wishlist li { padding: 14px 0 15px; margin-left: 30px; display: inline-block; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style29 .welcome-msg:before, .em-header-style29 .account-link:before, .em-header-style29 .em-top-links > ul li:before, .em-header-style29 .em-top-links ul.links li:before, .em-header-style29 .em-top-links ul.em-links-wishlist li:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style29 .welcome-msg:hover:before, .em-header-style29 .account-link:hover:before, .em-header-style29 .em-top-links > ul li:hover:before, .em-header-style29 .em-top-links ul.links li:hover:before, .em-header-style29 .em-top-links ul.em-links-wishlist li:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style29 .welcome-msg:before, .em-header-style29 .account-link:before, .em-header-style29 .em-top-links > ul li:before, .em-header-style29 .em-top-links ul.links li:before, .em-header-style29 .em-top-links ul.em-links-wishlist li:before { bottom: auto; top: 0; }
.em-header-style29 .em-language-currency { margin: 0 -15px; }
.em-header-style29 .toolbar-switch { margin: 0 15px; /*display: inline-block;*/ vertical-align: middle; position: relative; overflow: hidden; overflow: initial; }
.em-header-style29 .toolbar-switch:before { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; z-index: 1; background: #2098d1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; opacity: 0; filter: alpha(opacity=0); }
.em-header-style29 .toolbar-switch:hover:before { left: 0; right: 0; opacity: 1; filter: alpha(opacity=100); }
.em-header-style29 .toolbar-switch:before { bottom: auto; top: 0; }
.em-header-style29 .toolbar-switch span.current { padding: 14px 0 15px; min-height: 49px; }
.em-header-style29 .em-language-currency .form-language.toolbar-switch span.current { padding-left: 25px; background-position: 0px center; }
.em-header-style29 .em-logo .logo { margin: 30px 0; }
.em-header-style29 .em-search { width: 41%; margin-top: 38px; }
.em-header-style29 .em-search .form-search { border-color: transparent; }
.em-header-style29 .em-search .form-search button.button { border: none; top: 0; }
.em-header-style29 .em_nav { padding-right: 70px; }
.em-header-style29 .em_nav .hnav .menu-item-depth-0, .em-header-style29 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 { margin: 0; }
.em-header-style29 .em_nav .hnav .menu-item-depth-0 > a span, .em-header-style29 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a span { padding: 20px 20px; border-top-width: 2px; border-color: transparent; text-transform: uppercase; }
.em-header-style29 .em_nav .hnav .menu-item-depth-0.menu_custom, .em-header-style29 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu_custom { margin-right: 20px; }
.em-header-style29 .em_nav .hnav .menu-item-depth-0 > .menu-container, .em-header-style29 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > .menu-container { top: 60px; }
.em-header-style29 .em-top-cart { margin-left: 10px; display: block !important; position: absolute; right: 30px; top: 11px; }
.em-header-style29 .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 10px; margin-bottom: -10px; width: 40px; }
.em-header-style29 .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style29 .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 40px; height: 40px; font-size: 1.7rem; text-align: center; display: inline-block; padding: 10px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-header-style29 .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-header-style29 .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 33%; top: -6px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 0px 5px; font-size: 10px; }
.em-header-style29 .em-fixed-top.navbar-fixed-top .em-search { width: auto; }

/*===============RTL=================*/
.em-rtl .em-header-style29 .welcome-msg, .em-rtl .em-header-style29 .account-link, .em-rtl .em-header-style29 .em-top-links > ul li, .em-rtl .em-header-style29 .em-top-links ul.links li, .em-rtl .em-header-style29 .em-top-links ul.em-links-wishlist li { margin-left: 0; margin-right: 30px; }
.em-rtl .em-header-style29 .em-links-wishlist a:before, .em-rtl .em-header-style29 .link-account:before, .em-rtl .em-header-style29 .em-logout-link:before, .em-rtl .em-header-style29 .em-register-link:before, .em-rtl .em-header-style29 .em-account-link:before { margin-right: 0; margin-left: 10px; }
.em-rtl .em-header-style29 .em-top-cart { right: auto; left: 30px; }
.em-rtl .em-header-style29 .em-top-cart .em-amount-topcart .em-topcart-qty { left: 25%; }
.em-rtl .em-header-style29 .em_nav { padding-right: 0; padding-left: 70px; }
.em-rtl .em-header-style29 .em_nav .hnav .menu-item-depth-0.menu_custom, .em-rtl .em-header-style29 .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0.menu_custom { margin-right: 0px; margin-left: 20px; }

/*Header layout sport*/
/*header fixed left*/
.em-area-header { left: 0; position: fixed; top: auto; bottom: 0; z-index: 3; padding: 0; height: 100%; width: 280px; }
.em-area-header .em-wrapper-header { height: 100%; padding: 0 2rem; }

.em-wrapper-header .em-header-style30 .toolbar-switch .toolbar-title { margin: -6px -10px; }
.em-wrapper-header .em-header-style30 .toolbar-switch .toolbar-title select { margin: 0 5px; }

.em-header-style30 .em-header-top { background-color: transparent; }
.em-header-style30 .em-wrapper-header-bottom { position: absolute; bottom: 0; left: 0; right: 0; margin: 2rem; }
.em-header-style30 .em-logo { text-align: center; display: inline-block; width: 100%; margin: 3rem 0; }
.em-header-style30 .em-lan-cur-link-search { display: block; width: 100%; text-align: center; margin-bottom: 2rem; }
.em-header-style30 .em-lan-cur-link-search .em-language-currency, .em-header-style30 .em-lan-cur-link-search .em-top-links, .em-header-style30 .em-lan-cur-link-search .em-search { display: inline-block; }
.em-header-style30 .em-account { top: -150px; right: auto; left: 50px; display: none !important; }
.em-header-style30 .link-account, .em-header-style30 .em-logout-link { position: relative; font-size: 0; padding: 0 10px; display: inline-block; }
.em-header-style30 .link-account:before, .em-header-style30 .em-logout-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f007"; font-size: 14px; }
.em-header-style30 .em-register-link, .em-header-style30 .em-account-link { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; display: inline-block; }
.em-header-style30 .em-register-link:before, .em-header-style30 .em-account-link:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f084"; font-size: 14px; }
.em-header-style30 .em-links-wishlist a { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; display: inline-block; }
.em-header-style30 .em-links-wishlist a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f004"; font-size: 14px; }
.em-header-style30 .top-link-deal { position: relative; font-size: 0; padding: 0 10px; border-right: 1px solid #cdcdcd; }
.em-header-style30 .top-link-deal:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02c"; font-size: 14px; }
.em-header-style30 .em-language-currency .toolbar-dropdown ul { top: auto; bottom: 25px; width: 104px; }
.em-header-style30 .toolbar-switch { margin: 0; overflow: initial; }
.em-header-style30 .toolbar-switch span.current { padding: 0 10px 30px; margin: 2px 0 -26px; line-height: 1.7rem; }
.em-header-style30 .toolbar-switch span.current:after { font-size: 12px; display: none; }
.em-header-style30 .toolbar-switch span.current:before { border-right: 1px solid #cdcdcd; position: absolute; top: 0; right: 0; height: 16px; content: ''; }
.em-header-style30 .toolbar-switch.form-language span.current { font-size: 0; width: 18px; height: 14px; padding-left: 28px; background-position: 10px 1px; }
.em-header-style30 .em-search { margin: 0 -2rem; }
.em-header-style30 .em-search .form-search { border: none; }
.em-header-style30 .em-search .form-search input.input-text { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-header-style30 .em-search .form-search button.button { right: 0; top: 0; border-width: 0; }
.em-header-style30 .menuleft { position: static; }
.em-header-style30 .menuleft .mega-menu { border-width: 0; }
.em-header-style30 .menuleft .mega-menu .vnav .menu-item-link.fa:before { left: 0px; }
.em-header-style30 .menuleft .mega-menu .menu-item-link.fa > .em-menu-link span { padding-left: 25px !important; }
.em-header-style30 .menuleft .mega-menu .em-prepend-menu { padding-left: 25px; }
.em-header-style30 .menuleft .mega-menu .em-prepend-menu:before { left: 0; }
.em-header-style30 .em-top-cart .em-amount-topcart { display: block; padding: 1rem; text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-header-style30 .em-top-cart .em-amount-topcart:after { content: ""; }
.em-header-style30 .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; font-size: 1.4rem; text-align: center; display: inline-block; padding: 0 1rem; }
.em-header-style30 .em-top-cart .em-summary-topcart { margin-right: -3rem; padding-right: 3rem; float: none; }
.em-header-style30 .em-top-cart .topcart-popup { left: 260px; top: auto; bottom: 0; }

/*===============RTL=================*/
.em-rtl .em-area-header { left: auto; right: 0; }
.em-rtl .em-wrapper-content { padding-left: 0 !important; padding-right: 280px !important; }
.em-rtl .em-header-style30 .em-top-cart .topcart-popup { left: auto; right: 260px; }
.em-rtl .em-header-style30 .em-search .form-search button.button { right: auto; left: 0; }
.em-rtl .em-header-style30 .toolbar-switch span.current:before { border-width: 0; }

/*Header layout fashionnova*/
.em-top-links ul, .em-top-links ol { margin: 0; }
.em-top-links .list-inline > li { padding: 0; }

/*Logo*/
.em-logo .logo { display: inline-block; text-decoration: none; }
/* .em-logo .logo img {  max-width: 236px;  max-width: 400px;} */
.em-logo strong { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; display: none; }

/*Header welcome*/
.welcome-msg { display: inline-block; margin-bottom: 0; }

/*Header Link Mobile*/
.list-link-mobile { overflow: hidden; margin: 0 !important; padding: 10px 0 0; }
.list-link-mobile li { padding: 10px 0; }
.list-link-mobile li a:before { font-size: 16px; text-align: center; width: 40px; height: 40px; line-height: 40px; border: 1px solid #ffffff; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin-bottom: 1px; font-family: FontAwesome; display: inline-block; color: #ffffff; background: transparent; }
.list-link-mobile li a.fa-shopping-cart:before { color: #ffffff; background: #50b200; border: 1px solid #50b200; }
.list-link-mobile li span { display: inline-block; width: 100%; }
.list-link-mobile li:first-child { border-left: 0; }

/*=================== fix top menu-search-cart ==========*/
.em-wrapper-header .navbar-fixed-top { position: fixed !important; -webkit-animation-name: fadeInDown; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -webkit-animation-duration: 0.7s; -moz-animation-duration: 0.7s; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; }
.em-wrapper-header .em-fixed-top .em-logo-sticky { float: left; margin-right: 1rem; display: none; }
.em-wrapper-header .em-fixed-top .em-logo-sticky img { width: 0; height: 0; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.em-wrapper-header .em-fixed-top .em-search-sticky, .em-wrapper-header .em-fixed-top .em-top-cart-sticky { display: none; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav { padding-top: 0; padding-right: 90px;/* padding-left: 60px; */ padding-left: 80px;}
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > a.em-menu-link span, .em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .em-catalog-navigation > li.level0 > a.em-menu-link span { padding-bottom: 21px; padding-top: 21px; border-top-width: 2px; text-transform: uppercase; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav .hnav .menu-item-depth-0 > .menu-container { top: 62px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo { display: none; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo-sticky { display: block;/* width: 50px; padding: 4px 0; */ width: 70px; padding: 20px 0; position: absolute; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-logo-sticky img { width: 100%; height: auto; opacity: 1; filter: alpha(opacity=100); visibility: visible; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky { display: block; position: absolute; top: 15px; right: 52px; padding: 0; margin: 0; width: auto; border: none; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-icon { padding: 0; border: none; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-icon span:before { width: 35px; height: 35px; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 1.4rem; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-style01 .em-container-js-search { top: 47px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-style01 .em-container-js-search .form-search input.input-text { height: 42px; line-height: 34px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search-sticky .em-search-style01 .em-container-js-search .form-search button.button { padding: 13px 15px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart { position: absolute; right: 10px; top: 15px; margin: 0; display: block; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart { display: inline-block; padding-bottom: 30px; margin-bottom: -30px; width: 35px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart:after { content: ""; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart:before { content: "\e835"; font-family: 'maki', sans-serif; width: 35px; height: 35px; font-size: 1.5rem; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; display: inline-block; padding: 12px 5px 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-text { display: none; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .em-amount-topcart .em-topcart-qty { position: absolute; left: 33%; top: -6px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 0px 4px; font-size: 9px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart .topcart-popup { top: 47px; }
.em-wrapper-header .em-fixed-top.navbar-fixed-top .em-menu-hoz { float: left !important; }

.em-rtl .em-wrapper-header .em-fixed-top .em-logo-sticky { float: right; margin-right: 0rem; margin-left: 1rem; }
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-menu-hoz { float: right !important; }
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em_nav { padding-right: 0px; padding-left: 130px; }
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search { right: auto; left: 52px; }
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-search .em-search-style01 .em-container-js-search { right: auto; left: 0; }
.em-rtl .em-wrapper-header .em-fixed-top.navbar-fixed-top .em-top-cart { right: auto; left: 10px; }

/* ============================================ * Footer ============================================ */
/******Class Padding********/
.padding-top20 { padding-top: 20px; }

/******Visible - Hidden********/
.hidden-3col, .hidden-2col { display: none; }

.em-footer-style11 { padding-top: 70px; }
.em-footer-style11 .em-block-content { margin-bottom: 20px; }
.em-footer-style11 .four-block-middle { padding: 40px 0px 10px; margin: 20px 0 30px; display: inline-block; width: 100%; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; }
.em-footer-style11 .em-social .em-social-icon { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 6px 8px; font-size: 1.6rem; }
.em-footer-style11 .em-links li { margin-bottom: 10px; }
.em-footer-style11 .em-tags-list { padding-top: 10px; margin: 0 -10px; }
.em-footer-style11 .em-tags-list li { display: inline-block; margin: 0 5px 10px; }
.em-footer-style11 .em-tags-list li a { padding: 10px; border-width: 1px; border-style: solid; display: inline-block; }
.em-footer-style11 .block-info .em-address, .em-footer-style11 .block-info .em-email, .em-footer-style11 .block-info .em-phone { margin: 0 -5px 1.55rem; }
.em-footer-style11 .block-info .fa { margin: 0 5px; }
.em-footer-style11 .block-subscribe button.button { border-style: solid; border-width: 2px; }

.em-rtl .em-footer-style11 .newsletter-boder-input-act .block-subscribe .actions { float: left; }
.em-rtl .em-footer-style11 .newsletter-boder-input-act .block-subscribe .actions button.button { margin-left: 0; }
.em-rtl .em-footer-style11 .block-subscribe .input-box { float: right; }

.em-footer-style09 .em-footer-top { padding-top: 40px; }
.em-footer-style09 .em-footer-info-bottom { border-top-style: solid; border-top-width: 1px; padding-top: 45px; padding-bottom: 15px; margin-top: 20px; }
.em-footer-style09 .em-footer-bottom { padding-top: 50px; }
.em-footer-style09 address { margin-top: 5px; }
.em-footer-style09 .em-links li { padding: 0 0 10px; }
.em-footer-style09 .em-wrapper-newsletter .block-subscribe { overflow: hidden; }
.em-footer-style09 .em-wrapper-newsletter .block-subscribe input.input-text { border-width: 0; }
.em-footer-style09 .em-wrapper-newsletter .block-subscribe .actions button.button { font-size: 100%; }
.em-footer-style09 .em-wrapper-social { overflow: hidden; }
.em-footer-style09 .em-wrapper-social .em-block-title { float: left; margin-right: 20px; margin-top: 10px; }
.em-footer-style09 .em-wrapper-social .em-block-content { overflow: hidden; float: left; }
.em-footer-style09 .em-wrapper-social .em-social .em-social-icon { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 6px 8px; font-size: 1.6rem; }

/*===============RTL=================*/
.em-rtl .em-newsletter-style05 .block-subscribe .actions button.button { right: auto; left: 0; margin-left: 0; }
.em-rtl .em-newsletter-style05 .block-subscribe .input-box input.input-text { padding-right: 10px; padding-left: 100px; }

.em-footer-style08 { padding-top: 70px; }
.em-footer-style08 .em-block-content { margin-bottom: 20px; }
.em-footer-style08 .four-block-middle { padding: 40px 0px 10px; margin: 20px 0 30px; display: inline-block; width: 100%; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; }
.em-footer-style08 .em-social .em-social-icon { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 6px 8px; font-size: 1.6rem; }
.em-footer-style08 .em-links li { margin-bottom: 10px; }
.em-footer-style08 .em-container-ads { margin-bottom: 30px; }
.em-footer-style08 .em-container-ads .box-date { display: inline-block; padding: 8px 15px; text-transform: uppercase; margin: 0 10px; float: left; text-align: center; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
.em-footer-style08 .em-container-ads .box-date span { display: block; font-weight: bold; }
.em-footer-style08 .em-container-ads .box-date span.em-blog-date { font-size: 140%; line-height: 1; }
.em-footer-style08 .em-container-ads .box-date span.em-blog-month { font-size: 85%; }
.em-footer-style08 .em-container-ads .em-detail { overflow: hidden; padding: 0 10px; }
.em-footer-style08 .block-info .em-address, .em-footer-style08 .block-info .em-email, .em-footer-style08 .block-info .em-phone { margin: 0 -5px 1.55rem; }
.em-footer-style08 .block-info .fa { margin: 0 5px; }
.em-footer-style08 .block-subscribe button.button { border-style: solid; border-width: 2px; }

.em-rtl .em-footer-style08 .newsletter-boder-input-act .block-subscribe .actions { float: left; }
.em-rtl .em-footer-style08 .newsletter-boder-input-act .block-subscribe .actions button.button { margin-left: 0; }
.em-rtl .em-footer-style08 .block-subscribe .input-box { float: right; }
.em-rtl .em-footer-style08 .em-container-ads .box-date { float: right; }

.em-footer-style12 .em-footer-top { padding-top: 5.5rem; padding-bottom: 4rem; }
.em-footer-style12 .em-footer-bottom { padding-top: 35px; }
.em-footer-style12 address { margin-top: 5px; }
.em-footer-style12 .em-links li { padding: 0 0 10px; }
.em-footer-style12 .em-wrapper-social { overflow: hidden; }
.em-footer-style12 .em-wrapper-social .em-block-title { float: left; margin-right: 20px; margin-top: 10px; }
.em-footer-style12 .em-wrapper-social .em-block-content { overflow: hidden; float: left; }
.em-footer-style12 .em-wrapper-social .em-social .em-social-icon { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 6px 8px; font-size: 1.6rem; }

.em-footer-style07 .em-footer-top { padding-top: 5rem; padding-bottom: 3rem; }
.em-footer-style07 .em-footer-bottom { padding-top: 3rem; }
.em-footer-style07 .em-social .em-social-icon { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 6px 8px; font-size: 1.6rem; }
.em-footer-style07 .em-links li { margin-bottom: 10px; }
.em-footer-style07 .block-subscribe button.button { border-style: solid; border-width: 2px; }
.em-footer-style07 .em-tags-list { padding-top: 10px; }
.em-footer-style07 .em-tags-list li { display: inline-block; margin-right: 10px; margin-bottom: 10px; }
.em-footer-style07 .em-tags-list li a { padding: 10px; border-width: 1px; border-style: solid; display: inline-block; }

/*============= RTL =================*/
.em-rtl .em-footer-style07 .block-subscribe .input-box { float: right; }

/*== Footer Layout Garden==*/
.em-footer-style13 { padding-top: 80px; }
.em-footer-style13 .em-footer-top { padding-bottom: 80px; }
.em-footer-style13 .em-logo-footer { display: inline-block; }
.em-footer-style13 .newsletter-boder-input-act .block-subscribe { padding: 9px 10px; }
.em-footer-style13 .newsletter-boder-input-act .block-subscribe .actions button.button { padding: 9px 20px; }
.em-footer-style13 .newsletter-boder-input-act .block-subscribe input.input-text { height: 40px; }
.em-footer-style13 .block-subscribe button.button { border-style: solid; border-width: 2px; }
.em-footer-style13 ul.footer-menu-links li { display: inline-block; margin: 0 10px; }
.em-footer-style13 ul.footer-menu-links a { text-transform: uppercase; }
.em-footer-style13 .em-footer-bottom { border-top: 1px solid #343434; padding-top: 30px; }
.em-footer-style13 .em-footer-bottom a { text-transform: uppercase; }
.em-footer-style13 .em-footer-bottom ul.links { margin-bottom: 0; }

.em-rtl .em-footer-style13 .newsletter-boder-input-act .block-subscribe .actions { float: left; }
.em-rtl .em-footer-style13 .newsletter-boder-input-act .block-subscribe .actions button.button { margin-left: 0; }
.em-rtl .em-footer-style13 .block-subscribe .input-box { float: right; }

/*== Footer Layout Glass==*/
.em-footer-style14 { padding-top: 80px; }
.em-footer-style14 .em-footer-top { padding-bottom: 80px; }
.em-footer-style14 .em-logo-footer { display: inline-block; }
.em-footer-style14 .newsletter-boder-input-act .block-subscribe { padding: 9px 10px; }
.em-footer-style14 .newsletter-boder-input-act .block-subscribe .actions button.button { padding: 9px 20px; }
.em-footer-style14 .newsletter-boder-input-act .block-subscribe input.input-text { height: 40px; }
.em-footer-style14 .block-subscribe button.button { border-style: solid; border-width: 2px; }
.em-footer-style14 ul.footer-menu-links { margin-bottom: 40px; }
.em-footer-style14 ul.footer-menu-links li { display: inline-block; margin: 0 20px; }
.em-footer-style14 .em-footer-bottom { border-top: 1px solid #343434; padding-top: 30px; }
.em-footer-style14 .em-footer-bottom a { text-transform: uppercase; }
.em-footer-style14 .em-footer-bottom ul.links { margin-bottom: 20px; }

.em-rtl .em-footer-style14 .newsletter-boder-input-act .block-subscribe .actions { float: left; }
.em-rtl .em-footer-style14 .newsletter-boder-input-act .block-subscribe .actions button.button { margin-left: 0; }
.em-rtl .em-footer-style14 .block-subscribe .input-box { float: right; }

/*== Footer Layout Swatch==*/
.em-wrapper-footer address { line-height: 1.35; font-size: 75%; }
.em-wrapper-footer .em-footer-bottom { padding-bottom: 30px; }

.em-wrapper-footer .em-payment-list li.em-payment-item {display: inline-block; margin: 0 10px 10px 0px;}
.em-wrapper-footer .phone-price {font-size: 10px; margin: -20px 0 0 0;}


.em-payment { text-align: center; margin: 0 -5px; }
.em-payment .em-payment-icon { margin-bottom: 10px; }
.em-payment .em-payment-icon { margin: 0 5px 10px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; float: left; }

.em-payment-icon.em-visa { width: 40px; height: 22px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: 0 -38px; background-repeat: no-repeat; }

.em-payment-icon.em-master { width: 28px; height: 22px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -54px -38px; background-repeat: no-repeat; }

.em-payment-icon.em-paypal { width: 57px; height: 22px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -122px -38px; background-repeat: no-repeat; }

.em-payment-icon.em-express { width: 16px; height: 22px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -93px -38px; background-repeat: no-repeat; }

.em-payment-icon.em-other { width: 49px; height: 22px; background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/icons.png"); background-position: -192px -38px; background-repeat: no-repeat; }

/*twitter*/
.twitter-tweet { width: 100% !important; }

/*social*/
.em-social { margin: 0 -5px; }
.em-social .em-social-border { margin-bottom: 5px; }

.em-social-icon { font-size: 18px; margin: 0 5px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-bottom: 5px; }
.em-social-icon.last { margin-right: 0; }

/*social border*/
.em-social-border .em-social-icon { display: inline-block; padding: 6px; border: 1px solid; }

/*Content*/
/*Module*/
/*==============Multidealpro==============*/
.multidealpro_products .products-grid { clear: both; }
.multidealpro_products .products-grid .item { width: 263px; margin: 0 10px; display: inline-table; float: none !important; }
.multidealpro_products .products-grid .item .product-item { padding: 0; border: 0; }

.em_multidealpro .show_clock, .em_multidealpro .price-box { display: inline-block; vertical-align: middle; }
.em_multidealpro .ratings { padding-bottom: 0; }

.multidealpro_products .toolbar-top { margin: 0 -10px; padding: 0 20px; }

.products-grid .show_clock .clock { position: absolute; }

.multidealpro_recent .multidealpro_products { border: 1px solid #e5e5e5; border-top: 0; }

.show_clock .price-box p.special-price .price-label { display: inline-block; }
.show_clock .price-box p:first-child { margin-top: 0; }

/*Deal Home Page - Slider Multidealpro*/
.em-special-deals { padding-bottom: 20px; }
.em-special-deals .widget-title h2 { margin-bottom: 15px; }
.em-special-deals .products-grid li.item { border: 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px; text-align: center; }
.em-special-deals .products-grid .msg_soldout { margin-top: 10px; }
.em-special-deals .products-grid .clock_style_1 { margin-top: 3px; margin-bottom: 0; }
.em-special-deals .owl-carousel .owl-item .item { border-width: 1px; border-style: solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px; text-align: center; }
.em-special-deals .owl-carousel .owl-item .item .product-shop { position: static; }
.em-special-deals .owl-carousel .owl-item .item .show_clock .clock { position: absolute; margin-bottom: 0; top: 260px; left: 41px; /*top: -67px;
width: 100%; @include transition1;*/ text-align: center; /*-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;*/ }
.em-special-deals .owl-carousel .owl-item .item:hover .product-shop { /*position:static;*/ /*.show_clock .clock{
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}*/ }

.multidealpro_products { border: 1px solid #e5e5e5; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/*=======Multidealpro - Product Grid======*/
.em_multidealpro .products-grid li.item { display: inline-block; float: none; vertical-align: top; border: 1px solid #e8e8e8; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px; }

/*=======Multidealpro - Product List======*/
.em_multidealpro .products-list, .multidealpro_products .products-list { clear: both; margin-top: 20px; }
.em_multidealpro .products-list li.item, .multidealpro_products .products-list li.item { margin-bottom: 20px; }
.em_multidealpro .products-list li.item .deal_qty, .em_multidealpro .products-list li.item .show_clock, .multidealpro_products .products-list li.item .deal_qty, .multidealpro_products .products-list li.item .show_clock { text-align: left; }

/*=======Multidealpro - Sidebar======*/
.em-sidebar .multidealpro_recent .multidealpro_products { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; padding-top: 0; }
.em-sidebar .multidealpro_recent .multidealpro_products .products-grid li.item { padding: 15px; margin: 0; width: 100%; }
.em-sidebar .em_multidealpro .products-grid li.item { width: 100%; margin-right: 0 !important; border: 0 !important; }

.em_multidealpro .products-grid.owl-carousel .owl-item .item { min-height: 425px; }

.em-wrapper-newsletter .em-block-title { float: left; margin-right: 20px; margin-top: 10px; }

/*===========block subscribe=============*/
.block-subscribe { border: none; margin: 0; padding: 0; }
.block-subscribe:before, .block-subscribe:after { position: static; height: 0; }
.block-subscribe .input-box { float: left; width: 200px; }
.block-subscribe .actions { float: left; }
.block-subscribe .actions button.button { margin-right: 0px; padding: 10px; }
.block-subscribe input.input-text { width: 100%; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.newsletter-clearbutton .block-subscribe .actions { float: none; }
.newsletter-clearbutton .block-subscribe .actions button.button { float: none; display: inline-block; }
.newsletter-clearbutton .block-subscribe .actions button.button span { float: none; display: inline-block; }
.newsletter-clearbutton .block-subscribe .input-box { width: 100%; float: none; }
.newsletter-clearbutton .block-subscribe .input-box input.input-text { margin-right: 0; }

.newsletter-fullbutton button.button { width: 100%; }

.newsletter-boder-input-act .block-subscribe { border: 1px solid; padding: 15px 30px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.newsletter-boder-input-act .block-subscribe input.input-text { border: none; margin-bottom: 0; background: transparent; height: 50px; }
.newsletter-boder-input-act .block-subscribe .input-box { width: 65%; margin-right: 0px; }
.newsletter-boder-input-act .block-subscribe .actions { float: right; }
.newsletter-boder-input-act .block-subscribe .actions button.button { margin-bottom: 0; padding: 13px 20px; }

.em-wrapper-newsletter { margin-bottom: 20px; }

.em-newsletter-style05 .block-subscribe { position: relative; }
.em-newsletter-style05 .block-subscribe .input-box { width: 100%; }
.em-newsletter-style05 .block-subscribe .input-box input.input-text { padding-right: 100px; }
.em-newsletter-style05 .block-subscribe .actions button.button { position: absolute; right: 0; top: 0px; font-size: 100%; }

.em-wrapper-newsletter03 { background-image: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/media/home/em_ads_15.jpg); background-position: center top; background-repeat: no-repeat; overflow: hidden; background-size: cover !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; padding: 6rem 0; }
.em-wrapper-newsletter03 .block-subscribe { padding: 10px; }
.em-wrapper-newsletter03 .block-subscribe .actions button.button { padding: 9px 20px; border-width: 2px; }
.em-wrapper-newsletter03 .block-subscribe input.input-text { height: 40px; }

/*===============RTL=================*/
.em-rtl .em-wrapper-newsletter03 .block-subscribe .input-box { float: right; }
.em-rtl .em-wrapper-newsletter03 .block-subscribe .actions { float: left; }

/*import module block home*/
.em-wrapper-ads-10 { overflow: hidden; }
.em-wrapper-ads-10.em-line-01 { margin-bottom: 0; }
.em-wrapper-ads-10 img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-wrapper-ads-10 .em-blog-item { padding: 1px; margin-bottom: 50px; }
.em-wrapper-ads-10 .em-blog-time { position: absolute; left: 20px; top: 20px; display: none /*inline-block*/; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 13px 20px; z-index: 0; font-weight: 700; color: #fff; text-transform: uppercase; text-align: center;}
.em-wrapper-ads-10 .em-blog-time:before { content: ""; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; display: inline-block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; }
.em-wrapper-ads-10 .em-blog-time p { margin: 0; line-height: 1.2; }
.em-wrapper-ads-10 .em-blog-time p:first-child { font-size: 170%; }
.em-wrapper-ads-10 .em-box { padding: 17px 20px 5px; border-top: 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; }
.em-wrapper-ads-10 .em-box .em-blog-des { clear: both; }
.em-wrapper-ads-10 .em-box .link-more { font-weight: bold; }
.em-wrapper-ads-10 .em-box .link-more:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f101"; font-size: 100%; padding-right: 5px; }

.em-background-wrapper-ads { background-image: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/media/home/layout_glass/em_ads_06.jpg); background-position: center top; background-repeat: no-repeat; overflow: hidden; background-size: cover !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; padding: 5rem 0 1rem; }

/*===============RTL=================*/
.em-rtl .em-wrapper-ads-10 .em-box .link-more:before { padding-right: 0; padding-left: 5px; content: "\f100"; }

.em-wrapper-ads-13 .icon-banner-left { padding: 12px 15px 14px; margin-right: 20px; font-size: 1.6rem; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-wrapper-ads-13 .em-banner-right { overflow: hidden; }
.em-wrapper-ads-13 .em-banner-right p { margin: 0; }
.em-wrapper-ads-13 .em-banner-right h5 { margin-bottom: 0.5rem; font-weight: 700; text-transform: uppercase; }
.em-wrapper-ads-13 .text-box { margin-bottom: 20px; }

.em-sidebar .em-wrapper-ads-13 .text-box { clear: both; width: 100%; border-top-width: 1px; border-top-style: dashed; margin: 2rem 0 0; padding: 2rem 0 0; }
.em-sidebar .em-wrapper-ads-13 .text-box:first-child { border-top-width: 0px; margin-top: 0; padding-top: 0; }

/*===============RTL=================*/
.em-rtl .em-wrapper-ads-13 .icon-banner-left { margin-right: 0; margin-left: 20px; }

.em-wrapper-ads-15 { margin-bottom: 50px; }
.em-wrapper-ads-15 .em-ads-item { padding: 35px 20px 40px; margin-top: 30px; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-wrapper-ads-15 .em-ads-item .em-ads-img { position: absolute; right: 40px; top: -30px; width: 70px; height: 70px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; border-style: solid; border-width: 2px; }
.em-wrapper-ads-15 .em-ads-item .em-ads-img img { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
.em-wrapper-ads-15 .em-ads-item .em-ads-des .fa { font-size: 300%; }
.em-wrapper-ads-15 .em-ads-item .em-ads-author span { font-weight: italic; }
.em-wrapper-ads-15 .em-ads-item .em-ads-author span:first-child { font-weight: bold; }
.em-wrapper-ads-15 .owl-theme .owl-controls .owl-pagination { position: absolute; left: 25px; bottom: 20px; margin: 0; }
.em-wrapper-ads-15 .owl-theme .owl-controls .owl-pagination span { border-width: 2px; width: 10px !important; height: 10px !important; margin: 0 0 0 5px !important; }

/*===============RTL=================*/
.em-rtl .em-wrapper-ads-15 .em-ads-item .em-ads-img { right: auto; left: 40px; }
.em-rtl .em-wrapper-ads-15 .owl-theme .owl-controls .owl-pagination { left: auto; right: 25px; }

.em-wrapper-ads-09 { margin-bottom: 50px; border-width: 1px; border-style: solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 0 10px; }
.em-wrapper-ads-09 .line-right { margin-right: -1px; border-right-style: dotted; }
.em-wrapper-ads-09 .line-left { border-left-style: dotted; }
.em-wrapper-ads-09 .em-wrapper-ads-item { margin-top: 30px; margin-bottom: 30px; }
.em-wrapper-ads-09 .em-wrapper-ads-item .fa { font-size: 340%; }
.em-wrapper-ads-09 .em-wrapper-ads-item .fa:hover { cursor: default; }
.em-wrapper-ads-09 .em-wrapper-ads-item h4 { font-weight: 700; }
.em-wrapper-ads-09 .em-wrapper-ads-item .em-ads-content p { margin-bottom: 0; }
.em-wrapper-ads-09 .em-wrapper-ads-item:nth-child(1) .fa:hover { -webkit-animation-name: tada; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-duration: 4.0s; -moz-animation-duration: 4.0s; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; }
.em-wrapper-ads-09 .em-wrapper-ads-item:nth-child(2) .fa:hover { -webkit-animation-name: flash; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-duration: 4.0s; -moz-animation-duration: 4.0s; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; }
.em-wrapper-ads-09 .em-wrapper-ads-item:nth-child(3) .fa:hover { -webkit-animation-name: wobble; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-duration: 4.0s; -moz-animation-duration: 4.0s; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; }
.em-wrapper-ads-09 .em-wrapper-ads-item:nth-child(4) .fa:hover { -webkit-animation-name: rotateIn; -webkit-animation-duration: 5.0s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; -webkit-animation-play-state: running; -webkit-animation-fill-mode: forwards; -moz-animation-name: anim_titles; -moz-animation-duration: 5.0s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; -moz-animation-direction: normal; -moz-animation-play-state: running; -moz-animation-fill-mode: forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-duration: 4.0s; -moz-animation-duration: 4.0s; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; }

.em-wrapper-ads-11 { margin-bottom: 50px; }
.em-wrapper-ads-11 .em-ads-item { padding: 3.2rem 2rem 4rem; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-wrapper-ads-11 .em-ads-item .em-ads-img { width: 100px; height: 100px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
.em-wrapper-ads-11 .em-ads-item .em-ads-img img { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; }
.em-wrapper-ads-11 .em-ads-item .em-ads-content { overflow: hidden; padding: 0 20px; }
.em-wrapper-ads-11 .em-ads-item .em-ads-des .fa { font-size: 300%; }
.em-wrapper-ads-11 .em-ads-item .em-ads-author span { font-weight: italic; }
.em-wrapper-ads-11 .em-ads-item .em-ads-author span:first-child { font-weight: bold; }
.em-wrapper-ads-11 .owl-theme .owl-controls .owl-pagination { position: absolute; left: 10%; bottom: 20px; margin: 0; }
.em-wrapper-ads-11 .owl-theme .owl-controls .owl-pagination span { border-width: 2px; width: 10px !important; height: 10px !important; margin: 0 0 0 5px !important; }

/*===============RTL=================*/
.em-rtl .em-wrapper-ads-11 .owl-theme .owl-controls .owl-pagination { left: auto; right: 10%; }

.em-wrapper-ads-12 { overflow: hidden; border-width: 1px; border-style: solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 50px; }
.em-wrapper-ads-12.em-line-01 { margin-bottom: 0; }
.em-wrapper-ads-12 img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-wrapper-ads-12 .em-blog-content { padding-left: 0; }
.em-wrapper-ads-12 .em-blog-time { position: absolute; left: 20px; top: 20px; display: inline-block; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; padding: 13px 20px; z-index: 0; font-weight: 700; color: #fff; text-transform: uppercase; }
.em-wrapper-ads-12 .em-blog-time:before { content: ""; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; display: inline-block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; }
.em-wrapper-ads-12 .em-blog-time p { margin: 0; line-height: 1.2; }
.em-wrapper-ads-12 .em-blog-time p:first-child { font-size: 170%; }
.em-wrapper-ads-12 .em-blog-title { margin-top: 2rem; }
.em-wrapper-ads-12 .em-blog-des { clear: both; }
.em-wrapper-ads-12 .link-more { font-weight: bold; }
.em-wrapper-ads-12 .link-more:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f101"; font-size: 100%; padding-right: 5px; }

/*===============RTL=================*/
.em-rtl .em-wrapper-ads-12 .link-more:before { padding-right: 0; padding-left: 5px; content: "\f100"; }
.em-rtl .em-wrapper-ads-12 .em-blog-content { padding-right: 0; padding-left: 10px; }

.em-wrapper-ads-16 { margin-bottom: 30px; }
.em-wrapper-ads-16 .em-box { overflow: hidden; position: relative; border-width: 1px; border-style: solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 20px; padding: 2.5rem 3rem; }
.em-wrapper-ads-16 .em-box h4 { font-weight: 700; text-transform: uppercase; }
.em-wrapper-ads-16 .em-box .em-box-right { position: absolute; right: 0; bottom: 0; }
.em-wrapper-ads-16 .em-box .em-box-left { position: relative; z-index: 1; }
.em-wrapper-ads-16 .em-box .em-box-left .block-info li.em-links-item { padding-top: 1rem; }
.em-wrapper-ads-16 .em-box .em-box-left .block-info li.em-links-item a { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-wrapper-ads-16 .em-box .em-box-left .block-info li.em-links-item a span { margin: 0 10px; }
.em-wrapper-ads-16 .em-box .em-box-left .block-info li.em-links-item a:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f101"; font-size: 100%; }
.em-wrapper-ads-16 .em-box .em-box-left .block-info li.em-links-item a:hover { margin-left: 10px; }

/*===============RTL=================*/
.em-rtl .em-box .em-box-right { left: 0; right: auto; }
.em-rtl .em-box .em-box-left .block-info li.em-links-item a:before { content: "\f100"; }

.em-wrapper-ads-17 { background-image: url(https://www.nutribullet.ch/skin/frontend/em0131/default/images/media/home/bkg-parallax.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; overflow: hidden; background-size: cover !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; filter: inherit; padding: 15.5rem 0; text-align: center; margin-bottom: 55px; }
.em-wrapper-ads-17 .button-link { float: none; display: inline-block; padding: 13px 20px; }

@media only screen and (min-device-width: 0px) and (max-device-width: 1024px) { .em-wrapper-ads-17 { background-attachment: scroll !important; } }
/*===============RTL=================*/
.em-rtl .em-box .em-box-right { left: 0; right: auto; }
.em-rtl .em-box .em-box-left .block-info li.em-links-item a:before { content: "\f100"; }

/*import module block product home*/
.em-wrapper-product-04 .owl-theme .owl-controls { text-align: left; padding: 1rem; }
.em-wrapper-product-04 .owl-theme .owl-controls .owl-buttons div { position: static; margin-right: 0.5rem !important; }

/*===============RTL=================*/
.em-wrapper-product-12 { margin-bottom: 20px; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs { margin-bottom: 10px; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav { padding-left: 0; padding-right: 0; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .r-tabs-anchor { padding: 0 !important; margin-right: 0; margin-bottom: 0; display: block; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-transform: none; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .r-tabs-anchor img { width: 100%; height: auto; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .r-tabs-tab { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; /* Firefox */ width: -moz-calc(100% / 3); /* WebKit */ width: -webkit-calc(100% / 3); /* Opera */ width: -o-calc(100% / 3); /* Standard */ width: calc(100% / 3); float: left; vertical-align: top; padding: 0 10px; margin-bottom: 20px; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .product-thumb-tab { border: 1px solid #e1e1e1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; text-align: center; padding-bottom: 18px; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .product-thumb-tab .product-thumb a span { padding: 0px 20px; text-align: center; display: inline-block; max-height: 35px; margin: 20px 0 10px; overflow: hidden; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .product-thumb-tab .price-box { text-align: center; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-nav .product-thumb-tab .ratings a { display: inline-block; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel { -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; filter: alpha(opacity=0); }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel a.product-image .em-alt-hover { position: absolute; left: 0%; top: 0%; opacity: 0 !important; filter: alpha(opacity=0) !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel:hover a.product-image .em-alt-org { opacity: 0 !important; filter: alpha(opacity=0) !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel:hover a.product-image .em-alt-hover { opacity: 1 !important; filter: alpha(opacity=100) !important; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; top: 0; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel.r-tabs-state-active { opacity: 1; filter: alpha(opacity=100); padding: 0px !important; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #e1e1e1; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel .product-image { display: block; margin-bottom: 20px; position: relative; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-panel .product-image img { max-width: 100%; display: block; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-accordion-title .r-tabs-anchor img { display: none; }
.em-wrapper-product-12 .em-filterproducts-grid .r-tabs .r-tabs-accordion-title .r-tabs-anchor span { display: block; }
.em-wrapper-product-12 .em-filterproducts-grid .productlabels_icons { display: none; }
.em-wrapper-product-12 .em-filterproducts-grid .em-item-tabs .em-more-views { clear: both; border-top: 1px solid #e1e1e1; padding-top: 20px; margin-top: 15px; margin: 20px 0 0; padding: 20px 10px; width: 100%; display: inline-block; position: relative; }
.em-wrapper-product-12 .em-filterproducts-grid .em-item-tabs .em-more-views:before, .em-wrapper-product-12 .em-filterproducts-grid .em-item-tabs .em-more-views:after { position: absolute; left: 49%; top: -19px; content: ""; width: 15px; height: 12px; z-index: 1; border: 9px solid transparent; border-bottom-color: #eeeeee; }
.em-wrapper-product-12 .em-filterproducts-grid .em-item-tabs .em-more-views:after { border-bottom-color: #ffffff; top: -17px; }
.em-wrapper-product-12 .em-filterproducts-grid .em-item-tabs .em-more-views img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-wrapper-product-12 .em-filterproducts-grid .em-item-tabs .product-shop { display: block; overflow: hidden; padding: 0 20px; text-align: center; }

/*===============RTL=================*/
.em-wrapper-product-15 { border-style: solid; border-width: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; margin-bottom: 50px; }
.em-wrapper-product-15 .em-widget-title { padding: 13px 20px; text-transform: uppercase; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.em-wrapper-product-15 .em-widget-title h3, .em-wrapper-product-15 .em-widget-title h2 { margin: 0; }
.em-wrapper-product-15 .products-list { display: flex; width: 100%; padding: 0px 20px; clear: both; }
.em-wrapper-product-15 .products-list:first-child div.item { border-top-width: 0px; padding-top: 0; padding-bottom: 20px; margin-top: 20px; margin-bottom: 0; }
.em-wrapper-product-15 .products-list div.item { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; /* Firefox */ width: -moz-calc(100% / 3); /* WebKit */ width: -webkit-calc(100% / 3); /* Opera */ width: -o-calc(100% / 3); /* Standard */ width: calc(100% / 3); padding: 20px 10px 0; float: left; border: none; border-top-style: dotted; border-top-width: 1px; border-right-style: dotted; border-right-width: 1px; margin: 0 0 20px; }
.em-wrapper-product-15 .products-list div.item.last { border-right-width: 0px; padding-right: 0; }
.em-wrapper-product-15 .products-list div.item.first { padding-left: 0; }

/*===============RTL=================*/
.em-rtl .em-wrapper-product-15 .products-list div.item { border-right-width: 0; border-left-style: dotted; border-left-width: 1px; padding-left: 10px; padding-right: 10px; }
.em-rtl .em-wrapper-product-15 .products-list div.item.first { padding-right: 0; }
.em-rtl .em-wrapper-product-15 .products-list div.item.last { padding-left: 0; padding-right: 10px; border-left-width: 0; }

.em-wrapper-product-16 { border-style: solid; border-width: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; margin-bottom: 50px; }
.em-wrapper-product-16 .em-widget-title { padding: 13px 20px; text-transform: uppercase; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
.em-wrapper-product-16 .em-widget-title h3, .em-wrapper-product-16 .em-widget-title h2 { margin: 0; }
.em-wrapper-product-16 .em-inner-product { clear: both; width: 100%; padding: 3rem 2rem; float: left; }
.em-wrapper-product-16 .em-item-big { margin-right: -1px; text-align: center; }
.em-wrapper-product-16 .em-item-big .item { margin-bottom: 0; }
.em-wrapper-product-16 .em-item-big .product-item { border-width: 0px; }
.em-wrapper-product-16 .em-item-big .product-item a.product-image { position: relative; }
.em-wrapper-product-16 .em-item-big .product-item a.product-image:after { content: ""; position: absolute; left: 50%; right: 50%; top: 50%; bottom: 50%; z-index: 0; display: inline-block; opacity: 0; filter: alpha(opacity=0); transition: all 300ms ease-in-out 0s; -moz-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; background-color: #000000; }
.em-wrapper-product-16 .em-item-big .product-item:hover a.product-image:after { opacity: 0.6; filter: alpha(opacity=60); left: -10px; right: -10px; top: -10px; bottom: 0; }
.em-wrapper-product-16 .products-list { padding-left: 0; }
.em-wrapper-product-16 .products-list .item { padding: 2.8rem 1rem 1.8rem 3rem; margin: 0; border-width: 0px; border-top-width: 1px; border-top-style: dotted; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-wrapper-product-16 .products-list .item:first-child, .em-wrapper-product-16 .products-list .item.first { border-top-color: transparent; padding-top: 0; }
.em-wrapper-product-16 .products-list .item a.product-image { margin-bottom: 1rem; }
.em-wrapper-product-16 .products-list .item a.product-image.loading-process { width: 120px; }

/*===============RTL=================*/
.em-rtl .em-wrapper-product-16 .em-item-big { margin-right: 0; margin-left: -1px; }
.em-rtl .em-wrapper-product-16 .products-grid .item { margin-right: 0; margin-left: 2rem; }
.em-rtl .em-wrapper-product-16 .line-right { border-right-width: 0px; border-left-width: 1px; border-left-style: solid; }
.em-rtl .em-wrapper-product-16 .line-left { border-left-width: 0px; border-right-width: 1px; border-right-style: solid; }
.em-rtl .em-wrapper-product-16 .products-list .item { padding-left: 1rem; padding-right: 3rem; }

.em-wrapper-product-18 { border-style: solid; border-width: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; margin-bottom: 50px; display: flex; }
.em-wrapper-product-18 .em-widget-title { padding: 13px 30px; text-transform: uppercase; }
.em-wrapper-product-18 .em-widget-title h3, .em-wrapper-product-18 .em-widget-title h2 { margin: 0; }
.em-wrapper-product-18 > div { align-items: stretch; }
.em-wrapper-product-18 .em-line { border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; }
.em-wrapper-product-18 .em-wrapper-area06 { display: flex; }
.em-wrapper-product-18 .em-featured-products { width: 100%; }
.em-wrapper-product-18 .em-featured-products .em-featured-top { margin-bottom: 10px; }
.em-wrapper-product-18 .em-featured-products .em-widget-products { padding-top: 10px; }
.em-wrapper-product-18 .em-featured-products .products-list { display: flex; width: 100%; padding: 00px 40px; clear: both; }
.em-wrapper-product-18 .em-featured-products .products-list:first-child div.item { border-top-width: 0px; padding-top: 0; padding-bottom: 23px; margin-top: 20px; margin-bottom: 0; }
.em-wrapper-product-18 .em-featured-products .products-list div.item { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; /* Firefox */ width: -moz-calc(100% / 2); /* WebKit */ width: -webkit-calc(100% / 2); /* Opera */ width: -o-calc(100% / 2); /* Standard */ width: calc(100% / 2); padding: 20px 10px 0; float: left; border: none; border-top-style: dotted; border-top-width: 1px; border-right-style: dotted; border-right-width: 1px; margin: 0 0 20px; }
.em-wrapper-product-18 .em-featured-products .products-list div.item.last { border-right-width: 0px; padding-right: 0; }
.em-wrapper-product-18 .em-featured-products .products-list div.item.first { padding-left: 0; }
.em-wrapper-product-18 .em-sale-off .products-list { padding: 30px 30px 15px; }
.em-wrapper-product-18 .em-sale-off .products-list div.item { padding: 20px 0 0; border-top: 1px dashed #eeeeee; }
.em-wrapper-product-18 .em-sale-off .products-list div.item:first-child { border-color: transparent; padding-top: 0; }
.em-wrapper-product-18 .em-sale-off .products-list div.item.last { padding-bottom: 0; margin-bottom: 0; }
.em-wrapper-product-18 .em-sale-off .products-list div.item .product-shop { margin-bottom: 0; }
.em-wrapper-product-18 .em-sale-off .products-list div.item .product-shop .price-box { margin-bottom: 0; }
.em-wrapper-product-18 .em-best-products .products-grid .item { margin-right: 0; border: 0; width: 100%; }
.em-wrapper-product-18 .em-best-products .products-grid .item .product-item { border: 0; padding: 30px 30px 10px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.em-wrapper-product-18 .em-best-products .products-grid .item .product-item img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.em-wrapper-product-18 .em-best-products .products-grid .item .product-item .em-more-views { margin: 0 -30px; padding: 20px 30px 0; border-top: 1px solid #e1e1e1; position: relative; }
.em-wrapper-product-18 .em-best-products .products-grid .item .product-item .em-more-views:before, .em-wrapper-product-18 .em-best-products .products-grid .item .product-item .em-more-views:after { position: absolute; left: 46%; top: -19px; content: ""; width: 15px; height: 12px; z-index: 1; border: 9px solid transparent; border-bottom-color: #eeeeee; }
.em-wrapper-product-18 .em-best-products .products-grid .item .product-item .em-more-views:after { border-bottom-color: #ffffff; top: -17px; }

/*===============RTL=================*/
.em-rtl .em-wrapper-product-15 .products-list div.item { border-right-width: 0; border-left-style: dotted; border-left-width: 1px; padding-left: 10px; padding-right: 10px; }
.em-rtl .em-wrapper-product-15 .products-list div.item.first { padding-right: 0; }
.em-rtl .em-wrapper-product-15 .products-list div.item.last { padding-left: 0; padding-right: 10px; border-left-width: 0; }

.em-wrapper-product-19 { margin-bottom: 50px; }
.em-wrapper-product-19 .product-item { display: inline-block; width: 100%; border-style: solid; border-width: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.em-wrapper-product-19 .product-item .big-img { /*display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: flex-start;	*/ border-bottom-style: solid; border-bottom-width: 1px; overflow: hidden; }
.em-wrapper-product-19 .product-item .big-img .product-image { float: left; width: 73%; margin: 0; position: relative; }
.em-wrapper-product-19 .product-item .big-img .product-image:before { border-right-style: solid; border-right-width: 1px; content: ''; position: absolute; top: 0; right: -1px; height: 100%; width: 1px; }
.em-wrapper-product-19 .product-item .big-img .em-more-views { overflow: hidden; width: 27%; position: relative; }
.em-wrapper-product-19 .product-item .big-img .em-more-views:before { border-right-style: solid; border-right-width: 1px; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 1px; }
.em-wrapper-product-19 .product-item .big-img .em-more-views .more-view-img { border-top-style: solid; border-top-width: 1px; text-align: center; }
.em-wrapper-product-19 .product-item .big-img .em-more-views .more-view-img:first-child { border-top-width: 0px; }
.em-wrapper-product-19 .product-item .big-img img { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width: 100%; }
.em-wrapper-product-19 .product-item .big-img img.em-alt-hover.em-img-lazy, .em-wrapper-product-19 .product-item .big-img img.em-img-lazy {     /*
	width:auto !important;
	display:inline-block !important;
	height:auto !important;*/ }
.em-wrapper-product-19 .product-item .product-shop { overflow: hidden; clear: both; padding: 20px 30px 30px; }
.em-wrapper-product-19 .product-item .product-shop .price-box { float: left; margin-bottom: 1.55rem; margin-right: 10px; }
.em-wrapper-product-19 .product-item .product-shop .em-btn-addto { float: right; }

.em-wrapper-product-20 { margin-bottom: 50px; }
.em-wrapper-product-20 .em-item-right { padding: 0; }
.em-wrapper-product-20 .em-item-right .item { padding: 0 1rem; width: 50%; float: left; }
.em-wrapper-product-20 .em-item-right .item img { width: 100%; height: auto; }
.em-wrapper-product-20 .product-item { position: relative; }
.em-wrapper-product-20 .product-item .product-shop-top .price-box { position: absolute; left: 0; bottom: 0; margin: 0; padding: 1rem; display: inline-block; }
.em-wrapper-product-20 .product-item .product-shop-top img { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width: 100%; height: auto; }
.em-wrapper-product-20 .product-item .product-shop { position: absolute; left: 0; bottom: 0; right: 0; height: 0; top: 100%; padding: 1rem; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; filter: alpha(opacity=0); visibility: hidden; background-color: rgba(0, 0, 0, 0.25); text-align: center; }
.em-wrapper-product-20 .product-item .product-shop .product-name a, .em-wrapper-product-20 .product-item .product-shop .ratings .amount a { color: #fff; }
.em-wrapper-product-20 .product-item:hover .product-shop { height: 100%; top: 0; opacity: 1; filter: alpha(opacity=100); visibility: initial; display: flex; align-items: center; align-content: center; justify-content: center; }

.em-wrapper-product-23.em-line-01 { margin-bottom: 0; }
.em-wrapper-product-23 .em-item-big { text-align: center; }
.em-wrapper-product-23 .em-item-big .item .product-shop { padding-bottom: 20px; }
.em-wrapper-product-23 .em-item-big .item .product-item { padding-bottom: 20px; }
.em-wrapper-product-23 .em-item-big .item .em-more-views { margin: 0; padding: 20px 30px 0; border-top: 1px solid #e1e1e1; position: relative; display: inline-block; vertical-align: top; width: 100%; margin-top: 20px; }
.em-wrapper-product-23 .em-item-big .item .em-more-views:before, .em-wrapper-product-23 .em-item-big .item .em-more-views:after { position: absolute; left: 46%; top: -19px; content: ""; width: 15px; height: 12px; z-index: 99999; border: 9px solid transparent; border-bottom-color: #eeeeee; }
.em-wrapper-product-23 .em-item-big .item .em-more-views:after { border-bottom-color: #ffffff; top: -17px; }
.em-wrapper-product-23 .em-item-right .item { margin-bottom: 20px; }
.em-wrapper-product-23 .em-item-right .item .product-shop { padding-bottom: 8px; }
.em-wrapper-product-23 .em-item-right .item .product-shop .price-box { margin-bottom: 0; }
.em-wrapper-product-23 .products-grid .item { margin-right: 0; }

/*===============RTL=================*/
/*content*/
.em-wrapper-main .container-main { padding-top: 20px; }
.em-wrapper-main .container-main.container-fluild { padding-top: 0; }

/*Box Category - Home page*/
.em-box { border-style: solid; border-width: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.em-line-top-bottom { border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

/*=========Breadcrumbs==========*/
.breadcrumbs { padding: 2rem 0; overflow: hidden; }
.breadcrumbs ul { margin-bottom: 0; }
.breadcrumbs ul li { display: inline; text-transform: uppercase; }
.breadcrumbs ul li strong { font-weight: 600; }
.breadcrumbs ul li .separator { position: relative; font-size: 0; margin: 0 12px; }
.breadcrumbs ul li .separator:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f178"; font-size: 11px; }

.wrapper-breadcrums { background-image: url("https://www.nutribullet.ch/skin/frontend/em0131/default/images/bkg-breadcrums.png"); background-position: 0 0; background-repeat: repeat; }

/*=========Category==========*/
.category-title, .category-image, .category-description { margin-bottom: 20px; }

.category-products .products-list { margin: 0; }
.category-products .products-list li.item { padding: 10px; border: 1px solid #e1e1e1; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom: 20px; }
.category-products .products-list li.item a.product-image { margin-bottom: 0; }
.category-products .products-list li.item .product-shop { margin-bottom: 0; }
.category-products .products-grid .item .product-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.category-products .products-grid .item:hover .product-name { white-space: normal; }

.category-description .shop-category {color: #658C45; font-size: 36px; font-weight: 600;}
.category-description .shop-category-desc {font-size: 18px;}


/* Toolbar */
.category-products .pager, .category-products .to-top { display: none; }
.category-products .pager .amount { display: none; }
.category-products .pager .pages { display: none; }

.toolbar { position: relative; margin-bottom: 0px; width: 100%; /*z-index:1;*/ }
.toolbar .toolbar-switch { display: inline-block; float: right; }
.toolbar .toolbar-dropdown { width: 150px; }
.toolbar .toolbar-dropdown span.current { padding: 6px 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 90%; }
.toolbar .toolbar-dropdown span.current:after { margin-top: 5px; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f078"; font-size: 10px; }
.toolbar .toolbar-dropdown ul { width: 150px; top: 28px; }
.toolbar .limiter { margin-bottom: 2rem; }
.toolbar .sort-by { margin-left: 2rem; margin-bottom: 2rem; }
.toolbar .sort-by > a { position: relative; float: right; margin-left: 2rem; padding: 1rem 1.4rem; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-style: solid; border-width: 1px; }
.toolbar .sort-by > a .v-middle { float: right; }

.toolbar-bottom { margin-bottom: 0 !important; }
.toolbar-bottom .pager { display: block; margin: 0; }
.toolbar-bottom .pager .amount { display: inline; margin: 0; padding: 13px 0; }
.toolbar-bottom .pager .pages { display: inline; margin: 0; }
.toolbar-bottom .toolbar .sorter, .toolbar-bottom .toolbar .pager .limiter { display: none; }

/*View mode*/
.view-mode { border-style: solid; border-width: 1px; padding: 0.9rem 1rem; margin-bottom: 2rem; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.view-mode label { display: none; }
.view-mode .list { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: 0; float: left; }
.view-mode .list:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00b"; font-size: 14px; }
.view-mode .grid { font-size: 0; display: block; text-indent: -99999px; overflow: hidden; vertical-align: middle; text-align: left; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: 0; float: left; margin-right: 1rem; padding-right: 1rem; border-right-style: solid; border-right-width: 1px; }
.view-mode .grid:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00a"; font-size: 14px; }

/*.products-grid li.item .add-to-links li a.link-wishlist{
	position: relative;

}*/
/*Test column mobile*/
.emcatalog-desktop-1, .emcatalog-desktop-small-1, .emcatalog-tablet-1, .emcatalog-mobile-1 { /*margin-right:-10px;*/ margin: 0 -10px; }
.emcatalog-desktop-1 .item, .emcatalog-desktop-small-1 .item, .emcatalog-tablet-1 .item, .emcatalog-mobile-1 .item { width: 100%; padding: 0 10px; margin: 0 0 20px; border: none; }
.emcatalog-desktop-1 .item .product-item, .emcatalog-desktop-small-1 .item .product-item, .emcatalog-tablet-1 .item .product-item, .emcatalog-mobile-1 .item .product-item { margin: 0; /*width:100%;*/ }

.emcatalog-desktop-2, .emcatalog-desktop-small-2, .emcatalog-tablet-2, .emcatalog-mobile-2 { /*margin-right:-10px;*/ margin: 0 -10px; }
.emcatalog-desktop-2 .item, .emcatalog-desktop-small-2 .item, .emcatalog-tablet-2 .item, .emcatalog-mobile-2 .item { width: 50%; padding: 0 10px; margin: 0 0 20px; border: none; }
.emcatalog-desktop-2 .item .product-item, .emcatalog-desktop-small-2 .item .product-item, .emcatalog-tablet-2 .item .product-item, .emcatalog-mobile-2 .item .product-item { margin: 0; /*width:100%;*/ }

.emcatalog-desktop-3, .emcatalog-desktop-small-3, .emcatalog-tablet-3, .emcatalog-mobile-3 { /*margin-right:-10px;*/ margin: 0 -10px; }
.emcatalog-desktop-3 .item, .emcatalog-desktop-small-3 .item, .emcatalog-tablet-3 .item, .emcatalog-mobile-3 .item { width: 33.33333%; padding: 0 10px; margin: 0 0 20px; border: none; }
.emcatalog-desktop-3 .item .product-item, .emcatalog-desktop-small-3 .item .product-item, .emcatalog-tablet-3 .item .product-item, .emcatalog-mobile-3 .item .product-item { margin: 0; /*width:100%;*/ }

.emcatalog-desktop-4, .emcatalog-desktop-small-4, .emcatalog-tablet-4, .emcatalog-mobile-4 { /*margin-right:-10px;*/ margin: 0 -10px; }
.emcatalog-desktop-4 .item, .emcatalog-desktop-small-4 .item, .emcatalog-tablet-4 .item, .emcatalog-mobile-4 .item { width: 25%; padding: 0 10px; margin: 0 0 20px; border: none; }
.emcatalog-desktop-4 .item .product-item, .emcatalog-desktop-small-4 .item .product-item, .emcatalog-tablet-4 .item .product-item, .emcatalog-mobile-4 .item .product-item { margin: 0; /*width:100%;*/ }

.emcatalog-desktop-5, .emcatalog-desktop-small-5, .emcatalog-tablet-5, .emcatalog-mobile-5 { /*margin-right:-10px;*/ margin: 0 -10px; }
.emcatalog-desktop-5 .item, .emcatalog-desktop-small-5 .item, .emcatalog-tablet-5 .item, .emcatalog-mobile-5 .item { width: 20%; padding: 0 10px; margin: 0 0 20px; border: none; }
.emcatalog-desktop-5 .item .product-item, .emcatalog-desktop-small-5 .item .product-item, .emcatalog-tablet-5 .item .product-item, .emcatalog-mobile-5 .item .product-item { margin: 0; /*width:100%;*/ }

.emcatalog-desktop-6, .emcatalog-desktop-small-6, .emcatalog-tablet-6, .emcatalog-mobile-6 { /*margin-right:-10px;*/ margin: 0 -10px; }
.emcatalog-desktop-6 .item, .emcatalog-desktop-small-6 .item, .emcatalog-tablet-6 .item, .emcatalog-mobile-6 .item { width: 16.66667%; padding: 0 10px; margin: 0 0 20px; border: none; }
.emcatalog-desktop-6 .item .product-item, .emcatalog-desktop-small-6 .item .product-item, .emcatalog-tablet-6 .item .product-item, .emcatalog-mobile-6 .item .product-item { margin: 0; /*width:100%;*/ }

/*# sourceMappingURL=styles.css.map */


/* Category columns */

.category-xs-20,
.category-sm-20,
.category-md-20,
.category-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.category-xs-20 {
    width: 20% !important;
    float: left !important;
}
@media (min-width: 768px) {
    .category-sm-20 {
	width: 20% !important;
	float: left !important;
    }
}
@media (min-width: 992px) {
    .category-md-20 {
	width: 20% !important;
	float: left !important;
    }
}
@media (min-width: 1200px) {
    .category-lg-20 {
	width: 20% !important;
	float: left !important;
    }
}

/* /Category columns */


/** Product Page TMA **/

    .product-shop #super-product-table colgroup {width: 0%;}
    .product-shop #super-product-table img {margin-bottom: 0px; padding: 0; border: 0;}
    .product-shop #super-product-table tr td {padding: 1px;}
    .product-shop #super-product-table tr td.name, .product-shop #super-product-table tr td.a-right {padding: 1px 5px;}
    .product-shop #super-product-table tr td.a-right .tax-details {font-size: 12px;}
    .product-shop #super-product-table tr td.a-right .price {font-size: 21px !important;}
    .product-shop-fixed-top .add-to-cart {width: 100%;}
    
    
    
    .em-product-details .std ul.short-description,
    .em-product-details .std ul.scope_of_delivery {list-style: none; padding-left: 0;}
    .em-product-details .std ul.short-description i.fa,
    .em-product-details .std ul.scope_of_delivery i.fa {margin: 0 10px 0 0; color: #de252d; }
    
    .product-view .em-product-view .short-description li {display: flex;}
    
/** /Product Page TMA **/


/** Checkout Pages TMA **/
#payment-progress-opcheckout .complete .p {margin-bottom: 5px;}
.bankpayment_info .bankcol1, .bankpayment_info_int .bankcol1 {float: left; width: 100%; padding: 5px 0 0 0;}
.bankpayment_info .bankcol1 label, .bankpayment_info_int .bankcol1 label {margin-bottom: 0;}
.bankpayment_info .bankcol2, .bankpayment_info_int .bankcol2 {float: left; padding: 0 0 2px 0; width: 100%; font-style: italic; font-weight: bold; border-style: solid; border-width: 0 0 1px 0; border-color: #c2c2c2;}
table.bankpayment_info_int {width: 100%;}

.em-block-title .nobr {text-transform: none;}

/* .bankpayment_info_int .bankcol2 {word-break: break-word;} */





/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.nutribullet.ch/skin/frontend/em0131/default/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

/*.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}*/
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	/*width: 100%;*/
	-ms-touch-action: pan-y;
	margin:0 -10px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	/*-webkit-transform: translate3d(0px, 0px, 0px);*/
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	padding:0 10px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.nutribullet.ch/skin/frontend/em0131/default/em/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  /*-webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);*/
}
/****************** CUSTOM THEME EXAMPLE ****************************/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 50px;
	background: url(https://www.nutribullet.ch/skin/frontend/em0131/default/em/owlcarousel/AjaxLoader.gif) no-repeat center center
}
#owl-demo .item img{
  display: block;
  max-width: 100%;
  height: auto;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}
#progressBar{
  width: 100%;
  background: #EDEDED;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { -webkit-transform: translateX(800px);
	  -moz-transform: translateX(800px);
	  -ms-transform: translateX(800px);
	  transform: translateX(800px);opacity:0; }
  100% { -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  transform: translateX(0px);opacity:1; }
}
@-moz-keyframes fadeIn {
  0% {-webkit-transform: translateX(800px);
	  -moz-transform: translateX(800px);
	  -ms-transform: translateX(800px);
	  transform: translateX(800px); opacity:0; }
  100% {-webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  transform: translateX(0px); opacity:1; }
}
@keyframes fadeIn {
  0% {-webkit-transform: translateX(800px);
	  -moz-transform: translateX(800px);
	  -ms-transform: translateX(800px);
	  transform: translateX(800px); opacity:0; }
  100% { -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  transform: translateX(0px);opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% {-webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  transform: translateX(0px); opacity:1; }
  100% {-webkit-transform: translateX(-800px);
	  -moz-transform: translateX(-800px);
	  -ms-transform: translateX(-800px);
	  transform: translateX(-800px); opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  transform: translateX(0px);opacity:1; }
  100% {-webkit-transform: translateX(-800px);
	  -moz-transform: translateX(-800px);
	  -ms-transform: translateX(-800px);
	  transform: translateX(-800px); opacity:0; }
}
@keyframes fadeOut {
  0% {-webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  transform: translateX(0px); opacity:1; }
  100% {-webkit-transform: translateX(-800px);
	  -moz-transform: translateX(-800px);
	  -ms-transform: translateX(-800px);
	  transform: translateX(-800px); opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

.em-slideshow .owl-carousel .owl-item .em-owlcarousel-description:hover .em-owlcarousel-des{
  -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
@media (min-width:768px) and (max-width:991px){.em-header-style08 .em-header-bottom .em_nav{padding-top:0;}
.em-header-style03 .em-menu-hoz{padding:0;width:100%;}
}
@media (max-width:991px){#em-wrapper-mobile-search{position:absolute;top:52px;left:0;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:350px;z-index:99;}
.search-fixed-right #em-wrapper-mobile-search{display:block !important;position:static;width:auto;}
}
@media (max-width:767px){.form-search .text-search{width:100%;}
.em-icon-search-mobile{font-size:0;}
.em-icon-search-mobile:before{font-size:20px;margin-right:0;padding:3px 2px;}
#em-wrapper-mobile-search{left:auto;right:10px;position:static;width:100%;}
.em-logo .logo img{width:100%;}
.account-link a.link-logout,
.account-link a.link-login,
.account-link a.link-account{display:inline-block;clear:both;font-size:0;padding-top:3px !important;}
.account-link a.link-logout:before,
.account-link a.link-login:before,
.account-link a.link-account:before{font-size:20px;margin-right:0;padding:3px 2px;}
.em-top-wishlist{padding-top:0;}
.toolbar-dropdown ul{right:auto;left:0;}
.mb-center{text-align:center;float:none !important;}
.em-language-currency{text-align:center;display:block;}
.em-language-currency .em-currency-style-mobile,
.em-language-currency .form-language,
.em-language-currency .toolbar-switch{display:inline-block;float:none;vertical-align:top;margin-right:2px;margin-bottom:10px;}
.menuleft{position:static;}
.menuleft .mega-menu{border:none;}
.search-fixed-right #em-wrapper-mobile-search,
.search-fixed-right .em-icon-search-mobile{display:none !important;}
}
@media (max-width:320px){.account-link{position:static;}
.pull-right .account-link .em-account{top:35px;right:0;}
.em-account .block-content{width:300px;}
#em-wrapper-mobile-search{width:300px;left:10px;}
.container-header .toolbar-switch .toolbar-title select{width:120px;}
}
@media (max-width:991px){.em_multidealpro .products-grid.owl-carousel .owl-item .item{min-height:auto;}
.em-tabs .emcatalog-desktop-1 .item,
.em-tabs .emcatalog-desktop-small-1 .item,
.em-tabs .emcatalog-tablet-1 .item,
.em-tabs .emcatalog-mobile-1 .item{width:50%;}
.em-tabs .emcatalog-desktop-2 .item,
.em-tabs .emcatalog-desktop-small-2 .item,
.em-tabs .emcatalog-tablet-2 .item,
.em-tabs .emcatalog-mobile-2 .item{width:50%;}
.em-tabs .emcatalog-desktop-3 .item,
.em-tabs .emcatalog-desktop-small-3 .item,
.em-tabs .emcatalog-tablet-3 .item,
.em-tabs .emcatalog-mobile-3 .item{width:50%;}
.em-tabs .emcatalog-desktop-4 .item,
.em-tabs .emcatalog-desktop-small-4 .item,
.em-tabs .emcatalog-tablet-4 .item,
.em-tabs .emcatalog-mobile-4 .item{width:50%;}
.em-tabs .emcatalog-desktop-5 .item,
.em-tabs .emcatalog-desktop-small-5 .item,
.em-tabs .emcatalog-tablet-5 .item,
.em-tabs .emcatalog-mobile-5 .item{width:50%;}
.em-tabs .emcatalog-desktop-6 .item,
.em-tabs .emcatalog-desktop-small-6 .item,
.em-tabs .emcatalog-tablet-6 .item,
.em-tabs .emcatalog-mobile-6 .item{width:50%;}
.em-col-main .em-line-01 .em-tabs{margin-top:0;text-align:left;}
}
@media (min-width:481px) and (max-width:1200px){.clock_style_1 .clock li span{line-height:26px !important;font-size:16px !important;padding:0 6px !important;min-width:34px !important;height:26px !important;}
.clock_style_1 .clock li p{font-size:6px !important;min-width:34px !important;}
}
@media (min-width:1200px){.em-tabs .em-tabs-content{min-height:50px;}
}
@media (max-width:1200px){.product-shop-top button.button.btn-cart{font-size:0;}
.product-shop-top button.button.btn-cart span{padding:0;}
}
@media (min-width:991px) and (max-width:1200px){.em-wrapper-product-15 .products-list .product-shop .price-box{font-size:100%;}
.em-slideshow .em-owlcarousel-des{width:90% !important;left:5% !important;}
.em-wrapper-ads-11 .em-ads-item{padding:3.2rem 2rem 6.3rem !important;}
}
@media (max-width:991px){.em-wrapper-product-20 .em-item-right .product-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.em-wrapper-product-20 .em-item-right .add-to-links{display:none;}
}
@media (min-width:768px) and (max-width:991px){.em-wrapper-ads-11 .em-ads-item{padding:3.7rem 2rem 6.3rem !important;text-align:center;}
.em-wrapper-ads-11 .em-ads-item .em-ads-img{float:none !important;display:inline-block;margin-bottom:1rem;}
.em-wrapper-ads-11 .em-ads-item .em-ads-content{clear:both;}
.em-wrapper-ads-12.em-blog-item > div{width:100%;}
.em-wrapper-ads-12 .em-blog-item > div{width:100%;}
.em-wrapper-ads-12 .em-blog-content{padding:0;width:100%;}
.em-wrapper-ads-12 .em-blog-content img{width:100%;}
.em-slideshow h1, .em-slideshow h2, .em-slideshow h3, .em-slideshow h4{font-size:130% !important;}
.em-slideshow h5, .em-slideshow h6{font-size:100% !important;}
.em-slideshow .em-owlcarousel-des{width:90% !important;left:5% !important;top:22% !important;}
.em-slideshow .button-link{display:none !important;}
.em-slideshow .owl-theme .owl-controls .owl-pagination{display:none;}
.em-slideshow .owl-theme .owl-controls .owl-buttons div{width:40px !important;padding:11px 7px !important;top:40% !important;}
.em-slideshow .owl-carousel .owl-item img{min-height:170px;}
.em-sidebar .em-wrapper-ads-13 .text-box{text-align:center;}
.em-sidebar .em-wrapper-ads-13 .icon-banner-left{float:none !important;display:inline-block;}
.em-sidebar .em-wrapper-ads-13 .em-banner-right{clear:both;padding-top:1rem;}
}
@media (max-width:767px){.col2-set-nospace .col-1, .col2-set-nospace .col-2{width:100%;clear:both;margin-bottom:1rem;}
.em-wrapper-product-15 .products-list{display:inline-block;}
.em-wrapper-product-15 .products-list div.item{width:100%;border:none;}
.em-wrapper-product-16 .products-grid .item{margin-right:0;margin-left:0;}
.em-wrapper-product-16 .line-right,
.em-wrapper-product-16 .line-left{border-width:0 !important;}
.em-wrapper-product-18 .em-featured-products .products-list{padding:0 20px;display:inline-block;}
.em-wrapper-product-18 .em-featured-products .products-list div.item{width:100%;border:none;}
.em-wrapper-product-18 .em-featured-products .products-list div.item.last{margin-bottom:0;padding-top:0;padding-left:0;}
.em-wrapper-ads-10 img{width:100%;}
.em-wrapper-ads-11 .em-ads-item .em-ads-img{width:50px;height:50px;}
.em-wrapper-ads-12.em-blog-item > div{width:100%;}
.em-wrapper-ads-12 .em-blog-item > div{width:100%;}
.em-wrapper-ads-12 .em-blog-content{padding:0;width:100%;}
.em-wrapper-ads-12 .em-blog-content img{width:100%;}
.em-wrapper-ads-17 .em-wrapper-parallax h1, .em-wrapper-ads-17 .em-wrapper-parallax h3{font-size:120% !important;}
.em-wrapper-ads-17 .em-wrapper-parallax a.button-link{font-size:100%;}
.em-wrapper-product-18{display:block;}
.em-wrapper-product-18 .products-grid{display:block;}
.em-wrapper-product-18 .em-line{border:0;}
.em-wrapper-product-19 .product-item .product-shop .em-btn-addto{float:left;}
.em-wrapper-product-15 .widget-products .products-list div.item{padding:0;}
.img-banner .desc h1, .img-banner .desc h2, .img-banner .desc h3, .img-banner .desc h4, .img-banner .desc h5, .img-banner .desc h6{font-size:100% !important;font-weight:500 !important;line-height:1.35 !important;margin-bottom:1rem;}
.em-slideshow h1, .em-slideshow h2, .em-slideshow h3, .em-slideshow h4{font-size:130% !important;margin-bottom:10px !important;padding:0 !important;}
.em-slideshow h2:after, .em-slideshow h2:before, .em-slideshow h3:after, .em-slideshow h3:before{display:none !important;}
.em-slideshow h5, .em-slideshow h6{font-size:100% !important;}
.em-slideshow .em-owlcarousel-des{width:90% !important;left:5% !important;text-align:center;}
.em-slideshow .button-link{display:none !important;}
.em-slideshow .owl-theme .owl-controls .owl-pagination{display:none;}
.em-slideshow .owl-theme .owl-controls .owl-buttons div{width:40px !important;padding:11px 7px !important;top:40% !important;}
.em-slideshow .owl-carousel .owl-item img{min-height:170px;}
.logo_loader{left:7%;top:25%;}
}
@media (min-width:991px) and (max-width:1200px){.em-social .em-social-border{clear:both;}
}
@media (min-width:768px) and (max-width:991px){.em-footer-address address{width:50%;}
.em-footer-style09 .em-wrapper-newsletter .block-subscribe{clear:both;}
}
@media (max-width:767px){.em-social .em-social-border{clear:both;width:100%;padding-top:10px;}
.em-social .em-social-border .em-social-icon{margin-right:10px;}
.em-footer-address{text-align:center;}
.em-footer-address .em-payment{display:inline-block;width:100%;text-align:center;}
.em-payment{display:inline-block;float:none;text-align:center;width:100%;}
.em-payment .em-payment-icon{display:inline-block;float:none;}
.em-footer-style12 .em-footer-info .text-center{text-align:inherit;}
.em-footer-style12 .em-wrapper-social{text-align:center;}
.em-footer-style12 .em-wrapper-social .em-social{display:inline-block;}
.em-footer-style12 .em-payment{float:none !important;clear:both;display:inline-block;}
.em-footer-style09 .em-footer-info-bottom{padding-top:30px;}
.em-footer-style09 .em-footer-info .text-center{text-align:inherit;}
.em-footer-style09 .em-footer-info-bottom .first, .em-footer-style09 .em-footer-info-bottom .last, .em-footer-style09 .em-footer-info-bottom .em-wrapper-social{display:inline-block;width:100%;float:none !important;}
.em-footer-style09 .em-footer-info-bottom .em-wrapper-newsletter .em-block-title,
.em-footer-style09 .em-footer-info-bottom .em-wrapper-social .em-block-title{float:none;margin-right:0;}
.em-footer-style07 .em-payment,
.em-footer-style07 .em-payment-method,
.em-footer-style07 address{float:none !important;clear:both;display:inline-block;}
.em-footer-style07 .em-footer-bottom{text-align:center;}
.em-footer-style07 .em-payment-method.f-right{width:100%;}
.block-subscribe .form-subscribe-content .input-box{width:100%;}
.block-subscribe .form-subscribe-content input.input-text{text-align:center;}
.block-subscribe .form-subscribe-content .actions{width:100%;text-align:center;}
.em-wrapper-footer .block-subscribe .form-subscribe-content button.button{float:none;}
#containerDiv .ajaxcart a.back{font:700 10px/1.35 Lato, Helvetica, Arial, sans-serif;}
#containerDiv .ajaxcart a.green-next{font:700 10px/1.35 Lato,Helvetica,Arial,sans-serif;padding:7px 15px;}
#checkout-step-review .data-table tr td:first-child{width:100%;}
#checkout-step-review .data-table tfoot tr td{padding:0 0 5px 20px;}
#checkout-review-table.data-table tfoot tr td .price{font:700 16px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;}
}
@media (min-width:768px) and (max-width:1200px){.em-sidebar .block-related .products-list li.item .product-shop,
.block-related .em-related-noslider li.item .product-shop,
#recently-viewed-items li.item .product-shop,
.block-compare #compare-items li.item .product-shop,
.block-wishlist li.item .product-details{clear:both;float:left;width:100%;}
}
@media (min-width:768px) and (max-width:991px){.three-columns .category-products .products-list .product-image img{width:125px !important;height:125px !important;}
.toolbar .toolbar-dropdown{width:100px;}
}
@media (max-width:767px){.quickshop-link-container{display:none !important;}
.em-wrapper-main .container-main{padding-top:10px !important;}
.category-products .products-list .product-image img{width:125px !important;height:125px !important;}
.category-products .products-grid{margin-right:0 !important;}
.category-products div.desc{display:none;}
.toolbar .toolbar-dropdown{width:85px;}
.toolbar .limiter .toolbar-switch{float:left;}
.price-box .price-label{line-height:22px;}
.ratings .amount{display:none;}
}
@media (max-width:1200px){#product-review-table{width:100%;}
}
@media (min-width:1200px){.crosssell .products-grid.owl-carousel .owl-item .item,
.box-up-sell .products-grid.owl-carousel .owl-item .item{min-height:420px;}
}
@media (min-width:768px) and (max-width:1200px){.product-view-detail .product-shop .em-review-email .email-friend{float:left;}
.product-view-detail button.button{width:100%;margin-right:0;}
}
@media (max-width:767px){.box-reviews .form-add,
.box-reviews .reviews,
.product-view-detail{margin-bottom:30px;}
.product-view .em-details-tabs.r-tabs{margin-bottom:10px;}
.product-view-detail .qty_cart{float:left;width:65%;}
.product-view-detail .add-to-links{display:none;}
.product-view-detail button.button.btn-cart{float:left;width:65%;}
.f-fix button.button.btn-cart{font:700 10px/1.15 Lato, Helvetica, Arial, sans-serif;}
.cloud-zoom-lens, .cloud-zoom-big{display:none;}
.em-product-view-primary,
.em-product-view-secondary,
.em-product-view-tertiary{width:100% !important;float:left;clear:both;padding-left:10px !important;padding-right:10px !important;margin-bottom:20px;}
.em-product-view-tertiary:before{display:none;}
.em-product-view-tertiary .brand-logo-detail{padding:0 20px;margin-left:0;}
.product-view-detail .em-product-shop .product-shop .prev{right:64px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;}
.product-view-detail .em-product-shop .product-shop .next{right:30px;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;}
.product-view-detail .em-product-shop .product-shop button.button{font-size:100%;}
.box-tags .form-add .input-box{width:100%;}
.product-view .em-details-tabs .em-details-tabs-content{padding:0;border:0;margin-top:0;}
.product-view .em-details-tabs .em-details-tabs-content .box,
.product-view .em-details-tabs .em-details-tabs-content .box-collateral-content{border-width:1px;padding:20px 20px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.box-reviews .ratings-table{margin-bottom:0;}
.box-reviews .reviews .em-box-review > table thead,
.box-reviews .reviews .em-box-review > table colgroup{display:none;}
.box-reviews .reviews .em-box-review > table > tbody > tr{display:inline-block;position:relative;width:100%;padding-top:15px;margin-top:5px;border-top:1px solid #e5e5e5;}
.box-reviews .reviews .em-box-review > table > tbody > tr:first-child{border-top:0;padding-top:0;}
.box-reviews .reviews .em-box-review > table > tbody > tr > td{width:70%;float:right;padding:0;}
.box-reviews .reviews .em-box-review > table > tbody > tr > td:first-child{width:25%;float:left;white-space:normal;}
}
@media (max-width:767px){.col2-set .col-1,
.col2-set .col-2,
.fieldset{float:left;width:100%;margin-bottom:20px;}
.form-list .input-box,
.form-list .input-range{margin-bottom:5px;}
.form-list li{margin:0;}
.form-list .field,
.form-list li.fields .fields,
.opc ul.form-list > li.wide{margin-right:0;width:100%;}
.account-login .form-list{width:100%;}
.account-create form{margin-left:0;}
.customer-account-forgotpassword .fieldset .form-list input.input-text{width:100%;}
.customer-address-index .my-account .addresses-primary ol li.item{width:100%;margin-right:0;}
}
@media (min-width:768px) and (max-width:991px){.opc-1sc .opc-col1,
.opc-1sc .opc-col2,
.opc-1sc .opc-col3{width:100%;padding-right:0;}
.checkout-progress{padding:0;}
.checkout-progress li{width:31%;margin-bottom:10px;margin-right:10px;}
}
@media (max-width:767px){.opc-1sc .opc .step{margin-left:0;}
.opc-1sc .opc #checkout-step-payment #payment_form_ccsave{width:100%;}
.opc-1sc .opc-col1, .opc-1sc .opc-col2, .opc-1sc .opc-col3{width:100%;padding:0;}
.checkout-progress{padding:0;}
.checkout-progress li{width:100%;margin-bottom:10px;}
.sp-methods .form-list select, .sp-methods .form-list input.input-text{width:100%;}
.sp-methods .form-list .v-fix{float:none;}
.sp-methods .form-list select.month,
.sp-methods .form-list select.year{width:100%;margin-right:0;margin-bottom:5px;}
}
@media (min-width:768px) and (max-width:991px){.cart .data-table tr th, .cart .data-table tr td{padding-left:10px;padding-right:10px;}
.cart .data-table .nobr,
.cart .data-table th{white-space:normal !important;}
.qty_cart{width:123px;}
.qty_cart input.qty{width:45px !important;}
.cart-collaterals .em-box{min-height:0;}
}
@media (max-width:767px){.cart-table colgroup, .cart-table thead{display:none;}
.cart-table tbody td:first-child{}
.cart-table tbody td{float:right;width:100%;padding:5px 0 5px 0;border-bottom:1px solid #f1f1f1 !important;text-align:center !important;}
.cart .data-table tr td.last{border-right:none;padding-bottom:5px;}
.cart-table tbody td .cart-product{margin:0;}
.cart-table tbody td .cart-product a.product-image{}
.cart-table tbody td .cart-product a.product-image img{max-width:100%;}
.cart-table tbody td .qty_cart{margin:0;}
.cart-table tbody tr{display:inline-block;margin-bottom:20px;padding-bottom:10px;position:relative;width:100%;border-bottom:1px solid #e5e5e5;}
.cart-table tbody tr.last{margin-bottom:0;}
.cart-collaterals .em-box{min-height:0;}
.cart-collaterals .em-box table{overflow:inherit;}
}
@media (max-width:560px){.data-table thead{display:none;}
.data-table td .product-name{font:500 12px/1.55 Lato,Helvetica Neue, Helvetica, Arial, sans-serif;}
#checkout-step-review .data-table tr td:nth-child(2) .cart-price{display:none;}
#checkout-review-table.data-table tfoot tr td .price{font:700 14px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif !important;margin-top:0;}
#checkout-step-review .data-table tfoot tr td.a-right.last{display:inline-block;float:right;}
}
@media (max-width:767px){.ajaxcart a.back, .ajaxcart a.next{padding-left:9px;padding-right:9px;}
#containerDiv .ajaxcart{padding-left:10px !important;padding-right:10px !important;}
.ajaxcart a.back, .ajaxcart a.next{margin-right:0 !important;}
#containerDiv .product_title h3{font-size:100%;}
#containerDiv{width:300px !important;height:300px !important;overflow:auto;min-width:300px !important;max-width:300px !important;top:10px !important;}
.ajaxcart .product-options{max-height:200px !important;}
#addtoContainer{width:300px !important;}
}
@media (max-width:767px){.comments div.input-box .input-text,
.comments div.input-box{width:100% !important;}
}
@media (max-width:1200px){.three-columns .em_post-item .post-content{clear:both;}
}
@media (min-width:992px) and (max-width:1199px){.newsletter-boder-input-act .block-subscribe .input-box{width:64%;}
}
@media (min-width:768px) and (max-width:991px){.newsletter-boder-input-act .block-subscribe .input-box{width:52%;}
}
@media (max-width:767px){.popup-subscribe .block-subscribe .input-box{width:100%;}
.popup-subscribe .block-subscribe .actions button.button{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.popup-subscribe{padding-left:20px;padding-right:20px;}
}
@media (max-width:1200px){table,
.data-table,
.my-wishlist > form{display:block;overflow-x:auto;}
.cart .data-table,
.cart #shopping-cart-totals-table{display:inline;}
}
@media (min-width:1200px){.emcatalog-disable-hover-below-desktop.products-grid li.item .product-item{overflow:hidden;}
.emcatalog-disable-hover-below-desktop.products-grid li.item .product-item .em-element-display-hover{transform:scale(0, 0);-moz-transform:scale(0, 0);-webkit-transform:scale(0, 0);-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:0;opacity:0;filter:alpha(opacity=0);}
.emcatalog-disable-hover-below-desktop.products-grid li.item .product-item:hover{position:absolute;top:0;left:10px;right:10px;z-index:2;margin:0px;}
.emcatalog-disable-hover-below-desktop.products-grid li.item .product-item:hover .em-element-display-hover{-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1, 1);-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);height:100%;opacity:1;filter:alpha(opacity=100);}
}
@media (min-width:992px){.emcatalog-disable-hover-below-tablet.products-grid li.item .product-item{overflow:hidden;}
.emcatalog-disable-hover-below-tablet.products-grid li.item .product-item .em-element-display-hover{transform:scale(0, 0);-moz-transform:scale(0, 0);-webkit-transform:scale(0, 0);-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:0;opacity:0;filter:alpha(opacity=0);}
.emcatalog-disable-hover-below-tablet.products-grid li.item .product-item:hover{position:absolute;top:0;left:10px;right:10px;z-index:2;margin:0px;}
.emcatalog-disable-hover-below-tablet.products-grid li.item .product-item:hover .em-element-display-hover{-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1, 1);-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);height:100%;opacity:1;filter:alpha(opacity=100);}
}
@media (min-width:768px){.emcatalog-disable-hover-below-mobile.products-grid li.item .product-item{overflow:hidden;}
.emcatalog-disable-hover-below-mobile.products-grid li.item .product-item .em-element-display-hover{transform:scale(0, 0);-moz-transform:scale(0, 0);-webkit-transform:scale(0, 0);-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:0;opacity:0;filter:alpha(opacity=0);}
.emcatalog-disable-hover-below-mobile.products-grid li.item .product-item:hover{position:absolute;top:0;left:10px;right:10px;z-index:2;margin:0px;}
.emcatalog-disable-hover-below-mobile.products-grid li.item .product-item:hover .em-element-display-hover{-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1, 1);-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);height:100%;opacity:1;filter:alpha(opacity=100);}
}
@media (min-width:768px){.em-box-custom .page{width:760px;}
}
@media (min-width:992px){.em-box-custom .page{width:980px;}
}
@media (min-width:768px) and (max-width:991px){.custom-product-list .products-list .product-shop{clear:both;padding-top:10px;}
.custom-product-list .main-product .product-shop{clear:both;}
}
@media (min-width:768px){.em-fixed-sidebar{position:static;}
}
@media (max-width:767px){.em-tabs .owl-carousel .owl-controls .owl-buttons div.owl-next{right:10px;}
.em-tabs .owl-carousel .owl-controls .owl-buttons div.owl-prev{left:10px;}
}
@media (max-width:1199px){.slider-icon-bottom-rs1 .owl-theme .owl-controls{position:static;}
}
@media (max-width:991px){.slider-icon-bottom-rs2 .owl-theme .owl-controls{position:static;}
}
@media (max-width:767px){.slider-icon-bottom-rs3 .owl-theme .owl-controls{position:static;}
}
@media (max-width:767px){.r-tabs .tab-content{border-width:0;padding:0;margin:0 0 25px 0;}
}
@media (max-width:767px){.r-tabs .r-tabs-nav{display:none;}
.r-tabs .r-tabs-accordion-title{display:block !important;}
.em-tabs-content .owl-theme .owl-controls{right:11px !important;top:0px !important;}
.r-tabs .r-tabs-panel{padding:15px 0 !important;overflow:hidden !important;}
.tab-vertical .tab-content{padding-right:0;min-height:1px;}
}
@media (max-width:767px){.zoom-img,
.effect-hover-text,
.effect-hover-text2,
.effect-hover-text3{display:inline-block;max-width:100%;}
}
@media (min-width:768px){.effect-menu.hnav .menu-item-depth-0:hover > .menu-container{-webkit-transform:scaleY(1);}
.effect-menu.hnav .menu-item-link > .menu-container,
.effect-menu.hnav .em-catalog-navigation li > ul{transform:scale(0.7, 1);-webkit-transform:scale(0.7, 1);-moz-transform:scale(0.7, 1);transition:-webkit-transform 500ms ease 0ms;-webkit-transition:-webkit-transform 500ms ease 0ms;-moz-transition:-moz-transform 500ms ease 0ms;transform-origin:0 0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;}
.effect-menu.hnav .nav-right .menu-item-link > .menu-container,
.effect-menu.hnav .nav-right .em-catalog-navigation li > ul{transform-origin:100% 0;-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;}
.effect-menu.hnav .menu-item-depth-0 > .menu-container,
.effect-menu.hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal li.level0 > ul{transform:scale(1, 0.7);-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);}
.effect-menu.hnav .menu-item-depth-0:hover > .menu-container,
.effect-menu.hnav .menu-item-depth-0 > .em-catalog-navigation.horizontal li.level0:hover > ul,
.effect-menu.hnav .menu-item-link:hover > .menu-container,
.effect-menu.hnav .em-catalog-navigation li:hover > ul{transform:scale(1, 1);-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);}
}
@media (max-width:767px){.menu-item-link,
.menu-item-text,
.menu-item-hbox,
.menu-item-vbox,
.em-catalog-navigation li,
.menu-item-hbox > .menu-container > li{display:block;float:none;}
.menu-container,
.em-catalog-navigation ul{width:100% !important;top:0 !important;}
.vnav .menu-item-depth-0 > .menu-container,
.hnav .menu-item-depth-0 > .menu-container,
.menu-item-link > .menu-container,
.em-catalog-navigation li > ul,
.menu-item-depth-0 .menu-item-link > .menu-container{display:none;position:static;}
.menu-item-link.mhover > .menu-container,
.em-catalog-navigation li.mhover > ul,
.menu-item-depth-0 .menu-item-link.mhover > .menu-container{display:block;position:static;}
.em-mobile-help{padding-top:15px;}
.em-mobile-help li a{padding:8px 10px;border:1px solid;margin-bottom:3px;display:block;}
.em-mobile-help li a span{margin-right:5px;}
}
@media (min-width:992px) and (max-width:1199px){.menu_col1{width:18px;}
.menu_col2{width:58px;}
.menu_col3{width:98px;}
.menu_col4{width:138px;}
.menu_col5{width:178px;}
.menu_col6{width:218px;}
.menu_col7{width:258px;}
.menu_col8{width:298px;}
.menu_col9{width:338px;}
.menu_col10{width:378px;}
.menu_col11{width:418px;}
.menu_col12{width:458px;}
.menu_col13{width:498px;}
.menu_col14{width:538px;}
.menu_col15{width:578px;}
.menu_col16{width:618px;}
.menu_col17{width:658px;}
.menu_col18{width:698px;}
.menu_col19{width:738px;}
.menu_col20{width:778px;}
.menu_col21{width:818px;}
.menu_col22{width:858px;}
.menu_col23{width:898px;}
.menu_col24{width:958px;}
.menu_custom{width:201px;}
}
@media (min-width:768px) and (max-width:991px){.menu_col1{width:8px;}
.menu_col2{width:38px;}
.menu_col3{width:68px;}
.menu_col4{width:98px;}
.menu_col5{width:128px;}
.menu_col6{width:158px;}
.menu_col7{width:188px;}
.menu_col8{width:218px;}
.menu_col9{width:248px;}
.menu_col10{width:278px;}
.menu_col11{width:308px;}
.menu_col12{width:338px;}
.menu_col13{width:368px;}
.menu_col14{width:398px;}
.menu_col15{width:428px;}
.menu_col16{width:458px;}
.menu_col17{width:488px;}
.menu_col18{width:518px;}
.menu_col19{width:548px;}
.menu_col20{width:578px;}
.menu_col21{width:608px;}
.menu_col22{width:638px;}
.menu_col23{width:668px;}
.menu_col24{width:738px;}
.menu_custom{width:161px;}
}
@media (max-width:767px){.menu_custom,
.menu_col1,
.menu_col2,
.menu_col3,
.menu_col4,
.menu_col5,
.menu_col6,
.menu_col7,
.menu_col8,
.menu_col9,
.menu_col10,
.menu_col11,
.menu_col12,
.menu_col13,
.menu_col14,
.menu_col15,
.menu_col16,
.menu_col17,
.menu_col18,
.menu_col19,
.menu_col20,
.menu_col21,
.menu_col22,
.menu_col23,
.menu_col24{float:none;display:block;position:static;width:auto;}
.menu_custom:after,
.menu_col1:after,
.menu_col2:after,
.menu_col3:after,
.menu_col4:after,
.menu_col5:after,
.menu_col6:after,
.menu_col7:after,
.menu_col8:after,
.menu_col9:after,
.menu_col10:after,
.menu_col11:after,
.menu_col12:after,
.menu_col13:after,
.menu_col14:after,
.menu_col15:after,
.menu_col16:after,
.menu_col17:after,
.menu_col18:after,
.menu_col19:after,
.menu_col20:after,
.menu_col21:after,
.menu_col22:after,
.menu_col23:after,
.menu_col24:after{content:'.';visibility:hidden;display:block;clear:both;overflow:hidden;height:0;zoom:1;}
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 1.55rem;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.16667%;
}

.col-xs-2 {
  width: 8.33333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.66667%;
}

.col-xs-5 {
  width: 20.83333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.16667%;
}

.col-xs-8 {
  width: 33.33333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.66667%;
}

.col-xs-11 {
  width: 45.83333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }

  .col-sm-1 {
    width: 4.16667%;
  }

  .col-sm-2 {
    width: 8.33333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.66667%;
  }

  .col-sm-5 {
    width: 20.83333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.16667%;
  }

  .col-sm-8 {
    width: 33.33333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.66667%;
  }

  .col-sm-11 {
    width: 45.83333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.16667%;
  }

  .col-sm-14 {
    width: 58.33333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.66667%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .col-sm-20 {
    width: 83.33333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.66667%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 4.16667%;
  }

  .col-sm-pull-2 {
    right: 8.33333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.66667%;
  }

  .col-sm-pull-5 {
    right: 20.83333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.16667%;
  }

  .col-sm-pull-8 {
    right: 33.33333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.66667%;
  }

  .col-sm-pull-11 {
    right: 45.83333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.16667%;
  }

  .col-sm-pull-14 {
    right: 58.33333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.66667%;
  }

  .col-sm-pull-17 {
    right: 70.83333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.16667%;
  }

  .col-sm-pull-20 {
    right: 83.33333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.66667%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 4.16667%;
  }

  .col-sm-push-2 {
    left: 8.33333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.66667%;
  }

  .col-sm-push-5 {
    left: 20.83333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.16667%;
  }

  .col-sm-push-8 {
    left: 33.33333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.66667%;
  }

  .col-sm-push-11 {
    left: 45.83333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.16667%;
  }

  .col-sm-push-14 {
    left: 58.33333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.66667%;
  }

  .col-sm-push-17 {
    left: 70.83333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.16667%;
  }

  .col-sm-push-20 {
    left: 83.33333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.66667%;
  }

  .col-sm-push-23 {
    left: 95.83333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }

  .col-md-1 {
    width: 4.16667%;
  }

  .col-md-2 {
    width: 8.33333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.66667%;
  }

  .col-md-5 {
    width: 20.83333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.16667%;
  }

  .col-md-8 {
    width: 33.33333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.66667%;
  }

  .col-md-11 {
    width: 45.83333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.16667%;
  }

  .col-md-14 {
    width: 58.33333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.66667%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .col-md-20 {
    width: 83.33333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.66667%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 4.16667%;
  }

  .col-md-pull-2 {
    right: 8.33333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.66667%;
  }

  .col-md-pull-5 {
    right: 20.83333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.16667%;
  }

  .col-md-pull-8 {
    right: 33.33333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.66667%;
  }

  .col-md-pull-11 {
    right: 45.83333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.16667%;
  }

  .col-md-pull-14 {
    right: 58.33333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.66667%;
  }

  .col-md-pull-17 {
    right: 70.83333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.16667%;
  }

  .col-md-pull-20 {
    right: 83.33333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.66667%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 4.16667%;
  }

  .col-md-push-2 {
    left: 8.33333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.66667%;
  }

  .col-md-push-5 {
    left: 20.83333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.16667%;
  }

  .col-md-push-8 {
    left: 33.33333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.66667%;
  }

  .col-md-push-11 {
    left: 45.83333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.16667%;
  }

  .col-md-push-14 {
    left: 58.33333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.66667%;
  }

  .col-md-push-17 {
    left: 70.83333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.16667%;
  }

  .col-md-push-20 {
    left: 83.33333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.66667%;
  }

  .col-md-push-23 {
    left: 95.83333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }

  .col-lg-1 {
    width: 4.16667%;
  }

  .col-lg-2 {
    width: 8.33333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.66667%;
  }

  .col-lg-5 {
    width: 20.83333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.16667%;
  }

  .col-lg-8 {
    width: 33.33333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.66667%;
  }

  .col-lg-11 {
    width: 45.83333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.16667%;
  }

  .col-lg-14 {
    width: 58.33333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.66667%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .col-lg-20 {
    width: 83.33333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.66667%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 4.16667%;
  }

  .col-lg-pull-2 {
    right: 8.33333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.66667%;
  }

  .col-lg-pull-5 {
    right: 20.83333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.16667%;
  }

  .col-lg-pull-8 {
    right: 33.33333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.66667%;
  }

  .col-lg-pull-11 {
    right: 45.83333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.16667%;
  }

  .col-lg-pull-14 {
    right: 58.33333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.66667%;
  }

  .col-lg-pull-17 {
    right: 70.83333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.16667%;
  }

  .col-lg-pull-20 {
    right: 83.33333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.66667%;
  }

  .col-lg-pull-23 {
    right: 95.83333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 4.16667%;
  }

  .col-lg-push-2 {
    left: 8.33333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.66667%;
  }

  .col-lg-push-5 {
    left: 20.83333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.16667%;
  }

  .col-lg-push-8 {
    left: 33.33333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.66667%;
  }

  .col-lg-push-11 {
    left: 45.83333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.16667%;
  }

  .col-lg-push-14 {
    left: 58.33333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.66667%;
  }

  .col-lg-push-17 {
    left: 70.83333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.16667%;
  }

  .col-lg-push-20 {
    left: 83.33333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.66667%;
  }

  .col-lg-push-23 {
    left: 95.83333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/bootstrap/bootstrap/glyphicons-halflings-regular.eot");
  src: url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/bootstrap/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/bootstrap/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/bootstrap/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("https://www.nutribullet.ch/skin/frontend/em0131/default/css/bootstrap/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.em-top-cart .em-container-topcart .em-summary-topcart {
 float: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*Resize Home 2*/
@media (max-width:350px){
	.em-ajax-featured{
		.products-grid li.item{
			width:300px !important;
			height:auto !important;
		}
	}
}
.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:visible;
	z-index: 0;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
}

.fraction-slider .active-slide{
	z-index:9999;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:400px;
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:block;
	position:absolute;
	width:30px; height:30px;
	z-index:9999;
}

.fraction-slider .prev{
	left:10px; top:47%;
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.prevnext.png) 0px 0px no-repeat transparent;
	
}
.fraction-slider .prev:hover{
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.prevnext.png) 0px -30px no-repeat transparent;
}

.fraction-slider .next{
	right:10px; top:47%;
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.prevnext.png) -30px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.prevnext.png) -30px -30px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:10px; bottom:10px;
	z-index:9999;	
}

.fs-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	margin:0 5px 0 0;
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active{
	background:url(https://www.nutribullet.ch/skin/frontend/em0131/default/fractionslider/images/fs.pager.png) 0px 0px no-repeat transparent;
}
.ambanners {
	clear: both;
	overflow: auto;
	margin-bottom: 30px;
}

.ambanners .block {
    padding: 0 8px 0 8px;
}

.ambanners ul.products li {
	list-style: none;
	float: left;
/*	width: 144px; */
	padding: 10px;
/*	height: 260px;
	margin: 3px; */
}

.ambanners .banner-img {
    margin: 0 auto 0 auto;
    border: 2px solid #638c40;
}

.ambanners ul.products .banner-item {

}

.ambanners ul.products li .banner-product {
    padding: 10px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.ambanners ul.products li p.product-name {
	min-height: 50px;
	margin: 0;
}

.ambanners .product-details {
    text-align: center;
}

.ambanners .product-details .price-box {
    margin-bottom: 5px;
}

.ambanners .product-details .tax-details {
    font-size: 14px;
}

.ambanners ul.products li .banner-product .banner-button {
    font-size: 13px; 
    overflow: hidden;
    text-align: left;
    text-indent: 5px;
    padding: 7px 17px;
    vertical-align: top;
    width: 30px;
    margin-right: 5px;
    float: none;
    display: inline;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #658c45;
    background-color: #658c45;
    color: #ffffff;
    font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


.ambanners ul.products li .banner-product .banner-button:hover {
    background-color: #ffffff;
    border-color: #658c45;
    color: #658c45;
}

@media (max-width: 992px) {
    .ambanners .banner-img {width: 94%;}
    .ambanners ul.products li p.product-name {min-height: 70px;}
    .ambanners ul.products li .banner-product .banner-button {font-size: 9px;}
    .ambanners ul.products .regular-price {font-size: 17px;}
}

@media (max-width: 768px) {
    .ambanners ul.products li p.product-name {min-height: 40px;}
    .ambanners ul.products li .banner-product .banner-button {font-size: 12px;}
}


@media (max-width: 480px) {
    .ambanners ul.products li p.product-name {min-height: 70px;}
    .ambanners ul.products li .banner-product .banner-button {font-size: 8px; padding: 7px 8px 7px 8px;}
}

.customweb-warning {
	background: url(https://www.nutribullet.ch/skin/frontend/base/default/customweb/subscription/warning.png) no-repeat right 10px center;
}

.subscription-agreement-totals {
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 5px 0;
	padding: 10px 15px 0 0;
	width: 100%;
}

.subscription-agreement-totals td {
	padding: 2px 0;
}

.subscription-agreement-totals th {
	padding: 2px 30px 2px 0;
}
#bg_fade {background-color:#000;left:0px;margin:0px;padding:0px;position:fixed;top:0px;visibility:hidden;width:100%;z-index:998;height:1000px}
#containerDiv {min-width: 350px;max-width:500px;z-index: 9999;display:none;position:fixed;}
#containerDiv .ajaxcart {position: relative;padding: 20px;text-align: center;border: 10px solid #a1a1a1;background-color: white;z-index: 99999; max-height:660px}
#containerDiv .ajaxcart .row2 {clear:left; padding-bottom:0px; overflow:hidden}
#containerDiv .ajaxcart #ajax_image img {float:left;margin-right:7px;}
#containerDiv .ajaxcart #ajax_image  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDiv .ajaxcart #ajax_image span {text-align:left;}


#containerDiv .ajaxcart .row2 a span { border: 0 none;padding: 0;}
.product-essential {position:relative;}
.ajaxcart .product-options{ max-height:250px; /*overflow-y:scroll*/ overflow:auto;}
.ajaxcart .product_title{ text-transform:uppercase; text-align:center}

#containerDiv .ajaxcart .row2 .back{ float:left}
#containerDiv .ajaxcart .row2 .next, #containerDiv .ajaxcart .row2 .green-next {float:right}
#containerDiv .ajaxcart .row2 a span{ float:left; display:inline-block}

.ajax_crosssell{
	padding-top:20px;
	overflow:hidden;
}
.ajax_crosssell h2{
	text-align:left;
	margin-bottom:20px;
}
.ajax_crosssell #ajaxcar-crosssell li{
	float:left;
	width:95px;
	margin-left:15px;
}
.ajax_crosssell #ajaxcar-crosssell li .price-box{
	font-size:100%;
}
.ajax_crosssell #ajaxcar-crosssell li .price{
	font-size:140%;
}
.ajax_crosssell #ajaxcar-crosssell li:first-child{
	margin-left:0;
}

@media (max-width:767px){
	.ajax_crosssell{
		display:none;
	}
}
@media screen
and (min-device-width: 320px)
and (max-device-width: 767px) {
	#containerDiv {min-width: 350px;max-width:350px;}
	

}
.em_block-recent-post li.item.last,.em_block-recent-comments li.item .last{padding-bottom:5px!important}
.em_block-recent-post.block .title_recent{display:inline-block;clear:both;float:left;text-align:left;margin-bottom:0}
.em_block-recent-post.block .block-content li.item img{margin-bottom:10px}
.em_block-recent-post .block-title strong{}
.block.em_block-recent-post .desc{padding-top:6px;text-align:left;clear:both}
.block.em_block-recent-post .desc p{margin-bottom:0px}
.block .post-footer{margin-top:3px}
.em_block-recent-comments li.item{border-top:1px solid;}
.em_block-recent-comments li.item:first-child{border-top:none;}
.em_block-tag-cloud .block-content{}
.em_block-tag-cloud .block-content .actions{background:none;padding:0;padding:6px 0 0}
.em_block-tag-cloud .block-title strong{}
.em_block-tag-cloud li.item a{}
.em_block-tag-cloud .block-content li{padding-right:15px}
.em_col_main .em_block-tag-cloud{margin:0}
.em_col_main .em_block-tag-cloud .block-content{padding:0}
.em_col_main .em_block-tag-cloud .block-title{display:none}
.em_col_main .em_block-tag-cloud .block-content .actions{display:none}
.em_block-recent-comments .block-title strong{}
.em_block-recent-comments li.item .recent-content{text-decoration:none}
.em_block-recent-comments .item{border-top:1px solid;padding-top:20px!important}
.em_block-recent-comments .item:first-child{border-top:none;padding-top:0!important}
.recent-comment-content{margin:10px 0 5px}
.recent-comment-content pre{white-space:normal}
.em_blog-cat .block-title strong{}
.em_blog-cat li{padding:5px 0 4px;}
.em_blog-cat li.parent ul{padding-left:20px;padding-top:6px;margin:0;color:#c2c2c2}
.em_blog-cat li a{display:inline-block;clear:both}
.em_blog-cat .nav-blog{margin:0}
.em_blog-cat li.parent ul li.last{padding-bottom:0;}
.em_post-item{clear:both;overflow:hidden;margin:0 0 20px;}
.em_post-item .page-title{border:none;margin-bottom:7px}
.post-title small{margin-bottom:15px;margin-top:8px;}
.em_post-item .std p{}
.em_post-item .std img{float:left;margin-right:20px;}
.em_post-item .postDetails{clear:both;font-size:10px;margin-top:10px;padding-top:5px;}
.em_post-item .postDetails a{}
.post-by span{}
.comment-count a{margin-left:3px}
.post-footer{padding-top:17px;margin-top:10px;overflow:hidden}
.post-footer p{float:left;}
.comment-by,
.comment-user, .comment-time{float:left;position:relative;margin-right:20px;text-transform:uppercase}
.comment-time small{font-size:100%}
..comment-by .time-stamp{font-size:100%;}
.fb_comments_count,
.comment-by,
.comment-count,
.comment-user,
.post-time,
.post-by{float:left;position:relative;padding-top:1px;margin-right:20px;padding-bottom:3px;margin-bottom:10px;text-transform:capitalize}
.comment-post-link{padding-top:3px;float:left;margin-left:2px}
.post-header{overflow:hidden;}
.post-time .time-stamp{font-size:85%}
.comment-count{margin-right:0;}
.comment-header{overflow:hidden;}
.comment-post-link{display:none;}
.em_post-action-top{position:relative}
.em_post-action-top .prev-button{position:absolute;top:5px;right:28px}
.em_post-action-top .next-button{position:absolute;top:5px;right:5px}
.blog-index-view small.date{display:block;font-size:10px;font-style:italic}
.blog-post-view .em_post-item .post-title{padding-right:60px;margin-bottom:13px;}
.form-comment-container,
#comments-header{padding-top:49px;margin-bottom:20px;}
.blog_submit button.button,
.form-comment-container button.button{margin-top:10px}
.article-comments .toolbar .pager .pages{display:inline;margin-top:0;float:right;}
#allcomments{clear:both}
#allcomments > .comment-item{}
.blog-index-view .page-title{border:none;margin-bottom:7px}
.em_post-item .post-image{float:left;margin-right:2rem;}
.em_post-item .post-image img{margin:0 0 10px}
.em_post-item .post-content{height:100%;overflow:hidden;}
.em_post-item .post-content img{display:block;max-width:100%}
.em_post-item .post-content p{margin-bottom:17px}
.em_post-item .post-content .post-footer{border-top:1px dashed;padding:14px 0 11px;margin-top:26px}
.em_post-item .post-content .tags{border-top:1px dashed;padding:17px 0 10px;margin:0}
.em_post-item .post-content .post-share{border-top:1px dashed;padding-top:20px;margin-bottom:20px}
.em_post-action{height:100%;clear:both;margin:0;overflow:hidden;border-top:1px solid;margin-top:10px;padding-top:16px;}
.em_post-action .tags{float:left;margin-top:2px;width:100%;}
.em_post-action .tags li.item{float:left;}
.em_post-action .tags ul{overflow:hidden}
.em_post-action .tags span,
.em_post-action .tags li a{float:left;margin-right:10px;}
.em_post-action .tags span{font-weight:bold}
.em_post-action .post-share{float:right;}
.em_post-action .post-share img{height:16px;width:16px;margin-right:5px;float:left;margin-top:5px;}
.em_post-action .post-share span{float:left;margin-left:5px;text-transform:uppercase;margin-top:2px;margin-right:10px}
.temp h3.form-title{font-weight:bold;text-transform:uppercase;padding-bottom:8px}
.form-comment-container h3,.temp h3.form-title{}
.temp h3.form-title{position:absolute;top:15px;left:0;width:100%}
.form-comment-container{height:100%;}
#0_comment_box{line-height:normal}
.form-comment{position:relative;clear:both;display:inline-block;width:100%}
.comments .post-footer .separator{float:left;margin:0 20px;text-indent:-999em}
.comments div.input-box{width:95%;clear:left;}
.comments div.input-box .input-text{width:400px!important;clear:left;display:block}
#recaptcha_widget_div{margin-top:12px;}
.form-comment-container #recaptcha_widget_div{}
.comments .required-1{}
.comments .required-1{padding:10px 0;display:inline-block;color:#ff0707;font-style:italic;font-weight:500}
.form-comment-container .hide{display:none}
.comments .required{float:left;position:relative;z-index:0;padding:6px 0 7px;margin-bottom:0;}
.comments .temp{padding-top:45px;}
.form-comment-container .temp{padding-top:0!important;}
.comment-item-header{position:relative;padding:1px 0 0}
.comment-item-header .date{position:relative;padding:2px 0 0;display:inline-block;float:left;margin-right:20px}
.comment-button{float:right;margin-top:2px}
.comment-body{padding:0 0 8px;clear:both;}
.comment-body pre{white-space:normal;font-size:11px;}
.comments .post-footer{padding-bottom:4px;border-top:1px solid #e5e5e5}
#allcomments .comment-item{margin-bottom:20px;}
#allcomments .level1 .comment-item{margin-left:15px;padding-top:15px}
#allcomments .comment-button button.button{background:none !important;border:none !important;font-size:85%;font-weight:500;position:relative;padding:0 0 0 30px;}
#allcomments .comment-button button.button span span{padding:0}
.article-comments .toolbar{}
.article-comments .toolbar .pager{margin:0}
.article-comments .toolbar .pager .amount{display:block;margin-top:8px;margin-bottom:9px}
.article-comments{margin-top:0px}
.comments .article-comments .comment-item{background:#fafafa;}
.comments .article-comments .comment-item .wrapper-reply-comment{margin:0 0 10px 0;}
.comments .article-comments .comment-body{color:#272727;font-size:19px;}
.comments .article-comments .reply{border-top:2px solid #e5e5e5;}
.col3-layout .form-comment-container #recaptcha_widget_div{left:0;position:relative;top:5px;}
.col3-layout .comments .form-comment-container .required-1{left:0;position:relative;top:5px;}
.rss-em-blog{float:right;margin-top:-20px;*margin-top:-22px;}
.comments #loading{height:auto;width:auto;position:static;padding:20px;}
.blog-tag-view .toolbar,
.blog-category-view .toolbar,
.blog-index-index .toolbar{margin-top:0px;}
.blog-tag-view .toolbar .sorter,
.blog-category-view .toolbar .sorter,
.blog-index-index .toolbar .sorter{float:left}
.rss-em-blog{margin:10px 0 0 10px;float:left;}
.blog-tag-view .toolbar .pager .amount,
.blog-category-view .toolbar .pager .amount,
.blog-index-index .toolbar .pager .amount{display:block;margin-top:3px;margin-right:10px;display:none}
.blog-tag-view .toolbar .pager .pages,
.blog-tag-view .toolbar .pager .pages,
.blog-category-view .toolbar .pager .pages,
.blog-index-index .toolbar .pager .pages{display:inline-block;margin:0}
.blog-tag-view .toolbar .pager,
.blog-category-view .toolbar .pager,
.blog-index-index .toolbar .pager{float:right;margin:0px;display:inline-block;}
.form-comment-container .fb-comments{clear:both;float:left}
.fb_comments_count{float:left;padding-top:2px;font-size:90%}
@media (max-width:580px){.em_post-items .em_post-item .post-title{padding:17px 0 5px;clear:both}
.em_post-item .std img{margin-right:0;width:100%}
}
.em_block-recent-post li.item img{max-width:100%;display:block;}
ul.em-tags-blog-list{padding:0;}
ul.em-tags-blog-list li.em-tags-item{display:inline-block;}
ul.em-tags-blog-list li.em-tags-item a{background:#f5f5f5;border:2px solid #a2a2a2;border-radius:6px;color:#7f7f7f;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;margin:0 5px 6px 0;padding:6px 12px;text-transform:uppercase;}
ul.em-tags-blog-list li.em-tags-item a:hover{color:#FFFFFF;background:#658C45;border-color:#658C45;-webkit-transition:color 0.5s, background 0.5s;transition:color 0.5s, background 0.5s;}
.blog-post-view .em_post-item .tags{margin-bottom:20px;}
.blog-post-view .em_post-item .tags span{display:block;font-size:14px;font-weight:bold;text-transform:uppercase;margin-bottom:0.5em;padding-bottom:0.8em;width:100%;}
.blog-post-view .em_post-item .tags li{display:inline-block;}
.blog-post-view .em_post-item .tags li a{background:#f5f5f5;border:2px solid #a2a2a2;border-radius:6px;color:#7f7f7f;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1;margin:0 5px 6px 0;padding:6px 12px;text-transform:uppercase;}
.blog-post-view .em_post-item .tags li a:hover{color:#FFFFFF;background:#658C45;border-color:#658C45;-webkit-transition:color 0.5s, background 0.5s;transition:color 0.5s, background 0.5s;}
.em_post-items .em_post-item{clear:none;display:block;height:285px;}
.em_post-items .em_post-item .post-image img{opacity:1;}
.em_post-items .em_post-item .post-image img:hover{opacity:0.8;transition:opacity 0.25s ease-out;-webkit-transition:opacity 0.25s ease-out;}
.em_post-items .em_post-item:first-child{padding-top:2rem;border-top:1px solid #e5e5e5;}
.em_post-items .post-title h2 a{color:#658c45;}
.em_post-items .three-col{height:360px;}
.gesundheit .post-title h2 a{font-size:19px;}
.tag-view .toolbar{display:block;float:left;}
.blog-post-view .em-wrapper-main{background-color:#ffffff;}
.blog-post-view .em_post-item .post-title{color:#658c45;}
.blog-post-view .em_post-item .post-title h2{font-size:29px;margin-bottom:20px;}
.blog-post-view .em_post-item .post-left-col img{margin:0 auto;width:100%;}
.blog-post-view .em_post-item .post-left-col .recipe-content{margin:35px 0 35px 0;}
.blog-post-view .em_post-item .post-left-col .recipe-content .recipe-content-body{font-size:17px;text-align:justify;}
.blog-post-view .em_post-item .post-left-col .instructions{margin:0 0 35px 0;}
.blog-post-view .em_post-item .post-left-col .instructions .recipe-subtitle{font-size:14px;font-weight:bold;text-transform:uppercase;border-bottom:1px solid #ebebeb;margin-bottom:0.5em;padding-bottom:0.8em;}
.blog-post-view .em_post-item .post-left-col .instructions .list-instructions li{line-height:1.6875;margin-bottom:24px;overflow:hidden;padding-top:5px;counter-increment:up-one;}
.blog-post-view .em_post-item .post-left-col .instructions .list-instructions li::before{background:#ccc none repeat scroll 0 0;border-radius:100px;color:#ffffff;content:counter(up-one, decimal);display:inline-block;float:left;font-size:16px;height:24px;line-height:24px;margin:0 10px 0 0;overflow:hidden;text-align:center;width:24px;}
.blog-post-view .em_post-item .post-left-col .instructions .list-instructions .recipeInstructions-steps{overflow:hidden;width:auto;}
.blog-post-view .em_post-item .post-left-col .instructions .recipe-ingredient{text-align:center;height:175px;}
.blog-post-view .em_post-item .post-left-col .instructions .recipe-ingredient .ingredient-name{display:block;margin:2px 0 15px 0;}
.blog-post-view .em_post-item .post-left-col .content-blog-table th{font-weight:bold;padding:0 0 3px 0;}
.blog-post-view .em_post-item .post-left-col .content-blog-table td{font-size:15px;}
.blog-post-view .em_post-item .post-left-col .content-blog-table th, .blog-post-view .em_post-item .post-left-col .content-blog-table td{padding:0 10px;}
.list-ingredients{padding-top:0px;margin:0 0 35px 0;}
.list-ingredients li{border-bottom:1px solid #ebebeb;overflow:hidden;padding:1px 0 1px 0;font-size:14px;line-height:1.4;}
.list-ingredients a{border-bottom:1px solid transparent;color:#90c648;text-decoration:none;}
.list-ingredients .ingredient-amt, .list-ingredients .ingredient{display:block;float:left;width:50%;}
.list-ingredients .ingredient-amt{padding-right:5.88%;text-align:right;}
.blog-post-view .em_post-item .post-right-col .recipe-nutrition{padding:0px 2px 25px 2px;}
.blog-post-view .em_post-item .post-right-col .recipe-subtitle{font-size:14px;font-weight:bold;text-transform:uppercase;margin-bottom:0.5em;padding-bottom:0.8em;}
.blog-post-view .em_post-item .post-right-col .list-ingredients{padding-top:0px;margin:0;}
.blog-post-view .em_post-item .post-right-col .list-ingredients li{border-bottom:1px solid #ebebeb;overflow:hidden;padding:1px 0 1px 0;font-size:14px;line-height:1.4;}
.hr1, .hr2, .hr3, .subhr1{background:#000000;margin:0;width:100%;}
.hr1{float:right;height:3px;}
.hr2{height:10px;}
.hr3{height:20px;}
.subhr1{float:right;height:3px;margin-left:4%;width:96%;}
.nutrition-table{background:#ffffff;border:1px solid black;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;line-height:1.25;padding:10px;color:#111111;}
.nutrition-table .title{margin-bottom:10px;}
.nutrition-table .title h1{font-size:25px;margin:15px 0 10px 0;padding:0;color:#333333;font-weight:700;}
.nutrition-table .text-right{text-align:right;}
.nutrition-table .blockright{float:right;text-align:right;width:25%;}
.nutrition-table .indent{margin-left:4%;}
.nutrition-table .VitBlockLeft{display:block;float:left;position:relative;width:50%;}
.nutrition-table .VitBlockLeft::after{content:"•";display:block;position:absolute;right:0;top:0;}
.nutrition-table .VitBlockRight{float:right;text-align:right;width:50%;}
.nutrition-table .nutrition-disclaimer{display:inline-block;line-height:1.2;margin-top:10px;}
.banner-blog-promo img{margin:0 auto;}
.blog-category-view .toolbar{float:left;}
.blog-post-view .health-benefits h2{font-size:1em;margin:0 0 20px 0;padding:0;}
.blog-post-view .health-benefits ul{padding:0 0 0 25px;}
.blog-post-view .health-benefits ul li{color:#000000;text-decoration:none;border-bottom:1px solid transparent;list-style-type:disc;}
.blog-post-view .health-benefits ul li span{color:#90c648;}
/**
 * EM ProductLabels
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */


.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }


.productlabels_icons { position:absolute; top:10px; right:10px; z-index:1}
.product-img-box .productlabels_icons { z-index:10; }
.productlabels_icons .label > span{ padding:7px 0; display:block; text-align:center}
.productlabels_icons .label {display:block; margin-bottom:-10px; padding:13px 7px; border-radius:50%; -moz-border-radius:50%; position:relative; -webkit-border-radius:50%; text-transform:uppercase; min-width:40px; min-height:40px; }
/*.productlabels_icons .label:before {position:absolute; left:0; 
content: "";
bottom: -6px;
border-width: 6px 0 0 6px;
border-style: solid;
border-color: #000 transparent;
display: block;
width: 0;}
.productlabels_icons .label:after {position:absolute; right:-6px; 
content: "";
top:0;
border-width: 0 6px 6px 0;
border-style: solid;
border-color: #000 transparent;
display: block;
width: 0;}*/
.productlabels_icons .label > p{margin:0}
.productlabels_icons .nobg { background:none; width:auto; height:auto; }

.productlabels_icons .orange { background-position:0 0 }
.productlabels_icons .yellow { background-position:0 -60px }
.productlabels_icons .blue { background-position:0 -120px }
.productlabels_icons .violet { background-position:0 -180px }
.productlabels_icons .red { background-position:0 -240px }
.productlabels_icons .black { background-position:0 -300px }
.productlabels_icons .new { background-position:-213px 0}
.productlabels_icons .special { background-position:-213px -63px }
.productlabels_icons .hot { background-position:-213px -128px }
.em_sidebar .products-list .productlabels_icons .label{ width:39px; height:39px; padding-top:6px; font-size:90%}
.em_sidebar .products-list .productlabels_icons .new { background-position:-112px 0}
.em_sidebar .products-list .productlabels_icons .special { background-position:-112px -46px }
.em_sidebar .products-list .productlabels_icons .hot { background-position:-112px -93px }

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px 0;
    display: none;
	overflow:inherit!important;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
/*Copy to file resposive.css*/

/*@media (max-width: 767px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
	.em-tabs-content .owl-theme .owl-controls{
		right:11px!important;
		top:0px!important
	}
	.r-tabs .r-tabs-panel{
		padding:15px 0!important;
		overflow:hidden!important
	}
	.tab-vertical .tab-content{
		padding-right:0;
		min-height:1px;
	}
}*/

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

.r-tabs {
    position: relative;
	overflow:hidden;
}

.r-tabs .r-tabs-nav {
    /*border-bottom: 1px solid #ccc;*/
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;  
	padding: 9px 20px;	
	margin-right:5px;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*background: #00aadd;
    margin-bottom: 3px;
    padding: 10px 12px;

    text-decoration: none;
    color: #fff;
    font-weight: bold;*/
}
/*
.r-tabs .r-tabs-nav .r-tabs-anchor:hover,
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{padding-top:10px; padding-bottom:10px;}*/

.r-tabs .r-tabs-nav .r-tabs-state-active {
    
	/*margin-bottom: -1px;
	background-color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    /*color: #00aadd;
    background-color: #fff;*/
}

.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00aadd;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00aadd;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}

#animated_div {
    border:    #ADADAD 1px double;
    background:    #E9E9E9;
}

/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.klarna_promotion_logo img{
    margin: 10px auto;
    display: block;
}
