/*
Theme Name: Flex With Benefits
Author: Thrive web design
Author URI: https://thriveweb.com.au/
*/
@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway');
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1,
.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
  font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
  cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type='search'] {
  -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*! Waves v0.7.5 http://fian.my.id/Waves Copyright 2014-2016 Alfiana E. Sibuea and other contributors Released under the MIT license https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.15) 40%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 1;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  transition: all 300ms;
}

.waves-block {
  display: block;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  min-height: 100vh;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1840px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 450px) {
  .container {
    padding: 0 10px;
  }
}

.wrapper {
  display: block;
  position: relative;
}

a {
  text-decoration: none;
}

section,
footer {
  position: relative;
  padding: 35px 0 80px 0;
}

h1,
.woocommerce-account h2,
.woocommerce-account h3,
h2,
h3,
blockquote,
blockquote p,
button,
.button,
input[type='button'],
input[type='submit'] {
  font-family: 'Oswald', sans-serif;
}

h1,
.woocommerce-account h2,
.woocommerce-account h3,
h2 {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 3px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1500px) {
  h1,
  .woocommerce-account h2,
  .woocommerce-account h3,
  h2 {
    margin-left: 40px;
  }
}

h1.underline::before,
.woocommerce-account h2.underline::before,
.woocommerce-account h3.underline::before,
h2.underline::before {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  height: 5px;
  background-color: #353535;
  bottom: -5px;
  left: -55px;
}

@media screen and (max-width: 1500px) {
  h1.underline::before,
  .woocommerce-account h2.underline::before,
  .woocommerce-account h3.underline::before,
  h2.underline::before {
    left: -40px;
  }
}

h1 a,
.woocommerce-account h2 a,
.woocommerce-account h3 a,
h2 a {
  font-size: 22px;
  color: inherit;
}

h3,
h1.smaller,
.woocommerce-account h2.smaller,
.woocommerce-account h3.smaller {
  font-size: 28px;
  letter-spacing: 3px;
  margin: 0;
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 0;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}

body,
section,
p,
span,
a,
small {
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

blockquote {
  margin: 0;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 38px;
}

#side_cart a {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

#side_cart a i.shopping-cart {
  background-image: url('images/shopping_bask.svg');
  height: 18px;
  width: 18px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
}

section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.heading {
  height: 300px;
  padding: 0;
  background-color: #e8e8e8;
  height: 100px;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  clear: both;
}

.half-width {
  position: relative;
  width: 50%;
  float: left;
}

@media screen and (max-width: 900px) {
  .half-width {
    width: 100%;
    margin: 20px 0;
  }
}

.half-width:nth-child(odd) {
  padding-right: 50px;
}

@media screen and (max-width: 900px) {
  .half-width:nth-child(odd) {
    padding-right: 0;
  }
}

.half-width:nth-child(even) {
  padding-left: 50px;
}

@media screen and (max-width: 900px) {
  .half-width:nth-child(even) {
    padding-left: 0;
  }
}

.value .select,
.quantity {
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
}

.quantity {
  overflow: hidden;
  width: 124px;
  background-color: #e8e8e8;
}

.quantity .plusminusbutton {
  background-color: #e8e8e8;
  border: none;
  border-color: #353535;
  color: #000;
  width: 40px;
  font-size: 26px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .quantity .plusminusbutton {
    line-height: 28px;
  }
}

.quantity .plusminusbutton:first-of-type {
  border-right: 1px solid;
}

.quantity .plusminusbutton:last-of-type {
  border-left: 1px solid;
}

.quantity input {
  float: left;
  padding: 8px 0;
  outline: none;
}

@media screen and (max-width: 768px) {
  .quantity input {
    padding: 4px 0;
  }
}

.quantity input[type='number'] {
  width: 40px;
  border: none;
  text-align: center;
}

.quantity input[type='number']::-webkit-inner-spin-button,
.quantity input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.auto-height::after,
.container::after,
.wrapper::after,
.quantity::after,
.artist::after,
.shop_table tbody tr::after,
.auto-height::before,
.container::before,
.wrapper::before,
.quantity::before,
.artist::before,
.shop_table tbody tr::before {
  content: '';
  display: table;
}

.auto-height::after,
.container::after,
.wrapper::after,
.quantity::after,
.artist::after,
.shop_table tbody tr::after {
  clear: both;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  z-index: 100;
}

header ul {
  padding: 0;
  margin: 0;
}

header ul li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

header ul li.menu-item-has-children > a {
  cursor: default;
}

header a.hover-grey:hover,
header #side_cart:hover {
  transition: 0.3s;
  opacity: 0.7;
}

header li.menu-item a,
header a.menu-item {
  color: #000;
}

header li.menu-item a::before,
header a.menu-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

header li.menu-item a:hover:before,
header a.menu-item:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

header li.menu-item.current_page_item a::before,
header .menu-item.current_page_parent a::before {
  visibility: visible;
  transform: scaleX(1);
}

header a.menu-item.current_page_item::before {
  visibility: visible;
  transform: scaleX(1);
}

header > div a,
header > div #side_cart {
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px 30px;
}

header > div a:hover,
header > div #side_cart:hover {
  text-decoration: none;
}

header > div #side_cart {
  padding: 0;
}

header#default {
  position: fixed;
  min-height: 110px;
}

@media screen and (max-width: 1024px) {
  header#default {
    display: none;
  }
}

header#default .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

header#default .wrapper nav,
header#default .wrapper .logo,
header#default .wrapper > div {
  position: relative;
  display: inline-block;
  font-size: 18px;
}

header#default .wrapper nav ul li ul.sub-menu {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #fff;
  font-size: 15px;
  border-radius: 5px;
  padding: 10px 0;
}

header#default .wrapper nav ul li ul.sub-menu li {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}

header#default .wrapper nav ul li ul.sub-menu li:first-of-type {
  padding-top: 5px;
}

header#default .wrapper nav ul li ul.sub-menu li a:hover::before,
header#default .wrapper nav ul li ul.sub-menu li a::before {
  visibility: hidden;
}

header#default .wrapper .logo,
header#default .wrapper .logo img {
  max-height: 90px;
}

header#mobile {
  position: fixed;
  min-height: 90px;
  display: none;
}

@media screen and (max-width: 1024px) {
  header#mobile {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  header#mobile {
    min-height: 70px;
  }
}

header#mobile .wrapper > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#mobile .wrapper > div:nth-child(1) #hamburger {
  display: inline-block;
  cursor: pointer;
}

header#mobile .wrapper > div:nth-child(1) #hamburger .bar1,
header#mobile .wrapper > div:nth-child(1) #hamburger .bar2,
header#mobile .wrapper > div:nth-child(1) #hamburger .bar3 {
  width: 35px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: all 0.3s;
}

header#mobile .wrapper > div:nth-child(1) #hamburger.change .bar1 {
  transform: rotate(-45deg) translate(-5px, 4px);
}

header#mobile .wrapper > div:nth-child(1) #hamburger.change .bar2 {
  opacity: 0;
}

header#mobile .wrapper > div:nth-child(1) #hamburger.change .bar3 {
  transform: rotate(45deg) translate(-6px, -7px);
}

header#mobile .wrapper > div:nth-child(1) .logo {
  display: inline-block;
}

@media screen and (max-width: 450px) {
  header#mobile .wrapper > div:nth-child(1) .logo {
    padding: 0;
  }
}

header#mobile .wrapper > div:nth-child(1) .logo img {
  height: 60px;
}

@media screen and (max-width: 450px) {
  header#mobile .wrapper > div:nth-child(1) .logo img {
    height: 50px;
  }
}

header#mobile .wrapper > div:nth-child(1) #side_cart {
  display: inline-block;
}

header#mobile .wrapper > div:nth-child(2) {
  text-align: center;
  display: none;
}

header#mobile .wrapper > div:nth-child(2) ul {
  border-top: 1px solid #e8e8e8;
}

header#mobile .wrapper > div:nth-child(2) ul li {
  display: block;
  border-top: 1px solid #e8e8e8;
}

header#mobile .wrapper > div:nth-child(2) ul li:first-of-type {
  border: none;
}

header#mobile .wrapper > div:nth-child(2) ul li .sub-menu {
  display: none;
  font-size: 14px;
  border: none;
}

header#mobile .wrapper > div:nth-child(2) ul li .sub-menu li {
  border: none;
}

.single-artist #menu-main li:nth-child(2) a::before {
  visibility: visible;
  transform: scaleX(1);
}

.page-template-page-contact header#default .wrapper > div .contact:before {
  visibility: visible;
  transform: scaleX(1);
}

.page-template-page-stockist header#default .wrapper > div .stockist::before {
  visibility: visible;
  transform: scaleX(1);
}

#header-spacer {
  height: 110px;
}

@media screen and (max-width: 1024px) {
  #header-spacer {
    height: 90px;
  }
}

@media screen and (max-width: 450px) {
  #header-spacer {
    height: 75px;
  }
}

footer.footer {
  width: 100%;
  padding: 35px 0;
  background-color: #e8e8e8;
  color: #505050;
  font-size: 14px;
}

footer.footer svg {
  fill: #e8e8e8;
}

footer.footer .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}

@media screen and (max-width: 900px) {
  footer.footer .wrapper {
    display: block;
  }
}

footer.footer .wrapper > div {
  position: relative;
  height: 100%;
  width: calc(100% / 3);
}

@media screen and (max-width: 900px) {
  footer.footer .wrapper > div {
    text-align: center;
    width: 100%;
  }
}

footer.footer .wrapper > div:first-of-type img,
footer.footer .wrapper > div:last-of-type img {
  height: 85px;
  width: auto;
  margin-bottom: 25px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  footer.footer .wrapper > div:first-of-type img,
  footer.footer .wrapper > div:last-of-type img {
    display: none;
  }
}

footer.footer .wrapper > div:nth-child(2) {
  text-align: center;
}

@media screen and (max-width: 900px) {
  footer.footer .wrapper > div:nth-child(2) {
    padding: 25px 0;
  }
}

footer.footer .wrapper > div:nth-child(2) img {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 900px) {
  footer.footer .wrapper > div:nth-child(2) img {
    max-height: 100px;
    width: 100%;
  }
}

footer.footer .wrapper > div:last-of-type {
  text-align: right;
}

@media screen and (max-width: 900px) {
  footer.footer .wrapper > div:last-of-type {
    display: none;
  }
}

footer.footer .wrapper > div:last-of-type p {
  text-align: right;
  max-width: 180px;
  display: inline-block;
  margin: 0;
}

footer.footer .wrapper > div ul {
  padding: 0;
  margin: 0;
}

footer.footer .wrapper > div ul li {
  list-style: none;
  line-height: 24px;
}

footer.footer .wrapper > div a {
  color: #505050;
  line-height: 30px;
}

footer.footer p {
  text-align: center;
}

footer.footer p span {
  display: block;
}

@media screen and (max-width: 900px) {
  footer.footer p span {
    position: relative;
    display: block;
  }
}

@media screen and (max-width: 1840px) {
  footer.footer p span {
    right: 20px;
  }
}

footer.footer p span a {
  color: #505050;
}

.edit_link {
  position: fixed;
  top: 150px;
  background: #000;
  padding: 5px 20px;
  color: #fff;
  z-index: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.edit_link a {
  position: relative;
  text-decoration: underline;
  margin-left: 5px;
  z-index: 1;
  color: #fff;
}

button,
.button {
  position: relative;
  display: inline-block;
  background-color: #000;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  button,
  .button {
    width: 100%;
    text-align: center;
  }
}

button.bordered,
.button.bordered {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

button.bordered:hover,
.button.bordered:hover {
  background-color: #000;
  color: #fff;
}

button:hover,
.button:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

.product-overview {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  flex-flow: row wrap;
}

.product-overview.left-align {
  justify-content: flex-start;
}

.product-overview .product {
  position: relative;
  width: 380px;
  height: auto;
  display: inline-block;
  margin: 20px 0;
  perspective: 2000px;
}

@media screen and (max-width: 1024px) {
  .product-overview .product {
    width: 300px;
  }
}

@media screen and (max-width: 900px) {
  .product-overview .product {
    width: 250px;
  }
}

@media screen and (max-width: 550px) {
  .product-overview .product {
    width: 50%;
  }
}

.product-overview .product.sale::before {
  content: 'Sale!';
  background-color: #e84c3d;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(-45deg);
  display: block;
  left: -30px;
  position: absolute;
  top: 21px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .product-overview .product.sale::before {
    width: 100px;
    height: 25px;
    font-size: 14px;
    top: 14px;
    left: -25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 500px) {
  .product-overview .product.sale::before {
    width: 80px;
    height: 20px;
    font-size: 12px;
    top: 10px;
    left: -20px;
    line-height: 20px;
  }
}

.product-overview .product:hover {
  text-decoration: none;
}

.product-overview .product:hover .img-wrap .front-img {
  transform: rotateY(-180deg);
}

.product-overview .product:hover .img-wrap .back-img {
  transform: rotateY(0);
}

.product-overview .product .img-wrap {
  width: calc(100% - 10px);
  margin: 0 auto;
  transform-style: preserve-3d;
}

.product-overview .product .img-wrap img {
  position: relative;
  height: auto;
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.3s ease;
}

.product-overview .product .img-wrap > img {
  opacity: 0;
}

.product-overview .product .img-wrap .front-img,
.product-overview .product .img-wrap .back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.5s;
}

.product-overview .product .img-wrap .back-img {
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-overview .product .product-info {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: -1;
}

.product-overview .product .product-info h4 {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  color: #000;
  text-transform: capitalize;
}

.product-overview .product .product-info p {
  color: #505050;
  font-size: 14px;
}

.product-overview .product .product-info del {
  color: #e84c3d;
}

.instagram-banner {
  text-align: center;
  padding: 8rem 0;
  background: white;
}

.instagram-banner .insta-pic {
  height: 250px;
  width: 250px !important;
  display: block;
  background-size: cover !important;
}

@media screen and (max-width: 900px) {
  .instagram-banner .insta-pic {
    height: 200px;
    width: 200px !important;
  }
}

@media screen and (max-width: 600px) {
  .instagram-banner .insta-pic {
    height: 150px;
    width: 150px !important;
  }
}

.instagram-banner .insta-pic:nth-child(odd) {
  margin: 3rem 0 0 0;
}

.instagram-banner .instaslide a {
  transition: none !important;
}

.instagram-banner .instaslide .flickity-prev-next-button {
  border: none;
  background: transparent;
  outline: none;
}

.instagram-banner .instaslide .flickity-prev-next-button.next {
  right: -45px;
}

.instagram-banner .instaslide .flickity-prev-next-button.previous {
  left: -45px;
}

.instagram-banner .instaslide .flickity-prev-next-button .arrow {
  transition: all 0.2s ease;
  fill: #000;
}

.instagram-banner .instaslide .flickity-prev-next-button:hover .arrow {
  fill: #000;
}

.instagram-banner .button {
  margin: 4rem auto;
}

.artist {
  padding: 50px 0;
}

@media screen and (max-width: 600px) {
  .artist {
    padding: 20px 0;
  }
}

.artist > div {
  position: relative;
  float: left;
}

.artist > div:first-of-type {
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  .artist > div:first-of-type {
    width: 450px;
  }
}

@media screen and (max-width: 900px) {
  .artist > div:first-of-type {
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .artist > div:first-of-type {
    width: 100%;
  }
}

.artist > div:first-of-type div {
  position: relative;
  margin: 0 auto;
  height: 360px;
  width: 360px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .artist > div:first-of-type div {
    height: 280px;
    width: 280px;
  }
}

@media screen and (max-width: 900px) {
  .artist > div:first-of-type div {
    height: 200px;
    width: 200px;
  }
}

.artist > div:last-of-type {
  width: calc(100% - 600px);
  padding: 25px 0;
}

@media screen and (max-width: 1024px) {
  .artist > div:last-of-type {
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 900px) {
  .artist > div:last-of-type {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 600px) {
  .artist > div:last-of-type {
    width: 100%;
  }
  .artist > div:last-of-type h3,
  .artist > div:last-of-type h4,
  .artist > div:last-of-type p {
    text-align: center;
  }
}

.artist > div:last-of-type h4,
.artist > div:last-of-type p {
  color: #505050;
}

.artist > div:last-of-type h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
}

.artist > div:last-of-type a.button {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .artist > div:last-of-type a.button {
    width: 100%;
    text-align: center;
  }
}

.artist.full {
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .artist.full > div {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .artist.full > div:first-of-type div {
    width: 300px;
    height: 300px;
    margin: 0;
  }
}

.artist.full > div:last-of-type {
  padding-left: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 900px) {
  .artist.full > div:last-of-type {
    padding-left: 0;
  }
}

.artist.full > div:last-of-type p {
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .artist.full > div:last-of-type p {
    text-align: center;
  }
}

.artist.full > div:last-of-type a {
  display: block;
  color: inherit;
}

@media screen and (max-width: 600px) {
  .artist.full > div:last-of-type a {
    text-align: center;
  }
}

.artist.full > div:last-of-type a.website {
  padding-bottom: 20px;
}

.artist.full > div:last-of-type a i {
  margin-right: 10px;
  width: 20px;
}

.artist.full + blockquote {
  position: relative;
  display: block;
  width: 600px;
}

@media screen and (max-width: 600px) {
  .artist.full + blockquote {
    width: 100%;
    text-align: center;
  }
}

#artists nav.pagination {
  display: flex;
  justify-content: center;
  color: #505050;
}

#artists nav.pagination a {
  color: #505050;
  margin: 0 3px;
}

#artists nav.pagination span {
  font-weight: bold;
}

.divider {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

.divider.bottom {
  top: calc(100% - 1px);
}

.divider.bottom svg {
  top: 0;
}

.divider.top {
  bottom: calc(100% - 1px);
}

.divider.top svg {
  bottom: 0;
}

.divider svg {
  position: absolute;
  left: -25px;
  right: -25px;
  width: calc(100% + 50px);
  fill: #fff;
}

.divider.rotated {
  transform: rotate(180deg);
}

.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers,
.pagination span.page-numbers,
.pagination a.page-numbers {
  color: #505050;
  margin: 0 3px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  background-color: #e8e8e8;
  font-size: 16px;
  line-height: 18px;
}

.woocommerce-pagination span.page-numbers.next,
.woocommerce-pagination span.page-numbers.prev,
.woocommerce-pagination a.page-numbers.next,
.woocommerce-pagination a.page-numbers.prev,
.pagination span.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination a.page-numbers.next,
.pagination a.page-numbers.prev {
  text-decoration: none !important;
}

#home .home-banner {
  position: relative;
  height: 900px;
  width: 100%;
  padding: 0;
  background-color: #e8e8e8;
}

@media screen and (max-width: 1024px) {
  #home .home-banner {
    height: 400px;
  }
}

#home .home-banner .slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#home .home-banner .flickity-page-dots {
  bottom: 80px;
  padding: 0 250px;
  text-align: right;
}

@media screen and (max-width: 400px) {
  #home .home-banner .flickity-page-dots {
    bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #home .home-banner .flickity-page-dots {
    padding: 0 50px;
  }
}

#home .home-banner .flickity-page-dots .dot {
  border-radius: 0;
  width: 30px;
  height: 5px;
  background-color: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 400px) {
  #home .home-banner .flickity-page-dots .dot {
    width: 20px;
  }
}

#home .home-banner .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

#home section.grey-color {
  background-color: #e8e8e8;
}

#home section.grey-color svg {
  fill: #e8e8e8;
}

#home section p {
  color: #505050;
}

@media screen and (max-width: 600px) {
  #home section#artist {
    padding: 0px;
  }
  #home section#artist .artist {
    padding: 0px;
  }
}

#home section#artist .wrapper {
  padding-top: 70px;
}

#home section #discover-btn {
  margin-top: 40px;
  margin-left: 50%;
  transform: translateX(-50%);
}

#home section#mission blockquote p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.four04-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.four04-wrap .four04 {
  line-height: 1.4;
  text-align: center;
  width: 90%;
  margin: 50px auto;
}

.four04-wrap .four04 p {
  max-width: 500px;
  margin: 25px auto;
}

.four04-wrap .four04 a {
  display: inline-block;
}

.four04-wrap .four04 .four04-logo {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 25px;
}

.four04-wrap .four04 .four04-logo img {
  width: 100%;
  height: auto;
}

.four04-wrap .four04 h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.four04-wrap .four04 p {
  font-size: 24px;
  max-width: 500px;
}

#procudt-page {
  padding-top: 100px;
}

#procudt-page .wrapper {
  overflow: hidden;
}

#procudt-page div.summary h2 {
  margin: 0;
}

#procudt-page div.summary .product_meta {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

#procudt-page div.summary .product_meta a {
  color: #000;
}

#procudt-page div.summary p.price,
#procudt-page div.summary p.price span {
  font-size: 30px;
  margin: 10px 0;
  margin-bottom: 13px;
  font-family: 'Oswald', sans-serif;
}

#procudt-page div.summary p.price del,
#procudt-page div.summary p.price span del {
  color: #e84c3d;
}

#procudt-page div.summary p.price del span,
#procudt-page div.summary p.price span del span {
  font-size: 24px;
}

#procudt-page div.summary p {
  font-size: 15px;
}

#procudt-page div.summary div.artist a {
  display: block;
  line-height: 75px;
  position: relative;
  padding-left: 100px;
  color: #353535;
  text-decoration: underline;
}

#procudt-page div.summary div.artist a .img {
  position: absolute;
  height: 75px;
  width: 75px;
  left: 0;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

#procudt-page div.summary form {
  width: 100%;
  max-width: 400px;
}

#procudt-page div.summary form table.variations {
  width: 100%;
}

#procudt-page div.summary form table.variations tr {
  height: 80px;
}

#procudt-page div.summary form table.variations tr td.label {
  text-transform: uppercase;
  width: calc(100% - 293px);
}

#procudt-page div.summary form table.variations tr td.value {
  width: 293px;
}

#procudt-page div.summary form table.variations tr td.value .select {
  width: 293px;
  background: url('images/arrow-down.png') no-repeat 90% 50%;
  background-size: 16px;
}

#procudt-page div.summary form table.variations tr td.value .select select {
  padding: 8px 20px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#procudt-page
  div.summary
  form
  table.variations
  tr
  td.value
  .select
  select:focus {
  outline: none;
}

#procudt-page
  div.summary
  form
  table.variations
  tr
  td.value
  .select
  a.reset_variations {
  position: absolute;
  right: -20px;
  top: 0;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

#procudt-page div.summary form .woocommerce-variation-availability {
  text-transform: uppercase;
}

#procudt-page
  div.summary
  form
  .woocommerce-variation-availability
  .out-of-stock {
  color: #eb6b56;
}

#procudt-page div.summary form button[type='submit'] {
  margin: 40px 0;
}

#procudt-page div.summary div.info-area .info-group .info-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  cursor: pointer;
}

#procudt-page div.summary div.info-area .info-group .info-heading::after {
  content: ' \002B';
}

#procudt-page div.summary div.info-area .info-group .info-content {
  display: none;
  padding-top: 10px;
}

#procudt-page #product-share {
  display: flex;
  float: left;
  padding: 50px 0;
}

#procudt-page #product-share p {
  padding-right: 30px;
}

#procudt-page #product-share p,
#procudt-page #product-share > div {
  display: inline-block;
  line-height: 47px;
}

#procudt-page .onsale {
  background-color: #e84c3d;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: rotate(-45deg);
  display: block;
  left: -30px;
  position: absolute;
  top: 21px;
}

section#about-us {
  height: auto;
  padding-bottom: 1000px;
  background-color: #f3fdff;
  background-image: url('images/about-us-bg.jpg');
}

@media screen and (max-width: 1800px) {
  section#about-us {
    background-size: contain;
    background-position: bottom;
  }
}

@media screen and (max-width: 1500px) {
  section#about-us {
    padding-bottom: 800px;
  }
}

@media screen and (max-width: 1024px) {
  section#about-us {
    padding-bottom: 600px;
  }
}

@media screen and (max-width: 900px) {
  section#about-us {
    padding-bottom: 500px;
  }
}

@media screen and (max-width: 600px) {
  section#about-us {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 450px) {
  section#about-us {
    padding-bottom: 220px;
  }
}

section#about-us .divider svg {
  fill: #f3fdff;
}

section#giving-back .button,
section#giving-back .center-content a {
  margin-top: 30px;
}

.shop_table {
  margin-top: 50px;
  border-collapse: collapse;
  width: 100%;
}

.shop_table .remove {
  font-size: 32px;
  color: #000;
}

.shop_table thead th {
  text-align: left;
}

.shop_table td,
.shop_table th {
  padding: 20px 0;
  font-size: 18px;
}

.shop_table tbody tr {
  border-top: 1px solid #e8e8e8;
}

.shop_table tbody tr:last-of-type {
  height: 100px;
}

.shop_table tbody tr .product-name a {
  color: #000;
}

.shop_table tbody tr .product-name .variation {
  font-size: 14px;
}

.shop_table tbody tr .product-name .variation dt,
.shop_table tbody tr .product-name .variation dd {
  display: inline-block;
  float: left;
  -webkit-margin-start: 5px;
}

.shop_table tbody tr .product-name .variation dt:first-of-type {
  -webkit-margin-start: 0;
}

.shop_table tbody tr .coupon #coupon_code {
  width: 250px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .shop_table tbody tr .coupon #coupon_code {
    width: 48%;
    float: left;
  }
}

.shop_table tbody tr input[type='submit'] {
  padding: 11px 10px;
}

.shop_table tbody tr td {
  white-space: nowrap;
  position: relative;
}

.checkout-button {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .checkout-button {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cart_totals {
    margin-top: 60px;
  }
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error {
  margin: 50px 0;
}

form.checkout {
  margin-top: 50px;
}

.woocommerce-checkout form.checkout input, form.checkout textarea, .woocommerce-checkout  form.checkout .select2-container .select2-choice {
    height: auto !important;
    margin-right: 7px;
}
.woocommerce-checkout .wc_payment_method, .woocommerce-checkout .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 5px;

}

.woocommerce-checkout .wc_payment_method img{
  margin: 0 10px;
}

.woocommerce-checkout .wc_payment_method label{
  margin-top: 0 !important;
}

body.woocommerce-checkout li {
    list-style: none;
}

form.checkout input,
form.checkout textarea,
form.checkout .select2-container .select2-choice {
  height: 45px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 45px;
}

form.checkout textarea {
  height: 250px;
  max-width: 100%;
}

form.checkout label {
  margin-top: 15px;
}

form.checkout #billing_address_2_field {
  margin-top: 5px;
}

form.checkout #order_review_heading,
form.checkout #payment {
  margin-top: 30px;
}

form.checkout fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form.checkout tr td,
form.checkout tr th {
  padding: 20px 0;
}

.woocommerce-thankyou-order-received {
  margin-top: 50px;
}

.woocommerce header {
  position: relative;
}

.woocommerce h2 {
  font-size: 30px;
  text-transform: none;
  font-style: normal;
}

.woocommerce .shop_table tr {
  border-top: 1px solid #e8e8e8;
}

.woocommerce .shop_table tr:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce #order_review {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .woocommerce #order_review {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce #order_review tbody tr {
    height: 180px;
  }
  .woocommerce #order_review tbody tr:last-of-type {
    border-bottom: none;
  }
}

section#contact .wrapper .gform_heading {
  display: none;
}

section#contact .wrapper > p {
  margin-bottom: 40px;
}

section#contact .wrapper input,
section#contact .wrapper textarea {
  height: 45px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 45px;
}

section#contact .wrapper textarea {
  height: 200px;
}

section#contact .wrapper input[type='submit'] {
  width: 100%;
}

section#contact .wrapper .ginput_complex label {
  display: none;
}

section#contact .wrapper > div h3 {
  margin: 30px 0;
}

section#contact .wrapper > div p {
  line-height: 24px;
}

section#contact .wrapper > div p#address {
  max-width: 140px;
  margin-bottom: 20px;
}

section#contact .wrapper > div p a {
  color: #000;
  width: auto;
  padding: 10px 0;
  line-height: 30px;
}

section#contact .wrapper > div p a::after {
  display: block;
  content: '';
}

section#contact .wrapper > div p a i {
  width: 20px;
}

section#contact .wrapper > div .gform_confirmation_message {
  padding: 50px;
  background: #e8e8e8;
  border-radius: 5px;
  text-align: center;
}

section#contact .wrapper > div .gform_wrapper ul li {
  padding-right: 0;
  margin-right: 0;
}

section#contact .wrapper > div .gform_wrapper .validation_error {
  background-color: #e84c3d;
  color: #fff;
  border: none;
  margin: 0;
  font-weight: normal;
  border-radius: 5px;
  padding: 15px 10px;
  width: calc(100% - 15px);
}

section#contact .wrapper > div .gform_wrapper .gfield_error {
  color: #000;
  background-color: transparent;
  border: none;
}

section#contact .wrapper > div .gform_wrapper .gfield_error label {
  color: #e84c3d;
}

section#contact .wrapper > div .gform_wrapper .gfield_error input,
section#contact .wrapper > div .gform_wrapper .gfield_error textarea {
  border-color: #e84c3d;
}

section#contact
  .wrapper
  > div
  .gform_wrapper
  .gfield_error
  .gfield_description.validation_message {
  display: none;
}

section#contact
  .wrapper
  > div
  .gform_wrapper.gform_validation_error
  input[type='submit'] {
  width: calc(100% - 15px);
}

.store {
  margin: 2rem 0;
  padding: 2rem;
  background: rgba(232, 232, 232, 0.4);
}

.store a {
  color: #999;
}

.woocommerce-account .woocommerce {
  margin: 0 auto;
  display: flex;
}

.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 4rem;
  text-align: left;
  margin-top: 2.5rem;
}

.woocommerce-account h3 {
  font-size: 2.5rem;
}

.woocommerce-MyAccount-navigation {
  width: 17rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

.woocommerce-MyAccount-content {
  flex-grow: 1;
}

@media (max-width: 550px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.woocommerce-info,
.woocommerce-thankyou-order-received,
.cart-empty {
  display: block;
  flex-grow: 1;
  text-align: center;
  padding: 2.5rem;
  margin-bottom: 40px;
  background-color: #e8e8e8;
  font-weight: bold;
}

.woocommerce-info:before,
.woocommerce-thankyou-order-received:before,
.cart-empty:before {
  content: '\f05a ';
  font-family: 'FontAwesome';
  font-size: 3rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.woocommerce-message,
.woocommerce-error {
  position: relative;
  padding: 100px;
  background-color: #e8e8e8;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.woocommerce-message .button,
.woocommerce-error .button {
  display: block;
  width: 300px;
  margin: 0 auto 1rem auto;
}

.woocommerce-message p,
.woocommerce-error p {
  margin-bottom: 0;
}

.container .woocommerce-message,
.container .woocommerce-error {
  padding: 40px;
}

.container .woocommerce-message .divider,
.container .woocommerce-error .divider {
  display: none;
}

.woocommerce-error li {
  list-style: none;
  text-align: left;
  max-width: 300px;
  margin: 0.5rem auto;
}

.woocommerce-error li:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  margin-right: 0.5em;
}

.return-to-shop {
  text-align: center;
}

.woocommerce-pagination {
  margin-top: 100px;
}

.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

.woocommerce-pagination ul li {
  display: inline-block;
}

.woocommerce-pagination ul li a {
  padding: 0.2rem;
  color: #505050;
}

.woocommerce-pagination ul li .page-numbers.current {
  font-weight: 700;
  color: #505050;
}

.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce-pagination ul li .page-numbers.next {
  text-decoration: underline;
}

/*---- Responsive ----*/
@media screen and (max-width: 768px) {
  .woocommerce {
    /* make buttons full width, text wide anyway, improves effectiveness */ /* keep coupon at 50% */ /* clean up how coupon inputs display */ /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  }
  .woocommerce table {
    /* Force table to not be like tables anymore */ /* Hide table headers (but not display: none;, for accessibility) */
  }
  .woocommerce table.shop_table,
  .woocommerce table.shop_table thead,
  .woocommerce table.shop_table tbody,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table tr {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
  }
  .woocommerce table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce table.shop_table {
    border: none;
  }
  .woocommerce table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce table.shop_table .order-total td {
    padding-left: 0 !important;
    font-size: 3rem;
  }
  .woocommerce table.shop_table td {
    /* Behave like a "row" */
    position: relative;
    padding-left: 40% !important; /* Label the data */
  }
  .woocommerce table.shop_table td.product-spacer {
    border-color: #fff;
    height: 10px;
  }
  .woocommerce table.shop_table td:before {
    /* Now like a table header */
    position: absolute; /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .woocommerce table.shop_table td.product-remove {
    text-align: right;
    padding: 5px 0;
  }
  .woocommerce table.shop_table td.product-remove:before {
    content: 'DELETE';
  }
  .woocommerce table.shop_table td.product-thumbnail {
    height: 150px;
    text-align: center;
  }
  .woocommerce table.shop_table td.product-thumbnail a {
    display: block;
    height: 100%;
  }
  .woocommerce table.shop_table td.product-thumbnail:before {
    content: 'IMAGE';
  }
  .woocommerce table.shop_table td.product-name:before {
    content: 'PRODUCT';
  }
  .woocommerce table.shop_table td.product-price:before {
    content: 'PRICE';
  }
  .woocommerce table.shop_table td.product-quantity:before {
    content: 'QUANTITY';
  }
  .woocommerce table.shop_table td.product-subtotal:before {
    content: 'SUBTOTAL';
  }
  .woocommerce table.shop_table td.product-total:before {
    content: 'TOTAL';
  }
  .woocommerce table.shop_table tr.cart-subtotal td,
  .woocommerce table.shop_table tr.shipping td,
  .woocommerce table.shop_table tr.total td,
  .woocommerce table.shop_table.order_details tfoot th,
  .woocommerce table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce table.shop_table table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce table.shop_table .variation:after {
    content: '';
    display: block;
    clear: both;
  }
  .woocommerce .quantity {
    margin: 0;
  }
  .woocommerce table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 0 !important;
  }
  .woocommerce table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }
  .woocommerce table.cart td.actions div {
    margin-bottom: 10px;
  }
  .woocommerce .cart-collaterals:after {
    content: '';
    display: block;
    clear: both;
  }
  .woocommerce .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce .order_details ul,
  .woocommerce .order_details,
  .woocommerce .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input {
    width: 100%;
    font-size: 12px !important;
  }
  .woocommerce tfoot {
    display: block !important;
  }
  .woocommerce tfoot td {
    width: 100% !important;
    display: block !important;
  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input {
    width: 48%;
    font-size: 12px !important;
  }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    margin-top: 1.5em;
  }
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/*--- New updates ---*/

.cp_btn {
  text-align: center;
}

#shp-btn {
  margin-top: 60px;
  position: relative;
  display: inline-block;
  background-color: #000;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 50%;
  transform: translateX(-50%);
}
