/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --wedding-primary: #ed3952;
  --wedding-primary-alt: #e14457;
  --wedding-secondary: #dc3f52;
  --text-dark: #4b4b4b;
  --light: #ffffff;
  --white-solid: rgba(255, 255, 255, 1);
}

body {
  font-family: "Open Sans", sans-serif;
}
.header-shadow .header-wrapper {
  box-shadow: none;
}
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  .tc-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: currentColor;
    line-height: 1;
    i {
      font-size: 1.1em;
      margin-bottom: 2px;
    }
    a {
      color: var(--light);
    }
    &:hover {
      color: #000;
    }
  }
}
.wedding-text {
  h2 {
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    font-size: 40px;
    color: var(--wedding-primary);
    padding: 0;
    margin: 0;
  }

  p {
    font-size: 15px;
    color: var(--text-dark);
  }

  img.size-full.alignnone {
    margin-bottom: 0;
  }
}

.content-contact.clearfix {
  color: var(--light);
  font-size: 16px;
  padding-bottom: 20px;
}
.content-contact.clearfix:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-contact.clearfix b {
  text-wrap-mode: nowrap;
}

h2.text_des {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  color: var(--light);
}

.custom-box-image {
  box-shadow: 0px 3px 45px 0px rgba(43, 43, 43, 0.12);
  border-radius: 5%;

  &:after {
    content: "";
    background: linear-gradient(
      to top,
      var(--white-solid) 30%,
      rgba(255, 255, 255, 0.9) 60%,
      rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.3s ease;
  }

  &:hover:after {
    content: "";
    background: linear-gradient(
      to top,
      var(--wedding-primary) 0%,
      rgba(237, 57, 82, 0.85) 40%,
      rgba(237, 57, 82, 0) 100%
    );
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  h4 {
    color: var(--wedding-primary);
    font-size: 20px;
    font-weight: bold;
    transition: color 0.3s ease;
  }

  p {
    color: var(--text-dark);
    transition: color 0.3s ease;
  }

  &:hover {
    h4 {
      color: var(--light);
    }

    p {
      color: var(--light);
    }
  }

  .box-text.text-center {
    z-index: 99 !important;
    box-shadow: none;
  }

  .box-text-inner {
    text-shadow: none;
  }
}

.ss-whychooseus {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col {
    display: flex;
    flex-direction: column;
  }

  .col-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .box.has-hover.box-text-bottom {
    background: var(--wedding-secondary);
    padding: 32px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  h4 {
    font-weight: 700;
    padding: 17px 0 10px 0;
    color: var(--light);
  }

  .box.has-hover.box-text-bottom p {
    font-weight: 400;
    color: var(--light);
  }
}
.ss-whychooseus:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 216px;
  height: 194px;
  position: absolute;
  left: 6%;
  top: 19%;
  background-image: url(/wp-content/uploads/2025/12/bg_why_1-1.png);
}
.ss-whychooseus::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 216px;
  height: 194px;
  position: absolute;
  right: 6%;
  bottom: -15%;
  background-image: url(/wp-content/uploads/2025/12/bg_why_1.png);
  transform: rotate(180deg);
}
.ss-product {
  p.name.product-title.woocommerce-loop-product__title {
    font-size: 15px;
    margin: 10px 0 5px;
  }

  .product-small .price .amount {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--wedding-primary-alt);
  }

  .product-small .price ins .amount {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--wedding-primary-alt);
  }

  .product-small .price del .amount {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
  }

  .badge-container {
    margin: 0;
  }
}
  span.onsale {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--wedding-primary);
    width: 36px;
    height: 22px;
    color: var(--light);
    z-index: 9;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 3px;
    text-align: center;
  }
.ss-photoalbum {
  .tab-panels .panel.active {
    display: block !important;
    text-align: -webkit-center;
  }

  .box-text {
    padding-bottom: 0;
    padding-top: 0;
  }

  .tabbed-content {
    text-align: center;
  }

  .tabbed-content .nav {
    margin: 0 auto 40px auto;
    padding: 7px 15px;
    list-style: none;
    text-align: center;
    border: 0;
    background-color: var(--light);
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    width: fit-content;
    box-shadow: 0px 0px 40px 0px rgba(225, 68, 87, 0.08);
  }

  .tabbed-content .tab-panels .row {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ss-news {
  .col-inner {
    > .row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin: 0 !important;

      > .col {
        max-width: 100% !important;
        flex-basis: auto !important;
        padding: 0 !important;
        width: auto !important;

        &:first-child {
          grid-column: span 2;
          grid-row: span 2;

          .image-cover {
            height: auto !important;
            padding-top: 65% !important;
          }

          .post-title {
            font-size: 1.4em;
            font-weight: bold;
          }
        }

        &:not(:first-child) {
          .from_the_blog_excerpt {
            display: none;
          }
        }
      }
    }
  }

  .is-divider {
    display: none;
  }

  .col.post-item:first-child .badge.post-date {
    top: 310px;
  }

  .col.post-item:not(:first-child) .badge.post-date {
    top: 103px;
  }

  .badge-inner {
    height: 45px;
    width: 45px;
    padding: 8px 5px;
    border-radius: 5px;
  }
}

.ss-brand {
  .info p {
    margin-bottom: 35px;
  }

  a.button.primary.is-outline.lowercase {
    background: transparent;
    color: var(--wedding-primary);
    border: 1px solid var(--wedding-primary);
    font-size: 15px;
    padding: 0 30px;
    border-radius: 30px;
  }

  a.button.primary.is-outline.lowercase:hover {
    background: var(--wedding-primary);
    color: var(--light);
  }
}

.custom-contact-card {
  max-width: 1000px;
  height: 362px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  background-color: transparent;
  z-index: 99;
  position: relative;

  .col {
    height: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .col-left-form .col-inner {
    background-color: #d23242 !important;
    padding: 20px 30px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .col-left-form .text_des {
    font-family: "Dancing Script", cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }

  .col-left-form .content-contact {
    font-size: 16px;
    color: #fff;
    word-break: break-word;
  }

  .col-left-form .content-contact i {
    width: 22px;
    margin-top: 3px;
    font-size: 1em;
  }

  .col:last-child .col-inner {
    background-color: #fff !important;
    padding: 20px 40px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  form.wpcf7-form .form-title {
    font-size: 0.95em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    margin-top: 0;
  }

  form.wpcf7-form p {
    margin-bottom: 5px;
    line-height: 1;
  }

  form.wpcf7-form label {
    font-size: 0.85em;
    color: #555;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
  }

  form.wpcf7-form input[type="text"],
  form.wpcf7-form input[type="email"],
  form.wpcf7-form input[type="tel"],
  form.wpcf7-form input[type="url"],
  form.wpcf7-form textarea {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    box-shadow: none !important;
    border-radius: 0;
    color: #3c4550;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }
  form.wpcf7-form textarea {
    min-height: 40px;
    height: 40px;
    resize: none;
    padding-top: 5px;
  }
  form.wpcf7-form input:focus,
  form.wpcf7-form textarea:focus {
    border-bottom-color: var(--wedding-primary) !important;
  }
  form.wpcf7-form input[type="submit"] {
    background-color: var(--wedding-primary) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 0.9em;
    font-weight: normal;
    border: none;
    margin-top: 10px;
    box-shadow: 0 3px 8px rgba(210, 50, 66, 0.3);
    min-height: 36px;
    line-height: 1;
    margin: 0;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.3) 50%,
      transparent 50%
    ) !important;
    background-size: 200% 100% !important;
    background-position: 100% 0 !important;
    transition: background-position 0.5s ease-in-out, box-shadow 0.3s !important;
  }
  form.wpcf7-form.init {
    margin-bottom: 0;
  }
  form.wpcf7-form input[type="submit"]:hover {
    background-position: 0 0 !important;
  }
}
.widget.flatsome_recent_posts {
  .recent-blog-posts-li a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.footer-col {
  padding: 0;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
  color: #000000;
  font-weight: 700;
}

.post-sidebar {
  span.post_comments.op-7.block.is-xsmall {
    display: none;
  }
  .badge {
      height: 63px;
      width: 75px;
  }
  .is-divider {
    display: none;
  }
  .badge-inner.bg-fill {
    border-radius: 3px;
  }
}
.entry-divider.is-divider.small {
  display: none;
}
h1.entry-title {
  color: var(--wedding-primary);
}
.rank-math-breadcrumb {
  p {
    margin-bottom: 0;
  }
  span.last {
    color: var(--wedding-primary);
  }
  span.separator {
    color: var(--wedding-primary);
  }
}
.row.category-page-row {
  .product-small .price .amount {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--wedding-primary-alt);
  }
  .product-small .price ins .amount {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--wedding-primary-alt);
  }
  .product-small .price del .amount {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
  }
  .badge-container {
    margin: 0;
  }
  span.onsale {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--wedding-primary);
    width: 36px;
    height: 22px;
    color: var(--light);
    z-index: 9;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 3px;
    text-align: center;
  }
}
.policy-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 15px;
    color: #333;
}
.policy-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
}
.policy-item:last-child {
    border-bottom: none;
}
.policy-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.policy-text strong {
    color: #000;
    font-weight: 700;
}
button.single_add_to_cart_button.button.alt {
    color: var(--wedding-primary);
    padding: 0 30px;
    border-radius: 30px;
    border: solid 1px var(--wedding-primary);
    text-decoration: none;
    background: #fff6f7;
}
button.single_add_to_cart_button.button.alt:hover {
    background: var(--wedding-primary);
    color: #ffffff;
    text-decoration: none;
}
.wedding-contact-box .contact-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.wedding-contact-box .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.wedding-contact-box .icon-box {
    width: 25px;
    margin-right: 10px;
    color: #e93846;
    text-align: center;
    padding-top: 2px;
}

.wedding-contact-box .icon-box i {
    font-size: 18px;
}

.wedding-contact-box .text-box strong {
    color: #222;
    font-weight: 700;
    margin-right: 5px;
}
.contact-list {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.working-hours-box .box-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.working-hours-box .hours-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #555;
}
.working-hours-box .icon-box {
    width: 25px;
    margin-right: 10px;
    color: #444;
    text-align: center;
    padding-top: 4px;
}.custom-contact-card-1 input[type="text"],
.custom-contact-card-1 input[type="email"],
.custom-contact-card-1 textarea {
    border: 1px solid #ebebeb;
    background-color: transparent;
    font-size: 15px;
    color: #4b4b4b;
    border-radius: 30px !important;
    padding: 10px 20px;
    outline: none;
    box-shadow: none !important;
    height: 50px;
}
.custom-contact-card-1 textarea {
    border-radius: 20px !important;
    min-height: 100px;
}
.custom-contact-card-1 input[type="text"],
.custom-contact-card-1 input[type="email"],
.custom-contact-card-1 textarea {
    border: 1px solid #ebebeb;
    background-color: transparent;
    font-size: 15px;
    color: #4b4b4b;
    border-radius: 30px !important;
    padding: 10px 20px;
    outline: none;
    box-shadow: none !important;
    margin-bottom: 10px;
}
.custom-contact-card-1 textarea {
    border-radius: 20px !important;
    min-height: 100px;
}
.custom-contact-card-1 input[type="submit"] {
    background-color: var(--wedding-primary) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 0.9em;
    font-weight: normal;
    border: none;
    margin-top: 10px;
    box-shadow: 0 3px 8px rgba(210, 50, 66, 0.3);
    min-height: 36px;
    line-height: 1;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%) !important;
    background-size: 200% 100% !important;
    background-position: 100% 0 !important;
    transition: background-position 0.5s ease-in-out, box-shadow 0.3s !important;
    cursor: pointer;
    padding: 0px 45px;
    height: 50px;
}
.custom-contact-card-1 input[type="submit"]:hover {
    background-position: 0 0 !important;
}
.page-lien-he .custom-contact-card,
.page-lien-he .wedding-text {
  display: none !important;
}
.ss-breadcrumb {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.product-page-price del {
    font-size: 16px !important;
    opacity: 0.6;
    color: #777;
}
.product-page-price ins .amount {
    color: var(--wedding-primary);
    font-size: 24px;
    font-weight: 700;
}
.product-page-price > .amount {
     color: var(--wedding-primary);
     font-weight: 700;
}
.product-small .price del {
    font-size: 14px;
    opacity: 0.6;
}
.product-small .price del .amount {
    color: #777;
    font-weight: 400;
}
.product-small .price ins .amount,
.product-small .price > .amount {
    color: var(--wedding-primary);
    font-weight: 700;
}
.product-main {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.product-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 266px;
    height: 214px;
    background-image: url('/wp-content/uploads/2025/12/bg_product_left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
    pointer-events: none;
}
.product-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 266px;
    height: 214px;
    background-image: url('/wp-content/uploads/2025/12/bg_product_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
    pointer-events: none;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.product-type-variable .product-info .price-wrapper  {
    display: none !important;
}
.woocommerce-variation-price .price del {
    font-size: 16px;
    opacity: 0.6;
    color: #777;
}
.woocommerce-variation-price .price ins .amount,
.woocommerce-variation-price .price > .amount {
    color: var(--wedding-primary);
    font-size: 24px;
    font-weight: 700;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 500px;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    padding: 10px;
}
.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: none !important;
}
iframe {
  display: block;
}
@media (max-width: 1920px) {
    .ss-whychooseus::before {
        left: 15%;
        top: 19%;
    }
    .ss-whychooseus::after {
        right: 15%;
        bottom: -15%;
    }
}
@media (max-width: 1707px) {
    .ss-whychooseus::before {
        left: 10%;
        top: 19%;
    }
    .ss-whychooseus::after {
        right: 10%;
        bottom: -15%;
    }
}
@media (max-width: 1536px) {
    .ss-whychooseus::before {
        left: 6%;
        top: 19%;
    }
    .ss-whychooseus::after {
        right: 6%;
        bottom: -15%;
    }
}
@media (max-width: 1397px) {
    .ss-whychooseus::before {
        left: 1%;
        top: 19%;
    }
    .ss-whychooseus::after {
        right: 1%;
        bottom: -15%;
    }
}
@media screen and (max-width: 768px) {
  .wedding-text {
    h2 {
      font-size: 32px;
    }
  }

  h2.text_des {
    font-size: 28px;
  }
  .ss-whychooseus {
    .col.medium-3 {
      width: 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
    }
    .box.has-hover.box-text-bottom {
      padding: 25px 15px;
    }
  }
  .ss-whychooseus::after{
    display: none;
  }
  .ss-whychooseus:before{
    display: none;
  }
  .ss-news {
    .col-inner > .row {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      > .col:first-child {
        grid-column: span 2;
        grid-row: span 1;

        .image-cover {
          padding-top: 50% !important;
        }
      }
    }
    .col.post-item:first-child .badge.post-date {
      top: auto;
      bottom: 112px;
      display: none;
    }
    .col.post-item:not(:first-child) .badge.post-date {
      top: auto;
      bottom: 80px;
      display: none;
    }
  }
  .custom-contact-card {
    height: auto;
    flex-direction: column;

    .col {
      width: 100% !important;
      max-width: 100% !important;
    }
    .col-left-form .col-inner {
      padding: 30px 25px !important;
    }
    .col:last-child .col-inner {
      padding: 30px 25px !important;
    }
  }
  .ss-brand {
    .row {
      flex-direction: column;
    }
    .col {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  .custom-box-image {
    h4 {
      font-size: 18px;
    }
    p {
      font-size: 14px;
    }
  }
  .header-search-form .form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
      border-radius: 4px;
      height: 35px;
  }
  .product-main::before,
  .product-main::after {
    display: none;
  }
  li.header-search-form.search-form.html.relative.has-icon {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .wedding-text {
    h2 {
      font-size: 26px;
    }
    p {
      font-size: 14px;
      text-align: center;
    }
  }
  h2.text_des {
    font-size: 24px;
  }
  .ss-whychooseus {
    .col.medium-3 {
      width: 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
    .box.has-hover.box-text-bottom {
      padding: 20px 15px;
    }
    h4 {
      padding: 10px 0 8px 0;
    }
  }
  .ss-news {
    .col-inner > .row {
      grid-template-columns: 1fr;
      gap: 15px;
      > .col:first-child {
        grid-column: span 1;
        grid-row: span 1;
        .image-cover {
          padding-top: 60% !important;
        }
        .post-title {
          font-size: 1.2em;
        }
      }
    }
    .badge-inner {
      height: 40px;
      width: 40px;
      padding: 6px 4px;
    }
  }
  .custom-contact-card {
    border-radius: 10px;
    .col-left-form .text_des {
      font-size: 2em;
    }
    .col-left-form .col-inner,
    .col:last-child .col-inner {
      padding: 20px 15px !important;
    }
  }
  .ss-product {
    .product-small .price .amount,
    .product-small .price ins .amount {
      font-size: 16px;
    }
  }
  .custom-box-image {
    h4 {
      font-size: 16px;
    }
    p {
      font-size: 13px;
    }
  }
  .ss-photoalbum {
    .tabbed-content .nav {
      flex-wrap: wrap;
      padding: 10px;
      gap: 5px;
    }
  }
  .post-sidebar {
    .badge {
      height: 40px;
      width: 60px;
    }
  }
  .content-contact.clearfix {
    font-size: 14px;
  }
  #logo img {
    max-height: 70px;
    padding: 8px;
  }
}

