
/* ==========================================================================
   Hero Box
   ========================================================================== */
/* line 11, ../sass/partials/hero.scss */

body {
  min-width: 1050px;
}

/* line 15, ../sass/partials/hero.scss */
.sec-hero {
  overflow: hidden;
  padding-bottom: 0px;
}

/* line 21, ../sass/partials/hero.scss */
.block-hero {
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: -27px;
 
}

.block-hero-info {
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* line 24, ../sass/partials/hero.scss */
.block-hero .inner > .span_12 {
  overflow: hidden;
  width: 1050px;
}
/* line 27, ../sass/partials/hero.scss */
.block-hero .inner > .span_12 .span_3, .block-hero .inner > .span_12 body.lista #main .wrapper .colleft, body.lista #main .wrapper .block-hero .inner > .span_12 .colleft, .block-hero .inner > .span_12 .span_9, .block-hero .inner > .span_12 body.lista #main .wrapper .colright, body.lista #main .wrapper .block-hero .inner > .span_12 .colright {
  display: block;
}
/* line 30, ../sass/partials/hero.scss */
.block-hero .inner > .span_12 .hero-content {
  float: none;
}

/* line 35, ../sass/partials/hero.scss */
.hero-sidebar {
  float: left;
}

/* line 38, ../sass/partials/hero.scss */
.hero-content {
  float: left;
  margin-top: 0px;
}

/* line 42, ../sass/partials/hero.scss */
.hero-banner {
  overflow: hidden;
  
}

/* line 45, ../sass/partials/hero.scss */
.nav-categories {
  position: relative;
  padding: 1px;
  border: 3px solid #ffdd00;
}
/* line 50, ../sass/partials/hero.scss */
.nav-categories > li {
  height: 40px;
  font-size: 14px;
}
/* line 54, ../sass/partials/hero.scss */
.nav-categories > li > a {
  position: relative;
  display: block;
  padding: 0 28px 0 14px;
  white-space: nowrap;
  line-height: 40px;
  color: #000;
}
/* line 62, ../sass/partials/hero.scss */
.nav-categories > li > a:hover {
  text-decoration: none;
}
/* line 66, ../sass/partials/hero.scss */
.nav-categories > li > a.current {
  text-decoration: underline;
}
/* line 70, ../sass/partials/hero.scss */
.nav-categories > li > a span {
  text-decoration: none;
  color: #c3c3c3;
}
/* line 75, ../sass/partials/hero.scss */
.nav-categories > li > a span:before, .nav-categories > li > a span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: white;
}
/* line 84, ../sass/partials/hero.scss */
.nav-categories > li > a span:after {
  top: auto;
  bottom: 0;
}
/* line 89, ../sass/partials/hero.scss */
.nav-categories > li > a:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #565655;
}
/* line 99, ../sass/partials/hero.scss */
.nav-categories > li.active {
  background: #eaebeb;
}
/* line 103, ../sass/partials/hero.scss */
.nav-categories > li.cockpit_new_label {
  position: relative;
}
/* line 106, ../sass/partials/hero.scss */
.nav-categories > li.cockpit_new_label b {
  display: block;
  height: 14px;
  width: 48px;
  position: absolute;
  left: 55px;
  top: 13px;
}
/* line 114, ../sass/partials/hero.scss */
.nav-categories > li + li {
  border-top: 1px solid #cdcece;
}
/* line 117, ../sass/partials/hero.scss */
.nav-categories .submenu {
  position: absolute;
  top: -3px;
  left: 275px;
  z-index: 20;
  display: none;
  width: 919px;
  height: 616px;
  background: #fff;
  border: 3px solid #ffdd00;
  border-width: 3px 3px 3px 0;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 135, ../sass/partials/hero.scss */
.nav-categories .submenu-desc {
  padding: 0 0 0 36px;
}
/* line 137, ../sass/partials/hero.scss */
.nav-categories .submenu-desc h2 {
  margin: 30px 0;
  font-size: 22px;
  font-weight: normal;
  color: #575656;
}
/* line 143, ../sass/partials/hero.scss */
.nav-categories .submenu-desc h2 span {
  color: #c3c3c3;
}
/* line 147, ../sass/partials/hero.scss */
.nav-categories .submenu-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 32px;
}
/* line 152, ../sass/partials/hero.scss */
.nav-categories .submenu-desc ul a {
  display: block;
  font-size: 14px;
  color: #c3c3c3;
}
/* line 157, ../sass/partials/hero.scss */
.nav-categories .submenu-desc ul a strong {
  font-weight: normal;
  color: #575656;
}
/* line 162, ../sass/partials/hero.scss */
.nav-categories .submenu-desc ul a:hover {
  text-decoration: none;
}
/* line 165, ../sass/partials/hero.scss */
.nav-categories .submenu-desc ul a:hover strong {
  text-decoration: none;
  color: #000;
}
/* line 173, ../sass/partials/hero.scss */
.nav-categories .submenu-product {
  position: absolute;
  right: 0;
  top: 30px;
  width: 300px;
  height: 480px;
  padding: 0 25px 0 25px;
  border-left: 1px solid #cdcece;
}
/* line 184, ../sass/partials/hero.scss */
.nav-categories .submenu-product .product-item {
  padding-top: 0;
}
/* line 188, ../sass/partials/hero.scss */
.nav-categories .submenu-product .product-item .item-image {
  margin-top: 55px;
  margin-bottom: 40px;
}
/* line 193, ../sass/partials/hero.scss */
.nav-categories .submenu-product ins {
  text-align: center;
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: grey;
}
/* line 200, ../sass/partials/hero.scss */
.nav-categories .submenu-product ins span {
  font-size: 18px;
}
/* line 205, ../sass/partials/hero.scss */
.nav-categories .submenu-product h3 {
  position: relative;
  margin: 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #575656;
}
/* line 214, ../sass/partials/hero.scss */
.nav-categories .submenu-product h5.item-name,
.nav-categories .submenu-product h3.item-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 200px;
  text-align: center;
}
/* line 222, ../sass/partials/hero.scss */
.nav-categories .submenu-product .formAddToCart {
  margin: 10px 0 0 0;
}
/* line 225, ../sass/partials/hero.scss */
.nav-categories .submenu-product .formAddToCart button {
  margin: 0 auto;
}
/* line 230, ../sass/partials/hero.scss */
.nav-categories .submenu-product .listProdAttr {
  width: 100%;
  background: white;
}
/* line 235, ../sass/partials/hero.scss */
.nav-categories .submenu-product .item-ship {
  padding: 7px 0 27px 30px;
}
/* line 241, ../sass/partials/hero.scss */
.nav-categories .submenu-product .listProdInfo .delivery-24 {
  background: url(../images/icon-delivery-24.png) no-repeat 0 50%;
  padding: 7px 0 4px 30px;
  display: inline;
}
/* line 247, ../sass/partials/hero.scss */
.nav-categories .submenu-product .listProdInfo .shipping {
  background: url(../images/ico_24h-01.png) no-repeat 0 50%;
  font-size: 12px;
  padding: 5px 31px;
  margin-top: 0;
}

/* line 259, ../sass/partials/hero.scss */
.content-sidebar .nav-categories > li > a:after,
.submenu-categories .nav-categories > li > a:after {
  display: none;
}
/* line 262, ../sass/partials/hero.scss */
.content-sidebar .nav-categories > .currentPage,
.submenu-categories .nav-categories > .currentPage {
  background: #eaebeb;
}
/* line 265, ../sass/partials/hero.scss */
.content-sidebar .nav-categories > .active,
.submenu-categories .nav-categories > .active {
  background: #eaebeb;
}
/* line 270, ../sass/partials/hero.scss */
.content-sidebar .nav-categories > .active a:before, .content-sidebar .nav-categories > .active a:after,
.submenu-categories .nav-categories > .active a:before,
.submenu-categories .nav-categories > .active a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  border: 0;
}
/* line 281, ../sass/partials/hero.scss */
.content-sidebar .nav-categories > .active a:after,
.submenu-categories .nav-categories > .active a:after {
  top: auto;
  bottom: 0;
}

/* line 288, ../sass/partials/hero.scss */
.hero-slider-inner {
  position: relative;
  margin-right: 0px;
}
/* line 292, ../sass/partials/hero.scss */
.hero-slider-inner .bx-pager {
  position: absolute;
  top: 0px;
  right: 9px;
  text-align: right;
}
/* line 298, ../sass/partials/hero.scss */
.hero-slider-inner .bx-pager-item {
  display: inline-block;
  margin-left: 3px;
}
/* line 302, ../sass/partials/hero.scss */
.hero-slider-inner .bx-pager-item a {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  text-indent: -9998em;
  background: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 315, ../sass/partials/hero.scss */
.hero-slider-inner .bx-pager-item a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9px;
  height: 9px;
  border: 1px solid #9a9b9b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 328, ../sass/partials/hero.scss */
.hero-slider-inner .bx-pager-item a.active:before {
  background: #ffdd00;
  border-color: #ffdd00;
}

/* line 336, ../sass/partials/hero.scss */
.list-slides {
  position: relative;
  width: 630px;
  height: 155px;
}
/* line 341, ../sass/partials/hero.scss */
.list-slides .list-item {
  position: relative;
  height: 100%;
}
/* line 345, ../sass/partials/hero.scss */
.list-slides .slide-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 351, ../sass/partials/hero.scss */
.list-slides .slide-desc {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  padding: 0 0 0 22px;
}
/* line 358, ../sass/partials/hero.scss */
.list-slides .slide-desc h2 {
  margin: 20px 0 15px;
  font-size: 37px;
  line-height: 37px;
  color: #000;
}
/* line 364, ../sass/partials/hero.scss */
.list-slides .slide-desc h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #575656;
}
/* line 370, ../sass/partials/hero.scss */
.list-slides .slide-desc p {
  position: absolute;
  bottom: 18px;
  left: 22px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #575656;
}
/* line 379, ../sass/partials/hero.scss */
.list-slides .slide-desc .btn-cta {
  bottom: 8px;
}

/* line 386, ../sass/partials/hero.scss */
.btn-cta,
.btn-cta-alt {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 140px;
  height: 38px;
  margin-top: 14px;
  margin-left: -2px;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  text-align: left;
  border: 2px solid rgba(0, 0, 0, 0.3);
  color: #575656;
  background: #ffe959;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe959), color-stop(50%, #ffe32d), color-stop(100%, #ffdd02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe959', endColorstr='#ffdd02', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 410, ../sass/partials/hero.scss */
.btn-cta:before, .btn-cta:before,
.btn-cta-alt:before,
.btn-cta-alt:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 99%;
  height: 1px;
  background: #fff4b2;
}
/* line 420, ../sass/partials/hero.scss */
.btn-cta:after, .btn-cta:after,
.btn-cta-alt:after,
.btn-cta-alt:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 10px;
  width: 12px;
  height: 21px;
  background: url(../images/ico_arrow-right-08.png);
  opacity: 0.7;
}
/* line 431, ../sass/partials/hero.scss */
.btn-cta:hover,
.btn-cta-alt:hover {
  text-decoration: none;
  color: #000;
}
/* line 435, ../sass/partials/hero.scss */
.btn-cta:hover:after,
.btn-cta-alt:hover:after {
  opacity: 1;
}

/* line 439, ../sass/partials/hero.scss */
.btn-home-tab {
  width: 168px;
}

/* line 442, ../sass/partials/hero.scss */
.btn-cta-alt {
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 35px;
  background: #3f81d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f81d1), color-stop(50%, #216cc9), color-stop(100%, #0158c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f81d1', endColorstr='#0158c1', GradientType=0);
  /* IE6-9 */
  border: 0;
  color: #ececed;
}
/* line 451, ../sass/partials/hero.scss */
.btn-cta-alt:before {
  background: #7fabdf;
}
/* line 454, ../sass/partials/hero.scss */
.btn-cta-alt:after {
  background-image: url(../images/ico_arrow-right-04.png);
}
/* line 457, ../sass/partials/hero.scss */
.btn-cta-alt:hover {
  color: white;
}

/* line 461, ../sass/partials/hero.scss */
.hero-features {
  clear: both;
}

/* line 464, ../sass/partials/hero.scss */
.hero-clients {
  float: left;
}
/* line 466, ../sass/partials/hero.scss */
.hero-clients .clients-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
  overflow: hidden;
}

.hero-clients1 .clients-nav1 {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 20px;
  overflow: hidden;
}
/* line 119, ../sass/partials/_mixins.scss */
.hero-clients .clients-nav li {
  width: 50%;
  float: left;
  font-size: 13px;
  text-align: center;
}
/* pola menu ofert */
.hero-clients .clients-nav li a {
  display: block;
  padding-bottom: 3px;
  padding-top: 3px;
  background: #eaebeb;
  font-weight: bold;
  color: #575656;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 134, ../sass/partials/_mixins.scss */
.hero-clients .clients-nav li + li a {
  margin-left: 4px;
}
/* line 137, ../sass/partials/_mixins.scss */
.hero-clients .clients-nav .item-active a {
  position: relative;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #000;
  background: #ffe959;
  
  
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe959), color-stop(50%, #ffe32d), color-stop(100%, #ffdd02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe959', endColorstr='#ffdd02', GradientType=0);
  /* IE6-9 */
}
/* line 144, ../sass/partials/_mixins.scss */
.hero-clients .clients-nav .item-active a:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 99px;
  height: 1px;
  background: #fff4b2;
}
/* wysokosc pola informacyjnego oferty*/
.hero-clients .clients-tab {
  margin-top: -17px;  
  position: relative;
  display: none;
  height: 100px;
  padding: 2px 2px;
  background: #ffffce;
 
}

/* wysokosc pola informacyjnego photo*/
.hero-clients .clients-tab.photo { 
  float: left;
  margin-right: 20px;
  height: 30px;
  width: 50px;
  padding: 2px 2px;
  background: #ffffce;

}

/* wysokosc pola informacyjnego text*/
.hero-clients .clients-tab.text {
  float: right;
  margin-left: 20px;
  height: 30px;
  width: 80px;
  padding: 2px 2px;
  background: #ffffce;
 
}

/* wysokosc pola informacyjnego formularza*/
.hero-clients .clients-tab1 {
  position: relative;
  display: none;
  height: 170px;
  padding: 5px 9px;
  background: #eaebeb;
}

/* wysokosc pola informacyjnego kalkulacji*/
.hero-clients .clients-tab2 {
  position: relative;
  display: none;
  height: 170px;
  padding: 5px 9px;
  background: #97f9d3;
}

/* wysokosc pola informacyjnego oferty klientow*/
.hero-clients .clients-tab3 {
  position: relative;
  display: none;
  height: 120px;
  padding: 1px 3px 0px 3px;
  background: #ffdd00;
}

/* line 161, ../sass/partials/_mixins.scss */
.hero-clients .clients-tab.tab-active {
  display: block;
}

/* line 161, ../sass/partials/_mixins.scss */
.hero-clients .clients-tab1.tab-active {
  display: block;
}

/* line 161, ../sass/partials/_mixins.scss */
.hero-clients .clients-tab2.tab-active {
  display: block;
}

/* line 161, ../sass/partials/_mixins.scss */
.hero-clients .clients-tab3.tab-active {
  display: block;
}
/* text w polu informacyjnym*/
.hero-clients .clients-tab ul {   
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: #575656;
}
/* line 483, ../sass/partials/hero.scss */
.hero-clients .clients-tab li {
  line-height: 13px;
 /* background: url(https://elektropromat.eu/hen/hen_155e/images/icons/ico_bullet-01.png) no-repeat 0 50%;*/
  padding: 3px 0 3px 9px;
}
.hero-clients .clients-tab3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0px;
  font-size: 12px;
  color: #575656;
}
/* line 483, ../sass/partials/hero.scss */
.hero-clients .clients-tab3 li {
   margin-top: -18px;  
  line-height: 12px;
 /* background: url(https://elektropromat.com/images/icons/ico_bullet-01.png) no-repeat 0 50%;*/
  padding: 3px 0 3px 3px;
}
/* pole */
.hero-clients .ask {
  padding: 0px;
  border: 1px solid #ddd;
  height: 200px;
  box-sizing: border-box;
}
/* line 494, ../sass/partials/hero.scss */
.hero-clients .ask h3 {
  margin: 5px 0 0;
  font-size: 18px;
}
/* line 498, ../sass/partials/hero.scss */
.hero-clients .ask h4 {
  margin: 5px 0 20px;
  font-size: 13px;
}
/* line 502, ../sass/partials/hero.scss */
.hero-clients .ask figure {
  height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
/* line 507, ../sass/partials/hero.scss */
.hero-clients .ask figcaption {
  font-weight: bold;
  font-size: 12px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 40px;
  height: 50px;
  line-height: 18px;
}
/* line 516, ../sass/partials/hero.scss */
.hero-clients .ask .telephone {
  clear: both;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  margin-bottom: 5px;
}
/* line 524, ../sass/partials/hero.scss */
.hero-clients .ask .btn-cta {
  position: relative;
  text-align: center;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 0px;
  top: inherit;
  left: inherit;
  right: initial;
  bottom: initial;
  margin: 0 auto;
  padding: 0 10px;
}
/* line 536, ../sass/partials/hero.scss */
.hero-clients .ask .btn-cta:after {
  display: none;
}

/* line 543, ../sass/partials/hero.scss */
.hero-features {
  margin: 0px 0;
}
/* line 546, ../sass/partials/hero.scss */
.hero-features .feature-content {
  overflow: hidden;
  height: 95px;
 
}
/* Pole kryteriow */
.hero-features .feature-tab {
  position: relative;
  height: 123px;
  display: none;
  border: 1px solid #cdcece;
  background: #eaebeb;
}
/* line 557, ../sass/partials/hero.scss */
.hero-features .feature-tab.tab-active {
  display: block;
   
}

/* line 560, ../sass/partials/hero.scss */
.hero-features .feature-tab h2 {
  margin: 3px 0 0px;
  font-size: 16px;
 
}
/* line 560, ../sass/partials/hero.scss */
.hero-features .feature-tab h3 {
  margin: 8px 0 8px;
  font-size: 18px;
 
}
/* line 564, ../sass/partials/hero.scss */
.hero-features .feature-tab p {
  width: 645px;
  font-size: 14px;
  color: #575656;
}
/* line 570, ../sass/partials/hero.scss */
.hero-features .feature-desc {
  padding-left: 8px;
  width: 685px;
}
/* line 574, ../sass/partials/hero.scss */
.hero-features .feature-image {
  position: absolute;
  right: 0px;
  top: 2px;
  margin-right: 10px;
  width: 345px;
}
/* line 580, ../sass/partials/hero.scss */
.hero-features .feature-image img {
  float: right;
  margin-left: 20px;
}
/* line 584, ../sass/partials/hero.scss */
.hero-features .feature-image figcaption {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  color: #575656;
}

/* line 594, ../sass/partials/hero.scss */
.feature-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 598, ../sass/partials/hero.scss */
.feature-nav li {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
}
/* line 603, ../sass/partials/hero.scss */
.feature-nav li a {
  display: block;
  padding: 9px 0;
  color: #575656;
}
/* line 609, ../sass/partials/hero.scss */
.feature-nav .item-active a {
  position: relative;
  font-weight: bold;
}
/* line 613, ../sass/partials/hero.scss */
.feature-nav .item-active a:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 23px;
  height: 10px;
  margin-left: -12px;
 background-color: #ffdd00;
}

/* line 627, ../sass/partials/hero.scss */
.box-messages-full {
  margin-top: 7px;
}

/* line 631, ../sass/partials/hero.scss */
.list-messages li {
  position: relative;
  padding: 10px 0 10px 164px;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #cdcece;
  border-width: 1px 0;
  color: #575656;
}
/* line 643, ../sass/partials/hero.scss */
.list-messages li time,
.list-messages li .head-date {
  position: absolute;
  left: 15px;
}
/* line 648, ../sass/partials/hero.scss */
.list-messages li.list-head {
  position: relative;
  z-index: 2;
  margin-top: 38px;
  background: #eaebeb;
  border: 0;
  color: #9b9b9b;
}
/* line 657, ../sass/partials/hero.scss */
.list-messages li + li {
  border-top-width: 0;
}
/* line 660, ../sass/partials/hero.scss */
.list-messages a {
  color: #575656;
}
/* line 663, ../sass/partials/hero.scss */
.list-messages .message-unread a {
  font-weight: bold;
}
/* line 666, ../sass/partials/hero.scss */
.list-messages .message-read .badge {
  color: black;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f1f1 0%, #eaeaea 50%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(50%, #eaeaea), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #eaeaea 50%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, #eaeaea 50%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, #eaeaea 50%, #e3e3e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1f1f1 0%, #eaeaea 50%, #e3e3e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e3e3e3', GradientType=0);
  /* IE6-9 */
}

/* line 671, ../sass/partials/hero.scss */
.account-content .list-messages-full {
  padding-bottom: 50px;
}

/* line 674, ../sass/partials/hero.scss */
.badge {
  position: absolute;
  left: 99px;
  top: 10px;
  width: 53px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 687, ../sass/partials/hero.scss */
.badge-new {
  background: #ffdd00;
  color: black;
}

/* line 691, ../sass/partials/hero.scss */
.badge-promotion {
  background: #0057c1;
  color: white;
}

/* line 696, ../sass/partials/hero.scss */
.mesasge-item {
  margin-top: 8px;
}
/* line 699, ../sass/partials/hero.scss */
.mesasge-item .btn {
  text-align: center;
}
/* line 702, ../sass/partials/hero.scss */
.mesasge-item .btn-back-alt {
  width: 110px;
  float: left;
}
/* line 706, ../sass/partials/hero.scss */
.mesasge-item .btn-next {
  float: right;
}

/* line 710, ../sass/partials/hero.scss */
.mesasge-item-head {
  margin: 32px 0 20px;
  color: #9b9b9b;
}
/* line 714, ../sass/partials/hero.scss */
.mesasge-item-head h2 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: normal;
}
/* line 719, ../sass/partials/hero.scss */
.mesasge-item-head time {
  font-size: 18px;
}

/* line 723, ../sass/partials/hero.scss */
.mesasge-item-content {
  padding-bottom: 50px;
  font-size: 13px;
  color: #575656;
}

/* line 728, ../sass/partials/hero.scss */
.mesasge-item-content .lead {
  font-weight: bold;
}






/* line 79, ../sass/partials/_grid.scss */
.span_1 {
  width: 8.33333%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 82, ../sass/partials/_grid.scss */
.span_2, ul.content-navigation li {
  width: 16.66667%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 85, ../sass/partials/_grid.scss */
.span_3, body.lista #main .wrapper .colleft {
  width: 100%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;

}

.span_31, body.lista #main .wrapper .colleft {
  width: 40.66667%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 10px;
  float: left;
  display: inline;
 
}

/* line 88, ../sass/partials/_grid.scss */
.span_35 {
  width: 29.16667%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 91, ../sass/partials/_grid.scss */
.span_4 {
  width: 33.33333%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 94, ../sass/partials/_grid.scss */
.span_5 {
  width: 41.66667%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 97, ../sass/partials/_grid.scss */
.span_6 {
  width: 50%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 100, ../sass/partials/_grid.scss */
.span_7 {
  width: 58.33333%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 103, ../sass/partials/_grid.scss */
.span_8 {
  width: 58%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;

}


.span_88 {
  width: 75%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 106, ../sass/partials/_grid.scss */
.span_9, body.lista #main .wrapper .colright {
  width: 100%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 109, ../sass/partials/_grid.scss */
.span_10 {
  width: 83.33333%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 112, ../sass/partials/_grid.scss */
.span_11, .two-columns li {
  width: 91.66667%;
  border-left-width: 0px;
  padding: 0 0px;
  margin-left: 0;
  float: left;
  display: inline;
}

/* line 115, ../sass/partials/_grid.scss */
.span_12 {
  margin-left: 0;
  width: 100%;
}

/* line 195, ../sass/partials/common.scss */
.btn-secondary {
  position: relative;
  display: block;
  width: 95px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  background: #216cc9;
  color: white;
  background: #3f81d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f81d1), color-stop(50%, #216cc9), color-stop(100%, #0158c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3f81d1 0%, #216cc9 50%, #0158c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f81d1', endColorstr='#0158c1', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 208, ../sass/partials/common.scss */
.btn-secondary:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 99%;
  height: 1px;
  background: #80abe0;
}

/* line 218, ../sass/partials/common.scss */
.btn-see-all {
  position: relative;
  display: block;
  float: left;
  height: 38px;
  margin-top: 14px;
  margin-left: -2px;
  padding: 0 45px 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  text-align: left;
  color: #575656;
  background: #ffe959;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe959), color-stop(50%, #ffe32d), color-stop(100%, #ffdd02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffe959 0%, #ffe32d 50%, #ffdd02 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe959', endColorstr='#ffdd02', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 238, ../sass/partials/common.scss */
.btn-see-all:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 99%;
  height: 1px;
  background: #fff4b2;
}
/* line 247, ../sass/partials/common.scss */
.btn-see-all:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 10px;
  width: 12px;
  height: 21px;
  background: url(../images/ico_arrow-right-08.png);
  opacity: 0.7;
}
/* line 257, ../sass/partials/common.scss */
.btn-see-all:hover {
  text-decoration: none;
  color: black;
}
/* line 261, ../sass/partials/common.scss */
.btn-see-all:hover:after {
  opacity: 1;
}

/* line 76, ../sass/partials/helpers.scss */
.bx-viewport {
  height: auto !important;
}
/* line 79, ../sass/partials/helpers.scss */
.bx-viewport ul.list {
  height: auto !important;
}

/* Position */

.float_left{
    float:left;
}

.float_right{
    float:right;
}

.no_overflow{
    overflow: hidden;
}

#product {
    color:#333;
    font-size:11px;
    margin-left:0px;
    margin-top:10px;
    border:1px solid lightgray;
    padding:15px;
    overflow: hidden;
}

#product h1{
    font-size:15px;
    font-family:verdana;
    display:inline;
    text-transform:uppercase;
}

#product h2{
    color:#abadb3;
    font-family:verdana;
    font-weight:normal;
    font-size:13px;
    display:inline;
    text-transform:uppercase;
}

#product h3 {
    font-family:verdana;
    font-size:14px;
    color:#333333;
    display:inline;
}


div.review .review_buy {
    float:none;
    overflow: hidden;
    height:220px;
}

div.review .review_buy_box {
    text-align: center;
    width: 230px;
    padding:20px 0 20px 0;
    overflow: hidden;
    background-color: #f3f3f3;
}

/* Border */

.border_lightgrey {
    border:1px solid lightgrey;
}

.light_shadow {
    -moz-box-shadow: 1px 2px 4px 0 #c0c0c0;
    -webkit-box-shadow: 1px 2px 4px 0 #c0c0c0;
    -o-box-shadow: 1px 2px 4px 0 #c0c0c0;
    box-shadow: 1px 2px 4px 0 #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=153, Strength=4);
}

/* Colors */


.fjaune {background:yellow;padding-left:10px;padding-right:10px}
.fblanc {background:white;padding-left:1px;padding-right:1px}
.fbleu {background:blue;padding-left:10px;padding-right:10px}
.flime {background:lime;padding-left:1px;padding-right:1px}
.folive {background:#769A3F;padding-left:10px;padding-right:10px}
.fgris {background:#666666;padding-left:10px;padding-right:10px}
.forange {background:#f4c50b;padding-left:10px;padding-right:10px}
.fblue {background:#043d85;padding-left:10px;padding-right:10px}
.fgraue {background:#444444;padding-left:10px;padding-right:10px}

.forang {background:#f4c50b;padding-left:1px;padding-right:1px}
.fjaun {background:yellow;padding-left:1px;padding-right:1px}
.fjauncl {background:#f6f5b7;padding-left:1px;padding-right:1px}
.foliv {background:#769A3f;padding-left:1px;padding-right:1px}
.fbleucl {background:#ccffff;padding-left:1px;padding-right:1px}
.fgreencl {background:#e6ffe6;padding-left:1px;padding-right:1px}



.bleu {color:blue}
.bleucl {color:#05a5cb}
.vert {color:green}
.brun {color:maroon}
.fuch {color:fuchsia}
.purp {color:purple}
.jaune {color:yellow}
.jaunef {color:#ffdd00}
.orange {color:#f4c50b}
.lime {color:lime}
.blanc {color:white}


.deco_none {
    text-decoration: none;
}

.black {
    color: black;
}

.orange {
    color: #f17108;
}

.red {
    color: red;
}

.green {
    color: green;
}

.grey {
    color: grey;
}

.darkgrey{
    color: #555555;
}

.bold{
    font-weight:bold;
}

.me_black {
    color:#333;
}

.no_outline {
    outline: none;
}

.center {
    text-align: center;
}

.product_picture {
    width:300px;
    height:300px;
    position:relative;
    
    display: block;
    margin: auto;
}

.product_zoom_icon {
    position: absolute;
    width:17px;
    bottom:3px;
    left:3px;
}

.product_logo_icon {
    position: absolute;
    width:112px;
    height:34.4px;
    bottom:3px;
    right:3px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Custom changes */

.white-popup {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background: #FFF;
    padding: 20px;
    width:auto;
    max-width: 500px;
    margin: 20px auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


#ruban {
    background:#FFF900;
    width:56px; /* 78 - 22 = 56 */
    height:19px; /* 24 - 5 = 19 */
    margin-top:5px;
    padding-left:2px;
    padding-top:2px;
    color:red;
    font-weight:bold;
    font-size:15px;
}

.clear_both {
    clear:both;
}

#product_infos {
    color:#646464;
    font-family:verdana;
    font-size:12px;
    line-height:18px;
}



a.productsListing {
    color:#000;
    font-weight:bold;
    font-size:13px;
}

.input_product_quantity {
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid lightgrey;
    width:50px;
    outline:none;
    padding:2px;
    text-align: center;
}

a.circle {
    width: 13px;
    height: 13px;
    background: lightgrey;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: grey;
    line-height: 12px;
    font-weight: bold;
    display:inline-block;
    text-align: center;
}

.colOdd {
background-color: #fbfcfc;
}
.colEven {
background-color: #dddddd;
}







