@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBA.ttf) format('truetype');
}
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBA.ttf) format('truetype');
}
:root {
  --text-color: #666666;
  --black: #000000;
  --white: #ffffff;
  --grey-border: #DDDDDD;
  --dark-grey: #909090;
}
body {
  background-color: var(--white);
  overflow-x: hidden !important;
  margin: 0;
}
@media only screen and (min-width: 1080px) {
  body {
    display: flex;
    flex-direction: row;
  }
}
a,
span,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "League Spartan", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
header {
  padding: 1em 0.75em;
  border-bottom: 1px solid var(--grey-border);
  position: relative;
}
@media only screen and (min-width: 1080px) {
  header {
    border-bottom: unset;
    border-right: 1px solid var(--grey-border);
    width: 300px;
    height: 100dvh;
    overflow: hidden;
    padding: 70px 35px;
    position: fixed;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    width: 340px;
  }
}
header div.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1080px) {
  header div.header-mobile {
    display: none;
  }
}
header div.header-mobile a.navbar-brand {
  display: block;
  position: relative;
}
header div.header-mobile a.navbar-brand img {
  height: 50px;
}
header div.header-mobile div.search {
  position: relative;
}
header div.header-mobile div.search i {
  position: absolute;
  top: 12px;
  left: 18px;
}
header div.header-mobile div.search input[type=text] {
  background: #f4f4f4;
  border: none;
  border-radius: 30px;
  padding: 0 20px 0 50px;
  height: 40px;
  width: 60dvw;
}
header div.header-mobile div.search input[type=text]::placeholder {
  color: var(--dark-grey);
}
header div.header-mobile nav #menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
header div.header-mobile nav #menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  top: -12px;
  left: -9px;
}
header div.header-mobile nav #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -3px);
  background: #36383F;
}
header div.header-mobile nav #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header div.header-mobile nav #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
header div.header-mobile nav #menuToggle input:checked ~ #menu {
  display: block;
  transform: translateY(0);
}
header div.header-mobile nav #menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--black);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header div.header-mobile nav #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
header div.header-mobile nav #menuToggle span:nth-child(2) {
  transform-origin: 0% 100%;
}
header div.header-mobile nav #menuToggle #menu {
  display: none;
  position: absolute;
  width: 250px;
  height: 100dvh;
  box-shadow: 0 0 10px #b0b0b0;
  margin: -50px 0 0 -50px;
  padding: 125px 50px 50px 50px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  right: -11px;
  top: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 350px;
  gap: 1.6em;
}
header div.header-mobile nav #menuToggle #menu a {
  text-decoration: none;
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background: var(--black);
  padding: 1em;
  border-radius: 30px;
  transition: all 500ms ease;
}
header div.header-mobile nav #menuToggle #menu a:hover {
  background: var(--black);
  color: var(--white);
}
header div.header-mobile nav #menuToggle #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header div.header-mobile nav #menuToggle #menu ul li {
  padding: 15px 0;
  transition-delay: 2s;
}
header div.header-mobile nav #menuToggle #menu ul li a {
  text-decoration: none;
  color: #000000;
}
header div.header-desktop {
  display: none;
  position: relative;
}
@media only screen and (min-width: 1080px) {
  header div.header-desktop {
    display: block;
    height: calc(100dvh - 140px);
  }
}
header div.header-desktop a.navbar-brand {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
header div.header-desktop a.navbar-brand img {
  height: 120px;
}
@media only screen and (min-width: 1200px) {
  header div.header-desktop a.navbar-brand img {
    height: 140px;
  }
}
header div.header-desktop div.cart {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  margin: 0 auto 34px;
}
header div.header-desktop div.cart div {
  height: max-content;
}
header div.header-desktop div.cart div.wishlist {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
header div.header-desktop div.cart div.wishlist span {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
header div.header-desktop div.cart div.menu-cart-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header div.header-desktop div.cart div.menu-cart-menu-container ul li a {
  text-decoration: none;
  color: var(--black);
}
header div.header-desktop div.cart div.menu-cart-menu-container ul li a span {
  font-weight: 600;
  font-size: 18px;
}
header div.header-desktop div.search {
  position: relative;
  margin-bottom: 60px;
}
header div.header-desktop div.search i {
  position: absolute;
  top: 15px;
}
header div.header-desktop div.search div.dgwt-wcas-sf-wrapp {
  background: unset !important;
  padding: unset !important;
}
header div.header-desktop div.search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 8px !important;
  left: 0 !important;
}
header div.header-desktop div.search .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto !important;
  right: 0 !important;
}
header div.header-desktop div.search input[type=search] {
  background: var(--white) !important;
  border: none !important;
  height: 50px !important;
  width: 100% !important;
  border-bottom: 1px solid var(--black) !important;
  padding: 0 0 0 2em !important;
  border-radius: unset !important;
  font-size: 100% !important;
}
header div.header-desktop div.search input[type=search]::placeholder {
  color: var(--dark-grey) !important;
  font-size: 100% !important;
}
header div.header-desktop div.search input[type=search]:focus-visible {
  outline: unset;
}
header div.header-desktop #menu {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  gap: 1.6em;
  background: url('../images/21_home.jpg') no-repeat center center;
}
header div.header-desktop #menu a {
  text-decoration: none;
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  background: var(--white);
  padding: 1em 2em;
  border-radius: 30px;
  transition: all 500ms ease;
}
header div.header-desktop #menu a:hover {
  background: var(--black);
  color: var(--white);
}
header div.header-desktop #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
}
header div.header-desktop #menu ul li {
  padding: 0;
}
header div.header-desktop #menu ul li a {
  text-decoration: none;
  color: var(--dark-grey);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
header div.header-desktop #menu ul li a:hover,
header div.header-desktop #menu ul li a.active {
  color: var(--black);
  transition: all 500ms ease;
}
header div.header-desktop div.signature {
  position: absolute;
  bottom: 0;
}
header div.header-desktop div.signature ul.socials {
  list-style: none;
  padding: 0;
  margin: 0 auto 1em;
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
header div.header-desktop div.signature ul.socials li a {
  text-decoration: none;
  color: var(--black);
  font-size: 18px;
}
header div.header-desktop div.signature ul.socials li a:hover {
  color: red;
}
header div.header-desktop div.signature p {
  text-align: center;
  color: var(--text-color);
  line-height: 1.6;
  font-size: 15px;
}
header div.header-desktop div.signature p a {
  text-decoration: none;
  color: #f79720;
  transition: all 500ms ease;
}
header div.header-desktop div.signature p a:hover {
  text-decoration: underline;
}
main {
  position: relative;
}
@media only screen and (min-width: 1080px) {
  main {
    width: calc(100dvw - 300px);
    left: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  main {
    width: calc(100dvw - 340px);
    left: 340px;
  }
}
main footer {
  padding: 50px;
  background: url('../images/footerbg.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
main footer::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  main footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1080px) {
  main footer {
    padding: 70px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  main footer {
    padding: 90px 50px;
  }
}
main footer div {
  position: relative;
  z-index: 2;
}
main footer div:first-child ul.contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
main footer div:first-child ul.contacts li {
  color: var(--white);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main footer div:first-child ul.contacts li {
    text-align: left;
  }
}
main footer div:first-child ul.contacts li a {
  text-decoration: none;
  color: var(--white);
}
main footer div:first-child ul.contacts li a:hover {
  color: var(--black);
}
main footer div:nth-child(2) {
  text-align: center;
}
main footer div:nth-child(2) img {
  height: 100px;
}
main footer div:nth-child(3) p {
  color: var(--white);
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  main footer div:nth-child(3) p {
    text-align: right;
  }
}
main footer div:nth-child(3) ul.payment-options {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 10px;
  width: max-content;
}
main footer div:nth-child(3) ul.payment-options li img {
  height: 35px;
}
.front-page main #hero {
  position: relative;
}
.front-page main #hero div.images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.front-page main #hero div.images div {
  position: relative;
}
.front-page main #hero div.images div img {
  height: 200px;
  width: auto;
  object-fit: contain;
  object-position: center;
  padding-top: 2em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .front-page main #hero div.images div img {
    height: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #hero div.images div img {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .front-page main #hero div.images div img {
    height: 550px;
  }
}
@media only screen and (min-width: 1400px) {
  .front-page main #hero div.images div img {
    height: 580px;
  }
}
.front-page main #hero div.images div:first-child {
  background: #3b3335;
}
.front-page main #hero div.images div:nth-child(2) {
  background: #231f20;
}
.front-page main #hero div.images div:nth-child(2) img {
  left: 13%;
}
@media only screen and (min-width: 992px) {
  .front-page main #hero div.images div:nth-child(2) img {
    left: 35%;
  }
}
.front-page main #hero .caption {
  position: relative;
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  .front-page main #hero .caption {
    position: absolute;
    bottom: 5em;
    width: 50%;
    padding: unset;
    left: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #hero .caption {
    width: 40%;
    left: 30%;
    bottom: 7em;
  }
}
@media only screen and (min-width: 1200px) {
  .front-page main #hero .caption {
    bottom: 12em;
  }
}
@media only screen and (min-width: 1400px) {
  .front-page main #hero .caption {
    width: 30%;
    left: 35%;
  }
}
.front-page main #hero .caption h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .front-page main #hero .caption h2 {
    color: var(--white);
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #hero .caption h2 {
    font-size: 30px;
  }
}
.front-page main #hero .caption p {
  text-align: center;
  line-height: 1.6;
  color: var(--text-color);
}
@media only screen and (min-width: 768px) {
  .front-page main #hero .caption p {
    color: #8c8c8c;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #hero .caption p {
    font-size: 18px;
    margin-bottom: 1.8em;
  }
}
.front-page main #hero .caption a.btn {
  position: relative;
  display: block;
  padding: 1em 2em 0.9em;
  font-size: 90%;
  background: var(--white);
  border: 1px solid var(--black);
  text-decoration: none;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 800;
  width: max-content;
  margin: 0 auto;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) {
  .front-page main #hero .caption a.btn {
    padding: 1.2em 3em 1em;
  }
}
.front-page main #hero .caption a.btn:hover {
  transition: all 500ms ease;
  color: var(--white);
  background: var(--black);
}
.front-page main #products div.section-header {
  display: grid;
  grid-gap: 2em;
  padding: 2em;
  background: #f7eef1;
}
@media only screen and (min-width: 768px) {
  .front-page main #products div.section-header {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    height: 100px;
    box-sizing: border-box;
  }
}
.front-page main #products div.section-header div {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .front-page main #products div.section-header div:first-child {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header div:first-child {
    grid-column: unset;
    order: 2;
  }
}
.front-page main #products div.section-header div:first-child h3 {
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 800;
  margin: 0;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .front-page main #products div.section-header div:first-child h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header div:first-child h3 {
    font-size: 26px;
  }
}
.front-page main #products div.section-header div:nth-child(2) ul.sub-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .front-page main #products div.section-header div:nth-child(2) ul.sub-categories {
    margin: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .front-page main #products div.section-header div:nth-child(2) ul.sub-categories {
    gap: 40px;
  }
}
.front-page main #products div.section-header div:nth-child(2) ul.sub-categories li a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--dark-grey);
  font-weight: 500;
  font-size: 12px;
  transition: all 500ms ease;
}
.front-page main #products div.section-header div:nth-child(2) ul.sub-categories li a:hover {
  text-decoration: underline;
  color: var(--black);
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header div:nth-child(2) ul.sub-categories li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header div:nth-child(2) {
    order: 1;
  }
}
.front-page main #products div.section-header div:nth-child(3) {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header div:nth-child(3) {
    order: 3;
  }
}
.front-page main #products div.section-header div:nth-child(3)::before {
  content: '';
  width: 15%;
  max-width: 40px;
  height: 1px;
  background: var(--black);
  position: relative;
  display: none;
  top: -3px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .front-page main #products div.section-header div:nth-child(3) {
    text-align: right;
  }
  .front-page main #products div.section-header div:nth-child(3)::before {
    display: inline-flex;
  }
}
.front-page main #products div.section-header div:nth-child(3) a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  font-size: 12px;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.section-header div:nth-child(3) a {
    font-size: 14px;
  }
}
.front-page main #products div.section-header div:nth-child(3) a:hover {
  text-decoration: underline;
  transition: all 500ms ease;
}
.front-page main #products div.content ul.products {
  width: inherit;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.content ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .front-page main #products div.content ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.front-page main #products div.content ul.products li.product {
  position: relative;
}
.front-page main #products div.content ul.products li.product::before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--grey-border);
  top: 0;
  right: 0;
}
.front-page main #products div.content ul.products li.product a {
  text-decoration: none;
  color: var(--black);
}
.front-page main #products div.content ul.products li.product div.product-image {
  position: relative;
  overflow: hidden;
}
.front-page main #products div.content ul.products li.product div.product-image .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--black);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  z-index: 2;
  line-height: 1.4;
}
.front-page main #products div.content ul.products li.product div.product-image .add-to-cart-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--black);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}
.front-page main #products div.content ul.products li.product div.product-image .add-to-cart-icon:hover {
  background: var(--dark-grey, #333);
}
.front-page main #products div.content ul.products li.product div.product-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .front-page main #products div.content ul.products li.product div.product-image img {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.content ul.products li.product div.product-image img {
    height: 420px;
  }
}
.front-page main #products div.content ul.products li.product:hover div.product-image .add-to-cart-icon {
  opacity: 1;
  transform: translateY(0);
}
.front-page main #products div.content ul.products li.product div.product-details {
  padding: 20px;
  background: #f7eef1;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.content ul.products li.product div.product-details {
    padding: 30px;
    box-sizing: border-box;
  }
}
.front-page main #products div.content ul.products li.product div.product-details .woocommerce-loop-product__title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.content ul.products li.product div.product-details .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.front-page main #products div.content ul.products li.product div.product-details .price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .front-page main #products div.content ul.products li.product div.product-details .price {
    font-size: 16px;
  }
}
.front-page main #youtube-section {
  background: #F5F3EE;
  padding: 50px;
  display: grid;
  grid-gap: 2em;
}
@media only screen and (min-width: 992px) {
  .front-page main #youtube-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 70px 180px;
  }
}
.front-page main #youtube-section div i {
  color: #CE1312;
  font-size: 2em;
}
@media only screen and (min-width: 992px) {
  .front-page main #youtube-section div i {
    font-size: 3em;
  }
}
.front-page main #youtube-section div h3 {
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .front-page main #youtube-section div h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #youtube-section div h3 {
    font-size: 26px;
  }
}
.front-page main #youtube-section div a {
  text-decoration: none;
  color: var(--black);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .front-page main #youtube-section div a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page main #youtube-section div a {
    font-size: 26px;
  }
}
.front-page main #youtube-section div a:hover {
  text-decoration: underline;
}
.front-page main #youtube-section div p {
  line-height: 1.6;
  color: var(--text-color);
}
@media only screen and (min-width: 768px) {
  .front-page main #youtube-section div p {
    font-size: 20px;
  }
}
.front-page main #youtube-section div img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
}
@media only screen and (min-width: 1600px) {
  .front-page main #youtube-section div:first-child {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 1700px) {
  .front-page main #youtube-section div:first-child {
    padding-top: 6em;
  }
}
.archive #custom-main section.title-section {
  padding: 80px 0;
  position: relative;
  background: url(../images/title-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.title-section {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .archive #custom-main section.title-section {
    padding: 160px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .archive #custom-main section.title-section {
    padding: 180px 0;
  }
}
.archive #custom-main section.title-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.5;
}
.archive #custom-main section.title-section h1 {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.archive #custom-main section.title-section #breadcrumbs {
  position: relative;
  width: max-content;
  margin: 0 auto;
  color: var(--white);
}
.archive #custom-main section.title-section #breadcrumbs span a {
  text-decoration: none;
  color: var(--white);
}
.archive #custom-main section.content-wrapper div.section-header {
  display: grid;
  grid-gap: 2em;
  padding: 2em;
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  .archive #custom-main section.content-wrapper div.section-header {
    grid-template-columns: 1fr 1fr;
  }
}
.archive #custom-main section.content-wrapper div.section-header div {
  position: relative;
}
.archive #custom-main section.content-wrapper div.section-header div:first-child ul.sub-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .archive #custom-main section.content-wrapper div.section-header div:first-child ul.sub-categories {
    margin: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .archive #custom-main section.content-wrapper div.section-header div:first-child ul.sub-categories {
    gap: 40px;
  }
}
.archive #custom-main section.content-wrapper div.section-header div:first-child ul.sub-categories li a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--dark-grey);
  font-weight: 500;
  font-size: 12px;
  transition: all 500ms ease;
}
.archive #custom-main section.content-wrapper div.section-header div:first-child ul.sub-categories li a:hover {
  text-decoration: underline;
  color: var(--black);
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.section-header div:first-child ul.sub-categories li a {
    font-size: 14px;
  }
}
.archive #custom-main section.content-wrapper div.section-header div:nth-child(2) h1 {
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 800;
  margin: 0;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .archive #custom-main section.content-wrapper div.section-header div:nth-child(2) h1 {
    font-size: 20px;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.section-header div:nth-child(2) h1 {
    font-size: 22px;
  }
}
.archive #custom-main section.content-wrapper div.content .head {
  display: none;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products {
  width: inherit;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #aeaeae;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1080px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1400px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products::after,
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products::before {
  display: none;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product {
  position: relative;
  margin: 0;
  float: unset;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product:hover {
    transition: all 500ms ease;
  }
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product:hover .product-actions {
    display: block;
    transition: all 1s linear;
    left: 20px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product::before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: #AEAEAE;
  top: 0;
  right: 0;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions {
  position: absolute;
  left: 20px;
  top: 150px;
}
@media only screen and (min-width: 768px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions {
    top: 225px;
  }
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions {
    top: 260px;
    transition: all 1s linear;
    display: none;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions {
    top: 340px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.button {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: transparent;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.button {
    width: 60px;
    height: 60px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.button:hover::before {
  color: var(--white);
  background: var(--black);
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.button::before {
  content: "\f07a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--white);
  border-radius: 30px;
  padding: 18px 16px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  transition: all 500ms ease;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.button::before:hover {
  transition: all 500ms ease;
  color: var(--white);
  background: var(--black);
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.button::before {
    width: 60px;
    height: 60px;
    padding: 22px 20px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions span.feedback {
  color: var(--white);
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions span.feedback a {
  color: red;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.add_to_wishlist {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 1em 0;
  background: transparent;
  color: transparent;
  transition: all 500ms ease;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.add_to_wishlist:hover {
  transition: all 500ms ease;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.add_to_wishlist:hover::before {
  color: var(--white);
  background: var(--black);
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.add_to_wishlist {
    width: 60px;
    height: 60px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.add_to_wishlist::before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--white);
  border-radius: 30px;
  padding: 18px 16px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product .product-actions a.add_to_wishlist::before {
    width: 60px;
    height: 60px;
    padding: 22px 20px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product a {
  text-decoration: none;
  color: var(--black);
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image {
  position: relative;
  overflow: hidden;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--black);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  z-index: 2;
  line-height: 1.4;
  width: 50.95px;
  height: 14px !important;
  min-width: unset;
  min-height: unset;
  border-radius: 0;
  margin-bottom: 0;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image .add-to-cart-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: var(--black);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image .add-to-cart-icon:hover {
  background: var(--dark-grey, #333);
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image img {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image img {
    height: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-image img {
    height: 500px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product:hover div.product-image .add-to-cart-icon {
  opacity: 1;
  transform: translateY(0);
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details {
  padding: 20px;
  background: #f7eef1;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details {
    padding: 30px;
    box-sizing: border-box;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details .woocommerce-loop-product__title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details .woocommerce-loop-product__title a {
  text-decoration: none;
  color: var(--black);
  transition: all 500ms ease;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details .woocommerce-loop-product__title a:hover {
  text-decoration: underline;
  transition: all 500ms ease;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details .price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: var(--black);
}
@media only screen and (min-width: 992px) {
  .archive #custom-main section.content-wrapper div.content .woocommerce-products ul.products li.product div.product-details .price {
    font-size: 16px;
  }
}
.archive #custom-main section.content-wrapper div.content .woocommerce-pagination {
  padding: 0.5em 0;
}
.archive #custom-main section.content-wrapper div.content .woocommerce-pagination ul.page-numbers li span {
  color: var(--text-color);
}
.single-product #custom-main section.title-section {
  padding: 80px 0;
  position: relative;
  background: url(../images/title-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main section.title-section {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .single-product #custom-main section.title-section {
    padding: 140px 0;
  }
}
.single-product #custom-main section.title-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.5;
}
.single-product #custom-main section.title-section h1 {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.single-product #custom-main section.title-section #breadcrumbs {
  position: relative;
  width: max-content;
  margin: 0 auto;
  color: var(--white);
}
.single-product #custom-main section.title-section #breadcrumbs span a {
  text-decoration: none;
  color: var(--white);
}
.single-product #custom-main section.title-section .woocommerce-breadcrumb {
  width: max-content;
  margin: 0 auto;
  color: var(--white);
  font-family: "League Spartan", sans-serif;
  position: relative;
}
.single-product #custom-main section.title-section .woocommerce-breadcrumb a {
  text-decoration: none;
  color: var(--white);
}
.single-product #custom-main .content-wrapper {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .single-product #custom-main .content-wrapper {
    padding: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper {
    padding: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product #custom-main .content-wrapper {
    padding: 6rem;
  }
}
.single-product #custom-main .content-wrapper .woocommerce-breadcrumb {
  display: none;
}
.single-product #custom-main .content-wrapper .product #wpgs-gallery {
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .single-product #custom-main .content-wrapper .product #wpgs-gallery {
    margin-right: 6em;
    max-width: 44% !important;
    margin-bottom: 5em;
  }
}
.single-product #custom-main .content-wrapper .product .summary h1.product_title {
  color: var(--black);
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 25px;
  text-transform: capitalize;
  line-height: 1.2;
}
.single-product #custom-main .content-wrapper .product .summary .price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--black);
  line-height: 22px;
}
.single-product #custom-main .content-wrapper .product .summary .woocommerce-product-details__short-description p {
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 27px;
}
.single-product #custom-main .content-wrapper .product .summary form.cart {
  display: flex;
  flex-direction: row;
}
.single-product #custom-main .content-wrapper .product .summary form.cart .quantity input {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #343434;
  text-align: center;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 0;
  min-width: 100px;
}
.single-product #custom-main .content-wrapper .product .summary form.cart .quantity input:focus-visible {
  outline: unset;
}
.single-product #custom-main .content-wrapper .product .summary form.cart .single_add_to_cart_button {
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #F5F3EE;
  border-radius: 0;
  position: relative;
  color: var(--black);
  transition: all 500ms ease;
}
.single-product #custom-main .content-wrapper .product .summary form.cart .single_add_to_cart_button:hover {
  transition: all 500ms ease;
  background: #dcdcdc;
}
.single-product #custom-main .content-wrapper .product .summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 2em;
}
.single-product #custom-main .content-wrapper .product .summary .yith-wcwl-add-to-wishlist div a {
  text-decoration: none;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
}
.single-product #custom-main .content-wrapper .product .summary .product_meta {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-product #custom-main .content-wrapper .product .summary .product_meta span {
  color: var(--black);
}
.single-product #custom-main .content-wrapper .product .summary .product_meta span a {
  text-decoration: none;
  color: var(--text-color);
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 52px;
  border-bottom: 1px solid #dee2e6;
  padding: 0;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs::before,
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs::after {
  display: none;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li {
  background: unset;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li:not(:last-child) {
  margin-right: 40px;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li::before,
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li a {
  font-size: 100%;
  font-weight: 700;
  line-height: 40px;
  padding: unset;
  color: #b7b7b7;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li.active a {
  color: var(--black);
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs ul.tabs li.active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--black);
  position: absolute;
  bottom: -2px;
  right: 0;
  transition: all 0.3s linear;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 4em;
}
.single-product #custom-main .content-wrapper .product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 27px;
}
.single-product #custom-main .content-wrapper .product .related ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1080px) {
  .single-product #custom-main .content-wrapper .product .related ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1400px) {
  .single-product #custom-main .content-wrapper .product .related ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .single-product #custom-main .content-wrapper .product .related ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products::after,
.single-product #custom-main .content-wrapper .product .related ul.products::before {
  display: none;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product {
  position: relative;
  margin: 0;
  float: unset;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product:hover {
    transition: all 500ms ease;
  }
  .single-product #custom-main .content-wrapper .product .related ul.products li.product:hover .product-actions {
    display: block;
    transition: all 1s linear;
    left: 20px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product::before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background: #AEAEAE;
  top: 0;
  right: 0;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions {
  position: absolute;
  left: 20px;
  top: 150px;
}
@media only screen and (min-width: 768px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions {
    top: 225px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions {
    top: 260px;
    transition: all 1s linear;
    display: none;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions {
    top: 340px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.button {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: transparent;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.button {
    width: 60px;
    height: 60px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.button:hover::before {
  color: var(--white);
  background: var(--black);
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.button::before {
  content: "\f07a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--white);
  border-radius: 30px;
  padding: 18px 16px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  transition: all 500ms ease;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.button::before:hover {
  transition: all 500ms ease;
  color: var(--white);
  background: var(--black);
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.button::before {
    width: 60px;
    height: 60px;
    padding: 22px 20px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions span.feedback {
  color: var(--white);
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions span.feedback a {
  color: red;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.add_to_wishlist {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 0 1em 0;
  background: transparent;
  color: transparent;
  transition: all 500ms ease;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.add_to_wishlist:hover {
  transition: all 500ms ease;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.add_to_wishlist:hover::before {
  color: var(--white);
  background: var(--black);
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.add_to_wishlist {
    width: 60px;
    height: 60px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.add_to_wishlist::before {
  content: "\f004";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  color: var(--black);
  background: var(--white);
  border-radius: 30px;
  padding: 18px 16px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product .product-actions a.add_to_wishlist::before {
    width: 60px;
    height: 60px;
    padding: 22px 20px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-image img {
    height: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-image img {
    height: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-image img {
    height: 500px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details {
    padding: 30px;
    box-sizing: border-box;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details .woocommerce-loop-product__title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details .woocommerce-loop-product__title a {
  text-decoration: none;
  color: var(--black);
  transition: all 500ms ease;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details .woocommerce-loop-product__title a:hover {
  text-decoration: underline;
  transition: all 500ms ease;
}
.single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details .price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: var(--black);
}
@media only screen and (min-width: 992px) {
  .single-product #custom-main .content-wrapper .product .related ul.products li.product div.product-details .price {
    font-size: 16px;
  }
}
.woocommerce-cart #custom-main section.title-section,
.woocommerce-checkout #custom-main section.title-section {
  padding: 80px 0;
  position: relative;
  background: url(../images/title-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart #custom-main section.title-section,
  .woocommerce-checkout #custom-main section.title-section {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .woocommerce-cart #custom-main section.title-section,
  .woocommerce-checkout #custom-main section.title-section {
    padding: 140px 0;
  }
}
.woocommerce-cart #custom-main section.title-section::before,
.woocommerce-checkout #custom-main section.title-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.5;
}
.woocommerce-cart #custom-main section.title-section h1,
.woocommerce-checkout #custom-main section.title-section h1 {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.woocommerce-cart #custom-main section.title-section #breadcrumbs,
.woocommerce-checkout #custom-main section.title-section #breadcrumbs {
  position: relative;
  width: max-content;
  margin: 0 auto;
  color: var(--white);
}
.woocommerce-cart #custom-main section.title-section #breadcrumbs span a,
.woocommerce-checkout #custom-main section.title-section #breadcrumbs span a {
  text-decoration: none;
  color: var(--white);
}
.woocommerce-cart #custom-main section.title-section .woocommerce-breadcrumb,
.woocommerce-checkout #custom-main section.title-section .woocommerce-breadcrumb {
  width: max-content;
  margin: 0 auto;
  color: var(--white);
  font-family: "League Spartan", sans-serif;
  position: relative;
}
.woocommerce-cart #custom-main section.title-section .woocommerce-breadcrumb a,
.woocommerce-checkout #custom-main section.title-section .woocommerce-breadcrumb a {
  text-decoration: none;
  color: var(--white);
}
.woocommerce-cart #custom-main section.content-wrapper,
.woocommerce-checkout #custom-main section.content-wrapper {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart #custom-main section.content-wrapper,
  .woocommerce-checkout #custom-main section.content-wrapper {
    padding: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart #custom-main section.content-wrapper,
  .woocommerce-checkout #custom-main section.content-wrapper {
    padding: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce-cart #custom-main section.content-wrapper,
  .woocommerce-checkout #custom-main section.content-wrapper {
    padding: 6rem;
  }
}
.woocommerce-cart #custom-main section.content-wrapper a.wc-block-components-product-name,
.woocommerce-checkout #custom-main section.content-wrapper a.wc-block-components-product-name,
.woocommerce-cart #custom-main section.content-wrapper a.wc-block-components-totals-coupon-link,
.woocommerce-checkout #custom-main section.content-wrapper a.wc-block-components-totals-coupon-link,
.woocommerce-cart #custom-main section.content-wrapper a.wc-block-grid__product-link,
.woocommerce-checkout #custom-main section.content-wrapper a.wc-block-grid__product-link,
.woocommerce-cart #custom-main section.content-wrapper .product-name a,
.woocommerce-checkout #custom-main section.content-wrapper .product-name a {
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
}
.woocommerce-cart #custom-main section.content-wrapper a.wc-block-components-product-name:hover,
.woocommerce-checkout #custom-main section.content-wrapper a.wc-block-components-product-name:hover,
.woocommerce-cart #custom-main section.content-wrapper a.wc-block-components-totals-coupon-link:hover,
.woocommerce-checkout #custom-main section.content-wrapper a.wc-block-components-totals-coupon-link:hover,
.woocommerce-cart #custom-main section.content-wrapper a.wc-block-grid__product-link:hover,
.woocommerce-checkout #custom-main section.content-wrapper a.wc-block-grid__product-link:hover,
.woocommerce-cart #custom-main section.content-wrapper .product-name a:hover,
.woocommerce-checkout #custom-main section.content-wrapper .product-name a:hover {
  text-decoration: underline;
}
.woocommerce-cart #custom-main section.content-wrapper .product-add-to-cart a,
.woocommerce-checkout #custom-main section.content-wrapper .product-add-to-cart a {
  text-decoration: none;
  color: red;
  font-weight: 600;
}
.woocommerce-cart #custom-main section.content-wrapper .product-add-to-cart a:hover,
.woocommerce-checkout #custom-main section.content-wrapper .product-add-to-cart a:hover {
  text-decoration: underline;
}
.woocommerce-cart #custom-main section.content-wrapper a.components-button,
.woocommerce-checkout #custom-main section.content-wrapper a.components-button {
  background: #F5F3EE;
  border-radius: 0;
  position: relative;
  color: var(--black);
  transition: all 500ms ease;
  text-decoration: none;
}
.woocommerce-cart #custom-main section.content-wrapper a.components-button:hover,
.woocommerce-checkout #custom-main section.content-wrapper a.components-button:hover {
  transition: all 500ms ease;
  background: #dcdcdc;
}
.wc-block-cart__submit-button {
  text-decoration: none;
  color: #fff;
  background: #000;
}
