/*=============================
=            Basic            =
=============================*/
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  height: 100vh;
}
body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  min-width: 320px;
  color: #434343;
  background: #ffffff;
  margin: 0;
  padding: 0;
  transition-duration: 0.3s;
}
body.search {
  height: auto;
  padding-top: 70px;
}
body.search .header {
  display: none;
}
body.deals {
  padding-top: 60px;
}
.ad {
  text-align: center;
  clear: both;
  padding: 20px 0;
}
*,
textarea {
  outline: none;
  font-family: "Work Sans", sans-serif;
}
.summary {
  margin: 0 auto;
  border-collapse: collapse;
}
.summary td {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.summary .head td {
  font-weight: bold;
}
.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999999;
  text-align: center;
  padding-top: 200px;
  color: #F55D3E;
  font-size: 30px;
  transition-duration: 0.3s;
}
/*==============================
=            Layout            =
==============================*/
@font-face {
  font-family: 'Libre Barcode 39 Text';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librebarcode39text/v10/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-0H0h5P.ttf) format('truetype');
}
.logo {
  display: inline-block;
  height: 50px;
  line-height: 45px;
  font-size: 25px;
  padding: 0 20px 0 15px;
  color: #545454;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 100;
  text-decoration: none;
  padding-top: 20px;
}
.logo:hover {
  text-decoration: none;
}
.logo .ico {
  z-index: 1;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 80px;
  border-radius: 50px;
  border-width: 0;
  color: #fff;
  background-color: #F55D3E;
  transform: rotate(-10deg) translateX(5px);
  font-size: 90px;
  font-weight: bold;
  text-shadow: 2px 0 0 #F55D3E, -2px 0 0 #F55D3E, 0 2px 0 #F55D3E, 0 -2px 0 #F55D3E, 1px 1px #F55D3E, -1px -1px 0 #F55D3E, 1px -1px 0 #F55D3E, -1px 1px 0 #F55D3E;
}
.logo .text {
  z-index: 0;
  margin-left: 40px;
  font-size: 50px;
}
.not-logo {
  display: inline-block;
  height: 50px;
  line-height: 45px;
  font-size: 25px;
  padding: 0 20px 0 15px;
  color: #545454;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-align: center;
}
.not-logo:hover {
  text-decoration: none;
}
.not-logo span {
  z-index: 1;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border-width: 0;
  color: #fff;
  background-color: #F55D3E;
  transform: rotate(-10deg) translateX(5px);
  font-size: 55px;
  font-weight: bold;
  text-shadow: 2px 0 0 #F55D3E, -2px 0 0 #F55D3E, 0 2px 0 #F55D3E, 0 -2px 0 #F55D3E, 1px 1px #F55D3E, -1px -1px 0 #F55D3E, 1px -1px 0 #F55D3E, -1px 1px 0 #F55D3E;
}
@media (max-width: 550px) {
  .not-logo {
    font-size: 16px;
    line-height: 30px;
  }
  .not-logo span {
    font-size: 30px;
    height: 30px;
    width: 30px;
  }
}
.header {
  position: relative;
  height: 100px;
  line-height: 100px;
  background: #fff;
  padding: 0 30px;
  z-index: 1000;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
  text-align: center;
  /*&.small{
		//height: 50px;
		//line-height: 50px;
		.logo{
			margin-top: 0;
			//transform:scale(0.4);
		}
		.country-select{
			top: 0;
			margin: 0;
			margin-top: 5px;
			transform:scale(0.8);
			transform-origin:0 0;
			&:hover{
				top: 0;
			}
		}
	}*/
}
.header .categories-menu {
  position: absolute;
  top: 25px;
  left: 30px;
  color: #9A9A9A;
  font-size: 14px;
}
.header .categories-menu .burger-menu-control:before {
  background: #9A9A9A;
  box-shadow: 0px 7px #9A9A9A, 0px 14px #9A9A9A;
}
.header .logo {
  display: inline-block;
  opacity: 0.4;
  transition-duration: 0.3s;
}
.header .logo .ico {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.header .logo .text {
  font-size: 16px;
  margin-left: 20px;
}
.header .country-select {
  position: absolute;
  top: 15px;
  right: 30px;
  float: right;
}
@media (max-width: 550px) {
  .header .country-select {
    right: 0;
    transform: scale(0.8);
    transform-origin: 100% 0;
  }
}
.intro {
  text-align: center;
  padding-top: 50px;
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}
.intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.intro .not-logo {
  transform: scale(2);
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.intro .intro-bar {
  z-index: 3;
  position: relative;
  background: #F55D3E;
  margin-top: 120px;
  height: 80px;
  line-height: 80px;
}
.intro .intro-bar .intro-bar-content {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
.intro .search {
  white-space: nowrap;
  border-radius: 5px;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.intro .search input {
  display: inline-block;
  height: 50px;
  border: none;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
}
.intro .search .btn-field {
  color: #F55D3E;
  background: transparent;
  font-size: 30px;
  position: absolute;
  top: 7px;
  right: 0;
}
.intro .categories-menu {
  padding-top: 15px;
  padding-right: 30px;
  display: inline-block;
}
@media (max-width: 550px) {
  .intro .logo .ico {
    font-size: 70px;
  }
  .intro .logo .text {
    display: block;
    font-size: 30px;
    margin: 0;
  }
}
body {
  display: inline-block;
  width: 100%;
}
.center-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.search-results {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 550px) {
  .search-results {
    margin-top: 20px;
    border-top: 3px solid rgba(245, 93, 62, 0.3);
  }
}
.search-results .filters-group {
  float: left;
  background: #fff;
  z-index: 10;
  transform: translateX(-300%);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  width: 25%;
  opacity: 0;
}
.search-results .offers-container {
  float: right;
  width: 100%;
  padding: 10px 0px 10px 10px;
  transition-duration: 0.3s;
}
@media (max-width: 550px) {
  .search-results .offers-container {
    padding: 20px 15px;
  }
}
.search-results .more-offers {
  text-align: center;
}
.search-results .more-offers .more {
  height: 40px;
  line-height: 40px;
  background: #F55D3E;
  color: #fff;
  padding: 0 30px;
  border-radius: 3px;
  border: 1px solid #F55D3E;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
  transition-duration: 0.3s;
  outline: none;
}
.search-results .more-offers .more.loading {
  background-color: #fff;
  background-image: url("product-image-placeholder.gif");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  border-color: transparent;
}
.search-results .more-offers .more.loading:hover {
  color: transparent;
}
.search-results .more-offers .more:hover {
  color: #F55D3E;
  background-color: #fff;
}
.search-details {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 550px) {
  .search-details {
    padding: 0 20px;
  }
}
.search-details .show-filters {
  font-size: 14px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #000;
  padding: 0 10px;
  transition-duration: 0.3s;
  opacity: 0.4;
  margin-right: 20px;
}
.search-details .show-filters.visible {
  color: #F55D3E;
  font-weight: bold;
  opacity: 1;
  border-color: #F55D3E;
}
@media (max-width: 550px) {
  .search-details .show-filters {
    display: block;
    border: none;
    padding: 0;
    margin: 10px 0;
  }
}
.search-details .search-title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #F55D3E;
  margin-top: 50px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.search-details.top-products {
  text-align: center;
  margin-top: 20px;
}
.search-details.top-products .show-filters {
  float: left;
}
.search-details .orders {
  text-align: right;
  display: inline-block;
  float: right;
}
.search-details .orders .order {
  font-size: 14px;
  font-weight: 500;
}
.search-details .orders .order .control {
  margin-left: 15px;
  height: 30px;
  line-height: 30px;
  outline: none;
  border: 1px solid #F55D3E;
  border-radius: 3px;
  cursor: pointer;
}
.search-details .thumbnails {
  text-align: right;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 550px) {
}
.search-details .thumbnails li {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.search-details .thumbnails li:after {
  content: "→";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  color: #F55D3E;
  transform: scaleX(0.8);
}
.search-details .thumbnails li + li:after {
  display: none;
}
@media (max-width: 550px) {
  .search-details .thumbnails li:first-child {
    display: none;
  }
}
.cb {
  clear: both;
}
.categories-menu {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: left;
  z-index: 180;
  color: inherit;
  height: 50px;
  line-height: 50px;
}
.categories-menu .category-item {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  padding: 0 15px;
  width: 100%;
  transition-duration: 0.3s;
  font-weight: bold;
  opacity: 0.9;
  display: block;
}
.categories-menu .category-item span {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 20px;
}
.categories-menu .category-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.categories-menu .category-item:hover {
  background: #ededed;
}
.categories-menu .tag-items {
  display: flex;
  padding: 5px 20px 10px;
  width: 700px;
  flex-wrap: wrap ;
}
.categories-menu .tag-item {
  background: #959595;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  margin: 2px;
  text-decoration: none;
  border-radius: 5px;
}
.categories-menu .tag-item:hover {
  background-color: #000;
}
.categories-menu .parent-categories {
  position: absolute;
  display: none;
  background: #fff;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.categories-menu .parent-categories .parent-category-content {
  position: relative;
}
.categories-menu .parent-categories .parent-category-content .child-categories {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.categories-menu .parent-categories .parent-category-content:hover .child-categories {
  display: block;
  animation-name: categories;
  animation-duration: 0.5s;
}
.categories-menu:hover .parent-categories {
  display: block;
  animation-name: categories;
  animation-duration: 0.5s;
}
@keyframes categories {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.burger-menu-control {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  vertical-align: middle;
}
.burger-menu-control:before {
  display: block;
  content: "";
  background: #000;
  height: 3px;
  width: 26px;
  position: absolute;
  top: 10px;
  left: 7px;
  box-shadow: 0px 7px #000, 0px 14px #000;
}
.burger-menu {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  cursor: pointer;
}
.burger-menu.home {
  position: absolute;
  top: 30px;
  left: 30px;
}
.burger-menu .control {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
}
.burger-menu .control:before {
  display: block;
  content: "";
  background: #F55D3E;
  height: 3px;
  width: 26px;
  position: absolute;
  top: 10px;
  left: 7px;
  box-shadow: 0px 7px #F55D3E, 0px 14px #F55D3E;
}
.burger-menu.search {
  position: relative;
  float: right;
  margin-top: 12px;
  background: #F55D3E;
}
.burger-menu.search .control {
  background: #F55D3E;
}
.burger-menu.search .control:before {
  background: #fff;
  box-shadow: 0px 7px #fff, 0px 14px #fff;
}
.burger-menu.open {
  background: rgba(0, 0, 0, 0.02);
}
.burger-menu.open .pages {
  display: block;
}
.burger-menu .pages {
  z-index: 999;
  display: none;
  position: absolute;
  background: #fff;
  top: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 550px) {
  .burger-menu .pages {
    right: 0;
  }
}
.burger-menu .pages li {
  display: block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
}
.burger-menu .pages li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 30px 0 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.burger-menu .pages li a:hover {
  background: rgba(0, 0, 0, 0.02);
}
body.search .search-bar {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #F55D3E;
  max-height: 60px;
}
body.search .search-bar .search-bar-container {
  height: 60px;
  line-height: 60px;
}
body.search .search-bar .search-field-container {
  display: inline-block;
  width: 40%;
  max-width: 400px;
  position: relative;
}
body.search .search-bar .logo {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-right: 10px;
}
body.search .search-bar .logo .ico {
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 10px;
  background: #fff;
}
body.search .search-bar .logo .text {
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
}
@media (max-width: 550px) {
  body.search .search-bar .logo .text {
    display: none;
  }
}
body.search .search-bar .text-field {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 550px) {
  body.search .search-bar .text-field {
    font-size: 12px;
  }
}
body.search .search-bar .submit {
  margin-left: 0px;
  font-size: 20px;
}
body.search .search-bar .country-select {
  float: right;
  max-height: 30px;
  border: none;
}
body.search .search-bar .country-select:before {
  color: #fff;
  top: 5px;
  opacity: 0.9;
}
body.search .search-bar .country-select:hover {
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.1);
}
body.search .search-bar .country-select.open {
  max-height: 500px;
}
body.search .search-bar .country-select .country {
  border: none;
  height: 30px;
  line-height: 30px;
  background: #F55D3E;
  color: #fff;
  z-index: 11;
}
body.search .search-bar .country-select .country:hover {
  background: #f67156;
}
@media (max-width: 550px) {
  body.search .search-bar .country-select {
    display: none;
  }
}
body.search .search-categories {
  top: 60px;
  z-index: 11;
}
body.search .search-categories .search-categories-more {
  background: #F55D3E;
  color: rgba(255, 255, 255, 0.5);
}
.search-categories-list-open {
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 20px;
  margin: 0;
  background: transparent;
  border: none;
  color: #fff;
  position: relative;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.search-categories-list-open:after {
  cursor: pointer;
  content: "∨";
  opacity: 0.4;
  transform: scaleX(2);
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
@media (max-width: 550px) {
  .search-categories-list-open {
    margin-top: 5px;
    float: right;
    font-size: 12px;
    padding: 0;
  }
  .search-categories-list-open:before {
    display: none;
  }
}
.search-categories-list-open.main {
  color: #434343;
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 100px;
  left: 0px;
  right: 0px;
}
.search-categories-list-open.main:after {
  position: relative;
  display: inline-block;
  top: auto;
  margin-left: 20px;
}
@media (max-width: 550px) {
  .search-categories-list-open {
    display: none;
  }
}
.search-categories {
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  width: 100%;
  transition-duration: 0.3s;
  position: fixed;
  top: 150px;
  z-index: 12;
}
.search-categories .search-categories-more {
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
  color: rgba(245, 93, 62, 0.5);
  display: none;
}
.search-categories.open {
  max-height: 1000px;
  box-shadow: 0px 10px 2px 1px rgba(0, 0, 0, 0.05);
}
.search-categories.open .search-categories-more {
  color: #fff;
}
.search-categories .search-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px;
}
.search-categories .search-categories-list li {
  cursor: pointer;
  float: left;
  width: 16.66666667%;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
  transition-duration: 0.3s;
  position: relative;
}
.search-categories .search-categories-list li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search-categories .search-categories-list li span {
  position: absolute;
  top: -5px;
  left: 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  opacity: 0.6;
}
.search-categories .search-categories-list li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  width: 100%;
}
.search-categories .search-categories-list li a span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  color: transparent;
}
.search-categories .search-categories-list li a:hover {
  color: #F55D3E;
}
@media (max-width: 800px) {
  .search-categories .search-categories-list li {
    width: 33.33333333%;
    font-size: 10px;
  }
  .search-categories .search-categories-list li a {
    line-height: 12px;
  }
  .search-categories .search-categories-list li a span {
    height: 30px;
  }
}
.offers.side-search {
  z-index: 2;
  padding: 10px 10px 0 10px;
  background: rgba(245, 93, 62, 0.2);
  width: 170px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition-duration: 0.3s;
}
.offers.side-search.right {
  left: auto;
  right: 0;
}
.offers.side-search .sub-title {
  padding: 5px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #F55D3E;
  text-transform: uppercase;
}
.main-search {
  width: 100%;
  overflow: hidden;
  padding: 0 170px;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
}
.main-search.main-search-full {
  padding: 0;
}
@media (max-width: 900px) {
  .main-search {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
  .offers.side-search {
    display: none;
  }
}
.search-widget {
  padding: 20px;
  background: rgba(245, 93, 62, 0.2);
}
.search-widget .sub-title {
  padding: 5px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #F55D3E;
  text-transform: uppercase;
}
.search-panels {
  position: relative;
}
.search-panels.with-filters .main-search {
  padding: 0;
}
.search-panels.with-filters .side-search {
  opacity: 0;
  z-index: 0;
}
.search-panels.with-filters .search-results .filters-group {
  transform: translateX(0%);
  opacity: 1;
}
@media (min-width: 550px) {
  .search-panels.with-filters .search-results .filters-group.auto-height {
    position: relative;
  }
}
.search-panels.with-filters .search-results .offers-container {
  width: 75%;
}
@media (max-width: 550px) {
  .search-panels.with-filters .search-results .filters-group {
    width: 100%;
    box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.1);
  }
  .search-panels.with-filters .search-results .offers-container {
    width: 100%;
  }
}
.filters-group {
  padding: 5px;
}
.filters-group .filters {
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  width: 100%;
  max-height: 48px;
  overflow: hidden;
}
.filters-group .filters.open {
  max-height: 1000px;
}
.filters-group .filters.open .name .fa {
  display: none;
}
.filters-group .filters .name {
  font-weight: bold;
  font-size: 16px;
  color: #F55D3E;
  text-align: right;
  border-bottom: 1px solid #faae9f;
  margin-bottom: 30px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}
.filters-group .filters .name .fa {
  opacity: 0.6;
  float: left;
  font-size: 12px;
  font-weight: 100;
}
.filters-group .filters .filter {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none;
  color: inherit;
}
.filters-group .filters .filter:hover {
  color: #F55D3E;
}
.filters-group .filters .filter.selected {
  color: #F55D3E;
  font-weight: bold;
  position: relative;
}
.filters-group .filters .filter.selected:after {
  content: "×";
  display: inline-block;
  color: #434343;
  float: right;
  font-size: 20px;
  height: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.filters-group .filters .loader {
  display: none;
}
.filters-group .filters.searching {
  text-align: center;
}
.filters-group .filters.searching .filter {
  display: none;
}
.filters-group .filters.searching .loader {
  display: inline-block;
  font-size: 16px;
  opacity: 0.5;
}
.navigation {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.navigation .page {
  font-size: 0px;
  float: left;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.navigation .page:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  transform: rotate(45deg);
  border: 2px solid #F55D3E;
  border-top: none;
  border-right: none;
  margin: 0 20px;
}
.navigation .page.next {
  transform: rotate(180deg);
  float: right;
}
.navigation .page:hover {
  opacity: 0.8;
}
.products-list.top .offers .offer {
  width: 16.66666667%;
}
@media (max-width: 1000px) {
  .products-list.top .offers .offer {
    width: 25%;
  }
}
@media (max-width: 850px) {
  .products-list.top .offers .offer {
    width: 33.33333333%;
  }
}
@media (max-width: 650px) {
  .products-list.top .offers .offer {
    width: 100%;
  }
}
.offers {
  display: flex;
  width: 100%;
  margin: 0 -5px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.offers .vars {
  background: rgba(0, 0, 0, 0.7);
  display: table;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  text-align: center;
  bottom: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.offers .vars .vars-group {
  display: table-cell;
  vertical-align: middle;
}
.offers .vars .offer {
  display: inline-block;
  float: none;
}
.offers .offer {
  padding: 5px;
  margin: 0;
  display: block;
  width: 20%;
}
@media (max-width: 1000px) {
  .offers .offer {
    width: 20%;
  }
}
@media (max-width: 850px) {
  .offers .offer {
    width: 25%;
  }
}
@media (max-width: 650px) {
  .offers .offer {
    width: 50%;
  }
}
.offers .offer.fill {
  width: 100%;
}
.offers .offer .piph {
  background-image: url("product-image-placeholder.gif");
}
.offers .offer .content {
  border: 1px solid rgba(245, 93, 62, 0.2);
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  transition-duration: 0.3s;
  cursor: pointer;
  padding: 5px;
  height: 250px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
}
.offers .offer .content:hover {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.offers .offer .content .vars-count {
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #F55D3E;
  background-size: 100%;
  background-image: url("price-tag.png");
  background-position: top 0px left 0px;
  background-repeat: no-repeat;
  bottom: 5px;
  right: 5px;
  opacity: 0.8;
}
.offers .offer .content .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.offers .offer .content .title {
  text-align: center;
  text-decoration: none;
  color: #F55D3E;
  font-size: 14px;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  display: block;
}
.offers .offer .content .image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: center;
}
.offers .offer .content .price {
  color: #F55D3E;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.offers .offer .content .cta {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #F55D3E;
  border: 1px solid #F55D3E;
  padding: 0 20px;
  border-radius: 3px;
  border: none;
  font-size: 13px;
  margin-top: 5px;
}
.offers .offer .content .cta:hover {
  background: #fff;
  color: #F55D3E;
}
.offers .offer .content .merchant {
  display: block;
  color: rgba(67, 67, 67, 0.5);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin-top: 15px;
  height: 20px;
}
.offers .offer .content:after {
  font-size: 12px;
  font-weight: bold;
  color: #F55D3E;
  position: absolute;
  bottom: 7px;
  right: 7px;
  opacity: 0.4;
}
.offers .offer.a_offer .content .merchant {
  font-size: 12px;
  text-transform: capitalize;
}
.offers .offer.a_offer .content:after {
  content: "A";
}
.offers .offer.v_offer .content .merchant {
  font-size: 12px;
  text-transform: capitalize;
}
.offers .offer.v_offer .content:after {
  content: "V";
}
.offers .offer.k_offer .content .merchant {
  font-size: 12px;
  text-transform: capitalize;
}
.offers .offer.k_offer .content:after {
  content: "K";
}
.offers .offer.e_offer .content .merchant {
  font-size: 12px;
  text-transform: capitalize;
}
.offers .offer.e_offer .content:after {
  content: "E";
}
.offers .offer.ts_offer .content .cta {
  background: rgba(245, 93, 62, 0.4);
}
.offers .offer.ts_offer .content:after {
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 100%;
  background-image: url("best-seller.png");
}
.offers .loader {
  display: none;
}
.offers .no-offers {
  font-size: 50px;
  width: 50%;
  margin: 50px auto;
  color: #F55D3E;
  opacity: 0.4;
  text-align: center;
}
.offers.searching {
  text-align: center;
}
.offers.searching .offer {
  display: none;
}
.offers.searching .loader {
  margin: 100px 0;
  display: inline-block;
  opacity: 0.4;
}
.offers.searching .no-offers {
  display: none;
}
.offers-container .top-merchants {
  margin-top: 60px;
  text-align: center;
}
.offers-container .top-merchants .more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #F55D3E;
  color: #fff;
  padding: 0 30px;
  border-radius: 3px;
  border: 1px solid #F55D3E;
  margin-top: 40px;
  font-size: 14px;
  cursor: pointer;
  transition-duration: 0.3s;
  outline: none;
}
.offers-container .top-merchants .more.loading {
  background-color: #fff;
  background-image: url("product-image-placeholder.gif");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  border-color: transparent;
}
.offers-container .top-merchants .more.loading:hover {
  color: transparent;
}
.offers-container .top-merchants .more:hover {
  color: #F55D3E;
  background-color: #fff;
}
.offers-home {
  padding: 40px 0;
}
body.export {
  overflow: auto;
}
.exp-header {
  padding: 0 40px;
}
.exp-header .title {
  font-weight: 100;
  font-size: 30px;
  text-align: right;
}
.exp-header .title span {
  font-weight: bold;
  color: #F55D3E;
}
.exp-controls {
  padding: 40px;
  text-align: center;
}
.exp-controls .status {
  padding: 20px 0;
}
.exp-controls .status .message {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.exp-controls .status .progress {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.exp-controls .status .progress span {
  font-weight: bold;
  color: #F55D3E;
}
.merchants {
  box-sizing: border-box;
  margin: 40px auto;
  width: 90%;
  border-collapse: collapse;
}
.merchants td {
  border: 1px solid #F55D3E;
  height: 30px;
  line-height: 30px;
  padding: 5px;
}
.merchants .head td {
  background: #F55D3E;
  color: #fff;
  font-weight: bold;
}
.merchants .entry td:nth-child(5),
.merchants .entry td:nth-child(6) {
  text-transform: capitalize;
}
.deals .section {
  background: #F4F4F4;
  overflow: hidden;
  padding: 40px 0;
}
.deals .section-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #F55D3E;
  margin-top: 50px;
  margin-bottom: 10px;
}
.deals .no-merchant {
  text-align: center;
  padding-top: 20px;
  font-weight: normal;
  font-size: 20px;
  opacity: 0.4;
  text-transform: uppercase;
  height: 700px;
}
.deals .merchant-details hr {
  margin: 50px 0;
  display: block;
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.deals .merchant-details .identity {
  display: inline-block;
  width: 100%;
}
.deals .merchant-details .identity .name {
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  margin-top: 60px;
  font-size: 30px;
}
.deals .merchant-details .identity .name strong {
  text-transform: uppercase;
}
.deals .merchant-details .identity .mlogo {
  float: right;
  height: 150px;
  width: 150px;
  display: inline-block;
  background-size: 90%;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 1px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .deals .merchant-details .identity {
    text-align: center;
  }
  .deals .merchant-details .identity .name {
    display: none;
  }
  .deals .merchant-details .identity .mlogo {
    float: none;
    background-position: center right;
  }
}
.deals .merchant-details .description {
  color: #255F85;
}
.deals .merchant-details .visit {
  height: 40px;
  line-height: 40px;
  background: #F55D3E;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 3px;
  margin: 20px 0;
  cursor: pointer;
}
.deals .merchant-details .offers {
  margin-top: 30px;
}
.deals .all-merchants {
  text-align: center;
  padding: 50px 0 20px;
}
.deals .all-merchants .get-all-merchants-action {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #F55D3E;
  border: 1px solid #F55D3E;
  padding: 0 40px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition-duration: 0.3s;
  transform: scale(1);
}
.deals .all-merchants .get-all-merchants-action:hover {
  background: #fff;
  color: #F55D3E;
}
.deals .all-merchants .get-all-merchants-action.loading {
  background-color: #fff;
  color: transparent;
  background-image: url("product-image-placeholder.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px;
}
.deals .all-merchants .get-all-merchants-action.hide {
  transform: scale(0);
}
.deals .offers-list {
  display: inline-block;
  width: 100%;
}
.deals .offers-list .offer {
  width: 50%;
  float: left;
  padding: 5px;
}
@media (max-width: 850px) {
  .deals .offers-list .offer {
    width: 100%;
  }
}
.deals .offers-list .offer .details {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  transition-duration: 0.3s;
  cursor: pointer;
  padding: 10px 50px;
  position: relative;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: right 10px bottom 10px;
  overflow: hidden;
  text-align: left;
}
.deals .offers-list .offer .details:hover {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.deals .offers-list .offer .details:before {
  content: "";
  background-image: url(sales.png);
  height: 100px;
  width: 100px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  opacity: 0.1;
  display: none;
}
.deals .offers-list .offer .details.code:before {
  background-image: url(coupon.png);
  left: auto;
  top: auto;
  left: -10px;
  bottom: -10px;
}
.deals .offers-list .offer .details.unvalid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #BFBFBF;
  opacity: 0.6;
}
.deals .offers-list .offer .details .sticker {
  display: inline-block;
  color: #F55D3E;
  white-space: nowrap;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: left;
  font-weight: bold;
  opacity: 0.2;
}
.deals .offers-list .offer .details .title {
  color: #255F85;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 10px;
  height: 29px;
  overflow: hidden;
}
.deals .offers-list .offer .details .date {
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.6;
  color: #000;
}
.deals .offers-list .offer .details .description {
  font-size: 14px;
  height: 56px;
  overflow: hidden;
  margin: 10px 0;
  font-weight: bold;
  opacity: 0.8;
}
.deals .offers-list .offer .details .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  z-index: 2;
}
.deals .offers-list .offer .details .cta {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #F55D3E;
  border: 1px solid #F55D3E;
  padding: 0 20px;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  margin-top: 5px;
}
.deals .offers-list .offer .details .cta:hover {
  background: #fff;
  color: #F55D3E;
}
.empty-deals {
  text-align: center;
  margin: 100px 0 300px;
  text-transform: uppercase;
  font-size: 15px;
  opacity: 0.4;
}
.merchants-list {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0px;
}
.merchants-list .merchant {
  cursor: pointer;
  width: 16.66666667%;
  display: inline-block;
}
@media (max-width: 1000px) {
  .merchants-list .merchant {
    width: 20%;
  }
}
@media (max-width: 850px) {
  .merchants-list .merchant {
    width: 33.33333333%;
  }
}
@media (max-width: 650px) {
  .merchants-list .merchant {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .merchants-list .merchant {
    width: 100%;
  }
}
.merchants-list .merchant .details {
  height: 150px;
  line-height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
@media (max-width: 550px) {
  .merchants-list .merchant .details {
    background-size: auto 70%;
  }
}
.merchants-list .merchant .details .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: transparent;
}
.merchants-list .merchant .details:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.code-modal-mask {
  position: fixed;
  display: table;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  transition-duration: 0.3s;
}
.code-modal-mask.active {
  display: table;
}
.code-modal-mask.visible {
  opacity: 1;
}
.code-modal-mask .code-modal-container {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.code-modal-mask .code-modal-container .code-modal {
  background: #fff;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0px 0px;
  border-radius: 3px;
  position: relative;
}
.code-modal-mask .code-modal-container .code-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.4;
  cursor: pointer;
}
.code-modal-mask .code-modal-container .code-modal .details {
  display: inline-block;
  position: relative;
  padding: 2px 5px 2px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  height: 46px;
}
.code-modal-mask .code-modal-container .code-modal .details .mlogo {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.code-modal-mask .code-modal-container .code-modal .details .code {
  min-height: 40px;
  max-height: 40px;
  line-height: 40px;
  overflow: hidden;
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  opacity: 0.4;
}
.code-modal-mask .code-modal-container .code-modal .details .copy {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 36px;
  line-height: 36px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  border-radius: 3px;
  color: #fff;
  background: #F55D3E;
}
.code-modal-mask .code-modal-container .code-modal .details .copy:hover {
  color: #F55D3E;
  background: #fff;
}
.code-modal-mask .code-modal-container .code-modal .details:after {
  content: "";
  display: block;
  height: 46px;
  width: 250px;
  position: absolute;
  top: 0;
  left: 50px;
}
.code-modal-mask .code-modal-container .code-modal .additional .visit {
  height: 40px;
  line-height: 40px;
  background: #F55D3E;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 3px;
  margin: 20px 0;
  cursor: pointer;
}
.code-modal-mask .code-modal-container .code-modal .additional .description {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 12px;
}
.code-modal-mask .code-modal-container .code-modal.loading {
  overflow: hidden;
}
.code-modal-mask .code-modal-container .code-modal.loading:after {
  position: absolute;
  content: "";
  background-image: url("product-image-placeholder.gif");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.code-modal-mask .code-modal-container .code-modal.copied .details .copy {
  background: #83C70C;
  font-size: 0;
}
.code-modal-mask .code-modal-container .code-modal.copied .details .copy:before {
  content: "✔";
  font-size: 15px;
}
.code-modal-mask .code-modal-container .code-modal.copied .details .copy:hover {
  color: #fff;
}
.products-list {
  display: inline-block;
  width: 100%;
}
.products-list .product {
  display: inline-block;
  width: 16.66666667%;
  float: left;
  padding: 5px;
}
@media (max-width: 300px) {
  .products-list .product {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .products-list .product {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .products-list .product {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .products-list .product {
    width: 25%;
  }
}
.products-list .product .details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 250px;
  padding: 40px 10px 20px;
  position: relative;
  opacity: 0.8;
  transition-duration: 0.3s;
}
.products-list .product .details .image {
  height: 100px;
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.products-list .product .details .title {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.products-list .product .details .price {
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #F55D3E;
}
.products-list .product .details .merchant {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  position: absolute;
  height: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}
.products-list .product .details .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.products-list .product .details:hover {
  opacity: 1;
}
.category-title {
  color: #F55D3E;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  font-size: 40px;
  text-transform: uppercase;
}
.category {
  margin-top: 20px;
}
.category .nos-merchants {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0px;
  padding: 20px 0;
}
.category .nos-merchants .merchant {
  cursor: pointer;
  width: 16.66666667%;
  display: inline-block;
}
@media (max-width: 1000px) {
  .category .nos-merchants .merchant {
    width: 20%;
  }
}
@media (max-width: 850px) {
  .category .nos-merchants .merchant {
    width: 33.33333333%;
  }
}
@media (max-width: 650px) {
  .category .nos-merchants .merchant {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .category .nos-merchants .merchant {
    width: 100%;
  }
}
.category .nos-merchants .merchant .details {
  height: 150px;
  line-height: 150px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
@media (max-width: 550px) {
  .category .nos-merchants .merchant .details {
    background-size: auto 70%;
  }
}
.category .nos-merchants .merchant .details .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: transparent;
}
.category .nos-merchants .merchant .details:hover {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.category .products .offer .details {
  padding-right: 140px;
  height: 200px;
  background-position: right 10px top 40px;
  background-size: 100px;
}
.category .products .offer .details .sticker {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  right: 5px;
  opacity: 0.5;
}
.comparateur-primary .group {
  padding: 60px 0;
}
.comparateur-primary .group table {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 12px;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.comparateur-primary .group table tr td {
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.comparateur-primary .group table tr td .merchant-logo {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.comparateur-primary .group table tr td:nth-child(1) {
  width: 200px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
}
.comparateur-primary .group table tr td:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(245, 93, 62, 0.2);
  transition-duration: 0.3s;
}
.comparateur-primary .group table tr:hover td:after {
  opacity: 1;
}
.comparateur-primary .group table tr:nth-child(1) td {
  background: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.comparateur-primary .group table tr:nth-child(1):hover td:after {
  opacity: 0;
}
.comparateur-primary .group:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
#more-new-arrivals {
  display: block;
  background: #F55D3E;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 40px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
#more-new-arrivals:hover {
  background: #f44926;
}
.new_arrivals-section {
  background: #E9E9E9;
}
.new_arrivals {
  position: relative;
  padding-bottom: 100px;
}
.new_arrivals .pl-loading {
  z-index: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: #F55D3E;
  display: none;
}
.new_arrivals.loading .pl-loading {
  display: block;
}
.new_arrivals .product,
.new_arrivals .pl-grid-sizer {
  width: 25%;
}
@media (max-width: 550px) {
  .new_arrivals .product,
  .new_arrivals .pl-grid-sizer {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .new_arrivals .product,
  .new_arrivals .pl-grid-sizer {
    width: 33.33333333%;
  }
}
.new_arrivals .product {
  padding: 10px;
}
.new_arrivals .product .content {
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  padding-bottom: 20px;
  transition-duration: 0.3s;
  overflow: hidden;
}
.new_arrivals .product .content .date {
  position: absolute;
  z-index: 16;
  top: 20px;
  right: 20px;
  color: #787878;
  font-size: 20px;
  display: none;
}
.new_arrivals .product .content .image {
  padding: 10px;
  overflow: hidden;
  transition-duration: 0.3s;
}
.new_arrivals .product .content .image img {
  border-radius: 5px;
  width: 100%;
  transition-duration: 0.3s;
  transform: scale(1);
}
.new_arrivals .product .content .merchant {
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 12px;
}
.new_arrivals .product .content .title {
  display: block;
  padding: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.new_arrivals .product .content .price {
  position: relative;
}
.new_arrivals .product .content .price .new {
  font-size: 18px;
  font-weight: bold;
}
.new_arrivals .product .content .price .old {
  font-size: 14px;
  text-decoration: line-through;
}
.new_arrivals .product .content .price .delivery {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  opacity: 0.4;
}
.new_arrivals .product .content .price .rebate {
  background: #F55D3E;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 3px;
  font-weight: bold;
}
.new_arrivals .product .content .link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  z-index: 15;
  display: none;
}
.new_arrivals .product .content:hover {
  border-color: #F55D3E;
  background: #fff;
}
.new_arrivals .product .content:hover .image img {
  transform: scale(1.2);
}
.new_arrivals .product .content:hover .date {
  display: block;
}
.new_arrivals .product .content:hover .link {
  display: block;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  right: -5px;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  white-space: nowrap;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cookies {
  position: fixed;
  bottom: 15px;
  left: 10px;
  right: 10px;
  background: #F55D3E;
  color: #fff;
  z-index: 10;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  transform: translateY(150px);
}
.cookies.visible {
  transform: translateY(0);
}
.cookies .msg {
  padding: 15px 35px 15px 20px;
  margin: 0;
  position: relative;
}
.cookies .close {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  border-radius: 20px;
  font-size: 14px;
  transition-duration: 0.3s;
  cursor: pointer;
}
.cookies .close:hover {
  background: #fff;
  color: #F55D3E;
}
.footer {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.footer .rights {
  opacity: 0.6;
  float: left;
  padding: 0;
  margin: 0;
}
.footer .links {
  float: right;
  padding: 0;
  margin: 0;
}
.footer .links a {
  opacity: 0.6;
  text-decoration: none;
  color: #F55D3E;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
}
.footer .links a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 550px) {
  .footer {
    line-height: 30px;
    padding: 20px 0;
  }
  .footer .rights {
    float: none;
    text-align: center;
  }
  .footer .links {
    float: none;
    text-align: center;
  }
}
/*==================================
=            Components            =
==================================*/
#autocomplete_container {
  position: absolute;
  background: #ffffff;
  top: 55px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  max-height: 500px;
  overflow-x: hidden;
  overflow: hidden;
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
}
#autocomplete_container li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  transition-duration: 0.3s;
}
#autocomplete_container li:hover {
  background: #EEEEEE;
}
#autocomplete_container.visible {
  display: block;
}
#autocomplete_container.home {
  top: 70px;
  text-align: left;
}
.top-scroll {
  position: fixed;
  bottom: 10px;
  right: -50px;
  text-align: center;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: 99999999999999999999999;
  padding: 10px;
}
.top-scroll.visible {
  opacity: 1;
  right: 20px;
}
.top-scroll .fa {
  background: #f8866e;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 47px;
  color: #fff;
  font-size: 30px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition-duration: 0.3s;
}
.top-scroll .fa:hover {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  background: #F55D3E;
  transform: scale(1.1);
}
.country-select {
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  border-color: #fff;
  padding: 0;
  transition-duration: 0.5s;
  max-height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 90;
}
.country-select:before {
  cursor: pointer;
  content: "∨";
  opacity: 0.2;
  transform: scaleX(2);
  position: absolute;
  top: 5px;
  right: 10px;
  color: #434343;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.country-select.open {
  max-height: 500px;
  border-color: #f0f0f0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.country-select.open:before {
  opacity: 0.4;
}
.country-select .country {
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 30px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  text-align: left;
  transition-duration: 0.3s;
  cursor: pointer;
}
.country-select .country:hover {
  background: #f0f0f0;
}
.country-select .country:last-child {
  border-bottom: none;
}
@media (max-width: 800px) {
  .country-select:before {
    display: none;
  }
  .country-select .country {
    padding: 0 10px;
    font-size: 0;
  }
  .country-select .country .flag {
    margin: 10px 0 0 0;
  }
}
.flag {
  margin-right: 20px;
}
.text-field {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border: none;
  border-radius: 3px;
  color: #434343;
  outline: none;
  vertical-align: middle;
  width: 70%;
  max-width: 500px;
}
.btn-field {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #F55D3E;
  border: none;
  border-radius: 3px;
  transition-duration: 0.3s;
  cursor: pointer;
  color: #fff;
  outline: none;
  vertical-align: middle;
}
.btn-field:hover {
  background-color: #f44926;
}
.loader {
  color: #F55D3E;
  transition-duration: 0.3s;
}
body * {
  box-sizing: border-box;
}
.field {
  position: relative;
  height: 72px;
  padding: 16px 0 8px 0;
}
.field .field-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 16px;
  color: #bfbfbf;
  font-weight: 400;
  display: block;
  transform: translateY(24px);
  transform-origin: 0 50%;
  transition: transform 0.3s;
  text-align: left;
}
.field .field-input {
  position: relative;
  background: transparent;
  line-height: 16px;
  height: 32px;
  padding: 8px 0;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  font-size: 16px;
  -webkit-apearance: none;
}
.field::after,
.field::before {
  content: "";
  height: 2px;
  background-color: #e7e7e7;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.field::after {
  background-color: #F55D3E;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.field.has-label .field-label {
  transform: translateY(0) scale(0.75);
}
.field.is-focused .field-label {
  color: #F55D3E;
}
.field.is-focused::after {
  transform: scaleX(1);
}
/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url('flags.png') no-repeat;
}
.flag.flag-de {
  background-position: 0 -11px;
}
.flag.flag-cz {
  background-position: -64px 0;
}
.flag.flag-se {
  background-position: -16px -33px;
}
.flag.flag-br {
  background-position: -32px 0;
}
.flag.flag-no {
  background-position: -64px -22px;
}
.flag.flag-es {
  background-position: -48px -11px;
}
.flag.flag-it {
  background-position: -32px -22px;
}
.flag.flag-ie {
  background-position: -16px -22px;
}
.flag.flag-nl {
  background-position: -48px -22px;
}
.flag.flag-fr {
  background-position: 0 -22px;
}
.flag.flag-dk {
  background-position: -16px -11px;
}
.flag.flag-ru {
  background-position: 0 -33px;
}
.flag.flag-ch {
  background-position: -48px 0;
}
.flag.flag-at {
  background-position: 0 0;
}
.flag.flag-uk {
  background-position: -32px -11px;
}
.flag.flag-us {
  background-position: -32px -33px;
}
.flag.flag-pl {
  background-position: -48px -33px;
}
.flag.flag-ca {
  background-position: -64px -33px;
}
.flag.flag-au {
  background-position: 0px -44px;
}
.flag.flag-be {
  background-position: -16px 0;
}
.flag.flag-fi {
  background-position: -64px -11px;
}
