@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  background: white;
  font-family: 'Source Sans Pro', sans-serif;
  color: #555; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #555; }

section.main-view {
  margin: 0 auto;
  max-width: 75rem;
  box-shadow: 0 2px 4px #ccc; }

section.layout-container {
  min-height: 850px;
  opacity: 1; }

section.layout-container > div {
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

section.layout-container.enter {
  opacity: 0; }

section.layout-container.enter > div {
  opacity: 0; }

nav.main {
  padding: 0;
  background: transparent; }

nav.main .row {
  background: #eb7520; }

nav.main .row .top-bar-left {
  float: left;
  width: 80%; }

nav.main .row .top-bar-right {
  float: right; }

nav.main ul {
  background: none; }

nav.main li {
  padding: 0;
  color: white;
  text-transform: uppercase; }

nav.main li a {
  padding: 0.9rem 1.2rem 0.9rem 1.2rem;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s; }

nav.main li a .icon-arrow-down {
  margin-left: 0.5rem; }

nav.main li:hover {
  background: #f19048;
  cursor: pointer; }

nav.main span.cart {
  margin: 0 0 0 0.6rem;
  padding: 0.3rem 1.2rem;
  background: white;
  border-radius: 2rem;
  color: #525252;
  font-size: 0.9rem; }

nav.mini {
  padding: 0;
  background: white; }

nav.mini ul {
  background: transparent; }

nav.mini li, nav.mini a {
  padding: 0 0.5rem;
  color: #525252;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  transition: all ease-in-out 0.2s; }

nav.mini li em, nav.mini a em {
  display: inline-block;
  padding: 0 0.4rem;
  font-weight: normal;
  font-size: 1.6em;
  font-style: normal;
  vertical-align: -2px; }

nav.mini li:hover, nav.mini a:hover {
  color: #aaa; }

nav.mini .menu-text {
  padding: 0.4rem 0.7rem; }

nav.mini img {
  display: inline-block;
  max-height: 20px;
  max-width: 25px; }

nav.mini .up {
  transition: all ease-in-out 0.2s; }

nav.mini .up a {
  color: #eb7520; }

nav.mini .up:hover {
  background: #eb7520; }

nav.mini .up:hover a {
  color: white; }

nav.mini .down {
  background: #eee;
  cursor: default; }

nav.mini .down .drop-menu {
  min-width: 0; }

nav.mini .down .drop-menu li {
  background: #eee; }

nav.mini .down .drop-menu li a {
  display: inline-block;
  padding: 0.5rem; }

nav.mini .down .drop-menu li:hover a {
  color: white; }

nav.mini .down .drop-menu.country {
  min-width: 160px; }

nav.mini .highlight {
  background: #eb7520; }

nav.mini .highlight a {
  display: block;
  width: 160px;
  color: white;
  text-align: center; }

nav.mini .highlight:hover {
  background: #f19048; }

.dropdown.menu {
  position: relative; }

.dropdown.menu .drop-menu {
  position: absolute;
  left: -1.22rem;
  top: 100%;
  min-width: 300px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  background: #f19048;
  z-index: 10;
  transition: all ease-in-out 0.3s; }

.dropdown.menu .drop-menu.right {
  left: auto;
  right: 0;
  min-width: 182px; }

.dropdown.menu .drop-menu a {
  display: block;
  padding: 0.9rem 1.2rem 0.9rem 1.2rem; }

.dropdown.menu:hover .drop-menu {
  max-height: 400px;
  background: #f19048; }

.dropdown.menu:hover .drop-menu li {
  list-style-type: none; }

.dropdown.menu:hover .drop-menu li:hover {
  background: #eb7520; }

.no-js .dropdown.menu ul {
  display: block; }

section.head {
  position: relative; }

section.head .row {
  padding: 1.6rem 0;
  background: #F5F5F5 url("../images/header.png") no-repeat center center;
  background-size: cover; }

section.head img {
  max-width: 250px;
  width: 40%; }

section.head .account {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  color: #555; }

section.head #menu {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px; }

section.head .logo {
  color: #999;
  text-transform: uppercase; }

footer.socials {
  margin-top: 1.8rem;
  padding: 1.5rem;
  min-height: 2rem;
  background: #eb7520; }

footer.main {
  padding: 1.5rem;
  background: #f0efef;
  color: #525252; }

footer.main h4 {
  font-size: 1rem;
  font-weight: bold; }

footer.main .menu > li > a {
  padding: 0.2rem 0rem;
  font-size: 0.9rem;
  color: #525252; }

footer.main .icon-call {
  width: 5em;
  height: 4em;
  fill: #B5B5B5; }

footer.main p.call {
  margin: 0;
  line-height: 1.2; }

footer.main p.call span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem; }

footer.main p.call strong {
  font-weight: normal;
  font-size: 1.5rem; }

.breadcrumbs {
  margin: 1.8rem 1rem; }

.breadcrumbs li, .breadcrumbs a {
  text-transform: none;
  font-size: 0.9rem;
  color: #777; }

.breadcrumbs a {
  font-weight: bold; }

#flash-messages p {
  position: relative;
  margin: 1rem;
  padding: 1rem;
  background: #F5F5F5;
  color: #555;
  text-align: center; }

#flash-messages .remove {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px; }

#flash-messages .remove img {
  max-width: 16px;
  opacity: 0.5; }

#flash-messages .remove img:hover {
  opacity: 1; }

.pagination li a.current {
  background: #eb7520; }

section.nav-mobile {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #eee;
  transition: all 0.4s ease-in-out;
  overflow: hidden; }

section.nav-mobile .menu-text {
  white-space: nowrap; }

section.nav-mobile a {
  display: inline-block;
  width: 100%;
  white-space: nowrap; }

section.nav-mobile .primary {
  margin: 0;
  padding: 1rem 0;
  background: #eb7520; }

section.nav-mobile .primary .menu-text {
  padding: 0; }

section.nav-mobile .primary .menu .drop-menu {
  position: initial;
  margin: 0; }

section.nav-mobile .primary a {
  padding: 0.8rem 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: normal; }

section.nav-mobile .secondary {
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }

section.nav-mobile .secondary .menu-text {
  padding: 0; }

section.nav-mobile .secondary a {
  padding: 0.8rem 1rem;
  color: #555;
  text-transform: uppercase;
  font-weight: normal; }

body section.main-view {
  transition: all 0.4s ease-in-out; }

body.open-mobile {
  position: relative;
  overflow-y: hidden; }

body.open-mobile section.nav-mobile {
  width: 80%; }

body.open-mobile section.main-view {
  transform: translateX(80%); }

.browsehappy {
  padding: 2rem;
  text-align: center;
  background: #eb7520;
  color: white;
  font-size: 1.2rem; }

.browsehappy a {
  font-weight: bold;
  text-decoration: underline;
  color: white; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  padding: 0.2em;
  width: 2em;
  height: 2em;
  fill: currentColor;
  vertical-align: middle; }

.icon-arrow-down {
  width: 1em;
  height: 1em; }

.icon-call {
  width: 2.8em;
  height: 2.2em; }

.icon-cart {
  width: 1.6em; }

.icon-user {
  width: 1.8em;
  height: 2.2em; }

.icon-home {
  width: 1.6em; }

h1 {
  color: #777;
  font-weight: 300;
  font-size: 3rem;
  text-transform: uppercase; }

h2 {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem; }

h3 {
  color: #eb7520; }

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #aaa; }

hr.light {
  border-color: transparent; }

mark {
  background: transparent;
  color: #eb7520; }

.pre {
  white-space: pre-line; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  padding: 0.5rem 1rem;
  border-radius: 20px; }

.button {
  border-radius: 20px; }

.button.light {
  background: white;
  color: #555;
  transition: all ease-in-out 0.2s; }

.button.light:hover {
  background: #eb7520;
  color: white; }

.button.primary {
  background: #eb7520; }

.button.primary:hover {
  background: #de6814; }

.button.primary:focus, .button.primary:active {
  background: #de6814;
  outline: none; }

.button.fb {
  margin-bottom: 20px !important;
  min-width: 300px;
  background: #3838A4;
  font-weight: bold; }

.button.google {
  min-width: 300px;
  background: #D60E0E;
  font-weight: bold; }

select {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  outline: 0; }

label {
  color: #555; }

.error {
  padding: 1rem 0.2rem;
  color: #e60000; }

.eye-password {
  position: relative;
  display: inline-block; }

.eye-password .eye {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  margin: 0.7rem 0 0 -1.8rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/eye.svg");
  background-position: center center;
  background-size: cover;
  z-index: 5;
  opacity: 0.5;
  cursor: pointer; }

.eye-password .eye.active {
  opacity: 1; }

.mandatory:after {
  content: "*";
  display: inline-block;
  padding: 0 0.2rem;
  color: #eb7520;
  font-size: 120%; }

label.checkbox {
  font-size: 15px;
  color: #222;
  cursor: pointer; }

label.checkbox.checked input:before {
  border-width: 2px;
  border-color: #eb7520; }

label.checkbox.checked input:after {
  opacity: 1; }

label.checkbox input {
  position: relative;
  display: inline-block;
  margin: 10px 5px -5px 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0px !important; }

label.checkbox input:before {
  display: table;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
  background: #fff;
  content: ' ';
  transition: all 100ms ease-in-out; }

label.checkbox input:after {
  -webkit-transition: opacity 0.05s ease-in-out;
  -moz-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 27%;
  left: 25%;
  display: table;
  width: 10px;
  height: 7px;
  border: 2px solid #eb7520;
  border-top: 0;
  border-right: 0;
  content: ' ';
  opacity: 0; }

form #email {
  margin: 0; }

form #email ~ span {
  color: #eb7520;
  float: right; }

form #email ~ span:last-child {
  margin: 0 0.2rem 1rem 0.2rem; }

.ripple {
  position: relative;
  padding: 16px 32px; }

.ripple:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: radial-gradient(#eb7520, transparent);
  border-radius: 100%;
  opacity: .2;
  transform: scale(0); }

@keyframes ripple {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.5); } }

.ripple:not(:active):after {
  animation: ripple 0.3s ease-out; }

.ripple:focus:after {
  visibility: visible; }

.little-menu {
  margin: 2rem 0;
  border-bottom: 1px solid #ddd;
  text-align: center; }

.little-menu .menu {
  display: inline-block; }

.little-menu .menu li a {
  margin-bottom: -0.6rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  color: #aaa;
  border: 1px solid transparent;
  text-transform: uppercase; }

.little-menu .menu li a.active {
  padding-bottom: 0.6rem;
  color: #555;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 0.5rem solid white; }

.connect-menu {
  margin-top: 2rem; }

.connect-menu ul > li > a {
  padding: 1rem 2rem;
  color: #aaa;
  background: #FAFAFA;
  font-size: 1.1rem; }

.connect-menu .active {
  background: #f0efef;
  color: #eb7520;
  font-weight: bold; }

.box {
  position: relative;
  padding: 2rem;
  background: #f0efef; }

.box ~ .box {
  border-bottom: 1px solid #ddd; }

.box:hover .square img {
  transform: scale(1.1); }

.box:hover h3 {
  color: #333; }

.box .remove {
  position: absolute;
  right: 2rem;
  top: 2.1rem;
  width: 20px;
  cursor: pointer;
  opacity: 0.5; }

.box .remove:hover {
  opacity: 1; }

.box .remove img {
  width: 20px;
  height: 20px; }

.box .square {
  margin: 0 auto;
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  padding: 2rem;
  line-height: 6rem;
  background: white; }

.box .square img {
  transition: all 0.2s ease-out; }

.box h3 {
  position: relative;
  font-size: 1.5rem; }

.box h3 .bubble-help {
  vertical-align: 3px; }

.box p {
  margin: 0.2rem 0; }

.box p strong {
  color: #eb7520; }

.box .button {
  margin: 0 1rem 0 0; }

.box input[type=number] {
  float: right;
  max-width: 100px;
  margin: 2.2rem 0;
  padding-left: 1.2rem;
  text-align: left; }

.box .mini-price {
  margin: 2rem 0 0 1rem;
  text-align: center;
  color: #eb7520;
  font-weight: bold;
  font-size: 1.2rem; }

.box .mini-price sup {
  font-weight: normal;
  font-size: 0.6rem;
  color: #555; }

.spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  background-color: #eb7520;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

section.hero .slide {
  display: block;
  margin: 0 15px;
  padding: 3rem;
  min-height: 420px;
  background-image: url("../images/home/slide.jpg");
  background-size: cover;
  background-color: #E5E5E5;
  cursor: pointer; }

section.hero .slide .content {
  width: 60%;
  float: right;
  text-align: right;
  color: #525252; }

section.hero .slide .content .slide-partners {
  display: none; }

section.hero .slide .content em {
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  background: #eb7520;
  color: white;
  text-transform: uppercase; }

section.hero .slide .content big, section.hero .slide .content strong {
  display: inline-block;
  margin: 1rem 0;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase; }

section.hero .slide .content strong {
  font-size: 1.7rem; }

section.hero .slide .content small {
  font-size: 1.4rem;
  line-height: 1.1; }

section.hero .slide .content a.button {
  margin: 1rem 0;
  background: transparent;
  border: 1px solid #eb7520;
  border-radius: 2rem;
  color: #525252;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s; }

section.hero .slide .content a.button:hover {
  background: rgba(255, 255, 255, 0.4); }

section.hero .slide .content .network {
  display: inline-block;
  margin: 0 10px;
  height: 40px; }

section.hero .slide .content .network.carrefour {
  width: 50px;
  height: 40px; }

section.hero .slide .content .network.fnac {
  width: 40px;
  height: 40px; }

section.hero .slide .content .network.fl {
  width: 172px;
  height: 40px; }

section.hero .slide .content .network.orange {
  width: 40px;
  height: 40px; }

section.hero .hero-promo {
  display: block;
  position: relative;
  top: -6px;
  margin: 0 15px;
  padding: 1rem;
  background: #92959a;
  color: white;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  transition: all ease-in-out 0.1s; }

section.hero .hero-promo:hover {
  background: #f19048; }

section.products {
  margin: 2rem 0; }

section.products h2 {
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 300;
  color: #525252;
  text-align: center; }

section.products h4 {
  margin: 0.6rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #525252;
  text-align: center;
  text-transform: capitalize; }

section.products p {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic; }

section.products div.round {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 1rem;
  width: 150px;
  height: 150px;
  background: #eb7520;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  transition: all ease-in-out 0.2s;
  cursor: pointer; }

section.products div.round img {
  max-width: 60%;
  transition: all ease-in-out 0.2s; }

section.products div.round img.film {
  margin-right: -10%; }

section.products div.round img.negative {
  margin-right: -10%; }

section.products .info {
  min-height: 70px;
  font-size: 0.85rem;
  color: #525252; }

section.products .rate {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 12px 7px 12px;
  border: 2px solid #eb7520;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #555;
  transition: all ease-in-out 0.2s; }

section.products .rate strong {
  color: #eb7520;
  font-size: 1rem;
  transition: all ease-in-out 0.2s; }

section.products .product {
  margin: 1rem 0; }

section.products .product:hover .round {
  background: #f19048; }

section.products .product:hover .round img {
  max-width: 70%; }

section.products .product:hover .rate {
  background: #eb7520;
  color: white; }

section.products .product:hover .rate strong {
  color: white; }

section.how {
  margin: 1.8rem 0;
  padding: 2rem;
  background: #f0efef; }

section.how h2 {
  padding: 2rem;
  font-size: 2rem;
  font-weight: 300;
  color: #525252;
  text-align: center; }

section.how .how-schema {
  margin: 0 120px 60px; }

section.perks .box {
  padding: 1.5rem 1rem;
  min-height: 170px;
  background: #f0efef;
  color: #525252;
  cursor: pointer; }

section.perks .box h4 {
  margin: 0 0 10px 0;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: bold;
  color: #eb7520; }

section.perks .box p {
  min-height: 4rem;
  font-size: 0.9rem;
  line-height: 1.2; }

section.perks .box .columns > img {
  margin-top: 1rem;
  transition: all 0.2s ease-in-out; }

section.perks .box:hover img {
  transform: scale(1.1); }

.steps {
  margin: 1rem;
  padding: 1.5rem 3rem;
  background: #f0efef; }

.steps .columns ~ .columns {
  position: relative; }

.steps .columns ~ .columns:before {
  content: '›';
  position: absolute;
  top: -0.8rem;
  left: -1.8rem;
  color: #bbb;
  font-size: 2rem;
  font-family: Arial, sans-serif; }

.steps .columns ~ .columns:last-child:before {
  left: -0.5rem; }

.steps .round {
  display: inline-block;
  margin: 0 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  background: #aaa;
  color: #555;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 50%;
  vertical-align: middle; }

.steps .active {
  cursor: pointer; }

.steps .active .round {
  background: #eb7520;
  color: white; }

.steps .row .columns {
  width: 30%; }

.steps .row .columns:first-child {
  margin-right: 1rem; }

.order h2 {
  margin-top: 1.5rem;
  color: #777;
  font-weight: 300;
  font-size: 1.6rem; }

.order .box h3 {
  color: #555; }

.order .box .product ~ .product {
  padding: 1.5rem 0;
  border-top: 1px solid #ddd; }

.order .box .product:hover h3 {
  color: #eb7520; }

.order .add hr {
  margin: -2rem 0 2rem 0; }

.order .add .button {
  margin: 0.6rem 0.8rem 0 0; }

.order .primary {
  margin: 2rem; }

.order .add-voucher {
  padding-top: 0.5rem;
  margin-top: 1rem;
  border-top: 1px dashed #ddd; }

.order .voucher .row {
  margin: 0.4rem 0 1.4rem 0;
  padding: 1rem 0;
  background: #f0efef; }

.order .voucher h2 {
  margin: 0;
  font-size: 1rem; }

.order .voucher .button {
  margin: 0; }

.order .voucher .remove {
  float: right;
  margin-right: 0.3rem; }

.order .voucher .remove img {
  max-width: 1rem; }

.order .step1-info {
  padding: 2rem;
  color: red; }

.order .option-rates {
  float: right; }

.restitutions label {
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
  background: white;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease-out; }

.restitutions label input {
  display: none; }

.restitutions label img {
  max-height: 5rem; }

.restitutions label:hover {
  box-shadow: 0 0 8px #ddd; }

.restitutions label:hover .image-container img {
  transform: scale(1.1); }

.restitutions label.active {
  border: 3px solid #eb7520; }

.restitutions .image-container {
  display: block;
  height: 6.5rem;
  line-height: 6.5rem;
  text-align: center; }

.restitutions .image-container img {
  max-width: 70%;
  max-height: 5rem;
  transition: all 0.2s ease-out; }

.restitutions .title {
  display: block;
  margin-bottom: 0.5rem;
  min-height: 40px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1;
  color: #555; }

.restitutions .rate {
  display: block;
  color: #eb7520;
  font-size: 1rem; }

section.cart h2 small {
  float: right;
  display: inline-block;
  padding: 2px 10px;
  background: #F5F5F5;
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #777;
  cursor: pointer;
  border-radius: 2px;
  transition: all ease-out 0.2s; }

section.cart h2 small:hover {
  background: #E5E5E5; }

section.cart ul {
  margin-top: 1rem; }

section.cart ul.full li {
  padding: 0;
  font-size: 0.75rem; }

section.cart li {
  padding: 0.2rem 0;
  font-size: 0.85rem; }

section.cart li .remove {
  visibility: hidden; }

section.cart li:hover .remove {
  visibility: visible; }

section.cart li ul {
  margin: 0; }

section.cart li ul li {
  padding-left: 1rem;
  color: #999;
  font-size: 90%; }

section.cart [class*="option"] {
  color: #999; }

section.cart [class*="option"] .product {
  font-size: 90%; }

section.cart.fix {
  position: fixed; }

section.cart .remove {
  cursor: pointer; }

section.cart .remove img {
  max-width: 12px;
  height: 12px;
  opacity: 0.5; }

section.cart .remove img:hover {
  opacity: 1; }

section.cart a.more {
  display: inline-block;
  margin: 0.2rem 0;
  padding: 0;
  color: #D5D5D5;
  font-size: 0.85rem; }

section.cart a.more strong {
  display: inline-block;
  padding-right: 4px;
  font-size: 1.2rem;
  vertical-align: middle; }

section.cart a.more:hover {
  color: #eb7520; }

section.cart span {
  display: inline-block;
  vertical-align: top; }

section.cart .product {
  max-width: 70%;
  overflow: hidden;
  word-wrap: break-word; }

section.cart .rate {
  float: right; }

section.cart .logistics {
  margin: 0.2rem 0; }

section.cart .total {
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 0 0 0;
  border-top: 1px dashed #ddd; }

section.cart .total .lbl {
  font-size: 1.5rem; }

section.cart .total .rate {
  color: #eb7520;
  font-size: 1.5rem; }

section.cart .mini {
  display: block;
  font-size: 80%;
  color: #aaa; }

section.cart .mini.messages {
  margin-top: 10px;
  color: #eb7520; }

.bubble-help {
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: #B2B2B2;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-align: center;
  border-radius: 50%;
  cursor: help; }

.bubble-help:hover {
  background: #eb7520; }

.bubble-help:hover .text-help {
  display: block; }

.bubble-help .text-help {
  display: none;
  position: absolute;
  top: -0.8rem;
  left: 2rem;
  padding: 1rem;
  width: 260px;
  background: #fafafa;
  color: #555;
  border-radius: 5px;
  z-index: 20;
  text-align: left;
  font-weight: normal;
  white-space: pre-line; }

.bubble-help .text-help:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #fafafa;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.summary {
  margin-top: 3rem; }

.summary .promo, .summary .address {
  min-height: 260px; }

.summary .promo form {
  margin-top: 1rem; }

.summary .promo img {
  margin-bottom: 1.8rem; }

.summary .address .button {
  margin-top: 1.4rem; }

.promotion {
  margin: 1.5rem 0 3rem; }

.promotion h2 {
  margin-bottom: 1.5rem;
  padding: 0.5rem 3rem;
  background: #eb7520;
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300; }

.promotion p {
  font-size: 1.2rem; }

.promotion p img {
  display: inline-block;
  padding: 0 1rem;
  height: 60px; }

.promotion .discount {
  position: absolute;
  padding: 2.5rem 1rem;
  background: #eb7520;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  border: 5px solid white;
  border-radius: 50%; }

.promotion .promo-lead {
  margin: 60px 0;
  max-width: 400px; }

.promotion .code {
  margin: 1rem 0;
  padding: 1rem;
  text-align: center; }

.promotion .code strong {
  position: relative;
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #eb7520;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-out 0.4s; }

.promotion .code strong:hover {
  background: #555; }

.promotion .code strong:hover .text-help {
  display: block; }

.promotion .code strong.valid {
  background: #555;
  cursor: normal; }

.promotion .code strong .text-help {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  margin: 0 0 0 10px;
  padding: 1rem;
  width: 200px;
  background: #fafafa;
  color: #555;
  border-radius: 5px;
  z-index: 20;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: normal; }

.promotion .code strong .text-help:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #fafafa;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.promotion .details {
  margin-top: 20px;
  line-height: 1.1;
  font-size: 0.9rem;
  color: #999; }

#player-video {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5%;
  background: rgba(255, 255, 255, 0.9); }

#player-video .remove {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px; }

.video {
  cursor: pointer; }

.video .thumb {
  max-width: 250px; }

.video .elm {
  padding: 20px 10px;
  border-radius: 5px;
  transition: all ease-in-out 0.2s; }

.video .elm .legend {
  margin: 0;
  padding: 1rem 0 0;
  font-size: 1rem;
  color: #999;
  font-weight: 300; }

.video .elm .legend .icon {
  display: inline-block;
  margin-bottom: 5px;
  width: 20px;
  vertical-align: middle; }

.video .elm .tag {
  padding: 0.2rem 0.5rem 0.3rem 0.5rem;
  background: #bbb;
  color: white;
  line-height: 2rem;
  border-radius: 2px; }

.video .elm .preview {
  display: none; }

.video .elm:hover {
  background: #fafafa; }

.video .elm:hover .thumb {
  display: none; }

.video .elm:hover .preview {
  display: block; }

.service .tag {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  background: #eb7520;
  color: white;
  text-transform: uppercase;
  font-weight: bold; }

.service h1 {
  margin-top: 0.8rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  text-transform: uppercase; }

.service mark {
  font-weight: bold; }

.service .go {
  margin-top: 1rem; }

.service .details {
  min-height: 600px; }

.service .product-rates p {
  margin: 0; }

.service .product-rates p strong {
  color: #eb7520; }

.service .service-rates .product-rates {
  display: inline-block; }

.service .service-rates .product-rates p {
  display: inline-block;
  min-width: 150px; }

.service .little-menu {
  margin-top: 3rem; }

.service .little-content {
  margin: 0 auto;
  max-width: 900px;
  max-height: 2000px;
  overflow: hidden;
  opacity: 1;
  transition: opacity linear 0.5s, max-height 0s; }

.service .little-content.ng-hide {
  display: block !important;
  max-height: 0;
  opacity: 0; }

.service .faq .question {
  margin-bottom: 2rem; }

.service .faq .question h4 {
  font-size: 1.1rem;
  font-weight: bold; }

.service .tape-info {
  max-width: 200px; }

#map {
  margin: 0 0 2rem;
  height: 450px; }

.locator h1 {
  margin: -1rem 0 2.5rem 0; }

.locator .box {
  margin: 1rem 0; }

.locator .loader {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  z-index: 10;
  opacity: 0.8;
  background: white; }

.locator .loader img {
  margin-left: -105px; }

.locator .shops {
  min-height: 400px; }

.locator .locate {
  width: 100%;
  max-width: 300px; }

.locator .row .row .large-5 {
  text-align: center; }

.help h2 {
  margin: 2rem 0;
  padding: 1rem;
  background: #f0efef;
  color: #222;
  text-align: left;
  font-size: 1.4rem; }

.help .question {
  padding-left: 1rem; }

.help .question h4 {
  text-align: left;
  color: #777;
  font-size: 1.2rem;
  cursor: pointer; }

.help .question h4:after {
  content: " ▾";
  font-family: Arial, sans-serif;
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.25s ease-in-out; }

.help .question h4:hover {
  color: #eb7520; }

.help .question p {
  max-height: 0px;
  overflow: hidden;
  text-align: left;
  font-size: 1rem;
  color: #333;
  transition: all 0.25s ease-in-out; }

.help .question.active h4 {
  color: #eb7520; }

.help .question.active h4:after {
  transform: rotate(0deg);
  opacity: 1; }

.help .question.active p {
  max-height: 500px; }

.contact p strong {
  font-size: 1.6rem; }

.how-to-order .little-content, .who .little-content, .how .little-content {
  padding: 1rem 3rem; }

.how-to-order .round, .who .round, .how .round {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  color: white;
  background: #eb7520;
  font-size: 2rem;
  border-radius: 50%; }

.how-to-order p, .who p, .how p {
  margin-top: 0.5rem;
  font-size: 1.2rem; }

.who h4 {
  margin-top: 3rem;
  margin-bottom: 0.5rem; }

.who p {
  font-size: 1rem; }

.who ul {
  padding: 0; }

.who ul li {
  padding: 5px 0; }

.who ul ul {
  padding-left: 20px;
  list-style: none; }

.who ul ul li {
  padding: 2px 0; }

.who ul ul li:before {
  content: "-";
  padding-right: 10px;
  color: #eb7520; }

.legals p, .terms p {
  line-height: 1.4; }

@media screen and (max-width: 1024px) {
  nav.main .row .top-bar-left {
    width: 90%; }
  nav.main li a {
    padding: 0.9rem 1rem 0.9rem 1rem;
    text-align: center; }
  section.hero .slide .content {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem; }
  .side-cart .cart h2, .side-cart .cart ul li {
    display: none; }
  .side-cart .cart li.total {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1rem;
    border: 0;
    background: #eb7520; }
  .side-cart .cart li.total .lbl, .side-cart .cart li.total .rate {
    color: white; }
  section.how .how-schema {
    margin: 20px; }
  section.cart.fix {
    padding: 0px 3rem;
    background-color: rgba(255, 255, 255, 0.7);
    right: 0; }
  section.cart .mini {
    display: none; }
  footer.socials {
    min-height: 1rem;
    padding: 0.5rem;
    background: #b5b5b5; }
  footer.main {
    padding-bottom: 100px; }
  .locator .locate {
    max-width: 1000px; } }

@media screen and (max-width: 640px) {
  section.head .row {
    padding: 0.3rem 0;
    background-position: left center; }
  section.head .logo span {
    display: none; }
  section.hero .slide {
    margin: 0;
    padding: 2rem; }
  section.hero .slide .content {
    position: initial;
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left; }
  section.hero .slide .content strong {
    font-size: 1.4rem; }
  section.hero .slide .content small {
    font-size: 1rem; }
  section.hero .slide .content .network {
    margin: 10px; }
  section.hero .hero-promo {
    margin: 0; }
  .steps {
    padding: 1rem; }
  label.middle {
    margin: 0.5rem 0 0; }
  .order .option-rates {
    float: none;
    display: inline-block; }
  .order .option-rates:before {
    content: " - "; }
  .order .option-rates p, .order .option-rates div {
    display: inline-block; }
  .pagination li {
    display: inline-block; }
  .little-menu {
    background: #fafafa;
    border-top: 1px solid #ddd; }
  .little-menu .menu {
    width: 100%; }
  .little-menu .menu > li {
    display: block;
    padding: 0;
    width: 100%; }
  .little-menu .menu > li a {
    margin: 0;
    padding: 0.8rem 1rem !important; }
  .little-menu .menu > li a.active {
    width: 100%;
    background: #eb7520;
    border: 0;
    color: white; } }

section.hero .slide .content .slide-partners {
  display: block; }
