/*
Colors :
    - lightgray : #ececec, #e1e1e1, #f3f3f3, #ececec
    - gray : #c4c4c4
    - orange tonic : #f26c4f
    - "facebook" blue : #0072bc
    - "twitter" blue : #00aeef
    - lightblue : #52a0c4, #52a1c4
    - light blue-gray : #ccd8dd
*/

html,
body {
  font-size: 15px;
  height: 100%;
  font-family: "Open Sans";
  background-color: #fff;
  color: #505050;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
}

a {
  text-decoration: none;
  color: #505050;
}

b {
  font-weight: 700 !important;
}

p {
  line-height: 1.5rem;
}

p.emphase {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #757575;
}

.w-auto {
  width: auto;
  height: 100%;
}

.h-auto {
  width: 100%;
  height: auto;
}

.wh-lock {
  max-width: 100%;
  max-height: 100%;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.container {
  padding: 5rem 0;
}

.link {
  color: #acacac;
}

.link.link-black {
  color: #505050;
}

.link:hover {
  color: #0072bc;
}

.link:hover.link-black {
  color: #757575;
}

h3.heading {
  color: #505050;
  font-size: 1.5rem;
  font-family: "Noway";
  font-weight: 300;
}

h3.heading.heading-t2 {
  font-size: 2rem;
}

h3.heading.heading-t3 {
  font-size: 3rem;
}

h4.heading {
  color: #555555;
  font-size: 1.25rem;
  font-family: "Noway";
  font-weight: 300;
}

h4.heading.heading-t2 {
  font-size: 1.5rem;
}

h4.heading.heading-t3 {
  font-size: 2rem;
}

h4.heading.heading-square {
  position: relative;
  height: 350px;
}

h4.heading.heading-square span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #0072bc;
  color: #fff;
}

h5.heading {
  color: #555555;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noway";
}

article p {
  line-height: 2rem;
}

.social .social-facebook,
.social .social-facebook a,
.social .social-twitter,
.social .social-twitter a {
  color: #fff;
}

.social .social-facebook a:hover,
.social .social-twitter a:hover {
  color: #fff;
}

.social .social-facebook:hover,
.social .social-twitter:hover {
  opacity: 0.75;
}

.social .social-facebook {
  background-color: #0072bc;
}

.social .social-twitter {
  background-color: #00aeef;
}

/**
* MAIN
*/

.flex {
  display: block;
}

.flex .cell {
  height: 100%;
}

.flex-vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.list li {
  min-height: 2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.list li .icon {
  overflow: hidden;
  display: block;
  float: left;
  font-weight: 700;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  background-color: #0072bc;
  border-radius: 4px;
}

.list.list-labeled {
  list-style-type: disc;
  list-style-position: inside;
}

.hr {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.075);
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  line-height: 0;
  font-size: 0;
}

.hr.hr-sm {
  width: 20%;
}

.hr.hr-thick-4 {
  height: 4px;
}

.hr.hr-blue {
  background-color: #0072bc;
}

/**
* HEADER
*/

.header-navigation {
  height: 32px;
  background-color: #ececec;
  margin-bottom: 1rem;
}

.header-navigation .menu {
  float: right;
}

.header-navigation .menu-item {
  min-width: 50px;
  text-align: center;
  width: auto;
  font-size: 1rem;
  font-family: "Noway";
}

.header-navigation .menu-item .item-inner {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 32px;
}

.header-navigation .menu-item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  top: 6px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.hotspot {
  background-color: #0072bc;
  line-height: 1.5rem;
  padding: 0.5rem 0;
}

.hotspot p {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.hotspot .more {
  float: right;
  color: #c1deee;
}

.hotspot .more:hover {
  color: #fff;
}

.header-banner {
  height: 100px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.header-banner .banner-title {
  font-size: 5rem;
  font-weight: 400;
  color: #252525;
  height: 70px;
  line-height: 70px;
  font-family: "Good Foot";
}

.header-banner .banner-subtitle {
  font-size: 2rem;
  font-weight: 300;
  color: #a7a7a7;
  height: 30px;
  line-height: 30px;
  font-family: "Good Foot";
}

.header-banner .banner-logo {
  position: absolute;
  top: 20px;
  right: 0;
  height: 60px;
  width: 60px;
  display: block;
}

.header-banner .banner-logo img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.header-menu .nav .menu {
  height: 3rem;
}

.header-menu .nav .menu-item {
  font-size: 1.2rem;
  font-family: "Noway";
}

.header-menu .nav .menu-item > .item-inner {
  display: block;
  width: 100%;
  padding: 0 1.75rem;
  line-height: 3rem;
  color: #505050;
}

.header-menu .nav .menu-item.active > .item-inner,
.header-menu .nav .menu-item.active:hover > .item-inner {
  color: #f26c4f;
}

.header-menu .nav .menu-item:hover {
  background-color: #ebebeb;
}

.header-menu .nav .menu-item:hover > .item-inner {
  color: #505050;
}

.header-menu .nav .menu-item .menu-item-more {
  height: 3rem;
  line-height: 3rem;
}

.header-menu .social {
  float: right;
  width: auto;
}

.header-menu .social .menu-item {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.header-menu .social .menu-item .item-inner {
  font-size: 1.25rem;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.form .form-group input,
.form .form-group textarea,
.form .form-group select,
.form .form-group button {
  width: 100%;
  background: #fff;
  border: 0.06666667em solid rgba(0, 0, 0, 0.25);
  line-height: calc(2.25rem - 0.06666667em);
  padding: 0 0.5rem;
  font-family: "Open Sans";
  font-size: 1rem;
  outline: none;
  border-radius: 2px;
  color: #505050;
  margin: 0;
}

.form .form-group input::-webkit-input-placeholder,
.form .form-group textarea::-webkit-input-placeholder,
.form .form-group select::-webkit-input-placeholder,
.form .form-group button::-webkit-input-placeholder {
  color: #919191;
}

.form .form-group input:-ms-input-placeholder,
.form .form-group textarea:-ms-input-placeholder,
.form .form-group select:-ms-input-placeholder,
.form .form-group button:-ms-input-placeholder {
  color: #919191;
}

.form .form-group input::placeholder,
.form .form-group textarea::placeholder,
.form .form-group select::placeholder,
.form .form-group button::placeholder {
  color: #919191;
}

.form .form-group input:focus,
.form .form-group textarea:focus,
.form .form-group select:focus,
.form .form-group button:focus {
  outline: 2px solid #0072bc;
}

.form .form-group input[type=radio] {
  outline: none;
  width: 2rem;
  height: 2rem;
  border: none;
  float: left;
}

.form .form-group input[type=radio] + label {
  display: block;
  margin-left: 2rem;
  line-height: 2rem;
  color: #757575;
}

.form .form-group input[type=radio]:disabled {
  opacity: 0.5;
}

.form .form-group input[type=radio]:disabled + label {
  opacity: 0.5;
}

.form .form-group textarea {
  height: auto;
  resize: vertical;
}

.form .form-group label {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  min-height: 1.5rem;
  color: #505050;
  font-size: 1rem;
}

.form .legend {
  font-size: 0.9rem;
  line-height: 2rem;
  color: #919191;
}

.form .form-group .btn,
.btn {
  border: 0.06666667em solid transparent;
  outline: none;
  display: block;
  font-weight: bold;
  border-radius: 2px;
  color: #dadada;
  background: transparent;
  text-align: center;
  cursor: pointer;
  font-family: "Noway";
}

.form .form-group .btn.btn-grey,
.btn.btn-grey {
  color: #fff;
  background-color: #cccccc;
}

.form .form-group .btn.btn-grey:hover,
.btn.btn-grey:hover {
  background-color: #c7c7c7;
}

.form .form-group .btn.btn-grey.btn-stroke,
.btn.btn-grey.btn-stroke {
  border: 0.13333333em solid #cccccc;
  color: #f26c4f;
  background-color: transparent;
}

.form .form-group .btn.btn-grey.btn-stroke:hover,
.btn.btn-grey.btn-stroke:hover {
  color: #fff;
  background-color: #cccccc;
}

.form .form-group .btn.btn-orange,
.btn.btn-orange {
  color: #fff;
  background-color: #f26c4f;
}

.form .form-group .btn.btn-orange:hover,
.btn.btn-orange:hover {
  background-color: #f16446;
}

.form .form-group .btn.btn-orange.btn-stroke,
.btn.btn-orange.btn-stroke {
  border: 0.13333333em solid #f26c4f;
  color: #f26c4f;
  background-color: transparent;
}

.form .form-group .btn.btn-orange.btn-stroke:hover,
.btn.btn-orange.btn-stroke:hover {
  color: #fff;
  background-color: #f26c4f;
}

.form .form-group .btn.btn-blue,
.btn.btn-blue {
  color: #fff;
  background-color: #0072bc;
}

.form .form-group .btn.btn-blue:hover,
.btn.btn-blue:hover {
  background-color: #006cb2;
}

.form .form-group .btn.btn-blue.btn-stroke,
.btn.btn-blue.btn-stroke {
  border: 0.13333333em solid #0072bc;
  color: #0072bc;
  background-color: transparent;
}

.form .form-group .btn.btn-blue.btn-stroke:hover,
.btn.btn-blue.btn-stroke:hover {
  color: #fff;
  background-color: #0072bc;
}

.form .form-group .btn.btn-size-1,
.btn.btn-size-1 {
  padding: 0 0.5rem;
  font-size: 1.1rem;
  line-height: calc(2.25rem - 0.06666667em);
}

.form .form-group .btn.btn-size-2,
.btn.btn-size-2 {
  padding: 0 1.5rem;
  font-size: 1.2rem;
  line-height: calc(3.75rem - 0.06666667em);
}

.form .form-group .btn.btn-size-3,
.btn.btn-size-3 {
  padding: 0 1.5rem;
  font-size: 1.3rem;
  line-height: calc(4.75rem - 0.06666667em);
}

/**
* FOOTER
**/

.main-footer {
  padding: 3rem 0 6rem 0;
  background-color: #ececec;
  color: #505050;
}

.main-footer h4 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-family: "Noway";
}

.main-footer .list li {
  margin-bottom: 0.5rem;
  line-height: 2rem;
}

.main-footer .legal {
  line-height: 2rem;
  color: #919191;
  font-size: 0.85rem;
}

.main-footer .social {
  float: right;
  width: auto;
}

.main-footer .social .menu-item {
  margin-left: 1rem;
}

.main-footer .social .menu-item .item-inner {
  font-size: 1.25rem;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.main-footer .social .social-facebook,
.main-footer .social .social-twitter {
  background-color: #919191;
}

.main-footer .social .social-facebook:hover {
  background-color: #0072bc;
}

.main-footer .social .social-twitter:hover {
  background-color: #00aeef;
}

#form-newsletter .form-group input,
#form-newsletter .form-group textarea,
#form-newsletter .form-group select,
#form-newsletter .form-group button {
  border-color: transparent;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

#lightbox .lightbox-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#lightbox .form {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

#lightbox .form .form-group label {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
}

#lightbox .form .form-group input,
#lightbox .form .form-group textarea,
#lightbox .form .form-group select {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

#lightbox .form .form-group input:focus,
#lightbox .form .form-group textarea:focus,
#lightbox .form .form-group select:focus {
  outline: none;
}

#lightbox .form .lb-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: #505050;
}

#lightbox .form .lb-close:hover {
  color: #5d5d5d;
}

#lightbox .form .form-header {
  padding: 1.5rem 3rem 0 3rem;
}

#lightbox .form .form-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #353535;
  font-family: "Noway";
}

#lightbox .form .form-body {
  padding: 1rem 3rem 1rem 3rem;
  background-color: #fff;
}

#lightbox .form .form-footer {
  background: rgba(0, 0, 0, 0.035);
  padding: 1rem 3rem 2rem 3rem;
}

#form-lb-contact {
  position: absolute;
  top: 100px;
  left: calc((100% - 750px) / 2);
  width: 750px;
}

#form-lb-contact .btn {
  width: 150px;
}

.menu .menu-item {
  display: block;
  width: 100%;
}

.menu .menu-item:hover .subnav {
  display: block;
}

.menu .menu-item-more {
  margin-left: 1rem;
  float: right;
  display: block;
  height: 100%;
}

.menu .menu-item-more i {
  display: inline-block;
}

.parent {
  position: relative;
}

.hr-v:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

#brands-nav {
  background-color: #ebebeb;
}

#brands-nav ul {
  width: 100%;
  font-size: 1rem;
  font-family: "Open Sans";
}

#brands-nav ul li a {
  display: block;
  line-height: 44px;
  text-align: left;
  padding: 0 1.5rem;
  font-size: 1rem;
}

#brands-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#brands-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#eyeglasses-subnav,
#sunglasses-subnav {
  background-color: #ebebeb;
  border-bottom: 5px solid #555555;
}

#eyeglasses-subnav .wrapper,
#sunglasses-subnav .wrapper {
  padding: 1rem 2rem;
}

#eyeglasses-subnav h4,
#sunglasses-subnav h4 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 700;
}

#eyeglasses-subnav ul,
#sunglasses-subnav ul {
  font-size: 1rem;
  font-family: "Open Sans";
}

#eyeglasses-subnav ul li,
#sunglasses-subnav ul li {
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

#eyeglasses-subnav .btn,
#sunglasses-subnav .btn {
  width: 100%;
}

#eyeglasses-subnav .more,
#sunglasses-subnav .more {
  text-align: right;
  font-size: 1rem;
}

.breadcrumb li {
  color: #dadada;
  float: left;
}

.breadcrumb li:not(:last-child):after {
  content: '>';
  display: inline-block;
  padding: 0 0.5rem;
  color: #dadada;
}

#error-404 .error-404-message {
  padding: 5rem 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

#error-404 h3 {
  font-size: 6rem;
  color: #dadada;
  font-weight: 700;
  font-family: "Noway";
}

#error-404 h4 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noway";
}

#brands-category .jumbotron,
#products-category .jumbotron {
  width: auto;
  bottom: 0;
  right: 0;
}

#brands-category .jumbotron h3,
#products-category .jumbotron h3 {
  background: #0072bc;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 3.5rem;
  height: 3.5rem;
  padding: 0 2rem;
  font-family: "Noway";
}

.brand-list li {
  color: #acacac;
}

#home-welcome .jumbotron {
  width: 40%;
  bottom: 0;
  right: 0;
}

#home-welcome .jumbotron h3 {
  color: #3e535c;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

#home-welcome .jumbotron .more.btn {
  display: inline-block;
  width: auto;
  padding: 0 1.5rem;
}

#home-infos .btn {
  width: 100%;
  height: 8rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 2.5rem 1rem;
  line-height: 1.5rem;
}

#timetable .closed-message {
  color: #d66969;
}

#timetable .open-message {
  color: #81ab3a;
}

#timetable .timetable {
  width: 100%;
}

#timetable .timetable tr {
  line-height: 2.5rem;
}

#timetable .timetable tr.active {
  border: 2px solid #0072bc;
}

#timetable .timetable tr.active .timetable-day {
  color: #0072bc;
}

#timetable .timetable tr:nth-child(odd) {
  background-color: #f5f5f5;
}

#timetable .timetable tr td {
  padding: 0 1rem;
}

#timetable .timetable .timetable-day {
  color: #b1b1b1;
}

#timetable .timetable .timetable-hours-group:not(:last-child):after {
  content: ' & ';
  color: #dadada;
  display: inline-block;
  padding: 0 0.5rem;
}

#timetable .timetable-disclaimer {
  font-size: 0.9rem;
  color: #757575;
}

#home-brands .brand {
  height: 125px;
  background-color: #f3f3f3;
  text-align: center;
  margin-bottom: 1.5rem;
}

#home-brands .brand a {
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
}

#home-brands .brand img {
  max-width: 100%;
  width: auto;
  height: 100%;
  opacity: 0.5;
}

#home-brands .brand img:hover {
  opacity: 1;
}

#home-brands h4.heading {
  color: #676f76;
}

#home-guaranties {
  background-color: #676f76;
  color: #fff;
}

#home-guaranties h3 {
  color: #fff;
}

#home-guaranties .guarantee {
  text-align: center;
}

#home-guaranties .guarantee .guarantee-icon {
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-bottom: 1rem;
  line-height: 125px;
  text-align: center;
  font-size: 4.25rem;
}

#home-guaranties .guarantee p {
  color: #c1c1c1;
  font-size: 0.9rem;
}

#home-guaranties .guarantee h4 {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

#home-map {
  background: #e5e3dc;
}

.product {
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 3px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}

.product .product-name {
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}

.product .product-brand {
  line-height: 1.5rem;
  font-size: 1rem;
  color: #b1b1b1;
}

.product .product-action {
  line-height: 1.5rem;
  font-size: 1.3rem;
}

.product .product-action .action-favorite {
  color: #e4365b;
}

.product .product-action .action-favorite:hover {
  color: #eb6c87;
}

.product .product-action .action-favorite.disabled,
.product .product-action .action-favorite:hover.disabled {
  color: #dadada;
}

.product .product-price {
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0072bc;
}

.product .product-visuals {
  position: relative;
  width: 100%;
  height: 175px;
}

.product .product-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product .product-figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.product .product-footer {
  visibility: hidden;
}

.product .product-footer .product-colors {
  display: block;
  width: 100%;
  height: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.product .product-footer .product-colors li {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.75rem;
  border-radius: 1px;
  cursor: pointer;
}

.product .product-footer .product-colors li.active:before {
  content: '';
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 1.25rem;
  display: block;
  margin: 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  background: #0072bc;
  border-radius: 50%;
}

.product:hover {
  border-color: #dadada;
}

.product:hover .product-footer {
  visibility: visible;
}

#products-filter {
  position: relative;
}

#form-product-filter {
  background: #f1f1f1;
}

#form-product-filter p {
  width: 150px;
  height: 3rem;
  line-height: 3rem;
  float: left;
  padding: 0 1rem;
}

#form-product-filter ul {
  margin-left: 150px;
  height: 3rem;
  display: block;
}

#form-product-filter ul li {
  float: left;
  line-height: 3rem;
  padding: 0 1rem;
}

#form-product-filter ul li:not(:last-child) {
  margin-right: 1rem;
}

#form-product-filter ul li.active a {
  color: #f26c4f;
}

#form-product-filter .filter-body {
  padding: 0 1rem 1rem 1rem;
}

#gender-filter button {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  float: left;
  font-weight: 700;
}

.filter-nb-items {
  line-height: 2.5rem;
  color: #b1b1b1;
}

.filter-method {
  width: 200px;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.5rem;
  cursor: pointer;
  z-index: 200;
}

.filter-method .filter-method-trigger {
  padding: 0 1rem;
  font-weight: 700;
}

.filter-method .filter-method-trigger i:before {
  display: block;
  height: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
}

.filter-method .filter-method-list {
  width: 100%;
  display: none;
}

.filter-method .filter-method-list li {
  margin: 0;
  color: #505050;
}

.filter-method .filter-method-list li a {
  display: block;
  width: 100%;
  height: inherit;
  padding: 0 1rem;
}

.filter-method .filter-method-list li.active a {
  color: #f26c4f;
}

.filter-method .filter-method-list li:hover {
  background: rgba(0, 0, 0, 0.025);
}

.filter-method:hover {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
}

.filter-method:hover .filter-method-list {
  display: block;
}

.pagination {
  width: 100%;
  display: table;
}

.pagination li {
  width: auto;
  margin: 0;
  display: table-cell;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #757575;
}

.pagination li:hover {
  background-color: #f1f1f1;
}

.pagination li.active a {
  color: #f26c4f;
}

#store-welcome .jumbotron {
  width: 40%;
  top: 0;
  left: 0;
}

#store-welcome .jumbotron h3.heading {
  color: #3e535c;
  font-size: 2.5rem;
}

#store-welcome .jumbotron .more.btn {
  width: 180px;
}

#store-who {
  background: #f1f1f1;
}

#store-who .guarantee {
  font-family: "Open Sans";
  text-align: center;
}

#store-who .guarantee .guarantee-icon {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-bottom: 1rem;
  line-height: 125px;
  text-align: center;
  font-size: 6rem;
  color: #34495E;
}

#store-who .guarantee p {
  color: #c1c1c1;
  font-size: 0.9rem;
}

#store-who .guarantee h4 {
  font-family: "Noway";
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

#store-intro {
  background: #f1f1f1;
}

.showcase {
  height: 100%;
}

@media (min-width: 768px) {
  .showcase {
    padding: 0 !important;
  }

  .pagination {
    display: block;
  }

  .pagination li {
    float: left;
    width: 2.5rem;
    margin-left: 1rem;
  }

  .jumbotron-container {
    position: relative;
    height: 100%;
  }

  .jumbotron {
    position: absolute;
  }

  .menu .menu-item {
    width: auto;
    float: left;
  }

  .subnav {
    z-index: 100;
    display: none;
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
  }

  #brands-nav {
    width: 225px;
  }

  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }
}

@media (min-width: 1024px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .showcase {
    padding: 0 4rem;
  }

  p.emphase {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  h3.heading {
    font-size: 2rem;
  }

  h3.heading.heading-t2 {
    font-size: 3rem;
  }

  h3.heading.heading-t3 {
    font-size: 4rem;
  }

  h4.heading {
    font-size: 1.5rem;
  }

  h4.heading.heading-t2 {
    font-size: 2rem;
  }

  h4.heading.heading-t3 {
    font-size: 3rem;
  }

  h5.heading {
    font-size: 1.2rem;
  }
}

