/*
Theme Name: DinaKamal
Author: LeCollective
Author URI: https://lecollective.co.uk/
Description: Theme for DinaKamal, developed by LeCollective
Version: 2.1
*/
/*--------------------------------------------------------------
# Import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
a {
  outline: none;
}
a:focus {
  outline: none;
}

body {
  font-size: 11px;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
  background: #000000;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1500px) {
  body {
    font-size: 12px;
  }
}
body.locked {
  overflow: hidden;
}
body.popup-open {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.popup-open .top-info-container {
  bottom: 0;
}
body.popup-open .guide-popup,
body.popup-open .form-popup,
body.popup-open .content-popup {
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.8);
}
body.popup-open .guide-popup {
  background: none;
}
body.popup-open #header, body.popup-open.single-product .product, body.popup-open.single-product .woocommerce-breadcrumb,
body.popup-open .single-explore .gallery,
body.popup-open .single-explore .mobile-info,
body.popup-open .single-explore #proContent,
body.popup-open .shop-page .main-container,
body.popup-open .explore-page .main-container,
body.popup-open .process-page {
  filter: blur(10px);
}

#page.showme #content,
#page.showme #footer {
  opacity: 1;
}

.invisible {
  opacity: 0;
}

p a {
  color: #fff;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix,
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*,
*:after,
*:before {
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
  --------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
}

/*Grid*/
.grid, body.single-product .related-products ul.products, .headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item, .headerCart .widget_shopping_cart_content .cart_list, .headerCart .widget_shopping_cart_content, .related-products ul.products {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid .box.spOne, .headerCart .widget_shopping_cart_content .box.spOne, .related-products ul.products .box.spOne {
  grid-column: span 1;
}
.grid .box.spTwo, .headerCart .widget_shopping_cart_content .box.spTwo, .related-products ul.products .box.spTwo {
  grid-column: span 2;
}
.grid .box.spThree, .headerCart .widget_shopping_cart_content .box.spThree, .related-products ul.products .box.spThree {
  grid-column: span 3;
}
.grid .box.spFour, .headerCart .widget_shopping_cart_content .box.spFour, .related-products ul.products .box.spFour {
  grid-column: span 4;
}
.grid .box.spSix, .headerCart .widget_shopping_cart_content .box.spSix, .related-products ul.products .box.spSix {
  grid-column: span 6;
}
.grid .box.spEight, .headerCart .widget_shopping_cart_content .box.spEight, .related-products ul.products .box.spEight {
  grid-column: span 8;
}
.grid .box.spTen, .headerCart .widget_shopping_cart_content .box.spTen, .related-products ul.products .box.spTen {
  grid-column: span 10;
}
.grid .box.spTwelve, .headerCart .widget_shopping_cart_content .box.spTwelve, .related-products ul.products .box.spTwelve {
  grid-column: span 12;
}
.grid .box.alignR, .headerCart .widget_shopping_cart_content .box.alignR, .related-products ul.products .box.alignR {
  text-align: right;
}

.resImg {
  max-width: 100%;
}

#content {
  position: relative;
  z-index: 8;
  transition: all 0.3s ease;
  margin-top: var(--mini-cart-ht);
}

body.filter-open:not(.scrolled) #content {
  margin-top: 0;
}

.top-info-container {
  position: fixed;
  left: 0;
  top: calc(var(--mini-cart-ht) + 44px);
  width: 66.6666666667%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(50px);
  mix-blend-mode: difference;
  z-index: 10;
  transition: all 0.3s ease;
}
@supports not (-webkit-hyphens: none) {
  .top-info-container {
    background: rgb(0, 0, 0);
  }
  .top-info-container a {
    color: #fff;
  }
}
@media screen and (max-width:900px) {
  .top-info-container {
    display: none;
  }
}

.woocommerce a.added_to_cart {
  display: none;
}

/*--------------------------------------------------------------
# Global Page
--------------------------------------------------------------*/
.ease {
  transition: all 0.5s ease-in-out;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #cecece;
  color: #000000;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #d9d9d9;
  color: #000000;
}

p {
  font-size: 15px !important;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.product-instructions .accordion,
.product-instructions .accordion p {
  font-size: 14px !important;
}

.product-instructions .accordion a {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
.woocommerce-checkout .nav-container.nav-dropdown {
  mix-blend-mode: normal;
}

#header {
  font-weight: 500;
  font-size: 14px;
  mix-blend-mode: difference;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease;
  background: #000;
  mix-blend-mode: normal;
  height: 44px;
}
#header a {
  text-decoration: none;
  color: #fff;
}
body.bgBlur #header {
  opacity: 0.5;
}
body.page-template-process #header, body.home #header {
  background: none;
  mix-blend-mode: difference;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:900px) {
  body.page-template-process #header, body.home #header {
    mix-blend-mode: unset;
  }
}
@media screen and (max-width:850px) {
  body.page-template-process #header, body.home #header {
    background: black;
  }
}
body.page-template-process.blurActive #header, body.home.blurActive #header {
  backdrop-filter: blur(50px);
}
#header.sub-nav-open {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
}
#header .mainNav {
  position: relative;
  height: 44px;
}
#header .mainNav::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  pointer-events: none;
}
#header .mainNav span.hovLnk {
  cursor: pointer;
}
#header .mainNav .box {
  padding: 15px 15px 14px 15px;
  white-space: nowrap;
}
#header .mainNav .box #logo a {
  line-height: 1;
}
#header .mainNav .box #logo a svg {
  height: 10px;
  width: auto;
  fill: #ffffff;
}
#header .mainNav .box a {
  transition: all 0.5s ease-in-out;
}
#header .mainNav .box a:hover, #header .mainNav .box.active a {
  color: transparent;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}
#header .mainNav .box.cartMenu {
  position: relative;
}
#header .mainNav .box .socialBox {
  position: absolute;
  top: 15px;
  right: 15px;
}
#header .mainNav .box .socialBox img {
  width: 14px;
  height: auto;
}
body.single-product #header .mainNav .box .socialBox img, body.shop-page #header .mainNav .box .socialBox img {
  filter: invert(1);
}
@media screen and (max-width:850px) {
  #header .mainNav .box .socialBox {
    display: none;
  }
}
@media screen and (max-width:850px) {
  #header .mainNav {
    display: none;
  }
}
#header .mobile-navigation {
  display: none;
}
#header .mobile-navigation .socialBox {
  position: absolute;
  top: 15px;
  right: 50px;
}
#header .mobile-navigation .socialBox img {
  width: 14px;
  height: auto;
}
#header .mobile-navigation .logo {
  padding: 15px 15px 14px 15px;
}
#header .mobile-navigation .logo a svg {
  width: auto;
  height: 10px;
  fill: rgb(255, 255, 255);
}
#header .mobile-navigation .logo a svg .cls-1 {
  fill: rgb(255, 255, 255);
}
#header .mobile-navigation .mobile-nav {
  display: flex;
  border-bottom: 1px solid #adadad;
  justify-content: space-between;
}
#header .mobile-navigation .cart-btn {
  padding: 10px;
  display: inline-block;
}
#header .mobile-navigation .cart-btn svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
#header .mobile-navigation .nav-items {
  transition: max-height 1s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  max-height: 0;
  overflow: hidden;
}
#header .mobile-navigation .nav-items > ul > li {
  border-bottom: 1px solid #adadad;
}
#header .mobile-navigation .nav-items > ul > li a {
  display: block;
  padding: 15px;
}
#header .mobile-navigation .nav-items > ul > li.nav-parent {
  display: flex;
  justify-content: space-between;
}
#header .mobile-navigation .nav-items > ul > li.nav-parent > a {
  width: 50%;
}
#header .mobile-navigation .nav-items > ul > li.nav-parent .sub-nav {
  display: none;
  width: 50%;
  border-left: 1px solid #adadad;
  padding-bottom: 15px;
}
#header .mobile-navigation .nav-items > ul > li.nav-parent .sub-nav a {
  font-weight: 300;
  padding: 15px 15px 0 15px;
}
#header .mobile-navigation .nav-items > ul > li.nav-parent .sub-nav.visible {
  display: block;
}
@media screen and (max-width:850px) {
  #header .mobile-navigation {
    display: block;
  }
}
#header .mobile-nav-right {
  display: flex;
}
#header .ham-icon {
  width: 20px;
  display: inline-block;
  padding-top: 10px;
  margin: 0 15px 0 0;
}
#header .ham-icon span {
  width: 100%;
  display: block;
  height: 1px;
  background: #fff;
  margin: 5px 0 0 auto;
  transform-origin: center;
  transition: transform 0.2s ease-in-out, width 0.2s 0.2s ease-in-out;
}
#header .ham-icon span:nth-child(3) {
  margin-top: -1px;
}
#header.nav-visible .ham-icon span {
  transition: width 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  width: 100% !important;
}
#header.nav-visible .ham-icon span:nth-child(1), #header.nav-visible .ham-icon span:nth-child(4) {
  opacity: 0;
}
#header.nav-visible .ham-icon span:nth-child(2) {
  transform: rotate(45deg);
}
#header.nav-visible .ham-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
#header.nav-visible .mobile-navigation .nav-items {
  max-height: 500px;
}
#header.mini-cart-open {
  top: var(--mini-cart-ht);
}
@media screen and (max-width:850px) {
  #header.mini-cart-open {
    position: absolute;
    margin-bottom: -44px;
  }
  #header.mini-cart-open .headerCart {
    height: 50vh;
  }
  #header.mini-cart-open .headerCart .widget_shopping_cart_content {
    height: 100%;
  }
  #header.mini-cart-open .headerCart .widget_shopping_cart_content .cart_list {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #header.mini-cart-open .headerCart .widget_shopping_cart_content .cart_list::-webkit-scrollbar {
    display: none;
  }
}
#header.mini-cart-open .nav-container {
  top: var(--mini-cart-ht)44px;
}
@media screen and (max-width:850px) {
  #header {
    z-index: 200;
  }
}

.cat-nav-container {
  display: none;
  position: fixed;
  left: 0;
  top: 44px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(50px);
  width: 100%;
  z-index: 101;
  max-height: 400px;
  transition: all 0.3s ease;
  overflow: hidden;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.nav-hidden .cat-nav-container {
  max-height: 0;
  border: none !important;
}

.scrolled .cat-nav-container {
  border-bottom: 1px solid rgb(255, 255, 255);
  backdrop-filter: blur(50px);
}
.scrolled .cat-nav-container .nav-container {
  background: none;
}

.nav-container {
  width: calc(100% + 1px);
  position: relative;
  z-index: 101;
  margin: 0 0 -1px -1px;
  transition: all 0.3s ease;
  background: black;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.nav-container.nav-dropdown {
  position: fixed;
  left: 0;
  top: 44px;
  mix-blend-mode: difference;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(50px);
  max-height: 0;
  overflow: hidden;
  margin: var(--mini-cart-ht) 0 0 -1px;
}
.nav-container.nav-dropdown.visible {
  max-height: 400px;
  z-index: 101;
}
.nav-container.hide {
  display: none;
}
.nav-container .nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 15px;
  height: 12px;
  background: url(img/icons/arrow-up.png) center no-repeat;
  background-size: cover;
}
.nav-container .nav-close img {
  display: none;
}
@media screen and (max-width:900px) {
  .nav-container .nav-close {
    display: none;
  }
}
.nav-container .nav-col {
  padding: 10px 15px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-container .nav-col.search {
  font-size: 11px;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
}
@media screen and (min-width: 1500px) {
  .nav-container .nav-col.search {
    font-size: 12px;
  }
}
.nav-container .nav-col:first-child, .nav-container .nav-col.search {
  border-left: 0;
}
.nav-container .nav-col.nav-col-2 {
  grid-column: span 2;
}
.nav-container .nav-col.nav-col-4 {
  grid-column: span 4;
}
.nav-container .nav-col.nav-col-6 {
  grid-column: span 6;
}
@media screen and (max-width:900px) {
  .nav-container .nav-col.level-one {
    width: 50%;
  }
}
@media screen and (max-width:900px) {
  .nav-container .nav-col.level-two {
    width: 100%;
  }
}
.nav-container .nav-col ul li {
  list-style: none;
  margin-bottom: 10px;
}
.nav-container .nav-col ul li a {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.nav-container .nav-col ul li:hover a, .nav-container .nav-col ul li.active a {
  color: transparent;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}
.nav-container .nav-col .tagsList {
  transition: all 0.3s ease;
  opacity: 1;
}
.nav-container .nav-col .tagsList.hidden {
  opacity: 0;
}
.nav-container .nav-col .tagsList ul {
  display: grid;
  grid-template-rows: repeat(4, 12px);
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 33.1%;
}
@media screen and (max-width:900px) {
  .nav-container .nav-col .tagsList ul {
    grid-auto-columns: 50%;
  }
}
.nav-container .search form {
  background: url(img/icons/white-right-arrow.svg) center right no-repeat;
  background-size: 5px;
}
.nav-container .search form input {
  font-size: 11px;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
  display: block;
  border: 0;
  background: none;
  color: #adadad;
  text-transform: uppercase;
  padding: 5px 0;
  mix-blend-mode: difference;
}
@media screen and (min-width: 1500px) {
  .nav-container .search form input {
    font-size: 12px;
  }
}
.nav-container .search form input:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:900px) {
  .nav-container .search {
    display: none;
  }
}
.nav-container .mobile-nav-parent {
  display: none;
}
@media screen and (max-width:900px) {
  .nav-container .mobile-nav-parent {
    display: block;
  }
}
@media screen and (max-width:900px) {
  .nav-container {
    top: 87px;
    flex-wrap: wrap;
    display: flex;
    border-top: 1px solid rgb(255, 255, 255);
  }
  .nav-container .mobile-nav-parent {
    width: 50%;
  }
}
.nav-container#shop-navigation .nav-col.nav-col-2, .nav-container#shop-navigation .nav-col.nav-col-4 {
  grid-column: span 3;
}
.nav-container#shop-navigation .nav-col.nav-col-2 .cats.shop, .nav-container#shop-navigation .nav-col.nav-col-4 .cats.shop {
  display: flex;
  flex-direction: column-reverse;
}

.archive .nav-container.nav-dropdown {
  mix-blend-mode: normal;
  backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.2);
}
.archive .nav-container.nav-dropdown.non-fixed {
  position: relative;
  margin-bottom: -1px;
  backdrop-filter: none;
  max-height: 401px;
  z-index: 100;
  background: #000000;
}

.hide {
  display: none;
}

@media screen and (max-width:850px) {
  .shop-page .mobile-nav-overlay,
  .explore-page .mobile-nav-overlay {
    position: fixed;
    z-index: 199;
    transition: 0.7s linear opacity;
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .shop-page .mobile-nav-overlay.nav-visible,
  .explore-page .mobile-nav-overlay.nav-visible {
    opacity: 1;
    max-height: 100vh;
    width: 100%;
    top: 45px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(50px);
  }
  .shop-page .mobile-nav-overlay.nav-visible.fade,
  .explore-page .mobile-nav-overlay.nav-visible.fade {
    opacity: 0;
  }
}
body.woocommerce #header .mobile-navigation .cart-btn svg .cls-1 {
  fill: #000000;
}

.woocommerce-mini-cart__empty-message {
  padding: 20px;
  grid-column: span 12;
}

#footer {
  transition: all 0.3s ease;
  opacity: 0;
  background: #000000;
  padding: 0;
  position: relative;
  display: block;
  z-index: 9;
}
body.home #footer {
  display: none;
}
@media screen and (max-width:850px) {
  #footer {
    z-index: 12;
  }
}
#footer .top {
  margin-bottom: 20px;
}
#footer .box {
  padding: 15px 15px 14px 15px;
  color: #fff;
  mix-blend-mode: difference;
  text-transform: uppercase;
}
#footer .box ul li {
  padding-bottom: 5px;
}
#footer .box a {
  text-decoration: none;
  color: #fff;
}
#footer .instagram img {
  width: 14px;
}
@media screen and (max-width:900px) {
  #footer .grid .box.spTwo, .headerCart .widget_shopping_cart_content .cart_list #footer .woocommerce-mini-cart-item .box.spTwo, .headerCart .widget_shopping_cart_content #footer .cart_list .box.spTwo, #footer .headerCart .widget_shopping_cart_content .box.spTwo, .headerCart #footer .widget_shopping_cart_content .box.spTwo, #footer .related-products ul.products .box.spTwo, .related-products #footer ul.products .box.spTwo, #footer .grid .box.spEight, .headerCart .widget_shopping_cart_content .cart_list #footer .woocommerce-mini-cart-item .box.spEight, .headerCart .widget_shopping_cart_content #footer .cart_list .box.spEight, #footer .headerCart .widget_shopping_cart_content .box.spEight, .headerCart #footer .widget_shopping_cart_content .box.spEight, #footer .related-products ul.products .box.spEight, .related-products #footer ul.products .box.spEight {
    grid-column: span 6;
  }
  #footer .instagram {
    display: none;
  }
  #footer .alignR {
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* Homepage */
#primary #blocks {
  display: flex;
  flex-wrap: wrap;
}
#primary #blocks .block {
  overflow: hidden;
  position: relative;
  height: 70vh;
}
@media screen and (max-width:850px) {
  #primary #blocks .block {
    height: 30vh;
  }
}
#primary #blocks .block:before {
  position: absolute;
  top: -1px;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgb(255, 255, 255);
  mix-blend-mode: difference;
  z-index: 10;
  content: "";
}
@media screen and (max-width:850px) {
  #primary #blocks .block:before {
    content: none;
  }
}
#primary #blocks .block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgb(255, 255, 255);
  mix-blend-mode: difference;
  z-index: 10;
}
#primary #blocks .block.fullHeight {
  height: 80vh;
}
@media screen and (max-width:850px) {
  #primary #blocks .block.fullHeight {
    height: 100vh;
  }
}
#primary #blocks .block.size_full {
  width: 100%;
}
#primary #blocks .block.size_half {
  width: 50%;
}
#primary #blocks .block.size_third {
  width: 33%;
}
#primary #blocks .block.size_twoThirds {
  width: 67%;
}
@media screen and (max-width:850px) {
  #primary #blocks .block.size_twoThirds:before {
    content: "";
    opacity: 1 !important;
    right: unset;
    left: 0;
  }
}
#primary #blocks .block:nth-child(2):before {
  content: none !important;
}
#primary #blocks .block.type_video .bgVidCont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#primary #blocks .block.type_video .bgVid,
#primary #blocks .block.type_video .bgVidmob {
  z-index: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#primary #blocks .block.type_video .bgVid.mob,
#primary #blocks .block.type_video .bgVidmob.mob {
  display: none;
}
@media screen and (max-width:900px) {
  #primary #blocks .block.type_video .bgVid.mob,
  #primary #blocks .block.type_video .bgVidmob.mob {
    display: block;
  }
}
#primary #blocks .block.type_video .bgVid.dsk,
#primary #blocks .block.type_video .bgVidmob.dsk {
  display: block;
}
@media screen and (max-width:900px) {
  #primary #blocks .block.type_video .bgVid.dsk,
  #primary #blocks .block.type_video .bgVidmob.dsk {
    display: none;
  }
}
#primary #blocks .block.type_video .bgVidmob {
  position: absolute;
}
#primary #blocks .block.type_embed:hover > .image img.bluredImg, #primary #blocks .block.type_embed:hover > .image .heading {
  opacity: 1;
}
#primary #blocks .block.type_embed .embedLink .embed {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
}
#primary #blocks .block.type_embed .embedLink .embed .embed-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  height: 20px;
  width: 20px;
}
#primary #blocks .block.type_embed .embedLink .embed .embed-close img {
  max-width: 100%;
}
#primary #blocks .block.type_embed .embedLink .embed .embed-video {
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  position: relative;
  z-index: 9;
}
#primary #blocks .block.type_embed .embedLink .embed .embed-video iframe {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
#primary #blocks .block.type_video:before, #primary #blocks .block.size_twoThirds:before, #primary #blocks .block.size_half:nth-of-type(3):before, #primary #blocks .block:last-child:before {
  opacity: 0;
}
#primary #blocks .block .image {
  height: 100%;
  width: 100%;
  position: relative;
  background: #000000;
}
#primary #blocks .block .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  transition: all 0.5s ease;
  filter: blur(0);
}
body.bgBlur #primary #blocks .block .image img {
  opacity: 0.5;
}
#primary #blocks .block .image img.bluredImg {
  filter: blur(10px);
  z-index: 1;
  opacity: 0;
}
#primary #blocks .block .image .heading {
  font-weight: 500;
  font-size: 14px;
  mix-blend-mode: difference;
  text-transform: uppercase;
  position: absolute;
  z-index: 9;
  opacity: 1;
  color: #fff;
  top: 15px;
  left: 15px;
  transition: opacity 0.5s ease;
}
#primary #blocks .block .image .heading a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width:900px) {
  #primary #blocks .block .image .heading {
    font-size: 11px;
    padding-right: 1em;
  }
}
#primary #blocks .block .image:hover .blur-img {
  filter: blur(10px);
}
#primary #blocks .block a {
  outline: 0 !important;
}
#primary #blocks .bgVidmob {
  display: none;
}
@media screen and (max-width:900px) {
  #primary #blocks .bgVidmob {
    display: block;
  }
}

.blocks::after {
  content: "";
  display: table;
  clear: both;
}
.blocks .full, .blocks .half {
  float: left;
  height: 700px;
  position: relative;
}
.blocks .full h2, .blocks .half h2 {
  position: absolute;
  z-index: 2;
  padding: 20px;
  margin: 0;
  mix-blend-mode: difference;
  color: #fff;
}
.blocks .full video, .blocks .full img, .blocks .full iframe, .blocks .half video, .blocks .half img, .blocks .half iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blocks .full {
  width: 100%;
}
.blocks .half {
  width: 50%;
}
@media screen and (max-width:900px) {
  .blocks .half {
    width: 100%;
  }
}

/*Grid*/
#product-grid {
  overflow: hidden;
  width: calc(100% + 1px);
  margin-left: -1px;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #eee;
}
#product-grid .product {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s ease;
  opacity: 0;
  text-transform: uppercase;
}
#product-grid .product:before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  content: "";
  border: 1px solid #eeeeee;
}
#product-grid .product.is-visible {
  opacity: 1;
}
body.infoActive #product-grid .product {
  pointer-events: none;
}
#product-grid .product .top,
#product-grid .product .bottom {
  transition: opacity 1s ease;
  position: absolute;
  width: 100%;
  padding: 10px;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  #product-grid .product .top,
  #product-grid .product .bottom {
    font-size: 12px;
  }
}
#product-grid .product .top h2 {
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  #product-grid .product .top h2 {
    font-size: 12px;
  }
}
#product-grid .product .top .left {
  float: left;
}
#product-grid .product .top .right {
  float: right;
}
#product-grid .product .bottom {
  bottom: 0;
  opacity: 0;
}
#product-grid .product .product-info {
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1500px) {
  #product-grid .product .product-info {
    font-size: 12px;
  }
}
#product-grid .product .product-info .left,
#product-grid .product .product-info .right {
  width: 50%;
  padding: 12px;
  display: inline-block;
}
#product-grid .product:hover .top,
#product-grid .product:hover .bottom {
  opacity: 1;
}
#product-grid .product:hover .product-info {
  opacity: 1;
}
#product-grid .product.special .product-info {
  animation-fill-mode: forwards;
  animation-name: ummk4b9;
  animation-duration: 8s;
}
@keyframes ummk4b9 {
  0% {
    opacity: 0;
  }
  37.5% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#product-grid .product img {
  width: 100%;
  height: auto;
  opacity: 0;
  display: block;
}
#product-grid .product.S1, #product-grid .product.S2 {
  width: 16.6666666667%;
}
#product-grid .product.M, #product-grid .product.L {
  width: 33.3333333333%;
}
#product-grid .product.XL {
  width: 100%;
}
#product-grid .product-width {
  width: 16.6666666667%;
}
@media screen and (max-width:900px) {
  #product-grid .product.S1, #product-grid .product.S2 {
    width: 50%;
  }
  #product-grid .product.M, #product-grid .product.L {
    width: 100%;
  }
}

.woocommerce #product-grid div.product span.price {
  color: rgb(255, 255, 255);
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  .woocommerce #product-grid div.product span.price {
    font-size: 12px;
  }
}

.archive .breadcrumb-container {
  top: 44px;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(50px);
  border-bottom: 1px solid rgb(255, 255, 255);
  transition: all 0.6s ease;
  transition-delay: 0.2s;
  opacity: 0;
  z-index: 40;
}
.archive .breadcrumb-container.visible {
  opacity: 1;
}

.main-container {
  padding-top: 44px;
  transition: padding-top 0.3s ease;
}

.breadcrumb-container {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  transition: all 0.1s ease;
  margin-top: 0;
  z-index: 1;
  font-weight: 300;
}
.breadcrumb-container a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.breadcrumb-container .filter {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.breadcrumb-container .filter:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10;
  cursor: pointer;
  width: 15px;
  height: 8px;
  background: url(img/icons/arrow-up.png) center no-repeat;
  background-size: cover;
  margin-top: -2px;
}
.breadcrumb-container .filter.active:after {
  margin: 0;
  transform: translateY(-50%) rotate(0deg);
}

.guides {
  display: flex;
  transition: top 0.3s ease;
  mix-blend-mode: difference;
}
@media screen and (max-width:900px) {
  .guides {
    background: #000000;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(255, 255, 255);
  }
}
.guides li {
  flex-grow: 1;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}
.guides li:first-child {
  border-left: 0;
}
.guides li a {
  transition: all 0.3s ease-in-out;
  font-size: 11px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 15px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1500px) {
  .guides li a {
    font-size: 12px;
  }
}
.guides li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.guide-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}
.guide-popup .guide-images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: 800px;
}
.guide-popup .guide-images .guide-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.guide-popup .guide-images .guide-close img {
  width: 10px;
}
.guide-popup .guide-images .guide-image {
  display: none;
  position: relative;
  z-index: 9;
  text-align: center;
}
.guide-popup .guide-images .guide-image img {
  display: none;
  max-width: 100%;
}
@media screen and (max-width:900px) {
  .guide-popup .guide-images .guide-image img.mobile {
    display: inline;
  }
}
@media screen and (min-width:901px) {
  .guide-popup .guide-images .guide-image img.desktop {
    display: inline;
  }
}

.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}
.form-popup .forms-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 100%;
  max-width: 800px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-popup .forms-list .form-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.form-popup .forms-list .form-close img {
  width: 10px;
}
.form-popup .forms-list .form-item {
  display: none;
  position: relative;
  z-index: 9;
}
.form-popup .forms-list .form-item h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media screen and (min-width: 1500px) {
  .form-popup .forms-list .form-item h3 {
    font-size: 12px;
  }
}
.form-popup .forms-list .form-item .form-row {
  display: flex;
  justify-content: flex-start;
}
.form-popup .forms-list .form-item .form-row .form-input {
  width: 46%;
  margin-bottom: 15px;
}
.form-popup .forms-list .form-item .form-row .form-input:first-child {
  margin-right: 8%;
}
.form-popup .forms-list .form-item .form-row .form-input.full {
  width: 100%;
  margin-right: 0;
}
.form-popup .forms-list .form-item .form-row .form-input label {
  text-transform: uppercase;
}
.form-popup .forms-list .form-item .form-row .form-input input,
.form-popup .forms-list .form-item .form-row .form-input textarea {
  border: 0;
  border-bottom: 1px solid #adadad;
  appearance: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  background: none;
  color: rgb(255, 255, 255);
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
}
.form-popup .forms-list .form-item .form-row .form-input input:focus,
.form-popup .forms-list .form-item .form-row .form-input textarea:focus {
  box-shadow: none;
  outline: none;
}
.form-popup .forms-list .form-item .form-row .form-input textarea {
  resize: none;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
}
.form-popup .forms-list .form-item input[type=submit] {
  font-size: 11px;
  background: none;
  text-transform: uppercase;
  border: 0;
  appearance: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
@media screen and (min-width: 1500px) {
  .form-popup .forms-list .form-item input[type=submit] {
    font-size: 12px;
  }
}

.content-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  padding: 10px;
}
.content-popup .page-contents {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (min-width:901px) {
  .content-popup .page-contents {
    left: 50%;
    width: 50%;
  }
}
.content-popup .page-contents .content-close {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 14px;
  font-weight: 500;
  z-index: 10;
  text-transform: uppercase;
}
@media screen and (max-width:900px) {
  .content-popup .page-contents .content-close {
    right: 10px;
    left: auto;
  }
}
.content-popup .page-contents .content-close img {
  width: 10px;
}
.content-popup .page-contents .page-item {
  display: none;
  position: relative;
  z-index: 9;
  overflow-y: scroll;
}
@media screen and (max-width:900px) {
  .content-popup .page-contents .page-item {
    margin-top: 40px;
  }
}
.content-popup .page-contents .page-item p {
  line-height: 150%;
  margin-bottom: 15px;
}
.content-popup .page-contents .page-item a {
  color: rgb(255, 255, 255);
}
@media screen and (min-width:901px) {
  .content-popup .page-contents .page-item#page-about, .content-popup .page-contents .page-item#page-policy {
    margin-top: 100px;
    height: calc(100% - 100px);
  }
  .content-popup .page-contents .page-item#page-stockist, .content-popup .page-contents .page-item#page-contact {
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: 100%;
  }
}

.related-products {
  position: relative;
  z-index: 6;
  background: #000000;
}
.related-products ul.products {
  margin: 0;
}
.related-products ul.products:before {
  content: none;
}
.related-products ul.products li.product {
  grid-column: span 2;
  float: none;
  margin: 0;
  width: auto;
  border-left: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  position: relative;
  text-align: center;
}
@media screen and (max-width:850px) {
  .related-products ul.products li.product {
    border-left: 0;
  }
  .related-products ul.products li.product:nth-child(2n) {
    border-left: 1px solid #adadad;
  }
}
.related-products ul.products li.product img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width:900px) {
  .related-products ul.products li.product {
    grid-column: span 6;
  }
}
.related-products ul.products li.product:first-child {
  border-left: 0;
}
.related-products ul.products li.product:nth-child(6n+6) {
  border-right: 0;
}
.related-products ul.products li.product a {
  color: rgb(255, 255, 255);
}
.related-products ul.products li.product .button {
  display: none;
}
.related-products ul.products li.product .woocommerce-loop-product__title,
.related-products ul.products li.product .price {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  color: #000000;
  text-transform: uppercase;
}
.related-products ul.products li.product .price {
  top: auto;
  bottom: 0;
}
.related-products ul.products li.product:hover .woocommerce-loop-product__title,
.related-products ul.products li.product:hover .price {
  opacity: 1;
}

.product-bottom {
  text-transform: uppercase;
  background: #000000;
  position: relative;
  z-index: 3;
}
.product-bottom h4,
.product-bottom a {
  transition: all 0.3s ease;
  grid-column: span 8;
  text-align: center;
  color: rgb(255, 255, 255);
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  border-bottom: 1px solid #adadad;
  margin: 0;
  border-top: 1px solid #adadad;
}
.product-bottom h4:hover,
.product-bottom a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:900px) {
  .product-bottom h4,
  .product-bottom a {
    grid-column: span 12;
  }
}
.product-bottom a {
  grid-column: span 2;
  text-decoration: none;
  border-left: 1px solid #adadad;
}
@media screen and (max-width:900px) {
  .product-bottom {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .product-bottom h4 {
    display: none;
  }
  .product-bottom a {
    grid-column: span 6;
    font-size: 10px;
    padding: 15px;
    border-top: 1px solid rgb(255, 255, 255);
    line-height: 100%;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
}

.single-product .woocommerce-breadcrumb {
  color: #fff;
  margin: 0;
  justify-content: space-between;
  pointer-events: none;
  display: none;
  transition: top 0.3s ease;
}
.single-product .woocommerce-breadcrumb:before {
  content: none;
}
.single-product .woocommerce-breadcrumb .cont {
  font-size: 11px;
  font-weight: 300;
  mix-blend-mode: difference;
  padding: 0 15px;
  border-bottom: 1px solid #eeeeee;
  pointer-events: all;
}
@media screen and (min-width: 1500px) {
  .single-product .woocommerce-breadcrumb .cont {
    font-size: 12px;
  }
}
.single-product .woocommerce-breadcrumb .cont a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width:901px) {
  .single-product .woocommerce-breadcrumb {
    display: block;
  }
  .single-product .woocommerce-breadcrumb .cont {
    height: 43px;
    line-height: 43px;
  }
}
.single-product .woocommerce-notices-wrapper {
  position: relative;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-notices-wrapper .woocommerce-info,
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0;
  color: #f00;
  border-top: 0;
}
.single-product .shopDisabled #content #main .product #proContent .cont .summary .cart .button {
  text-indent: -999999px;
  pointer-events: none;
}
.single-product .shopDisabled #content #main .product #proContent .cont .summary .cart .button:before {
  position: absolute;
  content: "SHOP COMING SOON";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #000;
  text-indent: 0;
}
.single-product .shopDisabled #content #main .product #proContent .cont .summary .product_title .price {
  display: none;
}
.single-product #content #main {
  margin-top: 44px;
}
.single-product #content #main .product .images {
  margin-bottom: 0;
  width: auto !important;
  float: none !important;
}
.single-product #content #main .product .images .woocommerce-product-gallery__image {
  width: 100% !important;
  display: block !important;
  position: relative;
}
.single-product #content #main .product .images .woocommerce-product-gallery__image:after {
  content: "";
  background-color: white;
  width: 100%;
  height: 1px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: difference;
}
.single-product #content #main .product .images .woocommerce-product-gallery__image:last-child:after {
  content: none;
}
@media screen and (max-width:900px) {
  .single-product #content #main .product .images .woocommerce-product-gallery__image:not(:first-child) {
    display: none !important;
  }
}
.single-product #content #main .product #proContent {
  background: #fff;
  color: #000000;
  position: relative;
}
.single-product #content #main .product #proContent:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #000000;
  content: "";
  z-index: 10;
}
@media screen and (max-width:850px) {
  .single-product #content #main .product #proContent {
    position: initial;
  }
  .single-product #content #main .product #proContent:before {
    content: none;
  }
}
.single-product #content #main .product #proContent .cont {
  transition: top 0.3s ease;
}
@media screen and (min-width:901px) {
  .single-product #content #main .product #proContent .cont {
    position: sticky;
    top: 44px;
    padding-top: 41px;
    height: calc(100vh - 44px);
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}
.single-product #content #main .product #proContent .cont .summary {
  float: none !important;
  width: auto !important;
  margin-bottom: 0;
}
@media screen and (max-width:900px) {
  .single-product #content #main .product #proContent .cont .summary {
    border-bottom: 1px solid #000000;
  }
}
@media screen and (max-width:850px) {
  .single-product #content #main .product #proContent .cont .summary {
    border-bottom: 0;
  }
}
@media screen and (min-width:901px) {
  .single-product #content #main .product #proContent .cont .summary {
    height: calc(100% - var(--pr-cont-ht));
    overflow-y: scroll;
    padding-bottom: 30px;
  }
}
.single-product #content #main .product #proContent .cont .summary .woocommerce-tabs .tabs {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .woocommerce-Tabs-panel {
  padding: 15px 15px 100px 15px;
  line-height: 1.4;
  margin-bottom: 0;
}
.single-product #content #main .product #proContent .cont .summary .woocommerce-Tabs-panel p {
  padding-bottom: 1em;
}
.single-product #content #main .product #proContent .cont .summary .woocommerce-Tabs-panel p:last-child {
  padding-bottom: 0;
}
.single-product #content #main .product #proContent .cont .summary .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .product_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  margin-bottom: 0;
  position: relative;
  height: 45px;
  line-height: 48px;
  padding: 0 15px;
}
.single-product #content #main .product #proContent .cont .summary .product_title .price {
  font-size: 11px;
  display: block;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1500px) {
  .single-product #content #main .product #proContent .cont .summary .product_title .price {
    font-size: 12px;
  }
}
.single-product #content #main .product #proContent .cont .summary .price {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .button {
  position: absolute;
  top: 0;
  background-color: #cecece;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
  font-size: 11px;
  height: 43px;
  line-height: 46px;
  width: 100%;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1500px) {
  .single-product #content #main .product #proContent .cont .summary .cart .button {
    font-size: 12px;
  }
}
.single-product #content #main .product #proContent .cont .summary .cart .button:focus {
  outline: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .button:after {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .button:hover {
  color: #fff !important;
  background-color: #313131 !important;
}
.single-product #content #main .product #proContent .cont .summary .cart .quantity {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper {
  margin-left: 0;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container {
  padding: 15px 15px 1px 15px;
  display: grid;
  border-top: 1px solid #000000;
  position: relative;
  justify-content: flex-end;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container:last-child {
  border-bottom: 1px solid #000000;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container .wapf-field-label.wapf--above {
  margin-bottom: 0;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container.wapf-field-color-swatch {
  padding-bottom: 15px;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container.wapf-field-color-swatch .wapf-swatch-wrapper {
  justify-content: flex-end;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container.wapf-field-color-swatch .wapf-swatch-wrapper .wapf-swatch--color {
  margin: 0 0 0 0.8em;
  height: 12px !important;
  width: 12px !important;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container.wapf-field-color-swatch .wapf-swatch-wrapper .wapf-swatch--color .wapf--circle {
  height: 12px !important;
  width: 12px !important;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container.wapf-field-color-swatch .wapf-swatch-wrapper .wapf-swatch--color.wapf-checked .wapf--circle {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #000000;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container.wapf-field-text-swatch .wapf-swatch-wrapper {
  justify-content: flex-end;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container .wapf-field-label label span {
  font-weight: 500;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container .wapf-field-description {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container .wapf-field-input .wapf-swatch-wrapper .wapf-pricing-hint {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container .wapf-field-input .wapf-swatch-wrapper .wapf-swatch--text {
  margin: 0 0 14px 1.5em;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #a3a3a3;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-wrapper .wapf-field-group .wapf-field-container .wapf-field-input .wapf-swatch-wrapper .wapf-swatch--text.wapf-checked {
  border: 0;
  background: none;
  color: #000000;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-product-totals .wapf--inner div:nth-child(1),
.single-product #content #main .product #proContent .cont .summary .cart .wapf-product-totals .wapf--inner div:nth-child(2) {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-product-totals .wapf--inner:last-child span {
  display: none;
}
.single-product #content #main .product #proContent .cont .summary .cart .wapf-product-totals .wapf--inner:last-child .wapf-grand-total {
  display: block;
  color: #000000;
}
@media screen and (max-width:900px) {
  .single-product #content #main .product #proContent .cont .summary .woocommerce-tabs,
  .single-product #content #main .product #proContent .cont .summary .product_title {
    display: none;
  }
}
.single-product #content #main .product #proContent .cont .product_meta {
  display: none;
}
.single-product #content #main .product form.cart {
  margin-bottom: 0;
  overflow-x: hidden;
}
.single-product #content #main .product .mobile-details {
  display: none;
}
@media screen and (max-width:900px) {
  .single-product #content #main .product .mobile-details {
    display: block;
    grid-column: span 12;
    padding-top: 50px;
    background: rgb(255, 255, 255);
    color: #000000;
  }
}
.single-product #content #main .product .mobile-details .product_title {
  padding: 15px 15px 14px 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  margin-bottom: 0;
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  .single-product #content #main .product .mobile-details .product_title {
    font-size: 12px;
  }
}
.single-product #content #main .product .mobile-details .product_title .price {
  display: block;
  color: #000000;
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  .single-product #content #main .product .mobile-details .product_title .price {
    font-size: 12px;
  }
}
.single-product #content #main .product .mobile-details .mobile-desc {
  line-height: 1.4;
  margin-bottom: 0;
  padding: 15px;
  display: block;
  background: rgb(255, 255, 255);
  color: #000000;
}
.single-product #content #main .product .mobile-details .mobile-desc p {
  padding-bottom: 1em;
}
.single-product #content #main .product .mobile-details .mobile-desc p:last-child {
  padding-bottom: 0;
}
.single-product #content #main .product .mobile-gallery {
  display: none;
}
@media screen and (max-width:900px) {
  .single-product #content #main .product .mobile-gallery {
    display: block;
  }
  .single-product #content #main .product .mobile-gallery .gal_item {
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .single-product #content #main .product .mobile-gallery .gal_item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .single-product #content #main .product .mobile-gallery .gal_item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(255, 255, 255);
    mix-blend-mode: difference;
    z-index: 10;
    content: "";
  }
  .single-product #content #main .product .mobile-gallery .gal_item:last-of-type:after {
    content: none;
  }
}
@media screen and (max-width:900px) {
  .single-product .product.grid .spEight, .single-product .headerCart .widget_shopping_cart_content .cart_list .product.woocommerce-mini-cart-item .spEight, .headerCart .widget_shopping_cart_content .cart_list .single-product .product.woocommerce-mini-cart-item .spEight, .single-product .headerCart .widget_shopping_cart_content .product.cart_list .spEight, .headerCart .widget_shopping_cart_content .single-product .product.cart_list .spEight, .single-product .headerCart .product.widget_shopping_cart_content .spEight, .headerCart .single-product .product.widget_shopping_cart_content .spEight, .single-product .related-products ul.product.products .spEight, .related-products .single-product ul.product.products .spEight,
  .single-product .product.grid .spFour,
  .single-product .headerCart .widget_shopping_cart_content .cart_list .product.woocommerce-mini-cart-item .spFour,
  .headerCart .widget_shopping_cart_content .cart_list .single-product .product.woocommerce-mini-cart-item .spFour,
  .single-product .headerCart .widget_shopping_cart_content .product.cart_list .spFour,
  .headerCart .widget_shopping_cart_content .single-product .product.cart_list .spFour,
  .single-product .headerCart .product.widget_shopping_cart_content .spFour,
  .headerCart .single-product .product.widget_shopping_cart_content .spFour,
  .single-product .related-products ul.product.products .spFour,
  .related-products .single-product ul.product.products .spFour {
    grid-column: span 12;
  }
}
.single-product .wapf-product-totals .wapf--inner {
  display: none;
}
@media screen and (min-width:901px) {
  .single-product.cart-open .woocommerce-breadcrumb {
    top: calc(var(--mini-cart-ht) + 44px);
  }
  .single-product.cart-open .guides {
    top: calc(var(--mini-cart-ht) + 86px);
  }
  .single-product.cart-open #content #main .product #proContent .cont {
    top: calc(var(--mini-cart-ht) + 44px);
  }
}

@media screen and (max-width:850px) {
  .wapf-ttp {
    display: none;
  }
}
.single-explore .breadcrumb-container {
  border-bottom: 1px solid rgb(255, 255, 255);
  position: relative;
}
.single-explore .guides {
  position: relative;
  top: auto;
  width: 100%;
}
.single-explore .bx-left {
  position: relative;
}
.single-explore .bx-left:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: rgb(255, 255, 255);
  content: "";
  z-index: 10;
  mix-blend-mode: difference;
}
@media screen and (max-width:900px) {
  .single-explore .bx-left:before {
    content: none;
  }
}
.single-explore .gallery {
  font-size: 0;
}
.single-explore .gallery .gal_cont {
  position: relative;
  display: block !important;
}
.single-explore .gallery .gal_cont img {
  max-width: 100%;
}
.single-explore .gallery .gal_cont:last-of-type:after {
  content: none;
}
.single-explore .gallery .gal_cont:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  text-align: center;
  background-color: white;
  mix-blend-mode: difference;
}
@media screen and (max-width:900px) {
  .single-explore .gallery.gallery-desktop {
    display: none;
  }
}
.single-explore .gallery.gallery-mobile {
  display: none;
  grid-column: span 12;
}
.single-explore .gallery.gallery-mobile .gal_item {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.single-explore .gallery.gallery-mobile .gal_item img {
  display: block;
  width: 100%;
  height: auto;
}
.single-explore .gallery.gallery-mobile .gal_item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgb(255, 255, 255);
  mix-blend-mode: difference;
  z-index: 10;
  content: "";
}
.single-explore .gallery.gallery-mobile .gal_item:last-of-type:after {
  content: none;
}
@media screen and (max-width:900px) {
  .single-explore .gallery.gallery-mobile {
    display: block;
  }
}
.single-explore .enquireBtn {
  display: block;
  padding: 15px;
  background: #cecece;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  height: 43px;
  margin: 0 15px;
  line-height: 1.35;
}
.single-explore .enquireBtn:hover {
  background: #313131;
  color: rgb(255, 255, 255);
}
.single-explore .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 41px;
  border-top: 1px solid #adadad;
  padding: 15px;
  border-bottom: 1px solid #adadad;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 11px;
  color: rgb(255, 255, 255);
  height: 43px;
}
@media screen and (min-width: 1500px) {
  .single-explore .product-title {
    font-size: 12px;
  }
}
.single-explore .enquiry-form {
  display: none;
  position: absolute;
  border-top: 1px solid #adadad;
  top: 41px;
  padding: 0 15px;
  width: 100%;
  left: 0;
  color: rgb(255, 255, 255);
}
.single-explore .enquiry-form div.wpforms-container-full .wpforms-field-label,
.single-explore .enquiry-form .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.single-explore .enquiry-form .wpforms-container .wpforms-field, .single-explore .enquiry-form .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0 10px;
}
.single-explore .enquiry-form input {
  max-width: 100% !important;
  border: 1px solid rgb(255, 255, 255) !important;
  background: #000000 !important;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  height: 35px;
}
.single-explore .enquiry-form textarea {
  border: 1px solid rgb(255, 255, 255) !important;
  background: #000000 !important;
}
.single-explore .product-description {
  padding: 15px 15px 100px 15px;
  line-height: 1.4;
}
.single-explore .product-description p {
  margin-bottom: 1em;
}
.single-explore .attributes-container .attribute {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #adadad;
}
.single-explore .attributes-container .attribute:first-child {
  border-top: 1px solid #adadad;
}
.single-explore .attributes-container .attribute .title {
  width: 120px;
  font-weight: 500;
}
.single-explore .attributes-container .attribute .detail {
  width: calc(100% - 120px);
}
.single-explore .mobile-info {
  display: none;
}
@media screen and (max-width:900px) {
  .single-explore .mobile-info {
    display: block;
    border-bottom: 1px solid #adadad;
  }
  .single-explore .mobile-info .product-description {
    padding-bottom: 15px;
  }
}
@media screen and (min-width:901px) {
  .single-explore .cont {
    position: sticky;
    top: 44px;
    height: calc(100vh - 44px);
  }
  .single-explore .cont .product-info {
    height: calc(100% - var(--pr-cont-ht));
    overflow-y: scroll;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:900px) {
  .single-explore .cont .enquireBtn,
  .single-explore .cont .product-title,
  .single-explore .cont .product-description {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .single-explore .grid .box.spEight, .headerCart .widget_shopping_cart_content .cart_list .single-explore .woocommerce-mini-cart-item .box.spEight, .headerCart .widget_shopping_cart_content .single-explore .cart_list .box.spEight, .single-explore .headerCart .widget_shopping_cart_content .box.spEight, .headerCart .single-explore .widget_shopping_cart_content .box.spEight, .single-explore .related-products ul.products .box.spEight, .related-products .single-explore ul.products .box.spEight, .single-explore .grid .box.spFour, .headerCart .widget_shopping_cart_content .cart_list .single-explore .woocommerce-mini-cart-item .box.spFour, .headerCart .widget_shopping_cart_content .single-explore .cart_list .box.spFour, .single-explore .headerCart .widget_shopping_cart_content .box.spFour, .headerCart .single-explore .widget_shopping_cart_content .box.spFour, .single-explore .related-products ul.products .box.spFour, .related-products .single-explore ul.products .box.spFour {
    grid-column: span 12;
  }
  .single-explore .product-instructions {
    background: #000000;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid #adadad;
  }
}

.page-template-process #header {
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.1) !important;
  mix-blend-mode: normal !important;
}
.page-template-process .nav-container {
  mix-blend-mode: normal;
  background: rgba(0, 0, 0, 0.7);
}

.process-page {
  position: relative;
  height: 100vh;
}
@media screen and (max-width:850px) {
  .process-page {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.process-page .process-slider {
  position: relative;
  z-index: 5;
}
.process-page .process-slider .slide-item {
  height: 100vh;
  position: relative;
}
.process-page .process-slider .slide-item:before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 1px;
  background: rgb(255, 255, 255);
  height: 100%;
  z-index: 10;
  content: "";
  mix-blend-mode: difference;
}
.process-page .process-slider .slide-item:after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  background: rgb(255, 255, 255);
  height: 100%;
  z-index: 10;
  content: "";
  mix-blend-mode: difference;
}
.process-page .process-slider .slide-item figure {
  height: 100%;
  width: 100%;
  background: center no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
}
.process-page .process-slider .slide-item figure.mob {
  display: none;
}
@media screen and (max-width:900px) {
  .process-page .process-slider .slide-item figure.mob {
    display: block;
  }
}
@media screen and (max-width:900px) {
  .process-page .process-slider .slide-item figure.desktop {
    display: none;
  }
}
.process-page .process-slider .slide-item.text-item {
  display: flex;
  justify-content: flex-end;
}
.process-page .process-slider .slide-item.text-item .text-container {
  line-height: 150%;
  font-size: 11px;
  padding: 60px 15px;
}
@media screen and (min-width: 1500px) {
  .process-page .process-slider .slide-item.text-item .text-container {
    font-size: 12px;
  }
}
@media screen and (min-width:901px) {
  .process-page .process-slider .slide-item.text-item .text-container {
    width: 50%;
    padding: 120px 10% 60px 15px;
  }
}
.process-page .process-slider .owl-nav {
  margin-top: auto;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 11px;
  mix-blend-mode: difference;
}
@media screen and (min-width: 1500px) {
  .process-page .process-slider .owl-nav {
    font-size: 12px;
  }
}
.process-page .process-slider .owl-nav button {
  position: absolute;
  outline: 0;
  border: none;
  width: 50%;
  height: 100%;
}
.process-page .process-slider .owl-nav button.owl-prev {
  left: 0;
  text-align: left;
  padding-left: 2% !important;
}
body.infoActive .process-page .process-slider .owl-nav button.owl-prev {
  cursor: default;
}
.process-page .process-slider .owl-nav button.owl-next {
  right: 0;
  text-align: right;
  padding-right: 2% !important;
}
body.infoActive .process-page .process-slider .owl-nav button.owl-next {
  cursor: default;
}
.process-page .process-slider .owl-nav button:hover {
  background: none;
}
.process-page .process-slider .owl-nav button:focus, .process-page .process-slider .owl-nav button:hover, .process-page .process-slider .owl-nav button:active {
  border: none;
  border: 0;
  outline: 0;
}
.process-page .process-slider .active .slide-item:before, .process-page .process-slider .active .slide-item:after {
  opacity: 0;
}
.process-page .menu-process-nav-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
}
.process-page .menu-process-nav-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgb(255, 255, 255);
}
.process-page .menu-process-nav-container ul li {
  width: 50%;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(50px);
}
.process-page .menu-process-nav-container ul li:nth-child(2n+2) {
  border-right: 0;
}
.process-page .menu-process-nav-container ul li a {
  display: block;
  padding: 30px 15px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 400;
}
.process-page .menu-process-nav-container ul li:hover a, .process-page .menu-process-nav-container ul li.current_page_item a {
  background: rgb(255, 255, 255);
  color: #000000;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.button {
  transition: color 0.5s, background-color 0.5s ease-in-out;
}

body.woocommerce {
  background: rgb(255, 255, 255);
}
body.woocommerce #header {
  color: #000000;
  background: rgb(255, 255, 255);
}
body.woocommerce #header .mobile-navigation .mobile-nav-right a {
  color: #000000;
}
body.woocommerce #header .mobile-navigation .logo a svg {
  fill: #000000;
}
body.woocommerce #header .ham-icon span {
  background: #000000;
}
body.woocommerce #header .mainNav a {
  color: #000000;
}
body.woocommerce #header .mainNav:after {
  background: #000000;
}
body.woocommerce #header .mainNav .box #logo a svg {
  fill: #000000;
}
body.woocommerce #header .mainNav .box #logo a svg .cls-1 {
  fill: #000000;
}
body.woocommerce #header .mainNav .box a:hover, body.woocommerce #header .mainNav .box.active a {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
body.woocommerce #product-grid {
  border-color: #000000;
}
body.woocommerce #product-grid .product {
  background-color: rgb(255, 255, 255);
}
body.woocommerce #product-grid .product:before {
  border-color: #000000;
}
body.woocommerce #product-grid .product .top,
body.woocommerce #product-grid .product .bottom {
  mix-blend-mode: difference;
}
body.woocommerce .nav-container .nav-close {
  background-image: url(img/icons/select-box-arrow-up.png);
}
body.woocommerce .nav-container.nav-dropdown {
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
}
body.woocommerce .nav-container.nav-dropdown .nav-col {
  border-color: #000000;
}
body.woocommerce .nav-container.nav-dropdown .nav-col ul li a {
  color: #000000;
  cursor: pointer;
}
body.woocommerce .nav-container.nav-dropdown .nav-col ul li.active a, body.woocommerce .nav-container.nav-dropdown .nav-col ul li:hover a {
  color: transparent;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width:900px) {
  body.woocommerce .nav-container {
    border-top: 1px solid #000000;
  }
}
body.woocommerce.archive .nav-container.nav-dropdown.non-fixed {
  background: rgb(255, 255, 255);
}
body.woocommerce.archive .breadcrumb-container {
  background: rgba(255, 255, 255, 0.9);
  border-color: #000000;
  color: #000000;
}
body.woocommerce.archive .breadcrumb-container a {
  color: #000000;
  cursor: pointer;
}
body.woocommerce.archive .breadcrumb-container .filter:after {
  background-image: url(img/icons/select-box-arrow-up.png);
}
body.woocommerce .nav-container {
  color: #000000;
}
body.woocommerce .product-bottom,
body.woocommerce .product-instructions {
  background: rgb(255, 255, 255);
  color: #000000;
}
body.woocommerce .product-bottom h4,
body.woocommerce .product-bottom a {
  color: #000000;
  border-color: #000000;
  cursor: pointer;
}
body.woocommerce .product-bottom h4:hover,
body.woocommerce .product-bottom a:hover {
  background: rgba(0, 0, 0, 0.1);
}
body.woocommerce #footer {
  background: rgb(255, 255, 255);
  color: #000000;
}

body.woocommerce-checkout {
  padding-top: 44px;
}
body.woocommerce-checkout .checkout-section-title {
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  color: rgb(255, 255, 255);
}
@media screen and (max-width:900px) {
  body.woocommerce-checkout .checkout-section-title {
    text-align: center;
  }
}
body.woocommerce-checkout .checkout-small-title, body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr th, body.woocommerce-checkout table.shop_table .shipping th, body.woocommerce-checkout table.shop_table .order-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout .checkout-small-title, body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr th, body.woocommerce-checkout table.shop_table .shipping th, body.woocommerce-checkout table.shop_table .order-title {
    font-size: 12px;
  }
}
body.woocommerce-checkout table.shop_table {
  border: 0;
  margin-bottom: 0;
}
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  padding: 15px;
}
body.woocommerce-checkout table.shop_table th a,
body.woocommerce-checkout table.shop_table td a {
  color: rgb(255, 255, 255);
}
body.woocommerce-checkout table.shop_table tbody tr .product-detail {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.woocommerce-checkout table.shop_table tbody tr .product-detail .variation-row p {
  display: inline;
}
body.woocommerce-checkout table.shop_table tbody tr .product-detail:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.woocommerce-checkout table.shop_table tbody tr:last-child td {
  border-bottom: 1px solid #adadad;
}
body.woocommerce-checkout table.shop_table tbody tr td,
body.woocommerce-checkout table.shop_table tbody tr th,
body.woocommerce-checkout table.shop_table tfoot tr td,
body.woocommerce-checkout table.shop_table tfoot tr th {
  border-bottom: 1px solid #adadad;
}
body.woocommerce-checkout a {
  color: rgb(255, 255, 255);
}
body.woocommerce-checkout .checkout-container {
  border-bottom: 1px solid rgb(255, 255, 255);
  text-transform: uppercase;
}
@media screen and (min-width:901px) {
  body.woocommerce-checkout .checkout-container {
    display: flex;
    min-height: calc(100vh - 44px);
  }
}
body.woocommerce-checkout .checkout-container .checkout-left {
  width: 250px;
  border-right: 1px solid #eeeeee;
}
body.woocommerce-checkout .checkout-container .checkout-left .forms-popup {
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #adadad;
}
body.woocommerce-checkout .checkout-container .checkout-left .forms-popup a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width:900px) {
  body.woocommerce-checkout .checkout-container .checkout-left {
    width: 100%;
    border: 0;
  }
}
body.woocommerce-checkout .checkout-container .checkout-col {
  width: calc((100% - 250px) / 2);
}
body.woocommerce-checkout .checkout-container .checkout-col.checkout-col-left {
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width:900px) {
  body.woocommerce-checkout .checkout-container .checkout-col {
    width: 100%;
    border: 0;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-left .woocommerce-gift-fields {
  padding: 15px;
  border-bottom: 1px solid #adadad;
}
body.woocommerce-checkout form .checkout-container .checkout-left .woocommerce-gift-fields p {
  font-size: 11px;
  text-transform: none;
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout form .checkout-container .checkout-left .woocommerce-gift-fields p {
    font-size: 12px;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper {
    font-size: 12px;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper label.checkbox {
  position: relative;
  display: block;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper label.checkbox input {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  visibility: hidden;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: translateY(-50%);
  appearance: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper label.checkbox .optional {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  height: 14px;
  width: 14px;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgb(255, 255, 255);
  text-indent: -99999px;
  display: block;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper label.checkbox .optional:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #000000;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s opacity ease;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper label.checkbox input:checked ~ .optional:before {
  opacity: 1;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper .description {
  display: none !important;
  background: none;
  padding: 0;
  text-transform: none;
  font-weight: 300;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row .woocommerce-input-wrapper .description:before {
  content: none;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row.gift-message {
  display: none;
  margin-bottom: 10px;
}
body.woocommerce-checkout form .checkout-container .checkout-left .form-row.gift-message textarea {
  padding: 5px;
  background: none;
  border: 1px solid #adadad;
  color: rgb(255, 255, 255);
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
  height: 100px;
}
body.woocommerce-checkout form .checkout-container .checkout-billing tr th,
body.woocommerce-checkout form .checkout-container .checkout-order tr th {
  width: 40%;
}
body.woocommerce-checkout form .checkout-container .checkout-billing tr td,
body.woocommerce-checkout form .checkout-container .checkout-order tr td {
  width: 60%;
}
@media screen and (max-width:900px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-section-title {
    background: rgb(255, 255, 255);
    color: #000000;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping {
  background: rgb(255, 255, 255);
  color: #000000;
  border-top: 1px solid #000000;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle {
  position: relative;
  padding: 15px;
}
@media screen and (min-width:901px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle {
    padding: 15px 120px 15px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle h3 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle .shipping-toggle-title {
  opacity: 0;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle .shipping-toggle-title.visible {
  opacity: 1;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle label {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle label:after {
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid #000000;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle input[type=checkbox] {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .checkout-shipping .shipping-toggle input:checked ~ label:after {
  background-color: #000000;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout form .checkout-container .checkout-billing .woocommerce-shipping-fields__field-wrapper {
  background: rgb(255, 255, 255);
  color: #000000;
  padding: 15px;
}
@media screen and (min-width:901px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout form .checkout-container .checkout-billing .woocommerce-shipping-fields__field-wrapper {
    padding: 15px 120px 15px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row {
  padding: 0 20px 0 0;
}
@media screen and (max-width:900px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .form-row {
    padding: 0;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row label {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row input[type=text],
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row input[type=tel],
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row input[type=email] {
  border: 0;
  border-bottom: 1px solid #a3a3a3;
  font-size: 11px;
  padding: 10px 0;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .form-row input[type=text],
  body.woocommerce-checkout form .checkout-container .checkout-billing .form-row input[type=tel],
  body.woocommerce-checkout form .checkout-container .checkout-billing .form-row input[type=email] {
    font-size: 12px;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row .select2-container--default .select2-selection--single {
  padding: 0;
  border: 0;
  height: auto;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0;
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%);
  height: 7px;
  width: 13px;
  background: url(img/icons/select-box-arrow.png) center no-repeat;
  background-size: cover;
  top: 50%;
}
@media screen and (min-width:901px) {
  body.woocommerce-checkout form .checkout-container .checkout-billing .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -100px;
  }
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
body.woocommerce-checkout form .checkout-container .checkout-billing .form-row.woocommerce-invalid-required-field label {
  color: #dc1a10;
}
body.woocommerce-checkout form .checkout-container .checkout-order {
  color: #adadad;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment {
  background: none;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table {
  width: 100%;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr td,
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr th {
  padding: 15px;
  border-bottom: 1px solid #000000;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr th {
  line-height: 1.5em;
  width: 40%;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr td {
  width: 60%;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods {
  border: 0;
  padding: 0;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li {
  position: relative;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li input {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0;
  visibility: hidden;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li label {
  display: block;
  position: relative;
  z-index: 1;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li label:before {
  position: absolute;
  top: 13px;
  right: 3px;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  opacity: 0;
  border-radius: 50%;
  background: #000;
  z-index: 11;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li label:after {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-indent: -99999px;
  border-radius: 50%;
  background: white;
  content: "";
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li input:checked ~ label:before {
  opacity: 1;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li.payment_method_paypal img {
  display: block;
}
body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr ul.payment_methods li.payment_method_paypal .about_paypal {
  display: none;
}
body.woocommerce-checkout form .checkout-container .checkout-order .place-order .woocommerce-privacy-policy-text {
  padding: 15px;
  border-bottom: 1px solid #adadad;
}
body.woocommerce-checkout form .checkout-container .checkout-order .place-order button.button.alt,
body.woocommerce-checkout form .checkout-container .checkout-order .place-order .cont-btn {
  display: block;
  padding: 15px;
  float: none !important;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  appearance: none;
  transition: all 0.3s ease;
}
body.woocommerce-checkout form .checkout-container .checkout-order .place-order button.button.alt:hover,
body.woocommerce-checkout form .checkout-container .checkout-order .place-order .cont-btn:hover {
  background: #000000;
  color: rgb(255, 255, 255);
}
body.woocommerce-checkout form .checkout-container .checkout-order .place-order .cont-btn {
  transition: all 0.3s ease;
  border-top: 1px solid #adadad;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #adadad;
}
body.woocommerce-checkout form .checkout-container .checkout-order .place-order .cont-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
body.woocommerce-checkout .order-received-container .woocommerce-thankyou-order-received {
  padding: 15px 15px 0 15px;
  font-size: 11px;
  font-weight: 400;
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout .order-received-container .woocommerce-thankyou-order-received {
    font-size: 12px;
  }
}
body.woocommerce-checkout .order-received-container .order-information {
  background: rgb(255, 255, 255);
  color: #000000;
  margin-bottom: 0;
}
body.woocommerce-checkout .order-received-container .order-information .checkout-small-title, body.woocommerce-checkout .order-received-container .order-information table.shop_table .order-title, body.woocommerce-checkout table.shop_table .order-received-container .order-information .order-title, body.woocommerce-checkout .order-received-container .order-information table.shop_table .shipping th, body.woocommerce-checkout table.shop_table .shipping .order-received-container .order-information th, body.woocommerce-checkout .order-received-container .order-information form .checkout-container .checkout-order #payment table tr th, body.woocommerce-checkout form .checkout-container .checkout-order #payment table tr .order-received-container .order-information th,
body.woocommerce-checkout .order-received-container .order-information a {
  color: #000000;
  text-decoration: none;
}
body.woocommerce-checkout .order-received-container .order-information .checkout-order-details {
  margin-bottom: 0;
}
body.woocommerce-checkout .order-received-container .order-information .checkout-order-details .checkout-section-title {
  background: #000000;
}
body.woocommerce-checkout .order-received-container .order-information .checkout-order-details .wc-item-meta li p {
  display: inline;
}
body.woocommerce-checkout .order-received-container .order-information .checkout-order-details th {
  width: 40%;
}
body.woocommerce-checkout .order-received-container .order-information .checkout-order-details td,
body.woocommerce-checkout .order-received-container .order-information .checkout-order-details th {
  border-bottom: 1px solid #000000;
  font-weight: 400;
  opacity: 0.8;
}
body.woocommerce-checkout .order-received-container .order-information .woocommerce-customer-details {
  background: rgb(255, 255, 255);
  color: #000000;
  margin-bottom: 0;
}
body.woocommerce-checkout .order-received-container .order-information .woocommerce-customer-details .checkout-section-title {
  color: #000000;
}
body.woocommerce-checkout .order-received-container .order-information .woocommerce-customer-details table {
  width: 100%;
}
body.woocommerce-checkout .order-received-container .order-information .woocommerce-customer-details table tr td {
  font-weight: 400;
  opacity: 0.8;
  padding: 15px;
  border-bottom: 1px solid #000000;
  line-height: 150%;
  font-size: 11px;
}
@media screen and (min-width: 1500px) {
  body.woocommerce-checkout .order-received-container .order-information .woocommerce-customer-details table tr td {
    font-size: 12px;
  }
}
body.woocommerce-checkout .order-received-container .order-information .woocommerce-customer-details table tr td:first-child {
  width: 40%;
  opacity: 1;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #a3a3a3;
}
.select2-container--open .select2-results__option {
  color: #000000;
  font-family: "Suisse BP Int'l", "Arial", sans-serif;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #000000;
}

.woocommerce ul.order_details {
  margin: 0;
  padding: 15px;
  font-size: 11px;
  line-height: 150%;
}
@media screen and (min-width: 1500px) {
  .woocommerce ul.order_details {
    font-size: 12px;
  }
}
.woocommerce ul.order_details li {
  float: none;
  border: 0;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 1500px) {
  .woocommerce ul.order_details li {
    font-size: 12px;
  }
}
.woocommerce ul.order_details li strong {
  text-transform: uppercase;
  display: inline;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 1500px) {
  .woocommerce ul.order_details li strong {
    font-size: 12px;
  }
}

.headerCart {
  background: rgb(255, 255, 255);
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  color: #000000;
}
.headerCart .shopping-cart-actions {
  grid-column: span 2;
}
.headerCart .widget_shopping_cart_content .cart_list {
  grid-column: span 10;
}
@media screen and (max-width:850px) {
  .headerCart .widget_shopping_cart_content .cart_list {
    grid-column: span 12;
  }
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item {
  grid-column: span 4;
  position: relative;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width:850px) and (max-width:900px) {
  .headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item {
    grid-column: span 6;
  }
}
@media screen and (max-width:850px) {
  .headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item {
    grid-column: span 12;
  }
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .image,
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details {
  grid-column: span 6;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .image {
  background: rgb(255, 255, 255);
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .image img {
  width: 100%;
  height: auto;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details {
  text-transform: uppercase;
  padding: 10px;
  border-left: 1px solid #000000;
  font-size: 11px;
  font-weight: 400;
  line-height: 170%;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details {
    font-size: 12px;
  }
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details a {
  color: #000000 !important;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details .quantityPrice {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details .quantityPrice .quantity:before {
  content: "Quantity: ";
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details .variation {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details .variation .variation-row p {
  display: inline;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .details .variation .variation-row p .wapf-pricing-hint {
  display: none;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item .remove_from_cart_button {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 23px;
  font-weight: 300;
  mix-blend-mode: difference;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item:nth-child(3n) {
  border-right: 0;
}
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item:nth-child(3n+1):nth-last-child(-n+3),
.headerCart .widget_shopping_cart_content .cart_list .woocommerce-mini-cart-item:nth-child(3n+1):nth-last-child(-n+3) ~ .woocommerce-mini-cart-item {
  border-bottom: 0;
}
.headerCart .widget_shopping_cart_content .mini-cart-actions {
  grid-column: span 2;
  background: rgb(255, 255, 255);
  border-left: 1px solid;
}
@media screen and (max-width:850px) {
  .headerCart .widget_shopping_cart_content .mini-cart-actions {
    grid-column: span 12;
  }
}
.headerCart .widget_shopping_cart_content .mini-cart-actions .proceed-to-checkout a {
  display: block;
  padding: 15px;
  background: #cecece;
  color: #000000 !important;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  transition: background 0.3s ease-in-out;
}
@media screen and (min-width: 1500px) {
  .headerCart .widget_shopping_cart_content .mini-cart-actions .proceed-to-checkout a {
    font-size: 12px;
  }
}
.headerCart .widget_shopping_cart_content .mini-cart-actions .proceed-to-checkout a:hover {
  background: #9b9b9b;
}
.headerCart .widget_shopping_cart_content .mini-cart-actions .mini-cart-total {
  text-align: center;
  padding: 15px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 1500px) {
  .headerCart .widget_shopping_cart_content .mini-cart-actions .mini-cart-total {
    font-size: 12px;
  }
}

.shop_table td a {
  color: rgb(255, 255, 255);
}

.woocommerce-privacy-policy-text {
  text-transform: initial;
}

body.single-product #content {
  position: relative;
  z-index: 5;
}
body.single-product .product {
  z-index: 2;
}
@media screen and (max-width:900px) {
  body.single-product .product {
    z-index: 11;
  }
}
body.single-product .related-products {
  position: relative;
  z-index: 6;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #000;
}
body.single-product .related-products ul.products {
  margin: 0;
}
body.single-product .related-products ul.products:before {
  content: none;
}
body.single-product .related-products ul.products li.product {
  grid-column: span 2;
  float: none;
  margin: 0;
  width: auto;
  background: rgb(255, 255, 255);
  border-color: #000000;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid #000;
}
body.single-product .related-products ul.products li.product img {
  margin: 0;
}
@media screen and (max-width:900px) {
  body.single-product .related-products ul.products li.product {
    grid-column: span 6;
    border-bottom: 1px solid #000;
  }
  body.single-product .related-products ul.products li.product:last-child {
    border-bottom: 0;
  }
}

.mobile-related-product-title {
  display: none;
}
@media screen and (max-width:900px) {
  .mobile-related-product-title {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 15px;
    font-weight: 500;
    border-bottom: 1px solid #adadad;
    margin: 0;
  }
}

.product-instructions {
  padding: 15px;
}
@media screen and (min-width:901px) {
  .product-instructions {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    background: #000000;
    color: rgb(255, 255, 255);
    overflow-y: scroll;
    width: 100%;
  }
}
@media screen and (max-width:850px) {
  .product-instructions {
    background: rgb(255, 255, 255);
    color: #000000;
  }
}
.product-instructions .accordion {
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1500px) {
  .product-instructions .accordion {
    font-size: 12px;
  }
}
.product-instructions .accordion .title {
  cursor: pointer;
}
.product-instructions .accordion .desc {
  padding: 10px 0;
  line-height: 150%;
  display: none;
}
.product-instructions .accordion:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
}
.product-instructions .accordion.active:before {
  content: "-";
}
.product-instructions .accordion.active .desc {
  display: block;
}

.wapf-ttp {
  border-radius: 0 !important;
  background: #000000 !important;
  font-size: 12px !important;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
