#header-wrapper {
  background: #000;
}

#site-menu-wrapper {
  background: rgb(80, 4, 4);
  backdrop-filter: saturate(200%) blur(2px);
  width: 100%;
  z-index: 2;
  a {
    color: #fff;
  }
  .dropdown-menu {
    color: #333;
  }
}
#site-menu-wrapper a {
  color: #fff;
}
#site-menu-wrapper a:hover {
  background: rgba(255, 255, 255, 0.05);
}
#site-menu-wrapper .dropdown-menu {
  background: #500404;
  padding: .5em;
}

#main-wrapper {
  /*background: url('../images/background.jpg');*/
  background-position: center top;
  background-repeat: no-repeat;
  padding: 2em 0;
}

#page {
  min-height: 100vh;
}
#header > .row {
  align-items: center;
  margin-bottom: 0;
}
#header .search {
}
#header .tagline {
  color: #999;
  font-size: .8em;
  letter-spacing: .05em;
  font-style: inherit;
  text-transform: uppercase;
  font-weight: 600;
}
#header .header-icons {
  margin-bottom: 12px;
}
#header .header-icon [data-toggle="dropdown"] {
  background: none;
  padding-inline-end: 0 !important;
}
#header .header-icon.dropdown {
  position: relative;
  z-index: 999;
}
#header .search .input-group {
  position: relative;
  color: #555;
  background: #fff;
  border: none;
  box-shadow: none;
}
#header .search .input-group-addon,
#header .search .form-control {
  padding-top: 4px;
  padding-bottom: 4px;
}
#header .search .input-group input {
}
#header .logotype img {
	margin-bottom: 15px;
	margin-top: 10px;
  filter: invert(1);
}
@media (min-width: 768px) {
  #header {
    padding: 10px 0 0 0;
  }
  #header .logotype img {
    margin-bottom: 25px;
  }
}
@media (min-width: 400px) {
  #header .logotype img {
    max-width: 100%;
    max-height: 65px;
  }
}

#header img.icon {
  height: 26px;
  margin: 0px 5px;
}
@media (min-width: 480px) {
  #header img.icon {
    height: 32px;
    margin: 3px 10px;
  }
}

#cart {
  display: inline-block;
}
#cart > a {
  position: relative;
  display: flex;
  align-items: center;
}
#cart > a:hover {
  border-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#cart .badge {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  animation: pulsating 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  vertical-align: middle;
  font-weight: 700;
  background: #0052b4;
  padding: 1px 7px;
  border-radius: 15px;
}
#cart .badge:empty {
  display: none;
}
@media (max-width: 767px) {
  #cart .details {
    display: none;
  }
}
#site-menu {
  font-family: 'Open Sans';
  font-weight: 600;
	text-transform: uppercase;
  line-height: 100%;
}
@media (min-width: 768px) {
  #site-menu .artists ul {
    columns: 100px 3;
    width: 500px;
  }
  #site-menu .artists li {
    break-inside: avoid;
  }
  #site-menu-wrapper {
    position: relative;
    grid-column: 1 / 13 !important;
    justify-self: center;
    width: 100%;
  }
}
#site-menu li li {
  text-transform: initial;
}
@media (max-width: 767px) {
  #main {
	  padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1309px) {
	#main {
	  padding:0 15px;
  }
	#site-menu {
    padding:0 15px;
  }
	#header {
   padding: 10px 15px 0 15px;
}
}
#main {
  display: grid;
  grid-template-columns: max-content;
  grid-template-areas: 'sidebar content';
  grid-template-rows: 1fr;
  margin-top: 2em;
}
#cookies-acceptance {
  /*position: sticky;*/
  top: 0;
  z-index: 999;
  margin: 0 10px 0 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-top: none;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #cookies-acceptance {
    margin: 0 20px 0 20px;
    padding: 10px 20px;
  }
}
#sidebar {
  position: relative;
}
#sidebar .title {
  font-size: 1em;
}
@media (min-width: 768px) {
  #sidebar {
    width: 250px;
  }
  #sidebar > *:first-child {
    margin-top: 0;
  }
  #sidebar + #content {
    margin-left: 30px;
  }
}
#content {
  grid-area: content;
}
#footer {
  position: relative;
	width: 100%;
	margin: 0 auto;
  background: rgba(0, 0, 0);
  backdrop-filter: saturate(200%) blur(2px);
	padding: 10px;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  #footer {
    padding: 40px;
  }
}
#footer * {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer .title {
	margin: 0 0 0.75em 0;
	text-transform: uppercase;
	font-weight: 700;
}
#footer ul.list-vertical li {
  padding: 0;
}
#footer .logotype {
  margin-bottom: 2em;
}
#footer .payment-methods {
  margin-bottom: 2em;
}
#footer .payment-methods .fa {
  color: #fff;
  font-size: 2em;
}
#footer .bookmarks a {
  font-size: 1.5em;
  transition: background 200ms linear;
}
#footer .bookmarks a:hover .fa {
  color: #fff;
}
#footer img {
  filter: invert(1);
}
#copyright {
  background: #500404;
}
#copyright .notice {
  color: #999;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
}
#copyright .notice a {
  color: inherit;
}
#copyright .notice a:hover {
  color: #fff
}
#scroll-up {
  bottom: 30px;
  display: none;
  height: 48px;
  opacity: 0.4;
  position: fixed;
  right: 30px;
  width: 48px;
}
/* Boxes */
.box {
  margin-bottom: 4em;
}
.box.white {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
.box.border {
  padding: 20px;
}
.box > .title {
  font-family: 'Open Sans';
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 0;
}
#box-information li a {
  color: inherit;
  line-height: 175%;
}
#box-information li a.active {
  color: #2e9cd4;
}
#box-information li a:hover {
  color: #2e9cd4;
}
#box-filter .artists {
  margin-bottom: 2em;
}
#box-filter .manufacturers ul {
  max-height: 200px;
  overflow-y: auto;
}
#box-recently-viewed-products .listing {
  grid-template-columns: repeat(auto-fit, minmax(48px, 0.5fr));
}
.listing {
  display: grid;
}
.listing.products {
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  grid-gap: 10px;
  margin: 2em 0;
}
@media (min-width: 480px) {
  .listing.products {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    grid-gap: 20px;
  }
}
.listing.categories {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 768px) {
  .listing.categories {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
  }
}
.listing h1,
.listing h2,
.listing h3 {
  padding-bottom: 0;
  border: none;
}
.listing a {
  color: inherit;
  text-decoration: none;
}
.listing > .category,
.listing > .manufacturer,
.listing > .product-column,
.listing > .product-row {
  position: relative;
  overflow: hidden;
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
}
.listing .manufacturer {
  color: #999;
}
.listing > .category:hover,
.listing > .manufacturer:hover,
.listing > .product-column:hover,
.listing > .product-row:hover {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}
.listing .category img {
  background: #fff;
}
.listing .category .caption {
  padding: 10px 20px;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.listing .category .caption * {
  color: inherit;
  margin: 0;
}
.listing .manufacturer img {
  width: 100%;
  height: auto;
  padding: 10px;
}
.listing .manufacturer .caption {
  margin: 0;
  padding: 10px;
  background: #f2f2f2;
  color: #333;
  text-align: center;
}
.listing .product-column,
.listing .product-row {
  position: relative;
}
.listing .product-column .link,
.listing .product-row .link {
  text-decoration: none;
}
.listing .product-column .image-wrapper,
.listing .product-row .image-wrapper {
  background: #fff;
}
.listing .product-column .image-wrapper .sticker,
.listing .product-row .image-wrapper .sticker {
  position: absolute;
  top: 20px;
  left: -32px;
  width: 125px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.listing .product-column .image-wrapper .sticker.new,
.listing .product-row .image-wrapper .sticker.new {
  background: rgba(251, 184, 41, 0.85);
}
.listing .product-column .image-wrapper .sticker.sale,
.listing .product-row .image-wrapper .sticker.sale {
  background: rgba(237, 60, 50, 0.85);
}
.listing .product-column .image-wrapper .sticker.preorder,
.listing .product-row .image-wrapper .sticker.preorder {
  background: rgba(0, 0, 0, 0.85);
}
.listing .product-column .name,
.listing .product-row .name {
  display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 70px;
	font-weight: 600;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.listing .product-column .short-description,
.listing .product-row .short-description {
	text-transform: uppercase;
	color: #aaa;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}
.listing .product-column .manufacturer-name,
.listing .product-row .manufacturer-name {
  color: #737373;
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 200%;
}
.listing .product-column .description,
.listing .product-row .description {
  padding: 0 5px;
  margin-top: 20px;
}
.listing .product-column .price-wrapper,
.listing .product-row .price-wrapper {
  font-size: 1.25em;
}
.listing .product-column .price-wrapper .price,
.listing .product-row .price-wrapper .price {
	color: #333;
	white-space: nowrap;
	font-size: 17px;
  font-weight: 400;
}
.listing .product-column .price-wrapper .regular-price,
.listing .product-row .price-wrapper .regular-price {
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}
.listing .product-column .price-wrapper .campaign-price,
.listing .product-row .price-wrapper .campaign-price {
  font-weight: 700;
  color: #ef4848;
  white-space: nowrap;
}
.listing .product-column .preview,
.listing .product-row .preview {
  margin: 0 -1px -1px -1px;
  display: none;
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  box-shadow: none;
}
.listing .product-column:hover .preview,
.listing .product-row:hover .preview {
  display: inline-block;
}
.listing .product-column .image {
  width: 100%;
  height: auto;
}
.listing .product-column .info {
  padding: 10px;
  text-align: center;
}
.listing .product-column .listing-div {
  display: block;
	width: 50%;
	height: 0;
	border-bottom: 1px solid #555;
	border-radius: 1px;
	background: #555;
	margin: 5px auto 5px;
}
.listing .product-column .price-wrapper {
  position: initial;
}
.listing .product-row {
  grid-column: span 4;
}
.listing .product-row .info {
  position: absolute;
  top: 0;
  left: 180px;
  padding: 10px;
}
.listing .product-row .image {
  max-width: 160px;
}
.listing .product-row .price-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%);
  padding: 10px;
  padding-left: 40px;
}
#view-full-page {
  float: right;
  display: inline-block;
  padding: 10px 20px;
}
#box-category h1.title {
}
#box-category img.category-thumbnail {
	border-radius: 2px;
}
#box-category .banner {
	position: relative;
}
.banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-height: 451px;
    overflow: hidden;
    padding-top: 0;
    left: 0;
    right: 0;
    padding-left: 1.85%;
    padding-right: 1.85%;
}
#box-category .banner .banner-content h1 {
	color: #fff;
	text-shadow: 0 1px 1px #333;
	font-size: 4vw;
}
#box-product .main-image {
  position: relative;
  overflow: hidden;
	border-radius: 2px;
}
#box-product .main-image img{
  width:100%;
}
#box-product .main-image .sticker {
	color: #fff;
    font-size: 12px;
    font-weight: 700;
    top: 20px;
    left: -45px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 180px;
}
#box-product .extra-image img {
  opacity:0.6;
}
#box-product .extra-image img:hover{
  opacity:1;
}
#box-product .preorder-info {
  margin: 1em 0;
  border: 1px solid #c00;
  color: #c00;
  padding: .5em;
}
#box-product .preorder-info p {
  margin-bottom: 0;
}

#organic-cotton {
	background: #e9e4da;
	padding: 2em;
}
#certifications {
	padding: 2em;
}
#about-us {
	padding: 2em;
	background: #fff;
	margin-top: 2em;
}
#certifications img{
	width:100%;
	padding: 0.5em;
}
.p-home {
	font-size:1.5em;
	color: #676767;
	padding: 0 2em;
	text-align: center;
}

.strike {
  display: flex;
  align-items: center;
}
.strike::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #333;
}
.strike:not(:empty)::before {
  margin-right: 1em;
}
.strike:not(:empty)::after {
  margin-left: 1em;
}

#box-product .entry-div {
  display: block;
  width: 40%;
  height: 0;
  background: #555;
  border-bottom: 2px solid #555;
  margin: 15px auto 15px;
}

#box-product ul.breadcrumb {
  text-align: center;
	margin-bottom:15px;
}
#box-product .main-image .sticker.new {
  background: #ffc931;
}
#box-product .main-image .sticker.sale {
  background: #e5283a;
}
#box-product .main-image .sticker.preorder {
  background: rgba(0, 0, 0, 0.85);
}
#box-product .price-wrapper {
	white-space: nowrap;
	margin-top: -5px;
}
#box-product .average-rating {
	margin-bottom:15px;
}
#box-product .price {
  font-size: 1.4em;
}
#box-product .campaign-price {
  color: #e5283a;
}
#box-product .tax {
  color: #999999;
}
#box-product .stock-available .value {
  color: #009900;
}
#box-product .stock-partly-available .value {
  color: #ff9900;
}
#box-product .stock-unavailable .value {
  color: #cc0000;
}
#box-product .out-of-stock-notice {
  margin: 1em 0;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 1em;
}
#box-product  .description, #box-product  p.short-description {
	margin: 0px 0px 15px 0px;
  font-family: 'Open Sans';
}
@media (max-width: 767px) {
  #box-product  .description {
	padding:0;
}
}
#box-product .description ul {
	margin: 0;
    padding: 15px 0;
}
#box-product .description li {
	position: relative;
    list-style-type: none;
    padding-left: 2rem;
    margin-bottom: 0.3rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #615b5b;
}

#box-product .description li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

#box-product .technical-data table {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
#box-product .technical-data table td:first-child {
  width: 50%;
}
@media (min-width: 768px) {
  #box-product .technical-data {
    columns: auto 2;
  }
}
#box-product .select-wrapper .form-control {
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none;
	cursor: pointer;
	font-size: 15px;
	padding-left: 40px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	font-weight: 700;
}
#box-product .buynow {
	width:100%;
	margin-bottom:15px;
	background:#55d292;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	font-weight: 700;
}
#box-product .buynow:hover {
	background:#7bf2b5;
}
img.sizechart {
	min-width:250px;
	max-width: 100%;
}
#box-similar-products {
	margin-bottom:25px;
}
#box-product-reviews .rate-now {
  display: inline-block;
}
#box-product-reviews fieldset {
  display: block;
  border: none;
}
#box-product-reviews .rate-now input[name="rating"] { display: none; }
#box-product-reviews .rate-now input[name="rating"] ~ label {
  float: right;
  padding: 5px;
  font-size: 26px;
  color: #444;
  transition: all .25s;
}
#box-product-reviews .rate-now input[name="rating"]:checked ~ label:before {
  content: '\f005';
  color: #0064df;
  transition: all .25s;
}
#box-product-reviews .rate-now input[name="rating"][value="5"]:checked ~ label:before { text-shadow: 0 0 10px #ccc; }
#box-product-reviews .rate-now input[name="rating"][value="1"]:checked ~ label:before { color: #F62; }
#box-product-reviews .rate-now input[name="rating"] ~ label:hover { transform: rotate(-15deg) scale(1.3); }
#box-product-reviews .rate-now input[name="rating"] ~ label:before {
  content: '\f006';
  font-family: FontAwesome;
}
#box-product-reviews {
  margin: 40px 0;
	background-color: #fff;
	border-radius: 12px;
  padding: 1px 25px 25px;
}
#box-product-reviews .reviews .review {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
	border-radius: 8px;
	margin-bottom: 15px;
}
#box-product-reviews .reviews .vote {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
#box-product-reviews .reviews .rating {
	float:right;
}
#box-product-reviews .reviews .date {
	color:#ccc;
	font-size: 16px;
  font-weight: normal;
}
#box-product-reviews .reviews .name {
	font-weight: 700;
}
#box-product-reviews .reviews .desc {
	margin-top:15px;
}
#box-product-reviews .reviews .title {
  font-weight: 700;
  margin: 7.5px 0;
}
#box-product-reviews .title {
  margin: 40px 0 25px 0;
}
form[name="rating_form"] {
  background: #f9f9f9;
	border-radius:8px;
}
.preheader {
  position: relative;
  background: rgba(160, 0, 0, 0.6);
  font-size: .9em;
  backdrop-filter: saturate(200%) blur(2px);
  padding: 4px;
  color: #fff;
  text-align: center;
  z-index: 2;
}


/* Smooth Marquee */
#box-manufacturer-logotypes {
  --animation-speed: 50s;
}
#box-manufacturer-logotypes .container {
  position: relative;
  overflow: hidden;
  max-width: 1280px;
}
#box-manufacturer-logotypes .container:before,
#box-manufacturer-logotypes .container:after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 15rem;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);
}
#box-manufacturer-logotypes .container:after {
  left: auto;
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
}
#box-manufacturer-logotypes .marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
#box-manufacturer-logotypes .marquee.hover-pause:hover .marquee-content {
  animation-play-state: paused;
}
#box-manufacturer-logotypes .marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  animation: scroll var(--animation-speed) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  #box-manufacturer-logotypes .marquee-content {
    animation-play-state: paused !important;
  }
}
#box-manufacturer-logotypes .marquee-content li {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
#box-manufacturer-logotypes .marquee-content li img {
  max-width: 100%;
  padding: 0 1em;
}
@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
