@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Bootstrap SCSS */
@import "../css/swiper-bundle.min.css";
@import "../css/bootstrap-select.min.css";
@import "../css/jquery.fancybox.min.css";
:root,
[data-bs-theme=light] {
  --bs-blue: transparent;
  --bs-indigo: transparent;
  --bs-purple: transparent;
  --bs-pink: transparent;
  --bs-red: transparent;
  --bs-orange: transparent;
  --bs-yellow: transparent;
  --bs-green: transparent;
  --bs-teal: transparent;
  --bs-cyan: transparent;
  --bs-black: #000;
  --bs-white: transparent;
  --bs-gray: transparent;
  --bs-gray-dark: transparent;
  --bs-gray-100: transparent;
  --bs-gray-200: transparent;
  --bs-gray-300: transparent;
  --bs-gray-400: transparent;
  --bs-gray-500: transparent;
  --bs-gray-600: transparent;
  --bs-gray-700: transparent;
  --bs-gray-800: transparent;
  --bs-gray-900: transparent;
  --bs-primary: transparent;
  --bs-secondary: transparent;
  --bs-success: transparent;
  --bs-info: transparent;
  --bs-warning: transparent;
  --bs-danger: transparent;
  --bs-light: transparent;
  --bs-dark: transparent;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary-rgb: 0, 0, 0;
  --bs-success-rgb: 0, 0, 0;
  --bs-info-rgb: 0, 0, 0;
  --bs-warning-rgb: 0, 0, 0;
  --bs-danger-rgb: 0, 0, 0;
  --bs-light-rgb: 0, 0, 0;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: rgba(0, 0, 0, 0.6);
  --bs-secondary-text-emphasis: rgba(0, 0, 0, 0.6);
  --bs-success-text-emphasis: rgba(0, 0, 0, 0.6);
  --bs-info-text-emphasis: rgba(0, 0, 0, 0.6);
  --bs-warning-text-emphasis: rgba(0, 0, 0, 0.6);
  --bs-danger-text-emphasis: rgba(0, 0, 0, 0.6);
  --bs-light-text-emphasis: transparent;
  --bs-dark-text-emphasis: transparent;
  --bs-primary-bg-subtle: rgba(255, 255, 255, 0.8);
  --bs-secondary-bg-subtle: rgba(255, 255, 255, 0.8);
  --bs-success-bg-subtle: rgba(255, 255, 255, 0.8);
  --bs-info-bg-subtle: rgba(255, 255, 255, 0.8);
  --bs-warning-bg-subtle: rgba(255, 255, 255, 0.8);
  --bs-danger-bg-subtle: rgba(255, 255, 255, 0.8);
  --bs-light-bg-subtle: rgba(0, 0, 0, 0);
  --bs-dark-bg-subtle: transparent;
  --bs-primary-border-subtle: rgba(255, 255, 255, 0.6);
  --bs-secondary-border-subtle: rgba(255, 255, 255, 0.6);
  --bs-success-border-subtle: rgba(255, 255, 255, 0.6);
  --bs-info-border-subtle: rgba(255, 255, 255, 0.6);
  --bs-warning-border-subtle: rgba(255, 255, 255, 0.6);
  --bs-danger-border-subtle: rgba(255, 255, 255, 0.6);
  --bs-light-border-subtle: transparent;
  --bs-dark-border-subtle: transparent;
  --bs-white-rgb: 0, 0, 0;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: transparent;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: transparent;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: transparent;
  --bs-secondary-bg-rgb: 0, 0, 0;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: transparent;
  --bs-tertiary-bg-rgb: 0, 0, 0;
  --bs-heading-color: inherit;
  --bs-link-color: transparent;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgba(0, 0, 0, 0.2);
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-code-color: transparent;
  --bs-highlight-bg: rgba(255, 255, 255, 0.8);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: transparent;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 0, 0, 0.25);
  --bs-form-valid-color: transparent;
  --bs-form-valid-border-color: transparent;
  --bs-form-invalid-color: transparent;
  --bs-form-invalid-border-color: transparent;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: transparent;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: transparent;
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-emphasis-color: transparent;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: transparent;
  --bs-secondary-bg-rgb: 0, 0, 0;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: rgba(0, 0, 0, 0);
  --bs-tertiary-bg-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: rgba(255, 255, 255, 0.4);
  --bs-secondary-text-emphasis: rgba(255, 255, 255, 0.4);
  --bs-success-text-emphasis: rgba(255, 255, 255, 0.4);
  --bs-info-text-emphasis: rgba(255, 255, 255, 0.4);
  --bs-warning-text-emphasis: rgba(255, 255, 255, 0.4);
  --bs-danger-text-emphasis: rgba(255, 255, 255, 0.4);
  --bs-light-text-emphasis: transparent;
  --bs-dark-text-emphasis: transparent;
  --bs-primary-bg-subtle: rgba(0, 0, 0, 0.8);
  --bs-secondary-bg-subtle: rgba(0, 0, 0, 0.8);
  --bs-success-bg-subtle: rgba(0, 0, 0, 0.8);
  --bs-info-bg-subtle: rgba(0, 0, 0, 0.8);
  --bs-warning-bg-subtle: rgba(0, 0, 0, 0.8);
  --bs-danger-bg-subtle: rgba(0, 0, 0, 0.8);
  --bs-light-bg-subtle: transparent;
  --bs-dark-bg-subtle: rgba(0, 0, 0, 0.5);
  --bs-primary-border-subtle: rgba(0, 0, 0, 0.4);
  --bs-secondary-border-subtle: rgba(0, 0, 0, 0.4);
  --bs-success-border-subtle: rgba(0, 0, 0, 0.4);
  --bs-info-border-subtle: rgba(0, 0, 0, 0.4);
  --bs-warning-border-subtle: rgba(0, 0, 0, 0.4);
  --bs-danger-border-subtle: rgba(0, 0, 0, 0.4);
  --bs-light-border-subtle: transparent;
  --bs-dark-border-subtle: transparent;
  --bs-heading-color: inherit;
  --bs-link-color: rgba(255, 255, 255, 0.4);
  --bs-link-hover-color: rgba(255, 255, 255, 0.52);
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
  --bs-code-color: rgba(255, 255, 255, 0.4);
  --bs-border-color: transparent;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.15);
  --bs-form-valid-color: rgba(255, 255, 255, 0.4);
  --bs-form-valid-border-color: rgba(255, 255, 255, 0.4);
  --bs-form-invalid-color: rgba(255, 255, 255, 0.4);
  --bs-form-invalid-border-color: rgba(255, 255, 255, 0.4);
}
/* Pages */
.gift-single .gift-details {
  position: relative;
  display: flex;
  margin: 0 0 70px 0;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .gift-single .gift-details {
    flex-direction: column;
  }
}
.gift-single .gift-details .image {
  flex-shrink: 0;
  width: 488px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1199px) {
  .gift-single .gift-details .image {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .image {
    padding: 30px 0 0 30px;
    background: none !important;
    box-shadow: none;
  }
  .gift-single .gift-details .image img {
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .gift-single .gift-details .image {
    width: 100%;
    padding: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .gift-single .gift-details .image {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}
.gift-single .gift-details .summary {
  position: relative;
  flex-grow: 1;
  padding: 69px 70px 76px 55px;
}
@media screen and (max-width: 1199px) {
  .gift-single .gift-details .summary {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary {
    position: static;
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .gift-single .gift-details .summary {
    padding: 30px 20px 20px 20px;
  }
}
.gift-single .gift-details .summary .sticker {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  background-color: #C69866;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .gift-single .gift-details .summary .sticker {
    right: 20px;
    width: 76px;
    height: 76px;
    padding: 10px;
  }
}
@media screen and (max-width: 1299px) {
  .gift-single .gift-details .summary .sticker {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .gift-single .gift-details .summary .sticker {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary .sticker {
    right: auto;
    left: 15px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .gift-single .gift-details .summary .sticker {
    top: 10px;
    left: 10px;
  }
}
.gift-single .gift-details .summary .sticker img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.gift-single .gift-details .summary .title {
  margin: 0 0 25px 0;
  padding-right: 40px;
  line-height: normal;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .gift-single .gift-details .summary .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary .title {
    padding-right: 0;
    font-size: 24px;
  }
}
.gift-single .gift-details .summary .product-price {
  margin: 0 0 28px 0;
  color: #C69866;
}
.gift-single .gift-details .summary .product-price .price {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.gift-single .gift-details .summary .product-price .price strong {
  color: #000;
}
.gift-single .gift-details .summary .product-price span:not(.price) {
  display: block;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: 2px;
}
.gift-single .gift-details .summary .short-text {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary .short-text {
    font-size: 15px;
  }
}
.gift-single .gift-details .summary .short-text p:last-child {
  margin: 0;
}
.gift-single .gift-details .summary .add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px 0;
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary .add-to-cart {
    width: 100%;
  }
  .gift-single .gift-details .summary .add-to-cart .quantity {
    width: 100%;
  }
  .gift-single .gift-details .summary .add-to-cart .quantity input {
    flex-grow: 1;
  }
}
.gift-single .gift-details .summary .add-to-cart button[type=submit] {
  padding-right: 0;
  min-width: 310px;
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary .add-to-cart button[type=submit] {
    min-width: 1px;
    width: 100%;
  }
}
.gift-single .gift-details .summary .add-to-cart button[type=submit] span {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 56px;
  padding-right: 20px;
  background: url("../images/btn-buy-lines.svg") right center no-repeat;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .gift-single .gift-details .summary .add-to-cart button[type=submit] span {
    justify-content: center;
    text-align: center;
  }
}
.gift-single .gift-details .summary .add-to-cart button[type=submit]::after {
  content: "";
  height: 56px;
  width: 75px;
  background: url("../images/buy-arrow-icon.svg") center center no-repeat;
  border-radius: 0 3px 3px 0;
}
.gift-single .gallery-swiper {
  margin: 0 0 75px 0;
}
.gift-single .gallery-swiper .block-heading {
  margin: 0 0 35px 0;
  font-weight: 600;
  font-size: 25px;
}
.gift-single .gifts-cards-swiper .block-heading {
  margin: 0 0 35px 0;
  line-height: 1.1;
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 1299px) {
  .gift-single .gifts-cards-swiper .block-heading {
    margin: 0 0 15px 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .gift-single .gifts-cards-swiper .block-heading {
    margin: 0 0 35px 0;
  }
}

.about-castle {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 175px 0 0 0;
  margin-top: -80px;
  background: url("../images/about-bg-image.png") center top no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .about-castle {
    background-position: center -200px;
  }
}
@media screen and (max-width: 768px) {
  .about-castle {
    padding: 100px 0 0 0;
    margin-bottom: 0;
    background: none;
  }
  .about-castle::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 400px;
    background: url("../images/about-bg-image.png") center -200px no-repeat;
  }
}
.about-castle .content-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 40px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .about-castle .content-container {
    gap: 60px 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about-castle .content-container {
    gap: 90px 0;
  }
}
.about-castle .text {
  position: relative;
  top: -50px;
  flex-shrink: 0;
  width: 530px;
}
@media screen and (max-width: 1599px) and (min-width: 992px) {
  .about-castle .text {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .about-castle .text {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-castle .text {
    top: 0;
  }
}
.about-castle .text .section-heading {
  margin-bottom: 25px;
}
.about-castle .text p {
  margin-bottom: 55px;
}
@media screen and (min-width: 1200px) {
  .about-castle .text .btn {
    min-width: 320px;
  }
}
@media screen and (max-width: 991px) {
  .about-castle .text .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .about-castle .text .btn {
    width: 100%;
  }
}
.about-castle .gallery {
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) and (min-width: 992px) {
  .about-castle .gallery {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .about-castle .gallery {
    order: 2;
  }
}
.about-castle .gallery .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}
.about-castle .gallery .list .item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
.about-castle .gallery .list .item img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  border-radius: 10px;
}
.about-castle .gallery .list .item:nth-child(2n+0) img {
  margin-top: -30px;
}
.about-castle .services-categories {
  margin: 59px 0 0 0;
}
@media screen and (max-width: 991px) {
  .about-castle .services-categories {
    margin-top: 70px;
  }
}
.about-castle .services-categories .block-heading {
  margin-bottom: 63px;
  line-height: 40px;
  font-size: 35px;
}
@media screen and (max-width: 1299px) {
  .about-castle .services-categories .block-heading {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about-castle .services-categories .block-heading {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about-castle .services-categories .block-heading {
    margin-bottom: 30px;
  }
}
.about-castle .services-categories .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
}
@media screen and (max-width: 1399px) {
  .about-castle .services-categories .list {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-castle .services-categories .list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-castle .services-categories .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about-castle .services-categories .list {
    gap: 15px;
  }
}
.about-castle .services-categories .cat-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1399px) {
  .about-castle .services-categories .cat-item {
    font-size: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .about-castle .services-categories .cat-item {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .about-castle .services-categories .cat-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-castle .services-categories .cat-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  .about-castle .services-categories .cat-item {
    font-size: 16px;
  }
}
.about-castle .services-categories .cat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.about-castle .services-categories .cat-item img {
  border-radius: 10px;
}
.about-castle .services-categories .cat-item span {
  position: absolute;
  padding: 0 20px;
  z-index: 1;
}
.about-castle .services-categories .cat-item:hover::before {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 576px) {
  .contacts-page {
    position: relative;
  }
}
.contacts-page::before {
  content: "";
  position: absolute;
  top: -134px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/contacts-page-bg.png") center top no-repeat;
}
@media screen and (max-width: 575px) {
  .contacts-page::before {
    top: 80px;
  }
}
.contacts-page .form-container {
  position: relative;
  display: flex;
  gap: 0 145px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .contacts-page .form-container {
    gap: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .contacts-page .form-container {
    gap: 0 70px;
  }
}
@media screen and (max-width: 860px) {
  .contacts-page .form-container {
    flex-direction: column;
    gap: 70px 0;
  }
}
@media screen and (min-width: 861px) {
  .contacts-page form {
    width: 52.42%;
  }
}
@media screen and (min-width: 769px) {
  .contacts-page form textarea {
    min-height: 56px;
  }
}
.contacts-page form .submit-form .form-group {
  margin: 0 0 16px 0;
}
.contacts-page form button[type=submit],
.contacts-page form input[type=submit] {
  min-width: 170px;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .contacts-page form button[type=submit],
  .contacts-page form input[type=submit] {
    width: 100%;
  }
}
.contacts-page .contacts-details {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  flex-grow: 1;
}
@media screen and (max-width: 860px) and (min-width: 576px) {
  .contacts-page .contacts-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 30px;
  }
}
.contacts-page .contacts-details .block h2, .contacts-page .contacts-details .block .h2, .contacts-page .contacts-details .block h3, .contacts-page .contacts-details .block .h3, .contacts-page .contacts-details .block h4, .contacts-page .contacts-details .block .h4 {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 861px) {
  .contacts-page .contacts-details .block:last-child {
    margin-top: 30px;
  }
}
.contacts-page .google-map {
  position: relative;
  margin-top: 95px;
  margin-bottom: -275px;
}
@media screen and (max-width: 768px) {
  .contacts-page .google-map {
    margin-top: 70px;
    margin-bottom: -245px;
  }
}
.contacts-page .google-map .container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .contacts-page .google-map .container {
    justify-content: center;
  }
}
.contacts-page .google-map .view-map {
  padding: 0 0 4px 0;
  background: url("../images/link-underline.svg") left bottom repeat-x;
  font-size: 14px;
  font-weight: 700;
  color: #394A58;
  letter-spacing: 2px;
}
.contacts-page .google-map .view-map:hover {
  color: #C69866;
}
.contacts-page .google-map .map-holder {
  position: relative;
  margin-top: 25px;
}
.contacts-page .google-map .map-holder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: #fff;
}
.contacts-page .google-map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contacts-page .google-map iframe {
    height: 650px;
  }
}

.single-event-container .main-blocks {
  display: flex;
  align-items: center;
  gap: 0 78px;
  margin: 0 0 70px 0;
}
@media screen and (max-width: 1399px) {
  .single-event-container .main-blocks {
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .single-event-container .main-blocks {
    flex-direction: column;
    gap: 40px 0;
  }
}
.single-event-container .main-blocks .event-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 1;
  border-radius: 40px;
}
.single-event-container .main-blocks .event-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 40px;
}
.single-event-container .main-blocks .event-image img {
  border-radius: 40px;
}
.single-event-container .main-blocks .event-image .title-holder {
  position: absolute;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.single-event-container .main-blocks .event-image .title-holder .title {
  margin: 0 0 16px 0;
  font-size: 70px;
  color: #fff;
}
@media screen and (max-width: 1499px) {
  .single-event-container .main-blocks .event-image .title-holder .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1299px) {
  .single-event-container .main-blocks .event-image .title-holder .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .single-event-container .main-blocks .event-image .title-holder .title {
    margin-bottom: 5px;
    font-size: 40px;
  }
}
@media screen and (max-width: 460px) {
  .single-event-container .main-blocks .event-image .title-holder .title {
    font-size: 32px;
  }
}
.single-event-container .main-blocks .event-image .title-holder .sub-title {
  margin: 0;
  font-weight: 600;
  font-size: 35px;
}
@media screen and (max-width: 1499px) {
  .single-event-container .main-blocks .event-image .title-holder .sub-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .single-event-container .main-blocks .event-image .title-holder .sub-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .single-event-container .main-blocks .event-image .title-holder .sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  .single-event-container .main-blocks .event-image .title-holder .sub-title {
    font-size: 16px;
  }
}
.single-event-container .main-blocks .event-image .cover-image {
  position: absolute;
  top: 7px;
  right: -65px;
  padding: 5px;
  background: rgba(198, 152, 102, 0.2);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.3);
  transform: rotate(8.35deg);
  z-index: 1;
  border-radius: 10px;
}
.single-event-container .main-blocks .event-image .cover-image img {
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .single-event-container .main-blocks .event-image .cover-image img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .single-event-container .main-blocks .event-image .cover-image {
    right: -30px;
  }
}
@media screen and (max-width: 991px) {
  .single-event-container .main-blocks .event-image .cover-image {
    right: -15px;
  }
}
@media screen and (max-width: 575px) {
  .single-event-container .main-blocks .event-image .cover-image {
    top: -15px;
    right: -10px;
  }
}
.single-event-container .main-blocks .summary {
  flex-shrink: 0;
  width: 470px;
}
@media screen and (max-width: 1299px) {
  .single-event-container .main-blocks .summary {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .single-event-container .main-blocks .summary {
    width: 100%;
  }
}
.single-event-container .main-blocks .summary .event-details {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin: 0 0 50px 0;
}
.single-event-container .main-blocks .summary .event-details li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.single-event-container .main-blocks .summary .event-details li .icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 33px;
}
.single-event-container .main-blocks .summary #choose-seats-btn {
  display: inline-block;
  padding: 0;
  margin: -14px 0 26px 0;
  background: none;
  border: 0;
  line-height: 32px;
  font-size: 17px;
  color: #C69866;
  text-decoration: underline;
  cursor: pointer;
}
.single-event-container .main-blocks .summary #choose-seats-btn:hover {
  text-decoration: none;
}
.single-event-container .main-blocks .summary .quantity {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 575px) {
  .single-event-container .main-blocks .summary .quantity {
    margin: 0 0 35px 0;
    width: 100%;
  }
  .single-event-container .main-blocks .summary .quantity input {
    flex-grow: 1;
  }
}
.single-event-container .main-blocks .summary .event-price {
  margin: 0 0 48px 0;
  color: #C69866;
}
@media screen and (max-width: 575px) {
  .single-event-container .main-blocks .summary .event-price {
    margin: 0 0 35px 0;
  }
}
.single-event-container .main-blocks .summary .event-price .price {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.single-event-container .main-blocks .summary .event-price .price strong {
  color: #000;
}
.single-event-container .main-blocks .summary .event-price span:not(.price) {
  display: block;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #B5B4B2;
}
.single-event-container .main-blocks .summary .add-to-cart-btn {
  padding-right: 0;
  min-width: 310px;
}
@media screen and (max-width: 820px) {
  .single-event-container .main-blocks .summary .add-to-cart-btn {
    min-width: 1px;
    width: 100%;
  }
}
.single-event-container .main-blocks .summary .add-to-cart-btn span {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 56px;
  padding-right: 20px;
  background: url("../images/btn-buy-lines.svg") right center no-repeat;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .single-event-container .main-blocks .summary .add-to-cart-btn span {
    justify-content: center;
    text-align: center;
  }
}
.single-event-container .main-blocks .summary .add-to-cart-btn::after {
  content: "";
  height: 56px;
  width: 75px;
  background: url("../images/buy-arrow-icon.svg") center center no-repeat;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 991px) and (min-width: 821px) {
  .single-event-container .main-blocks .summary .add-to-cart {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  .single-event-container .main-blocks .summary .add-to-cart .quantity,
  .single-event-container .main-blocks .summary .add-to-cart .event-price {
    margin: 0;
  }
  .single-event-container .main-blocks .summary .add-to-cart .event-price {
    order: 1;
  }
  .single-event-container .main-blocks .summary .add-to-cart .quantity {
    order: 2;
  }
  .single-event-container .main-blocks .summary .add-to-cart .add-to-cart-btn {
    order: 3;
    margin-left: auto;
  }
}
.single-event-container .event-description {
  display: flex;
  align-items: flex-start;
  gap: 0 45px;
  margin: 0 0 42px 0;
}
@media screen and (max-width: 991px) {
  .single-event-container .event-description {
    flex-direction: column;
    gap: 45px 0;
    margin-bottom: 45px;
  }
}
.single-event-container .event-description .block-heading {
  margin: 0 0 27px 0;
  font-size: 25px;
}
.single-event-container .event-description .text {
  flex-grow: 1;
}
.single-event-container .event-description .text p {
  margin: 0 0 28px 0;
}
.single-event-container .event-description .text p:last-child {
  margin: 0;
}
.single-event-container .event-description .gallery {
  flex-shrink: 0;
  width: 641px;
  height: 100%;
}
@media screen and (max-width: 1299px) {
  .single-event-container .event-description .gallery {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .single-event-container .event-description .gallery {
    width: 100%;
  }
}
.single-event-container .event-description .gallery .content-scroll-swiper {
  max-height: 535px;
}
.single-event-container .event-description .gallery .gallery-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
@media screen and (max-width: 991px) and (min-width: 720px) {
  .single-event-container .event-description .gallery .gallery-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.single-event-container .event-description .gallery .gallery-list a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.single-event-container .event-description .gallery .gallery-list a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.single-event-container .event-description .gallery .gallery-list a:hover img {
  transform: scale(1.1) rotate(2deg);
}
.single-event-container .event-description .gallery .swiper {
  padding-right: 30px;
}
.single-event-container .event-description .gallery .swiper .swiper-scrollbar {
  width: 6px;
  background: #f6eadc;
  border-radius: 100px;
}
.single-event-container .event-description .gallery .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #738EA5;
  border-radius: 100px;
}
.single-event-container .related-events .block-heading {
  margin: 0 0 40px 0;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .single-event-container .related-events .block-heading {
    margin: 0 0 27px 0;
    font-size: 25px;
  }
}

.single-blog-post .entry-content h1, .single-blog-post .entry-content .h1 {
  margin: 0 0 35px 0;
  font-size: 35px;
}
.single-blog-post .entry-content h2, .single-blog-post .entry-content .h2 {
  margin: 0 0 35px 0;
  font-size: 25px;
}
.single-blog-post .entry-content h3, .single-blog-post .entry-content .h3 {
  margin: 0 0 35px 0;
  font-size: 18px;
}
.single-blog-post .entry-content p {
  margin: 0 0 28 px 0;
}
.single-blog-post .entry-content ul {
  margin-bottom: 50px;
}
.single-blog-post .entry-content ul li {
  position: relative;
  padding: 0 0 0 22px;
}
.single-blog-post .entry-content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.single-blog-post .entry-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #C69866;
  border-radius: 50%;
}

.cart-container {
  display: flex;
  gap: 0 17px;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .cart-container {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .cart-container {
    flex-direction: column;
    gap: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .cart-container {
    gap: 50px 0;
  }
}
.cart-container .cart-items {
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 1199px) {
  .cart-container .cart-items {
    width: 100%;
  }
}
.cart-container .cart-items table {
  width: 100%;
}
.cart-container .cart-items table .th-product,
.cart-container .cart-items table .td-product {
  width: 41.2%;
}
.cart-container .cart-items table .th-price,
.cart-container .cart-items table .td-price {
  width: 21.1%;
}
.cart-container .cart-items table .th-amount,
.cart-container .cart-items table .td-amount {
  width: 21.6%;
}
.cart-container .cart-items table .th-amount .quantity,
.cart-container .cart-items table .td-amount .quantity {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .cart-container .cart-items table .th-amount .quantity,
  .cart-container .cart-items table .td-amount .quantity {
    width: 100%;
  }
}
.cart-container .cart-items table .th-total,
.cart-container .cart-items table .td-total {
  width: 8.98%;
}
.cart-container .cart-items table .price {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 1499px) and (min-width: 769px) {
  .cart-container .cart-items table .price {
    display: flex;
    flex-direction: column;
  }
}
.cart-container .cart-items table .price strong, .cart-container .cart-items table .price b {
  font-size: 16px;
}
.cart-container .cart-items table thead th {
  border-bottom: 2px solid #C69866;
  padding: 0 0 11px 0;
  font-weight: 600;
  font-size: 17px;
  color: #242424;
  text-transform: uppercase;
  vertical-align: bottom;
}
@media screen and (max-width: 991px) {
  .cart-container .cart-items table thead th {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cart-container .cart-items table thead {
    display: none;
  }
}
.cart-container .cart-items table tbody tr td {
  padding: 25px 0;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cart-container .cart-items table tbody tr td {
    display: block;
    width: 100% !important;
  }
  .cart-container .cart-items table tbody tr td::before {
    content: attr(data-label);
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: 600;
    color: #96A5A1;
    text-transform: uppercase;
  }
  .cart-container .cart-items table tbody tr td .quantity input {
    flex-grow: 1;
  }
}
.cart-container .cart-items table tbody tr td .quantity {
  gap: 0 3px;
}
.cart-container .cart-items table tbody tr td .quantity input {
  width: 70px;
  height: 30px;
  font-size: 14px;
}
.cart-container .cart-items table tbody tr td .quantity button {
  width: 30px;
  height: 30px;
  font-size: 28px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .cart-container .cart-items table tbody tr:not(:last-child) td:last-child {
    background: url("../images/td-underline.svg") left bottom repeat-x;
    border-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .cart-container .cart-items table tbody tr:first-child td {
    padding-top: 0;
  }
}
.cart-container .cart-items table .remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  padding: 0;
  border: 0;
  background: #BFBFBF url("../images/remove-td-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.cart-container .cart-items table .remove-btn:hover {
  background-color: #C69866;
}
@media screen and (max-width: 575px) {
  .cart-container .cart-items table .remove-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cart-container .cart-items table .product-details {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-right: 20px;
}
@media screen and (max-width: 575px) {
  .cart-container .cart-items table .product-details {
    align-items: flex-start;
    padding-right: 35px;
  }
}
.cart-container .cart-items table .product-details .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 95px;
  border-radius: 10px;
}
.cart-container .cart-items table .product-details .thumbnail img {
  border-radius: 10px;
}
.cart-container .cart-items table .product-details .details .name {
  display: inline-block;
  margin: 0 0 11px 0;
  line-height: 19.36px;
  font-weight: 700;
  color: #091412;
}
.cart-container .cart-items table .product-details .details .name:hover {
  color: #C69866;
}
.cart-container .cart-items table .product-details .details .sm-text {
  display: block;
  margin: 0;
  line-height: normal;
  font-size: 12px;
  color: #96A5A1;
}
.cart-container .cart-items .cart-actions {
  display: flex;
  justify-content: space-between;
  margin: 23px 0 0 0;
}
@media screen and (max-width: 768px) {
  .cart-container .cart-items .cart-actions {
    flex-direction: column;
    gap: 50px 0;
  }
}
.cart-container .cart-items .cart-actions .update-cart-btn,
.cart-container .cart-items .cart-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 20px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cart-container .cart-items .cart-actions .update-cart-btn.mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cart-container .cart-items .cart-actions .update-cart-btn.desktop {
    display: none;
  }
}
.cart-container .cart-items .cart-coupon {
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 575px) {
  .cart-container .cart-items .cart-coupon {
    flex-direction: column;
    gap: 15px 0;
  }
}
.cart-container .cart-items .cart-coupon input[type=text] {
  width: 198px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #D9D9D9;
  color: #818181;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cart-container .cart-items .cart-coupon input[type=text] {
    flex-grow: 1;
  }
}
@media screen and (max-width: 575px) {
  .cart-container .cart-items .cart-coupon input[type=text] {
    width: 100%;
  }
}
.cart-container .cart-items .cart-coupon input[type=text]::-webkit-input-placeholder {
  color: #818181;
}
.cart-container .cart-items .cart-coupon input[type=text]::-moz-placeholder {
  color: #818181;
}
.cart-container .cart-items .cart-coupon input[type=text]:-ms-input-placeholder {
  color: #818181;
}
.cart-container .cart-items .cart-coupon input[type=text]:-moz-placeholder {
  color: #818181;
}
.cart-container .cart-items .cart-coupon .btn {
  min-width: 195px;
}
.cart-container .cart-items .update-cart-btn {
  min-width: 217px;
  background-color: #ddd;
  color: #505050;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.cart-container .cart-items .update-cart-btn:hover {
  background-color: #000;
  color: #fff;
}
.cart-container .cart-totals {
  width: 437px;
  padding: 33px;
  padding-bottom: 38px;
  background-color: #C69866;
  border-radius: 10px;
}
@media screen and (max-width: 1399px) {
  .cart-container .cart-totals {
    width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .cart-container .cart-totals {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cart-container .cart-totals {
    padding: 25px;
  }
}
.cart-container .cart-totals h3, .cart-container .cart-totals .h3 {
  margin: 0 0 24px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  color: #242424;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .cart-container .cart-totals h3, .cart-container .cart-totals .h3 {
    margin: 0 0 15px 0;
  }
}
.cart-container .cart-totals table {
  width: 100%;
}
.cart-container .cart-totals table tbody td {
  padding: 13px 0;
  border-bottom: 1px solid #E5E5E5;
}
.cart-container .cart-totals table tbody td:first-child {
  padding-right: 10px;
  font-size: 14px;
  color: #333;
}
.cart-container .cart-totals table tbody td:last-child {
  font-weight: 700;
  font-size: 12px;
  color: #091412;
  text-align: right;
}
.cart-container .cart-totals table tfoot tr td {
  padding: 0;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}
.cart-container .cart-totals table tfoot tr:first-child td {
  padding-top: 17px;
  font-weight: 700;
}
.cart-container .cart-totals .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 59px;
  margin: 22px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
}
.cart-container .update-cart-btn.mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  background-color: #ddd;
  color: #505050;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
}
.cart-container .update-cart-btn.mobile:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .cart-container .update-cart-btn.mobile.mobile {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .checkout-container {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-container {
    padding-top: 20px;
  }
}
.checkout-container form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .checkout-container form {
    gap: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container form {
    flex-direction: column;
    gap: 40px 0;
  }
}
.checkout-container form .form-control, .checkout-container form .input-text {
  height: 42px;
}
.checkout-container form .form-group {
  margin-bottom: 16px;
}
.checkout-container form .form-group > label {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 14px;
}
.checkout-container form .row {
  margin: 0 -8.5px;
}
.checkout-container form .row [class^=col-] {
  padding: 0 8.5px;
}
.checkout-container form .bootstrap-select {
  width: 100% !important;
}
.checkout-container form .bootstrap-select .dropdown-toggle {
  height: 42px;
}
.checkout-container form .file {
  display: inline-flex;
  position: relative;
  margin: 44px 0 32px 0;
}
@media screen and (max-width: 991px) {
  .checkout-container form .file {
    margin: 10px 0 32px 0;
  }
}
.checkout-container form .file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-indent: -999px;
  cursor: pointer;
  z-index: 1;
}
.checkout-container form .file .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-container form .file .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
}
.checkout-container form .file .btn span::after {
  content: "";
  width: 15px;
  height: 19px;
  background: url("../images/attach-file-icon.svg") center center no-repeat;
}
.checkout-container form .file:hover .btn {
  background-color: #00f4bb;
  color: #091412;
}
.checkout-container form .robots {
  margin-top: 31px;
}
.checkout-container form .order-btn {
  margin: 24px 0 0 0;
}
@media (max-width: 575px) {
  .checkout-container form .order-btn .btn {
    width: 100%;
  }
}
.checkout-container .cart-items {
  flex-grow: 1;
  padding: 68px 0 0 0;
}
@media screen and (max-width: 991px) {
  .checkout-container .cart-items {
    padding-top: 40px;
  }
}
.checkout-container .cart-items .list {
  margin: 0 0 24px 0;
  padding-left: 190px;
}
@media screen and (max-width: 1700px) {
  .checkout-container .cart-items .list {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1600px) {
  .checkout-container .cart-items .list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1499px) {
  .checkout-container .cart-items .list {
    padding-left: 0;
  }
}
.checkout-container .cart-items .item {
  position: relative;
  display: flex;
  border: 1px solid #DCECE8;
}
.checkout-container .cart-items .item:not(:last-child) {
  margin: 0 0 20px 0;
}
.checkout-container .cart-items .item .remove-btn {
  position: absolute;
  top: 9px;
  left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  border: 0;
  background: #091412 url("../images/remove-td-icon.svg") center center no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.checkout-container .cart-items .item .remove-btn:hover {
  background-color: #00c99a;
}
.checkout-container .cart-items .item .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 100%;
  width: 124px;
  padding: 9px;
  border-right: 1px solid #DCECE8;
}
.checkout-container .cart-items .item .details {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .checkout-container .cart-items .item .details {
    flex-direction: column;
    gap: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .cart-items .item .details {
    flex-direction: column;
    gap: 15px 0;
  }
}
.checkout-container .cart-items .item .details .left-side {
  padding: 0 27px;
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .checkout-container .cart-items .item .details .left-side {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .cart-items .item .details .left-side {
    padding-top: 20px;
  }
}
.checkout-container .cart-items .item .details .left-side, .checkout-container .cart-items .item .details .right-side {
  width: 50%;
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .checkout-container .cart-items .item .details .left-side, .checkout-container .cart-items .item .details .right-side {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .cart-items .item .details .left-side, .checkout-container .cart-items .item .details .right-side {
    width: 100%;
  }
}
.checkout-container .cart-items .item .details .right-side {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  gap: 15px 0;
  padding-right: 25px;
}
@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .checkout-container .cart-items .item .details .right-side {
    padding: 0 27px;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .cart-items .item .details .right-side {
    padding: 0 27px;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
.checkout-container .cart-items .item .details .price {
  font-size: 12px;
}
.checkout-container .cart-items .item .details .price b, .checkout-container .cart-items .item .details .price strong {
  font-weight: 700;
  font-size: 16px;
}
.checkout-container .cart-items .item .details .left-side .price {
  font-size: 14px;
}
.checkout-container .cart-items .item .details .name {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
}
@media screen and (max-width: 768px) {
  .checkout-container .cart-items .item .details .name {
    color: #091412;
  }
}
.checkout-container .total {
  margin-left: auto;
}
.checkout-container .total tr:last-child td {
  font-weight: 600;
}
.checkout-container .total tr td {
  font-size: 14px;
  text-align: right;
}
.checkout-container .total tr td:last-child {
  min-width: 55px;
  padding-left: 5px;
}
.checkout-container .customer-details {
  position: relative;
  flex-shrink: 0;
  width: 45.5%;
  padding: 60px 0 65px 75px;
  background-color: #F5FBF9;
}
@media screen and (max-width: 1399px) {
  .checkout-container .customer-details {
    padding: 60px 0 50px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .checkout-container .customer-details {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container .customer-details {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .customer-details {
    padding: 30px 20px;
  }
}
.checkout-container .customer-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
  background-color: #F5FBF9;
}
.checkout-container .customer-details div, .checkout-container .customer-details h2, .checkout-container .customer-details .h2, .checkout-container .customer-details h3, .checkout-container .customer-details .h3, .checkout-container .customer-details input, .checkout-container .customer-details button, .checkout-container .customer-details img {
  position: relative;
  z-index: 1;
}
.checkout-container .customer-details > h2, .checkout-container .customer-details > .h2,
.checkout-container .customer-details > h3,
.checkout-container .customer-details > .h3 {
  margin: 0 0 12px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 36.31px;
}
@media screen and (max-width: 991px) {
  .checkout-container .customer-details > h2, .checkout-container .customer-details > .h2,
  .checkout-container .customer-details > h3,
  .checkout-container .customer-details > .h3 {
    line-height: normal;
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .customer-details > h2, .checkout-container .customer-details > .h2,
  .checkout-container .customer-details > h3,
  .checkout-container .customer-details > .h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .checkout-container .customer-details .row {
    max-width: 600px;
  }
}
.checkout-container .production-time {
  margin: 0 0 73px 0;
}
.checkout-container .production-time .block-heading {
  margin: 0 0 36px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .checkout-container .production-time .block-heading {
    margin-bottom: 25px;
  }
}
.checkout-container .production-time .holder {
  gap: 0 100px;
}
@media screen and (max-width: 1399px) {
  .checkout-container .production-time .holder {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container .production-time .holder {
    flex-direction: column;
    gap: 50px 0;
  }
}
.checkout-container .production-time .holder .calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 467px;
  background-color: #eee;
}
@media screen and (max-width: 991px) {
  .checkout-container .production-time .holder .calendar {
    width: 100%;
    min-height: 350px;
  }
}
.checkout-container .production-time .holder .calendar span {
  font-size: 30px;
  line-height: 36.31px;
  color: #A4A4A4;
}
.checkout-container .production-time .holder .details .explanatory-text {
  display: flex;
  margin: 0 0 56px 0;
}
@media screen and (max-width: 1299px) {
  .checkout-container .production-time .holder .details .explanatory-text {
    flex-direction: column;
    gap: 20px 0;
    margin: 0 0 30px 0;
  }
}
.checkout-container .production-time .holder .details .explanatory-text li {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0 14px;
  padding-right: 20px;
}
.checkout-container .production-time .holder .details .explanatory-text li::before {
  content: "";
  flex-shrink: 0;
  width: 59px;
  height: 59px;
}
.checkout-container .production-time .holder .details .explanatory-text li.icon-black::before {
  background: #091412;
}
.checkout-container .production-time .holder .details .explanatory-text li.icon-grey::before {
  background: #DCE5E5;
}
.checkout-container .production-time .holder .details .explanatory-text li.icon-green::before {
  background: #0EFFC7;
}
.checkout-container .production-time .holder .details .text {
  line-height: 25px;
}
.checkout-container .production-time .holder .details .text p:last-child {
  margin: 0;
}
.checkout-container .woocommerce-billing-fields h2, .checkout-container .woocommerce-billing-fields .h2,
.checkout-container .woocommerce-checkout-review-order h2,
.checkout-container .woocommerce-checkout-review-order .h2 {
  margin: 0 0 35px 0;
  font-size: 25px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-billing-fields h2, .checkout-container .woocommerce-billing-fields .h2,
  .checkout-container .woocommerce-checkout-review-order h2,
  .checkout-container .woocommerce-checkout-review-order .h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.checkout-container .woocommerce-billing-fields {
  flex-shrink: 0;
  width: 442px;
  padding-top: 0;
}
@media screen and (max-width: 1499px) {
  .checkout-container .woocommerce-billing-fields {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container .woocommerce-billing-fields {
    width: 100%;
  }
}
.checkout-container .woocommerce-billing-fields .radio-list {
  display: flex;
  gap: 0 20px;
  margin-bottom: 0;
}
.checkout-container .woocommerce-billing-fields .radio-list .form-group {
  display: flex;
  align-items: center;
}
.checkout-container .woocommerce-billing-fields .radio-list .form-group input {
  flex-shrink: 0;
}
.checkout-container .woocommerce-billing-fields .radio-list .form-group label {
  line-height: 1.3;
  margin: 0;
}
.checkout-container .woocommerce-billing-fields .row {
  margin: 0 -10px;
}
.checkout-container .woocommerce-billing-fields .row [class^=col-] {
  padding: 0 10px;
}
.checkout-container .woocommerce-billing-fields textarea {
  min-height: 172px;
}
.checkout-container .woocommerce-checkout-review-order {
  flex-grow: 1;
  max-width: 770px;
  padding: 24px 65px 52px 65px;
  border: 1px solid #C69866;
  border-radius: 5px;
}
@media screen and (max-width: 1499px) {
  .checkout-container .woocommerce-checkout-review-order {
    width: 50%;
    max-width: 50%;
    padding: 24px 45px 52px 45px;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container .woocommerce-checkout-review-order {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .woocommerce-checkout-review-order {
    padding: 20px;
  }
}
.checkout-container .woocommerce-checkout-review-order h2, .checkout-container .woocommerce-checkout-review-order .h2 {
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 1499px) {
  .checkout-container .woocommerce-checkout-review-order h2, .checkout-container .woocommerce-checkout-review-order .h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-checkout-review-order h2, .checkout-container .woocommerce-checkout-review-order .h2 {
    margin-bottom: 30px;
  }
}
.checkout-container .woocommerce-checkout-review-order .order-summary {
  width: 100%;
  padding: 0;
  margin: 0 0 27px 0;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table {
  width: 100%;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table thead th {
  padding: 0 0 8px 0;
  border-bottom: 1px solid #E5E5E5;
  vertical-align: bottom;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr td b, .checkout-container .woocommerce-checkout-review-order .order-summary table tr td strong {
  font-weight: 700;
  font-size: 16px;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr td b span, .checkout-container .woocommerce-checkout-review-order .order-summary table tr td strong span {
  display: block;
  line-height: 11px;
  font-weight: 400;
  font-size: 11px;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr td:last-child {
  text-align: right;
  font-size: 14px;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr td:last-child strong {
  font-size: 14px;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr td[colspan="2"] {
  text-align: left;
}
.checkout-container .woocommerce-checkout-review-order .order-summary table tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods {
  padding: 15px 0 0 0;
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li:not(:last-child) {
  margin: 0 0 18px 0;
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li input {
  flex-shrink: 0;
  min-width: 21px;
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li label {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li label span {
    line-height: 1.3;
  }
}
@media screen and (min-width: 769px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li label img {
    position: absolute;
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li label img {
    margin-left: 8px;
  }
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li .option-box {
  display: none;
  padding: 20px 0 8px 0;
}
@media screen and (max-width: 768px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li .option-box {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li .option-box {
    padding: 20px 0 0 0;
  }
  .checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li .option-box .bootstrap-select .filter-option-inner-inner {
    font-size: 13px;
  }
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li .option-box label {
  margin-bottom: 5px;
}
.checkout-container .woocommerce-checkout-review-order .order-summary .shipping-methods li input:checked + label + .option-box {
  display: block;
}
.checkout-container .woocommerce-checkout-review-order input[type=submit],
.checkout-container .woocommerce-checkout-review-order button[type=submit] {
  margin-top: 14px;
}
.checkout-container .woocomerce-payment-methods {
  margin: 0 0 35px 0;
}
.checkout-container .woocomerce-payment-methods .payment-box {
  display: none;
  margin: 28px 0 0 0;
  padding: 0 0 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .checkout-container .woocomerce-payment-methods .payment-box {
    padding: 0 0 10px 0;
  }
}
.checkout-container .woocomerce-payment-methods .payment-box .form-row {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.checkout-container .woocomerce-payment-methods .payment-box .form-row.form-row-wide {
  width: 100%;
}
.checkout-container .woocomerce-payment-methods .payment-box .form-row input, .checkout-container .woocomerce-payment-methods .payment-box .form-row textarea {
  width: 100%;
  height: 56px;
  border-color: #D7D7D7;
}
@media screen and (max-width: 575px) {
  .checkout-container .woocomerce-payment-methods .payment-box .form-row input, .checkout-container .woocomerce-payment-methods .payment-box .form-row textarea {
    height: 48px;
  }
}
.checkout-container .woocomerce-payment-methods .payment-box .options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
  margin: 28px 0 0 0;
}
@media screen and (max-width: 768px) {
  .checkout-container .woocomerce-payment-methods .payment-box .options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-container .woocomerce-payment-methods .payment-box .options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 460px) {
  .checkout-container .woocomerce-payment-methods .payment-box .options {
    grid-template-columns: auto;
  }
}
.checkout-container .woocomerce-payment-methods .payment-box .options .form-group {
  margin: 0;
}
.checkout-container .woocomerce-payment-methods .payment-box .options .form-group input {
  display: none;
}
.checkout-container .woocomerce-payment-methods .payment-box .options .form-group label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px;
  margin: 0;
  border: 1px solid #585c62;
}
.checkout-container .woocomerce-payment-methods .payment-box .options .form-group label::before, .checkout-container .woocomerce-payment-methods .payment-box .options .form-group label::after {
  content: none;
}
.checkout-container .woocomerce-payment-methods .payment-box .options .form-group input:checked + label {
  border-color: #0EFFC7;
}
.checkout-container .woocomerce-payment-methods input[type=radio]:checked + label + .payment-box {
  display: block;
}
.checkout-container .woocomerce-payment-methods .methods li:not(:last-child) {
  margin: 0 0 19px 0;
}
/* Pages */


/* Single product select update */

.gift-single form .variations {
  width: 100%;
}

.gift-single form .variations th,
.gift-single form .variations td {
  display: block;
  width: 100%;
}

.gift-single form .variations .reset_variations {
  margin-left: 15px;
}

.gift-single form .variations select {
  height: 51px;
  min-width: 235px;
  padding: 0 40px 0 15px;
  background: url('../images/select-arrow-circle.svg') calc(100% - 15px) center no-repeat;
  border: 1px solid #C69866;
  font-size: 14px;
  color: #091412;
  cursor: pointer;
  appearance: none;   
  -webkit-appearance: none;
  -moz-appearance: none;    
  border-radius: 3px;
}

.gift-single form .woocommerce-Price-amount.amount {
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: 700;
}

.gift-single .gift-details .summary .add-to-cart {
  gap: 0;
}

.gift-single form .quantity {
  margin-top: 40px;
  margin-bottom: 40px;
}


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