* {
  box-sizing: border-box;
}
html,
body {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  background-color: #eeeeee;
  text-align: center;
}
html.clean,
body.clean {
  background-color: white;
}
::-moz-selection {
  background-color: #c8d8e8;
}
::selection {
  background-color: #c8d8e8;
}
a {
  color: #3374b4;
  outline: none !important;
  text-decoration: none;
}
a:hover {
  color: rgba(51, 116, 180, 0.8);
}
input,
select,
textarea,
button {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  box-shadow: 0 0 0 1px #4d8dcd;
  outline: none;
}
input,
select,
textarea {
  padding: 10px 15px;
  background-color: white;
  border: none;
  border-radius: 5px;
}
select {
  padding: 9px 11px;
  border: none;
  cursor: pointer;
}
button {
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #3374b4;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: #265787;
}
button:focus {
  box-shadow: none;
}
#header {
  position: relative;
  height: 60px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
body.clean #header {
  box-shadow: none;
  text-align: left;
}
#header #logo {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
#header #logo > a {
  display: inline-block;
  padding: 8px;
}
#header #logo > a > img {
  display: inline-block;
  width: auto;
  height: 44px;
}
#header #logo > img {
  display: inline-block;
  width: auto;
  height: 44px;
  margin: 15px;
}
#header #back {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30vw;
  text-align: left;
}
body.clean #header #back {
  display: none !important;
}
#header #back a {
  display: block;
  overflow: hidden;
  color: black;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  background-image: url("../images/backNero.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
#header #back a:hover {
  color: #3374b4;
  opacity: 0.8;
}
#header #back a > span {
  display: block;
  overflow: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 400px) {
  #header #back a > span {
    display: none;
  }
}
#header #header-icons {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  right: 0;
  top: 0;
  width: auto;
  height: 60px;
}
body.clean #header #header-icons {
  display: none !important;
}
#header #header-icons #menu-icon {
  width: 60px;
  height: 60px;
  background-image: url("../images/homeMenu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
#header #header-icons #menu-icon:hover {
  opacity: 0.8;
}
#header #header-icons #wishlist-icon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: -10px;
  background-image: url("../images/cartMenu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
}
#header #header-icons #wishlist-icon > span {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  color: white;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #dd0000;
}
#header #header-icons #wishlist-icon:hover {
  opacity: 0.8;
}
#menu {
  position: relative;
  display: none;
  margin-right: 5px;
  padding: 5px 15px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 50;
}
#menu > ul {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
#menu > ul:last-child {
  border-bottom: none;
}
#menu > ul > li.active {
  font-weight: bold;
}
#menu > ul > li > .title {
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 80%;
  text-transform: uppercase;
  opacity: 0.6;
}
#menu > ul > li > a {
  display: block;
  padding: 5px 0 5px 20px;
}
#nav-sections {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: black;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
body.clean #nav-sections {
  display: none !important;
}
#nav-sections > a {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: white;
  text-decoration: none !important;
  opacity: 0.5;
}
@media screen and (max-width: 680px) {
  #nav-sections > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#nav-sections > a:hover {
  opacity: 1;
}
#nav-sections > a.active {
  opacity: 1;
  background-color: #262626;
  cursor: default;
}
#nav-sections > a > .icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#nav-sections > a > .icon.icon-narrow {
  margin-left: -5px;
  margin-right: -3px;
}
#nav-sections > a > .label {
  display: block;
  flex: 0 1 auto;
  overflow: hidden;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 540px) {
  #nav-sections > a > .label {
    display: none;
  }
}
#nav {
  display: block;
  overflow: hidden;
  height: 27px;
  line-height: 27px;
  padding: 0 20px;
  color: white;
  font-size: 13px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #262626;
}
body.clean #nav {
  display: none !important;
}
#page-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 20px 60px;
  text-align: left;
}
body.clean #page-wrapper {
  margin: 0;
  padding: 0;
}
.msgbox {
  margin-bottom: 20px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 13px;
  background-color: #e2e2e2;
  border-radius: 5px;
}
.msgbox.error {
  color: #CC0000;
}
form .privacy {
  font-size: 13px;
}
#wishlist-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 9999;
}
#wishlist-popup > iframe {
  display: block;
  width: 95%;
  height: 95%;
  max-width: 540px;
  max-height: 640px;
  border: 1px solid black;
  background-color: white;
}
#footer {
  margin: 0;
  padding: 20px;
  color: #666666;
  font-size: 14px;
}
body.clean #footer {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  #footer {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  #footer {
    font-size: 12px;
  }
}
#footer .no-wrap {
  white-space: nowrap;
}
.smartphoto .smartphoto-header {
  overflow: visible !important;
  height: 0 !important;
  padding: 0 !important;
}
.smartphoto .smartphoto-caption {
  overflow: visible !important;
  height: 0 !important;
  padding: 0 !important;
}
.smartphoto .smartphoto-count {
  display: none !important;
}
#cookie-info {
  position: fixed;
  overflow: hidden;
  left: 200px;
  right: 200px;
  bottom: 20px;
  text-align: left;
  background-color: #2a2d32;
  border-radius: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 30;
  transition-property: bottom, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 1660px) {
  #cookie-info {
    left: 100px;
    right: 100px;
  }
}
@media screen and (max-width: 1390px) {
  #cookie-info {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
#cookie-info.closed {
  bottom: -200px !important;
  opacity: 0;
  pointer-events: none;
}
#cookie-info > p {
  margin: 0 60px;
  padding: 20px 15px;
  color: white;
}
#cookie-info > p > a {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;
  opacity: 0.7;
}
#cookie-info > p > a:hover {
  opacity: 1;
}
#cookie-info > .close {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url("../images/close18x2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  cursor: pointer;
}
#cookie-info:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #111214;
  background-image: url("../images/info36x2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}
#cookie-info ::-moz-selection {
  background-color: #79838d;
}
#cookie-info ::selection {
  background-color: #79838d;
}
