.not-home-page-content .coupon-open-veil,
.not-home-page-content .coupon-open-window-wrapper {
  display: none;
}
body > .veil {
  display: none;
  /*display: table;*/
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  left: 0;
  background: #ffffff;
  border: none;
}
body > .veil.ajax {
  display: table !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
.veil > * {
  border: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}
.veil .spinner-wrapper > span {
  background: url("images/spinner.gif") no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 66px;
}
/* BEGIN Light */
@font-face {
  font-family: "Open Sans Light";
  src: url("fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: "Open Sans Regular";
  src: url("fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: "Open Sans Semibold";
  src: url("fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: "Open Sans Bold";
  src: url("fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* END Bold */
/* BEGIN Extrabold */
@font-face {
  font-family: "Open Sans ExtraBold";
  src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* END Extrabold */
.default-font,
body {
  font-family: 'Open Sans Regular';
  font-weight: 400;
  font-size: 14px;
}
input {
  -webkit-appearance: none;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  background: white;
  margin: 0;
  padding: 0;
  text-align: left;
}
body > #wrapper {
  background-color: white;
  display: table;
  height: 100%;
  width: 100%;
}
body > #wrapper > .content {
  display: table-row;
  height: 100%;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}
img {
  border: none;
}
a,
button,
select,
option,
input[type="button"],
input[type="submit"],
label {
  cursor: pointer;
}
label {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
fieldset,
form,
ul,
ol,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
}
a,
label,
input,
textarea,
button,
select {
  outline: none !important;
}
textarea {
  resize: none;
}
img.alignleft {
  float: left;
}
img.alignright {
  float: right;
}
button,
input[type='button'],
input[type='submit'] {
  transition: 0.3s;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover {
  transition: 0.3s;
}
.page {
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.two-column > * {
  display: inline-block;
  vertical-align: top;
}
.two-column .first-column {
  float: left;
}
.two-column .second-column {
  float: right;
}
#responsive-button-wrapper {
  display: none;
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  vertical-align: top;
  width: 100%;
}
#responsive-button {
  display: none;
  border: 3px solid white;
  background: white;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#responsive-button i {
  font-size: 32px;
  color: #28D5E8;
}
.widget > .textwidget img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.widget > .textwidget > h3 {
  font-family: "Open Sans Bold";
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.widget > .textwidget.shop-single-logo {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 50px 0;
}
.widget > .textwidget.shop-single-logo a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  font-weight: 400;
}
.widget > .textwidget.shop-single-logo a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.widget > .textwidget.shop-single-logo a:hover .shop-single-link {
  transition: 0.3s;
  border-color: orange;
}
.widget > .textwidget.shop-single-logo .shop-single-link {
  padding: 0 20px;
}
.widget > .textwidget.shop-single-logo .shop-single-link img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.widget > .textwidget.shop-single-logo .shop-single-link {
  border: 2px solid #28D5E8;
  padding: 11px 40px;
  border-radius: 7px;
  margin-top: 10px;
  transition: 0.3s;
}
/* header */
#main-header {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 10;
}
#main-header + * {
  margin-top: 180px;
}
#main-header #main-header-top {
  display: block;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #d4d4d5;
}
#main-header #main-header-top .page {
  text-align: center;
}
#main-header #main-header-top .socials {
  height: 100%;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  left: 0;
  top: 0;
  font-size: 0;
  width: 18%;
  left: 6%;
}
#main-header #main-header-top .socials > * {
  vertical-align: middle;
  display: inline-block;
}
#main-header #main-header-top .socials:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#main-header #main-header-top .socials a {
  display: block;
  width: 36px;
  height: 36px;
}
#main-header #main-header-top .socials li {
  margin: 0 4.5% 0 4.5%;
}
#main-header #main-header-top .socials .fb > a {
  background: url("images/icons/soc-fb-header.png") no-repeat;
}
#main-header #main-header-top .socials .tw > a {
  background: url("images/icons/soc-tw-header.png") no-repeat;
}
#main-header #main-header-top .socials .in > a {
  background: url("images/icons/soc-in-header.png") no-repeat;
}
#main-header #main-header-top .socials a:hover {
  opacity: 0.8;
}
#main-header #main-header-top #main-header-logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100000;
}
#main-header #main-header-top #main-header-logo img {
  width: 275px;
}
#main-header #main-header-top #main-header-logo a {
  background: white;
  display: inline-block;
  vertical-align: top;
}
#main-header #main-header-top #main-header-logo .page {
  position: relative;
  z-index: -1;
}
#main-header #main-header-top .find-input {
  height: 100%;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  right: 5.8%;
  top: 0;
}
#main-header #main-header-top .find-input > * {
  vertical-align: middle;
  display: inline-block;
}
#main-header #main-header-top .find-input:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#main-header #main-header-top .find-input .form {
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  padding: 0 8px 0 12px;
  font-size: 0;
}
#main-header #main-header-top .find-input button,
#main-header #main-header-top .find-input input {
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  height: 25px;
  padding: 0;
}
#main-header #main-header-top .find-input input[type="text"] {
  width: 130px;
  box-sizing: border-box;
}
#main-header #main-header-top .find-input button,
#main-header #main-header-top .find-input input[type="button"],
#main-header #main-header-top .find-input input[type="submit"] {
  background: url("images/icons/find-button-color.png") 50% 50% no-repeat;
  width: 25px;
}
#main-header #main-header-top .find-input button:hover,
#main-header #main-header-top .find-input input[type="button"]:hover,
#main-header #main-header-top .find-input input[type="submit"]:hover {
  opacity: 0.6;
}
#main-header-menu-top,
#main-header-menu {
  display: block;
  text-align: center;
  position: static;
}
#main-header-menu-top ul,
#main-header-menu ul {
  list-style: none;
}
#main-header-menu-top > ul,
#main-header-menu > ul {
  display: inline-block;
  vertical-align: top;
}
#main-header-menu-top > ul.holiday a,
#main-header-menu > ul.holiday a {
  color: #f56b53;
}
#main-header-menu-top > ul > li,
#main-header-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin: -1px 15px 0 0;
  border-top: 1px solid transparent;
}
#main-header-menu-top > ul > li.menu-item-has-children:hover ul,
#main-header-menu > ul > li.menu-item-has-children:hover ul {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50px;
  background: white;
  border-radius: 5px;
  border: 2px solid #28D5E8;
  width: 300px;
  text-align: left;
  padding: 10px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  height: 150px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.2);
  -ms-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.2);
}
#main-header-menu-top > ul > li.menu-item-has-children:hover ul > li > a,
#main-header-menu > ul > li.menu-item-has-children:hover ul > li > a {
  color: #1d1d1d;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px 5px 15px;
  border-radius: 13px;
  font-family: "Open Sans Regular";
  font-size: 14px;
  font-weight: 400;
  transition: 0.1s;
}
#main-header-menu-top > ul > li.menu-item-has-children:hover ul > li > a:hover,
#main-header-menu > ul > li.menu-item-has-children:hover ul > li > a:hover {
  transition: 0.1s;
}
#main-header-menu-top > ul > li.menu-item-has-children:hover ul > li > a:hover,
#main-header-menu > ul > li.menu-item-has-children:hover ul > li > a:hover {
  background: #28D5E8;
  color: white;
}
#main-header-menu-top > ul > li.menu-item-has-children:hover > a:after,
#main-header-menu > ul > li.menu-item-has-children:hover > a:after {
  color: #28D5E8;
}
#main-header-menu-top > ul > li.menu-item-has-children > a:after,
#main-header-menu > ul > li.menu-item-has-children > a:after {
  content: "▼";
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  padding-left: 5px;
  padding-top: 3px;
  color: #1d1d1d;
}
#main-header-menu-top > ul > li:hover,
#main-header-menu > ul > li:hover,
#main-header-menu-top > ul > li.current-menu-item,
#main-header-menu > ul > li.current-menu-item {
  border-color: #28D5E8;
}
#main-header-menu-top > ul > li:hover > a,
#main-header-menu > ul > li:hover > a,
#main-header-menu-top > ul > li.current-menu-item > a,
#main-header-menu > ul > li.current-menu-item > a {
  color: #28D5E8;
}
#main-header-menu-top > ul > li:hover > a:after,
#main-header-menu > ul > li:hover > a:after,
#main-header-menu-top > ul > li.current-menu-item > a:after,
#main-header-menu > ul > li.current-menu-item > a:after {
  color: #28D5E8;
}
#main-header-menu-top > ul > li > a,
#main-header-menu > ul > li > a {
  color: #3c3d41;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans Bold";
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 22px 0 22px 0;
  transition: 0.2s;
}
#main-header-menu-top > ul > li > a:hover,
#main-header-menu > ul > li > a:hover {
  transition: 0.2s;
}
#main-header-menu-top > ul > li ul,
#main-header-menu > ul > li ul {
  display: none;
}
.no-front-page #main-header {
  padding-top: 10px;
}
.no-front-page #main-header #main-header-top {
  border-bottom: none;
  padding: 0;
}
.no-front-page #main-header #main-header-top #main-header-logo {
  float: left;
  margin-left: 10px;
}
.no-front-page #main-header #main-header-top #main-header-logo img {
  max-width: 200px;
  height: auto !important;
}
.no-front-page #main-header #main-header-menu {
  display: none;
}
.no-front-page #main-header #main-header-menu-top {
  display: inline-block;
  float: right;
}
.no-front-page #main-header #main-header-menu-top ul li a {
  font-size: 12px;
}
.no-front-page #main-header #main-header-menu-top > ul > li {
  padding-bottom: 15px;
}
.no-front-page #main-header #main-header-menu-top > ul > li.menu-item-has-children a:after {
  padding-top: 0;
}
.no-front-page #main-header #main-header-menu-top > ul > li > a {
  padding: 15px 0;
}
.no-front-page .page.wrapper-find-box {
  display: none;
}
.no-front-page .header-finder {
  display: inline-block;
  vertical-align: top;
  width: 37%;
}
.no-front-page .header-finder .wrapper-find-box {
  display: inline-block;
  max-width: none;
}
.no-front-page .header-finder .wrapper-find-box .find-box {
  margin: 0;
}
.no-front-page .header-finder .wrapper-find-box .find-box form {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px 0 22px;
}
.no-front-page .header-finder .wrapper-find-box .find-box button {
  background-size: 100%;
}
.no-front-page .header-finder .wrapper-find-box .find-box .find-box-finder {
  left: 0;
  width: 100%;
}
body.scroll #main-header {
  background: white;
  position: fixed;
  z-index: 100;
  transition: 0.3s;
  left: 0;
  top: 0;
  height: 60px;
  padding-top: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
  -ms-box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.2);
}
body.scroll #main-header #main-header-top {
  border: none;
  padding: 10px 0 0 0;
}
body.scroll #main-header #main-header-top #main-header-logo {
  transition: 0.3s;
  top: 0;
  left: 0;
  height: 100%;
}
body.scroll #main-header #main-header-top #main-header-logo img {
  height: 50px;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
body.scroll #main-header #main-header-menu {
  box-sizing: border-box;
  height: 100%;
  text-align: right;
}
body.scroll #main-header #main-header-menu > * {
  vertical-align: middle;
  display: inline-block;
}
body.scroll #main-header #main-header-menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body.scroll #main-header #main-header-menu ul {
  transition: 0.3s;
}
body.scroll .front-page #main-header #main-header-top {
  padding: 0;
}
body.scroll .front-page #main-header #main-header-top #main-header-logo {
  top: 5px;
  position: absolute;
  left: 10px;
}
#infografica {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
#infografica li {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 33.33%;
}
#infografica li img {
  width: 100%;
  height: auto;
  display: block;
}
#main-slider {
  max-width: 960px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
  vertical-align: top;
  overflow: hidden;
}
#main-slider .flex-viewport {
  max-width: 100%;
}
#main-slider ul {
  list-style: none;
  position: relative;
  display: inline-block;
  font-size: 0;
}
#main-slider ul.slides li {
  max-width: 100%;
  display: none;
}
#main-slider ul.slides li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#main-slider ul.slides li:first-child {
  display: inline-block;
  vertical-align: top;
}
#main-slider .flex-direction-nav {
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main-slider .flex-direction-nav li > a {
  bottom: 160px;
  width: 84px;
  height: 84px;
  display: inline-block;
  position: absolute;
  font-size: 0;
  text-indent: 9999px;
}
#main-slider .flex-direction-nav li > a:hover {
  opacity: 0.8;
}
#main-slider .flex-direction-nav li > a.flex-prev {
  left: 2.2%;
  background: url("images/round-prev.png") no-repeat;
}
#main-slider .flex-direction-nav li > a.flex-next {
  right: 2.2%;
  background: url("images/round-next.png") no-repeat;
}
#main-slider .flex-control-nav {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  /* background: #54555a; */
  font-size: 0;
  padding: 3px 13px 3px 13px;
  border-radius: 11px;
  margin-top: 10px;
}
#main-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 10px 0 10px;
  vertical-align: top;
}
#main-slider .flex-control-nav li a {
  display: inline-block;
  vertical-align: top;
  background: rgba(146, 146, 146, 0.16);
  border: 1px solid rgba(146, 146, 146, 0.16);
  width: 17px;
  height: 17px;
  border-radius: 17px;
  font-size: 0;
  text-indent: 9999px;
}
#main-slider .flex-control-nav li a.flex-active,
#main-slider .flex-control-nav li a:hover {
  background: #28D5E8;
}
.wrapper-find-box {
  z-index: 9;
}
.find-box {
  display: block;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.find-box .find-box-finder {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 56.2%;
  left: 21.9%;
  top: 55px;
  border: 3px solid #28D5E8;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  -ms-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
}
.find-box .find-box-finder.none {
  display: none;
}
.find-box .find-box-finder ul {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}
.find-box .find-box-finder ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #d4d4d5;
  box-sizing: border-box;
}
.find-box .find-box-finder ul li:last-child {
  border-bottom: none;
}
.find-box .find-box-finder ul li a {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: white;
  color: #7DDAE8;
  font-size: 14px;
  font-family: "Open Sans SemiBold";
  font-weight: 400;
}
.find-box .find-box-finder ul li a > * {
  vertical-align: middle;
  display: inline-block;
}
.find-box .find-box-finder ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.find-box .find-box-finder ul li a.active,
.find-box .find-box-finder ul li a:active,
.find-box .find-box-finder ul li a:focus,
.find-box .find-box-finder ul li a:hover {
  transition: 0s;
  border-color: #28D5E8;
  background: #eeeeee !important;
}
.find-box .find-box-finder ul li a span {
  color: grey;
}
.find-box .find-box-finder ul li a img {
  height: 90%;
  width: auto;
  padding-right: 20px;
}
.find-box form {
  display: inline-block;
  vertical-align: top;
  background: #28D5E8;
  padding: 5px 5px 5px 22px;
  width: 56.2%;
  box-sizing: border-box;
  border-radius: 53px;
  text-align: left;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(146, 146, 146, 0.16);
}
.find-box button,
.find-box input[type='button'],
.find-box input[type='submit'] {
  background: url("images/icons/find-button-white.png") left center no-repeat;
  width: 7%;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-size: 50%;
}
.find-box button:hover,
.find-box input[type='button']:hover,
.find-box input[type='submit']:hover {
  opacity: 0.9;
}
.find-box input[type="text"] {
  border: none;
  height: 41px;
  border-radius: 41px;
  width: 89.5%;
  box-sizing: border-box;
  padding: 0 22px 0 0;
  float: right;
  font-size: 18px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  color: white;
  background: #28D5E8;
}
.find-box input[type="text"]::-webkit-input-placeholder {
  font-family: "Open Sans Regular";
}
.find-box input[type="text"]:-moz-placeholder {
  font-family: "Open Sans Regular";
}
.find-box input[type="text"]::-moz-placeholder {
  font-family: "Open Sans Regular";
}
.find-box input[type="text"]:-ms-input-placeholder {
  font-family: "Open Sans Regular";
}
.find-box input[type="text"]::-webkit-input-placeholder {
  color: white;
}
.find-box input[type="text"]:-moz-placeholder {
  color: white;
}
.find-box input[type="text"]::-moz-placeholder {
  color: white;
}
.find-box input[type="text"]:-ms-input-placeholder {
  color: white;
}
.content-page > .shop-search {
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
.content-page > .shop-search ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  line-height: 0;
  padding: 0;
}
.content-page > .shop-search ul:after {
  content: " i i i ";
  word-spacing: 172px;
  padding-left: 0;
  color: transparent;
  display: inline;
  visibility: hidden;
}
.content-page > .shop-search ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
  line-height: 100%;
  box-sizing: border-box;
  padding: 5px;
  width: auto;
}
.content-page > .shop-search ul li:before {
  display: none;
}
.content-page > .shop-search ul li a {
  height: 170px;
  width: 170px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ebebeb;
  padding: 5px 5px 25px 5px;
  box-sizing: border-box;
  transition: 0.3s;
  background: white;
  text-align: center;
  position: relative;
  z-index: 1;
}
.content-page > .shop-search ul li a > * {
  vertical-align: middle;
  display: inline-block;
}
.content-page > .shop-search ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.content-page > .shop-search ul li a:hover {
  transition: 0.3s;
  border-color: #28D5E8;
}
.content-page > .shop-search ul li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.content-page > .shop-search ul li a h3 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans Semibold";
  color: black;
  width: 100%;
  left: 0;
  bottom: 5px;
  position: absolute;
  z-index: 1;
}
.content-page > .shop-search h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Open Sans Semibold";
  color: gray;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
}
.front-page .ten-blocks {
  height: 105px;
}
.ten-blocks {
  margin-top: 45px;
  padding-top: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}
.ten-blocks ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100.8%;
  margin-left: -4px;
  line-height: 0;
}
.ten-blocks ul:after {
  content: " i i i i i i i i ";
  word-spacing: 97px;
  padding-left: 0;
  color: transparent;
  display: inline;
  visibility: hidden;
}
.ten-blocks ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  line-height: 100%;
}
.ten-blocks ul li a {
  height: 97px;
  width: 97px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ebebeb;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
  background: white;
  text-align: center;
}
.ten-blocks ul li a > * {
  vertical-align: middle;
  display: inline-block;
}
.ten-blocks ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.ten-blocks ul li a:hover {
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  border-color: #7cd4e7;
  transform: translate(0, -3px);
}
.ten-blocks ul li img {
  max-width: 100%;
  height: auto;
}
.ten-blocks.widget-best-shops {
  margin-top: 0;
  margin-bottom: 0;
}
.ten-blocks.widget-best-shops > ul {
  width: 102.7%;
  margin-left: -4px;
}
.ten-blocks.widget-best-shops > ul > li a {
  width: 93px;
  height: 93px;
}
.ten-blocks.widget-best-shops > ul:after {
  word-spacing: 93px;
  padding-left: 0;
}
/* header end */
.best-categories-best-shop {
  padding-top: 45px;
}
.best-categories-best-shop .two-column-column > h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans Bold";
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.best-categories-best-shop .two-column-column > h3:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 5px;
}
.best-categories-best-shop .more {
  float: right;
}
.best-categories-best-shop .more a {
  color: #2a2a2a;
  font-family: "Open Sans Bold";
  font-weight: 400;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 0 2px 0;
  margin-right: 10px;
  font-size: 16px;
}
.best-categories-best-shop .more a:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #a8a8a8;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.best-categories-best-shop .more a:before:hover {
  transition: 0.3s;
}
.best-categories-best-shop .more a:hover {
  color: #28D5E8;
}
.best-categories-best-shop .more a:hover:before {
  background: #28D5E8;
}
/* categories tabs */
.best-categories {
  width: 56.9%;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.best-categories > ul {
  list-style: none;
  margin: 0;
  padding: 7px 7px 7px 7px;
  background: #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.best-categories > ul > li {
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 3px;
}
.best-categories > ul > li:first-child {
  margin-top: 0;
}
.best-categories > ul > li:first-child > ul {
  display: block;
}
.best-categories > ul > li > a {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  height: 98px;
  background: #e0e0e0;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-right: 1%;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.best-categories > ul > li > a > * {
  vertical-align: middle;
  display: inline-block;
}
.best-categories > ul > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.best-categories > ul > li > a.active {
  background: transparent;
}
.best-categories > ul > li > a:after {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  transition: 0.3s;
}
.best-categories > ul > li > a:after:hover {
  transition: 0.3s;
}
.best-categories > ul > li > a:hover:after {
  height: 100%;
}
.best-categories > ul > li > a h3 {
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans Bold";
  margin-left: 17px;
}
.best-categories > ul > li ul {
  list-style: none;
  display: none;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 54%;
  margin-left: -7px;
  height: 100%;
  width: 46%;
  float: right;
}
.best-categories > ul > li ul li {
  margin-top: 3px;
}
.best-categories > ul > li ul li:first-child {
  margin-top: 0;
}
.best-categories > ul > li ul li .best-category-image {
  width: 37%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.best-categories > ul > li ul li .best-category-image img {
  width: auto;
  height: auto;
  max-height: 90px;
  max-width: 100%;
}
.best-categories > ul > li ul li .best-category-content {
  width: 63%;
}
.best-categories > ul > li ul li h3 {
  color: #1d274a;
  font-size: 13px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  padding-bottom: 5px;
}
.best-categories > ul > li ul li a {
  padding: 5px;
  height: 98px;
  width: 100%;
  box-sizing: border-box;
  background: white;
  display: inline-block;
  vertical-align: top;
  color: black;
  font-size: 11px;
  font-weight: 400;
  font-family: "Open Sans SemiBold";
  border: 1px solid rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.best-categories > ul > li ul li a > * {
  vertical-align: middle;
  display: inline-block;
}
.best-categories > ul > li ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.best-categories > ul > li ul li a:after {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  top: 0;
  right: -7px;
  height: 0;
  transition: 0.3s;
}
.best-categories > ul > li ul li a:after:hover {
  transition: 0.3s;
}
.best-categories > ul > li ul li a:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-color: #28D5E8;
  transform: translate(0, -2px);
}
.best-categories > ul > li ul li a:hover:after {
  height: 100%;
}
/* categories tabs end */
/* items slider */
.best-coupons {
  width: 38.4%;
  display: inline-block;
  vertical-align: top;
  float: right;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.best-coupons.widget-best-coupons {
  width: 100%;
  padding-bottom: 30px;
}
.best-coupons.widget-best-coupons h3 {
  font-family: "Open Sans Bold";
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 20px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  background: white;
  border: none !important;
}
.best-coupons.widget-best-coupons #top-coupons .slides > li {
  margin-top: 0 !important;
}
.best-coupons.widget-best-coupons #top-coupons .slides > li > ul {
  padding: 0 !important;
  margin: 0 !important;
}
.best-coupons.widget-best-coupons #top-coupons .slides > li > ul > li > a > .count {
  display: none;
}
.best-coupons.widget-best-coupons #top-coupons .slides > li > ul > li > a > .best-category-image {
  width: 48%;
}
.best-coupons.widget-best-coupons #top-coupons .slides > li > ul > li > a > .best-category-content {
  width: 50%;
  max-height: 80px;
  overflow: scroll;
}
.best-coupons.widget-best-coupons #top-coupons .slides > li > ul > li > a:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-color: #28D5E8;
  transform: translate(0, -2px);
}
.best-coupons.widget-best-coupons #top-coupons .flex-control-nav {
  left: 5px;
  bottom: -30px;
}
.best-coupons.widget-best-coupons .more {
  display: inline-block;
  vertical-align: top;
  float: right;
  font-size: 12px;
  font-family: 'Open Sans Bold';
  font-weight: 400;
  margin-top: 12px;
  padding-right: 5px;
}
.best-coupons.widget-best-coupons .more a {
  color: #2a2a2a;
  padding: 0 0 2px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.best-coupons.widget-best-coupons .more a:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #a8a8a8;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.best-coupons.widget-best-coupons .more a:hover:before {
  width: 0;
  transition: 0.3s;
}
.best-coupons #top-coupons {
  padding: 4px 7px 7px 7px;
  background: #eeeeee;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.best-coupons #top-coupons .slides {
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  counter-reset: list;
  overflow: hidden;
}
.best-coupons #top-coupons .slides > li {
  vertical-align: top;
  float: left;
  position: relative;
  display: none;
  width: 100%;
}
.best-coupons #top-coupons .slides > li:first-child {
  display: inline-block;
}
.best-coupons #top-coupons .slides > li > ul {
  list-style: none;
}
.best-coupons #top-coupons .slides > li > ul > li {
  box-sizing: border-box;
  margin-top: 3px;
}
.best-coupons #top-coupons .slides > li > ul > li:first-child {
  margin-top: 3px;
}
.best-coupons #top-coupons .slides > li > ul > li .best-category-image {
  width: 26%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.best-coupons #top-coupons .slides > li > ul > li .best-category-image img {
  width: auto;
  height: auto;
  max-height: 90px;
  max-width: 100%;
}
.best-coupons #top-coupons .slides > li > ul > li .best-category-content {
  width: 43%;
  max-height: 77px;
  overflow: scroll;
}
.best-coupons #top-coupons .slides > li > ul > li h3 {
  color: #1d274a;
  font-size: 13px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  padding-bottom: 5px;
}
.best-coupons #top-coupons .slides > li > ul > li a {
  padding: 5px;
  height: 98px;
  width: 100%;
  box-sizing: border-box;
  background: white;
  display: inline-block;
  vertical-align: top;
  color: black;
  font-size: 11px;
  font-weight: 400;
  font-family: "Open Sans SemiBold";
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 3px;
}
.best-coupons #top-coupons .slides > li > ul > li a > * {
  vertical-align: middle;
  display: inline-block;
}
.best-coupons #top-coupons .slides > li > ul > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.best-coupons #top-coupons .slides > li > ul > li a:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-color: #28D5E8;
  transform: translate(0, -2px);
}
.best-coupons #top-coupons .slides > li > ul > li a:after {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  transition: 0.3s;
}
.best-coupons #top-coupons .slides > li > ul > li a:after:hover {
  transition: 0.3s;
}
.best-coupons #top-coupons .slides > li > ul > li a:hover:after {
  height: 100%;
}
.best-coupons #top-coupons .slides > li > ul > li > a {
  background: white;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 5px;
  height: 98px;
  box-sizing: border-box;
}
.best-coupons #top-coupons .slides > li > ul > li > a > .count {
  font-size: 35px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  color: #d3d3d3;
  width: 22%;
  box-sizing: border-box;
  text-align: center;
}
.best-coupons #top-coupons .flex-control-nav {
  position: absolute;
  left: 0;
  bottom: -30px;
  border-radius: 6px;
  padding: 3px 0 3px 0;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.best-coupons #top-coupons .flex-control-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 10px;
}
.best-coupons #top-coupons .flex-control-nav li > a {
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  background: rgba(146, 146, 146, 0.16);
  border: 1px solid rgba(146, 146, 146, 0.16);
  width: 17px;
  height: 17px;
  border-radius: 17px;
  font-size: 0;
  text-indent: 9999px;
}
.best-coupons #top-coupons .flex-control-nav li > a:hover {
  transition: 0.3s;
}
.best-coupons #top-coupons .flex-control-nav li > a:hover,
.best-coupons #top-coupons .flex-control-nav li > a.flex-active {
  background: #7cd4e7;
}
/* items slider end */
section.article {
  clear: both;
  margin-top: 102px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
section.article > .page {
  max-width: 860px;
  padding: 0 10px 0 10px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  box-sizing: border-box;
}
section.article > .page h3 {
  font-family: "Open Sans ExtraBold";
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  padding-bottom: 16px;
  display: block;
}
section.article > .page p {
  color: #696969;
  font-family: "Open Sans Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}
/* subscriber */
.subscribe-block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  background: #3c3d41;
  padding-bottom: 12px;
  margin-top: 50px;
}
.subscribe-block:before {
  content: url("images/white-corner.png");
  display: inline-block;
  vertical-align: bottom;
}
.epm-form-field label {
  display: none !important;
}
.mail-chimp {
  font-size: 0;
}
.mail-chimp label {
  display: none;
}
.mail-chimp h3 {
  font-size: 20px;
  color: white;
  font-family: "Open Sans Bold";
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 22px 0 20px 0;
}
.mail-chimp .epm-form-field {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.mail-chimp input {
  display: inline-block;
  vertical-align: top;
}
.mail-chimp input[type="email"] {
  background: white;
  border: none;
  height: 36px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: black;
  border-radius: 18px 0 0 18px;
}
.mail-chimp input[type="submit"] {
  background: #28D5E8;
  border: none;
  color: white;
  font-size: 16px;
  font-family: "Open Sans Semibold";
  line-height: 100%;
  font-weight: 400;
  height: 36px;
  padding: 0;
  border-radius: 18px;
  text-align: center;
  width: 22%;
  box-sizing: border-box;
  border-radius: 0 18px 18px 0;
}
.mail-chimp input[type="submit"]:hover {
  background: #7cd4e7;
}
.mail-chimp .message {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: border-box;
}
.mail-chimp .message p {
  padding: 15px 10px;
  background: white;
  display: none;
  vertical-align: top;
  width: 100%;
  border-left: 5px solid;
  font-family: "Open Sans Bold";
  font-weight: 400;
  box-sizing: border-box;
}
.mail-chimp .message.error p {
  border-color: red;
  color: red;
}
.mail-chimp .message.success p {
  border-color: green;
  color: green;
}
.gray-socials h4 {
  color: #28D5E8;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans SemiBold";
  padding-top: 25px;
}
.gray-socials ul {
  height: 100%;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  left: 0;
  top: 0;
  font-size: 0;
  position: relative;
  margin-top: 20px;
}
.gray-socials ul > * {
  vertical-align: middle;
  display: inline-block;
}
.gray-socials ul:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.gray-socials ul a {
  display: block;
  width: 31px;
  height: 31px;
}
.gray-socials ul li {
  margin: 0 6px;
}
.gray-socials ul .fb > a {
  background: url("images/icons/soc-fb-footer.png") no-repeat;
}
.gray-socials ul .tw > a {
  background: url("images/icons/soc-tw-footer.png") no-repeat;
}
.gray-socials ul .in > a {
  background: url("images/icons/soc-in-footer.png") no-repeat;
}
.gray-socials ul a:hover {
  opacity: 0.8;
}
footer#main-footer {
  background: #3c3d41;
  color: #7d7d7d;
  font-size: 12px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding: 36px 0 36px 0;
}
footer#main-footer .page {
  text-align: center;
  position: relative;
}
footer#main-footer .page .copyright {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  width: 40%;
  text-align: left;
}
footer#main-footer .page .address {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
footer#main-footer .page .menu {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  float: right;
}
footer#main-footer .page .menu ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
footer#main-footer .page .menu ul > li {
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
footer#main-footer .page .menu ul > li > a {
  color: #7cd4e7;
}
footer#main-footer .page .menu ul > li > a:hover {
  color: white;
}
/* subscriber end */
/* title */
#not-home-page-title {
  padding-bottom: 18px;
  padding-top: 70px;
}
#not-home-page-title > .page {
  padding: 0 10px;
  box-sizing: border-box;
}
#not-home-page-title h1 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 400;
  color: black;
  font-family: "Open Sans Bold";
  line-height: 100%;
}
#not-home-page-title h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #3f3f3f;
  font-family: "Open Sans Regular";
  line-height: 100%;
}
/* title end */
/* page with sidebar */
.not-home-page-content > .page {
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.not-home-page-content > .page .first-column {
  width: 70.7%;
  padding: 0 20px 30px 10px;
  box-sizing: border-box;
}
.not-home-page-content > .page .first-column.search-shop-block {
  padding: 0 !important;
}
.not-home-page-content > .page .second-column {
  width: 29.3%;
  padding-left: 10px;
  box-sizing: border-box;
}
.not-home-page-content > .page .second-column > div {
  clear: both;
  margin-top: 30px;
}
.not-home-page-content > .page .second-column > div > .textwidget {
  clear: both;
}
.not-home-page-content > .page .second-column > div:first-child {
  margin-top: 0;
}
/* page with sidebar end */
/* list shop alpha beta */
.content-page .list-shops {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.content-page .list-shops .alpha-beta-titles {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border-bottom: 1px solid #d4d4d5;
  width: 100%;
  padding: 0 0 18px 0;
}
.content-page .list-shops .alpha-beta-titles > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px 22px 0;
  padding: 0;
  width: auto;
}
.content-page .list-shops .alpha-beta-titles > li:before {
  display: none;
}
.content-page .list-shops .alpha-beta-titles > li > a {
  font-size: 14px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  color: black;
  border: 1px solid #dedede;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.content-page .list-shops .alpha-beta-titles > li > a > * {
  vertical-align: middle;
  display: inline-block;
}
.content-page .list-shops .alpha-beta-titles > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.content-page .list-shops .alpha-beta-titles > li > a:hover {
  border-color: #28D5E8;
  color: #28D5E8;
  text-decoration: none;
}
.content-page .list-shops .alpha-beta-shops {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 30px;
}
.content-page .list-shops .alpha-beta-shops ul {
  list-style: none;
}
.content-page .list-shops .alpha-beta-shops > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.content-page .list-shops .alpha-beta-shops > div:first-child {
  padding-top: 0;
}
.content-page .list-shops .alpha-beta-shops > div h4 {
  font-size: 22px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  color: black;
  width: 34px;
  height: 34px;
  text-align: center;
  text-transform: uppercase;
}
.content-page .list-shops .alpha-beta-shops > div h4 > * {
  vertical-align: middle;
  display: inline-block;
}
.content-page .list-shops .alpha-beta-shops > div h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.content-page .list-shops .alpha-beta-shops > div ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.content-page .list-shops .alpha-beta-shops > div ul li:before {
  display: none;
}
.content-page .list-shops .alpha-beta-shops > div ul li a {
  color: black;
  font-size: 16px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  transition: 0.3s;
}
.content-page .list-shops .alpha-beta-shops > div ul li a:before {
  content: "▶";
  color: #28D5E8;
  font-size: 14px;
  margin-right: 3px;
  transition: 0.3s;
  font-family: "Open Sans Regular";
  font-weight: 400;
}
.content-page .list-shops .alpha-beta-shops > div ul li a:hover {
  text-decoration: none;
  color: #28D5E8;
  transition: 0.3s;
}
.content-page .list-shops .alpha-beta-shops > div ul li a:hover:before {
  transition: 0.3s;
  color: black;
}
/* list shop alpha beta end */
/* list categories */
.content-page ul.list-taxonomies {
  list-style: none;
  font-size: 0;
  width: 100%;
  margin-top: 64px;
  padding: 0 10px;
  box-sizing: border-box;
}
.content-page ul.list-taxonomies > li {
  margin-bottom: 50px;
  width: 20%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.content-page ul.list-taxonomies > li:before {
  display: none;
}
.content-page ul.list-taxonomies > li a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.content-page ul.list-taxonomies > li a:hover {
  text-decoration: none;
}
.content-page ul.list-taxonomies > li a:hover .wrapper-image {
  transition: 0.3s;
  border-color: #28D5E8;
}
.content-page ul.list-taxonomies > li a:hover img {
  transition: 0.3s;
}
.content-page ul.list-taxonomies > li img {
  transition: 0.3s;
  width: auto;
  height: auto;
}
.content-page ul.list-taxonomies > li .wrapper-image {
  border: 2px solid #e5e5e5;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border-radius: 124px;
  width: 100px;
  height: 100px;
  transition: 0.3s;
}
.content-page ul.list-taxonomies > li .wrapper-image > * {
  vertical-align: middle;
  display: inline-block;
}
.content-page ul.list-taxonomies > li .wrapper-image:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.content-page ul.list-taxonomies > li .wrapper-image img {
  width: 50%;
}
.content-page ul.list-taxonomies > li h3 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans Bold";
  color: #1e274a;
  margin-top: 25px;
}
/* list categories end */
/* ------sidebar------ */
/* mail chimp */
.widget-email-chimp {
  padding: 25px;
  background: #28D5E8;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.widget-email-chimp h3 {
  font-size: 23px;
  font-family: "Open Sans Bold";
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
  padding-bottom: 12px;
}
.widget-email-chimp p {
  font-size: 18px;
  font-family: "Open Sans Regular";
  color: white;
  font-weight: 400;
}
.widget-email-chimp .epm-sign-up-form {
  margin-top: 20px;
}
.widget-email-chimp input[type="submit"],
.widget-email-chimp input[type="email"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
.widget-email-chimp input[type="email"] {
  margin-top: 15px;
  height: 42px;
  padding: 0 12px;
  font-size: 18px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 4px;
}
.widget-email-chimp input[type="submit"] {
  background: #1e274a;
  border: none;
  color: white;
  font-family: "Open Sans Regular";
  font-weight: 400;
  font-size: 18px;
  height: 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: 2px solid #1E274A;
  margin-top: 12px;
}
.widget-email-chimp input[type="submit"]:hover {
  background: #f66c54;
  border-color: white;
  color: white;
}
.widget-email-chimp .message p {
  font-size: 14px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: white;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
}
.widget-email-chimp .message p:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.widget-email-chimp .message.success p {
  color: green;
}
.widget-email-chimp .message.success p:before {
  background: green;
}
.widget-email-chimp .message.error p {
  color: #f66c54;
}
.widget-email-chimp .message.error p:before {
  background: #f66c54;
}
/* mail chimp end */
/* ------sidebar end------ */
/* text-area */
.content-page > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-page h3 {
  font-size: 17px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  color: #333333;
  line-height: 150%;
  margin-top: 30px;
  padding-bottom: 5px;
}
.content-page p {
  font-size: 16px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  color: #727272;
  padding-bottom: 10px;
  line-height: 150%;
  box-sizing: border-box;
}
.content-page a {
  color: #28D5E8;
}
.content-page a:hover {
  text-decoration: underline;
}
.content-page ol {
  padding: 10px 0 10px 20px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.content-page ol li {
  font-family: "Open Sans Regular";
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 5px;
  width: 100%;
}
.content-page ul {
  list-style: none;
  padding: 10px 0 10px 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
.content-page ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  font-family: "Open Sans Regular";
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 0 0 10px 15px;
}
.content-page ul li:before {
  content: "▸";
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-right: 5px;
  line-height: 140%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  color: #28D5E8;
}
.content-page img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* text-area end */
/* sidebar shop categories */
.widget-sidebar-butikker ul {
  list-style: none;
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: top;
}
.widget-sidebar-butikker ul > li:first-child {
  margin-top: 0;
}
.widget-sidebar-butikker ul > li a {
  display: inline-block;
  vertical-align: top;
}
.widget-sidebar-butikker ul > li a h3 {
  font-size: 18px;
  font-family: "Open Sans Light";
  font-weight: 400;
  background: #f2f2f2;
  display: inline-block;
  vertical-align: top;
  color: black;
  padding: 13px 21px;
  border: 1px solid #f2f2f2;
  transition: 0.3s;
}
.widget-sidebar-butikker ul > li a:hover h3 {
  border-color: #28D5E8;
  color: #28D5E8;
  background-color: white;
  transition: 0.3s;
}
/* sidebar shop categories end */
/* list - single coupon */
.not-home-page-content .coupons-list {
  padding: 0 20px;
}
.not-home-page-content .coupons-list .buttons-coupons {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
}
.not-home-page-content .coupons-list .buttons-coupons ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
}
.not-home-page-content .coupons-list .buttons-coupons ul li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-left: 0;
}
.not-home-page-content .coupons-list .buttons-coupons ul li:before {
  display: none;
}
.not-home-page-content .coupons-list .buttons-coupons ul li a {
  display: inline-block;
  vertical-align: top;
  color: black;
  font-family: "Open Sans Regular";
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #28D5E8;
  padding: 8px 24px 8px 24px;
  background: #ddf4f9;
  transition: 0.3s;
}
.not-home-page-content .coupons-list .buttons-coupons ul li a.active {
  background: white;
}
.not-home-page-content .coupons-list .buttons-coupons ul li a:hover {
  background: white;
  transition: 0.3s;
  text-decoration: none;
}
.not-home-page-content .coupons-list .buttons-coupons ul li:first-child a {
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.not-home-page-content .coupons-list .buttons-coupons ul li:last-child a {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.not-home-page-content .coupons-list .list-single-coupons {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border: 2px solid #dedede;
  margin-bottom: 22px;
  border-radius: 10px;
  height: 190px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 0;
}
.not-home-page-content .coupons-list .list-single-coupons:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  left: 30%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 2px;
  background: #dedede;
}
.not-home-page-content .coupons-list .list-single-coupons .fb-share {
  background: url("images/fb-share-button.png");
  display: inline-block;
  vertical-align: top;
  width: 68px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -12px;
  cursor: pointer;
}
.not-home-page-content .coupons-list .list-single-coupons .specials > .top20 {
  display: none !important;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column {
  width: 30%;
  height: inherit;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column > div {
  width: 100%;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column > * {
  vertical-align: middle;
  display: inline-block;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .shop-logo-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .shop-logo-wrapper img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
  width: auto;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .value-of-discount {
  width: 100%;
  color: #f66c54;
  font-size: 60px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  margin-top: 10px;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .name-of-discount {
  width: 100%;
  color: #f66c54;
  font-size: 24px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  margin-top: 16px;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .specials {
  position: absolute;
  z-index: 1;
  left: -12px;
  top: -13px;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  font-family: "Open Sans Regular";
  font-weight: 700;
  font-style: italic;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .specials > span {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background: #4F8A10;
  width: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  margin-bottom: 2px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .specials > span.eksklusiv {
  background: #1e274a;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .specials > span.anbefalt {
  background: #28D5E8;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .specials > span.holiday {
  background: #F57453;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column .specials > span.kun-i-dag {
  background: red;
  color: white;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column.taxonomy-page {
  text-align: center;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column.taxonomy-page .value-of-discount {
  width: auto;
  font-size: 24px;
  margin: 0 5px;
  padding-top: 0;
  display: inline;
}
.not-home-page-content .coupons-list .list-single-coupons > .first-column.taxonomy-page .name-of-discount {
  width: auto;
  font-size: 24px;
  margin: 0;
  padding-top: 0;
  display: inline;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column {
  width: 70%;
  height: inherit;
  box-sizing: border-box;
  padding-left: 6%;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-title {
  font-size: 16px;
  color: black;
  font-family: "Open Sans Bold";
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  padding-right: 10px;
  cursor: pointer;
  line-height: 100%;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button {
  width: 56.4%;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  text-align: center;
  line-height: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  min-width: 250px;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a {
  color: black;
  width: 100%;
  padding: 12px 0;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #b2e6f1;
  border-radius: 10px;
  font-size: 18px;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span:hover,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a:hover {
  text-decoration: none;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code strong,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code strong {
  padding-right: 20px;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code strong.code,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code strong.code {
  color: #f66c54;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code > div,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code > div {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background: #b2e6f1;
  border-radius: 13px;
  margin: 0 5px;
  transition: 0.3s;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code > div:first-child,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code > div:first-child {
  margin-left: 0;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code > div:last-child,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code > div:last-child {
  margin-right: 0;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code > *,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code > * {
  vertical-align: middle;
  display: inline-block;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button span.coupon-code:before,
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a.coupon-code:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a:hover {
  border-color: orange;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button a:hover > div {
  transition: 0.3s;
  background: orange;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  font-size: 13px;
  font-family: "Open Sans Regular";
  font-weight: 400;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more a {
  color: #b7b7b7;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more a:hover {
  color: black;
  transition: 0.3s;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info {
  font-size: 13px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  color: #727272;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info > div:first-child + div {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #cccccc;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info a {
  color: #727272;
  text-decoration: underline;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info a:hover {
  text-decoration: none;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more-content {
  margin-top: 20px;
  opacity: 0;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more-content div {
  font-size: 13px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  color: black;
}
.not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more-content div > strong {
  font-size: 13px;
  font-family: "Open Sans Bold";
  font-weight: 400;
  color: black;
}
.not-home-page-content .coupons-list .list-single-coupons.open {
  min-height: 280px;
  height: auto;
  padding-bottom: 15px;
}
.not-home-page-content .coupons-list .list-single-coupons.open .single-coupon-more-content {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  transition: 0.3s;
  height: auto !important;
}
.not-home-page-content .coupons-list .coupons-disable > h3 {
  font-size: 32px;
  color: #3f3f3f;
  font-family: "Open Sans Regular";
  font-weight: 400;
  line-height: 100%;
  opacity: 0.9;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-bottom: 20px;
}
.not-home-page-content .coupons-list .coupons-disable .list-single-coupons .fb-share {
  display: none;
}
.not-home-page-content .coupons-list .coupons-disable .list-single-coupons > .first-column .value-of-discount {
  color: #a9a9a9;
}
.not-home-page-content .coupons-list .coupons-disable .list-single-coupons > .first-column .name-of-discount {
  color: #a9a9a9;
}
.not-home-page-content .coupons-list .coupons-disable .list-single-coupons > .second-column .single-coupon-title {
  color: #a9a9a9;
}
.not-home-page-content .coupons-list .coupons-disable .list-single-coupons > .second-column .single-coupon-button span {
  border-color: #cccccc;
  color: #a9a9a9;
}
.not-home-page-content .coupons-list .coupons-active + .content-page {
  margin-top: 70px;
}
.not-home-page-content .coupons-list .coupons-active h3.twin {
  margin: 40px 0 40px 0;
  padding-top: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #3f3f3f;
  opacity: 0.7;
  font-family: "Open Sans Semibold";
  line-height: 100%;
  width: 100%;
  border-top: 1px solid #D4D4D5;
}
.not-home-page-content .coupons-list h3.no-data {
  margin: 20px 0 70px 0;
  padding-top: 0;
  font-size: 24px;
  font-weight: 400;
  color: black;
  opacity: 0.6;
  font-family: "Open Sans Semibold";
  line-height: 100%;
  width: 100%;
}
.netpixel-media {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -22px;
}
/* list - single coupon - end */
.coupon-open-veil {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  background: #d6d6d6;
  opacity: 0.6;
  border: none;
}
.coupon-open-window-wrapper {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  border: none;
  text-align: center;
  font-size: 0;
}
.coupon-open-window-wrapper > * {
  vertical-align: middle;
  display: inline-block;
}
.coupon-open-window-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.coupon-open-window-wrapper .coupon-open-window {
  position: relative;
  z-index: 1;
  background: white;
  max-width: 730px;
  padding: 40px;
  width: 90%;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.5);
  -ms-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.5);
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-window-close {
  background: url("images/icons/close.png");
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-header {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-header > * {
  vertical-align: middle;
  display: inline-block;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-header:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-header .coupon-open-logo {
  width: 34%;
  box-sizing: border-box;
  text-align: left;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-header .coupon-open-logo img {
  width: 80%;
  height: auto;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-header .coupon-open-title {
  width: 66%;
  box-sizing: border-box;
  color: black;
  font-size: 20px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 10px;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code {
  display: block;
  margin-top: 50px;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code input[type="text"] {
  text-align: center;
  border: 3px solid #e6e6e6;
  background: #f2f2f2;
  padding: 13px 10px;
  font-size: 32px;
  border-radius: 10px;
  font-family: "Open Sans SemiBold";
  font-weight: 400;
  width: 72.7%;
  display: inline-block;
  vertical-align: top;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code .coupon-open-copy {
  margin-top: 10px;
  color: #f66c54;
  font-family: "Open Sans SemiBold";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code .coupon-open-text {
  margin-top: 38px;
  color: grey;
  font-family: "Open Sans Regular";
  font-size: 18px;
  font-weight: 400;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-button {
  display: block;
  margin-top: 48px;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-button a {
  border: 2px solid #28D5E8;
  padding: 11px 40px;
  border-radius: 7px;
  margin-top: 10px;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  font-weight: 400;
}
.coupon-open-window-wrapper .coupon-open-window .coupon-open-button a:hover {
  transition: 0.3s;
  border-color: orange;
}
.coupon-open-window-wrapper .coupon-open-window .single-coupon-more {
  font-size: 18px;
  color: #757575;
  text-transform: lowercase;
  font-family: "Open Sans Regular";
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 25px;
}
.coupon-open-window-wrapper .coupon-open-window .single-coupon-more-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  transition: 0.3s;
}
.coupon-open-window-wrapper .coupon-open-window .single-coupon-more-content.open {
  transition: 0.3s;
  opacity: 1;
  height: auto;
  margin-top: 30px;
  font-size: 14px;
}
body > img:last-child {
  display: none;
}
.products-from-shops h3 {
  font-size: 21px;
  color: black;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
  clear: both;
}
.products-from-shops .grid-block-products {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 0;
}
.products-from-shops .grid-block-products:after {
  content: "i i i i";
  display: inline;
  vertical-align: top;
  word-spacing: 235px;
  -webkit-padding-start: 234px;
  height: 0;
  font-size: 0.1px;
  color: transparent;
  visibility: hidden;
}
.products-from-shops .grid-block-products .one-product {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  box-sizing: border-box;
  padding: 5px;
}
.products-from-shops .grid-block-products .one-product a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid white;
}
.products-from-shops .grid-block-products .one-product a:hover {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  border-color: #7cd4e7;
  transform: translate(0, -3px);
}
.products-from-shops .grid-block-products .one-product a .one-product-percent {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  background: #d34747;
}
.products-from-shops .grid-block-products .one-product a .one-product-percent:before {
  content: "";
  font-size: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.products-from-shops .grid-block-products .one-product a .one-product-image img {
  border-radius: 5px 5px 0 0;
}
.products-from-shops .grid-block-products .one-product a .one-product-info {
  background: #dadada;
  color: black;
  border-radius: 0 0 5px 5px;
  text-align: left;
  padding: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
}
.products-from-shops .grid-block-products .one-product a .one-product-info .one-product-prices > * {
  display: inline-block;
  vertical-align: top;
}
.products-from-shops .grid-block-products .one-product a .one-product-info .one-product-prices .one-product-old-price {
  text-decoration: line-through;
}
.products-from-shops .grid-block-products .one-product a .one-product-info .one-product-prices .one-product-old-price + div {
  margin-left: 10px;
}
.products-from-shops .grid-block-products .one-product a .one-product-info .one-product-prices .one-product-new-price {
  color: #d23636;
}
.products-from-shops .grid-block-products .one-product a .one-product-info .one-product-brand {
  color: #615e5e;
  opacity: 0.8;
}
.products-from-shops .grid-block-products .one-product a .one-product-shop {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
}
@media only screen and (max-width: 1049px) {
  .best-categories-best-shop {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .ten-blocks ul {
    width: 100%;
    margin-left: 0;
  }
  .not-home-page-content > .page {
    padding: 40px 10px 0 10px;
  }
  .products-from-shops {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .no-front-page .page.wrapper-find-box {
    display: block;
    margin-top: 80px !important;
  }
  #main-header + * {
    margin-top: 150px;
  }
  .header-finder {
    display: none !important;
  }
  #not-home-page-title {
    padding-top: 0;
  }
  #main-header-top .socials {
    width: 20%;
    left: 10px;
    text-align: left;
  }
  #main-header-top .socials li:first-child {
    margin-left: 0;
  }
  #main-header-top .find-input {
    right: 10px;
  }
  .best-categories > ul > li > a {
    width: 45%;
    padding: 0 5px;
  }
  .best-categories > ul > li > a > span {
    width: 20%;
  }
  .best-categories > ul > li > a > span > img {
    width: 100%;
    height: auto;
  }
  .best-categories > ul > li > a > h3 {
    margin-left: 1%;
    width: 79%;
    font-size: 14px;
  }
  .best-categories > ul > li > ul {
    width: 53%;
    left: 47%;
  }
  .best-coupons {
    width: 40%;
  }
  .best-coupons #top-coupons .slides > li > ul > li > a > .count {
    width: 15%;
  }
  .best-coupons #top-coupons .slides > li > ul > li > a > .best-category-image {
    width: 33%;
  }
  .best-coupons #top-coupons .flex-control-nav li {
    margin: 0 5px;
  }
  .mail-chimp .epm-form-field {
    width: 45%;
    max-width: 250px;
  }
  .mail-chimp input[type="submit"] {
    width: 45%;
    max-width: 250px;
  }
  footer#main-footer .page .menu {
    text-align: center;
    position: static;
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box;
  }
  footer#main-footer .page .copyright {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: static;
  }
  .not-home-page-content > .page .first-column {
    padding: 0 20px 10px;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .first-column .value-of-discount {
    margin-top: 0;
    font-size: 36px;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .first-column .name-of-discount {
    font-size: 18px;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column {
    padding-left: 4%;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-title {
    font-size: 14px;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info {
    margin-top: 10px;
  }
  .widget-email-chimp h3 {
    font-size: 16px;
  }
  .widget-email-chimp p {
    font-size: 14px;
  }
  .widget-email-chimp {
    padding: 15px;
  }
  .widget-email-chimp .epm-sign-up-form {
    margin-top: 10px;
  }
  .widget-email-chimp input[type="email"] {
    font-size: 14px;
    height: 30px;
  }
  .widget-email-chimp input[type="submit"] {
    font-size: 14px;
    height: 40px;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-info > div:first-child + div {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #main-header-menu-top {
    display: none !important;
  }
  .no-front-page #main-header #main-header-menu {
    display: block;
  }
  #responsive-button-wrapper {
    display: inline-block;
  }
  #responsive-button {
    display: inline-block;
  }
  #main-header-menu {
    display: inline-block;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 100001;
  }
  #main-header-menu > ul {
    width: 100%;
    box-sizing: border-box;
  }
  #main-header-menu > ul > li {
    width: 100%;
    box-sizing: border-box;
    background: none !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  #main-header-menu > ul > li > a {
    text-align: left;
    width: 98%;
    padding: 15px !important;
    box-sizing: border-box;
    border-top: 1px solid #28D5E8;
  }
  #main-header-menu > ul > li > a:hover {
    color: #3C3D41;
  }
  #main-header-menu > ul > li.menu-item-has-children > a:after {
    display: none !important;
  }
  #main-header-menu > ul > li.menu-item-has-children > ul {
    display: none !important;
  }
  #main-header-menu > ul > li.current-menu-item a {
    color: #28D5E8 !important;
  }
  #main-header-menu > ul:last-child > li:last-child a {
    border-bottom: 1px solid #28D5E8;
  }
  #main-header-top {
    padding: 15px 0px 15px 0;
  }
  #main-header-top .page {
    text-align: left;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
  }
  #main-header-top .page #main-header-logo {
    width: 100%;
    text-align: center;
  }
  #main-header-top .page .socials {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
  }
  #main-header-top .page .socials > * {
    vertical-align: bottom;
    margin: 0 2% !important;
  }
  #main-header-top .page .find-input {
    display: none;
  }
  #infografica,
  #main-slider {
    display: none !important;
  }
  .find-box {
    text-align: center;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    height: 51px;
    margin-top: 0 !important;
  }
  .find-box form {
    width: 100%;
    height: 51px;
  }
  .find-box form input[type="text"] {
    width: 85%;
  }
  .find-box .find-box-finder {
    width: 96%;
    left: 2%;
  }
  .best-coupons,
  .best-categories {
    width: 100%;
    margin-top: 25px;
  }
  .best-categories ul li a:hover:after {
    display: none !important;
  }
  section.article {
    margin-top: 50px;
  }
  section.article > .page {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
  .list-taxonomies > li {
    padding: 0 !important;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .list-taxonomies > li .wrapper-image {
    width: 100px !important;
    height: 100px !important;
  }
  .list-taxonomies > li h3 {
    font-size: 14px !important;
  }
  .not-home-page-content > .page > .first-column {
    width: 100%;
  }
  .not-home-page-content > .page > .second-column {
    width: 100%;
    margin-top: 20px !important;
  }
  .list-shops .alpha-beta-shops > div ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    -ms-column-count: 2 !important;
    column-count: 2 !important;
  }
  .ten-blocks.widget-best-shops > ul {
    width: 100%;
    margin-left: 0;
  }
  .not-home-page-content > .page > .second-column {
    padding: 0;
    display: none !important;
  }
  .not-home-page-content .coupons-list {
    padding: 0;
  }
  .not-home-page-content .coupons-list .list-single-coupons.open .single-coupon-more-content {
    margin-bottom: 15px;
  }
  .widget-sidebar-butikker ul {
    margin-bottom: 0;
  }
  .widget-sidebar-butikker ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px 6px 0px;
  }
  .coupon-open-window-wrapper .coupon-open-window {
    width: 96%;
    padding: 15px;
    box-sizing: border-box;
  }
  .coupon-open-window-wrapper .coupon-open-window .coupon-open-window-close {
    top: 5px;
    right: 5px;
  }
  .coupon-open-window-wrapper .coupon-open-window .coupon-open-header .coupon-open-title {
    font-size: 16px;
  }
  .coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code {
    margin-top: 10px;
  }
  .coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code input[type="text"] {
    padding: 5px;
    font-size: 24px;
  }
  .coupon-open-window-wrapper .coupon-open-window .coupon-open-wrapper-code .coupon-open-text {
    margin-top: 20px;
  }
  .coupon-open-window-wrapper .coupon-open-window .coupon-open-button {
    margin-top: 30px;
  }
  .coupon-open-window-wrapper .coupon-open-window .single-coupon-more {
    display: none;
  }
  .not-home-page-content .coupons-list .coupons-active h3.twin {
    margin: 20px 0px 30px 0;
    padding-top: 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .find-box button,
  .find-box input[type="button"],
  .find-box input[type="submit"] {
    width: 13%;
  }
  .find-box input[type="text"] {
    width: 83%;
  }
  .mail-chimp input[type="email"],
  .mail-chimp input[type="submit"] {
    font-size: 10px;
  }
  .mail-chimp .message {
    font-size: 12px;
  }
  .list-taxonomies {
    margin-top: 40px;
  }
  .list-taxonomies > li {
    width: 50% !important;
    float: left;
    padding: 0 !important;
  }
  #not-home-page-title h1 {
    font-size: 24px;
  }
  #not-home-page-title h2 {
    font-size: 18px;
  }
  .list-shops .alpha-beta-shops > div ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    -ms-column-count: 1 !important;
    column-count: 1 !important;
  }
  .not-home-page-content > .page {
    padding-left: 0;
    padding-right: 0;
  }
  .not-home-page-content .coupons-list .buttons-coupons ul li a {
    padding: 6px !important;
    font-size: 14px !important;
  }
  .not-home-page-content .coupons-list .list-single-coupons {
    height: auto;
    min-height: 0;
  }
  .not-home-page-content .coupons-list .list-single-coupons:after,
  .not-home-page-content .coupons-list .list-single-coupons:before {
    display: none;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .first-column {
    width: 100%;
    height: auto;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column {
    width: 100%;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-button {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .second-column .single-coupon-more-content {
    height: 30px;
    overflow: hidden;
  }
  .not-home-page-content .coupons-disable {
    display: none !important;
  }
  .not-home-page-content .textwidget {
    padding: 0 10px !important;
  }
  #main-header-top .page {
    text-align: left !important;
  }
  #main-header-top .page #main-header-logo {
    width: 75%;
    display: block;
  }
  #main-header-top .page #main-header-logo img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .first-column {
    padding-top: 20px !important;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .first-column .shop-logo-wrapper {
    padding: 0;
    text-align: center;
  }
  .not-home-page-content .coupons-list .list-single-coupons > .first-column .shop-logo-wrapper img {
    width: 80%;
    max-height: initial;
  }
  .find-box .find-box-finder ul li a img {
    max-width: 30%;
    height: auto;
    max-height: 90%;
  }
}
