/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.modal-is-open,
body *.modal-is-open {
  overflow-y: hidden;
}
body.fixed,
body *.fixed {
  overflow: hidden;
}

section {
  overflow-x: hidden;
}

html {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  scroll-behavior: smooth;
}
@media (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

ul {
  list-style-type: none;
}

header.full {
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(6bdef13dfd72f620aba6.png);
}
@media (max-width: 1024px) {
  header.full {
    height: 80px;
  }
}
header .desktop-header {
  z-index: 9999;
  width: 100%;
  transition: all 0.3s ease 0s;
  height: 241px;
  position: absolute;
  background: linear-gradient(180deg, rgb(3, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1024px) {
  header .desktop-header {
    height: 100px;
  }
}
header .desktop-header.fixedToTop {
  position: fixed;
  top: 0;
  left: 0;
}
header .desktop-header.fixed {
  position: fixed;
}
header .desktop-header.active {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
header .desktop-header.active .mobile-nav-menu {
  display: flex;
}
header .desktop-header.opacity .mobile-nav-menu .menu-container .menu-item {
  transform: translateY(0);
  opacity: 1;
}
header .desktop-header .header-container {
  width: calc(100% - 240px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  header .desktop-header .header-container {
    width: calc(100% - 120px);
  }
}
@media (max-width: 768px) {
  header .desktop-header .header-container {
    width: calc(100% - 80px);
  }
}
header .desktop-header .header-container .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  margin: 0 auto;
  border-bottom: 1px solid #696969;
  max-height: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  header .desktop-header .header-container .header-top {
    width: unset;
    padding: 40px 0;
    border: unset;
  }
}
header .desktop-header .header-container .header-top .logo {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
header .desktop-header .header-container .header-top .logo img {
  max-width: 90px;
}
@media (max-width: 1024px) {
  header .desktop-header .header-container .header-top .logo {
    display: block;
  }
}
header .desktop-header .header-container .header-top .left-side .phone {
  color: #ffffff;
  height: 20px;
  font-weight: 100;
}
@media (max-width: 1024px) {
  header .desktop-header .header-container .header-top .left-side .phone {
    display: none;
  }
}
header .desktop-header .header-container .header-top .left-side .burger {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
header .desktop-header .header-container .header-top .left-side .burger .main-nav-toggle {
  display: block;
  width: 24px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
}
header .desktop-header .header-container .header-top .left-side .burger .main-nav-toggle:after, header .desktop-header .header-container .header-top .left-side .burger .main-nav-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 2px solid #fff;
  width: 100%;
  left: 0;
  right: 0;
  transition: all ease-out 0.3s;
}
header .desktop-header .header-container .header-top .left-side .burger .main-nav-toggle:after {
  top: 100%;
}
header .desktop-header .header-container .header-top .left-side .burger .main-nav-toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all ease-out 0.1s;
}
header .desktop-header .header-container .header-top .left-side .burger.active-menu .main-nav-toggle:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
header .desktop-header .header-container .header-top .left-side .burger.active-menu .main-nav-toggle:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
header .desktop-header .header-container .header-top .left-side .burger.active-menu .main-nav-toggle i {
  opacity: 0;
}
header .desktop-header .header-container .header-top .right-side {
  display: flex;
  height: 20px;
}
header .desktop-header .header-container .header-top .right-side .likes {
  margin-right: 40px;
  position: relative;
}
@media (max-width: 768px) {
  header .desktop-header .header-container .header-top .right-side .likes {
    margin-right: 20px;
  }
}
header .desktop-header .header-container .header-top .right-side .likes .count {
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -20px;
  top: -20px;
}
header .desktop-header .header-container .header-top .right-side .likes .likes-count {
  display: none;
}
header .desktop-header .header-container .header-top .right-side .likes .likes-count.active {
  display: flex;
}
header .desktop-header .header-container .header-top .right-side .cart {
  position: relative;
}
header .desktop-header .header-container .header-top .right-side .cart .count {
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: white;
  font-size: 13px;
  display: none;
  justify-content: center;
  align-items: center;
  right: -20px;
  top: -20px;
}
header .desktop-header .header-container .header-top .right-side .cart .count.active {
  display: flex;
}
header .desktop-header .header-container .header-top .right-side img {
  width: 20px;
  height: 20px;
}
header .desktop-header .header-container .header-bot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  header .desktop-header .header-container .header-bot {
    display: none;
  }
}
header .desktop-header .header-container .header-bot .logo {
  height: 100px;
}
header .desktop-header .header-container .header-bot .menu a {
  text-decoration: unset;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  font-weight: 100;
}
@media (max-width: 1200px) {
  header .desktop-header .header-container .header-bot .menu a {
    font-size: 14px;
  }
}
header .desktop-header .header-container .header-bot .menu a:hover:before {
  width: 100%;
  transition: 0.3s all ease 0s;
  opacity: 0.7;
}
header .desktop-header .header-container .header-bot .menu a:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 0;
  opacity: 0;
  background-color: gray;
  left: 0;
  bottom: -10px;
  transition: 0.3s all ease 0s;
}
header .desktop-header .header-container .header-bot .menu-left, header .desktop-header .header-container .header-bot .menu-right {
  gap: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 1650px) {
  header .desktop-header .header-container .header-bot .menu-left, header .desktop-header .header-container .header-bot .menu-right {
    gap: 60px;
  }
}
@media (max-width: 1500px) {
  header .desktop-header .header-container .header-bot .menu-left, header .desktop-header .header-container .header-bot .menu-right {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  header .desktop-header .header-container .header-bot .menu-left, header .desktop-header .header-container .header-bot .menu-right {
    gap: 15px;
  }
}
header .desktop-header .mobile-nav-menu {
  display: none;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 100px);
}
header .desktop-header .mobile-nav-menu .menu-container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
  width: 80%;
}
header .desktop-header .mobile-nav-menu .menu-container .menu-item {
  color: #ffffff;
  font-size: 20px;
  transform: translateY(15px);
  transition: 0.5s all ease 0s;
  opacity: 0;
  transition-delay: 1.4s;
}
header .desktop-header .mobile-nav-menu .menu-container .menu-item.opacity {
  transform: translateY(0);
  opacity: 1;
}
header .desktop-header .mobile-nav-menu .menu-container .menu-item:hover:before {
  width: 100%;
  transition: 0.3s all ease 0s;
}
header .desktop-header .mobile-nav-menu .menu-container .menu-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: #ffffff;
  left: 0;
  bottom: -10px;
  transition: 0.3s all ease 0s;
}

footer {
  padding: 200px 0 100px;
  background-color: #1f2124;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  footer {
    padding: 600px 0 50px;
  }
}
footer .footer-container {
  max-width: calc(100% - 240px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  footer .footer-container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  footer .footer-container {
    max-width: calc(100% - 60px);
  }
}
footer .footer-container .top-footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #4a4a4a;
  z-index: 999999;
  position: relative;
}
@media (max-width: 1024px) {
  footer .footer-container .top-footer {
    flex-direction: column;
  }
}
footer .footer-container .top-footer .right-side {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  footer .footer-container .top-footer .right-side {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-container .top-footer .right-side {
    margin-top: 70px;
  }
}
footer .footer-container .top-footer .right-side .socials {
  display: flex;
  gap: 70px;
}
@media (max-width: 1400px) {
  footer .footer-container .top-footer .right-side .socials {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer-container .top-footer .right-side .socials {
    flex-direction: column;
  }
}
footer .footer-container .top-footer .right-side .socials .item {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer-container .top-footer .left-side {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1024px) {
  footer .footer-container .top-footer .left-side {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .footer-container .top-footer .left-side {
    flex-direction: column;
    gap: 50px;
  }
}
footer .footer-container .top-footer .left-side .column-one {
  display: flex;
  flex-direction: column;
}
footer .footer-container .top-footer .left-side .column-one a {
  color: #cccccc;
}
footer .footer-container .top-footer .left-side .column-one .sub-title {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .footer-container .top-footer .left-side .column-one .sub-title {
    font-size: 30px;
  }
}
footer .footer-container .top-footer .left-side .column-one .column-item {
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  font-style: normal;
  text-align: left;
  color: #cccccc;
  margin-top: 22px;
}
@media (max-width: 767px) {
  footer .footer-container .top-footer .left-side .column-one .column-item {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
  }
}
footer .footer-container .top-footer .left-side .column-one .column-item:first-of-type {
  margin-top: 28px;
}
footer .footer-container .top-footer .left-side .column-two {
  text-transform: uppercase;
}
footer .footer-container .top-footer .left-side .column-two .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  footer .footer-container .top-footer .left-side .column-two .nav-menu {
    gap: 20px;
    padding-bottom: unset;
  }
}
footer .footer-container .top-footer .left-side .column-two .nav-menu .item {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: unset;
}
footer .footer-container .bot-footer {
  padding: 115px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer-container .bot-footer {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .footer-container .bot-footer {
    padding: 60px 0 0;
  }
}
footer .footer-container .bot-footer .left-side {
  max-width: 650px;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #cccccc;
}
footer .footer-container .bot-footer .right-side {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #cccccc;
}
@media (max-width: 767px) {
  footer .footer-container .bot-footer .right-side {
    margin-top: 20px;
  }
}
footer .mapbg {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1400px) {
  footer .mapbg {
    right: -300px;
  }
}

.container {
  width: calc(100% - 370px);
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1440px) {
  .container {
    width: calc(100% - 185px);
  }
}
@media (max-width: 1024px) {
  .container {
    width: calc(100% - 160px);
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 80px);
  }
}

.checkout-container {
  padding-top: 200px;
}

a.link {
  position: relative;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  padding-right: 70px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 100;
}
@media (max-width: 768px) {
  a.link {
    font-size: 16px;
  }
  a.link:after {
    width: 20px;
    height: 20px;
  }
}
a.link:hover:before {
  width: calc(100% + 10px);
}
a.link:hover:after {
  transform: translateX(10px) rotate(45deg);
}
a.link:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #1f2124;
  left: 0;
  bottom: -10px;
  transition: 0.3s all ease-in-out;
}
a.link:after {
  content: "";
  background: url(1ca32eb346e72c82ae2e.svg) center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}

a.link-back {
  position: absolute;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  padding-left: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 100;
  left: 185px;
  top: 340px;
}
@media (max-width: 1440px) {
  a.link-back {
    left: 92px;
  }
}
@media (max-width: 1024px) {
  a.link-back {
    top: 200px;
  }
}
@media (max-width: 768px) {
  a.link-back {
    font-size: 16px;
    left: 40px;
  }
  a.link-back:after {
    width: 20px;
    height: 20px;
  }
}
a.link-back:hover:before {
  width: calc(100% + 10px);
  transform: translateX(-10px);
}
a.link-back:hover:after {
  transform: translateX(-10px) rotate(225deg);
}
a.link-back:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #1f2124;
  left: 0;
  bottom: -10px;
  transition: 0.3s all ease-in-out;
}
a.link-back:after {
  content: "";
  background: url(1ca32eb346e72c82ae2e.svg) center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  bottom: 0;
  transition: 0.3s all ease-in-out;
  transform: rotate(270deg);
}

.title {
  font-size: 80px;
  font-weight: 100;
  line-height: 100px;
  font-style: normal;
  color: #202124;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 40px;
    line-height: 60px;
  }
}

.pre-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  font-style: normal;
  text-align: center;
  color: #a3a2a2;
}
@media (max-width: 1024px) {
  .pre-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .pre-title {
    font-size: 16px;
  }
}

.paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  color: #575757;
}
@media (max-width: 1024px) {
  .paragraph {
    font-size: 16px;
    line-height: 30px;
  }
}

section.main-hero {
  position: relative;
  padding: 370px 0 450px;
}
@media (max-width: 1024px) {
  section.main-hero {
    padding: 220px 0 300px;
  }
}
@media (max-width: 768px) {
  section.main-hero {
    padding: 220px 0 600px;
  }
}
section.main-hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  section.main-hero .container {
    align-items: unset;
  }
}
section.main-hero .container .title {
  max-width: 780px;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 100;
  line-height: 100px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1024px) {
  section.main-hero .container .title {
    font-size: 60px;
    line-height: 80px;
    margin-right: unset;
  }
}
@media (max-width: 600px) {
  section.main-hero .container .title {
    font-size: 40px;
    line-height: 60px;
    margin-right: unset;
  }
}
section.main-hero .container .paragraph {
  max-width: 350px;
  margin-top: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1024px) {
  section.main-hero .container .paragraph {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
}
section.main-hero .container .link {
  margin-top: 60px;
  margin-right: 33%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  section.main-hero .container .link {
    margin-right: unset;
    width: max-content;
  }
}
section.main-hero .container .link:before {
  background-color: #ffffff;
}
section.main-hero .container .link:after {
  background: url(fbfafacd428f23121d93.svg) center no-repeat;
}

section.title-text-image {
  padding: 100px 0;
}
@media (max-width: 1440px) {
  section.title-text-image {
    padding: 100px 0;
  }
}
section.title-text-image .container .title {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
section.title-text-image .container .title.alignleft {
  text-align: left;
  max-width: unset;
}
section.title-text-image .container .text-image-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
  gap: 120px;
}
@media (max-width: 1200px) {
  section.title-text-image .container .text-image-wrapper {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  section.title-text-image .container .text-image-wrapper {
    flex-direction: column;
  }
}
section.title-text-image .container .text-image-wrapper img {
  margin-left: -185px;
}
@media (max-width: 1024px) {
  section.title-text-image .container .text-image-wrapper img {
    width: 100%;
  }
}
section.title-text-image .container .text-image-wrapper .right-side {
  min-width: 520px;
}
@media (max-width: 1024px) {
  section.title-text-image .container .text-image-wrapper .right-side {
    min-width: unset;
  }
}
section.title-text-image .container .text-image-wrapper .right-side .link {
  margin-top: 80px;
}

section.dynamic-cards {
  padding: 100px 0;
  background: linear-gradient(135deg, #d3b35f 0%, #c77541 100%) no-repeat;
  background-position-y: -450px;
}
@media (max-width: 500px) {
  section.dynamic-cards {
    background-position-y: -280px;
  }
}
section.dynamic-cards .container .pre-title {
  color: #ffffff;
}
section.dynamic-cards .container .title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
section.dynamic-cards .container .wrapper {
  width: 100%;
  position: relative;
  max-width: 1300px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  section.dynamic-cards .container .wrapper {
    margin-bottom: 35px;
  }
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper {
  width: 1300px;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card {
  padding: 40px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #1f2124;
}
@media (max-width: 1440px) {
  section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card {
    max-width: unset;
  }
}
@media (max-width: 500px) {
  section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card {
    padding: 20px;
  }
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .numeration {
  margin-bottom: 32px;
  order: 1;
}
@media (max-width: 500px) {
  section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .numeration {
    margin-bottom: 16px;
  }
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .price {
  font-size: 50px;
  font-weight: bold;
  line-height: 44px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .price sup {
  font-size: 30px;
  line-height: 30px;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .visits {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #a2a2a2;
  margin-top: 10px;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .cta {
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .cta:hover {
  transform: translateY(10px);
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .description {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  color: #a2a2a2;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.dynamic-cards .container .wrapper .swiper-cards .swiper-wrapper .card .description ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
section.dynamic-cards .container .wrapper .desktop-prev {
  position: absolute;
  top: 50%;
  left: -70px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  section.dynamic-cards .container .wrapper .desktop-prev {
    left: -40px;
  }
}
@media (max-width: 1024px) {
  section.dynamic-cards .container .wrapper .desktop-prev {
    left: -30px;
  }
}
@media (max-width: 768px) {
  section.dynamic-cards .container .wrapper .desktop-prev {
    display: none;
  }
}
section.dynamic-cards .container .wrapper .desktop-next {
  position: absolute;
  right: -70px;
  top: 50%;
  cursor: pointer;
  transform: rotate(180deg);
}
@media (max-width: 1700px) {
  section.dynamic-cards .container .wrapper .desktop-next {
    right: -40px;
  }
}
@media (max-width: 1024px) {
  section.dynamic-cards .container .wrapper .desktop-next {
    right: -30px;
  }
}
@media (max-width: 768px) {
  section.dynamic-cards .container .wrapper .desktop-next {
    display: none;
  }
}
section.dynamic-cards .container .wrapper .mobile-nav {
  display: none;
  position: absolute;
  left: 30px;
  bottom: -80px;
  gap: 30px;
}
@media (max-width: 768px) {
  section.dynamic-cards .container .wrapper .mobile-nav {
    display: flex;
  }
}
@media (max-width: 500px) {
  section.dynamic-cards .container .wrapper .mobile-nav {
    bottom: -70px;
  }
}
section.dynamic-cards .container .wrapper .mobile-nav .mobile-prev {
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
section.dynamic-cards .container .wrapper .mobile-nav .mobile-prev:hover {
  transform: scale(1.1);
}
section.dynamic-cards .container .wrapper .mobile-nav .mobile-next {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
section.dynamic-cards .container .wrapper .mobile-nav .mobile-next:hover {
  transform: rotate(180deg) scale(1.1);
}

section.showcase-cards {
  padding: 100px 0 300px;
  background: linear-gradient(135deg, #d3b35f 0%, #c77541 100%) no-repeat;
  background-position-y: 1200px;
}
@media (max-width: 1860px) {
  section.showcase-cards {
    background-position-y: 1000px;
  }
}
@media (max-width: 850px) {
  section.showcase-cards {
    background-position-y: 700px;
    padding: 100px 0 200px;
  }
}
section.showcase-cards .container .pre-title {
  text-align: left;
}
section.showcase-cards .container .title {
  max-width: 650px;
}
section.showcase-cards .container .card-wrapper {
  max-width: 1490px;
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 1860px) {
  section.showcase-cards .container .card-wrapper {
    max-width: 1390px;
  }
}
section.showcase-cards .container .card-wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  justify-content: center;
}
@media (max-width: 850px) {
  section.showcase-cards .container .card-wrapper .cards {
    gap: 25px;
  }
}
section.showcase-cards .container .card-wrapper .cards .card {
  background-color: #f4f4f4;
  padding: 30px;
  max-width: 460px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
section.showcase-cards .container .card-wrapper .cards .card:hover {
  transform: scale(1.1);
}
@media (max-width: 1860px) {
  section.showcase-cards .container .card-wrapper .cards .card {
    max-width: 310px;
  }
}
@media (max-width: 850px) {
  section.showcase-cards .container .card-wrapper .cards .card {
    max-width: 200px;
  }
}
@media (max-width: 520px) {
  section.showcase-cards .container .card-wrapper .cards .card {
    max-width: 100%;
  }
}
section.showcase-cards .container .card-wrapper .cards .card:hover .select {
  transform: rotate(45deg);
}
section.showcase-cards .container .card-wrapper .cards .card.horizontal {
  max-width: 718px;
  max-height: 440px;
  width: calc(50% - 27.5px);
}
@media (max-width: 1860px) {
  section.showcase-cards .container .card-wrapper .cards .card.horizontal {
    max-width: 310px;
    max-height: unset;
    width: unset;
  }
}
@media (max-width: 850px) {
  section.showcase-cards .container .card-wrapper .cards .card.horizontal {
    max-width: 200px;
  }
}
@media (max-width: 520px) {
  section.showcase-cards .container .card-wrapper .cards .card.horizontal {
    max-width: 100%;
  }
}
section.showcase-cards .container .card-wrapper .cards .card.horizontal .showcase-image {
  margin: 0 auto;
  height: 90%;
  width: max-content;
}
@media (max-width: 1860px) {
  section.showcase-cards .container .card-wrapper .cards .card.horizontal .showcase-image {
    width: 100%;
  }
}
section.showcase-cards .container .card-wrapper .cards .card.horizontal .name {
  margin-bottom: unset;
}
section.showcase-cards .container .card-wrapper .cards .card .name {
  font-size: 30px;
  font-weight: normal;
  line-height: 44px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-bottom: 45px;
}
@media (max-width: 850px) {
  section.showcase-cards .container .card-wrapper .cards .card .name {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
section.showcase-cards .container .card-wrapper .cards .card .select {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 850px) {
  section.showcase-cards .container .card-wrapper .cards .card .select {
    width: 25px;
    height: 25px;
    right: 20px;
    bottom: 20px;
  }
}

.card-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(100%, -50%);
  width: 1200px;
  background-color: #ffffff;
  padding: 100px;
  border-radius: 15px;
  height: 80vh;
  z-index: 9999999;
  transition: all 0.3s ease 0s;
  opacity: 0;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  overflow: scroll;
}
@media (max-width: 1440px) {
  .card-modal {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1024px) {
  .card-modal {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .card-modal {
    padding: 30px;
    width: calc(100% - 60px);
  }
}
.card-modal.active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.card-modal .select-modal {
  position: absolute;
  right: 30px;
  top: 30px;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 99999999;
}
.card-modal .select-modal:hover {
  transform: rotate(135deg);
}
.card-modal .card-modal-wrapper .card {
  display: none;
}
.card-modal .card-modal-wrapper .card.active {
  display: block;
}
.card-modal .card-modal-wrapper .card .pre-title {
  text-align: left;
}
.card-modal .card-modal-wrapper .card .title {
  font-size: 80px;
  font-weight: normal;
  line-height: 100px;
  font-style: normal;
  text-align: left;
  color: #202124;
}
@media (max-width: 1024px) {
  .card-modal .card-modal-wrapper .card .title {
    font-size: 60px;
    line-height: 80px;
  }
}
.card-modal .card-modal-wrapper .card .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  font-style: normal;
  text-align: left;
  color: #202124;
  max-width: unset;
}
@media (max-width: 1024px) {
  .card-modal .card-modal-wrapper .card .description {
    font-size: 16px;
  }
}
.card-modal .card-modal-wrapper .card .modal-inner {
  border-radius: 15px;
  background: #f5f5f7;
  padding: 60px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .card-modal .card-modal-wrapper .card .modal-inner {
    padding: 30px;
  }
}
.card-modal .card-modal-wrapper .card .modal-inner .name {
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .card-modal .card-modal-wrapper .card .modal-inner .name {
    font-size: 24px;
    line-height: 30px;
  }
}
.card-modal .card-modal-wrapper .card .modal-inner .name:first-of-type {
  margin-top: unset;
}
.card-modal .card-modal-wrapper .card .modal-inner .function {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #656565;
  padding: 17px 0;
  border-bottom: 1px solid #d3d3d3;
}
.card-modal .card-modal-wrapper .card .modal-inner .specifications-wrapper {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #656565;
  margin-top: 20px;
}
.card-modal .card-modal-wrapper .card .modal-inner .cta {
  padding: 16px 42px;
  display: inline-block;
  background-color: black;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #f5f5f7;
  margin-top: 50px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.card-modal .card-modal-wrapper .card .modal-inner .cta:hover {
  background-color: darkgray;
  transform: translateY(5px);
}
.card-modal .card-modal-wrapper .card .modal-inner .images-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-modal .card-modal-wrapper .card .modal-inner .images-wrapper img {
  height: auto;
}
@media (max-width: 1250px) {
  .card-modal .card-modal-wrapper .card .modal-inner .images-wrapper img {
    max-width: 45%;
    width: 100%;
  }
}

section.sale-products-list {
  padding: 100px 0;
}
section.sale-products-list .container .pre-title {
  text-align: left;
}
section.sale-products-list .container .title {
  max-width: 700px;
}
section.sale-products-list .container .mobile-products {
  display: none;
}
@media (max-width: 767px) {
  section.sale-products-list .container .mobile-products {
    display: block;
  }
}
section.sale-products-list .container .desktop-products {
  display: block;
}
@media (max-width: 767px) {
  section.sale-products-list .container .desktop-products {
    display: none;
  }
}
section.sale-products-list .container .woocommerce {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 1550px;
  justify-content: center;
}
section.sale-products-list .container .woocommerce .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 14px;
  position: relative;
}
section.sale-products-list .container .woocommerce .product a img {
  border-radius: 8px;
  width: 330px;
}
section.sale-products-list .container .woocommerce .product .heart {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  filter: invert(1);
}
section.sale-products-list .container .woocommerce .product .heart:hover {
  transform: scale(1.05);
  filter: unset;
}
section.sale-products-list .container .woocommerce .product .description-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}
section.sale-products-list .container .woocommerce .product .description-wrapper .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-top: 30px;
}
section.sale-products-list .container .woocommerce .product .description-wrapper .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 15px;
}
section.sale-products-list .container .woocommerce .product .description-wrapper .price {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
section.sale-products-list .container .woocommerce .product .description-wrapper .price ins {
  margin-right: 24px;
  color: #e20932;
  text-decoration: unset;
}
section.sale-products-list .container .woocommerce .product .description-wrapper .add_to_cart_button {
  margin-top: 30px;
  color: #ffffff;
  background-color: #1f2124;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  padding: 20px 0;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
section.sale-products-list .container .woocommerce .product .description-wrapper .add_to_cart_button:hover {
  background-color: darkgray;
  transform: translateY(5px);
}

section.testimonial-slider {
  padding: 100px 0;
}
section.testimonial-slider .container {
  max-width: 1300px;
}
section.testimonial-slider .container .title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
section.testimonial-slider .container .wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 125px;
}
@media (max-width: 1440px) {
  section.testimonial-slider .container .wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  section.testimonial-slider .container .wrapper {
    flex-direction: column;
  }
}
section.testimonial-slider .container .wrapper .left-side img {
  width: 100%;
}
section.testimonial-slider .container .wrapper .right-side {
  width: 100%;
  max-width: 50%;
  max-height: 100vh;
}
@media (max-width: 1024px) {
  section.testimonial-slider .container .wrapper .right-side {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  section.testimonial-slider .container .wrapper .right-side {
    max-width: 100%;
  }
}
section.testimonial-slider .container .wrapper .right-side .swiper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
}
section.testimonial-slider .container .wrapper .right-side .swiper .swiper-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
}
section.testimonial-slider .container .wrapper .right-side .swiper .swiper-wrapper .testimonial .paragraph {
  margin-top: 25px;
}
section.testimonial-slider .container .wrapper .right-side .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}
section.testimonial-slider .container .wrapper .right-side .bottom-wrapper .swiper-pagination {
  display: flex;
  align-items: center;
  width: 50%;
  position: relative;
  bottom: 0;
  margin-left: -15px;
}
section.testimonial-slider .container .wrapper .right-side .bottom-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
}
section.testimonial-slider .container .wrapper .right-side .bottom-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #202124;
}
section.testimonial-slider .container .wrapper .right-side .bottom-wrapper .link {
  float: right;
}

section.blog-list {
  padding: 100px 0 300px;
}
section.blog-list .container {
  max-width: 1490px;
}
section.blog-list .container .pre-title {
  text-align: left;
}
section.blog-list .container .title {
  max-width: 950px;
}
section.blog-list .container .link {
  margin-top: 60px;
  float: right;
}
section.blog-list .container .blog-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1200px) {
  section.blog-list .container .blog-wrapper {
    flex-direction: column;
  }
}
section.blog-list .container .blog-wrapper .blog {
  width: min-content;
  overflow: hidden;
  border-radius: 15px;
}
section.blog-list .container .blog-wrapper .blog:hover img {
  transform: scale(1.03);
}
section.blog-list .container .blog-wrapper .blog:hover .bottom-content .bottom-wrapper .title {
  color: #c77541;
  text-decoration: underline;
}
@media (max-width: 1860px) {
  section.blog-list .container .blog-wrapper .blog {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  section.blog-list .container .blog-wrapper .blog {
    width: min-content;
  }
}
@media (max-width: 768px) {
  section.blog-list .container .blog-wrapper .blog {
    width: 100%;
  }
}
section.blog-list .container .blog-wrapper .blog img {
  height: auto;
  min-height: 540px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1860px) {
  section.blog-list .container .blog-wrapper .blog img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  section.blog-list .container .blog-wrapper .blog img {
    width: unset;
  }
}
@media (max-width: 768px) {
  section.blog-list .container .blog-wrapper .blog img {
    width: 100%;
  }
}
section.blog-list .container .blog-wrapper .blog .bottom-content {
  margin-top: 24px;
}
section.blog-list .container .blog-wrapper .blog .bottom-content .bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
section.blog-list .container .blog-wrapper .blog .bottom-content .bottom-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #202124;
  transition: all 0.3s ease 0s;
  max-width: 250px;
  text-transform: unset;
}
section.blog-list .container .blog-wrapper .blog .bottom-content .bottom-wrapper .date {
  white-space: nowrap;
  color: #575757;
}
section.blog-list .container .blog-wrapper .blog .bottom-content .excerpt {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 24px;
}

section.text-counters {
  padding: 130px 0 90px;
}
section.text-counters .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
section.text-counters .container .left-side {
  padding-top: 135px;
  max-width: 730px;
}
section.text-counters .container .left-side .paragraph {
  margin-top: 60px;
}
section.text-counters .container .right-side {
  max-width: 445px;
  gap: 70px;
  display: flex;
  flex-direction: column;
}
section.text-counters .container .right-side .counter-wrapper .counter {
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
  font-style: normal;
  text-align: left;
  color: #c77541;
}

section.text-image {
  padding: 90px 0;
}
section.text-image .container .paragraph {
  margin-top: 40px;
}
section.text-image .container .image-wrapper {
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
section.text-image .container .image-wrapper img {
  width: 100%;
  height: auto;
}
section.text-image .container .image-wrapper .image-banner {
  position: absolute;
  padding: 35px;
  background-color: #c77541;
  margin: 40px;
  border-radius: 10px;
  max-width: 800px;
}
section.text-image .container .image-wrapper .image-banner .image-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
section.text-image .container .image-wrapper .image-banner .image-paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin-top: 20px;
}

section.employee-list {
  padding: 100px 0 300px;
}
section.employee-list .container {
  max-width: 1490px;
}
section.employee-list .container .title {
  max-width: 950px;
}
section.employee-list .container .paragraph {
  margin-top: 40px;
}
section.employee-list .container .link {
  margin-top: 60px;
  float: right;
}
section.employee-list .container .employee-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1200px) {
  section.employee-list .container .employee-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
section.employee-list .container .employee-wrapper .employee {
  width: min-content;
  overflow: hidden;
  border-radius: 15px;
}
section.employee-list .container .employee-wrapper .employee:hover img {
  transform: scale(1.03);
}
section.employee-list .container .employee-wrapper .employee:hover .bottom-content .bottom-wrapper .title {
  color: #c77541;
  text-decoration: underline;
}
@media (max-width: 1860px) {
  section.employee-list .container .employee-wrapper .employee {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  section.employee-list .container .employee-wrapper .employee {
    width: min-content;
  }
}
@media (max-width: 768px) {
  section.employee-list .container .employee-wrapper .employee {
    width: 100%;
  }
}
section.employee-list .container .employee-wrapper .employee img {
  height: auto;
  transition: all 0.3s ease 0s;
  width: -webkit-fill-available;
}
@media (max-width: 1860px) {
  section.employee-list .container .employee-wrapper .employee img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  section.employee-list .container .employee-wrapper .employee img {
    width: unset;
  }
}
@media (max-width: 768px) {
  section.employee-list .container .employee-wrapper .employee img {
    width: 100%;
  }
}
section.employee-list .container .employee-wrapper .employee .bottom-content {
  margin-top: 24px;
}
section.employee-list .container .employee-wrapper .employee .bottom-content .bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
section.employee-list .container .employee-wrapper .employee .bottom-content .bottom-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #202124;
  transition: all 0.3s ease 0s;
  max-width: 250px;
  text-transform: unset;
}
section.employee-list .container .employee-wrapper .employee .bottom-content .excerpt {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 24px;
}

section.gallery {
  padding: 90px 0;
}
section.gallery .container .paragraph {
  margin-top: 40px;
}
section.gallery .container .gallery-wrapper {
  margin-top: 60px;
}
section.gallery .container .gallery-wrapper .gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
section.gallery .container .gallery-wrapper .gallery .image {
  max-width: calc(33.3333333333% - 24px);
  width: 100%;
}
section.gallery .container .gallery-wrapper .gallery .image img {
  width: 100%;
  border-radius: 10px;
}

section.text-counters-image {
  padding: 90px 0;
}
section.text-counters-image .container .paragraph {
  margin-top: 40px;
}
section.text-counters-image .container .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 125px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section.text-counters-image .container .bottom-wrapper {
    flex-direction: column;
  }
}
section.text-counters-image .container .bottom-wrapper .left-side {
  max-width: 445px;
  gap: 70px;
  display: flex;
  flex-direction: column;
}
section.text-counters-image .container .bottom-wrapper .left-side .counter-wrapper .counter {
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
  font-style: normal;
  text-align: left;
  color: #c77541;
}
section.text-counters-image .container .bottom-wrapper .left-side .counter-wrapper .paragraph {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  section.text-counters-image .container .bottom-wrapper .right-side img {
    width: 100%;
    height: auto;
  }
}

section.text-decorations {
  padding: 250px 0 90px;
}
section.text-decorations .container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
section.text-decorations .container .left-side {
  max-width: 730px;
}
@media (max-width: 1024px) {
  section.text-decorations .container .left-side {
    padding-top: 100px;
  }
}
section.text-decorations .container .left-side .paragraph {
  margin-top: 50px;
  max-width: 600px;
}
@media (max-width: 1024px) {
  section.text-decorations .container .right-side {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
section.text-decorations .container .right-side .decorations-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1500px) {
  section.text-decorations .container .right-side .decorations-wrapper {
    justify-content: flex-end;
  }
}
section.text-decorations .container .right-side .decorations-wrapper .bubble2-1 {
  display: flex;
  order: 2;
  margin-top: -250px;
}
@media (max-width: 1500px) {
  section.text-decorations .container .right-side .decorations-wrapper .bubble2-1 {
    width: 50%;
  }
}
section.text-decorations .container .right-side .decorations-wrapper .bubble2-2 {
  order: 1;
  display: flex;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  section.text-decorations .container .right-side .decorations-wrapper .bubble2-2 {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  section.text-decorations .container .right-side .decorations-wrapper .bubble2-2 {
    padding-top: 20px;
  }
}

section.subscription-info {
  padding: 100px 0;
}
section.subscription-info .container .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 125px;
}
section.subscription-info .container .top-wrapper .left-side {
  margin-top: -220px;
}
section.subscription-info .container .top-wrapper .left-side .paragraph {
  margin-top: 50px;
}
section.subscription-info .container .top-wrapper img {
  border-radius: 10px;
  min-height: 880px;
  max-width: 635px;
  object-fit: cover;
}
section.subscription-info .container .bottom-wrapper {
  margin-top: -180px;
}
section.subscription-info .container .bottom-wrapper .card-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards {
  display: flex;
  justify-content: space-between;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card {
  max-width: 400px;
  padding: 40px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #1f2124;
}
@media (max-width: 1440px) {
  section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card {
    max-width: unset;
  }
}
@media (max-width: 500px) {
  section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card {
    padding: 20px;
  }
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .numeration {
  margin-bottom: 32px;
  order: 1;
}
@media (max-width: 500px) {
  section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .numeration {
    margin-bottom: 16px;
  }
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .price {
  font-size: 50px;
  font-weight: bold;
  line-height: 44px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .price sup {
  font-size: 30px;
  line-height: 30px;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .visits {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #a2a2a2;
  margin-top: 10px;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .cta {
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .cta:hover {
  transform: translateY(10px);
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .description {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  color: #a2a2a2;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .cards .card .description ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .disclaimer-wrapper {
  margin-top: 20px;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .disclaimer-wrapper .disclaimer-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: left;
  color: #202124;
}
section.subscription-info .container .bottom-wrapper .card-wrapper .disclaimer-wrapper .disclaimer {
  margin-top: 20px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper {
  margin-top: 150px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-title {
  font-size: 60px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: left;
  color: #202124;
  text-transform: uppercase;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-description {
  margin-top: 35px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater {
  margin-top: 70px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card {
  padding: 50px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1200px) {
  section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card {
    flex-direction: column;
    gap: 40px;
  }
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .left-side {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .left-side .price {
  font-size: 50px;
  font-weight: bold;
  line-height: 44px;
  font-style: normal;
  text-align: left;
  color: #212123;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .left-side .price sup {
  font-size: 30px;
  line-height: 30px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .left-side .visits {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #212123;
  margin-top: 10px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .left-side .cta {
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  width: max-content;
  padding: 24px 50px;
  background-color: #212123;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .left-side .cta:hover {
  transform: translateY(10px);
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .right-side .description {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  color: #a2a2a2;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .right-side .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.subscription-info .container .bottom-wrapper .additional-info-wrapper .additional-info-repeater .info-card .right-side .description ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.card-modal .card .price {
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .card-modal .card .price {
    font-size: 60px;
    line-height: 70px;
  }
}
.card-modal .card .visits {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  margin-top: 16px;
}
.card-modal .card .description {
  margin-top: 30px;
}
.card-modal .card .description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-modal .card .description ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.card-modal .card .bold-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #202124;
}
.card-modal .card .description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #575757;
  max-width: 370px;
}
.card-modal .card form {
  margin-top: 40px;
  padding-top: 20px;
  margin-bottom: 40px;
}
.card-modal .card form p {
  margin-top: 20px;
}
.card-modal .card form p:last-of-type {
  margin-top: 40px;
}
.card-modal .card form p .wpcf7-spinner {
  display: none;
}
.card-modal .card form p .wpcf7-submit {
  margin-top: 50px;
  display: flex;
  width: 100%;
  background: #c77541;
  font-size: 18px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  color: #ffffff;
  border: unset;
  border-radius: 4px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card-modal .card form p .wpcf7-acceptance .wpcf7-list-item {
  margin: unset;
}
.card-modal .card form p .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-modal .card form p .wpcf7-acceptance label span {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #959595;
}
.card-modal .card form p label {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #202124;
}
.card-modal .card form p label span input {
  width: 100%;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  background-color: #212123;
  border: unset;
  border-radius: 4px;
  margin-top: 14px;
}
.card-modal .card .contact-info {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-modal .card .contact-info .info span {
  font-weight: bold;
}

section.products {
  padding: 90px 0 200px;
}
section.products .container #product-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
section.products .container #product-filter .custom-select {
  min-width: 350px;
  position: relative;
}
section.products .container #product-filter .custom-select select {
  appearance: none;
  width: 100%;
  font-size: 18px;
  padding: 25px 30px;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
section.products .container #product-filter .custom-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}
section.products .container #product-filter .custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 50%;
}
section.products .container .woocommerce {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  padding: 60px 0 80px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  max-width: 1550px;
  justify-content: center;
}
section.products .container .woocommerce .products-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
section.products .container .woocommerce .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 14px;
  position: relative;
}
section.products .container .woocommerce .product a img {
  border-radius: 8px;
  width: 330px;
}
section.products .container .woocommerce .product .heart {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  filter: invert(1);
}
section.products .container .woocommerce .product .heart:hover {
  transform: scale(1.05);
  filter: unset;
}
section.products .container .woocommerce .product .description-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}
section.products .container .woocommerce .product .description-wrapper .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-top: 30px;
}
section.products .container .woocommerce .product .description-wrapper .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 15px;
}
section.products .container .woocommerce .product .description-wrapper .added_to_cart {
  display: none;
}
section.products .container .woocommerce .product .description-wrapper .price {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
section.products .container .woocommerce .product .description-wrapper .price ins {
  margin-right: 24px;
  color: #e20932;
  text-decoration: unset;
}
section.products .container .woocommerce .product .description-wrapper .add_to_cart_button {
  margin-top: 30px;
  color: #ffffff;
  background-color: #1f2124;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  padding: 20px 0;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
section.products .container .woocommerce .product .description-wrapper .add_to_cart_button:hover {
  background-color: darkgray;
  transform: translateY(5px);
}
section.products .pagination_container {
  width: calc(100% - 370px);
  margin: 0 auto;
  margin-top: 35px;
}
@media (max-width: 1440px) {
  section.products .pagination_container {
    width: calc(100% - 185px);
  }
}
@media (max-width: 1024px) {
  section.products .pagination_container {
    width: calc(100% - 160px);
  }
}
@media (max-width: 768px) {
  section.products .pagination_container {
    width: calc(100% - 80px);
  }
}
section.products .pagination_container ul {
  display: flex;
}
section.products .pagination_container ul li {
  padding: 0 15px;
  font-size: 24px;
}
section.products .pagination_container ul li:first-of-type {
  padding-left: unset;
}
section.products .pagination_container ul li:last-of-type {
  padding-right: unset;
}
section.products .pagination_container ul li a {
  color: #575757;
}
section.products .pagination_container ul li span {
  color: #C77541;
}

section.testimonials {
  padding: 100px 0;
}
section.testimonials .container {
  display: flex;
  justify-content: space-between;
}
section.testimonials .container .sub-title {
  font-size: 60px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
section.testimonials .container .left-side {
  position: relative;
  padding: 95px 95px 95px 0;
}
section.testimonials .container .left-side:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20vw;
  height: 100%;
  width: 60vw;
  background: linear-gradient(to bottom, #e4af4f, #c66242);
  z-index: -1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
section.testimonials .container .left-side .facebook-testimonials {
  margin-top: 95px;
}
section.testimonials .container .left-side .facebook-testimonials .testimonial {
  margin-bottom: 95px;
}
section.testimonials .container .left-side .facebook-testimonials .testimonial:last-of-type {
  margin-bottom: unset;
}
section.testimonials .container .left-side .facebook-testimonials .testimonial .name {
  color: #ffffff;
}
section.testimonials .container .left-side .facebook-testimonials .testimonial .paragraph {
  color: #ffffff;
  margin-top: 25px;
}
section.testimonials .right-side {
  position: relative;
  padding: 95px 0 95px 95px;
}
section.testimonials .right-side .sub-title {
  color: #212123;
}
section.testimonials .right-side .google-testimonials {
  margin-top: 95px;
}
section.testimonials .right-side .google-testimonials .testimonial {
  margin-bottom: 95px;
}
section.testimonials .right-side .google-testimonials .testimonial:last-of-type {
  margin-bottom: unset;
}
section.testimonials .right-side .google-testimonials .testimonial .name {
  color: #212123;
}
section.testimonials .right-side .google-testimonials .testimonial .paragraph {
  color: #212123;
  margin-top: 25px;
}

section.contacts {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  section.contacts {
    padding: 50px 0;
  }
}
section.contacts .container {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1200px) {
  section.contacts .container {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  section.contacts .container {
    flex-direction: column;
  }
}
section.contacts .container .left-side {
  max-width: 730px;
}
section.contacts .container .left-side .paragraph {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  section.contacts .container .left-side .paragraph {
    margin-top: 30px;
  }
}
section.contacts .container .left-side .contact-info {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  section.contacts .container .left-side .contact-info {
    margin-top: 30px;
  }
}
section.contacts .container .left-side .contact-info a {
  color: #000000;
}
section.contacts .container .left-side .contact-info .info span {
  font-weight: bold;
}
section.contacts .container .right-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  section.contacts .container .right-side {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  section.contacts .container .right-side .image-wrapper {
    max-width: 710px;
    width: 100%;
  }
}
@media (max-width: 880px) {
  section.contacts .container .right-side .image-wrapper {
    max-width: 510px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.contacts .container .right-side .image-wrapper {
    max-width: 350px;
    width: 100%;
    max-height: 200px;
    height: 100%;
  }
}
@media (max-width: 450px) {
  section.contacts .container .right-side .image-wrapper {
    max-width: 300px;
    width: 100%;
    max-height: 180px;
    height: 100%;
  }
}
section.contacts .container .right-side img {
  max-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 600px) {
  section.contacts .container .right-side img {
    max-height: 200px;
  }
}
section.contacts .container .right-side .map {
  width: 710px !important;
  height: 400px !important;
}
@media (max-width: 1440px) {
  section.contacts .container .right-side .map {
    width: 600px !important;
    height: 350px !important;
  }
}
@media (max-width: 1350px) {
  section.contacts .container .right-side .map {
    width: 500px !important;
    height: 300px !important;
  }
}
@media (max-width: 1024px) {
  section.contacts .container .right-side .map {
    width: 710px !important;
    height: 400px !important;
  }
}
@media (max-width: 880px) {
  section.contacts .container .right-side .map {
    width: 510px !important;
    height: 300px !important;
  }
}
@media (max-width: 600px) {
  section.contacts .container .right-side .map {
    width: 350px !important;
    height: 200px !important;
  }
}
@media (max-width: 450px) {
  section.contacts .container .right-side .map {
    width: 300px !important;
    height: 180px !important;
  }
}

section.sunbed-prices {
  padding: 100px 0;
}
section.sunbed-prices .container .sunbed {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 120px;
  padding: 100px 0;
  border-bottom: 1px solid #a2a2a2;
}
@media (max-width: 1200px) {
  section.sunbed-prices .container .sunbed {
    gap: 60px;
    flex-direction: column;
    padding: 50px 0;
  }
}
section.sunbed-prices .container .sunbed:last-of-type {
  border-bottom: unset;
}
section.sunbed-prices .container .sunbed .left-side {
  background-color: #a2a2a2;
  border-radius: 10px;
}
section.sunbed-prices .container .sunbed .left-side img {
  padding: 20px 20px 0 20px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1200px) {
  section.sunbed-prices .container .sunbed .left-side img {
    width: 100%;
  }
}
section.sunbed-prices .container .sunbed .right-side .title {
  font-size: 60px;
  line-height: 65px;
}
@media (max-width: 767px) {
  section.sunbed-prices .container .sunbed .right-side .title {
    font-size: 35px;
    line-height: 40px;
  }
}
section.sunbed-prices .container .sunbed .right-side .paragraph {
  margin-top: 20px;
}
section.sunbed-prices .container .sunbed .right-side .price {
  margin-top: 60px;
  color: black;
  font-weight: bold;
  font-size: 24px;
}
section.sunbed-prices .container .sunbed .right-side .price span {
  color: orange;
}

section.wishlist {
  padding: 100px 0;
}
section.wishlist .container .title {
  padding-top: 100px;
}
section.wishlist .container .paragraph-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
section.wishlist .container .paragraph-wrapper .paragraph {
  max-width: 900px;
}
section.wishlist .container .paragraph-wrapper .clear-likes-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  background-color: black;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  border-radius: 8px;
  cursor: pointer;
}
section.wishlist .container .woocommerce {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin: 100px auto 0;
  max-width: 1550px;
  justify-content: center;
}
section.wishlist .container .woocommerce .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 14px;
  position: relative;
}
section.wishlist .container .woocommerce .product a img {
  border-radius: 8px;
  width: 330px;
}
section.wishlist .container .woocommerce .product .heart {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  filter: invert(1);
}
section.wishlist .container .woocommerce .product .heart:hover {
  transform: scale(1.05);
  filter: unset;
}
section.wishlist .container .woocommerce .product .description-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}
section.wishlist .container .woocommerce .product .description-wrapper .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-top: 30px;
}
section.wishlist .container .woocommerce .product .description-wrapper .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 15px;
}
section.wishlist .container .woocommerce .product .description-wrapper .price {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
section.wishlist .container .woocommerce .product .description-wrapper .price ins {
  margin-right: 24px;
  color: #e20932;
  text-decoration: unset;
}
section.wishlist .container .woocommerce .product .description-wrapper .add_to_cart_button {
  margin-top: 30px;
  color: #ffffff;
  background-color: #1f2124;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  padding: 20px 0;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
section.wishlist .container .woocommerce .product .description-wrapper .add_to_cart_button:hover {
  background-color: darkgray;
  transform: translateY(5px);
}

section.related {
  padding: 100px 0;
}
section.related .paragraph {
  max-width: 900px;
  margin-top: 20px;
}
section.related .products {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 1550px;
  justify-content: center;
}
section.related .products .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 14px;
  position: relative;
}
section.related .products .product a img {
  border-radius: 8px;
  width: 330px;
}
section.related .products .product .heart {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  filter: invert(1);
}
section.related .products .product .heart:hover {
  transform: scale(1.05);
  filter: unset;
}
section.related .products .product .description-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}
section.related .products .product .description-wrapper .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #202124;
  margin-top: 30px;
}
section.related .products .product .description-wrapper .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 15px;
}
section.related .products .product .description-wrapper .price {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #1f2124;
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
section.related .products .product .description-wrapper .price ins {
  margin-right: 24px;
  color: #e20932;
  text-decoration: unset;
}
section.related .products .product .description-wrapper .add_to_cart_button {
  margin-top: 30px;
  color: #ffffff;
  background-color: #1f2124;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  padding: 20px 0;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
section.related .products .product .description-wrapper .add_to_cart_button:hover {
  background-color: darkgray;
  transform: translateY(5px);
}

section.single-blog {
  padding: 100px 0;
}
section.single-blog .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.single-blog .container .left-side {
  max-width: 730px;
  margin-top: 120px;
}
section.single-blog .container .left-side .title {
  margin-top: 20px;
}
section.single-blog .container .left-side .paragraph {
  margin-top: 60px;
}

section.fourzerofour {
  padding: 200px 0;
}
section.fourzerofour .container {
  display: flex;
}
@media (max-width: 768px) {
  section.fourzerofour .container {
    flex-direction: column;
    align-items: center;
  }
}
section.fourzerofour .container .left-side {
  max-width: 530px;
  width: 100%;
}
@media (max-width: 768px) {
  section.fourzerofour .container .right-side {
    margin-top: 100px;
  }
}
section.fourzerofour .container .right-side img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.container .product {
  display: flex;
  padding: 100px 0;
  justify-content: space-between;
  border-bottom: 1px solid #a2a2a2;
}
@media (max-width: 1600px) {
  .container .product {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .container .product {
    flex-direction: column;
    align-items: center;
    gap: unset;
    border-bottom: unset;
  }
}
.container .product .onsale {
  display: none;
}
.container .product .woocommerce-product-gallery {
  max-width: 635px;
  width: 100%;
}
.container .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.container .product .woocommerce-product-gallery .wp-post-image {
  width: 100%;
  height: auto;
}
.container .product .woocommerce-product-gallery :not(:first-child) {
  display: inline-block;
  padding: 12px;
  width: calc(33.3333333333% - 10px);
  margin-right: 15px;
}
.container .product .woocommerce-product-gallery :not(:first-child) a img {
  width: 100%;
  height: auto;
}
.container .product .woocommerce-product-gallery :last-child {
  margin-right: unset;
}
.container .product .summary {
  max-width: 730px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .container .product .summary {
    position: unset;
  }
}
@media (max-width: 1024px) {
  .container .product .summary .link-back {
    left: 40px !important;
    top: 140px !important;
  }
}
.container .product .summary .product_title {
  font-size: 80px;
  font-weight: normal;
  line-height: 90px;
  font-style: normal;
  text-align: left;
  color: #202124;
  text-transform: uppercase;
  order: 1;
}
@media (max-width: 767px) {
  .container .product .summary .product_title {
    font-size: 60px;
    line-height: 70px;
  }
}
.container .product .summary .woocommerce-product-details__short-description {
  order: 2;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #575757;
  margin-top: 30px;
}
.container .product .summary .price {
  order: 3;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #a2a2a2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.container .product .summary .price ins {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  font-style: normal;
  text-align: left;
  color: red;
  text-decoration: unset;
}
.container .product .summary .price del {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  font-style: normal;
  color: #1f2124;
  text-align: left;
  text-decoration: line-through;
  padding-left: 10px;
}
.container .product .summary .cart {
  order: 4;
  display: flex;
  margin-top: 30px;
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .container .product .summary .cart {
    flex-direction: column;
  }
}
.container .product .summary .cart .single_add_to_cart_button {
  background-color: #1f2124;
  color: white;
  padding: 20px 60px;
  border: unset;
  border-radius: 5px;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin-left: auto;
  margin-right: 10px;
}
.container .product .summary .cart .single_add_to_cart_button:hover {
  background-color: black;
}
.container .product .summary .cart .quantity {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .container .product .summary .cart .quantity {
    margin-right: unset;
    margin-bottom: 20px;
  }
}
.container .product .summary .cart .quantity .quantity-btns {
  user-select: none;
  display: flex;
}
.container .product .summary .cart .quantity .quantity-btns label {
  display: none;
}
.container .product .summary .cart .quantity .quantity-btns span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border: none;
  cursor: pointer;
}
.container .product .summary .cart .quantity .quantity-btns span svg {
  width: 24px;
  height: auto;
}
.container .product .summary .cart .quantity .quantity-btns span.minus {
  border-radius: 5px;
}
.container .product .summary .cart .quantity .quantity-btns span.plus {
  border-radius: 5px;
}
.container .product .summary .cart .quantity .quantity-btns span.disabled {
  opacity: 0.5;
  user-select: none;
  cursor: not-allowed;
}
.container .product .summary .cart .quantity .quantity-btns span.disabled:hover {
  background: #f4f4f4;
}
.container .product .summary .cart .quantity .quantity-btns input {
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  border-radius: 0;
  border: none;
  width: 70px !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  margin: 0 5px;
}
.container .product .summary .cart .heart {
  background-color: #8e8f90;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  object-fit: none;
  transition: all 0.3s ease 0s;
}
.container .product .summary .cart .heart:hover {
  background-color: #8f8f90;
}
.container .product .summary .product_meta {
  display: none;
}

.cart-page {
  flex-direction: column;
  padding: 200px 0 100px;
  margin: 0 auto !important;
}
.cart-page .woocommerce-cart-form {
  padding-top: 50px;
}
.cart-page .woocommerce-cart-form .clear-cart {
  opacity: 0;
  width: 0;
  height: 0;
}
.cart-page .woocommerce-cart-form .cart_item .product-image {
  background-color: #f4f4f4;
  padding: 20px;
}
.cart-page .woocommerce-cart-form .cart_item .product-attributes {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #575757;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper {
  display: flex;
  justify-content: space-between;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper a {
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: left;
  color: #202124;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns {
  user-select: none;
  display: flex;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns label {
  display: none;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border: none;
  cursor: pointer;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns span svg {
  width: 24px;
  height: auto;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns span.minus {
  border-radius: 5px;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns span.plus {
  border-radius: 5px;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns span.disabled {
  opacity: 0.5;
  user-select: none;
  cursor: not-allowed;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns span.disabled:hover {
  background: #f4f4f4;
}
.cart-page .woocommerce-cart-form .cart_item .title-quantity-wrapper .quantity .quantity-btns input {
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  border-radius: 0;
  border: none;
  width: 70px !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  margin: 0 5px;
}
.cart-page .cart-hero {
  padding: 0 0 100px;
  border-bottom: 1px solid #a2a2a2;
}
.cart-page .cart-hero .hero-title {
  font-size: 80px;
  font-weight: normal;
  line-height: 100px;
  font-style: normal;
  text-align: left;
  color: #202124;
  text-transform: uppercase;
}
.cart-page .cart-hero .hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cart-page .cart-hero .hero-wrapper .hero-paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  font-style: normal;
  text-align: left;
  color: #575757;
  max-width: 920px;
  margin-top: 60px;
}
.cart-page .cart-hero .hero-wrapper .clear-cart-button {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  background-color: black;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  border-radius: 8px;
  cursor: pointer;
}
.cart-page button.update-cart {
  display: none;
}
.cart-page .shipping {
  display: none;
}
.cart-page .cart_item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .cart-page .cart_item {
    flex-direction: column;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    gap: 2rem;
  }
}
.cart-page .product-quantity-remove {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cart-page .product-quantity-remove {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.cart-page .product-quantity-remove .quantity {
  margin-top: 0;
}
.cart-page .product-quantity-remove a.remove {
  color: black !important;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  text-decoration: underline;
}
.cart-page .product-quantity-remove a.remove:hover {
  color: black;
  background: unset;
}
.cart-page .product-info {
  margin-left: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 890px) {
  .cart-page .product-info {
    margin-left: 2rem;
  }
}
@media (max-width: 580px) {
  .cart-page .product-info {
    margin-left: 0;
  }
}
.cart-page .product-info a {
  color: gray;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .cart-page .product-info a {
    font-size: 30px;
  }
}
.cart-page .product-info .product-attributes {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cart-page .product-info .product-attributes p {
  font-size: 15px;
  width: 60%;
}
@media (max-width: 580px) {
  .cart-page .product-info .product-attributes p {
    width: 100%;
  }
}
.cart-page .prices p {
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.cart-page .prices p sup {
  color: black;
}
.cart-page .prices p i {
  font-style: normal;
}
.cart-page .prices p i.red {
  color: red;
}
.cart-page .prices p i span {
  color: black;
  text-decoration: line-through;
}
.cart-page .prices p i.line-through {
  text-decoration: line-through;
}
.cart-page .prices p span {
  color: black;
  text-decoration: line-through;
}
.cart-page .prices p ins {
  display: none;
}
.cart-page .prices p .woocommerce-Price-currencySymbol {
  display: none;
}
.cart-page .prices p bdi {
  word-spacing: -8px;
}
.cart-page .product-image {
  background-color: gray;
  border-radius: 10px;
  position: relative;
  width: 650px;
  height: 500px;
}
@media (max-width: 890px) {
  .cart-page .product-image {
    width: 363px;
    height: 300px;
  }
}
@media (max-width: 580px) {
  .cart-page .product-image {
    width: 100%;
    height: 100%;
  }
}
.cart-page .product-image .discount {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: red;
  padding: 5px 14px;
  border-radius: 5px;
  z-index: 1;
}
.cart-page .product-image .discount p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.cart-page .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 580px) {
  .cart-page .product-image img {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    height: 90%;
    object-fit: cover;
    object-position: center;
  }
}
.cart-page .promo-title {
  font-weight: 500;
  font-size: 70px;
  text-transform: uppercase;
  color: gray;
}
@media (max-width: 1024px) {
  .cart-page .promo-title {
    font-size: 35px;
  }
}
.cart-page .validate {
  width: 37%;
}
@media (max-width: 1024px) {
  .cart-page .validate {
    width: 100%;
  }
}
.cart-page .subtext {
  font-weight: 700;
  color: gray;
  padding-top: 2rem;
}
.cart-page .single-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 10px;
}
@media (max-width: 680px) {
  .cart-page .single-row {
    flex-direction: column;
  }
}
.cart-page .single-row input {
  background-color: gray;
  border-radius: 5px;
  padding: 1.3rem;
  color: gray;
  font-size: 18px;
  font-weight: 500;
  width: 80%;
  border: 1px solid gray;
}
@media (max-width: 680px) {
  .cart-page .single-row input {
    width: 100%;
  }
}
.cart-page .single-row button {
  border-radius: 5px;
  background-color: gray !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  height: auto;
  padding: 1rem 2rem;
}

.cart_totals {
  width: 100% !important;
  float: unset !important;
}
.cart_totals .shop_table {
  margin-top: 6rem;
}
.cart_totals .shop_table .cart-subtotal, .cart_totals .shop_table .order-total {
  color: gray;
  font-weight: 900 !important;
  font-size: 40px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cart_totals .shop_table .cart-subtotal, .cart_totals .shop_table .order-total {
    font-size: 30px;
  }
}
@media (max-width: 660px) {
  .cart_totals .shop_table .cart-subtotal, .cart_totals .shop_table .order-total {
    flex-direction: column;
    gap: 1rem;
  }
}
.cart_totals .shop_table .cart-subtotal strong, .cart_totals .shop_table .order-total strong {
  font-weight: 900 !important;
}
.cart_totals .shop_table .order-total {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}
.cart_totals .shop_table .woocommerce-shipping-methods, .cart_totals .shop_table .woocommerce-shipping-destination, .cart_totals .shop_table .woocommerce-shipping-calculator {
  display: none;
}
.cart_totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cart_totals .wc-proceed-to-checkout {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.cart_totals .wc-proceed-to-checkout p {
  width: 50%;
}
@media (max-width: 768px) {
  .cart_totals .wc-proceed-to-checkout p {
    width: 100%;
  }
}
.cart_totals .wc-proceed-to-checkout a {
  background-color: gray !important;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

section.related-products {
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  section.related-products {
    margin-top: 5rem;
  }
}
section.related-products .half-width {
  width: 60%;
  display: block;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  section.related-products .half-width {
    width: 100%;
  }
}

.cart-empty {
  margin-top: 2rem;
}
.cart-empty:before {
  color: gray;
}
.cart-empty.woocommerce-info {
  border-top-color: gray !important;
}

p.return-to-shop {
  margin-top: 2rem;
}
p.return-to-shop a {
  background-color: gray !important;
  border-radius: 5px !important;
  padding: 1.5rem 3rem !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.cart-collaterals .shop_table_new {
  width: 100%;
}
.cart-collaterals .shop_table_new tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cart-collaterals .shop_table_new tbody tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: left;
  color: #202124;
}
.cart-collaterals .shop_table_new tbody tr:first-of-type {
  border-bottom: 1px solid #a2a2a2;
}
.cart-collaterals .shop_table_new tbody tr:last-of-type {
  color: white;
  background-color: black;
  padding: 30px;
  border-radius: 8px;
}
.cart-collaterals .wc-proceed-to-checkout {
  justify-content: flex-end;
}
.cart-collaterals .wc-proceed-to-checkout a {
  background-color: #c77541 !important;
  border-radius: 8px;
}

section.page-hero .container {
  height: 480px;
}
@media (max-width: 660px) {
  section.page-hero .container {
    height: fit-content;
    padding: 3rem 0;
  }
}
@media (max-width: 660px) {
  section.page-hero .container .info p {
    width: 100%;
  }
}
section.page-hero .container .info .user-logged-out {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
}
section.page-hero .container .info .user-logged-out span {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

ul.woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  max-width: 100% !important;
}
ul.woocommerce-shipping-methods li label div {
  align-items: center;
}

form {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid lightgray;
}
@media (max-width: 1024px) {
  form {
    margin-top: 50px;
    padding-top: unset;
  }
}
form .wrapper {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 4rem;
}
@media (max-width: 1024px) {
  form .wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
form .wrapper .line {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  form .wrapper .line {
    display: none;
  }
}
form .wrapper .left .woocommerce-checkout-payment-gateways {
  background: #fff !important;
}
form .wrapper .left .woocommerce-checkout-payment-gateways ul.payment_methods {
  padding: 0 !important;
  margin-top: 2rem !important;
}
form .wrapper .left .woocommerce-checkout-payment-gateways .payment_box {
  background-color: #fff !important;
}
form .wrapper .left .woocommerce-checkout-payment-gateways .payment_box:before {
  border: none !important;
}
form .wrapper .left .drevej-package-shipping ul {
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
}
form .wrapper .left .drevej-package-shipping p {
  padding-bottom: 2rem;
  width: 90%;
}
form .wrapper .left .drevej-package-shipping p.title {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  color: black;
  padding-bottom: 1rem;
}
form .wrapper .left .woocommerce-billing-fields {
  margin-top: 4rem;
}
form .wrapper .left .woocommerce-billing-fields h3 {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  color: black;
}
form .wrapper .left .woocommerce-billing-fields .form-row {
  width: 100%;
}
form .wrapper .left .woocommerce-billing-fields label {
  font-weight: 700;
  color: black;
}
form .wrapper .left .woocommerce-billing-fields input {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #f2f2f2;
  color: black;
  font-weight: 500;
  font-size: 18px;
}
form .wrapper .left .woocommerce-billing-fields #billing_country_field .select2 .selection .select2-selection {
  background-color: #f2f2f2;
  color: black;
  padding: 1rem 2rem;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.25rem;
  font-weight: 500;
  width: 100%;
  position: relative;
  height: 58px;
}
form .wrapper .left .woocommerce-billing-fields #billing_country_field .select2 .selection .select2-selection span {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translate(0rem, -50%);
}
form .wrapper .left .woocommerce-billing-fields #billing_country_field .select2 .selection .select2-selection span.select2-selection__arrow {
  right: 0.5rem;
  left: unset;
}

.woocommerce-shipping-fields {
  display: none;
}

h3#order_review_heading {
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  color: black;
  margin-top: 4rem;
}

.bottom-check {
  border-top: 1px solid #d9d9d9;
  padding-top: 4rem;
  margin-top: 5rem;
}
.bottom-check p {
  width: 40%;
}
@media (max-width: 1024px) {
  .bottom-check p {
    width: 100%;
  }
}
.bottom-check p.title {
  width: 100%;
  font-size: 70px;
  font-weight: 500;
  padding-bottom: 1rem;
  color: black;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .bottom-check p.title {
    font-size: 30px;
  }
}
.bottom-check .coupon-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 890px) {
  .bottom-check .coupon-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.bottom-check .coupon-wrapper p {
  width: 80%;
}
@media (max-width: 1816px) {
  .bottom-check .coupon-wrapper p {
    width: 70%;
  }
}
@media (max-width: 1816px) {
  .bottom-check .coupon-wrapper p {
    width: 60%;
  }
}
@media (max-width: 890px) {
  .bottom-check .coupon-wrapper p {
    width: 100%;
  }
}
.bottom-check .coupon-wrapper p.form-row-last {
  width: fit-content;
}
.bottom-check .coupon-wrapper p.form-row-last button {
  padding: 1rem 2rem;
  background-color: black;
  border: 1px solid black;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.bottom-check .coupon-wrapper p.form-row-first input {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 1.1rem;
  border: 1px solid #f2f2f2;
  color: black;
  font-weight: 500;
  font-size: 18px;
  height: 54px;
}
.bottom-check .coupon-wrapper label {
  color: black;
  font-weight: 700;
}
.bottom-check .cart-subtotal, .bottom-check .order-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: black;
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .bottom-check .cart-subtotal, .bottom-check .order-total {
    font-size: 30px;
  }
}
@media (max-width: 660px) {
  .bottom-check .cart-subtotal, .bottom-check .order-total {
    flex-direction: column;
    gap: 1rem;
  }
}
.bottom-check .cart-subtotal strong, .bottom-check .order-total strong {
  font-weight: 900 !important;
}
.bottom-check .order-total {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}
.bottom-check .shop_table {
  margin-top: 4rem;
}
.bottom-check .woocommerce-privacy-policy-text p {
  width: 50%;
}
@media (max-width: 1024px) {
  .bottom-check .woocommerce-privacy-policy-text p {
    width: 100%;
  }
}
.bottom-check .woocommerce-privacy-policy-text p a {
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
}
.bottom-check .terms-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .bottom-check .terms-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.bottom-check .terms-button-wrapper .confirm-order-checkboxes label {
  font-weight: 700;
  color: black;
}
.bottom-check .terms-button-wrapper .confirm-order-checkboxes p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bottom-check .terms-button-wrapper button {
  background-color: black;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  padding: 1.2rem 6rem;
}

@media (max-width: 1024px) {
  .right {
    display: none;
  }
}
.right .sticky-area {
  position: sticky;
  top: 1.5rem;
  background-color: #212121;
  padding: 40px;
  border-radius: 15px;
}
.right .sticky-area .title {
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  text-transform: none;
}
.right .sticky-area .paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  margin-top: 24px;
}
.right .sticky-area .cart-products {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #575757;
}
.right .sticky-area ul.checkout-products {
  list-style-type: none;
}
.right .sticky-area ul.checkout-products li.cart_item {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-top: 2rem;
  align-items: flex-start;
}
@media (max-width: 1536px) {
  .right .sticky-area ul.checkout-products li.cart_item {
    flex-direction: column;
  }
}
.right .sticky-area ul.checkout-products li.cart_item:first-child {
  margin-top: 0;
}
.right .sticky-area ul.checkout-products li.cart_item .left-item {
  padding: 10px;
  background-color: gray;
  border-radius: 5px;
}
.right .sticky-area ul.checkout-products li.cart_item .left-item .product-image {
  width: 230px;
  height: 230px;
  border-radius: 10px;
  background-color: #EBEBEB;
  position: relative;
}
.right .sticky-area ul.checkout-products li.cart_item .left-item .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.right .sticky-area ul.checkout-products li.cart_item .product-name {
  font-weight: 700;
  font-size: 20px;
  color: black;
}
.right .sticky-area ul.checkout-products li.cart_item .product-attributes {
  font-size: 15px;
  color: #575757;
}
.right .sticky-area ul.checkout-products li.cart_item .price {
  margin-top: 0.5rem;
}
.right .sticky-area ul.checkout-products li.cart_item .price p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.right .sticky-area ul.checkout-products li.cart_item .price p i {
  font-style: normal;
}
.right .sticky-area ul.checkout-products li.cart_item .price p i span {
  color: black;
}
.right .sticky-area ul.checkout-products li.cart_item .price p i.line-through {
  text-decoration: line-through;
}
.right .sticky-area ul.checkout-products li.cart_item .price p span {
  color: black;
}
.right .sticky-area ul.checkout-products li.cart_item .price p ins {
  display: none;
}
.right .sticky-area ul.checkout-products li.cart_item .price p .woocommerce-Price-currencySymbol {
  display: none;
}
.right .sticky-area ul.checkout-products li.cart_item .price p bdi {
  word-spacing: -8px;
}
.right .sticky-area ul.checkout-products li.cart_item .right-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.right .sticky-area ul.checkout-products li.cart_item .right-item .product-name {
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}
.right .sticky-area ul.checkout-products li.cart_item .right-item .product-attributes {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
  text-align: left;
}
.right .sticky-area ul.checkout-products li.cart_item .right-item .price {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #ffffff !important;
  text-transform: uppercase;
}
.right .sticky-area ul.checkout-products li.cart_item .right-item .price p, .right .sticky-area ul.checkout-products li.cart_item .right-item .price span {
  color: #ffffff;
}

.checkout-container .paragraph {
  margin-top: 40px;
  max-width: 900px;
}
