/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;=
  position: relative;
}






body {
  background: #DADAD2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #222222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  line-height: 14px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 90px;

}
body.has_welcome {
  padding-top: 0;
}
body.has_welcome header {
  background: transparent;
}
body#cart .footer_cart {
  display: none;
}
body#home {
  background-color:black;
  padding-top: 0;
}
body.standalone {
  padding: 70px;
  text-align: center;
}
body.standalone h1 {
  font-size: 22px;
  line-height: 1.6em;
}
body.standalone .maintenance_icons {
  display: block;
}
body.standalone .maintenance_icons li {
  display: inline-block;
}
body.standalone .maintenance_icons li a {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 668px) {
  body.standalone .maintenance_icons li a {
    padding: 0 6px;
  }
}
body.standalone .maintenance_icons li a svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #222222;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 668px) {
  body.standalone .maintenance_icons li a svg {
    height: 26px;
    width: 26px;
  }
}
body.standalone .maintenance_icons li a:hover svg {
  opacity: 0.6;
}

header {
  background: #000000;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  height: 90px;
  left: 0;
  margin: 0;
  padding: 20px 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 980;
  width: 100%;
}
@media screen and (max-width: 800px) {
  header {
    padding: 20px;
  }
}
@media screen and (max-width: 668px) {
  header {
    position: absolute;
  }
}
header.background_overlay {
  background: #000000 !important;
}

header .store_name {
  color: #414141;
  font-size: 24px;
  max-width: 60%;
}
@media screen and (max-width: 668px) {
  header .store_name {
    font-size: 20px;
  }
}
header .store_name a {
  color: #414141;
  display: flex;
  align-items: center;
  line-height: 1.2em;
  transition: color 0.2s ease;
}
header .store_name a:hover {
  color: #F02222;
}



header .store_name.image {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 65%;
}
header .store_name.image a {
  height: 65px;
   width: 222px;
}
header .store_name.image a img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
   height: 65px;
    width: 222px;

}
header .header_icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header_icons li button {
  appearance: none;
  background: none;
  border: none;
  color: #414141;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  position: relative;
  padding: 0;
  transition: color 0.2s linear;
}
header .header_icons li button > * {
  pointer-events: none;
}
header .header_icons li button:hover {
  color: #F02222;
}
header .header_icons li button svg {
  fill: currentColor;
  height: 30px;
  width: 30px;
}
header .header_icons li.open_search svg {
  height: 32px;
  width: 32px;
  position: relative;
  top: 2px;
  right: -15px;
}
header .header_icons li.open_cart:hover .cart_value {
  background: #F02222;
}
@media screen and (max-width: 668px) {
  header .header_icons li.open_cart {
    display: none;
  }
}
header .header_icons li.open_menu button:hover span {
  background: #F02222;
}
header .header_icons li.open_menu button span {
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  background: #414141;
  width: 100%;
  height: 2px;
  position: absolute;
  opacity: 1;
  width: 24px;
  transition: background 0.2s ease;
}
header .header_icons li.open_menu button span:nth-child(1) {
  top: 12px;
}
header .header_icons li.open_menu button span:nth-child(2), header .header_icons li.open_menu button span:nth-child(3) {
  top: 50%;
}
header .header_icons li.open_menu button span:nth-child(4) {
  bottom: 10px;
}


.cart_count {
  position: absolute;
  right: -13px;
  top: 0;
}
.cart_count .cart_value {
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-color: #414141;
  color: #000000;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 8px;
}

a {
  color: #3F3F3F;
  text-decoration: none;
}

a:hover {
  color:#ee3232;
  text-decoration: none;

}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, a.button {
 -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  background-color: #aaaaaa;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding: 0;
  text-align: center;


  
  
}

button:hover{
 -moz-transition: linear 0.1s;
  -o-transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  background-color: #ff0000;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding: 0;
  text-align: center;

  
  
}



button.minimal-button, a.button.minimal-button {
  background: none;
  color: #000000;
  border: none;
  font-size: 14px;
  padding: 0;
}
button.minimal-button:not(:disabled):hover, button.minimal-button:not(:disabled):active, button.minimal-button:not(:disabled):focus, a.button.minimal-button:not(:disabled):hover, a.button.minimal-button:not(:disabled):active, a.button.minimal-button:not(:disabled):focus {
  background: none;
  text-decoration: underline;
  opacity: 1;
}
button:disabled, button.disabled, a.button:disabled, a.button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
button:not(:disabled):hover, button:not(:disabled):active, button:not(:disabled):focus, a.button:not(:disabled):hover, a.button:not(:disabled):active, a.button:not(:disabled):focus {
  border: none;
  opacity: 0.7;
}

.errors {
  color: ;
  margin-bottom: 40px;
  text-align: center;
}
.errors li {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.select {
  position: relative;
  border: 2px solid #3F3F3F;
  color: #3F3F3F;
  font-family: "Inter", sans-serif;
  height: 60px;
  margin-bottom: 20px;
  max-width: 360px;
  padding: 0;
  position: relative;
  transition: border 0.2s linear;
  width: 100%;
}
.select select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #3F3F3F;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 2em;
  padding: 0 50px 0 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.select select option {
  background-color: #FFF;
  color: #000;
}
.select select:focus {
  box-shadow: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  transition: fill 0.2s linear;
  fill: #3F3F3F;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  z-index: 1;
}

.overlay {
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 991;
}
.overlay.open {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  visibility: visible;
}
.overlay .overlay_background {
  background: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.90;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 991;
}
.overlay .overlay_content {
  height: 100%;
  overflow-y: scroll;
  padding: 90px 0;
}
.overlay .close_overlay {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #414141;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: 40px;
  top: 26px;
  width: 40px;
  z-index: 992;
}
.overlay .close_overlay:hover {
  color: #F02222;
}
.overlay .close_overlay svg {
  fill: currentColor;
  display: block;
}
@media screen and (max-width: 668px) {
  .overlay .close_overlay {
    right: 20px;
  }
}
.overlay .page_list {
  display: none;
  margin: 40px auto;
  max-width: 80%;
  opacity: 0;
  position: relative;
  z-index: 992;
  visibility: hidden;
}
.overlay .page_list li {
  display: block;
  margin: 60px -90px;
}
.overlay .page_list li a {
  color: transparent;
  display: inline-block;
  font-family: industry, sans-serif;
font-style: italic;
font-weight: 200;
  font-size: 175px;
  line-height: 150px;
  -webkit-text-stroke: 1px white;
  letter-spacing: -1px;
  text-transform: uppercase;
white-space: nowrap;
  padding: 5px;
}
.overlay .page_list li a:hover {
  color: #F02222;
  text-decoration:none;
}
@media screen and (max-width: 668px) {
  .overlay .page_list li a {
    font-size: 20px;
  }
}
.overlay .search_form {
  display: none;
  z-index: 993;
}
.overlay.navigation .page_list {
  display: block;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  opacity: 1;
  visibility: visible;
}
.overlay.search .search_form {
  display: block;
  position: relative;
}
.overlay.search .search_form input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #414141;
  display: block;
  margin: 30px auto;
  padding: 15px;
  width: 60%;
}
@media screen and (max-width: 668px) {
  .overlay.search .search_form input {
    width: 80%;
  }
}
.overlay.search .search_form input:focus {
  border: none;
  color: #414141;
}
.overlay.search .search_form input::-moz-placeholder {
  color: #414141;
}
.overlay.search .search_form input::-webkit-input-placeholder {
  color: #414141;
}
.overlay.search .search_form input:-ms-input-placeholder {
  color: #414141;
}

.footer_cart {
  bottom: 0;
  display: none;
  height: 60px;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 668px) {
  .footer_cart {
    display: block;
  }
}
.footer_cart .background {
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.98;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer_cart .open_cart {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: inline-block;
  position: relative;
}
.footer_cart .open_cart svg {
  fill: #414141;
  height: 32px;
  width: 32px;
}
.footer_cart .open_cart .cart_count {
  top: -4px;
  right: -13px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
}

h1 {
font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0;
  padding: 0px 0px;
  position: relative;
  
 
}
@media screen and (max-width: 668px) {
  h1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

h2.featured_products {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  h2.featured_products {
    margin: 30px 0;
  }
}

.featured_categories + h2.featured_products {
  margin-top: -0px;

}
@media screen and (max-width: 800px) {
  .featured_categories + h2.featured_products {
    margin-top: 60px;
  }
}

@-webkit-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-moz-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-ms-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@-moz-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@-ms-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@-o-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
.welcome_image {
  background-image: url('https://assets.bigcartel.com/theme_images/103732039/89.png?auto=format&fit=max&w=3440');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: ;
  height: 100vh;
  left: 0;
  position:relative;
  z-index:-9999;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .welcome_image {
    background-attachment: scroll;
  }
}
.welcome_image .welcome_overlay {
  background: ;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.welcome_image .welcome_text {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: calc(50% - 45px);
  -webkit-animation: welcome-text ease-in 900ms forwards;
  -moz-animation: welcome-text ease-in 900ms forwards;
  -ms-animation: welcome-text ease-in 900ms forwards;
  -o-animation: welcome-text ease-in 900ms forwards;
  animation: welcome-text ease-in 900ms forwards;
  padding: 0 20px;
}
.welcome_image .welcome_text.fade_out {
  -webkit-animation: hide-welcome-text ease-in 200ms forwards;
  -moz-animation: hide-welcome-text ease-in 200ms forwards;
  -ms-animation: hide-welcome-text ease-in 200ms forwards;
  -o-animation: hide-welcome-text ease-in 200ms forwards;
  animation: hide-welcome-text ease-in 200ms forwards;
}
.welcome_image .welcome_text h1 {
  font-size: 60px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .welcome_image .welcome_text h1 {
    font-size: 9vw;
  }
}
.welcome_image .welcome_text .welcome_button {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  color: ;
  width: 180px;
  position: relative;
  z-index: 9999;
  bottom: 300px;
  
}
.welcome_image .welcome_text .welcome_button:hover {
  opacity: 0.6;
}

section.content {
  margin: 0 auto 100px auto;
  max-width: 1300%;
  padding: 0px;
  padding-top: 70px;
  width: 100%;


}
@media screen and (max-width: 668px) {
  section.content {
    padding: 60px 20px 40px;
  }
}
section.content .custom_page {
  color: #3F3F3F;
  line-height: 1.7em;
  margin: 0 auto;
  max-width: 1040px;
  overflow-y: auto;
  padding: 0 1px;
  width: 100%;
}
section.content .custom_page a[href] {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-decoration: underline;
}
section.content .custom_page a[href]:hover {
  opacity: 1;
}
section.content .custom_page img, section.content .custom_page iframe {
  max-width: 100%;
}
section.content .custom_page p {
  margin: 0 auto 20px;
}
section.content .custom_page ol, section.content .custom_page ul {
  margin: 1em 0;
}
section.content .custom_page ul {
  list-style: disc;
  list-style-position: inside;
}
section.content .custom_page ol {
  list-style: decimal;
  list-style-position: inside;
}
section.content.page-contact {
  max-width: 600px;
}
section.content.page-product {
  *zoom: 1;
  max-width: 1100px;
  padding-top: 50px;
}
section.content.page-product:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  section.content.page-product {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
section.content.page-product h1 {
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 15px;
  text-align: left;
}
section.content.page-product h2 {
  color: #3F3F3F;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 20px;
}
section.content.page-home {
  padding-top: 50px;
    background-color:#000000;
}
section.content.page-home.has_welcome {
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  section.content.page-home.has_welcome {
    padding-top: 50px;
  }
}
@media screen and (max-width: 668px) {
  section.content.page-home.has_welcome {
    padding-top: 50px;
  }
  section.content.page-home.has_welcome .home_tagline {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 800px) {
  section.content.page-home {
    padding-top: 160px;
  }
}
@media screen and (max-width: 668px) {
  section.content.page-home {
    padding-left: 0;
    padding-right: 0;
    padding-top: 110px;
  }
}
section.content.page-home.home-empty {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 668px) {
  section.content.page-products {
    padding-left: 0;
    padding-right: 0;
  }
}
section.content h1 {
  text-align: center;
}


footer.footer {
  background: #C1A9A9;
  color: #222222;
  font-family: "Inter", sans-serif;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  min-height: 120px;
  padding: 60px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
footer.footer a {
  color: #222222;
  transition: color 0.2s linear;
}
footer.footer a:hover {
  color: #FF1818;
}
@media screen and (max-width: 668px) {
  footer.footer {
    height: auto;
    margin: 20px 0 0;
    padding-bottom: 120px;
  }
}
footer.footer .footer_icons {
  display: flex;
  gap: 20px;
}
footer.footer .footer_icons a {
  display: block;
}
footer.footer .footer_icons a svg {
  fill: currentColor;
  display: block;
  height: 32px;
  width: 32px;
}
footer.footer .footer_pages {
  display: flex;
  gap: 30px;
  max-width: 640px;
  flex-wrap: wrap;
  justify-content: center;
}
footer.footer .footer_pages a {
  display: block;
  font-size: 16px;
  padding: 2px;
}
footer.footer .footer_pages a:hover {
  text-decoration: underline;
}
footer.footer .bigcartel-credit {
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 8px;
  outline-offset: 4px;
  padding: 2px 0;
}
footer.footer .bigcartel-credit__text {
  position: relative;
}
footer.footer .bigcartel-credit__lockup {
  display: block;
  fill: currentColor;
  padding-top: 1px;
  width: 80px;
}

.home_tagline {
  color: #3F3F3F;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 auto 200px;
  max-width: 680px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .home_tagline {
    margin: 90px auto 120px;
  }
}
@media screen and (max-width: 668px) {
  .home_tagline {
    margin: 60px auto;
  }
}

.mini_cart {
  box-shadow: 0 2px 10px 0 #3F3F3F;
  background: #DADAD2;
  height: 430px;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  margin: 0;
  max-width: 380px;
  right: 40px;
  top: 90px;
  width: 380px;
  z-index: 4;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
.mini_cart.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 668px) {
  .mini_cart {
    display: none !important;
  }
}
.mini_cart .triangle {
  height: 0;
  border-style: solid;
  border-width: 2px 15px 14px 15px;
  border-color: transparent transparent #DADAD2 transparent;
  position: absolute;
  right: 65px;
  top: -12px;
  width: 0;
}
@media screen and (max-width: 800px) {
  .mini_cart .triangle {
    right: 37px;
  }
}
.mini_cart .cart_holder .item_holder {
  height: 277px;
  position: absolute;
  overflow-y: scroll;
  padding: 0 30px;
  padding-top: 30px;
}
.mini_cart .cart_holder .item_holder .cart_item {
  zoom: 1;
  display: block;
  margin-bottom: 20px;
}
.mini_cart .cart_holder .item_holder .cart_item:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.mini_cart .cart_holder .item_holder .cart_item .item_image {
  float: left;
  width: 30%;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info {
  color: #222222;
  float: left;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  width: 70%;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info > span {
  color: #3F3F3F;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}
.mini_cart .cart_holder .item_holder .cart_item .item_price {
  color: #3F3F3F;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 2px;
}
.mini_cart .cart_holder .cart_footer {
  bottom: 0;
  height: 178px;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
}
.mini_cart .cart_holder .cart_footer .item_subtotal {
  zoom: 1;
  font-size: 18px;
  padding: 20px 0;
}
.mini_cart .cart_holder .cart_footer .item_subtotal:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.mini_cart .cart_holder .cart_footer .item_subtotal > span {
  float: right;
}
.mini_cart .cart_holder .cart_footer .button {
  max-width: none;
  width: 100%;
}
.mini_cart.empty {
  font-size: 18px;
  height: auto;
  padding: 30px;
  text-align: center;
}
.mini_cart.empty .button {
  margin-top: 40px;
  max-width: none;
}

.start_shopping_message {
  line-height: 1.5em;
  text-align: center;
}
.start_shopping_message p {
  margin: 80px 40px;
}
@media screen and (max-width: 668px) {
  .start_shopping_message .button {
    max-width: 100%;
  }
}
.category_list {
  margin: 0 auto 25px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .category_list {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.category_list ul li {
  display: inline-block;
  font-size: 0;
}
.category_list ul li a {
  transition: color 0.2s ease;
  display: block;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  padding: 10px 10px 10px 5px;
}
.category_list ul li a:hover {
  color: #FF1818;
  text-decoration: none;
}
@media screen and (max-width: 668px) {
  .category_list ul {
    display: none;
  }
}
.category_list .select {
  display: none;
  max-width: 100%;
}
@media screen and (max-width: 668px) {
  .category_list .select {
    display: block;
  }
}

.product_list {
  *zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0px 0px 0px 0px;
  padding: 0;
  position: relative;
  text-align: center;
  padding: 0px;

}
.product_list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .product_list {
    margin: 0;
  }
}
.product_list.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .product_list.justify_center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.product_list li {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 20px 0px;
  position: relative;
  vertical-align: top;
    width: 16.666%;

;
  
}
@media screen and (max-width: 945px) {
  .product_list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .product_list li {
    padding-bottom: 20px !important;
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .product_list li {
    padding: 30px 0 200px 0;
    width: 50%;
  }
}
.product_list li a 
{
  display: block;
  position: relative;
  text-align: center;
  width: 100%;

  
}
.product_list li a:hover {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

 
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
}
.product_list li a img {

  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.product_list li a .product_details {
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  color: #222222;
  padding-top: 0px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.product_list li a .product_details .details_background {

  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}


.product_list li a .product_details .product_name {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0;
  padding: 0px 0px;
  position: relative;
  
}


.product_list li a .product_details .product_status {
  color: #F02222;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: -1px;
  position: absolute;
  text-transform: uppercase;
  margin: 30px 0 0;
  width: 100%;
}

    @media screen and (max-width: 668px) {

.product_list li a .product_details .product_status {
  color: #F02222;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: -1px;
  position: absolute;
  text-transform: uppercase;
  margin: 35px 0 0;
  width: 100%;
}
}
.product_list li a .product_details .product_price {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 0;
  position: relative;
}
@media screen and (max-width: 668px) {
  .product_list li a .product_details {
    bottom: auto;
    opacity: 1;
    position: relative;
  }
  .product_list li a .product_details .product_name {
    font-size: 14px;
    line-height: 15px;
    padding: 0 20px;
    margin: 0;
  }
  .product_list li a .product_details .product_price {
    font-color: #222222;
      line-height: 12px;
    font-size: 14px;
  }
}
.product_list li.sold img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);

}
.product_list li.sold .product_price {
  text-decoration: line-through;
}
.product_list li.show_overlay {
  padding-bottom: 20px;
}
.product_list li.show_overlay > a {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .product_list li.show_overlay .product_details {
    bottom: -150px;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
  }
}
@media screen and (min-width: 800px) {
  .product_list li.show_overlay:hover .product_details {
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product_list li.show_overlay .product_details {
    bottom: auto;
    opacity: 1;
    position: relative;
  }
  .product_list li.show_overlay .product_details .product_name {
    font-size: 14px;
    padding: 0 10px 0 10px;
    margin: 0;
  }
  .product_list li.show_overlay .product_details .product_price {
    font-color: #92928d;
    font-size: 14px;
  }
}

.no-flexbox .product_list li {
  display: inline-block;
}

.featured_categories + .product_list {
  margin-top: 80px;
}


.pagination {
  *zoom: 1;
  font-size: 0;
  line-height: 60px;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .pagination {
    line-height: 40px;
    max-width: 100%;
  }
}
.pagination span, .pagination a {
  display: inline-block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 800px) {
  .pagination span, .pagination a {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 668px) {
  .pagination span, .pagination a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.pagination span i, .pagination a i {
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  position: relative;
}
.pagination .current {
  background: #AAAAAA;
  color: #414141;
}
.pagination .previous svg, .pagination .next svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #3F3F3F;
    height: 24px;
  position: relative;
  top: 6px;
  width: 22px;
}
.pagination .previous svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination .next svg {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .disabled {
  display: none;
}

.no_products {
  text-align: center;
}


.previous_next {
  *zoom: 1;
 font-size: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 60px;
  margin-right: 0px;
 
}


.previous_next:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .previous_next {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.previous_next .previous_product {
  float: left;
}
.previous_next .previous_product svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.previous_next .next_product {
  float: right;
}
.previous_next .next_product svg {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.previous_next a {
  display: block;
  position: relative;
}
.previous_next a svg {
  display: inline-block;
  fill: #3F3F3F;
  height: 10px;
  position: relative;
  top: 1px;
  width: 10px;
}

.product_images{
  float: left;
  max-width: 56%;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .product_images {
    float: none;
    max-width: 100%;
  }
}
.product_images a {
  display: block;
  outline: none;
}
.product_images .primary_image {
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(170, 170, 170, 1));
    width: 100%;

}

.product_images .product_thumbnails {
  max-width: 100%;
  width: 100%;
  *zoom: 1;
  font-size: 0;
  margin: 2px -1px 0 -1px;
  padding: 0;
  text-align: center;
  
}

.product_images .product_thumbnails:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
  
 
}
@media screen and (max-width: 668px) {
  .product_images .product_thumbnails {
    margin: 2px 1px;
  }
}

.product_images .product_thumbnails li 
display: inline-block;
  padding: 0px 0px;
  vertical-align: top;
  width: 100%;
}
.product_images .product_thumbnails li img
  -moz-transition: opacity 0.02s linear;
  -o-transition: opacity 0.02s linear;
  -webkit-transition: opacity 0.02s linear;
  transition: opacity 0.02s linear;
  display: block;
  width: 100%;
}

.product_images .product_thumbnails li.active img 
  opacity: 1;
}





.reset-selection-button-container {
  max-width: 360px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .reset-selection-button-container {
    max-width: 100%;
  }
}

button.reset-selection-button {
  display: none;
  height: auto;
  width: auto;
  line-height: normal;
  margin-top: 20px;
  padding: 4px;
  
}

.product_detail {
position: fixed;
  float: left;
  max-width: 1100px;
  padding-left: 640px;
  width: 100%;


}
.product_detail h2 {
  font-family: "Inter", sans-serif;
 
}
@media screen and (max-width: 1200px) {
  .product_detail {
     position: relative;
    padding-left: 5%;
  }
}
@media screen and (max-width: 668px) {
  .product_detail {
    float:none;
      position: relative;
    margin-top: 40px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product_detail .product_description {
  color: #3F3F3F;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
  line-height: 14px;
  margin-top: 20px;
}
.product_detail .product_description img, .product_detail .product_description iframe {
  display: block;
  max-width: 100%;
}
.product_detail .product_description ol, .product_detail .product_description ul {
  margin: 1em 0;
}
.product_detail .product_description ul {
  list-style: disc;
  list-style-position: inside;
}
.product_detail .product_description ol {
  list-style: decimal;
  list-style-position: inside;
}
.product_detail .product_description a[href] {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-decoration: underline;
}
.product_detail .product_description a[href]:hover {
  opacity: 0.6;
}
.product_detail .product-form {
  margin-top: 40px;
}
.product_detail .product-form .errors {
  font-size: 12px;
  line-height: 12x;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product_detail .product-form .select, .product_detail .product-form button {
    max-width: 100%;
  }
}
.product_detail .product-form #quantity {
  display: none;
}
.product_detail .product-form.show-sold-out option[disabled-type="sold-out"] {
  display: block;
}
.product_detail .product-form.hide-sold-out option[disabled-type="sold-out"] {
  display: none;
}

.share_buttons {
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .share_buttons {
    text-align: center;
  }
}
.share_buttons li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .share_buttons li {
    margin: 0 10px;
  }
}
.share_buttons li a {
  cursor: pointer;
  display: block;
}
.share_buttons li a svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #3F3F3F;
  height: 24px;
  width: 24px;
}
.share_buttons li a:hover svg {
  opacity: 0.6;
}
.share_buttons li.social_pinterest a {
  display: inline-block;
  position: relative;
}
.share_buttons li.social_pinterest a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#instant-checkout-button {
display: block; 
  position: relative;
  width: 100%;
  padding: 50px;
  
}
@media screen and (max-width: 668px) {
  #instant-checkout-button {
    max-width: 100%;
  }
}
.mini-cart {
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
}

#cart .cart_holder {
  display: none;
}

#cart footer {
  padding-bottom: 60px;
}

.cart_form {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1200px;
}
.cart_form:after {
  content: "";
  display: table;
  clear: both;
}
.cart_form .errors {
  margin: 0 auto 40px auto;
  max-width: 540px;
  width: 100%;
}

.cart_items {
  float: left;
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cart_items {
    max-width: 65%;
  }
}
@media screen and (max-width: 945px) {
  .cart_items {
    max-width: 60%;
  }
}
@media screen and (max-width: 668px) {
  .cart_items {
    float: none;
    max-width: 100%;
  }
}
.cart_items li {
  *zoom: 1;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
}
.cart_items li:after {
  content: "";
  display: table;
  clear: both;
}
.cart_items li a.item_image {
  float: left;
  height: 100%;
  max-width: 40%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cart_items li a.item_image {
    max-width: 35%;
  }
}
.cart_items li a.item_image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.cart_items li .item_details {
  font-family: "Inter", sans-serif;
  float: left;
  max-width: 500px;
  padding: 0 40px;
  width: auto;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details {
    padding-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .cart_items li .item_details {
    padding-right: 0;
  }
}
.cart_items li .item_details a {
  color: #222222;
  display: block;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
  line-height: 14px;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
  line-height: 14px;
  }
}
.cart_items li .item_details a > span {
  color: #3F3F3F;
  display: block;
  font-family: "Inter", sans-serif;
  font-family: 'Roboto', sans-serif;
    font-weight: 1500;
    font-size: 14px;
    letter-spacing: -0.5px;
  line-height: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a > span {
    font-size: 14px;
  }
}
.cart_items li .qty_holder {
  *zoom: 1;
  margin-top: 15px;
}
.cart_items li .qty_holder:after {
  content: "";
  display: table;
  clear: both;
}
.cart_items li .qty_holder button {
  -moz-border-radius: 3ex;
  -webkit-border-radius: 3ex;
  border-radius: 3ex;
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background: none;
  border: 2px solid ;
  color: #3F3F3F;
  float: left;
  height: 40px;
  line-height: normal;
  width: 40px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder button {
    height: 36px;
    width: 36px;
  }
}
.cart_items li .qty_holder button svg {
  fill: #3F3F3F;
  height: 20px;
  position: relative;
  top: 2px;
  width: 20px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder button svg {
    height: 18px;
    width: 18px;
  }
}
.cart_items li .qty_holder input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #3F3F3F;
  float: left;
  font-size: 16px;
  height: 40px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder input {
    height: 36px;
    width: 56px;
  }
}
.cart_items li .qty_holder input:focus {
  box-shadow: none;
  outline: none;
}

.flexbox .cart_items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.cart_info {
  border: 2px solid ;
  color: #3F3F3F;
  float: right;
  max-width: 30%;
  padding: 45px 40px 20px 40px;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 110px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cart_info {
    max-width: 35%;
  }
}
@media screen and (max-width: 945px) {
  .cart_info {
    max-width: 40%;
    padding: 40px 35px 25px 35px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info {
    border: none;
    float: none;
    max-width: 100%;
    padding: 40px 0 0;
  }
}
.cart_info h3, .cart_info h4 {
  margin-bottom: 20px;
  text-align: left;
}
.cart_info h3 > span, .cart_info h4 > span {
  float: right;
}
.cart_info h3 {
  color: #222222;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .cart_info h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info h3 {
    font-size: 26px;
  }
}
.cart_info button, .cart_info .button {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .cart_info button, .cart_info .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info button, .cart_info .button {
    font-size: 14px;
  }
}
.cart_info .continue_shopping {
  background: none;
  color: #3F3F3F;
  font-size: 14px;
  margin-top: 20px;
}

.cart_empty_message {
  text-align: center;
}
.cart_empty_message p {
  margin: 80px 0;
}
.cart_empty_message svg {
  fill: #3F3F3F;
  height: 40px;
  width: 40px;
}
.contact_form > div {
  margin-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .contact_form > div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send {
    text-align: center;
  }
  .contact_form .contact_send button {
    margin-left: 0;
  }
}
.contact_form input {
  height: 36px;
}
.contact_form input, .contact_form textarea {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
border: 1px solid #969696;
  background-color:#dadad2;
  font-size: 16px;
  padding: 14px;
  width: 100%;
}
.contact_form input:active, .contact_form input:focus, .contact_form textarea:active, .contact_form textarea:focus {
border-bottom: 0px solid #969696;  outline: none;
}
.contact_form textarea {
  height: 100px;
}
.contact_form label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact_form .contact_name, .contact_form .contact_recaptcha, .contact_form .contact_send, .contact_form .contact_email {
  display: block;
  position: relative;
  width: 100%;
}
.contact_form .recaptcha-note {
  font-size: 14px;
  line-height: 1.5em;
}
.contact_form .recaptcha-note a {
  text-decoration: underline;
}
.contact_form .contact_send {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send {
    text-align: center;
  }
}
.contact_form .contact_send button {
  margin: 30px auto;
  width: 300px;
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send button {
    max-width: 100%;
    width: 100%;
  }
}

.message_sent {
  line-height: 1.3em;
  text-align: center;
}
/*






*/

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/




  .hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -13px;
  left: 0;
  background-color: #FF1818;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after {
  transform-origin: bottom right;
}







.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
   width: 100%;
  height: 160%;
  pointer-events: none;
}



.video-background1 {
      background-color: #5865f2;

background: url('https://i.pinimg.com/originals/02/87/d3/0287d3ba8b3330fca99f69e2001d3168.gif') no-repeat;
    opacity: 0.6;
    background-size: cover;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground1,
.video-background1 iframe {
  position: absolute;
   width: 100%;
  height: 160%;
  pointer-events: none;
}











.marquee-container {
  width: 100%;
  margin: 0px auto;
  font-size: 43px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
    border: 1px solid;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.content-wrapper {
  padding-inline: 8px;
  display: flex;
  column-gap: 16px;
  align-items: center;
  animation: scroll 10s linear infinite;
}
p.one  {
  white-space: nowrap;
  font-size: 33px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ff0000;
  }
 



}
.scroll {
  animation: scroll 10s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}















.lightwidget-widget {
 filter: brightness(1);
     position: static;
  margin: 25% 0% -24% 50%;
  z-index: 99999;
 }



.shopping {
  font-family: 'Oswald', sans-serif;
  font-color: white;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
text-align:center;
    padding-top: 18px;

}


   



.navigationtext {
  font-family: 'Oswald', sans-serif;
  font-color: white;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
text-align: right;
    width: 2400px;
  margin-left: 18%;
}




.welcometext {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
}


.warning img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 0;

}

.warning2 img {
  max-width: 100%;
  bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;

}


  
.tacos img {
  max-width: 100%;
  top: 54%;
    position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 990;
  filter: grayscale(100%);


}

.tacos img:hover {
  max-width: 100%;
  top: 54%;
    position: absolute;
  left: 50%;
   z-index: 990;
transition: all 0.35s ease;
  filter: grayscale(0%);

}





}
@media screen and (max-width: 945px) {
  .tacos {
    width: 75%;
  }
}
@media screen and (max-width: 800px) {
  .tacos {
    width: 75%;
  }
}
@media screen and (max-width: 668px) {
   .tacos  {
    width: 100%;
     margin-top: 100px;
     margin-bottom: 0px;
     padding-top: 10px;
  }
}
  @media screen and (max-width: 668px) {
.tacos img {
    margin-top: -115%;
 width: 65%;
}
}

    

    
.warning p {
    font: small-caps bold 1.2rem sans-serif;
    text-align: center;
}



#wall1, #wall2, #wall3, #wall4, #wall5, #wall6, #wall7, #wall8, #wall9, #wall10, #wall11, #wall12, #wall13, #wall14, #wall15, #wall16, #wall17, #wall18, #wall19, #wall20, #wall21, #wall22, #wall23, #wall24 {
    filter: none;
    -webkit-filter: grayscale(100%);
  max-width: 20%;
}

#wall1:hover, #wall2:hover, #wall3:hover, #wall4:hover, #wall5:hover, #wall6:hover, #wall7:hover, #wall8:hover, #wall9:hover, #wall10:hover, #wall11:hover, #wall12:hover, #wall13:hover, #wall14:hover, #wall15:hover, #wall16:hover, #wall17:hover , #wall18:hover , #wall19:hover , #wall20:hover, #wall21:hover, #wall22:hover, #wall23:hover, #wall24:hover  {
 scale: 1.03;
  filter: grayscale(100%); 
  -webkit-filter: grayscale(0%);
  transition: all 0.35s ease;
    max-width: 20%;
  
}





@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
body{
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
}


.video-container{
  width: 0vw;
  height: 0vh;
}


 iframe {
filter: brightness(0.30);
 position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

 #AlertMaintenance {
    max-width: 100%;
  top: 750px;
  position: relative;
  z-index: 0;
 filter: brightness(1);

   
}



#text{
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}


.container {
  display: flex;
  align-items: top;
  justify-content: center;
}

 img {
        max-width: 100%
      }




@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);


.footer-distributed{
  background: none;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  max-height: 100px;
  text-align: left;
  padding: 35px 45px;
  
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 46%;
}

/* The company logo */

.footer-distributed h3{
  color:  #444444;
  margin: 0;
}

.footer-distributed h3 span{
  color:  #F02222;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #444444;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  line-height: 16px;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-links a:hover{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  #F02222;
}

.footer-distributed .footer-company-name{
  color:  #444444;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  line-height: 16px;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 41%;
}

.footer-distributed .footer-center i{
  background-color:  #000000;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  line-height: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
 font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
   line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #444444;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #444444;
  text-decoration: none;;
}

.footer-distributed .footer-center p a:hover{
color:  #F02222;
  text-decoration: none;;
}



/* Footer Right */

.footer-distributed .footer-right{
  width: 12%;
 
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #F02222;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  line-height: 16px;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #444444;
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  line-height: 16px;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:none;
  border-radius: 2px;
 font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
  color: #444444;
  text-align: right;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {



  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }














<!DOCTYPE html>
<title>Example</title>

<!-- Styles -->	
<style>
.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example1 h9 {
 font-size: 3em;
 color: limegreen;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
</style>
}


.product_thumbnails li:first-child{
   display:none;
}









@media screen and (max-width: 668px) {
.navigationtext {
  display:none;

}



  
@media screen and (max-width: 668px) {
.video-container{
  display:none;
}

.iframe {
display:none;
}
  
@media screen and (max-width: 668px) {

.welcome_image{
  display:none;
  background-image: url('https://assets.bigcartel.com/theme_images/103732039/89.png?auto=format&fit=max&w=3440');
 object-fit:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
   position:relative;
  z-index:-9999;
  text-align: center;
  

}













  


