/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
* :focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

#scroll {
  display: none;
}

.button {
  transition: 0.3s ease-in-out;
  border-radius: 6px;
}

input {
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
}

.text-gold {
  color: #dca942;
  transition: 0.3s ease-in-out;
}
.text-gold:hover {
  color: #0c4b45;
}

.text-gold-2 {
  color: #dca942;
}

.text-size {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .text-size {
    font-size: 20px;
  }
}

.text-bold {
  font-weight: 600;
}

.home .header-logo {
  display: none;
}

.newsletter .tnp-subscription {
  margin: 0px;
  max-width: 100%;
}
.newsletter .tnp-subscription .field-flex {
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;
}
.newsletter .tnp-subscription .field-flex .tnp-field-email {
  width: 80%;
  max-width: 500px;
}
.newsletter .tnp-subscription .field-flex .tnp-field-email .tnp-email {
  height: 50px;
  border-radius: 6px;
  padding: 10px 20px;
}
.newsletter .tnp-subscription .field-flex .tnp-field-email .tnp-email::placeholder {
  color: #090909;
  font-size: 16px;
}
.newsletter .tnp-subscription .field-flex .tnp-field-button .tnp-submit {
  height: 50px;
  border-radius: 6px;
  background-color: #dca942;
  font-size: 18px;
  padding: 10px 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s ease-in-out;
}
.newsletter .tnp-subscription .field-flex .tnp-field-button .tnp-submit:hover {
  background-color: #0c4b45;
}
.newsletter .tnp-subscription input[type=checkbox] {
  height: 14px;
  width: 14px;
  min-width: 14px;
  padding: 0px;
  margin-top: 2px;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff;
  border: 1px solid #0c4b45;
  border-radius: 2px;
}
.newsletter .tnp-subscription input[type=checkbox]:checked {
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  background-image: url(/wp-content/uploads/2023/08/checked-green.svg);
}
.newsletter .tnp-subscription label {
  display: flex !important;
  align-items: flex-start;
  column-gap: 10px;
}
.newsletter .tnp-subscription .tnp-privacy-field {
  font-size: 11px;
  color: #c2d6d5;
  line-height: normal;
}

.shortcode-contact .wpcf7-text,
.shortcode-contact .wpcf7-select,
.shortcode-contact .wpcf7-textarea {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #0c4b45;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  color: #090909;
  font-weight: 500;
}
.shortcode-contact .wpcf7-text::placeholder,
.shortcode-contact .wpcf7-select::placeholder,
.shortcode-contact .wpcf7-textarea::placeholder {
  color: #090909;
}
.shortcode-contact .wpcf7-select {
  background-image: linear-gradient(45deg, transparent 50%, #0c4b45 0), linear-gradient(135deg, #0c4b45 50%, transparent 0);
}
.shortcode-contact .wpcf7-textarea {
  height: 140px;
}
.shortcode-contact .checkbox .wpcf7-list-item {
  margin-left: 0px;
}
.shortcode-contact .checkbox .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start;
  column-gap: 15px;
}
.shortcode-contact .checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  color: #090909;
  font-size: 11px;
  line-height: normal;
}
.shortcode-contact .checkbox .wpcf7-list-item label input[type=checkbox] {
  height: 16px;
  width: 16px;
  min-width: 16px;
  padding: 0px;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff;
  border: 1px solid #0c4b45;
  border-radius: 2px;
}
.shortcode-contact .checkbox .wpcf7-list-item label input[type=checkbox]:checked {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background: #0c4b45;
  background-image: url(/wp-content/uploads/2023/09/check.svg);
}
.shortcode-contact h4 {
  font-size: 20px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .shortcode-contact h4 {
    font-size: 18px;
  }
}
.shortcode-contact p {
  color: #090909;
  font-size: 11px;
  line-height: normal;
  padding-left: 30px;
}
.shortcode-contact .wpcf7-submit {
  height: 50px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #dca942;
  font-size: 18px;
  padding: 10px 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 0px;
  display: block;
  margin: auto;
  margin-top: 40px;
  transition: 0.3s ease-in-out;
}
.shortcode-contact .wpcf7-submit:hover {
  background-color: #0c4b45;
}
.shortcode-contact .wpcf7-spinner {
  display: none;
}
.shortcode-contact .wpcf7-not-valid-tip {
  font-size: 14px;
  color: red;
}
.shortcode-contact .wpcf7-response-output {
  color: red;
  border: none !important;
  font-weight: 500;
  padding: 0px !important;
  line-height: 1.4;
  text-align: center;
}

.wpbc_booking_form_structure .bk_calendar_frame {
  max-width: 450px !important;
}
.wpbc_booking_form_structure table.datepick {
  height: 300px;
}
@media (max-width: 930px) {
  .wpbc_booking_form_structure .bk_calendar_frame {
    max-width: 360px !important;
  }
  .wpbc_booking_form_structure table.datepick {
    height: 240px;
  }
}
.wpbc_booking_form_structure .wpbc_structure_form input[type=text],
.wpbc_booking_form_structure .wpbc_structure_form select,
.wpbc_booking_form_structure .wpbc_structure_form textarea {
  width: 700px !important;
  height: 40px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #0c4b45;
  font-size: 16px;
  color: #090909;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 1 !important;
}
.wpbc_booking_form_structure .wpbc_structure_form input[type=text]:focus,
.wpbc_booking_form_structure .wpbc_structure_form select:focus,
.wpbc_booking_form_structure .wpbc_structure_form textarea:focus {
  border: 0px;
  border-bottom: 1px solid #0c4b45;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .wpbc_booking_form_structure .wpbc_structure_form input[type=text],
  .wpbc_booking_form_structure .wpbc_structure_form select,
  .wpbc_booking_form_structure .wpbc_structure_form textarea {
    width: 500px !important;
  }
}
@media (max-width: 930px) {
  .wpbc_booking_form_structure .wpbc_structure_form input[type=text],
  .wpbc_booking_form_structure .wpbc_structure_form select,
  .wpbc_booking_form_structure .wpbc_structure_form textarea {
    width: 360px !important;
  }
}
@media (max-width: 767px) {
  .wpbc_booking_form_structure .wpbc_structure_form input[type=text],
  .wpbc_booking_form_structure .wpbc_structure_form select,
  .wpbc_booking_form_structure .wpbc_structure_form textarea {
    width: 90% !important;
  }
}
.wpbc_booking_form_structure .wpbc_structure_form .control-label {
  color: #090909;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.wpbc_booking_form_structure .wpbc_structure_form .wpbc-form-element-visitors label {
  font-size: 20px;
  font-weight: 600;
}
.wpbc_booking_form_structure .wpbc_structure_form select {
  background-image: linear-gradient(45deg, transparent 50%, #0c4b45 0), linear-gradient(135deg, #0c4b45 50%, transparent 0);
}
.wpbc_booking_form_structure .wpbc_structure_form textarea {
  height: 140px;
  margin-bottom: 0px;
}
.wpbc_booking_form_structure .wpbc_structure_form .controls input[type=checkbox] {
  margin: 0 6px 2px;
  height: 16px;
  width: 16px;
  min-width: 16px;
  padding: 0px;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff;
  border: 1px solid #0c4b45;
  border-radius: 2px;
}
.wpbc_booking_form_structure .wpbc_structure_form .controls input[type=checkbox]:checked {
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  background: #0c4b45;
  background-image: url(/wp-content/uploads/2023/09/check.svg);
}
.wpbc_booking_form_structure .wpbc_structure_form .controls .control-label {
  display: flex !important;
  align-items: flex-start;
  column-gap: 10px;
  font-weight: 400;
  color: #090909;
  font-size: 11px;
  line-height: normal;
  width: 720px;
}
@media (max-width: 1200px) {
  .wpbc_booking_form_structure .wpbc_structure_form .controls .control-label {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .wpbc_booking_form_structure .wpbc_structure_form .controls .control-label {
    width: 100%;
  }
}
.wpbc_booking_form_structure .wpbc_structure_form .form-group {
  width: 700px;
}
@media (max-width: 767px) {
  .wpbc_booking_form_structure .wpbc_structure_form .form-group {
    width: 100%;
  }
}
.wpbc_booking_form_structure .wpbc_structure_form .form-group .btn {
  height: 50px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #dca942;
  font-size: 18px;
  padding: 10px 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 0px;
  display: block;
  margin: auto;
  margin-top: 40px;
  text-shadow: none;
  transition: 0.3s ease-in-out;
}
.wpbc_booking_form_structure .wpbc_structure_form .form-group .btn:hover {
  background-color: #0c4b45;
  color: #ffffff;
}

.wpbc_change_over_triangle > div:nth-child(2) {
  display: none;
}

.wpdev-help-message {
  color: red !important;
  border: none !important;
  font-size: 14px !important;
  background-color: unset !important;
  box-shadow: unset !important;
}

@media (max-width: 1400px) {
  .calendar-block {
    max-width: 1000px !important;
    margin-right: 100px;
  }
}
@media (max-width: 1300px) {
  .calendar-block {
    margin-right: 140px;
  }
}
@media (max-width: 1200px) {
  .calendar-block {
    max-width: 100% !important;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.blog .bricks-layout-item {
  box-shadow: 0px 3px 6px #efefef;
  margin: 10px;
}
.blog .bricks-layout-item .bricks-layout-inner {
  height: 100%;
  overflow: unset;
}
.blog .image-wrapper {
  overflow: hidden;
}
.blog .image-wrapper .image {
  transition: 0.3s ease-in-out;
  opacity: 0.95;
}
.blog .image-wrapper .image:hover {
  transform: scale(1.05);
  opacity: 1;
}
.blog .content-wrapper {
  justify-content: space-between;
}
.blog .content-wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.blog .content-wrapper div {
  min-width: 100%;
  position: relative;
  left: -40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: space-between;
}
.blog .content-wrapper h6 {
  transition: 0.3s ease-in-out;
}
.blog .content-wrapper h6:hover {
  transform: scale(1.05);
}
.blog .content-wrapper h6 a::after {
  content: url(/wp-content/uploads/2023/09/icon-blog.svg);
  margin-left: 10px;
}
.blog .bricks-pagination {
  margin-top: 60px;
}
.blog .bricks-pagination .page-numbers {
  transition: 0.3s ease-in-out;
}

@media (max-width: 900px) {
  .section-blog {
    grid-gap: 40px !important;
    grid-template-columns: 1fr 240px !important;
  }
}
.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner > * {
  flex-basis: 100%;
}

.brxe-post-content h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.brxe-post-content h3,
.brxe-post-content h4 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.blog-mini h4 {
  transition: 0.3s ease-in-out;
}

.block-offer {
  border-radius: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0705882353);
  transition: 0.3s ease-in-out;
}
.block-offer::before {
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.block-offer:hover > * {
  color: white;
}
.block-offer:hover > h3 {
  color: #dca942 !important;
  cursor: pointer;
}
.block-offer .brxe-product-add-to-cart a:hover {
  transition: 0.3s ease-in-out;
  color: #ffffff !important;
}

.account svg {
  transition: 0.3s ease-in-out;
}
.account svg:hover {
  fill: #dca942 !important;
}

@media (max-width: 1400px) {
  .header-menu {
    padding-right: 20px !important;
  }
  .header-menu .account {
    margin-left: 10px !important;
  }
  .header-menu li {
    margin-left: 0px !important;
  }
  .header-menu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  .header-menu .bar-top,
  .header-menu .bar-center,
  .header-menu .bar-bottom {
    height: 3px;
  }
  .header-menu .bar-center {
    top: 8px;
  }
  .header-menu .bar-bottom {
    top: 16px;
  }
  .bricks-mobile-menu-wrapper {
    padding-top: 40px;
  }
}
.woocommerce .before-cart,
.woocommerce .before-checkout {
  position: absolute;
  top: 250px;
  display: flex !important;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .woocommerce .before-cart,
  .woocommerce .before-checkout {
    top: 160px;
    width: 95%;
  }
}
.woocommerce .before-cart .woocommerce-message,
.woocommerce .before-checkout .woocommerce-message {
  background-color: unset;
  color: #0c4b45;
  font-weight: 500;
  justify-content: center;
}
@media (max-width: 767px) {
  .woocommerce .before-cart .woocommerce-message,
  .woocommerce .before-checkout .woocommerce-message {
    flex-wrap: wrap;
    line-height: 1.2;
    text-align: center;
  }
}
.woocommerce .before-cart .woocommerce-message .button,
.woocommerce .before-cart .woocommerce-message .restore-item,
.woocommerce .before-checkout .woocommerce-message .button,
.woocommerce .before-checkout .woocommerce-message .restore-item {
  background-color: unset;
  color: #dca942;
}
@media (max-width: 767px) {
  .woocommerce .before-cart .woocommerce-message .button,
  .woocommerce .before-cart .woocommerce-message .restore-item,
  .woocommerce .before-checkout .woocommerce-message .button,
  .woocommerce .before-checkout .woocommerce-message .restore-item {
    margin: 0px;
  }
}
.woocommerce .before-cart .woocommerce-error,
.woocommerce .before-checkout .woocommerce-error {
  background-color: unset;
  color: red;
  font-weight: 500;
}
.woocommerce .before-cart .woocommerce-info,
.woocommerce .before-checkout .woocommerce-info {
  background-color: unset;
  color: #dca942;
  padding: 5px;
}

.woocommerce-billing-fields__field-wrapper input {
  border-radius: 6px;
}

.brxe-woocommerce-checkout-order-review .cart_item,
.brxe-woocommerce-checkout-order-review .cart-subtotal {
  background-color: #f9f9f9;
}
.brxe-woocommerce-checkout-order-review .order-total {
  background-color: #0c4b45;
  color: #ffffff;
}

.woocommerce-order {
  margin: 150px 0 150px;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .woocommerce-order {
    margin-bottom: 60px;
  }
}
.woocommerce-order td a {
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-order .product-total .amount {
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-NoticeGroup-checkout {
  position: absolute;
  top: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  width: 100%;
  display: flex;
  justify-content: center;
  color: red;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .woocommerce-NoticeGroup-checkout .woocommerce-error {
    align-items: flex-start !important;
  }
  .woocommerce-NoticeGroup-checkout .woocommerce-error li {
    font-size: 14px;
    line-height: 1.2;
  }
}

.woocommerce-no-products-found .woocommerce-info {
  background-color: unset;
  color: #dca942;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 80px;
}

.checkout_coupon {
  background-color: #f9f9f9 !important;
}
.checkout_coupon .button {
  background-color: #dca942 !important;
  color: #ffffff !important;
  border-radius: 6px;
  font-weight: 600 !important;
}
.checkout_coupon .button:hover {
  background-color: #0c4b45 !important;
}
.checkout_coupon .input-text {
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .checkout_coupon .input-text {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1200px) {
  .coupon {
    margin: 0px !important;
    float: left !important;
  }
}
@media (max-width: 767px) {
  .coupon {
    margin: 15px 0px !important;
  }
}
.coupon .input-text {
  height: 47px;
  border-radius: 6px;
}

@media (max-width: 1200px) {
  .custom-cart .product-name {
    width: 300px;
  }
  .custom-cart .button {
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  .custom-cart .product-name {
    width: 100%;
    justify-content: flex-start !important;
  }
  .custom-cart .button {
    margin: 0px;
  }
}
.search-products .woocommerce li {
  display: flex;
  justify-content: space-between;
}
.search-products .woocommerce li::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dca942;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.search-products .woocommerce li .button {
  background-color: unset;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.search-products .woocommerce li .button:hover {
  color: white;
}
.search-products .woocommerce li .button::after {
  content: url(/wp-content/uploads/2023/09/grocery-store.svg);
  margin-left: 10px;
}
.search-products .woocommerce li:hover > * {
  color: white;
}
.search-products .woocommerce li:hover > h2 {
  color: #dca942 !important;
}

.bricks-search-inner .title {
  color: #0c4b45;
}
.bricks-search-inner input {
  border-radius: 6px !important;
}

.post-928 {
  margin: 120px;
  padding: 20px;
}
@media (max-width: 767px) {
  .post-928 {
    margin-bottom: 80px;
  }
}
.post-928 h1 {
  font-size: 50px;
  color: #0c4b45;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .post-928 h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.post-928 h2 {
  font-size: 30px;
  color: #090909;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post-928 h2 {
    font-size: 24px;
  }
}
.post-928 #customer_login {
  display: flex;
}
.post-928 #customer_login .woocommerce-form-login {
  border-radius: 20px;
  border: #efefef;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.post-928 #customer_login .woocommerce-form-register {
  border: none !important;
}
@media (min-width: 767px) {
  .post-928 .woocommerce-form-login {
    width: 440px !important;
  }
}
@media (max-width: 767px) {
  .post-928 #customer_login {
    flex-direction: column;
    align-items: center;
    row-gap: 80px;
  }
  .post-928 #customer_login .col-1,
  .post-928 #customer_login .col-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .post-928 #customer_login .woocommerce-form-login,
  .post-928 #customer_login .woocommerce-form-register {
    max-width: 90%;
  }
}
.post-928 input {
  border-radius: 6px;
  font-weight: 500;
}
.post-928 .input-text {
  margin-bottom: 10px !important;
}
.post-928 .button {
  background-color: #dca942 !important;
  color: white !important;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 600 !important;
  transition: 0.3s ease-in-out;
  font-size: 17px;
}
.post-928 .button:hover {
  background-color: #0c4b45 !important;
}
.post-928 .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .post-928 .woocommerce-notices-wrapper {
    margin-bottom: 10px !important;
  }
}

.post-927 .woocommerce-form-login {
  background-color: #f9f9f9;
  padding: 30px;
}
.post-927 .woocommerce-notices-wrapper {
  position: absolute;
  top: 100px;
  width: 100%;
}
.post-927 .woocommerce-notices-wrapper .woocommerce-error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .post-927 .woocommerce-notices-wrapper .woocommerce-error {
    align-items: flex-start !important;
  }
  .post-927 .woocommerce-notices-wrapper .woocommerce-error li {
    font-size: 14px;
  }
}
.post-927 .button {
  color: white !important;
  background-color: #dca942 !important;
  font-weight: 600 !important;
}
.post-927 .create-account {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .post-927 .before-checkout {
    top: 190px;
  }
}

.woocommerce-order .order_details {
  font-size: 16px;
}
.woocommerce-order address {
  font-size: 16px;
  margin-left: 5px;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
  font-size: 20px;
}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-notice.woocommerce-notice--success {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}

.woocommerce-MyAccount-navigation li {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation .is-active {
  background-color: #0c4b45;
  color: white;
}

.woocommerce-MyAccount-content {
  font-size: 16px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table.shop_table {
  width: 800px;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 1400px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table.shop_table {
    width: 900px;
  }
}
.woocommerce-MyAccount-content .edit-account label {
  color: #090909;
  font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-info {
  background-color: unset;
  color: #0c4b45;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table.shop_table {
    width: 100%;
  }
  .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table.shop_table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table.shop_table tr td {
    border: none !important;
    padding: 5px !important;
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .about-block {
    margin-top: 60px !important;
  }
  .about-block h1 {
    margin-bottom: 10px !important;
  }
  .about-block h3 {
    margin-bottom: 20px !important;
  }
  .about-block-2 {
    width: 40% !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1200px) {
  .about-block {
    margin-top: 20px !important;
  }
  .about-block-2 {
    width: 40% !important;
    padding-right: 0px !important;
  }
}
.image-after::after {
  content: "";
  width: 15px !important;
  background-color: #dca942;
  height: 90% !important;
  display: block;
  position: absolute;
  top: 5%;
  right: -15px;
}
@media (max-width: 767px) {
  .image-after::after {
    display: none;
  }
}

.image-before::before {
  content: "";
  width: 15px !important;
  background-color: #dca942;
  height: 90% !important;
  display: block;
  position: absolute;
  top: 5%;
  left: -15px;
}
@media (max-width: 767px) {
  .image-before::before {
    display: none;
  }
}

.small-logo img {
  object-fit: cover;
}

@media (max-width: 1300px) {
  .main-h1 {
    font-size: 9vh !important;
  }
}
@media (max-width: 991px) {
  .main-h1 {
    font-size: 55px !important;
  }
}
@media (max-width: 767px) {
  .main-h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 478px) {
  .main-h1 {
    font-size: 6vh !important;
  }
}

@media (max-width: 1400px) {
  .div-gold {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */