/* @primary-color: #1e8d7c; */
html {
  color: #494654;
  font-family: "Muli", sans-serif;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
html ::selection {
  background: #000000;
  /* WebKit/Blink Browsers */
  color: white;
}
html ::-moz-selection {
  background: #000000;
  /* Gecko Browsers */
  color: white;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  min-height: 100vh;
  position: relative;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .header-content,
body.modal-open .global-wrapper,
body.modal-open .footer {
  filter: blur(6px);
}
button:focus {
  outline: 0;
}
a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
h1 {
  font-size: 68px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  h1 {
    font-size: 40px;
  }
}
h3 {
  font-size: 28px;
  font-weight: 100;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li {
  display: inline;
}
p {
  margin: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
button,
select {
  background: white;
  border: 1px solid #cac8d1;
  color: #494654;
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
  margin: 4px;
  outline: none;
  padding: 0 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
@media only screen and (max-width:767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea,
  button,
  select {
    margin: 5px 0;
  }
}
fieldset {
  border: 0;
  margin: 0;
}
html {
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  html {
    max-width: 100vw;
  }
}
main.sticky {
  padding-top: 172px;
}
@media only screen and (max-width:767px) {
  main.sticky {
    padding-top: 80px;
  }
}
hr {
  border: 0;
  border-bottom: 1px solid #e5e4e8;
}
.global-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: calc(573px + 64px);
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .global-wrapper {
    padding-bottom: calc(785px + 64px);
  }
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .global-wrapper {
    padding-bottom: calc(1016px + 64px);
  }
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9) {
  .global-wrapper {
    padding-bottom: calc(679px + 64px);
  }
}
.global-wrapper.full-width {
  max-width: unset;
  width: 100%;
}
.loader {
  background-position: center;
  background-size: contain;
  margin: 48px auto;
  height: 50px;
  width: 50px;
}
.layout {
  width: 100%;
}
.section-header {
  border-bottom: 1px solid #e5e4e8;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 0 25px;
}
@media only screen and (max-width:767px) {
  .section-header {
    padding: 0 20px;
  }
}
.section-header .icon-btn-right {
  font-size: 10px;
  margin: 5px;
}
.home-icon {
  font-size: 14px;
  transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .home-icon {
    font-size: 12px;
    line-height: 14px;
  }
}
.home-icon:hover {
  color: #000000;
}
.section-title {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width:767px) {
  .section-title {
    font-size: 14px;
  }
}
.initially-hidden {
  display: none;
}
.empty-grid {
  font-size: 12px;
  margin: 10px 0;
}
.category-section-title {
  border-bottom: 1px solid #cac8d1;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.category-section-title a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.category-section-title a:hover {
  color: #0164b2;
}
.loading {
  background-image: url("/assets/images/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin: 100px;
}
@media only screen and (max-width:767px) {
  .loading {
    height: 30px;
  }
}
.line-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}
.line-button,
.line-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.line-button:hover {
  background-color: #000000;
  color: white;
}
.line-button:disabled {
  cursor: default;
}
.line-button:disabled,
.line-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.line-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
.view-more {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #000000;
  margin-left: auto;
}
.view-more::after {
  content: "»";
  font-size: 16px;
}
.view-more-link {
  font-size: 12px;
}
.view-more-quotes {
  font-size: 16px;
}
.toggle-info {
  color: #afacba;
  font-size: 20px;
  margin-left: auto;
}
.toggle-info:hover * {
  color: #000000;
}
.toggle-info.open .arrow-toggle-button {
  transform: rotate(0deg);
}
.toggle-info.open .plus-toggle-button::after {
  opacity: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width:767px) {
  .toggle-info {
    font-size: 18px;
  }
}
.arrow-toggle-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: block;
  font-size: 14px;
  line-height: 20px;
  transform: rotate(-90deg);
}
.plus-toggle-button {
  display: block;
  position: relative;
  height: 15px;
  width: 15px;
}
.plus-toggle-button::after,
.plus-toggle-button::before {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #afacba;
}
.plus-toggle-button::after {
  transform: rotate(90deg);
}
.form-search-input {
  border: 1px solid #000000;
  display: inline-block;
  margin: 0;
}
.form-search-button {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  width: 40px;
}
.no-scroll {
  overflow: hidden;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.caption {
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
}
/* width */
/*::-webkit-scrollbar {
  width: 8px;
}
*/
/* Track */
/*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}*/
/* Handle */
/*::-webkit-scrollbar-thumb {
  background: lighten(@gray, 50%); 
  border-radius: 10px;
}*/
/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}*/
.custom-scroll_bar {
  scrollbar-color: #dcdcdc transparent;
  scrollbar-width: thin;
}
.custom-scroll_bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.custom-scroll_bar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scroll_bar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 8px;
}
.custom-scroll_bar:hover::-webkit-scrollbar-thumb {
  background-color: rgba(73, 70, 84, 0.2);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header {
  background-color: white;
  padding: 20px 0;
  top: -120px;
  width: 100%;
  transition: all 0.5s ease-in-out, padding 0.3s;
  -webkit-transition: all 0.5s ease-in-out, padding 0.3s;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .header {
    padding: 10px 0;
    top: -100px;
  }
}
.header.sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 0;
  padding-top: 10px;
  position: fixed;
  top: 0;
  z-index: 2000;
}
@media only screen and (max-width:767px) {
  .header.sticky {
    padding: 8px 0;
  }
}
.header.sticky .nav-menu {
  border-bottom: 0;
}
@media only screen and (max-width:767px) {
  .header.sticky .nav-menu {
    margin-top: 44px;
    height: calc(100vh - 44px);
  }
}
.header.sticky .header-logo {
  height: 44px;
}
@media only screen and (max-width:767px) {
  .header.sticky .header-logo {
    height: 34px;
  }
}
.header-content {
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width:767px) {
  .header-content {
    padding: 0 12px;
  }
}
.header-title {
  align-items: center;
  display: flex;
}
.header-logo {
  background-image: url("/assets/images/logo.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 320px;
  margin-left: 28px;
}
@media only screen and (max-width:767px) {
  .header-logo {
    height: 50px;
    margin: 0 16px;
    width: 180px;
    z-index: 10;
  }
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .header-logo {
    height: 80px;
    margin: 0 16px;
    width: 240px;
    z-index: 10;
    margin-left: 30px;
  }
}
.header-search-form {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: 12px;
  position: relative;
  width: 100%;
}
input.search-input {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border: 0 solid white;
  color: #494654;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  margin: 0;
  min-height: 32px;
  opacity: 0;
  outline: 0;
  padding: 5px;
  padding-left: 10px;
  padding-right: 30px;
  width: 50px;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  input.search-input {
    height: 40px;
    margin-left: auto;
  }
}
input.search-input.active {
  border: 1px solid #e5e4e8;
  opacity: 1;
  width: 300px;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  input.search-input.active {
    width: 100%;
    z-index: 15;
  }
}
.header-controls {
  display: flex;
  margin-left: auto;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .header-controls {
    position: absolute;
    right: 0;
    width: 100vw;
    padding-right: 12px;
  }
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .header-controls {
    width: 50vw;
  }
}
.header-search-button {
  color: #494654;
  font-size: 18px;
  height: 100%;
  line-height: 18px;
  margin-right: 5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 15;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .header-search-button {
    height: 30px;
  }
}
.cart-item-counter {
  font-size: 12px;
  margin-bottom: auto;
}
.view-cart-button,
.favorite-button {
  align-items: center;
  display: flex;
  font-size: 20px;
  margin: 4px;
}
.view-cart-button {
  padding-bottom: 2px;
}
.view-cart-button:hover {
  color: #000000;
}
.favorite-button {
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #494654;
  color: white;
  font-size: 16px;
}
.favorite-button:active,
.favorite-button:hover,
.favorite-button:visited {
  color: white;
}
.favorite-button:hover {
  -webkit-text-stroke-color: #000000;
}
/*
.toggle-nav-menu {
  display: none;
  color: @gray;

  @media @medium-screen {
    display: block;
    font-size: 36px;
    z-index: 10;
  }

  @media @small-screen {
    display: block;
    font-size: 22px;
    z-index: 10;
  }
}
*/
.toggle-nav-menu {
  transition: 0.3s 0.25s ease-in-out;
  -webkit-transition: 0.3s 0.25s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (min-width:960px) {
  .toggle-nav-menu {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .toggle-nav-menu {
    color: #494654 !important;
  }
}
.toggle-nav-menu input {
  display: flex;
  width: 22px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.toggle-nav-menu span {
  display: flex;
  width: 22px;
  height: 1px;
  margin-bottom: 6px;
  position: relative;
  background: #9490a3;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.toggle-nav-menu span:first-child {
  transform-origin: 0% 0%;
}
.toggle-nav-menu span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.toggle-nav-menu span:last-child {
  margin-bottom: 0;
}
.toggle-nav-menu input:checked ~ span {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -2px);
}
.toggle-nav-menu input:checked ~ span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.toggle-nav-menu input:checked ~ span:nth-last-child(3) {
  transform: rotate(45deg) translate(3px, 3px);
}
.nav-menu {
  border-bottom: 1px solid #e5e4e8;
  border-top: 1px solid #e5e4e8;
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (min-width:960px) {
  .nav-menu {
    display: block !important;
    padding-left: 15px;
  }
}
.nav-menu a {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.nav-menu ul {
  display: flex;
  line-height: 40px;
}
@media only screen and (max-width:767px) {
  .nav-menu ul {
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) {
  .nav-menu {
    transition: transform 0.25s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
    width: 100vw;
    position: fixed;
    background-color: white;
    z-index: 100;
    padding: 20px;
    border: 0;
    overflow: auto;
    margin-top: 68px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: calc(100vh - 68px);
    transform: translateX(-100%);
  }
}
.nav-menu.open {
  transform: none;
}
.nav-menu-item {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-menu-item > a {
  padding: 0 16px;
}
.nav-menu-item:hover {
  background-color: #f2f2f4;
}
.nav-menu-item:hover .nav-submenu {
  display: flex;
}
@media only screen and (max-width:767px) {
  .nav-menu-item {
    border-bottom: 1px solid #cac8d1;
  }
  .nav-menu-item:first-of-type {
    border-top: 1px solid #cac8d1;
  }
  .nav-menu-item:hover {
    background-color: white;
  }
}
.nav-menu-item.mobile {
  display: none;
}
@media only screen and (max-width:767px) {
  .nav-menu-item.mobile {
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (min-width:960px) {
  .nav-menu-item.align-right {
    margin-left: auto;
  }
}
.nav-menu-item.logout {
  display: flex;
}
.nav-menu-item.logout a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-menu-item.logout img {
  width: 16px;
  height: auto;
}
.nav-submenu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #e5e4e8;
  z-index: 20;
  left: 0;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .nav-submenu {
    display: block;
    padding-left: 10px;
    border: 0;
    position: static;
  }
}
.nav-submenu-item {
  font-size: 12px;
  line-height: 12px;
  padding: 12px 30px;
}
.nav-submenu-item:hover {
  background-color: #f2f2f4;
}
.nav-submenu-item a {
  display: block;
}
@media only screen and (max-width:767px) {
  .nav-submenu-item {
    display: block;
    font-size: 14px;
    padding: 10px;
  }
  .nav-submenu-item:hover {
    background-color: white;
  }
}
.dropdown-menu-item {
  cursor: pointer;
}
.dropdown-menu-item .arrow-icon {
  margin-left: 5px;
}
.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  font-size: 10px;
  margin: 0;
  max-height: 60vh;
  min-width: 140px;
  overflow: auto;
  padding: 0;
}
.dropdown-menu li > a {
  max-width: 140px;
  padding: 8px 20px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.general-info-banner {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: #0164b2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: white;
  position: fixed;
  width: 100%;
  padding: 16px;
  z-index: 3000;
  top: -120px;
  display: flex;
  align-items: center;
}
.general-info-banner.visible {
  top: 0;
}
@media only screen and (max-width:767px) {
  .general-info-banner {
    bottom: 0;
    height: unset;
    transform: translateY(100%);
    top: unset;
  }
  .general-info-banner.visible {
    top: unset;
    transform: translateY(0);
  }
}
.general-info-banner .general-info-banner-text {
  font-family: Lato;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.general-info-banner .general-info-banner-text a {
  text-decoration: underline;
}
.general-info-banner .dismiss-banner-button {
  margin-left: auto;
}
@media only screen and (max-width:767px) {
  .general-info-banner .dismiss-banner-button {
    font-size: 14px;
    padding-left: 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (min-width:960px) {
  .general-info-banner.visible + .header {
    padding-top: 72px;
  }
}
@media only screen and (min-width:768px) and (max-width:959px) and only screen and (max-width:767px), only screen and (min-width:960px) and only screen and (max-width:767px) {
  .general-info-banner.visible + .header {
    margin-top: 0;
  }
}
.add-to-cart-notification {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  position: fixed;
  top: -120px;
  width: 100%;
  padding: 10px;
  z-index: 4000;
}
.add-to-cart-notification.error {
  background-color: #f26970;
}
.add-to-cart-notification.visible {
  top: 0;
}
.add-to-cart-notification .add-to-cart-notification-text {
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}
.footer {
  background-color: #fafafb;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer a {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.footer-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 10px 12px;
  background-color: #0164b2;
  color: #ffffff;
}
.footer-send-button {
  background-color: #ffffff;
  color: #0164b2;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  width: 40px;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 16px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 12px;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .footer-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9) {
  .footer-wrapper {
    flex-wrap: wrap;
  }
}
.footer-base-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 10px 12px;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .footer-base-wrapper {
    justify-content: center;
  }
}
.footer-title {
  width: 100%;
  margin: 20px 0;
}
.footer-content {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: 33.333%;
}
.footer-content.first-col {
  padding-left: 0;
}
.footer-content.footer-map-wrapper {
  padding-right: 0;
}
@media only screen and (max-width:767px) {
  .footer-content {
    width: 100%;
    padding: 12px 0;
  }
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .footer-content {
    width: 50%;
  }
}
.footer-logo-link {
  display: block;
}
.footer-logo {
  height: 40px;
}
.footer-menu {
  font-size: 14px;
  line-height: 30px;
  margin: 12px 0;
  text-transform: uppercase;
}
.footer-menu-item {
  border-bottom: 1px solid #cac8d1;
  display: block;
  padding: 5px 0;
}
.footer-menu-item:first-of-type {
  border-top: 1px solid #cac8d1;
}
.footer-menu-item a:hover {
  color: #000000;
}
.footer-seach-form {
  display: flex;
}
input[type="text"].footer-search-input {
  border: 1px solid #000000;
  display: inline-block;
  margin: 0;
  flex-grow: 1;
}
.footer-search-button {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  width: 40px;
}
.footer-info-wrapper {
  display: flex;
  padding: 8px 0;
}
.footer-icon {
  color: #000000;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width: 24px;
}
.footer-info {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
}
.social-media-icons {
  display: flex;
  padding: 8px 0;
}
.social-media-icon {
  background-color: white;
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  padding: 12px;
  font-size: 16px;
  margin: 0;
  margin-right: 8px;
}
.social-media-icon span {
  display: inline-block;
  height: 16px;
  width: 16px;
  text-align: center;
}
.social-media-icon:visited,
.social-media-icon:active {
  color: #000000;
}
.social-media-icon:hover {
  background-color: #000000;
  color: white;
}
.footer-map-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .footer-map-wrapper {
    width: 100%;
  }
}
.footer-location-title {
  border-bottom: 2px solid #e5e4e8;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
.footer-map {
  height: 100%;
  margin-left: auto;
  min-height: 200px;
  width: 100%;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .footer-map {
    margin-left: 0;
    height: 200px;
    width: 100%;
  }
}
.footer-base {
  width: 100%;
  background-color: #000001;
  color: white;
}
.footer-copyright {
  font-size: 14px;
  margin-top: auto;
}
.footer-copyright.developer {
  color: white;
  font-size: 12px;
}
@media only screen and (max-width:767px) {
  .footer-copyright {
    text-align: center;
    width: 100%;
  }
}
#mc_embed_shell {
  width: 100% !important;
}
#mc_embed_signup {
  background: unset !important;
}
#mc_embed_signup .button {
  margin: auto !important;
}
#mc_embed_signup div.response {
  padding: unset !important;
  width: 100% !important;
  text-align: center !important;
}
#mc_embed_signup .foot {
  grid-template-columns: 1fr !important;
}
fieldset input[type="text"],
fieldset input[type="email"],
fieldset select {
  display: block;
  margin: 4px 0;
  width: 100%;
}
fieldset input[type="text"][type="checkbox"],
fieldset input[type="email"][type="checkbox"],
fieldset select[type="checkbox"] {
  display: inline-block;
  height: 15px;
  width: 15px;
}
.form-row {
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .form-row {
    flex-direction: column;
  }
}
.form-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #79748c;
  font-weight: 600;
}
fieldset {
  padding: 10px 0;
}
fieldset.inline-field {
  display: inline-block;
  flex-grow: 1;
  margin-left: 20px;
}
fieldset.inline-field.small {
  max-width: 20%;
  min-width: 160px;
}
@media only screen and (max-width:767px) {
  fieldset.inline-field.small {
    max-width: 100%;
  }
}
fieldset.inline-field:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  fieldset.inline-field {
    margin-left: 0;
  }
}
fieldset select {
  min-width: 200px;
}
fieldset input.invalid,
select.invalid {
  background: #fef6f6;
  border-color: #f6989d;
}
.radio-option,
.checkbox-option {
  margin: 5px 0;
  position: relative;
}
.radio-option .checkbox-label,
.checkbox-option .checkbox-label,
.radio-option .radio-label,
.checkbox-option .radio-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: #494654;
  cursor: pointer;
  line-height: 32px;
  padding-left: 24px;
  position: relative;
  z-index: 12;
}
.radio-option .checkbox-label.empty-label,
.checkbox-option .checkbox-label.empty-label,
.radio-option .radio-label.empty-label,
.checkbox-option .radio-label.empty-label {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 24;
}
.radio-option {
  align-items: center;
  display: flex;
  position: relative;
}
.radio-option .radio-input {
  display: none;
}
.radio-option .radio-input + label {
  color: #494654;
  cursor: pointer;
  font-size: 14px;
  padding-left: 24px;
}
.radio-option .radio-input:checked + label {
  color: #494654;
}
.radio-option .radio-input:checked ~ .radio {
  border: 2px solid #000000;
}
.radio-option .radio-input:checked ~ .radio::before {
  background: #000000;
}
.radio-option .radio-input:disabled + label {
  cursor: default;
}
.radio-option .radio-input:disabled ~ .radio {
  border-color: #cac8d1;
  cursor: default;
}
.radio-option .radio-input:disabled ~ .radio:hover {
  border-color: #cac8d1;
}
.radio-option .radio-input:disabled ~ .gift-info-wrapper .gift-info p {
  color: #afacba;
}
.radio-option .radio-input:disabled ~ .gift-info-wrapper .gift-info p.gift-minimum-donation-legend {
  display: block;
}
.radio-option .radio {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  display: block;
  position: absolute;
  border: 2px solid #afacba;
  border-radius: 100%;
  height: 15px;
  top: 0;
  width: 15px;
  z-index: 4;
}
.radio-option .radio::before {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 5px;
  width: 5px;
  top: 3px;
  left: 3px;
  margin: auto;
}
.radio-option .radio:hover {
  border: 2px solid #000000;
}
.checkbox-option {
  align-items: center;
}
.checkbox-option .checkbox-input {
  display: none;
}
.checkbox-option .checkbox-input:checked ~ .checkbox {
  border: 1px solid #000000;
}
.checkbox-option .checkbox-input:checked ~ .checkbox::before {
  opacity: 1;
  transform: scale(1);
}
.checkbox-option .checkbox-input:disabled ~ .checkbox-label {
  cursor: default;
  color: #cac8d1;
}
.checkbox-option .checkbox-input:disabled ~ .checkbox {
  border-color: #cac8d1;
}
.checkbox-option .checkbox {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
  border: 1px solid #afacba;
  height: 16px;
  top: 8px;
  width: 16px;
  z-index: 5;
}
.checkbox-option .checkbox::before {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  content: "";
  display: block;
  font-size: 12px;
  left: 3px;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 3px;
  height: 8px;
  width: 8px;
  background-color: #000000;
  transform: scale(0);
}
.checkbox-option .checkbox:hover {
  border: 2px solid #000000;
}
.modal-view {
  z-index: 3000;
  display: none;
  height: 100vh;
  left: 0;
  min-width: 100vw;
  position: fixed;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.modal-view.modal-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-backdrop {
  background-color: rgba(73, 70, 84, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 100%;
  z-index: 2 !important;
}
.modal-window {
  background-color: white;
  box-shadow: 0px 0px 10px 5px #474747;
  max-height: 80vh;
  width: 80vw;
  padding: 20px;
  z-index: 10;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .modal-window:not(.checkout-modal-window) {
    height: calc(100vh - 20px);
    max-height: 100vh;
    margin: 10px;
    padding: 50px 12px;
    padding-bottom: 30px;
    width: calc(100vw - 20px);
    max-width: 100vw;
  }
}
.modal-window-content {
  max-height: calc(80vh - 40px);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .modal-window-content {
    max-height: calc(100vh - 40px - 50px);
    overflow: auto;
  }
}
@media only screen and (min-width:960px) {
  .modal-window * {
    scrollbar-color: #dcdcdc transparent;
    scrollbar-width: thin;
  }
  .modal-window *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .modal-window *::-webkit-scrollbar-track {
    background: transparent;
  }
  .modal-window *::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
  }
  .modal-window *:hover::-webkit-scrollbar-thumb {
    background-color: rgba(73, 70, 84, 0.2);
  }
}
.modal-control-buttons {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0;
  z-index: 20;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .modal-control-buttons {
    background-color: white;
    display: flex;
    align-items: flex-end;
    left: 0;
    margin: 10px;
    width: calc(100vw - 20px);
  }
}
.modal-close-button {
  background-color: rgba(73, 70, 84, 0.2);
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  padding: 4px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.modal-close-button:hover {
  color: white;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .modal-close-button {
    margin-left: auto;
  }
}
.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 90px);
}
@media only screen and (min-width:960px) {
  .login-wrapper {
    min-height: calc(100vh - 222px);
  }
}
.login-form {
  max-width: 460px;
  padding-bottom: 48px;
  width: 100%;
}
.login-form > input {
  width: 100%;
  margin: 10px 0;
}
.login-form .login-title {
  font-size: 28px;
  font-weight: 200;
  margin: 0;
}
.login-form .login-error {
  margin: 10px 0;
}
.home-title {
  color: #494654;
  font-weight: bolder;
  font-size: 36px;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width:767px) {
  .home-title {
    font-size: 28px;
  }
}
.home-subsection {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.home-subsection .view-more {
  padding: 8px;
}
.home-divider {
  border: 1px solid #000000;
  margin: 20px auto;
  margin-bottom: 25px;
  width: 150px;
}
@media only screen and (max-width:767px) {
  .home-divider {
    width: 120px;
  }
}
.photo-slider {
  max-width: 1280px;
  margin: 0;
  overflow: hidden;
  padding-top: 35%;
  position: relative;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .photo-slider {
    padding-top: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:767px) {
  .photo-slider {
    padding-top: 60%;
  }
}
.photo-slide-wrapper {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.photo-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 100%;
  padding-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .photo-slide {
    padding-bottom: 30px;
  }
}
.photo-slide-text {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 40px;
  max-width: 70%;
  padding: 20px;
  text-transform: uppercase;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.photo-slide-text.top-right {
  margin-left: auto;
  text-align: right;
}
.photo-slide-text.bottom-left {
  margin-top: auto;
}
.photo-slide-text.bottom-right {
  margin-left: auto;
  margin-top: auto;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .photo-slide-text {
    font-size: 24px;
    line-height: 24px;
    max-width: 75%;
  }
}
.photo-slider-index {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding: 32px;
  bottom: 0;
}
@media only screen and (max-width:767px) {
  .photo-slider-index {
    padding: 12px;
  }
}
.photo-slider-dot {
  height: 12px;
  width: 12px;
  background-color: white;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  margin: 8px;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .photo-slider-dot {
    height: 8px;
    width: 8px;
    margin: 8px;
  }
}
.photo-slider-dot.active {
  background-color: white;
  box-shadow: 0 0 10px white;
  opacity: 1;
}
.item-grid {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .item-grid {
    padding: 0 8px;
  }
}
.item-grid.with-filters {
  flex-grow: 1;
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (min-width:960px) {
  .item-grid.with-filters {
    margin-left: 20px;
  }
}
.item-grid.with-filters .item-wrapper {
  width: 33.33%;
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .item-grid.with-filters .item-wrapper {
    width: 50%;
  }
}
.item-bio {
  padding: 40px;
  text-align: justify;
}
@media only screen and (max-width:767px) {
  .item-bio {
    padding: 14px;
  }
}
.item-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 25%;
}
@media only screen and (max-width:767px) {
  .item-wrapper {
    padding: 4px;
  }
}
.item-wrapper:hover .add-favorite {
  opacity: 1;
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .item-wrapper {
    width: 33.3%;
  }
}
@media only screen and (max-width:767px) {
  .item-wrapper {
    font-size: 10px;
  }
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9) {
  .item-wrapper {
    width: 33.3%;
  }
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .item-wrapper {
    width: 50%;
  }
}
.item {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.item.artwork {
  border: 0;
}
.item:hover {
  opacity: 0.8;
}
.item:hover .item-photo {
  transform: scale(1.02);
}
.item-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.item-info {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}
.item-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.item-title:hover {
  color: #000000;
}
.item-price-wrapper {
  position: relative;
}
.item-price {
  margin: 5px 0;
  font-size: 14px;
}
.item-quick-view {
  bottom: 0;
  color: #afacba;
  cursor: pointer;
  font-size: 20px;
  line-height: 18px;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.item-quick-view:hover {
  color: #000000;
}
@media only screen and (max-width:767px) {
  .item-quick-view {
    font-size: 20px;
  }
}
.add-favorite {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 16px;
  line-height: 14px;
  margin: 15px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.add-favorite span {
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: #494654;
  color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .add-favorite {
    font-size: 14px;
    line-height: 12px;
    margin: 10px;
    opacity: 1;
  }
}
.add-favorite.added {
  opacity: 1;
}
.add-favorite:hover + .item .item-photo {
  transform: scale(1.02);
}
.add-favorite:hover,
.add-favorite.added {
  background-color: rgba(255, 255, 255, 0.8);
}
.add-favorite:hover span,
.add-favorite.added span {
  color: #000000;
  -webkit-text-stroke-color: #000000;
}
.ribbon {
  position: absolute;
  background-color: #ee3a43;
  color: white;
  transform: rotate(-45deg);
  top: 14px;
  left: -32px;
  padding: 5px 30px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 12px;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .ribbon {
    font-size: 8px;
    line-height: 8px;
  }
}
.load-more {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.load-more.loading,
.load-more.loaded {
  height: 50px;
}
.load-more.loading .load-more-button,
.load-more.loaded .load-more-button {
  display: none;
}
.load-more-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  padding: 10px 30px;
  margin: 5px 0;
}
.load-more-button,
.load-more-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.load-more-button:hover {
  background-color: #000000;
  color: white;
}
.load-more-button:disabled {
  cursor: default;
}
.load-more-button:disabled,
.load-more-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.load-more-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
.no-items-legend {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 100%;
}
.contact-form {
  padding: 20px 5px;
}
@media only screen and (max-width:767px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form .initially-hidden {
  display: none;
}
.contact-form input,
.contact-form textarea {
  width: 500px;
  margin: 10px auto;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #1a1a1a;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:767px) {
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
}
.contact-form label {
  font-size: 14px;
  text-transform: uppercase;
}
.contact-form textarea {
  resize: none;
  height: 250px;
}
@media only screen and (max-width:767px) {
  .contact-form textarea {
    height: 172px;
  }
}
.submit-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  margin: 0 auto;
}
.submit-button,
.submit-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.submit-button:hover {
  background-color: #000000;
  color: white;
}
.submit-button:disabled {
  cursor: default;
}
.submit-button:disabled,
.submit-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.submit-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
.confirmation-message {
  font-size: 12px;
  margin: 10px auto;
  text-align: center;
  width: 450px;
}
@media only screen and (max-width:767px) {
  .confirmation-message {
    width: 100%;
  }
}
.confirmation-message > p {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  padding: 5px;
}
.error-message {
  color: #ee3a43;
}
.about-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.about-container .about-text {
  line-height: 28px;
  padding: 0 20px;
  white-space: pre-line;
  font-size: 17px;
}
.about-container .about-article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .about-container .about-article {
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) {
  .about-container .about-article__reverse {
    flex-direction: column-reverse;
  }
}
.about-container .about-article .about-article-text {
  width: 60vw;
}
@media only screen and (max-width:767px) {
  .about-container .about-article .about-article-text {
    width: fit-content;
  }
}
.about-section-title {
  padding: 0 45px;
  width: 100vw;
  border-bottom: 1px solid #e5e4e8;
}
@media only screen and (max-width:767px) {
  .about-section-title {
    padding: 0 20px;
  }
}
.artworks-index {
  display: flex;
  min-height: calc(100vh - 162px);
}
@media only screen and (max-width:767px) {
  .artworks-index {
    flex-direction: column;
  }
}
.load-more-artworks {
  margin-left: 250px;
}
@media only screen and (max-width:767px) {
  .load-more-artworks {
    margin-left: 0;
  }
}
.artwork-detail {
  display: flex;
  padding: 0;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .artwork-detail {
    padding: 12px;
    flex-direction: column;
  }
}
.artwork-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .artwork-info {
    width: 100%;
  }
}
.artwork-info .add-favorite {
  font-size: 24px;
  line-height: 24px;
  margin: 0 8px;
  opacity: 1;
  padding: 6px 0;
}
@media only screen and (max-width:767px) {
  .artwork-info .add-favorite {
    padding: 3px 0;
  }
}
.artwork-info .view-more {
  padding-right: 12px;
}
.artwork-info hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #e5e4e8;
}
.modal-window .artwork-detail {
  padding: 0;
}
@media only screen and (min-width:960px) {
  .modal-window .artwork-detail {
    max-height: calc(80vh - 40px);
    overflow: hidden;
  }
}
.modal-window .artwork-info {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px;
}
.modal-window .artwork-image {
  max-height: 80vh;
  max-width: 100%;
}
.add-to-cart-form {
  display: flex;
  flex-wrap: wrap;
}
.artwork-price {
  width: 100%;
}
.artwork-payment-legend {
  font-size: 12px;
}
.artwork-actions-wrapper {
  display: flex;
  padding: 8px 0;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .artwork-actions-wrapper {
    align-items: flex-start;
    gap: 8px;
  }
}
.add-to-cart-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  margin: 4px 12px;
}
.add-to-cart-button,
.add-to-cart-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.add-to-cart-button:hover {
  background-color: #000000;
  color: white;
}
.add-to-cart-button:disabled {
  cursor: default;
}
.add-to-cart-button:disabled,
.add-to-cart-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.add-to-cart-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
@media only screen and (max-width:767px) {
  .add-to-cart-button {
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
h1.artwork-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-right: 30px;
  text-align: left;
}
@media only screen and (max-width:767px) {
  h1.artwork-title {
    font-size: 24px;
  }
}
.artwork-artist {
  color: #afacba;
}
.artwork-artist a {
  color: #494654;
}
.artwork-artist a:hover {
  color: #000000;
}
.artwork-image-wrapper {
  margin-right: 20px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .artwork-image-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.artwork-image {
  display: block;
}
.artwork-image.portrait {
  height: 100%;
  width: auto;
}
.artwork-image.landscape {
  height: auto;
  width: 100%;
}
.artwork-photos-nav {
  background: white;
  height: 100px;
  margin: 12px 0;
  overflow: hidden;
  position: relative;
}
.artwork-photos-nav:hover .artwork-photos-scroll-button {
  opacity: 1;
}
.artwork-photos {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}
.artwork-photos.shifting {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.artwork-photos-scroll-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: rgba(73, 70, 84, 0.4);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  font-size: 20px;
  padding: 5px;
  position: absolute;
  z-index: 12;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 30px;
}
.artwork-photos-scroll-button:hover {
  color: white;
}
@media only screen and (max-width:767px) {
  .artwork-photos-scroll-button {
    opacity: 1;
  }
}
.artwork-photos-scroll-button:first-of-type {
  left: 0;
}
.artwork-photos-scroll-button:last-of-type {
  right: 0;
}
.artwork-photo-thumb {
  cursor: pointer;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.artwork-photo-thumb:last-of-type {
  margin-right: 0;
}
.artwork-photo-thumb:hover {
  opacity: 0.8;
}
.iva-legend,
.stock-legend {
  font-size: 12px;
  color: #79748c;
}
.stock-legend {
  font-size: 10px;
  text-transform: uppercase;
}
.only-national-legend {
  color: #615d70;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
.quantity-wrapper {
  display: flex;
}
.quantity-wrapper .quantity-button {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
  cursor: pointer;
  margin: 4px 0;
  padding: 12px 16px;
}
.quantity-wrapper .quantity-input {
  border: 1px solid #000000;
  margin: 4px 0;
  width: 50px;
}
.artwork-info-wrapper {
  padding: 12px;
  padding-left: 0;
}
.artwork-info-wrapper:first-of-type {
  padding-top: 0;
}
.artwork-info-title {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  color: #000000;
}
@media only screen and (max-width:767px) {
  .artwork-info-title {
    font-size: 14px;
  }
}
.artwork-description {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  white-space: pre-line;
}
.artwork-description:not(:last-of-type) {
  margin-bottom: 0;
}
.artwork-features {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding-top: 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.artwork-features td {
  vertical-align: top;
}
.artwork-features td:first-child {
  font-weight: bold;
  width: 10%;
}
.artwork-features td:last-child {
  padding-left: 15px;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9), only screen and (min-width:768px) and (max-width:959px) {
  .artwork-features {
    padding: 10px 0;
  }
}
.artwork-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.artwork-info-text {
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
  padding: 12px 0;
  width: 100%;
}
.artwork-info-text h2:not(:first-child),
.artwork-info-text h3:not(:first-child),
.artwork-info-text p:not(:first-child) {
  margin-top: 10px;
}
.artwork-info-text p,
p.artwork-info-text {
  white-space: pre-line;
}
.artwork-image-container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.artwork-image-container::before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (min-width:960px) {
  .modal-window .artwork-image-container:last-child {
    max-height: calc(80vh - 40px);
  }
}
@media only screen and (min-width:960px) {
  .modal-window .artwork-image-container:not(:last-child) {
    max-height: calc(80vh - 40px - 124px);
  }
}
.magnify {
  cursor: none;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.glass {
  border-radius: 100%;
  display: none;
  height: 180px;
  position: absolute;
  width: 180px;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .glass {
    height: 160px;
    width: 160px;
  }
}
.cart-form {
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .cart-form {
    padding: 0 12px;
  }
}
.order-details {
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .order-details {
    border: 1px solid #e5e4e8;
  }
}
.empty-cart {
  align-items: center;
  background-color: #999999;
  color: #000000;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  margin: 0 5px;
}
.empty-cart p {
  margin-bottom: 20px;
}
.cart-summary {
  border-collapse: collapse;
  font-size: 14px;
  min-width: 800px;
  overflow: hidden;
  width: 100%;
}
.cart-summary thead {
  border-bottom: 1px solid #e5e4e8;
  text-transform: uppercase;
}
.cart-summary thead th {
  font-weight: lighter !important;
  font-size: 14px;
  padding: 10px;
}
.cart-summary tr {
  border-bottom: 1px dashed #e5e4e8;
}
.cart-summary tr:last-child {
  border-bottom: 1px solid #e5e4e8;
}
.cart-summary tbody tr:hover {
  background-color: #fafafb;
}
.cart-summary td {
  height: 100px;
  padding: 5px 10px;
  vertical-align: middle;
}
.cart-summary .only-national-legend {
  margin-top: 5px;
}
.cart-summary .cart-item-thumb {
  min-width: 120px;
  width: 10%;
}
.cart-summary .cart-item-title {
  min-width: 200px;
  width: 50%;
}
.cart-summary .cart-item-title a:hover {
  color: #000000;
}
.cart-summary .cart-item-price {
  font-weight: 600;
  min-width: 140px;
  padding: 5px;
  text-align: right;
  width: 16%;
}
.cart-summary .cart-item-quantity {
  align-items: center;
  display: flex;
  margin: 5px;
  margin-left: auto;
  min-width: 90px;
  width: 10%;
}
.cart-summary .cart-item-quantity input {
  border-right: 0;
  font-size: 14px;
  margin: 5px 0;
  padding: 5px;
  width: 40px;
  height: 30px;
  min-height: unset;
}
.cart-summary .cart-item-delete {
  margin: 5px 0;
}
.cart-summary .cart-item-delete span {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  align-items: center;
  border: 1px solid #000000;
  color: #000000;
  display: flex;
  font-size: 8px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.cart-summary .cart-item-delete:hover span {
  background-color: #000000;
  color: white;
}
.cart-summary .cart-item-total {
  font-weight: 600;
  min-width: 140px;
  padding: 10px;
  text-align: right;
  width: 16%;
}
.cart-summary .cart-total,
.cart-summary .cart-subtotal,
.cart-summary .cart-shipping-row {
  border-bottom: 0;
}
.cart-summary .cart-total td,
.cart-summary .cart-subtotal td,
.cart-summary .cart-shipping-row td {
  height: 50px;
}
.cart-summary .cart-total td:first-of-type,
.cart-summary .cart-subtotal td:first-of-type,
.cart-summary .cart-shipping-row td:first-of-type {
  text-align: right;
}
.cart-summary .cart-shipping-row input[type="text"],
.cart-summary .cart-shipping-row button,
.cart-summary .cart-shipping-row select {
  display: inline-block;
  height: 40px;
  margin: 0;
}
.cart-summary .cart-shipping-row button {
  margin: 12px 0;
  margin-left: 24px;
}
.cart-summary .cart-shipping-row td:first-of-type {
  padding: 4px 12px;
  text-align: left;
}
.cart-summary .cart-shipping-row td:nth-of-type(2) {
  text-align: right;
}
.artwork-thumb {
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cart-controls {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
  width: 100%;
}
.cart-controls .cart-button:not(:first-child) {
  margin-left: 10px;
}
.cart-controls.checkout {
  margin-left: auto;
}
.cart-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}
.cart-button,
.cart-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.cart-button:hover {
  background-color: #000000;
  color: white;
}
.cart-button:disabled {
  cursor: default;
}
.cart-button:disabled,
.cart-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.cart-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
@media only screen and (max-width:767px) {
  .cart-button {
    padding: 10px 5px;
  }
}
.currency-selector {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
  padding: 0 5px;
}
.currency-link {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  font-size: 12px;
  padding: 5px;
}
.currency-link,
.currency-link:focus {
  border: 1px solid #000000;
  color: #000000;
}
.currency-link:hover {
  background-color: #000000;
  color: white;
}
.currency-link:disabled {
  cursor: default;
}
.currency-link:disabled,
.currency-link:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.currency-link:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
.currency-link.selected {
  background-color: #000000;
  color: white;
}
.currency-link.disabled {
  pointer-events: none;
  border-color: #e5e4e8;
  color: #e5e4e8;
}
.currency-link:first-child {
  margin-right: -1px;
}
.shipping-calculator {
  align-items: flex-end;
  display: flex;
}
.shipping-calculator fieldset {
  flex-grow: 1;
}
.shipping-calculator fieldset.small {
  min-width: unset;
  width: 110px;
}
@media only screen and (max-width:767px) {
  .shipping-calculator fieldset:not(:first-child) {
    margin-left: 24px;
  }
}
.checkout-wrapper {
  border: 1px solid #e5e4e8;
  display: flex;
  margin: 20px 5px;
}
@media only screen and (max-width:767px) {
  .checkout-wrapper {
    border: 0;
    margin: 0;
  }
}
.checkout-info {
  flex-grow: 1;
  max-width: 980px;
  margin: 100px auto;
  padding: 0 20px;
}
@media only screen and (max-width:767px) {
  .checkout-info {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}
.checkout-steps {
  display: flex;
  padding-bottom: 50px;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .checkout-steps {
    line-height: 14px;
    padding-bottom: 20px;
  }
}
.checkout-step {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border-bottom: 2px solid #fafafb;
  display: flex;
  flex-grow: 1;
  font-weight: bold;
  justify-content: center;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  width: 33.3%;
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .checkout-step {
    font-size: 12px;
    padding: 12px 0;
  }
}
.checkout-step.active {
  border-bottom: 2px solid #555262;
}
.checkout-controls {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .checkout-controls {
    justify-content: center;
    gap: 4px;
  }
}
.checkout-controls.checkout {
  margin-left: auto;
}
.validation-message {
  background: #fef6f6;
  border: 1px solid #ee3a43;
  color: #ee3a43;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 40px;
  padding: 20px 30px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .cart-checkout {
    padding: 0 12px;
  }
}
.checkout-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}
.translation {
  color: #bab7c3;
}
.checkout-contact-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.cart-checkout-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #79748c;
  font-weight: 600;
}
.cart-checkout-label[data-translation]::after {
  content: attr(data-translation) ":";
  display: block;
  font-size: 10px;
  color: #bab7c3;
}
.checkout-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}
.checkout-button,
.checkout-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.checkout-button:hover {
  background-color: #000000;
  color: white;
}
.checkout-button:disabled {
  cursor: default;
}
.checkout-button:disabled,
.checkout-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.checkout-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
.checkout-option {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  align-items: center;
  background: #fafafb;
  border: 1px solid #cac8d1;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
  padding: 30px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
.checkout-option .checkout-option-label {
  font-size: 14px;
  line-height: 14px;
  padding-left: 24px;
}
.checkout-option.selected,
.checkout-option:not(.disabled):hover {
  background: #999999;
  border: 1px solid #000000;
}
.checkout-option .checkout-shipping-fee {
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .checkout-option .checkout-shipping-fee {
    font-size: 12px;
  }
}
.checkout-option .checkout-shipping-method {
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
}
.checkout-option input {
  display: none;
  margin-right: 10px;
  width: unset;
}
@media only screen and (max-width:767px) {
  .checkout-option {
    padding: 20px 12px;
  }
}
.checkout-option.disabled {
  cursor: default;
}
.checkout-option.disabled p {
  opacity: 0.5;
}
.checkout-shipping-address-wrapper {
  display: flex;
  padding: 12px 0;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .checkout-shipping-address-wrapper {
    flex-direction: column;
  }
}
.checkout-address-info-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}
.checkout-billing-info {
  width: 35%;
  padding-right: 20px;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .checkout-billing-info {
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
.checkout-shipping-info {
  width: 65%;
}
@media only screen and (max-width:767px), only screen and (min-width:768px) and (max-width:959px) {
  .checkout-shipping-info {
    width: 100%;
  }
}
.checkout-same-as-billing {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.checkout-same-as-billing input {
  margin-right: 5px;
  min-height: unset;
}
.billing-info-text {
  font-size: 14px;
}
.payment-step {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .payment-step {
    flex-direction: column;
  }
}
.payment-step-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.payment-step-legend hr {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .payment-step-legend {
    flex-direction: column;
    justify-content: center;
  }
  .payment-step-legend .checkout-button {
    margin: 12px 0;
    margin-top: 12px;
  }
}
.payment-method {
  display: flex;
}
@media only screen and (max-width:767px) {
  .payment-method {
    flex-direction: column;
    padding-top: 10px;
  }
}
.customer-summary {
  display: flex;
  font-size: 14px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .customer-summary {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.customer-summary-item {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .customer-summary-item {
    width: 100%;
  }
}
.customer-summary-item:last-child {
  margin-left: 20px;
}
@media only screen and (max-width:767px) {
  .customer-summary-item:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
.order-summary,
.customer-summary-item {
  background: #fafafb;
  padding: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.order-summary hr,
.customer-summary-item hr {
  border: 1px solid #f2f2f4;
}
.order-summary {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width:767px) {
  .order-summary {
    margin-top: 20px;
  }
}
.order-summary-header {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.order-summary-item {
  display: flex;
  padding: 10px 0;
}
@media only screen and (max-width:767px) {
  .order-summary-item {
    padding: 5px 0;
  }
}
.order-summary-item-photo {
  height: 50px;
  width: 50px;
  min-width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.order-summary-item-info {
  display: flex;
  font-size: 14px;
  flex-grow: 1;
  flex-wrap: wrap;
  padding-left: 15px;
  justify-content: space-between;
}
.order-summary-item-title {
  display: inline-block;
  margin-right: 5px;
}
.order-summary-item-quantity {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}
.dollar-rate-legend {
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}
@media only screen and (max-width:767px) {
  .dollar-rate-legend {
    padding: 5px;
  }
}
.cart-item-total {
  font-weight: 600;
  margin-top: auto;
  text-align: right;
  width: 100%;
}
.order-summary-subtotal,
.order-summary-total {
  font-size: 14px;
}
.order-summary-subtotal-item,
.order-summary-total {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.order-summary-subtotal-value {
  font-weight: 600;
}
.payment-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width:767px) {
  .payment-button {
    margin: 0;
  }
}
.payment-button:not(:first-of-type) {
  margin-left: 15px;
}
@media only screen and (max-width:767px) {
  .payment-button:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.payment-button .discount-legend {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
  color: #000000;
  margin-left: 20px;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .payment-button .discount-legend {
    margin-left: 20px;
  }
}
.payment-button:hover {
  background-color: #999999;
}
.payment-button:disabled {
  border-color: #afacba;
  color: #afacba;
  cursor: default;
}
.payment-button:disabled:hover {
  background-color: #fafafb;
}
.modal-window.checkout-modal-window {
  max-width: 600px;
}
.modal-window.checkout-modal-window .modal-control-buttons {
  padding: 0;
  background-color: transparent;
  margin: 0;
  width: unset;
}
.modal-window.checkout-modal-window h4 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 8px;
  padding-right: 40px;
}
.modal-window.checkout-modal-window p {
  font-size: 14px;
  line-height: 24px;
}
.order-status-title {
  font-size: 36px;
  padding: 10px 0;
}
hr.separator {
  width: 120px;
  border: 1px solid #000000;
  margin: 10px auto;
}
.order-confirmation-legend {
  line-height: 24px;
  padding: 10px 20px;
}
.order-confirmation-legend a {
  color: #000000;
}
.order-confirmation-legend .bank-account-info {
  padding: 20px 0;
}
.order-confirmation-legend .bank-account-info p {
  white-space: pre-line;
}
.order-status-wrapper {
  display: flex;
  gap: 20px;
  font-size: 14px;
  padding: 16px;
}
@media only screen and (max-width:767px) {
  .order-status-wrapper {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
  }
}
.order-status-box {
  background: #fafafb;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  flex-grow: 1;
  flex-shrink: 1;
  padding: 24px;
  width: 50%;
}
@media only screen and (max-width:767px) {
  .order-status-box {
    width: 100%;
  }
}
.order-status-box hr {
  border: 1px solid #f2f2f4;
  margin-bottom: 24px;
}
.order-detail-heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.order-detail-heading p:first-of-type {
  font-size: 18px;
}
.order-detail-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.order-detail-item a {
  color: #000000;
  text-decoration: underline;
}
.order-detail-address {
  text-align: right;
}
.order-item-thumb {
  width: 10%;
}
.order-item-thumb .artwork-thumb {
  height: 60px;
  width: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width:767px) {
  .order-item-thumb .artwork-thumb {
    height: 40px;
    width: 40px;
  }
}
.order-item-title {
  line-height: 1;
  padding: 0 5px;
  width: 50%;
}
.order-item-title a:hover {
  color: #000000;
}
.order-item-quantity {
  margin: 5px auto;
  width: 10%;
}
.order-item-total {
  font-weight: 600;
  min-width: 120px;
  text-align: right;
  width: 10%;
}
.payment-status,
.order-status {
  color: white;
  padding: 0 10px;
  border-radius: 20px;
  user-select: none;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
}
.payment-status.pending,
.payment-status.pending_invoiced {
  background-color: #e88845;
}
.payment-status.approved {
  background-color: #000000;
}
.payment-status.rejected,
.payment-status.cancelled {
  background-color: #ee3a43;
}
.order-status {
  background-color: #ccc;
}
.order-status.pendiente,
.order-status.confirmando-envio {
  background-color: #e88845;
}
.order-status.registrado {
  background-color: #0164b2;
}
.order-status.pagado {
  background-color: #000000;
}
.order-status.en-taller,
.order-status.empacado,
.order-status.confirmado,
.order-status.listo {
  background-color: #7900d7;
}
.order-status.enviado,
.order-status.entregado,
.order-status.recibido,
.order-status.retirado {
  background-color: #000000;
}
.order-status.cancelado {
  background-color: #ee3a43;
}
.order-detail-price {
  font-weight: 600;
}
.order-search-form {
  line-height: 24px;
  margin: 5px;
}
.order-search-form a {
  color: #000000;
}
.order-search-form a:hover {
  text-decoration: underline;
}
input[type="text"].order-search-input {
  border: 1px solid #000000;
  display: inline-block;
  margin: 0;
  width: 200px;
}
.order-status-error {
  margin-bottom: 30px;
}
.order-search-form-label {
  margin-right: 20px;
}
.order-search-form-legend {
  margin-top: 120px;
}
.order-status-admin-wrapper {
  display: flex;
  padding: 20px 10px 0;
}
.order-status-admin-wrapper > :not(:first-child) {
  margin-left: 8px;
}
.help-section hr {
  border-bottom: 1px solid #d7d6dd;
}
.help-section-col {
  padding-left: 20px;
  padding-right: 5px;
  width: 33.3%;
}
.help-section-col:first-of-type {
  padding-left: 5px;
}
@media only screen and (max-width:767px) {
  .help-section-col {
    padding: 0 5px;
    width: 100%;
  }
}
.help-subsection-wrapper {
  background-color: #fafafb;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  margin: 20px 10px;
}
@media only screen and (max-width:767px) {
  .help-subsection-wrapper {
    padding: 20px;
  }
}
.help-subsection-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  line-height: 30px;
}
.help-subsection-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.help-subsection-subtitle {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #494654;
  font-size: 14px;
  font-weight: 600;
  margin: 8px 0;
}
.help-subsection-paragraph {
  display: none;
  line-height: 24px;
  margin-bottom: 18px;
  width: 100%;
}
.help-subsection-paragraph a {
  color: #000000;
}
.help-subsection-paragraph a:hover {
  text-decoration: underline;
}
.item-nav-wrapper {
  background: white;
  position: relative;
  width: 248px;
}
.item-nav {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 8px;
  padding-right: 12px;
  top: 0;
  overflow: auto;
  width: 100%;
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .item-nav {
    top: 60px;
  }
}
@media only screen and (max-width:767px) {
  .item-nav {
    position: initial;
    margin: 0;
    padding: 8px;
    top: 0;
    width: 100vw;
  }
}
.filter-title-button {
  margin: auto;
}
@media only screen and (max-width:767px) {
  .item-nav.open {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 2400;
    background: white;
    margin: 0;
    left: 0;
    top: 0;
    overflow: auto;
    padding: 8px;
  }
  .item-nav.open .filter-title-button {
    border: 0;
    margin-right: 0;
  }
  .item-nav.open .filter-title-button .icon-btn-filter {
    display: none;
  }
  .item-nav.open .filter-title-button .icon-btn-close {
    display: inline-block;
    font-size: 14px;
    margin: auto;
  }
  .item-nav.open .filter-title-button::after {
    content: none;
  }
  .item-nav.open .item-filter-wrapper,
  .item-nav.open .filter-button {
    display: block;
    margin: auto;
  }
}
.general-info-banner.visible ~ .global-wrapper .item-nav.sticky {
  top: 180px;
  max-height: calc(100vh - 180px);
}
.item-nav-title {
  width: 100%;
  margin-bottom: 12px;
}
.item-nav-title a {
  cursor: default;
}
@media small-screen {
  .item-nav-title a {
    cursor: pointer;
  }
}
@media only screen and (max-width:767px) {
  .item-nav-title {
    margin: 8px;
    margin-left: auto;
  }
}
.item-nav-title .icon-btn-close {
  display: none;
}
.item-filter-wrapper .item-filter-form {
  display: flex;
}
@media only screen and (max-width:767px) {
  .item-filter-wrapper .item-filter-form {
    margin: 12px 0;
  }
}
input[type="text"].item-nav-search-input {
  border: 1px solid #000000;
  display: inline-block;
  margin: 0;
  flex-grow: 1;
}
.filter-title-button {
  border-bottom: 1px solid #cac8d1;
  display: flex;
  font-size: 14px;
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  align-items: center;
}
.filter-title-button span {
  font-size: 18px;
  margin-right: 12px;
}
.filter-title-button::after {
  content: "filtrar";
}
@media only screen and (max-width:767px) {
  .filter-title-button {
    border: 1px solid #cac8d1;
    margin-left: auto;
    padding: 12px;
    width: fit-content;
  }
  .filter-title-button span {
    font-size: 20px;
  }
}
.item-filter-wrapper {
  margin: 8px 0;
  position: relative;
}
.item-filter-wrapper.price-filter-wrapper .item-filter {
  border-bottom: 1px solid #cac8d1;
}
@media only screen and (max-width:767px) {
  .item-filter-wrapper {
    margin: 0 32px;
    display: none;
  }
}
.artist-filter-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  background: #000000;
  border-radius: 4px;
  display: flex;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  min-height: 40px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .artist-filter-button {
    margin: 12px auto;
    width: fit-content;
  }
}
.artist-filter-button span {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-size: 10px;
  margin-right: 12px;
}
.artist-filter-button span:hover {
  color: #000000;
}
.artist-filter-button:hover {
  background: #1a1a1a;
  color: white;
}
.item-filter-button {
  border-bottom: 1px solid #cac8d1;
  display: flex;
  font-size: 14px;
  height: 40px;
  padding: 12px 0;
  text-transform: uppercase;
  user-select: none;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .item-filter-button {
    padding: 12px;
  }
}
.item-filter-button.disabled {
  cursor: default;
  opacity: 0.5;
}
.item-filter-button span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s;
  transform: rotate(0deg);
  margin-left: auto;
}
.item-filter-button.open span {
  transform: rotate(90deg);
}
.item-filter {
  background: white;
  display: none;
  padding: 12px 0;
  user-select: none;
  z-index: 20;
}
.item-filter.open {
  display: block;
}
@media only screen and (max-width:767px) {
  .item-filter {
    padding: 20px;
  }
}
#slider-range {
  border: 0;
  border-radius: 4px;
  height: 4px;
  background: #f2f2f4;
  margin: 10px 6px;
  position: relative;
}
@media only screen and (max-width:767px) {
  #slider-range {
    width: calc(100% - 12px);
  }
}
#slider-range .ui-slider-range {
  background: #000000;
  border: 0;
  height: 4px;
  position: absolute;
}
#slider-range .ui-slider-handle {
  border-radius: 50%;
  background: #000000;
  border: 0;
  height: 12px;
  cursor: pointer;
  margin-left: -6px;
  outline: 0;
  position: absolute;
  top: -4px;
  width: 12px;
}
#slider-range .ui-state-active {
  border: 0;
  background: #000000;
}
.item-price-form {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.item-price-form span {
  margin: 0 5px;
  flex-grow: 0;
}
.item-price-form .item-price-input-wrapper {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.item-price-form .item-price-input-wrapper::before {
  content: "$";
  position: absolute;
  color: #e5e4e8;
  font-size: 24px;
  padding-left: 10px;
}
.item-price-form .item-price-input-wrapper input {
  margin: 0;
  padding-left: 30px;
  width: 100%;
}
.category-item {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin: 4px 0;
  width: 100%;
}
.category-item a {
  text-transform: uppercase;
}
.category-item input {
  display: inline-block;
  min-height: unset;
  margin-right: 10px;
}
.category-item input:disabled + span {
  color: #9490a3;
}
@media only screen and (max-width:767px) {
  .categories-menu,
  .subcategories-menu {
    width: 100%;
  }
}
.toggle-category {
  display: flex;
  align-items: center;
  width: 100%;
}
.toggle-category span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s;
  transform: rotate(0deg);
  margin-left: auto;
}
.toggle-category.open span {
  transform: rotate(90deg);
}
.subcategories-menu,
.formats-menu {
  padding: 5px 20px;
}
@media only screen and (max-width:767px) {
  .subcategories-menu,
  .formats-menu {
    padding: 10px;
  }
}
.subcategory-item,
.subcategory-item-select-all,
.format-item {
  display: block;
  user-select: none;
  margin: 5px 0;
}
.subcategory-item label,
.subcategory-item-select-all label,
.format-item label {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.subcategory-item input,
.subcategory-item-select-all input,
.format-item input {
  display: inline-block;
  min-height: unset;
  margin-right: 10px;
}
.subcategory-item input:disabled + span,
.subcategory-item-select-all input:disabled + span,
.format-item input:disabled + span {
  color: #9490a3;
}
.item-sorter {
  align-items: center;
  display: flex;
}
.item-sorter label {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .item-sorter {
    border-top: 1px solid #cac8d1;
    margin-top: -1px;
    padding: 20px;
  }
}
.item-sorter-select {
  height: 40px;
  margin: 5px 0;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .item-sorter-select {
    margin: 5px auto;
    width: 100%;
  }
}
.filter-button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: white;
  border: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  margin: 8px 0;
}
.filter-button,
.filter-button:focus {
  border: 1px solid #000000;
  color: #000000;
}
.filter-button:hover {
  background-color: #000000;
  color: white;
}
.filter-button:disabled {
  cursor: default;
}
.filter-button:disabled,
.filter-button:disabled:focus {
  border: 1px solid #f2f2f4;
  color: #e5e4e8;
}
.filter-button:disabled:hover {
  background-color: white;
  color: #e5e4e8;
}
@media only screen and (max-width:767px) {
  .filter-button {
    display: none;
    margin: 30px;
    margin-top: 10px;
  }
}
.global-wrapper.viraliza {
  padding-bottom: 460px;
}
@media only screen and (min-width:768px) and (max-width:959px) {
  .global-wrapper.viraliza {
    padding-bottom: 644px;
  }
}
@media only screen and (max-width:767px) and (max-aspect-ratio: 13/9) {
  .global-wrapper.viraliza {
    padding-bottom: 865px;
  }
}
@media only screen and (max-width:767px) and (min-aspect-ratio: 13/9) {
  .global-wrapper.viraliza {
    padding-bottom: 679px;
  }
}
.nav-menu-item-viraliza {
  color: #549cb3;
}
.nav-menu-item-viraliza a {
  font-weight: 800;
}
.viraliza-home-banner {
  margin-bottom: 36px;
  margin-top: -12px;
  width: 100%;
  height: 412px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .viraliza-home-banner {
    background-color: #f9da3a;
    height: unset;
  }
}
.viraliza-home-banner:last-child {
  margin-bottom: 0;
  margin-top: 40px;
}
.viraliza-home-banner::before {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #f9da3a;
  height: 412px;
  left: 0;
}
@media only screen and (max-width:767px) {
  .viraliza-home-banner::before {
    content: none;
  }
}
.viraliza-home-banner__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
  margin: auto;
  padding: 36px 24px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .viraliza-home-banner__inner {
    padding: 24px;
  }
}
.viraliza-home-banner__inner > *:not(:first-child) {
  margin-top: 24px;
}
.viraliza__title {
  color: #549cb3;
  font-family: "Montserrat", sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 60px;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 36px;
}
.viraliza-home-banner__title {
  color: #549cb3;
  font-family: "Montserrat", sans-serif;
  font-size: 76px;
  font-weight: 900;
  line-height: 60px;
  width: 100%;
}
.viraliza-home-banner__text {
  padding: 24px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (max-width:767px) {
  .viraliza-home-banner__text {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
}
.viraliza-home-banner__legend {
  margin-left: auto;
}
.viraliza-home-banner__legend svg {
  height: 120px;
  width: 120px;
}
.viraliza-home-banner__button,
.viraliza-home-banner__text {
  background-color: #549cb3;
  color: #f9da3a;
}
.viraliza__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.viraliza__actions .viraliza-home-banner__button {
  font-size: 24px;
  padding: 12px 36px;
}
.viraliza-home-banner__actions {
  margin-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width:767px) {
  .viraliza-home-banner__actions {
    justify-content: center;
  }
}
.viraliza-home-banner__actions .viraliza-home-banner__button:not(:first-child) {
  margin-left: 12px;
}
/*
.viraliza-home-banner__inner > .viraliza-home-banner__actions {
  @media @medium-screen, @large-screen {
    margin-top: 0;
  }
}*/
.viraliza-home-banner__button {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  background-color: #549cb3;
  color: #f9da3a;
  font-family: "Montserrat";
  text-transform: uppercase;
  padding: 8px 24px;
  font-weight: 700;
  text-align: center;
}
.viraliza-home-banner__button:hover,
.viraliza-home-banner__button:active,
.viraliza-home-banner__button:focus {
  background-color: #f9da3a;
  color: #549cb3;
}
.brush {
  display: flex;
  margin: 8px 0;
}
@media only screen and (max-width:767px) {
  .brush svg {
    width: 160px;
  }
}
.viraliza__wrapper {
  background-color: #f9da3a;
  padding: 64px 0;
}
.viraliza__convocatoria {
  max-width: 1280px;
  margin: auto;
}
.viraliza__paragraph,
.viraliza__footer {
  color: #549cb3;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding: 0 24px;
}
@media only screen and (max-width:767px) {
  .viraliza__paragraph,
  .viraliza__footer {
    font-size: 14px;
    line-height: 22px;
  }
}
.viraliza__paragraph:not(:first-child) {
  margin-bottom: 24px;
}
.viraliza__footer a {
  font-weight: 700;
}
.viraliza__footer a:hover,
.viraliza__footer a:active,
.viraliza__footer a:focus {
  color: #549cb3;
}
.viraliza__paragraph b {
  font-weight: 800;
}
.viraliza__footer {
  margin-bottom: 0;
  margin-top: 36px;
}
.viraliza__footer.right-side {
  font-size: 24px;
  font-weight: 900;
  text-align: right;
}
.viraliza__paragraph.negative-color {
  background-color: #549cb3;
  color: #f9da3a;
  padding: 12px 24px;
}
.terms__wrapper {
  box-sizing: border-box;
  margin: auto;
  max-width: 768px;
}
@media only screen and (max-width:767px) {
  .terms__wrapper {
    padding: 0 20px;
  }
}
.terms-title__wrapper {
  margin: 64px 0;
  text-align: center;
}
.terms-title__wrapper h1 {
  font-size: 40px;
  line-height: 36px;
}
.terms-title__wrapper h2 {
  font-size: 36px;
  line-height: 32px;
  margin: 0;
  text-transform: uppercase;
}
.terms__paragraph__title {
  font-size: 20px;
}
.terms__paragraph,
.terms__list-item {
  font-size: 14px;
  line-height: 22px;
}
.terms__paragraph b,
.terms__list-item b {
  font-weight: 800;
}
.terms__list {
  padding: 12px 0;
  padding-left: 24px;
}
@media only screen and (max-width:767px) {
  .terms__list {
    padding-left: 12px;
  }
}
.terms__list-item {
  display: list-item;
}
.terms__list-item::before {
  content: "-";
  color: #549cb3;
  margin-right: 8px;
}
.terms__list-item:not(:first-child) {
  margin-top: 8px;
}
.related-artworks {
  margin-top: 48px;
}
@media only screen and (max-width:767px) {
  .related-artworks {
    margin-top: 24px;
    padding: 0 5px;
  }
}
.related-artworks-title {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0 5px;
}
@media only screen and (max-width:767px) {
  .related-artworks-title {
    font-size: 16px;
  }
}
.item-wrapper.viraliza {
  padding: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.item-wrapper.viraliza .add-to-cart-button {
  margin: 4px 0;
}
@media only screen and (max-width:767px) {
  .item-wrapper.viraliza .add-to-cart-button {
    width: 100%;
  }
}
.item-wrapper.viraliza .item-wrapper-artist {
  color: #afacba;
  font-size: 14px;
}
@media only screen and (min-width:768px) and (max-width:959px), only screen and (min-width:960px) {
  .item-wrapper.viraliza .item-price-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.item-wrapper.viraliza .item-price {
  font-size: 16px;
  font-weight: 600;
}
#cart-checkout-form .form-title {
  color: #000000;
  font-weight: 600;
}
#cart-checkout-form .artwork-info {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 24px 0;
  width: 100%;
}
#cart-checkout-form .artwork-info .artwork-info-thumbnail {
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
#cart-checkout-form .artwork-info .artwork-info-title {
  text-transform: none;
  color: #494654;
  font-size: 18px;
  letter-spacing: 0;
}
#cart-checkout-form .artwork-info .artwork-info-artist {
  color: #afacba;
  font-size: 14px;
}
#cart-checkout-form .artwork-info .artwork-info-price {
  font-weight: 600;
}
@media only screen and (max-width:767px) {
  #cart-checkout-form .inline-field {
    margin: 0;
  }
}
.viraliza-checkout-form .checkout-controls {
  align-items: center;
}
.viraliza-checkout-form .error-message {
  font-size: 14px;
  max-width: 600px;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  .viraliza-checkout-form .checkout-controls {
    flex-wrap: wrap;
  }
  .viraliza-checkout-form .error-message {
    margin-bottom: 12px;
    width: 100%;
  }
}
.artwork-index-actions {
  display: flex;
  justify-content: flex-end;
}
.artwork-legend {
  font-size: 12px;
}
.donated-artworks-legend {
  background-color: #f9da3a;
  margin-top: 20px;
  padding: 10px;
}
.donated-artworks-legend h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}
.donated-artworks-legend p {
  max-width: 50%;
}
.item-wrapper.viraliza.donation {
  background-color: #f9da3a;
  padding: 20px;
}
.item-wrapper.viraliza.donation .item.artwork {
  border: 4px solid #f9da3a;
  border-radius: 8px;
  overflow: hidden;
}
.wellcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.wellcome-container .wellcome-text {
  font-size: 17px;
  font-weight: 400;
  margin: 24px 24px 0;
  line-height: 28px;
}
.wellcome-container .wellcome-text p {
  margin-bottom: 24px;
}
.wellcome-container .wellcome-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  gap: 10px;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .wellcome-container .wellcome-img-container {
    flex-direction: column;
  }
}
.wellcome-container .wellcome-img-container .wellcome-img {
  image-rendering: crisp-edges;
  width: 22vw;
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width:767px) {
  .wellcome-container .wellcome-img-container .wellcome-img {
    width: 90vw;
    height: 150vw;
  }
}
.about-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  gap: 10px;
  padding: 10px;
}
@media only screen and (max-width:767px) {
  .about-img-container {
    flex-direction: column;
  }
}
.about-img-container .about-img {
  image-rendering: crisp-edges;
  width: 22vw;
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width:767px) {
  .about-img-container .about-img {
    width: 90vw;
    height: 150vw;
  }
}
.about-img-container .about-article-img {
  height: 20vw;
  background-position: top;
}
@media only screen and (max-width:767px) {
  .about-img-container .about-article-img {
    height: 100vw;
  }
}
.social-whatsapp-icon-home {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  padding: 8px 0;
}
.social-whatsapp-icon-home {
  border: 1px solid #000000;
  border-radius: 50%;
  color: #000000;
  padding: 12px;
  font-size: 40px;
  animation: whatsappBlink 1s infinite alternate;
}
.social-whatsapp-icon-home span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
}
.social-whatsapp-icon-home:visited,
.social-whatsapp-icon-home:active {
  color: #000000;
}
.social-whatsapp-icon-home:hover {
  background-color: #000000;
  color: white;
}
@keyframes whatsappBlink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
