@charset "UTF-8";
/*
Theme Name: Vilgma
Author: Matas Čypas
Author URI: https://cypas.lt/
Description: Vilgma theme
Tags: vilgma
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  font-family: "Inter", serif;
  overflow-x: hidden;
}

.btn {
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .btn.btn-mobile-block {
    width: 100%;
  }
}

select.form-control.disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.big-title {
  color: var(--Text-Primary, #181D27);
  /* Display lg/Semibold */
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 125% */
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .big-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.72px;
  }
}

.title {
  color: var(--Text-Primary, #181D27);
  /* Display md/Semibold */
  font-family: "Playfair Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
  }
}

.desc {
  color: var(--Text-Secondary, #252B37);
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mw-100 {
  max-width: 100%;
}

.form-group label {
  color: var(--Gray-700, #414651);
  /* Text sm/Medium */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 6px;
}

.form-check-input:checked {
  background-color: #A08862;
  border-color: #A08862;
}

.form-check {
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form-check a {
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.form-control {
  color: var(--Gray-500, #667085);
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 10px 14px;
  border-radius: 0;
}

.btn-outline-primary {
  --bs-btn-color: #A08862;
  --bs-btn-border-color: #A08862;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A08862;
  --bs-btn-hover-border-color: #A08862;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #A08862;
  --bs-btn-active-border-color: #A08862;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #A08862;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #A08862;
  --bs-gradient: none;
}
.btn-outline-primary svg {
  position: relative;
  top: -1px;
}
.btn-outline-primary .hover {
  display: none;
}
.btn-outline-primary:hover .hover {
  display: inline;
}
.btn-outline-primary:hover .normal {
  display: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #A08862;
  --bs-btn-border-color: #A08862;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A08862;
  --bs-btn-disabled-border-color: #A08862;
}

.btn-primary:hover {
  color: var(--bs-btn-hover-color);
  background-color: #79674a;
  border-color: #79674a;
}

.btn-grey {
  border-color: #D5D7DA;
  background-color: #fff;
  padding: 8px 14px;
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.btn-grey:hover, .btn-grey:active {
  background-color: #D5D7DA;
}
.btn-grey svg {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.navbar {
  border-bottom: 1px solid var(--Border-Input, #D5D7DA);
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
}
@media (max-width: 768px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar .navbar-brand img {
  max-height: 60px;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    max-height: 40px;
  }
}
.navbar .nav-link {
  color: var(--Gray-900, #181D27);
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.navbar .nav-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .navbar .nav-link {
    font-family: "Playfair Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
  }
}
.navbar .nav-item .btn-outline-primary {
  margin-left: 16px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .navbar .nav-item .btn-outline-primary {
    width: 100%;
    margin: 0;
  }
}
.navbar .dropdown-toggle::after {
  background: url("assets/img/CaretDown.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.navbar .btn-outline-primary {
  padding: 10px 16px;
}
.navbar .dropdown-menu[data-bs-popper] {
  top: 64px;
}
.navbar .dropdown-menu {
  --bs-dropdown-link-active-bg: #A08862;
  border-radius: 4px;
  border: 1px solid var(--Border-Input, #D5D7DA);
  background: #FFF;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    border: 0;
    text-align: center;
  }
}
.navbar .dropdown-item {
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.navbar .navbar-toggler {
  border: 0;
  padding: 10px;
  padding-right: 0;
  outline: none;
  box-shadow: none;
}
.navbar .mobile-cart-icon {
  display: none;
  padding: 10px;
  padding-right: 7px;
}
.navbar .mobile-cart-icon img {
  width: 20px;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .navbar .mobile-cart-icon {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}
.section {
  padding: 110px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }
}

.hero .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .title {
  color: var(--Black, #000);
  /* Display xl/Semibold */
  font-family: "Playfair Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  /* 120% */
  letter-spacing: -1.2px;
}
@media (max-width: 768px) {
  .hero .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.72px;
  }
}
.hero img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .hero .btn {
    width: 100%;
    margin-bottom: 40px;
  }
}

.services {
  padding-bottom: 62px;
}
.services .row {
  margin-left: -16px;
  margin-right: -16px;
}
.services .row > div {
  padding: 0 16px 48px;
}
@media (max-width: 768px) {
  .services .row > div {
    padding-bottom: 12px;
  }
}
.services .service {
  border: 1px solid var(--Border-Input, #D5D7DA);
  padding: 24px;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .services .service {
    padding: 16px;
  }
}
.services .service .service-title {
  color: var(--Text-Primary, #181D27);
  /* Text xl/Medium */
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}

.process .inside {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .process .inside {
    margin-bottom: 40px;
  }
}
.process .subtitle {
  color: var(--Text-Tertiary, #717680);
  text-align: center;
  /* Text md/Medium */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.process img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .process .btn {
    width: 100%;
  }
}

.why-us .subtitle {
  color: var(--Text-Primary, #181D27);
  /* Text xl/Medium */
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 768px) {
  .why-us .title {
    margin-bottom: 24px;
  }
  .why-us .top {
    margin-bottom: 40px;
  }
  .why-us img {
    margin-bottom: 16px;
  }
  .why-us .single {
    margin-bottom: 32px;
  }
}

.faq {
  background: var(--Gray-50, #FAFAFA);
}
.faq .container {
  max-width: 768px;
}
.faq .accordion-button {
  padding: 24px;
  color: var(--Text-Primary, #181D27);
  /* Text xl/Medium */
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}
.faq .accordion-button:not(.collapsed) {
  background: #fff;
}
@media (max-width: 768px) {
  .faq .accordion-button {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
  }
}
.faq .accordion-body {
  color: var(--Text-Secondary, #252B37);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  border-top: 0;
}
.faq .accordion-item {
  margin-bottom: 12px;
}
.faq .subtitle {
  color: var(--Black, #000);
  text-align: center;
  /* Display xs/Semibold */
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

.footer {
  background: var(--Gray-900, #181D27);
  padding: 60px 0;
}
@media (max-width: 768px) {
  .footer .logo {
    margin-bottom: 16px;
  }
}
.footer .both {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .both {
    flex-direction: column;
  }
}
.footer .footer-menu {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .footer .footer-menu {
    margin-bottom: 32px;
  }
}
.footer .footer-menu a {
  color: var(--White, #FFF);
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-right: 16px;
  text-decoration: none;
}
.footer .footer-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer .footer-menu a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.footer .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #252B37;
}
.footer .footer-bottom span,
.footer .footer-bottom a {
  color: var(--Text-Tertiary, #717680);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.footer .footer-bottom a {
  text-decoration: underline;
  margin-left: 24px;
}

.page-header {
  background: var(--Bluelight-50, #F5F5F5);
}
.page-header .title {
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 125% */
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .page-header .title {
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: -0.72px;
  }
}

.history .subtitle {
  color: var(--Text-Tertiary, #717680);
  /* Text md/Medium */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.stats .value {
  color: var(--Text-Primary, #181D27);
  /* Display sm/Semibold */
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}

.features.flip .row {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .features.flip .row {
    flex-direction: column-reverse;
  }
}
.features .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .features .vertical-center {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .features .row {
    flex-direction: column-reverse;
  }
}

.contact .contact-line a:not(.inline) {
  display: block;
  color: var(--Black, #000);
  /* Text md/Medium */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-decoration: none;
}
.contact .contact-line a:not(.inline) svg {
  margin-right: 16px;
}
.contact a.inline {
  text-decoration: none;
}

.page-content {
  color: var(--Text-Secondary, #252B37);
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.page-content h1,
.page-content h2 {
  color: var(--Text-Primary, #181D27);
  /* Display md/Semibold */
  font-family: "Playfair Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .page-content h1,
  .page-content h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
  }
}
.page-content h3 {
  color: var(--Text-Primary, #181D27);
  /* Display md/Semibold */
  font-family: "Playfair Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .page-content h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
  }
}
.page-content h4 {
  color: var(--Text-Primary, #181D27);
  /* Display sm/Semibold */
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}
@media (max-width: 768px) {
  .page-content h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
  }
}
.page-content.margin img,
.page-content.margin h2,
.page-content.margin p {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page-content.margin img,
  .page-content.margin h2,
  .page-content.margin p {
    margin-bottom: 16px;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.wc-content {
  padding-top: 32px;
}

.single-product-container {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .single-product-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.single-product-container .product {
  display: flex;
}
@media (max-width: 991px) {
  .single-product-container .product {
    flex-direction: column;
  }
}
.single-product-container .product_title {
  color: var(--Text-Primary, #181D27);
  /* Display sm/Semibold */
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-product-container .product_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
  }
}
.single-product-container .woocommerce-product-details__short-description {
  color: var(--Text-Secondary, #252B37);
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 16px;
}
.single-product-container .select-option.is-invalid .btn-option:not(.active) {
  border-color: #dc3545;
}
.single-product-container .btn-option {
  padding: 9px 18px;
  color: var(--Text-Primary, #181D27);
  /* Text md/Medium */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  border-radius: 0px;
  border: 1px solid var(--Border-Input, #D5D7DA);
  margin-right: 12px;
  vertical-align: middle;
}
.single-product-container .btn-option.btn-color {
  padding: 9px 11px;
}
.single-product-container .btn-option.btn-color .color-circle {
  margin-right: 0 !important;
}
.single-product-container .btn-option:hover, .single-product-container .btn-option.active {
  border-color: #A08862;
}
.single-product-container .color-circle {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 1px solid var(--Border-Input, #D5D7DA);
  background: #FFF;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.single-product-container .color-circle.black {
  background-color: #000;
}
.single-product-container .big-value {
  color: var(--Text-Primary, #181D27);
  /* Display sm/Semibold */
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}
.single-product-container .hint {
  color: var(--Text-Tertiary, #717680);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.single-product-container .details {
  color: var(--Text-Tertiary, #1E1E1E);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 10px;
  display: block;
}
.single-product-container .details.inline {
  display: flex;
}
.single-product-container .details span {
  display: block;
}
.single-product-container .details .info {
  color: var(--Text-Secondary, #757575);
}
.single-product-container .details svg {
  min-width: 22px;
  margin-right: 12px;
}
.single-product-container .summary {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .single-product-container .summary {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .single-product-container .summary {
    padding: 0;
    width: 100% !important;
  }
}

.our-process .subtitle {
  color: var(--Text-Primary, #181D27);
  text-align: center;
  /* Text xl/Medium */
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

#komoda {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 600px;
}
@media (max-width: 1300px) {
  #komoda {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  #komoda {
    height: 420px;
  }
}
@media (max-width: 991px) {
  #komoda {
    height: 400px;
  }
}
@media (max-width: 768px) {
  #komoda {
    height: 350px;
  }
}

.control[data-v-baa6ec1b] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.control button[data-v-baa6ec1b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.control button[data-v-baa6ec1b]:hover {
  transform: scale(1.1);
}

.hanger-placeholder {
  width: 48%;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .hanger-placeholder {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .hanger-placeholder {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.woocommerce-auth-form {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-auth-form .lost_password {
  text-align: right;
  margin-top: 10px;
}
.woocommerce-auth-form .lost_password a {
  color: var(--Text-Tertiary, #717680);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.woocommerce-auth-form .bottom-text {
  color: var(--Text-Secondary, #252B37);
  text-align: center;
  /* Text md/Regular */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-auth-form .bottom-text a {
  text-decoration: underline;
  color: var(--Text-Secondary, #252B37);
}

.btn-block {
  width: 100%;
}

.woocommerce-cart {
  background: var(--Bluelight-50, #F5F5F5);
}
.woocommerce-cart .section {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .woocommerce-cart .section {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart-page {
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cart-page {
    padding: 32px 16px;
  }
}
@media (max-width: 768px) {
  .cart-page .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }
}
.cart-page .items-list {
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .cart-page .items-list {
    padding-bottom: 0;
  }
}
.cart-page .cart-totals {
  padding-top: 24px;
  border-top: 1px solid #D5D7DA;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cart-page .cart-totals {
    border-top: 0;
    padding-top: 12px;
  }
}
.cart-page .cart-totals .single-total {
  margin-right: 32px;
}
.cart-page .cart-totals .single-total .name {
  color: var(--Text-Secondary, #252B37);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.cart-page .cart-totals .single-total .value {
  color: var(--Text-Primary, #181D27);
  /* Display sm/Semibold */
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}
@media (max-width: 768px) {
  .cart-page .cart-totals .single-total .value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
  }
}
@media (max-width: 768px) {
  .cart-page .btn-checkout {
    display: block;
  }
}

.single-item {
  padding: 24px;
  border: 1px solid #D9D9D9;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}
.single-item.v2 {
  flex-direction: column;
  padding: 16px;
}
@media (max-width: 991px) {
  .single-item {
    flex-direction: column;
    padding: 16px;
  }
}
.single-item .image {
  min-width: 124px;
  max-width: 124px;
  height: 124px;
  background: #F4F4F4;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.single-item .image.v2 {
  min-width: 96px;
  max-width: 96px;
  height: 96px;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .single-item .image {
    min-width: 96px;
    max-width: 96px;
    height: 96px;
    margin-right: 16px;
  }
  .single-item .image.desktop-image {
    display: none;
  }
}
.single-item .content {
  width: 100%;
}
.single-item .content .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-item .content .top {
    display: none;
  }
}
.single-item .content .details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-item .content .details.v2 {
  flex-direction: column;
}
@media (max-width: 991px) {
  .single-item .content .details {
    flex-direction: column;
  }
}
.single-item .content .details .left,
.single-item .content .details .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-item .top {
  margin-bottom: 16px;
}
.single-item .order-title {
  color: var(--Text-Secondary, #252B37);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .single-item .order-title {
    margin-bottom: 5px;
  }
}
.single-item .order-no {
  color: var(--Text-Primary, #181D27);
  /* Text lg/Semibold */
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}
.single-item .single-detail {
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .single-item .single-detail.v1 {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .single-item .single-detail.v1 {
    min-width: 33%;
    max-width: 33%;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .single-item .single-detail.v1 {
    min-width: 50%;
    max-width: 50%;
  }
}
.single-item .single-detail.v2 {
  min-width: 33%;
  max-width: 33%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .single-item .single-detail.v2 {
    min-width: 50%;
    max-width: 50%;
  }
}
.single-item .single-detail:last-child {
  padding-right: 0;
}
.single-item .single-detail .name {
  color: var(--Text-Secondary, #252B37);
  /* Text sm/Regular */
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 5px;
}
.single-item .single-detail .value {
  color: var(--Text-Primary, #181D27);
  /* Text lg/Medium */
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}
@media (max-width: 1200px) {
  .single-item .details .right .single-detail.v1 {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .single-item .details .right .single-detail.v1 {
    min-width: 33%;
    max-width: 33%;
  }
}
@media (max-width: 768px) {
  .single-item .details .right .single-detail.v1 {
    min-width: 50%;
    max-width: 50%;
  }
}
.single-item .details .right .single-detail.v2 {
  min-width: 33%;
  max-width: 33%;
}
@media (max-width: 768px) {
  .single-item .details .right .single-detail.v2 {
    min-width: 50%;
    max-width: 50%;
  }
}
.single-item .edit-btn {
  margin-right: 12px;
}
.single-item .mobile-top {
  display: none;
}
.single-item .mobile-top.show {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.single-item .mobile-top .order-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .single-item .mobile-top {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
  }
}
.single-item .mobile-actions {
  display: none;
}
.single-item .mobile-actions .btn {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.single-item .mobile-actions .btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .single-item .mobile-actions {
    display: block;
  }
}

.woocommerce-checkout {
  background-color: #F5F5F5;
}
.woocommerce-checkout .section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.woocommerce-checkout .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.woocommerce-checkout .box {
  padding: 24px;
  background: #fff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .box {
    padding: 16px;
  }
}
.woocommerce-checkout .box .box-title {
  color: var(--Text-Primary, #181D27);
  /* Display xs/Semibold */
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}
.woocommerce-checkout .box .box-title.smaller {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}
.woocommerce-checkout .box .box-title svg {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .box .box-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    margin-bottom: 16px;
  }
}
.woocommerce-checkout .checkout-line {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-line.final {
  border-top: 1px solid #D5D7DA;
  padding-top: 24px;
}
.woocommerce-checkout .checkout-line .name {
  color: var(--Text-Secondary, #252B37);
  text-align: center;
  /* Text lg/Regular */
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.woocommerce-checkout .checkout-line .value {
  color: var(--Text-Primary, #181D27);
  text-align: center;
  /* Text lg/Medium */
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}
@media (max-width: 768px) {
  .woocommerce-checkout .mobile-flip-row {
    flex-direction: column-reverse;
  }
}

.woocommerce-checkout #payment {
  background: transparent;
  padding: 0;
  border: 1px solid #A4A7AE;
  padding: 24px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .woocommerce-checkout #payment {
    padding: 16px;
  }
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
}

div.paysera-payments.grid div.paysera-payment-method label {
  border: 1px solid #A4A7AE !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.payment-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.payment-group-wrapper .payment-group-title {
  min-width: 100%;
  max-width: 100%;
  color: var(--Text-Primary, #181D27);
  /* Display xs/Semibold */
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.payment-group-wrapper .paysera-payment-method {
  min-width: 33%;
  max-width: 33%;
  margin-bottom: 0;
}
.payment-group-wrapper .paysera-payment-method label {
  height: 100%;
  color: var(--Text-Primary, #181D27);
  font-family: "Playfair Display";
  font-weight: bold !important;
}
@media (max-width: 768px) {
  .payment-group-wrapper .paysera-payment-method {
    min-width: 50%;
    max-width: 50%;
  }
}

div.paysera-payments.grid span.paysera-text {
  font-weight: 500;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  max-width: 120px;
  width: 100%;
  margin-top: 5px;
  margin-left: 0 !important;
}

.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

div.paysera-payments div.paysera-payment-method {
  margin-bottom: 0 !important;
}

label[for=payment_method_paysera] img {
  margin-left: 10px;
}

.woocommerce-account.logged-in {
  background: #F5F5F5;
}
.woocommerce-account.logged-in .section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.woocommerce-account.logged-in .user-account {
  background: #fff;
  padding: 32px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .user-account {
    padding: 16px;
  }
}
.woocommerce-account.logged-in .title {
  color: var(--Text-Primary, #181D27);
  /* Display sm/Semibold */
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
}
.woocommerce-account.logged-in .status-title {
  color: var(--Text-Primary, #181D27);
  /* Text md/Medium */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin-bottom: 16px;
}
.woocommerce-account.logged-in .nav-pills .nav-link {
  color: var(--Text-Tertiary, #717680);
  /* Text md/Medium */
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .nav-pills .nav-link {
    padding: 8px 12px;
  }
}
.woocommerce-account.logged-in .nav-pills .nav-link.active {
  background: var(--Gray-100, #F5F5F5);
  color: var(--Text-Primary, #181D27);
}
.woocommerce-account.logged-in .user-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .user-top {
    margin-bottom: 24px;
  }
  .woocommerce-account.logged-in .user-top .btn {
    display: none;
  }
}
.woocommerce-account.logged-in .btn-mobile {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce-account.logged-in .btn-mobile {
    display: block;
  }
}

.thank-you .green-circle {
  width: 95px;
  line-height: 95px;
  text-align: center;
  border-radius: 99999px;
  background: var(--Success-50, #ECFDF3);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.thank-you .title1 {
  color: var(--Text-Primary, #181D27);
  text-align: center;
  /* Text xl/Medium */
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  margin-bottom: 24px;
}

.thank-container {
  background-color: #fff;
  padding: 24px;
}

.woocommerce-shop .wc-content {
  padding: 112px 0;
}
@media (max-width: 991px) {
  .woocommerce-shop .wc-content {
    padding: 64px 0;
  }
}
.woocommerce-shop .woocommerce-products-header__title {
  color: var(--Text-Primary, #181D27);
  /* Display lg/Semibold */
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .woocommerce-shop .woocommerce-products-header__title {
    margin-bottom: 48px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 126.667% */
  }
}

.wc-products a {
  text-decoration: none;
}
.wc-products .woocommerce-loop-product__title {
  padding: 0;
  color: var(--Text-Primary, #1E1E1E);
  /* Text lg/Semibold */
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wc-products .woocommerce-loop-product__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
}
.wc-products img {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .wc-products img {
    margin-bottom: 12px;
  }
}
.wc-products .onsale {
  display: none;
}
.wc-products .price * {
  color: var(--Text-Primary, #181D27);
  /* Text xl/Semibold */
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
@media (max-width: 768px) {
  .wc-products .price * {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
  }
}
.wc-products div.product {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .wc-products div.product {
    margin-bottom: 48px;
  }
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 18px;
  margin-left: -6px;
  margin-right: -6px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  padding: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
  width: 80px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 24px;
  font-family: "Playfair Display";
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-color: #dee2e6;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.cp-check {
  padding-left: 7px;
}

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