@import "../fonts/fonts-style.css";
* {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #000;
}
body::-webkit-scrollbar-thumb:hover {
  background: #000;
}
body {
  background: #fdfdfd;
  font-family: 'Manrope';
  font-size: 18px;
  color: #181818;
  text-transform: none;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 1.8;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
a {
  text-decoration: none;
  color: #75716c;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
a:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  color: #181818;
}
blockquote {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 20px;
  line-height: 24px;
  font-style: italic;
}
blockquote:before {
  content: "";
  display: inline-block;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #bfbfbf;
}
p.has-drop-cap:first-letter {
  font-weight: bold;
  font-size: 3.2em !important;
}
h1.page-title {
  display: inline-block;
  width: 100%;
  padding: 0 0 60px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Manrope;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin: 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 {
  color: #000000;
  font-size: 36px;
  line-height: calc(46px);
}
h1 a {
  color: #000000;
}
h2 {
  color: #111111;
  font-size: 32px;
  line-height: calc(42px);
}
h2 a {
  color: #111111;
}
h3 {
  color: #222222;
  font-size: 22px;
  line-height: calc(32px);
}
h3 a {
  color: #222222;
}
h4 {
  color: #333333;
  font-size: 18px;
  line-height: calc(28px);
}
h4 a {
  color: #333333;
}
h5 {
  color: #333333;
  font-size: 14px;
  line-height: calc(24px);
  letter-spacing: 0.5px;
}
h5 a {
  color: #333333;
}
h6 {
  color: #333333;
  font-size: 14px;
  line-height: calc(24px);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
h6 a {
  color: #333333;
}
h1.title-header {
  margin: 0 0 40px 0;
}
.btn,
button,
a.button,
input[type="submit"],
input[type="button"] {
  background: #0d0d0d;
  color: #bfbfbf !important;
  border-radius: 40px !important;
  display: inline-block;
  text-decoration: none;
  width: auto;
  padding: 0 20px !important;
  cursor: pointer !important;
  line-height: 40px !important;
  font-weight: normal !important;
  margin: 0 5px !important;
  box-shadow: none;
  border: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:not(:disabled):not(.disabled):active,
button:hover,
button:focus,
button:active,
button:not(:disabled):not(.disabled):active,
a.button:hover,
a.button:focus,
a.button:active,
a.button:not(:disabled):not(.disabled):active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:not(:disabled):not(.disabled):active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:not(:disabled):not(.disabled):active {
  background: #e12828;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.btn:after,
button:after,
a.button:after,
input[type="submit"]:after,
input[type="button"]:after {
  display: none;
}
input {
  outline: none !important;
  font-size: 15px !important;
  font-family: 'Manrope' !important;
  line-height: 30px !important;
  padding: 10px 15px !important;
  border-radius: 25px !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: none !important;
}
select {
  display: inline-block !important;
  width: 100%;
  outline: none;
  font-size: 15px;
  font-family: 'Manrope';
  text-align: left;
  line-height: 30px;
  padding: 5px 15px;
  border-radius: 25px !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/chevron-down.svg') no-repeat right 10px center;
  transition: background 0.3s ease;
}
.select2-container--default .select2-selection--single {
  outline: none;
  font-size: 15px;
  font-family: 'Manrope';
  text-align: left;
  line-height: 30px;
  padding: 5px 15px;
  border-radius: 25px;
  border: 1px solid #E0E0E0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single span.select2-selection__arrow {
  right: 15px !important;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-color: #E0E0E0 !important;
  border-radius: 15px 15px 0 0 !important;
  font-size: 15px;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-color: #E0E0E0 !important;
  border-radius: 0 0 15px 15px !important;
  font-size: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #9b9793 !important;
}
textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 150px;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 15px;
  font-family: 'Manrope';
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #E0E0E0 !important;
  box-shadow: none !important;
  outline: none !important;
}
label {
  display: inline-block;
  position: relative;
  float: none;
  width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  height: 10px;
  width: 10px;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -4px;
  left: 0;
  background-color: #fdfdfd;
  border: 1px solid #E0E0E0;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -4px;
  left: 0;
  background-color: #fdfdfd;
}
input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 17px;
  border: 1px solid #181818;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 8px;
}
.animbutton .wp-block-button__link {
  position: relative;
  padding-right: 2em;
  display: inline-flex;
  align-items: center;
}
.animbutton .wp-block-button__link::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.animbutton .wp-block-button__link:hover::after {
  animation: dotFade 1.5s infinite;
  box-shadow: -10px 0 0 rgba(255,255,255,0), -20px 0 0 rgba(255,255,255,0);
}
@keyframes dotFade {
  0% {
    box-shadow: -10px 0 0 rgba(255,255,255,0), -20px 0 0 rgba(255,255,255,0);
  }
  25% {
    box-shadow: -10px 0 0 rgba(255,255,255,0.3), -20px 0 0 rgba(255,255,255,0);
  }
  50% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 rgba(255,255,255,0.3);
  }
  75% {
    box-shadow: -10px 0 0 rgba(255,255,255,0.3), -20px 0 0 #ffffff;
  }
  100% {
    box-shadow: -10px 0 0 rgba(255,255,255,0), -20px 0 0 rgba(255,255,255,0);
  }
}
.animbutton-arrow .wp-block-button__link {
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 44px auto !important;
  background-image: url(../images/dot.svg) !important;
  position: relative;
  padding-right: 3.5em;
  display: inline-flex;
  align-items: center;
}
.animbutton-arrow .wp-block-button__link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: -10px 0 0 rgba(255,255,255,0), -20px 0 0 rgba(255,255,255,0), -30px 0 0 rgba(255,255,255,0);
}
.animbutton-arrow .wp-block-button__link.dot-fadein::before {
  animation: reveal3Dots 1s forwards;
}
.animbutton-arrow .wp-block-button__link.dot-fadeout::before {
  animation: hide3Dots 1s forwards;
}
@keyframes reveal3Dots {
  0% {
    box-shadow: -10px 0 0 rgba(255,255,255,0), -20px 0 0 rgba(255,255,255,0), -30px 0 0 rgba(255,255,255,0);
  }
  33% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 rgba(255,255,255,0), -30px 0 0 rgba(255,255,255,0);
  }
  66% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 #ffffff, -30px 0 0 rgba(255,255,255,0);
  }
  100% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 #ffffff, -30px 0 0 #ffffff;
  }
}
@keyframes hide3Dots {
  0% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 #ffffff, -30px 0 0 #ffffff;
  }
  33% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 #ffffff, -30px 0 0 rgba(255,255,255,0);
  }
  66% {
    box-shadow: -10px 0 0 #ffffff, -20px 0 0 rgba(255,255,255,0), -30px 0 0 rgba(255,255,255,0);
  }
  100% {
    box-shadow: -10px 0 0 rgba(255,255,255,0), -20px 0 0 rgba(255,255,255,0), -30px 0 0 rgba(255,255,255,0);
  }
}
.tb-share-buttons {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.tb-share-buttons span {
  font-size: 16px;
  color: #181818;
  font-family: Manrope;
  font-weight: 400;
}
.tb-share-buttons svg {
  height: 22px;
  fill: #181818;
  margin: 10px;
  float: left;
}
.tb-share-buttons a,
.tb-share-buttons button {
  display: inline-block;
  cursor: pointer;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  transition: background 0.2s ease;
}
.tb-share-buttons a:hover,
.tb-share-buttons button:hover {
  opacity: 0.85;
}
.tb-share-buttons a:hover svg,
.tb-share-buttons button:hover svg {
  transform: scale(1.2);
  transition: 0.2s ease;
}
.tb-share-buttons a.x svg,
.tb-share-buttons button.x svg {
  width: 12px;
}
.tb-share-buttons a.tg svg,
.tb-share-buttons button.tg svg {
  width: 18px;
}
.tb-share-buttons a.copy svg,
.tb-share-buttons button.copy svg {
  height: 22px;
  width: 22px;
}
.tb-share-buttons #pin-it-button {
  display: inline-block;
}
#pin-it-images.pin-it-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  padding: 5vh 3vw;
  overflow-y: auto;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#pin-it-images.open {
  opacity: 1;
  pointer-events: auto;
}
#pin-it-images.open .pin-container-out {
  transform: scale(1);
  opacity: 1;
}
#pin-it-images .pin-container-out {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#pin-it-images .pin-container-out .pin-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
#pin-it-images .pin-container-out .pin-container {
  column-count: 4;
  break-inside: avoid;
  column-gap: 1.5rem;
}
#pin-it-images .pin-container-out .pin-container a {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #ededed;
  border-radius: 8px;
  overflow: hidden;
}
#pin-it-images .pin-container-out .pin-container a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
#pin-it-images .pin-container-out .pin-container a:hover {
  transform: scale(1.03);
}
@media (max-width: 1200px) {
  #pin-it-images .pin-container-out .pin-container {
    column-count: 4;
  }
}
@media (max-width: 900px) {
  #pin-it-images .pin-container-out .pin-container {
    column-count: 3;
  }
}
@media (max-width: 600px) {
  #pin-it-images .pin-container-out .pin-container {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  #pin-it-images .pin-container-out .pin-container {
    column-count: 1;
  }
}
#pin-it-images #close-popup {
  position: fixed;
  top: 15px;
  right: 15px;
  background: rgba(225,40,40,0.9);
  color: #f8f8f8 !important;
  border: none;
  font-size: 34px;
  font-weight: normal !important;
  cursor: pointer;
  z-index: 20;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
#pin-it-images #close-popup:hover {
  transform: scale(1.15);
  background: rgba(24,24,24,0.9);
  color: #f8f8f8 !important;
}
#pin-it-images #close-popup:before {
  content: "\e680";
  font-family: 'tbico';
  font-size: 30px;
}
.woocommerce .content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 1200px) {
  .woocommerce .content-wrapper {
    padding: 60px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .woocommerce .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .woocommerce .content-wrapper {
    padding: 15px;
  }
}
.woocommerce .content-wrapper .page-header:has(.custom-cat-description-wrapper) .page-title,
.woocommerce .content-wrapper .page-header:has(.page-description) .page-title {
  padding: 0 0 30px;
}
.woocommerce .content-wrapper .page-header .page-title {
  text-align: center;
}
.woocommerce .content-wrapper .page-description {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .woocommerce .content-wrapper:has(.sidebar) {
    display: grid;
    column-gap: 60px;
    grid-template-columns: 1fr 320px;
  }
  .woocommerce .content-wrapper:has(.sidebar):not(:has(.page-header)) {
    grid-template-areas: "pageC pageS";
  }
  .woocommerce .content-wrapper:has(.sidebar):has(.page-header) {
    grid-template-areas: "pageH pageH" "pageC pageS";
  }
  .woocommerce .content-wrapper:has(.sidebar) .page-header {
    grid-area: pageH;
  }
  .woocommerce .content-wrapper:has(.sidebar) .content {
    grid-area: pageC;
  }
  .woocommerce .content-wrapper:has(.sidebar) .sidebar {
    grid-area: pageS;
    position: sticky;
    top: 30px;
    height: fit-content;
  }
}
@media (max-width: 1200px) {
  .woocommerce .content-wrapper:has(.sidebar) .sidebar {
    padding-top: 30px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .woocommerce .content-wrapper:has(.sidebar) .sidebar-inner {
    column-count: 2;
    column-gap: 20px;
  }
  .woocommerce .content-wrapper:has(.sidebar) .sidebar-inner .widget {
    break-inside: avoid;
    margin-bottom: 20px;
  }
}
.page .sidebar {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.page .sidebar.visible {
  opacity: 1;
  visibility: visible;
}
.single.single-post .content-wrapper .posts .posts-container {
  text-align: center;
}
.single.single-faq .content-wrapper .posts .posts-container a.back-faq {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
}
.single.single-faq .content-wrapper .posts .posts-container .post-content {
  max-width: 100%;
}
.content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 1200px) {
  .content-wrapper {
    padding: 60px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .content-wrapper {
    padding: 15px;
  }
}
.content-wrapper .posts {
  display: grid;
  grid-template-columns: 320px minmax(0,1200px) 320px;
  gap: 60px;
  justify-content: center;
  align-items: start;
}
.content-wrapper .posts .posts-container {
  grid-column: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.content-wrapper .posts .posts-container .single-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}
.content-wrapper .posts .posts-container .single-post h2.post-title {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px;
}
.content-wrapper .posts .posts-container img {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  transition: ease-in-out 0.5s;
}
.content-wrapper .posts .posts-container .post-content {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 30px 0;
}
.content-wrapper .posts .sidebar {
  grid-column: 3;
  width: 100%;
}
@media (max-width: 1400px) {
  .content-wrapper .posts {
    grid-template-columns: minmax(0,1200px) 320px;
  }
  .content-wrapper .posts .posts-container {
    grid-column: 1;
  }
  .content-wrapper .posts .sidebar {
    grid-column: 2;
  }
}
@media (max-width: 950px) {
  .content-wrapper .posts {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
  }
  .content-wrapper .posts .posts-container,
  .content-wrapper .posts .sidebar {
    grid-column: 1;
    width: 100%;
  }
}
.pager {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pager .pagination-item {
  display: inline-block;
}
.pager .pagination-item:nth-of-type(2):before {
  content: '/';
  display: inline-block;
  padding: 0 20px;
}
.post-title a {
  line-height: 1.41;
}
.post-title a:hover {
  background-color: gold;
  color: #181818;
}
@media (min-width: 1000px) {
  .page:not(.page-questions) .posts-container a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .single.single-faq .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .faq-list .faq-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .single-post .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .readmore a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .woocommerce-MyAccount-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close) {
    text-decoration: none !important;
    position: relative;
    transition: all .3s cubic-bezier(.2,0,0,1);
    z-index: 1;
    color: #181818;
    white-space: nowrap;
  }
  .page:not(.page-questions) .posts-container a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):after,
  .single.single-faq .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):after,
  .faq-list .faq-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):after,
  .single-post .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):after,
  .readmore a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):after,
  .woocommerce-MyAccount-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    background-color: #e12828;
    transition: all .3s cubic-bezier(.2,0,0,1);
    transform-origin: bottom center;
    z-index: -1;
  }
  .page:not(.page-questions) .posts-container a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover,
  .single.single-faq .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover,
  .faq-list .faq-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover,
  .single-post .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover,
  .readmore a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover,
  .woocommerce-MyAccount-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover {
    color: #f8f8f8;
  }
  .page:not(.page-questions) .posts-container a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover:after,
  .single.single-faq .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover:after,
  .faq-list .faq-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover:after,
  .single-post .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover:after,
  .readmore a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover:after,
  .woocommerce-MyAccount-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close):hover:after {
    right: -3px;
    left: -3px;
    height: calc(100% + 6px);
  }
}
@media (max-width: 1000px) {
  .page:not(.page-questions) .posts-container a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .single.single-faq .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .faq-list .faq-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .single-post .post-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .readmore a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close),
  .woocommerce-MyAccount-content a:not(h1 a):not(h2 a):not(h3 a):not(h4 a):not(h5 a):not(h6 a):not(.btn):not(button):not(.button):not(input[type="submit"]):not(.tb-btn-ghost):not(.tb-btn):not(img):not(.last-product-link):not(:has(img)):not(.download-icon):not(.mfp-close) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    text-decoration-color: #e12828;
  }
}
.single:not(.woocommerce) .content-wrapper .posts .posts-container img {
  margin-bottom: 60px;
}
.single:not(.woocommerce) .content-wrapper .posts .posts-container .post-content {
  text-align: left;
}
.single:not(.woocommerce) .content-wrapper .posts .posts-container .post-meta {
  display: flex;
}
.single:not(.woocommerce) .content-wrapper .posts .posts-container .post-meta .meta-category {
  margin-right: auto;
}
.single:not(.woocommerce) .content-wrapper .posts .posts-container .post-meta .meta-views:before {
  content: '|';
  display: inline-block;
  padding: 0 10px;
}
.single:not(.woocommerce) .related {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-top: 1px dotted #2e2e2e;
  margin: 30px 0;
}
.single:not(.woocommerce) .related .related-title {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
}
.single:not(.woocommerce) .related .single-related-post {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 10px 0;
  border-top: 1px dotted #E0E0E0;
}
.single:not(.woocommerce) .related .single-related-post:not(:has(img)):before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #e12828;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: baseline;
  transform: translateX(-6px) scale(0.5);
  transition: all 0.3s ease;
}
.single:not(.woocommerce) .related .single-related-post:not(:has(img)):hover:before {
  transform: translateX(0) scale(1);
}
.single:not(.woocommerce) .related .single-related-post:has(img) a.post-title-link {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  transition: ease-in-out 0.3s;
}
.single:not(.woocommerce) .related .single-related-post:has(img) a.post-title-link img {
  margin-bottom: 0;
  border-radius: 10%;
  box-shadow: none;
  filter: grayscale(.9);
  transition: filter 0.3s ease-In-Out;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
  transition: ease-in-out 0.2s;
}
.single:not(.woocommerce) .related .single-related-post:has(img) a.post-title-link:hover {
  gap: 20px;
  padding-left: 5px;
  transition: ease-in-out 0.3s;
}
.single:not(.woocommerce) .related .single-related-post:has(img) a.post-title-link:hover img {
  filter: grayscale(0);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
@media (min-width: 1400px) {
  .content-wrapper .parent-page {
    display: grid;
    grid-template-columns: 320px minmax(0,1200px) 320px;
    gap: 60px;
    justify-content: center;
    align-items: start;
  }
}
@media (max-width: 1400px) {
  .content-wrapper .parent-page {
    display: inline-block;
    width: 100%;
  }
}
.content-wrapper .parent-page .posts-container {
  grid-column: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.child-page {
  margin: 100px 0;
}
@media (min-width: 1400px) {
  .child-page {
    display: grid;
    grid-template-columns: 320px minmax(0,1200px) 320px;
    gap: 60px;
    justify-content: center;
    align-items: start;
  }
}
.child-page .child-title {
  grid-column: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1400px) {
  .child-page .child-title {
    justify-content: end;
  }
}
.child-page .child-title .title-dot {
  background: #e12828;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}
.child-page .child-content {
  grid-column: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}
.child-page .child-content > div {
  margin: 0;
  padding: 0;
}
.child-page .child-content .child-short-description .short {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
.child-page .child-content .child-short-description a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  gap: 10px;
}
.child-page .child-content .child-short-description a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none"><path d="M6 18L18 6M18 6H9M18 6V15" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.child-page .child-content .child-service-types ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.child-page .child-content .child-service-types ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  position: relative;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.child-page .child-content .child-service-types ul li:after {
  content: "";
  display: inline-block;
  background: #dadada;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  transition: ease-in-out 0.3s;
}
.child-page .child-content .child-service-types ul li:last-of-type {
  border-bottom: none;
}
.child-page .child-content .child-service-types ul li:hover {
  padding-left: 15px;
}
.child-page .child-content .child-service-types ul li:hover:after {
  background: #e12828;
}
.header {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
}
.header .menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header a {
  color: #bfbfbf;
}
.header a:hover {
  color: #f8f8f8;
}
.header-content {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .header-content {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "menuLogo menuLogo menuLogo" "menuMenu menuCart menuButtons";
  }
  .header-content .logo {
    grid-area: menuLogo;
  }
  .header-content .logo img {
    padding: 40px 20px 10px;
  }
  .header-content .menu {
    grid-area: menuMenu;
  }
  .header-content #header-cart {
    grid-area: menuCart;
  }
  .header-content .menu-buttons {
    grid-area: menuButtons;
  }
}
@media (max-width: 1100px) {
  .header-content {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: auto 1fr;
    grid-template-areas: "menuButtons menuButtons" "menuLogo menuLogo" "menuMenu menuCart";
    padding: 0 20px 10px;
  }
  .header-content .logo {
    grid-area: menuLogo;
  }
  .header-content .logo img {
    padding: 50px 10px;
  }
  .header-content .menu {
    grid-area: menuMenu;
  }
  .header-content #header-cart {
    grid-area: menuCart;
    padding: 0 0 10px;
  }
  .header-content .menu-buttons {
    grid-area: menuButtons;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
  }
}
.header-content .nav-container {
  display: inline-block;
  float: left;
}
.header-content .nav-container .nav-inner {
  float: left;
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.header-content .nav-container:last-of-type .nav-inner ul li:last-of-type a:after {
  display: none;
}
#header-cart {
  display: inline-block;
  padding: 5px 20px;
}
@media (max-width: 1400px) {
  #header-cart {
    margin-left: auto;
  }
}
#header-cart a.mini-cart {
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 16px;
  position: relative;
  background: #0d0d0d;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#header-cart a.mini-cart:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e12828;
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#header-cart a.mini-cart span.cart-total {
  padding-right: 10px;
}
#header-cart a.mini-cart span.cart-count {
  padding-left: 10px;
}
#header-cart a.mini-cart > div,
#header-cart a.mini-cart > span {
  position: relative;
  z-index: 2;
}
#header-cart a.mini-cart .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
#header-cart a.mini-cart svg {
  width: 16px;
}
#header-cart a.mini-cart svg path {
  fill: #E0E0E0;
}
#header-cart a.mini-cart:hover {
  color: #E0E0E0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#header-cart a.mini-cart:hover:after {
  width: 100%;
  right: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#header-cart a.mini-cart:not(#header-cart a.mini-cart:has(span)):hover:after {
  width: 44px;
  height: 44px;
  top: -2px;
  left: -2px;
}
.logo {
  text-align: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .logo {
    display: flex;
  }
  .logo img {
    float: left;
  }
}
@media (max-width: 1400px) {
  .logo {
    display: inline-block;
    width: 100%;
  }
}
.logo a {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
}
.logo a img {
  box-sizing: border-box;
  margin: 0 auto;
}
.menu-buttons a.button {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-buttons a.logout-button {
  background: #0d0d0d !important;
  color: #bfbfbf !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-buttons a.logout-button:hover,
.menu-buttons a.logout-button:focus,
.menu-buttons a.logout-button:active,
.menu-buttons a.logout-button:not(:disabled):not(.disabled):active {
  background: #e12828 !important;
  color: #E0E0E0 !important;
}
.menu-buttons a.account-button {
  background: #75716c !important;
  color: #E0E0E0 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.menu-buttons a.account-button:hover {
  background: #9b9793 !important;
  color: #0d0d0d !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#myHeader {
  z-index: 15;
  position: relative;
  background: #181818;
}
@media (min-width: 1400px) {
  .its-time .header-content {
    height: 120px;
    transition: height 0.3s ease-in-out;
  }
  .its-time.for-change .header-content {
    height: 90px;
    transition: height 0.3s ease-in-out;
  }
  .its-time {
    width: 100%;
    box-sizing: border-box;
  }
  .its-time.for-change {
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  .its-time.for-change .menu,
  .its-time.for-change .logo,
  .its-time.for-change #header-cart,
  .its-time.for-change .menu-buttons {
    opacity: 0;
  }
  .its-time.sticky-top {
    background: #181818;
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  .its-time.sticky-top .menu,
  .its-time.sticky-top .logo,
  .its-time.sticky-top #header-cart,
  .its-time.sticky-top .menu-buttons {
    opacity: 1;
  }
}
ul.sf-menu {
  color: #bfbfbf;
  font-family: 'Manrope';
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.1px;
  padding: 0;
  clear: both;
  overflow: hidden;
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
ul.sf-menu li {
  float: left;
  list-style: none;
  position: relative;
  padding: 2px 10px 2px 2px;
}
ul.sf-menu li a {
  display: inline-block;
  width: 100%;
  color: #bfbfbf;
  padding: 0 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
@media (max-width: 1400px) {
  ul.sf-menu li a {
    padding: 20px 15px;
  }
}
ul.sf-menu li a:hover,
ul.sf-menu li a:active {
  color: #fcfcfc;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
ul.sf-menu li .current-menu-item a {
  color: #fcfcfc;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
ul.sf-menu .sub-menu {
  background: #181818;
  margin: 0;
  padding: 0;
}
ul.sf-menu .sub-menu li {
  padding: 0;
}
ul.sf-menu .sub-menu li a {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: 1px;
}
ul.sf-menu .sub-menu li:last-of-type {
  margin-bottom: 10px;
}
ul.sf-menu .big-button a {
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
}
ul.sf-menu .big-button a:before {
  display: inline-block;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 40px;
  background: #e12828;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
ul.sf-menu .big-button a:hover:before {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background: #d21d1d;
}
.more-sub ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out, visibility 0.3s ease-out;
  transition-delay: 0.2s;
}
.more-sub ul.sub-menu li {
  display: inline-block;
  width: 100%;
}
.more-sub ul.sub-menu li a {
  display: inline-block;
  width: 100%;
}
.sf-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
  transition-delay: 0s;
}
.sf-menu li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 250px;
}
.sf-menu li ul ul {
  margin: -31px 0 0 159px;
}
.sf-menu li:hover ul ul,
.sf-menu li:hover ul ul ul {
  left: -999em;
}
.sf-menu li:hover ul,
.sf-menu li li:hover ul,
.sf-menu li li li:hover ul {
  left: auto;
}
.sf-menu li:hover {
  position: static;
}
@media (min-width: 1100px) {
  #mobileMenuBtn {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .nav-container {
    display: none !important;
  }
}
#mobileMenuBtn {
  display: inline-block;
  float: left;
  background: none !important;
  border: none;
  padding: 15px 10px !important;
  margin: 0 !important;
}
#mobileMenuBtn .menu {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 30px;
  cursor: pointer;
}
#mobileMenuBtn .menu span {
  background: #E0E0E0;
  border-radius: 10px;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#mobileMenuBtn .menu span:nth-of-type(1) {
  width: 50%;
}
#mobileMenuBtn .menu span:nth-of-type(2) {
  width: 100%;
}
#mobileMenuBtn .menu span:nth-of-type(3) {
  width: 75%;
}
#mobileMenuBtn:hover .menu span {
  width: 100%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#mobileMenuModal {
  box-sizing: border-box;
}
#mobileMenuModal .modal-content {
  padding: 0;
  background: #e4e6e5;
}
#mobileMenuModal .modal-content .modal-body {
  width: 100%;
  height: 100%;
}
.mobile-nav {
  display: inline-block;
  width: 100%;
  height: 100vh;
}
.mobile-nav #mobile-menu {
  display: inline-block;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
.mobile-nav #mobile-menu li:first-of-type {
  box-sizing: border-box;
}
.mobile-nav ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mobile-nav ul li {
  list-style: none;
}
.mobile-nav ul a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center !important;
  position: relative;
  font-family: 'Manrope';
  color: #E0E0E0;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 1px;
}
.mobile-nav .menu-item-has-children .sub-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-100%);
  transition: 0.3s;
  visibility: hidden;
  z-index: 999;
  overflow-x: auto;
  background: #181818;
}
.mobile-nav .menu-item-has-children a {
  justify-content: space-between;
}
.mobile-nav .menu-item-has-children .nav-back-link {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  font-weight: bold;
}
.mobile-nav .menu-item-has-children .nav-back-link .arrow {
  display: inline-block;
  height: 2px;
  width: 30px;
  margin: 0 0 0 20px;
  float: left;
  left: 0;
  position: absolute;
  background: #bfbfbf;
  cursor: pointer;
}
.mobile-nav .menu-item-has-children .nav-back-link .arrow:before,
.mobile-nav .menu-item-has-children .nav-back-link .arrow:after {
  content: "";
  background: #bfbfbf;
  position: absolute;
  height: 2px;
  width: 12px;
}
.mobile-nav .menu-item-has-children .nav-back-link .arrow:before {
  left: -1px;
  bottom: -4px;
  transform: rotate(45deg);
}
.mobile-nav .menu-item-has-children .nav-back-link .arrow:after {
  left: -1px;
  top: -4px;
  transform: rotate(-45deg);
}
.mobile-nav .menu-item-has-children.active >.sub-menu {
  transform: translateX(0);
  visibility: visible;
}
.mobile-nav *::-webkit-scrollbar {
  width: 0px;
}
footer {
  background-color: #181818;
  color: #E0E0E0;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #E0E0E0;
}
footer ul,
footer ol {
  margin: 0;
  padding: 0;
}
footer ul li,
footer ol li {
  list-style: none;
}
footer ul li a,
footer ol li a {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 0;
  box-sizing: border-box;
  text-decoration: none;
}
footer a {
  color: #E0E0E0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-decoration-color: #E0E0E0;
  font-weight: lighter;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
footer a:hover {
  color: #bfbfbf;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.footer-widget {
  max-width: 2000px;
  margin: 0 auto;
  padding: 60px;
  text-align: left;
}
@media (min-width: 1600px) {
  .footer-widget {
    display: grid;
    grid-template-columns: 1fr 1fr minmax(auto,20%);
    grid-template-areas: "footer1 footer1 footer1" "footer2 footer3 footer4";
    grid-gap: 60px;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .footer-widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "footer1 footer1" "footer3 footer4" "footer2 footer2";
    grid-gap: 60px;
  }
}
@media (max-width: 960px) {
  .footer-widget {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "footer1" "footer3" "footer2" "footer4";
  }
  .footer-widget .fwidget {
    margin: 60px 0;
  }
  .footer-widget .fwidget:first-of-type {
    margin-top: 0;
  }
  .footer-widget .fwidget:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .footer-widget {
    padding: 30px;
  }
}
.footer-widget p {
  margin: 0;
  padding: 0;
}
.footer-widget .fwidget h3 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  font-size: 18px;
}
.footer-widget .fwidget:nth-of-type(1) {
  grid-area: footer1;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 60px;
  border-bottom: 1px dotted #2e2e2e;
}
@media (min-width: 961px) {
  .footer-widget .fwidget:nth-of-type(1) {
    display: grid;
    gap: 100px;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 961px) {
  .footer-widget .fwidget:nth-of-type(1) h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .footer-widget .fwidget:nth-of-type(1) h3 {
    text-align: center;
  }
}
.footer-widget .fwidget:nth-of-type(2) {
  grid-area: footer2;
  padding: 20px 0;
}
@media (min-width: 961px) and (max-width: 1600px) {
  .footer-widget .fwidget:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.footer-widget .fwidget:nth-of-type(2) .widget {
  margin-bottom: 50px;
}
.footer-widget .fwidget:nth-of-type(2) .widget:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group {
    display: grid;
    align-items: center;
    gap: 40px;
    grid-template-columns: 100px 1fr;
    grid-template-areas: "clientH clientH" "clientF clientP";
  }
}
.footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group h3 {
  grid-area: clientH;
}
@media (max-width: 500px) {
  .footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group h3 {
    text-align: center;
  }
}
.footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group figure {
  grid-area: clientF;
}
@media (max-width: 500px) {
  .footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group figure {
    width: 100%;
    text-align: center;
  }
  .footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group figure img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.footer-widget .fwidget:nth-of-type(2) .widget .wp-block-group p {
  grid-area: clientP;
}
.footer-widget .fwidget:nth-of-type(3) {
  grid-area: footer3;
  background: #0d0d0d;
  border-radius: 30px;
  padding: 60px 60px 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-group {
  gap: 10px;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-group ul {
  margin-top: 0;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-group ul li {
  position: relative;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-group ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #e12828;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: baseline;
  transform: translateX(-6px) scale(0.5);
  transition: all 0.3s ease;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-group ul li:hover:before {
  transform: translateX(0) scale(1);
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-buttons {
  display: inline-block !important;
  width: 100%;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-buttons .wp-block-button {
  display: inline-block !important;
  width: 100%;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-buttons .wp-block-button a {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 15px 60px 15px 20px;
  background: #e12828;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
}
.footer-widget .fwidget:nth-of-type(3) .wp-block-buttons .wp-block-button a:hover {
  padding: 15px 60px 15px 40px;
  color: #E0E0E0;
}
@media (max-width: 961px) {
  .footer-widget .fwidget:nth-of-type(3) h3 {
    margin-bottom: 50px;
  }
  .footer-widget .fwidget:nth-of-type(3) .wp-block-buttons {
    margin-top: 50px;
  }
}
.footer-widget .fwidget:nth-of-type(4) {
  grid-area: footer4;
  padding: 20px 0;
}
.footer-widget ul {
  margin-top: 20px;
}
.footer-widget ul li {
  font-weight: 500;
  font-size: 18px;
}
.footer-widget ul li a {
  padding: 15px 0;
  position: relative;
  border-bottom: 1px dotted #2e2e2e;
}
.footer-widget ul li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #e12828;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: baseline;
  transform: translateX(-6px) scale(0.5);
  transition: all 0.3s ease;
}
.footer-widget ul li a span {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0 10px 0 0;
}
.footer-widget ul li:hover a::before {
  transform: translateX(0) scale(1);
}
.footer-widgets-full {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.bottom-nav {
  display: inline-block;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px 50px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .bottom-nav {
    padding-bottom: 30px;
  }
}
.bottom-nav .footer-menu-title {
  text-align: left;
  padding: 10px 0;
}
.bottom-nav .bottom-menu {
  border-top: 1px dotted #2e2e2e;
  padding: 30px 0 10px 0;
}
@media (min-width: 1100px) {
  .bottom-nav .bottom-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom-nav .bottom-menu ul {
    display: flex;
    gap: 10px;
  }
}
.bottom-nav .bottom-menu ul {
  margin-right: 10px;
}
.bottom-nav .bottom-menu ul li {
  display: inline-block;
  float: left;
}
.bottom-nav .bottom-menu ul li a:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}
.bottom-nav .bottom-menu ul li:last-of-type a:after {
  display: none;
}
.bottom-nav .bottom-menu .copyright {
  display: inline-block;
  float: left;
  padding: 5px 0;
}
::-moz-selection {
  color: white;
  background: #e12828;
}
::selection {
  color: white;
  background: #e12828;
}
i.tbico {
  font-family: 'tbico';
  font-style: normal;
  font-size: 23px;
  float: left;
  margin: 0 10px 0 5px;
}
span.x-small i.tbico {
  font-size: 20px;
}
span.x-medium i.tbico {
  font-size: 40px;
}
span.x-large i.tbico {
  font-size: 60px;
}
.aligncenter {
  margin: 0 auto;
}
.tb-column:has(.like-icon) {
  text-align: center;
}
.tb-column h3 {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.like-icon {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.like-icon img {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 100px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  box-sizing: content-box;
}
.like-icon:hover {
  border: 1px solid #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.like-icon:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
}
.custom-alert {
  padding: 30px;
  border-radius: 15px;
  margin: 15px 0;
  position: relative;
  color: #fff;
}
.alert-success {
  background-color: #28a745;
}
.alert-info {
  background-color: #17a2b8;
}
.alert-warning {
  background-color: #ffc107;
  color: #212529;
}
.alert-danger {
  background-color: #dc3545;
}
.custom-alert .close-alert {
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0 !important;
  border: none;
  cursor: pointer !important;
  background: url(../images/close.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.custom-alert .close-alert:hover,
.custom-alert .close-alert:active {
  background: url(../images/close.svg) no-repeat 50% 50% !important;
  background-size: 25px 25px;
}
.wc-block-components-checkbox label .wc-block-components-checkbox__input {
  background: none !important;
  border: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
.wc-block-components-checkbox label .wc-block-components-checkbox__input:before {
  top: 3px !important;
}
.wc-block-components-checkbox label .wc-block-components-checkbox__input:after {
  top: -3px;
}
.wc-block-components-checkbox label svg {
  display: none;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #e12828;
  border-radius: var(--fancybox-thumbs-border-radius,10px);
  border-width: 4px;
}
.fancybox__progress {
  background: #e12828;
}
.carousel__track {
  gap: 10px;
}
.fancybox__thumb {
  padding-top: calc(100% / var(--fancybox-thumbs-ratio,1));
  border-radius: var(--fancybox-thumbs-border-radius,10px);
}
.fancybox__thumbs .carousel__slide {
  width: var(--fancybox-thumbs-width,100px);
}
.carousel__button {
  padding: 0 15px !important;
}
.fancybox__backdrop {
  background: var(--fancybox-bg,rgba(24,24,27,0.96));
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.4);
  z-index: 11000;
}
.modal .modal-content .modal-body {
  display: inline-block;
  position: relative;
}
.modal .modal-content .header-title {
  text-align: center;
  display: inline-block;
  position: absolute;
  text-transform: none;
  font-size: 110px;
  line-height: 110px;
  left: 0;
  right: 0;
  top: -40px;
}
@media (max-width: 700px) {
  .modal .modal-content .header-title {
    font-size: 80px;
    line-height: 80px;
    top: -20px;
  }
}
#mobileMenuModal .modal-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #181818;
  margin: auto;
  bottom: 0;
  height: 100%;
}
button.close {
  display: inline-block;
  width: 75px;
  height: 75px;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: relative;
  z-index: 9999;
  background: #181818;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.close a {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
button.close:hover,
button.close:focus,
button.close:active,
button.close:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}
.close-container {
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  right: 0;
  top: 0;
}
.close-container:hover label {
  opacity: 1;
}
.close-container .leftright {
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #bfbfbf;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
  top: -10px;
}
.close-container .rightleft {
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #bfbfbf;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
  top: -10px;
}
.close-container label {
  color: #6d775f;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
.close-container .close {
  margin: 40px 0px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.video-popup {
  text-align: center;
}
.video-popup .video-container {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.video-popup .video-container .video {
  display: inline-block;
  width: 100%;
}
@media (min-width: 650px) {
  .video-popup .video-container iframe {
    width: 650px;
    height: 450px;
  }
}
video#video {
  max-width: 100%;
}
.mfp-content {
  display: inline-block;
  width: auto !important;
}
.video-wrapper {
  position: relative;
  width: 100%;
}
.video-wrapper .single-video {
  max-width: 100%;
  width: 100%;
}
.iru-tiny-player {
  border-color: #343434;
}
.iru-tiny-player .icon {
  background-color: #343434;
}
.iru-tiny-player .song-volume-control {
  background-color: #e4e6e5;
}
.iru-tiny-player .song-volume-dot {
  background-color: #6d775f;
}
.iru-tiny-player .song-volume-dot:hover {
  background-color: #6d775f;
}
.iru-tiny-player .song-volume-bar {
  background-color: #6d775f;
}
.iru-tiny-player .song-volume-bar#bg {
  background-color: #343434;
}
.iru-tiny-player .song-seek {
  background-color: #e4e6e5;
}
.iru-tiny-player .song-progress {
  background-color: rgba(52,52,52,0.15);
}
#m-background-image {
  background-position: top left;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}
#m-background-color {
  background-color: #000000;
}
.page-template-page-fullnarrow .content-wrapper {
  text-align: center;
}
.page-template-page-fullnarrow .content-wrapper .narrow-page {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 30px 0;
  margin: 0 auto;
}
.page-template-page-fullnarrow .content-wrapper .narrow-page .page-title {
  margin: 0 0 30px 0;
}
.page-template-page-full .content-wrapper .full-page {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}
.page-template-page-full .content-wrapper .full-page .page-title {
  margin: 0 0 30px 0;
}
.content-wrapper:has(.home-page) {
  text-align: center;
}
.home-page {
  display: inline-block;
  width: 100%;
  max-width: 1400px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: left;
}
.page-template-page-login iframe {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  border: none !important;
  margin-bottom: -10px;
}
#admin {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#admin.page-image {
  background-position: top left;
  background-repeat: repeat;
  background-size: cover;
}
#admin.page-color {
  background-color: #000000;
}
#admin .content-form {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
}
#admin .admin-logo {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-family: Lato;
  text-transform: none;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}
.admin-logo-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.admin-logo-image img {
  display: inline-block;
  width: 100%;
  max-width: 120px;
}
#custom_loginform {
  color: #000000;
  font-family: Lato;
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
#custom_loginform p.login-username,
#custom_loginform p.login-password {
  display: grid;
  grid-template-columns: 1fr;
}
#custom_loginform p.login-username input,
#custom_loginform p.login-password input {
  min-height: 40px;
  background: rgba(0,0,0,0.5);
  border-color: #000000;
  border-width: 5px;
  border-style: solid;
}
.login-submit {
  text-align: left;
}
.login-submit .button {
  display: inline-block;
  width: 100%;
  text-align: left;
  min-height: 40px;
  background: rgba(0,0,0,0.5);
  border-color: #000000;
  border-width: 5px;
  border-style: solid;
  color: #000000;
  font-family: Lato;
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}
.login-submit .button.hover-me:hover {
  border-color: #000000;
  color: #000000;
  background: #000000;
}
.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
}
@media (min-width: 920px) {
  .alignwide {
    margin: 32px calc(-76.5px);
    width: auto;
  }
}
@media (max-width: 919px) {
  .alignwide {
    margin: 32px calc(0%);
    max-width: 100vw;
    width: 100vw;
  }
}
.page-affiliate-home .content-wrapper:not(:has(p)) {
  text-align: center;
}
.page-affiliate-home .content-wrapper:not(:has(p)) .full-page {
  max-width: 550px;
  margin: 0 auto;
}
.pure-form {
  font-size: 13px;
  text-align: right;
}
.pure-form fieldset {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 600px) {
  .pure-form fieldset {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .pure-form fieldset label:not(.pure-checkbox) {
    max-width: 30%;
  }
  .pure-form fieldset input {
    max-width: 70%;
  }
  .pure-form fieldset select {
    max-width: 70%;
  }
}
.pure-form fieldset label {
  width: 100%;
  display: inline-block;
  margin: 20px 0 5px !important;
  float: left;
}
.pure-form fieldset input {
  width: 100%;
  display: inline-block;
  box-shadow: none !important;
  float: left;
}
.pure-form fieldset select {
  width: 100%;
  height: 50px;
  line-height: 50px !important;
  padding: 0 20px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/chevron-down.svg') no-repeat right 10px center;
  transition: background 0.3s ease;
  display: inline-block !important;
  align-items: center;
}
.pure-form fieldset p.wpam_registration_input_help_text {
  width: 100%;
  display: inline-block;
  max-width: 100%;
}
.pure-form fieldset .pure-checkbox {
  width: 100%;
  margin: 20px 0 !important;
}
.pure-form fieldset .pure-checkbox input#chkAgreeTerms {
  display: inline-block;
  width: 10px;
  margin: 8px 20px 0 0;
  height: 10px;
}
.pure-form fieldset input.pure-button {
  width: auto !important;
  float: right !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px !important;
  color: #f8f8f8 !important;
}
#wpam_form_error_panel {
  font-size: 14px;
}
#wpam_form_error_panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.wpam-logged-in p {
  margin: 0 0 15px 0;
}
.wpam-logged-in .wpam-logged-in-gravatar {
  display: none;
}
.wpam-logged-in .wpam-logged-in-gravatar img {
  border-radius: 50%;
  overflow: hidden;
}
.wpam-logged-in .wpam-logged-in-logout-link a {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 0 30px;
  border-radius: 25px;
  font-size: 13px;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  background: #0d0d0d;
  color: #f8f8f8;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.wpam-logged-in .wpam-logged-in-logout-link a:hover {
  background: #e12828;
  color: #f8f8f8;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.wpam-login-form {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 15px;
}
.wpam-login-form p {
  margin: 0 0 20px;
}
.wpam-login-form label {
  margin: 20px 0 5px;
}
.wpam-login-form form#loginform {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.wpam-login-form form#loginform input[type="text"],
.wpam-login-form form#loginform input[type="password"] {
  width: 100%;
}
.wpam-login-form form#loginform input[type="checkbox"] {
  margin-right: 20px;
}
.wpam-login-form form#loginform .login-remember {
  display: inline-block;
  width: auto;
  float: left;
  line-height: 40px;
}
.wpam-login-form form#loginform .login-remember label {
  margin: 0;
}
.wpam-login-form form#loginform .login-submit {
  display: inline-block;
  width: auto;
  float: right;
}
.wpam-login-form form#loginform .login-submit .button {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px !important;
  background: #0d0d0d;
  color: #f8f8f8 !important;
  border: none !important;
  margin: 0 !important;
  font-weight: bold;
}
.wpam-login-form form#loginform .login-submit .button:hover {
  background: #e12828;
}
.affilates:not(:has(.aff-wrap)) {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.affilates:not(:has(.aff-wrap)) h1 {
  margin: 20px 0 40px;
}
.affilates:not(:has(.aff-wrap)) a {
  text-decoration: none !important;
  position: relative;
  transition: all .3s cubic-bezier(.2,0,0,1);
  z-index: 1;
  color: #181818;
  white-space: nowrap;
}
.affilates:not(:has(.aff-wrap)) a:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  background-color: #e12828;
  transition: all .3s cubic-bezier(.2,0,0,1);
  transform-origin: bottom center;
  z-index: -1;
}
.affilates:not(:has(.aff-wrap)) a:hover {
  color: #f8f8f8;
}
.affilates:not(:has(.aff-wrap)) a:hover:after {
  right: -3px;
  left: -3px;
  height: calc(100% + 6px);
}
.affilates:has(.aff-wrap) .aff-wrap {
  border: none;
  margin: 60px 0;
}
.affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li a {
  padding: 10px 20px;
}
.affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li a:hover,
.affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li a:focus {
  background: none;
}
@media (min-width: 900px) {
  .affilates:has(.aff-wrap) .aff-wrap {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 30px;
  }
  .affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li {
    display: inline-block;
    width: 100%;
  }
  .affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li a {
    padding: 10px;
    background: none;
  }
  .affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li a:hover {
    padding-left: 20px;
  }
  .affilates:has(.aff-wrap) .aff-wrap #aff-controls ul.pure-menu-list li.pure-menu-selected a {
    padding-left: 20px;
  }
}
.affilates:has(.aff-wrap) .aff-wrap .wrap {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 30px;
}
@media (min-width: 1400px) {
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form {
    margin: 10px 0 40px;
  }
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "rangeH rangeS rangeB";
  gap: 30px;
  align-items: center;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-heading {
  grid-area: rangeH;
  text-align: left;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-selection {
  grid-area: rangeS;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-action-buttons {
  grid-area: rangeB;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "rangeH rangeH rangeH" "rangeS rangeS rangeB";
    margin-bottom: 50px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "rangeH rangeH" "rangeS rangeS" "rangeB rangeB";
    margin-bottom: 50px;
  }
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-action-buttons {
    text-align: left;
  }
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-heading {
    margin: 30px 0 0;
  }
}
@media (max-width: 1100px) {
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange {
    grid-template-columns: 1fr;
    grid-template-areas: "rangeH" "rangeS" "rangeB";
    margin-bottom: 50px;
  }
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-action-buttons {
    text-align: left;
  }
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-heading {
    margin: 30px 0 0;
  }
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-selection {
    grid-template-columns: auto 1fr !important;
  }
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange p.wpam-daterange-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange p.wpam-daterange-heading {
    text-align: left;
  }
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-selection {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  margin: 0;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-selection label {
  margin: 0;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-selection input {
  width: 100%;
  box-shadow: none;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-action-buttons {
  margin: 0;
}
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-action-buttons input[type="submit"],
.affilates:has(.aff-wrap) .aff-wrap .wrap .daterange-form #dateRange .wpam-daterange-action-buttons input[type="button"] {
  padding: 0 30px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #f8f8f8 !important;
}
.affilates table.pure-table.wpam-responsive-table {
  width: 100%;
  border: none;
}
.affilates table.pure-table.wpam-responsive-table thead,
.affilates table.pure-table.wpam-responsive-table tbody {
  background: none;
  border-top: 1px dotted #E0E0E0;
}
@media (max-width: 1024px) {
  .affilates table.pure-table.wpam-responsive-table thead,
  .affilates table.pure-table.wpam-responsive-table tbody {
    margin-bottom: 20px;
  }
}
.affilates table.pure-table.wpam-responsive-table thead th,
.affilates table.pure-table.wpam-responsive-table tbody th {
  border-left: 1px dotted #E0E0E0;
  border-bottom: 1px dotted #E0E0E0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 15px 10px;
  color: #9b9793;
}
.affilates table.pure-table.wpam-responsive-table thead th:first-of-type,
.affilates table.pure-table.wpam-responsive-table tbody th:first-of-type {
  border-left: none;
}
.affilates table.pure-table.wpam-responsive-table thead tr,
.affilates table.pure-table.wpam-responsive-table tbody tr {
  background: none;
  border: none;
}
.affilates table.pure-table.wpam-responsive-table thead tr td,
.affilates table.pure-table.wpam-responsive-table tbody tr td {
  border-right: none;
  font-size: 15px;
  padding: 15px 10px;
}
@media (min-width: 1024px) {
  .affilates table.pure-table.wpam-responsive-table thead tr td,
  .affilates table.pure-table.wpam-responsive-table tbody tr td {
    border-left: 1px dotted #E0E0E0;
    border-top: 1px dotted #E0E0E0;
  }
}
.affilates table.pure-table.wpam-responsive-table thead tr td:first-of-type,
.affilates table.pure-table.wpam-responsive-table tbody tr td:first-of-type {
  border-left: none;
}
@media (max-width: 1024px) {
  .affilates table.pure-table.wpam-responsive-table thead .transaction-confirmed:nth-of-type(odd),
  .affilates table.pure-table.wpam-responsive-table tbody .transaction-confirmed:nth-of-type(odd) {
    background: #f8f8f8;
  }
  .affilates table.pure-table.wpam-responsive-table thead .transaction-confirmed:nth-of-type(even),
  .affilates table.pure-table.wpam-responsive-table tbody .transaction-confirmed:nth-of-type(even) {
    background: #fcfcfc;
  }
  .affilates table.pure-table.wpam-responsive-table thead .transaction-confirmed td,
  .affilates table.pure-table.wpam-responsive-table tbody .transaction-confirmed td {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
  }
  .affilates table.pure-table.wpam-responsive-table thead .transaction-confirmed td:before,
  .affilates table.pure-table.wpam-responsive-table tbody .transaction-confirmed td:before {
    position: relative;
    top: 0;
    left: 0;
    padding-right: 30px;
  }
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap {
  padding: 0;
  font-size: 16px;
}
@media (min-width: 1500px) {
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap {
    display: grid;
    align-items: baseline;
    grid-template-columns: 2fr 1fr 1fr;
  }
}
@media (min-width: 1000px) and (max-width: 1500px) {
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap {
    display: grid;
    align-items: baseline;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "tableO tableO" "tableT tableF";
  }
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table {
    border-bottom: none;
  }
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(1) {
    grid-area: tableO;
    border-bottom: 1px dotted #E0E0E0;
  }
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(2) {
    grid-area: tableT;
  }
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(3) {
    grid-area: tableF;
  }
}
@media (max-width: 1000px) {
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap {
    display: grid;
    align-items: baseline;
    grid-template-columns: 1fr;
  }
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table {
    border-bottom: 1px dotted #E0E0E0;
  }
  .affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:last-of-type {
    border-bottom: none;
  }
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table {
  height: 100%;
  display: inline-block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: 1px dotted #E0E0E0;
  border-bottom: none;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table thead,
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table tbody {
  display: inline-block;
  width: 100%;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table thead {
  background: none;
  border-bottom: 1px dotted #E0E0E0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 50px;
  color: #9b9793;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(2) tr,
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(3) tr {
  width: 100%;
  display: inline-block;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(2) tr td,
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(3) tr td {
  display: inline-block;
  width: 100%;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(2) tr td .summaryPanel,
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(3) tr td .summaryPanel {
  font-size: 16px;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(2) tr td .summaryPanelLineValue,
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(3) tr td .summaryPanelLineValue {
  letter-spacing: 1px;
  color: #9b9793;
}
.affilates .aff-wrap:has(.pure-menu-item:nth-of-type(1).pure-menu-selected) .wrap .pure-table:nth-of-type(3) {
  border-right: none;
}
.affilates div#ui-datepicker-div {
  padding: 3px;
  font-size: 14px;
  text-align: center;
  border: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
.affilates div#ui-datepicker-div .ui-datepicker-header {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-bottom: 1px dotted #E0E0E0;
  background: none;
  padding: 10px 0 !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #9b9793;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  grid-template-areas: "datePrev dateTitle dateNext";
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: inline-block;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: 20px 20px;
  margin: 0;
  top: 0;
  left: 0;
  height: 20px;
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  grid-area: datePrev;
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../images/chevron-left.svg);
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  grid-area: dateNext;
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url(../images/chevron-right.svg);
}
.affilates div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  grid-area: dateTitle;
  margin: 0;
}
.affilates div#ui-datepicker-div .ui-datepicker-calendar {
  margin-bottom: 0;
}
.affilates div#ui-datepicker-div .ui-datepicker-calendar thead {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #9b9793;
}
.affilates div#ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-default {
  background: #f8f8f8;
  border: none;
  padding-right: 7px;
}
.affilates div#ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-hover {
  background: #e12828;
  color: #f8f8f8;
}
.affilates div#ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight {
  background: #ffbf00;
  color: #f8f8f8;
}
.affilates div#ui-datepicker-div .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight.ui-state-hover {
  background: #e12828;
  color: #f8f8f8;
}
.affilates .wpam-contact-info {
  display: inline-block;
  width: 100%;
  border: none;
}
.affilates .wpam-contact-info thead {
  width: 100%;
  display: inline-block;
  border-left: 1px dotted #E0E0E0;
  border-bottom: 1px dotted #E0E0E0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 15px 10px;
  color: #9b9793;
  background: none;
  border-left: none;
}
.affilates .wpam-contact-info tbody {
  display: grid !important;
  column-gap: 20px;
  row-gap: 40px;
  padding: 30px 0;
}
@media (min-width: 1250px) {
  .affilates .wpam-contact-info tbody {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1250px) {
  .affilates .wpam-contact-info tbody {
    grid-template-columns: 1fr;
  }
}
.affilates .wpam-contact-info tbody tr {
  display: grid !important;
  grid-template-columns: 180px 1fr;
  align-items: center;
}
@media (max-width: 1250px) {
  .affilates .wpam-contact-info tbody tr {
    grid-template-columns: 1fr;
  }
}
.affilates .wpam-contact-info tbody tr td {
  display: flex;
  justify-content: end;
  padding: 0 !important;
  border-bottom: none !important;
}
.affilates .wpam-contact-info tbody tr td label {
  width: auto;
  margin: 0;
  padding: 5px 15px;
  text-align: right;
}
@media (max-width: 1250px) {
  .affilates .wpam-contact-info tbody tr td label {
    width: 100%;
    text-align: left;
  }
}
.affilates .wpam-contact-info tbody:has(#rowBankDetails) {
  grid-template-areas: "bankS bankO" "bankF bankF";
  column-gap: 60px;
}
@media (max-width: 1250px) {
  .affilates .wpam-contact-info tbody:has(#rowBankDetails) {
    grid-template-areas: "bankS" "bankO" "bankF";
  }
}
.affilates .wpam-contact-info tbody:has(#rowBankDetails) tr:nth-of-type(1) {
  grid-area: bankO;
}
.affilates .wpam-contact-info tbody:has(#rowBankDetails) tr:nth-of-type(2) {
  grid-area: bankS;
}
.affilates .wpam-contact-info tbody:has(#rowBankDetails) tr:nth-of-type(3) {
  grid-area: bankF;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
@media (max-width: 1000px) {
  .affilates .wpam-contact-info tbody:has(#rowBankDetails) tr:nth-of-type(3) {
    grid-template-columns: 1fr;
  }
}
.affilates .wpam-contact-info input,
.affilates .wpam-contact-info select {
  width: 100%;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 20px;
}
.affilates #infoForm p {
  display: inline-block;
  width: auto;
  float: right;
}
.affilates #infoForm .wpam-save-profile {
  display: inline-block;
  margin: 0;
  float: left;
}
.affilates .wrap:has(.wpam-creative-code) h3 {
  margin: 0 0 20px;
}
.affilates .wrap:has(.wpam-creative-code) textarea.wpam-creative-code,
.affilates .wrap:has(.wpam-creative-code) #wpam_link_generation_form {
  margin-bottom: 50px;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table {
  width: 100%;
  border: none;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table thead {
  background: none;
  border-bottom: 1px dotted #E0E0E0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 50px;
  color: #9b9793;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table thead th {
  border-left: 1px dotted #E0E0E0 !important;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table thead th:first-of-type {
  border-left: none !important;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table tbody td {
  border-left: 1px dotted #E0E0E0 !important;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table tbody td:first-of-type {
  border-left: none !important;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table tbody td a {
  position: relative;
  display: flex;
  align-items: center;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table tbody td a:after {
  content: 'Get the code';
  background: url(../images/link.svg) no-repeat 0 50%;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  padding: 0 0 0 30px;
}
.affilates .wrap:has(.wpam-creative-code) .pure-table tbody td {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: 1px dotted #E0E0E0;
  padding: 20px;
}
.affilates .wrap:has(.wpam-creative-code) textarea.wpam-creative-code,
.affilates .wrap:has(.wpam-creative-code) input[type="text"] {
  width: 100%;
}
.affilates .wrap:has(.wpam-creative-detail) h2 {
  display: inline-block;
  width: 100%;
  margin: 30px 0 15px;
}
.affilates .wrap:has(.wpam-creative-detail) h2:first-of-type {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0 0 15px 0;
}
.affilates .wrap:has(.wpam-creative-detail) p:first-of-type {
  display: inline-block;
  float: right;
  margin: 0;
}
.affilates .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
  width: auto !important;
  padding: 3px;
  font-size: 14px;
  text-align: center;
  border: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
.affilates .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
  background: none;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #E0E0E0;
  border-style: dotted;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #9b9793;
  display: flex;
  align-items: center;
}
.affilates .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  border: none;
}
.affilates .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  background: none;
  overflow: hidden;
  text-indent: 200px;
  padding: 0 !important;
  position: relative;
}
.affilates .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close .ui-icon {
  background: url(../images/close.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.affilates .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:hover .ui-icon {
  background: url(../images/close-red.svg) no-repeat 50% 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.content:has(.faq-list) {
  text-align: left;
}
.home .tb-btn {
  display: inline-block;
  width: auto;
  margin: 5px;
  line-height: 30px;
}
@media (min-width: 1050px) {
  .home .woocommerce.columns-3 ul.products.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#comments {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  text-align: left;
}
#comments #comments-title {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
  font-size: 22px;
  font-weight: 500;
}
#comments #comments-content {
  margin: 0 0 60px;
}
#comments #comments-content > ol {
  margin: 0;
  padding: 0;
}
#comments #comments-content ol.commentlist {
  list-style: none;
}
#comments #comments-content ol.commentlist li.comment .comment-body {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
}
#comments #comments-content ol.commentlist li.comment .comment-body .comment-avatar {
  text-align: center;
  position: relative;
}
#comments #comments-content ol.commentlist li.comment .comment-body .comment-avatar img {
  border-radius: 50px;
  box-shadow: none;
  margin: 0;
  z-index: 2;
  position: relative;
}
#comments #comments-content ol.commentlist li.comment .comment-body .comment-box {
  text-align: left;
}
#comments #comments-content ol.commentlist li.comment .comment-body .comment-box .comment-header .username {
  font-weight: bold;
}
#comments #comments-content ol.commentlist li.comment .comment-body .comment-box .comment-header .time-ago {
  font-size: 13px;
  padding: 0 10px;
  letter-spacing: 1px;
  color: #9b9793;
}
#comments #comments-content ol.commentlist li.comment .comment-body .comment-box .comment-footer {
  font-size: 13px;
  font-weight: bold;
}
#comments #comments-content ol.commentlist ul.children {
  list-style: none;
  padding: 70px;
}
#comments #respond {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
}
#comments #respond .logged-in-as,
#comments #respond .comment-notes {
  font-size: 16px;
}
#comments #respond .comment-form-comment {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px;
}
#comments #respond .comment-form-comment textarea#comment {
  float: left;
}
#comments #respond .comment-form-author,
#comments #respond .comment-form-email {
  display: inline-block;
  width: 100%;
  max-width: 50%;
  margin: 0;
  padding: 10px;
  float: left;
}
@media (max-width: 1200px) {
  #comments #respond .comment-form-author,
  #comments #respond .comment-form-email {
    max-width: 100%;
  }
}
#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input {
  width: 100%;
}
#comments #respond .comment-form-cookies-consent {
  display: grid;
  grid-template-columns: 30px 1fr;
  width: 100%;
  padding: 10px;
  margin: 0;
  align-items: center;
}
#comments #respond .comment-form-cookies-consent label {
  width: auto;
}
#comments #respond .form-submit {
  display: inline-block;
  width: 100%;
  text-align: right;
}
ul.products li.product {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
ul.products li.product.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.woocommerce .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header {
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  margin-bottom: 0;
  display: grid;
}
@media (min-width: 1600px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 750px) and (max-width: 1600px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    gap: 30px;
  }
}
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 30px 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  transition: ease-in-out 0.5s;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  transition: ease-in-out 0.5s;
}
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
  line-height: 1.5;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .custom-short-description,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .custom-short-description {
  padding: 10px 30px;
}
.woocommerce ul.products li.product .custom-short-description,
.woocommerce-page ul.products li.product .custom-short-description {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-page ul.products li.product a.woocommerce-loop-product__link {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product span.price,
.woocommerce-page ul.products li.product span.price {
  color: #181818 !important;
}
.woocommerce ul.products li.product .custom-add-to-cart,
.woocommerce-page ul.products li.product .custom-add-to-cart {
  display: flex;
  width: auto;
  float: left;
  margin: 0 0 0 30px;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
}
.woocommerce ul.products li.product .custom-add-to-cart .button,
.woocommerce ul.products li.product .custom-add-to-cart .added_to_cart,
.woocommerce-page ul.products li.product .custom-add-to-cart .button,
.woocommerce-page ul.products li.product .custom-add-to-cart .added_to_cart {
  background: none;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 15px 0 10px !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #181818 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .custom-add-to-cart .added_to_cart,
.woocommerce-page ul.products li.product .custom-add-to-cart .added_to_cart {
  position: relative;
}
.woocommerce ul.products li.product .custom-add-to-cart .added_to_cart:before,
.woocommerce-page ul.products li.product .custom-add-to-cart .added_to_cart:before {
  content: '|';
  display: inline-block;
  position: absolute;
  left: -5px;
}
.woocommerce ul.products li.product .custom-add-to-cart .cart-icon,
.woocommerce-page ul.products li.product .custom-add-to-cart .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}
.woocommerce ul.products li.product .custom-add-to-cart .cart-icon svg,
.woocommerce-page ul.products li.product .custom-add-to-cart .cart-icon svg {
  width: 15px;
  fill: #f8f8f8;
}
.woocommerce ul.products li.product .custom-add-to-cart:after,
.woocommerce-page ul.products li.product .custom-add-to-cart:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e12828;
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .custom-add-to-cart:hover,
.woocommerce-page ul.products li.product .custom-add-to-cart:hover {
  color: #f8f8f8;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .custom-add-to-cart:hover .button,
.woocommerce ul.products li.product .custom-add-to-cart:hover .added_to_cart,
.woocommerce-page ul.products li.product .custom-add-to-cart:hover .button,
.woocommerce-page ul.products li.product .custom-add-to-cart:hover .added_to_cart {
  color: #f8f8f8 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .custom-add-to-cart:hover:after,
.woocommerce-page ul.products li.product .custom-add-to-cart:hover:after {
  width: 100%;
  right: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin: 0 !important;
  padding: 0 30px;
  line-height: 40px;
  display: inline-block;
  width: auto;
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  background: none;
  border: none;
  margin: 60px 0 20px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  margin: 5px;
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(24,24,24,0);
  color: #181818;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.next,
.woocommerce .woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce .woocommerce-pagination ul.page-numbers li span.next,
.woocommerce .woocommerce-pagination ul.page-numbers li span.prev,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.next,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.prev {
  background: none !important;
  color: #181818 !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
  background: #181818;
  color: #fff;
  border: none;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current:hover {
  transform: scale(0.9);
  transition: transform 0.2s ease-in-out;
}
.product-left,
.product-right,
.product-left img {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s forwards;
}
.product-left {
  animation-delay: 0s;
}
.product-left img {
  animation-delay: 0.3s;
}
.product-right {
  animation-delay: 0.3s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-box {
  display: grid;
  gap: 60px;
}
@media (min-width: 1100px) {
  .product-box {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "prodImg prodRight" "prodLeft prodRight";
  }
}
@media (max-width: 1100px) {
  .product-box {
    grid-template-columns: 1fr;
    grid-template-areas: "prodImg" "prodRight" "prodLeft";
  }
}
.product-box .image-ratio-box {
  grid-area: prodImg;
  display: inline-block;
  position: relative;
  width: 100%;
}
.product-box .product-right {
  grid-area: prodRight;
}
@media (min-width: 1100px) {
  .product-box .product-right {
    position: sticky;
    top: 30px;
    height: fit-content;
  }
}
.product-box .product-right .right-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-box .product-right .right-content {
    padding: 60px;
  }
}
@media (max-width: 1200px) {
  .product-box .product-right .right-content {
    padding: 30px;
  }
}
.product-box .product-right .right-content .summary.entry-summary {
  display: none !important;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) {
  display: grid;
  align-items: center;
  margin: 15px 0;
}
@media (min-width: 1400px),(min-width: 600px) and (max-width: 1100px) {
  .product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "buttonPrice buttonCart buttonDemo";
  }
}
@media (min-width: 1100px) and (max-width: 1400px),(max-width: 700px) {
  .product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) {
    grid-template-columns: auto 1fr;
    grid-template-areas: "buttonPrice buttonPrice" "buttonCart buttonDemo";
  }
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) p.price {
  grid-area: buttonPrice;
  color: #181818 !important;
  margin: 10px 30px 10px 0;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart {
  grid-area: buttonCart;
  display: flex;
  width: auto;
  float: left;
  margin: 0 20px 0 0;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart .button {
  background: none;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 15px 0 10px !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #181818 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart .cart-icon svg {
  width: 15px;
  fill: #f8f8f8;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart p.stock {
  padding: 0 15px 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #181818 !important;
  position: relative;
  z-index: 2;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e12828;
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart:hover {
  color: #f8f8f8;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart:hover .button,
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart:hover p.stock {
  color: #f8f8f8 !important;
  background: none !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .custom-add-to-cart:hover:after {
  width: 100%;
  right: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .demo-button {
  grid-area: buttonDemo;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .demo-button button,
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .demo-button a {
  background: #75716c !important;
  color: #E0E0E0 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .demo-button button:hover,
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) .demo-button a:hover {
  background: #9b9793 !important;
  color: #0d0d0d !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.product-box .product-right .right-content .product-buttons:not(:has(.discontinued-notice)) form.cart {
  margin-bottom: 0 !important;
}
.product-box .product-right .right-content .product-buttons:has(.discontinued-notice) p.price {
  display: none;
}
.product-box .product-right .right-content .product-buttons:has(.discontinued-notice) .discontinued-notice {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #181818 !important;
}
.product-box .product-right .right-content .woocommerce-product-details__short-description p {
  padding: 0;
  margin: 0;
}
.product-box .product-right .woocommerce-product-gallery__thumbnails {
  margin: 40px 0 0;
  display: grid;
  gap: 40px;
}
@media (min-width: 900px) and (max-width: 1100px),(min-width: 1500px) {
  .product-box .product-right .woocommerce-product-gallery__thumbnails {
    grid-template-columns: repeat(6,1fr);
  }
}
@media (min-width: 700px) and (max-width: 900px),(min-width: 1300px) and (max-width: 1500px) {
  .product-box .product-right .woocommerce-product-gallery__thumbnails {
    grid-template-columns: repeat(5,1fr);
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .product-box .product-right .woocommerce-product-gallery__thumbnails {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 700px) {
  .product-box .product-right .woocommerce-product-gallery__thumbnails {
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
}
.product-box .product-right .woocommerce-product-gallery__thumbnails a {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
  transition: ease-in-out 0.2s;
}
.product-box .product-right .woocommerce-product-gallery__thumbnails a:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.2s;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.product-box .product-right .woocommerce-product-gallery__thumbnails a:focus {
  border: none;
}
.product-box .product-left {
  grid-area: prodLeft;
  display: inline-block;
  width: 100%;
  position: relative;
}
.product-box .product-left img {
  max-width: 100%;
}
section.related.products,
section.up-sells.upsells.products {
  display: inline-block;
  width: 100%;
  margin: 60px 0 0;
}
section.related.products ul.products.columns-4,
section.up-sells.upsells.products ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 60px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  section.related.products ul.products.columns-4,
  section.up-sells.upsells.products ul.products.columns-4 {
    gap: 30px;
  }
}
@media (min-width: 700px) and (max-width: 1400px) {
  section.related.products ul.products.columns-4,
  section.up-sells.upsells.products ul.products.columns-4 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 700px) {
  section.related.products ul.products.columns-4,
  section.up-sells.upsells.products ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}
.woocommerce a.remove,
.woocommerce a.woocommerce-remove-coupon {
  display: inline-block;
  overflow: hidden;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 32px !important;
  font-size: 20px !important;
  font-family: sans-serif;
  text-indent: 80px;
  background: url(../images/close.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce a.remove:hover,
.woocommerce a.woocommerce-remove-coupon:hover {
  background: url(../images/close-red.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.woocommerce-checkout #customer_details {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
}
.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}
.woocommerce-checkout #customer_details .col-2 {
  display: none;
}
.woocommerce-checkout #customer_details .form-row-first,
.woocommerce-checkout #customer_details .form-row-last {
  padding: 7px 3px 7px;
}
@media (min-width: 600px) {
  .woocommerce-checkout #customer_details .form-row-first,
  .woocommerce-checkout #customer_details .form-row-last {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout #customer_details .form-row-first,
  .woocommerce-checkout #customer_details .form-row-last {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details #billing_city_field,
.woocommerce-checkout #customer_details #billing_postcode_field {
  float: left;
  clear: none;
}
@media (min-width: 600px) {
  .woocommerce-checkout #customer_details #billing_city_field,
  .woocommerce-checkout #customer_details #billing_postcode_field {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout #customer_details #billing_city_field,
  .woocommerce-checkout #customer_details #billing_postcode_field {
    width: 100%;
  }
}
.woocommerce-checkout h3 {
  margin: 0 0 30px;
}
.woocommerce-checkout #order_review .shop_table {
  border: none;
  margin: 0;
}
.woocommerce-checkout #order_review .shop_table thead {
  display: none;
}
.woocommerce-checkout #order_review .shop_table .cart_item td {
  padding: 10px 10px 30px;
  border: none;
}
@media (min-width: 600px) {
  .woocommerce-checkout #order_review .product-name {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 30px 50px 1fr;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout #order_review .product-name a.remove {
    float: left;
    height: 50px !important;
    line-height: 50px !important;
  }
  .woocommerce-checkout #order_review .product-name img {
    margin-bottom: 15px;
  }
}
.woocommerce-checkout #order_review .product-name .product-quantity {
  display: none;
}
.woocommerce-checkout #order_review .product-name img {
  border-radius: 5px;
}
.woocommerce-checkout tr.cart-subtotal,
.woocommerce-checkout tr.cart-discount,
.woocommerce-checkout tr.order-total {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.woocommerce-checkout tfoot .cart-discount td {
  display: flex;
  align-items: center;
}
.woocommerce-checkout tfoot tr th,
.woocommerce-checkout tfoot tr td {
  border: none;
}
.woocommerce-checkout tfoot tr:first-of-type th,
.woocommerce-checkout tfoot tr:first-of-type td {
  border-top: 1px solid #E0E0E0;
}
.woocommerce table.shop_table th {
  padding: 15px 10px;
}
.custom-coupon-row td {
  padding: 0;
}
.custom-coupon-row td .woocommerce-form-coupon-toggle .woocommerce-info {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 15px 0 10px;
  font-size: 16px;
  margin: 0;
  text-align: left;
}
.custom-coupon-row td .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}
.custom-coupon-row td .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  float: right;
}
.custom-coupon-row .checkout_coupon.woocommerce-form-coupon {
  display: grid;
  grid-template-columns: auto 150px;
  margin: 0 0 20px 0;
}
.custom-coupon-row .checkout_coupon.woocommerce-form-coupon .form-row {
  padding: 0;
  margin: 0;
  width: 100%;
}
.custom-coupon-row .checkout_coupon.woocommerce-form-coupon .form-row #coupon_code {
  border-radius: 25px 0 0 25px !important;
}
.custom-coupon-row .checkout_coupon.woocommerce-form-coupon .form-row button.button {
  line-height: 33px !important;
  padding: 10px 15px !important;
  margin: 0 !important;
  border-radius: 0 25px 25px 0 !important;
  width: 150px;
  font-size: 13px;
  text-transform: uppercase;
  background: #75716c;
  color: #E0E0E0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.custom-coupon-row .checkout_coupon.woocommerce-form-coupon .form-row button.button:hover {
  background: #9b9793;
  color: #0d0d0d;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.page-checkout:has(.woocommerce-form-login-toggle) .page-title {
  padding: 0;
}
.page-checkout .woocommerce-form-login-toggle {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}
.page-checkout .woocommerce-form-login-toggle .woocommerce-info {
  background: none;
  border: none;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  margin: 0;
}
.page-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
  display: none;
}
.page-checkout .woocommerce-form-login.login {
  font-size: 16px;
  background: #fff;
  border-radius: 15px !important;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  padding: 0 30px !important;
  margin-bottom: 30px !important;
}
.page-checkout .woocommerce-form-login.login p {
  padding: 30px 0 15px;
  margin: 0;
}
.page-checkout .woocommerce-form-login.login .form-row-first,
.page-checkout .woocommerce-form-login.login .form-row-last {
  width: 50%;
  padding: 5px;
}
.page-checkout .woocommerce-form-login.login .form-row:has(.woocommerce-form-login__rememberme) {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  float: left;
}
.page-checkout .woocommerce-form-login.login .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__rememberme {
  width: auto;
  float: left;
}
.page-checkout .woocommerce-form-login.login .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__rememberme input#rememberme {
  margin-right: 15px;
}
.page-checkout .woocommerce-form-login.login .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__submit {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #75716c;
  color: #E0E0E0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.page-checkout .woocommerce-form-login.login .form-row:has(.woocommerce-form-login__rememberme) .woocommerce-form-login__submit:hover {
  background: #9b9793;
  color: #0d0d0d;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.page-checkout .woocommerce-form-login.login .lost_password {
  text-align: center;
  padding: 0 0 30px;
}
.woocommerce-checkout #payment {
  background: none;
  border-top: 1px solid #E0E0E0;
  text-align: left;
  padding: 0 15px;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 15px 0 0;
  border-bottom: none;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label {
  display: grid;
  align-items: center;
}
@media (min-width: 600px) {
  .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label {
    grid-template-areas: ". payA payImg";
    grid-template-columns: 1fr auto auto;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label {
    grid-template-areas: ". ." "payA payImg";
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label img {
  grid-area: payImg;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label a.about_paypal {
  grid-area: payA;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box {
  background: #f8f8f8;
  font-size: 13px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method div.payment_box p {
  margin: 0;
}
.woocommerce-checkout #payment div.form-row.place-order {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout #payment div.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.3;
}
.woocommerce-checkout #payment div.form-row.place-order .input-checkbox {
  margin-right: 20px;
}
.woocommerce-checkout #payment div.form-row.place-order #place_order {
  background: #e12828;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #f8f8f8 !important;
  padding: 5px 50px 5px 30px !important;
  transition: all 0.8s ease;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 32px auto !important;
  background-image: url(../images/dot.svg) !important;
}
.woocommerce-checkout #payment div.form-row.place-order #place_order:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: -6px 0 0 rgba(255,255,255,0), -12px 0 0 rgba(255,255,255,0), -18px 0 0 rgba(255,255,255,0);
}
.woocommerce-checkout #payment div.form-row.place-order #place_order.dot-fadein::before {
  animation: reveal3Dots 1s forwards;
}
.woocommerce-checkout #payment div.form-row.place-order #place_order.dot-fadeout::before {
  animation: hide3Dots 1s forwards;
}
.woocommerce-checkout #payment div.form-row.place-order #place_order:hover {
  padding: 5px 80px 5px 30px !important;
  transition: all 0.8s ease;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0;
  border: none;
  padding: 0;
}
.add-to-cart-outer {
  display: inline-block;
  width: auto;
}
.add-to-cart-outer .custom-add-to-cart {
  display: flex;
  width: auto;
  float: left;
  margin: 0;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
}
.add-to-cart-outer .custom-add-to-cart form.cart {
  margin: 0;
  background: none;
}
.add-to-cart-outer .custom-add-to-cart form.cart .quantity {
  display: none;
}
.add-to-cart-outer .custom-add-to-cart .custom-price {
  background: none !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #181818 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.add-to-cart-outer .custom-add-to-cart .custom-price:after {
  content: '|';
  display: inline-block;
  color: #181818 !important;
  padding: 0 0 0 10px;
}
.add-to-cart-outer .custom-add-to-cart .button,
.add-to-cart-outer .custom-add-to-cart .added_to_cart {
  background: none !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 15px 0 10px !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold !important;
  color: #181818 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.add-to-cart-outer .custom-add-to-cart .added_to_cart {
  position: relative;
}
.add-to-cart-outer .custom-add-to-cart .added_to_cart:before {
  content: '|';
  display: inline-block;
  position: absolute;
  left: -5px;
}
.add-to-cart-outer .custom-add-to-cart .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}
.add-to-cart-outer .custom-add-to-cart .cart-icon svg {
  width: 15px;
  fill: #f8f8f8;
}
.add-to-cart-outer .custom-add-to-cart:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e12828;
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.add-to-cart-outer .custom-add-to-cart:hover {
  color: #f8f8f8;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.add-to-cart-outer .custom-add-to-cart:hover .custom-price,
.add-to-cart-outer .custom-add-to-cart:hover .custom-price:after,
.add-to-cart-outer .custom-add-to-cart:hover .button,
.add-to-cart-outer .custom-add-to-cart:hover .added_to_cart {
  color: #f8f8f8 !important;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.add-to-cart-outer .custom-add-to-cart:hover:after {
  width: 100%;
  right: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.custom-cat-description-wrapper {
  display: inline-block;
  width: 100%;
}
.custom-cat-description-wrapper .custom-cat-description {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}
.custom-cat-description-wrapper .custom-cat-description span.desc-visible {
  display: inline-block;
  width: 100%;
}
.custom-cat-description-wrapper .custom-cat-description span.desc-visible p {
  margin: 0;
}
.custom-cat-description-wrapper .read-more-wrapper,
.custom-cat-description-wrapper .read-less-container {
  text-align: right;
}
.custom-cat-description-wrapper a.read-more-toggle,
.custom-cat-description-wrapper a.read-less-toggle {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #9b9793;
  text-decoration: none;
}
.custom-cat-description .desc-hidden-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, transform 0.5s ease;
  transform: translateY(-10px);
}
.custom-cat-description .desc-hidden-wrapper.expanded {
  max-height: 1000px;
  transform: translateY(0);
}
.custom-cat-description .desc-hidden .read-less-container {
  margin-top: 1em;
}
.custom-cat-description .read-more-toggle,
.custom-cat-description .read-less-toggle {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.full-page.account.logged-out {
  max-width: 550px;
  margin: 0 auto;
}
.full-page.account.logged-out h2 {
  display: none;
}
.full-page.account.logged-out .lost_reset_password label,
.full-page.account.logged-out .woocommerce-form-login label {
  display: none;
}
.full-page.account.logged-out .lost_reset_password .form-row:has(.woocommerce-form-login__rememberme),
.full-page.account.logged-out .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) {
  display: inline-block;
  float: right;
}
.full-page.account.logged-out .lost_reset_password .lost_password,
.full-page.account.logged-out .woocommerce-form-login .lost_password {
  display: inline-block;
  width: auto;
  float: left;
  font-size: 13px;
}
.full-page.account.logged-out .lost_reset_password .lost_password a,
.full-page.account.logged-out .woocommerce-form-login .lost_password a {
  padding: 10px 20px;
}
.full-page.account.logged-out .lost_reset_password .button,
.full-page.account.logged-out .woocommerce-form-login .button {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px !important;
  background: #0d0d0d;
  color: #f8f8f8 !important;
  border: none !important;
  margin: 0 !important;
  font-weight: bold;
}
.full-page.account.logged-out .lost_reset_password .button:hover,
.full-page.account.logged-out .woocommerce-form-login .button:hover {
  background: #e12828;
}
.full-page.account.logged-out .lost_reset_password .form-row-first,
.full-page.account.logged-out .woocommerce-form-login .form-row-first {
  width: 100%;
}
.full-page.account.logged-in h1.page-title {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .full-page.account.logged-in {
    display: grid;
    grid-template-columns: 250px auto;
    column-gap: 60px;
  }
}
@media (min-width: 1200px) {
  .full-page.account.logged-in .woocommerce {
    display: grid;
    grid-template-columns: auto 250px;
    grid-template-areas: "accountCont accountNav";
    column-gap: 60px;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
    grid-area: accountNav;
    width: 100%;
    position: sticky;
    top: 30px;
    height: fit-content;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-MyAccount-content {
    grid-area: accountCont;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation {
    margin: 0 0 30px;
  }
  .full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: inline-block;
    width: auto;
  }
  .full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    width: auto !important;
  }
}
.full-page.account.logged-in .woocommerce:before {
  display: none;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation {
  display: inline-block;
  width: 100%;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none !important;
  position: relative;
  transition: all .3s cubic-bezier(.2,0,0,1);
  z-index: 1;
  color: #181818;
  white-space: nowrap;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  background-color: rgba(225,40,40,0);
  transition: all .3s cubic-bezier(.2,0,0,1);
  transform-origin: bottom center;
  z-index: -1;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #f8f8f8;
}
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a:after,
.full-page.account.logged-in .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover:after {
  right: -3px;
  left: -3px;
  height: calc(100% + 6px);
  background-color: #e12828;
}
.full-page.account.logged-in .woocommerce .woocommerce-MyAccount-content {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  overflow: hidden;
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table {
  border: none;
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table thead th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 10px 25px 10px;
  color: #9b9793;
}
@media (min-width: 769px) {
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table tbody th,
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table tbody td {
    border-top: 1px dotted #E0E0E0;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__header-order-number,
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-number {
    width: 130px;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__header-order-product-thumbs,
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-product-thumbs {
    width: 150px;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-date {
    width: calc(50% - 250px);
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
    width: calc(50% - 250px);
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__header-order-actions,
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    width: 130px;
    text-align: center;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row img {
    max-width: 130px;
  }
}
@media (max-width: 769px) {
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table tr td {
    border-top: none;
  }
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-product-thumbs:before,
  .full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions:before {
    display: none;
  }
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .more-products {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .more-products img {
  padding: 10px 0;
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .more-products span.more {
  display: inline-block;
  padding-left: 20px;
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .button {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  background: #0d0d0d;
  color: #f8f8f8 !important;
  margin: 15px 0 !important;
}
.full-page.account.logged-in .woocommerce .woocommerce-orders-table .woocommerce-orders-table__row .button:hover {
  background: #e12828;
  color: #f8f8f8;
}
.full-page.account.logged-in .woocommerce .woocommerce-pagination .button {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  background: #0d0d0d;
  color: #f8f8f8 !important;
  margin: 15px 0 !important;
}
.full-page.account.logged-in .woocommerce .woocommerce-pagination .button:hover {
  background: #e12828;
  color: #f8f8f8;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads h2,
.full-page.account.logged-in .woocommerce .woocommerce-order-details h2,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details h2 {
  margin: 30px 0 15px;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads .shop_table,
.full-page.account.logged-in .woocommerce .woocommerce-order-details .shop_table,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details .shop_table {
  border: none;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads .shop_table tbody tr td,
.full-page.account.logged-in .woocommerce .woocommerce-order-details .shop_table tbody tr td,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details .shop_table tbody tr td {
  border-top: none;
  padding: 10px 10px 20px;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads .shop_table tbody tr td strong,
.full-page.account.logged-in .woocommerce .woocommerce-order-details .shop_table tbody tr td strong,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details .shop_table tbody tr td strong {
  display: none;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads .shop_table tfoot,
.full-page.account.logged-in .woocommerce .woocommerce-order-details .shop_table tfoot,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details .shop_table tfoot {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads .shop_table tfoot tr th,
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads .shop_table tfoot tr td,
.full-page.account.logged-in .woocommerce .woocommerce-order-details .shop_table tfoot tr th,
.full-page.account.logged-in .woocommerce .woocommerce-order-details .shop_table tfoot tr td,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details .shop_table tfoot tr th,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details .shop_table tfoot tr td {
  padding: 10px;
}
.full-page.account.logged-in .woocommerce .woocommerce-order-downloads address,
.full-page.account.logged-in .woocommerce .woocommerce-order-details address,
.full-page.account.logged-in .woocommerce .woocommerce-customer-details address {
  border: none;
}
.full-page.account .woocommerce-address-fields,
.full-page.account .edit-account {
  display: inline-block;
  width: 100%;
}
.full-page.account .woocommerce-address-fields fieldset,
.full-page.account .edit-account fieldset {
  border: 1px dotted #E0E0E0;
  margin: 60px 0 0;
  padding: 20px;
}
.full-page.account .woocommerce-address-fields fieldset legend,
.full-page.account .edit-account fieldset legend {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.full-page.account .woocommerce-address-fields em,
.full-page.account .edit-account em {
  font-size: 13px;
}
.full-page.account .woocommerce-address-fields .button,
.full-page.account .edit-account .button {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  background: #0d0d0d;
  color: #f8f8f8 !important;
  margin: 15px 0 !important;
  float: right;
}
.full-page.account .woocommerce-address-fields .button:hover,
.full-page.account .edit-account .button:hover {
  background: #e12828;
  color: #f8f8f8;
}
.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file a {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
  background: none;
}
.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file a:before {
  font-family: 'tbico';
  content: "\e68b";
  font-size: 30px;
  padding: 0 10px 0 0;
}
.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead tr th.download-file {
  display: none;
}
@media (min-width: 769px) {
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead tr,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 120px 1fr auto;
    grid-template-areas: "prodThumb prodDown prodOrder" "prodThumb prodFile prodFile";
    border-bottom: 1px dotted #E0E0E0;
    padding: 20px 0;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead tr .download-product,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-product {
    grid-area: prodDown;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead tr .download-file,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file {
    grid-area: prodFile;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead tr .download-thumbnail,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-thumbnail {
    grid-area: prodThumb;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead tr .order_id,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .order_id {
    grid-area: prodOrder;
  }
}
@media (min-width: 500px) and (max-width: 769px) {
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 120px auto;
    grid-template-areas: "prodThumb prodDown" "prodThumb prodOrder" "prodFile prodFile";
    border-bottom: 1px dotted #E0E0E0;
    padding: 20px 0;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-product {
    grid-area: prodDown;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file {
    grid-area: prodFile;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-thumbnail {
    grid-area: prodThumb;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .order_id {
    grid-area: prodOrder;
  }
}
@media (max-width: 769px) {
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-thumbnail,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-product,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .order_id,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .get_file {
    text-align: left !important;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-thumbnail:before,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-product:before,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file:before,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .order_id:before,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .get_file:before {
    display: none;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-thumbnail a,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-product a,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-file a,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .order_id a,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .get_file a {
    align-items: normal;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .download-product,
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .order_id {
    padding: 0;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr .get_file {
    display: none;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr:nth-child(2n) {
    background-color: rgba(0,0,0,0.025);
    border: none;
  }
  .woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tbody tr:nth-child(2n) td {
    background: none;
  }
}
@media (min-width: 769px) {
  .download-icon {
    display: inline-block;
  }
  .download-icon::before {
    font-family: 'tbico';
    content: "\e68b";
    font-size: 30px;
    padding: 0 10px 0 0;
  }
  .order_details:has(.get_file) .download-file a:before {
    display: none;
  }
}
.woocommerce-Address {
  display: inline-block;
  width: 100%;
  margin: 10px 0 30px;
  padding: 0 0 40px 0;
  border-bottom: 1px dotted #E0E0E0;
}
.woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 30px;
}
.woocommerce-Address .woocommerce-Address-title:before,
.woocommerce-Address .woocommerce-Address-title:after {
  display: none;
}
@media (min-width: 1000px) and (max-width: 1200px),(min-width: 1400px) {
  .last-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.last-products .last-product-outer {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
.last-products .last-product-outer p {
  margin: 10px 0 0 0;
}
.last-products .last-product-outer img {
  max-width: 150px;
}
.woocommerce-info {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 30px;
  border-radius: 15px;
  text-align: left;
}
.woocommerce-info:before,
.woocommerce-info:after {
  display: none;
}
.woocommerce-info .button {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  background: #0d0d0d !important;
  color: #f8f8f8 !important;
  margin: 0 !important;
}
.woocommerce-info .button:hover {
  background: #e12828;
  color: #f8f8f8;
}
.woocommerce-info:has(.button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-error,
.woocommerce-message {
  border: none;
  outline: none;
  border-radius: 15px;
}
.woocommerce-error:focus-visible,
.woocommerce-message:focus-visible {
  outline: none !important;
}
.avatar-outer {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}
.avatar-outer .avatar-account {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
.avatar-outer .avatar-account label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.avatar-outer .avatar-account input[type="file"] {
  background: #efefef;
  padding: 0 10px !important;
  height: 45px;
  line-height: 45px !important;
  width: 100%;
}
.avatar-outer .avatar-account form {
  margin: 0 !important;
}
@media (min-width: 800px) {
  .avatar-outer .avatar-account form {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.avatar-outer .avatar-account form .button {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  background: #0d0d0d !important;
  color: #f8f8f8 !important;
  margin: 0 !important;
}
.avatar-outer .avatar-account form .button:hover {
  background: #e12828 !important;
  color: #f8f8f8 !important;
}
@media (max-width: 800px) {
  .avatar-outer .avatar-account form .button {
    display: inline-block;
    width: 100%;
    margin-top: 10px !important;
  }
}
.payment_solutions {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 30px;
}
.payment_solutions .unrivaled_ico {
  margin-right: 5px;
  height: 26px;
  width: 31px;
  height: 22px;
  background-size: 50% auto;
  background-position: 50% 50%;
}
.payment_solutions .unrivaled_ico.visa {
  background: url("../images/visa.png") no-repeat;
}
.payment_solutions .unrivaled_ico.mastercard {
  background: url("../images/mastercard.png") no-repeat;
}
.payment_solutions .unrivaled_ico.amex {
  background: url("../images/amex.png") no-repeat;
  margin-right: 8px;
}
.payment_solutions .unrivaled_ico.ppal {
  background: url("../images/pp-logo-100px.png") no-repeat;
  width: 75px;
  background-size: 100% auto;
  background-position: 50% 50%;
  margin-left: 8px;
}
.header-slider {
  display: none;
  visibility: hidden;
}
.header-slider:has(.swiper-slide) {
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  visibility: visible;
  position: relative;
}
.header-slider:has(.swiper-slide):has(.full-layout ) {
  margin: -10px 0 35px;
}
.header-slider:has(.swiper-slide) .slider-style {
  position: relative;
  overflow: hidden;
}
.header-slider:has(.swiper-slide):hover .swiper-button-next,
.header-slider:has(.swiper-slide):hover .swiper-button-prev {
  -webkit-opacity: .85;
  -moz-opacity: .85;
  opacity: .85;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.header-slider:has(.swiper-slide) .swiper-button-next,
.header-slider:has(.swiper-slide) .swiper-button-prev {
  width: 35px;
  height: 35px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.header-slider:has(.swiper-slide) .swiper-button-next:after,
.header-slider:has(.swiper-slide) .swiper-button-prev:after {
  content: "";
}
.header-slider:has(.swiper-slide) .swiper-button-next.swiper-button-disabled,
.header-slider:has(.swiper-slide) .swiper-button-prev.swiper-button-disabled {
  -webkit-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
}
@media (max-width: 960px) {
  .header-slider:has(.swiper-slide) .swiper-button-next,
  .header-slider:has(.swiper-slide) .swiper-button-prev {
    display: none;
  }
}
.header-slider:has(.swiper-slide) .swiper-button-next,
.header-slider:has(.swiper-slide) .swiper-button-prev {
  background: #e4e6e5;
  top: 40px;
}
.header-slider:has(.swiper-slide) .swiper-button-next {
  right: 17px;
}
.header-slider:has(.swiper-slide) .swiper-button-next:after {
  -webkit-mask: url(../images/next.svg) no-repeat 100% 50%;
  mask: url(../images/next.svg) no-repeat 100% 50%;
  mask-size: 15px;
  -webkit-mask-size: 15px;
  background-color: #bfbfbf;
  width: 15px;
  height: 15px;
}
.header-slider:has(.swiper-slide) .swiper-button-prev {
  right: 70px;
  left: auto;
}
.header-slider:has(.swiper-slide) .swiper-button-prev:after {
  -webkit-mask: url(../images/prev.svg) no-repeat 0 50%;
  mask: url(../images/prev.svg) no-repeat 0 50%;
  mask-size: 15px;
  -webkit-mask-size: 15px;
  background-color: #bfbfbf;
  width: 15px;
  height: 15px;
}
.header-slider:has(.swiper-slide) .swiper-pagination {
  text-align: right;
}
.header-slider:has(.swiper-slide) .swiper-pagination .swiper-pagination-bullet {
  background: #343434;
  width: 60px;
  border-radius: 0;
  border: none;
  margin: 15px 5px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  border: 2px solid #343434;
}
.header-slider:has(.swiper-slide) .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.swiper-pagination {
  position: absolute;
  bottom: -5px !important;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * 1 - var(--progress));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.carousel-progress {
  position: relative;
  max-width: 100%;
  height: 4px;
  margin: -4px auto 0 auto;
  background-color: #343434;
  z-index: 1 !important;
}
.progress {
  position: absolute;
  height: 4px;
  background-color: #6d775f;
  animation-name: progress;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: Lato;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
  line-height: 32px;
}
.slider-content:has(.slider-excerpt ) {
  background: rgba(12,12,12,0.5);
}
.slider-content .read-more a.btn.btn-primary {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 10px 0 0;
}
