/*
  Theme Name:   Oangle Theme Child
  Description:  Oangle Theme Child Theme
  Author:       Dian
  Template:     oangle-theme
  Version:      2.0.2
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  Text Domain:  oanglethemechild
*/
/* Site specific styling changes to be done here */
/* Global styles */
:root {
  --maroon: #c44b71;
  --gold: #e8cf7d;
  --lightpink: #f6eaee;
  --hover: #C44B7180;
}

@font-face {
  font-family: 'Gordita';
  src: url('../font/Gordita-Medium.woff2') format('woff2'),
    url('../font/Gordita-Medium.woff') format('woff'),
    url('../font/Gordita-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: "Cormorant", sans-serif;
  font-weight: 700;
  font-size: 80px;
}

h2 {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

h3 {
  font-family: "Sarabun", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

body {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--maroon);
  .container
}

.tfp-fancy-regular {
  font-family: 'Old Standard TT', serif;
  font-weight: 400;
  font-style: italic;
}

a:visited {
  color: var(--maroon);
}

.page-template-template-story main.story .content_main section.content {
  width: 100%;
  max-width: 100%;
  padding: 0 5%;
  padding-top: 60px;
}

.page-template-template-story main.story .content_main section.content .flowerps-page .container {
  max-width: 100%;
  padding: 0;
}

.page-template-template-story main.story .content_main section.content .flowerps-page .container .row {
  align-items: center;
  max-width: 100%;
  justify-content: center;
}

.page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_left {
  padding: 0 3%;
  text-align: right;
  padding-right: 5px;
  padding-left: 30px;
}

.page-template-template-story main.story .content_main section.content .flowerps-page .container .row.img_right_text_left .pt_left {
  padding: 0 3%;
  padding-left: 5px;
  padding-right: 30px;
}

.page-template-template-story main.story .content_main section.content .flowerps-page .container .row.img_right_text_left .pt_left .text-1 p br {
  display: none;
}

.page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_right,
.page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_img_right {
  max-height: 580px;
  max-width: 540px;
  padding: 0;
}

@media (max-width: 1599px) {
  .page-template-template-story main.story .content_main section.content {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .page-template-template-story main.story .content_main section.content .flowerps-page .container {
    max-width: 900px;
  }

  .page-template-template-story main.story .content_main section.content .flowerps-page .container .row.img_right_text_left .pt_left .text-1 p br {
    display: block;
  }
}

.woocommerce table.shop_table.cart td {
  padding: 12px;
}

.woocommerce-cart .woocommerce table.shop_table.cart thead .product-subtotal {
  text-align: left;
  /* padding-right: 2%; */
}

.woocommerce-cart .woocommerce table.shop_table.cart tbody .product-subtotal {
  text-align: left;
}


.woocommerce-cart .woocommerce table.shop_table.cart .cart-subtotal td {
  /* padding-right: 0px; */
  width: 113px;
  text-align: left !important;
  padding-right: 0;
}

@media (max-width: 922px) {

  .woocommerce-cart .woocommerce table.shop_table.cart thead .product-subtotal,
  .woocommerce-cart .woocommerce table.shop_table.cart tbody .product-subtotal {
    text-align: left;
  }

}

@media (max-width: 767.98px) {
  .woocommerce-cart .woocommerce table.shop_table.cart .cart-subtotal td {
    width: 50%;
  }

  .woocommerce-cart .woocommerce table.shop_table.cart .cart-subtotal td {
    text-align: right !important;
  }
}

.master-main-banner_image {
  display: none;
}

.main-slider .wrapper,
.featured-header-wrapper,
.featured-item-wrapper,
main.home section.product-content>div.product-content-wrapper,
header .container,
main.site-main section.content,
section.home_tnc,
section.content-last-home,
article.product.type-product,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
footer div.container {
  width: 90%;
  margin: 0 auto;
}

.ginput_recaptcha+.gfield_validation_message {
  position: absolute !important;
}

.woocommerce-cart main .container:first-of-type,
.woocommerce-checkout main .container:first-of-type {
  min-width: 90%;
  width: 80%;
  margin: 0 auto;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Circle buttons */
.prev-btn,
.next-btn {
  width: 50px;
  height: 50px;
}

.prev-btn i,
.next-btn i {
  background-color: transparent;
  border: 2px solid var(--maroon);
  display: flex;
  color: var(--maroon);
  cursor: pointer;
  height: 48px;
  width: 48px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.pt_custom .prev-btn i:hover,
.pt_custom .next-btn i:hover {
  background-color: var(--maroon) !important;
  color: var(--gold) !important;
}

/* Rectangular buttons */
.tfp-btn:hover {
  text-decoration: none;
  background-color: var(--lightpink);
  color: var(--maroon);
}

.tfp-btn {
  background-color: var(--maroon);
  border-radius: 7px;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
}

main#primary.site-main {
  background-image: url(https://theflowerpixie.oanglelab.com/wp-content/uploads/2022/07/wc-bg.png);
  /* background-size: 100% 100%; */
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}

.page-template-template-story main.story section.content {
  padding-top: 80px;
}


.site-main.search .page-header .page-title {
  font-family: "Sarabun";
  font-weight: 700;
  font-size: 32px;
}

.site-main.search .search-results-wrapper h2.entry-title {
  font-size: 1em;
}

.site-main.search .search-results-wrapper .has-post-thumbnail a.post-thumbnail {
  display: block;
}

.woocommerce-checkout section.main-banner {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: table;
}

section.main-banner h1 {
  padding: 10% 4%;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  /* display: table-cell; */
  color: #fff;
}

.slick-prev:before {
  content: "\f060";
}

.slick-next:before {
  content: "\f061";
}

.slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: none;
  background-color: transparent;
  border: 2px solid var(--maroon);
  display: flex;
  color: var(--maroon);
  cursor: pointer;
  height: 48px;
  width: 48px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  opacity: 1;
}

.slick-next:before {
  margin-left: -8px;
}

.slick-next {
  right: -3.5%;
}

.slick-prev {
  left: -4%;
}

.slick-dots {
  bottom: calc(2% + 3%);
  left: 0;
  right: 0;
}

.slick-prev,
.slick-next {
  z-index: 9;
}

.slick-dots li.slick-active button:before,
.slick-dots li button::before {
  color: #fff;
}

.slick-dots li button:before {
  font-size: 13px;
}

.slick-dots li {
  height: 40px;
}

.slick-list {
  max-height: inherit;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--maroon);
  color: var(--gold);
  border-radius: 7px;
}

/* Header */
header .container,
footer .container {
  max-width: 1024px;
}

header .container:first-of-type>a {
  position: relative;
  height: 100%;
  margin-right: 4%;
  justify-content: center;
}

header .logo {
  width: 88%;
  min-width: 180px;
  max-width: 250px !important;
  height: auto !important;
}

header .logo img {
  height: initial;
  padding-left: 7%;
  width: 100%;
  padding-right: 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
  header .logo img {
    padding-left: 8%;
  }
}

img {
  width: 100%;
}

.story .flowerps-page h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

main#primary.weddingcorporate {
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  main#primary.weddingcorporate {
    padding-bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  main#primary.weddingcorporate {
    padding-bottom: 40px;
  }
}

main#primary.testimonial {
  padding-bottom: 120px;
}

main#primary.story {
  padding-bottom: 120px;
}

header .logo:before {
  content: "";
  background-color: #ffffff;
  height: 100%;
  min-width: 125%;
  max-width: 155%;
  position: absolute;
  left: -6%;
  z-index: -1;
  top: 0;
  border-radius: 9.8vw 0;
}

header .container:first-of-type>a:focus,
header .container:first-of-type>a:focus-visible {
  outline: none;
}

header.desktop_header .menu_sec li a {
  font-size: 14px;
}

header .wc_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.wc_menu .search_sec {
  margin-right: 40px;
  max-width: 300px;
}

.wc_menu .search_sec,
.wc_menu .search-form,
.wc_menu .search-form .search-form,
.wc_menu .search-form label,
.search-field {
  width: 100%;
}

.wc_menu .search-form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--gold);
  border-radius: 0;
  color: var(--gold);
}

.wc_menu .search-form input:focus-visible {
  outline: none;
}

.wc_menu .search-form input::placeholder {
  color: var(--gold);
  opacity: 0.6;
}

.wc_menu .search-form {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}

.wc_menu input.search-submit {
  background-color: transparent;
  border: none;
  background-image: url("https://theflowerpixie.oanglelab.com/wp-content/uploads/2022/08/search-interface-symbol.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 0;
  filter: invert(8%) sepia(26%) saturate(621%) hue-rotate(353deg) brightness(91%) contrast(101%);
}

.wc_menu .user-reglogin {
  margin-right: 30px;
}

.wc_menu .search_sec .search-field {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid var(--gold);
  border-radius: 0;
  outline: none;
  font-size: 16px;
  color: var(--gold);
}

.wc_menu .search_sec .text-field-container {
  width: 90%;
}

.wc_menu .search_sec #search-clear {
  position: absolute;
  right: 21px;
  opacity: 0;
  pointer-events: none;
}

.wc_menu .user-reglogin a,
.wc_menu .my-cart a {
  display: flex;
  font-size: 12px;
  align-items: center;
  color: var(--gold);
  cursor: pointer;
}

.wc_menu .user-reglogin a>img {
  max-width: 20px;
  width: 100%;
  filter: invert(8%) sepia(26%) saturate(621%) hue-rotate(353deg) brightness(91%) contrast(101%);
}

.wc_menu .text {
  max-width: 50px;
  margin-left: 0px;
}

.wc_menu .user-reglogin a>.text {
  margin-left: 10px;
}

.wc_menu .user-reglogin a>.text:hover {
  color: #fff;
}

.wc_menu .my-cart a>.text:hover {
  color: #fff;
}

.wc_menu .my-cart a>.img_sec {
  position: relative;
  width: 35px;
}

.wc_menu .my-cart a>.img_sec img {
  max-width: 18px;
  width: 100%;
  filter: invert(8%) sepia(26%) saturate(621%) hue-rotate(353deg) brightness(91%) contrast(101%);
}

.wc_menu .my-cart a>.img_sec .item_counter {
  position: absolute;
  font-size: 11px;
  color: var(--maroon);
  background-color: var(--gold);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: 5px;
  padding-bottom: 1px;
  border-radius: 10px;
}

header.desktop_header ul li {
  margin: 0 10px;
  width: 100%;
  white-space: pre;
}

header.desktop_header .menu-main-menu-container {
  background: transparent;
}

header.mobile_header .navbar-toggler {
  border-color: transparent;
}

.site-main section {
  background-size: cover;
  background-position: center;
}

.mobile_header .container:first-of-type>a {
  /* max-width: 45vw; */
}

.contact-footer .flex-row .flex-column .mt-0 {
  text-align: left;
}

.contact-footer .flex-row .flex-column .mt-0 h6 {
  font-weight: bold;
}

.contact-footer .flex-row .flex-column.contact-address {
  width: 35%;
}

.contact-footer .flex-row .flex-column.contact-mail {
  width: 33%;
  padding-left: 5%;
}

.form_sublabel_below fieldset .has_first_name span {
  padding-right: 0 !important;
}

.contact-footer .flex-row .flex-column.contact-time {
  width: 20%;
}

.copyright .copyright_text p {
  padding-top: 10px;
}

/* sub_last_home */
.content-last-home .img-wrapper .parent {
  position: relative;
  background-color: transparent;
}

.content-last-home .img-wrapper .border-1 {
  width: 400px;
  height: 500px;
  border: 3px solid var(--maroon);
  position: absolute;
  bottom: 0;
  left: 0px;
}

.content-last-home .img-wrapper .flower-pic1 {
  margin-left: 20px;
  position: relative;
  width: 400px;
  height: 500px;
  top: 20px;
}

.content-last-home .img-wrapper .flower-pic2 {
  margin-right: 20px;
  position: sticky;
  width: 400px;
  height: 500px;
  left: 50%;
}

.content-last-home .img-wrapper .border-2 {
  width: 400px;
  height: 500px;
  border: 3px solid var(--maroon);
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.navbar-collapse ul {
  padding: 0;
  position: relative;
  margin: 0;
}

.navbar-collapse li {
  padding: 2% 0;
  width: 100%;
  padding: 10px 10px 10px 30px;
  list-style-type: none;
}

.navbar-collapse {
  /* top: 120px !important; */
  top: 90px !important;
  z-index: 99 !important;
  position: fixed;
  top: 0;
  left: 25%;
  height: 100vh;
  box-shadow: 0px 0px 5px #000;
}

.navbar-collapse ::marker {
  content: "";
}

.navbar-collapse.collapsing {
  /* left: 55%; */
  transition: height 0.2s;
  transition-duration: 0.2s;
}

.navbar-collapse.show {
  /* transition: left 0.2s; */
}

.navbar-toggler.collapsed~.navbar-collapse {
  transition: left 0.2s;
}

.navbar-collapse label {
  width: 50%;
  margin: 0;
}

.navbar-collapse .search-form::before {
  background: url(https://theflowerpixie.oanglelab.com/wp-content/uploads/2022/08/search-interface-symbol.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  content: "";
  display: inline-block;
  filter: invert(63%) sepia(67%) saturate(5537%) hue-rotate(312deg) brightness(82%) contrast(84%);
}

.navbar-collapse input[type="search"],
.navbar-collapse input[type="search"]::placeholder {
  border: 0;
  color: var(--maroon);
  width: 100%;
  padding: 5px 0;
  text-indent: 5px;
  font-weight: 600;
}

.navbar-collapse input[type="submit"] {
  position: absolute;
  visibility: hidden;
}

.menu-main-menu-container {
  position: relative;
  height: inherit;
}

.navbar-toggler {
  padding: 0;
  font-size: initial;
}

.navbar-dark .navbar-toggler.open .navbar-toggler-icon {
  /* border: 1px solid #000; */
  /* background-image: url(https://theflowerpixie.oanglelab.com/wp-content/themes/flowerpixiewp-main/assets/img/x-thin-svgrepo-com.svg); */
  /* filter: invert(100%) sepia(2%) saturate(714%) hue-rotate(199deg) brightness(117%) contrast(73%); */
  background-image: url(../flowerpixiewp-main/assets/img/x-thin-svgrepo-com.svg);
  border-radius: 50%;
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
  transition: 0.2s;
}

header.mobile_header .container .right {
  /* background: black; */
  width: auto;
  height: 60%;
  display: flex;
  align-items: flex-end;
  gap: 0;
  width: 100%;
  justify-content: space-evenly;
  max-width: 150px;
  min-width: 115px;
  right: -5%;
  position: relative;
}

header.mobile_header .container .right .my-cart .item_counter {
  color: #ddd;
}

header.mobile_header .user-reglogin img,
header.mobile_header .my-cart img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.billing-details-option .billing-new-detail-content .billing-country {
  padding-right: 30px;
}

header.mobile_header .container .right .my-cart .item_counter {
  color: var(--maroon);
  background-color: #fff;
  border-radius: 50%;
  height: fit-content;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
  position: relative;
  left: -5px;
}

.navbar-collapse ul li:hover>a,
.navbar-collapse ul li>a:hover {
  text-decoration: none;
}

/* Homepage - Slider */
section.main-slider {
  background-color: rgba(255, 255, 255, 0.7);
}

.tfp-slide {
  height: 480px;
  background-size: 100%;
  background-position: center;
  text-align: center;
  /* display: flex !important; */
  /* flex-direction: column;
  flex-flow: column;
  align-items: center;
  text-align-last: center;
  justify-content: center; */
}

.slider-button {
  width: 150px;
  padding: 0.7em;
  margin: 0 auto;
  text-align: center;
  border-radius: 7px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
}

.main-slider .wrapper {
  padding: 2% 5%;
}

.tfp-slide *:hover {
  text-decoration: none;
}

.home section.main-slider .slider-title {
  font-family: 'Old Standard TT', serif;
  font-weight: 700;
  font-style: italic;
}

.home section.main-slider .slider-desc {
  font-weight: 700;
}

.home section.main-slider .slider-button {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .home section.main-slider .slider-title {
    font-size: 40px !important;
  }

  .home section.main-slider .slider-desc {
    font-size: 18px !important;
  }
}

@media (max-width: 575.98px) {
  .home section.main-slider .slider-title {
    font-size: 26px !important;
  }

  .home section.main-slider .slider-desc {
    font-size: 14px !important;
  }
}

main.home section.main-slider .slick-prev {
  left: 1%;
}

main.home section.main-slider .slick-next {
  right: 1%;
}


/* Homepage - Announcement Banner */
section.announcement-banner>div {
  padding: 1.5% 0;
}

/* Homepage - Featured Best Sellers */
section.featured {
  /* padding: 3% 0 6% 0; */
  padding: 60px 0 30px 0;
}

main.home section.product-content>div.product-content-wrapper .popular-cat .popular-cat-wrapper ul li {
  margin-bottom: 60px;
}

main.home section.product-content>div.product-content-wrapper .popular-cat .popular-cat-wrapper ul li span.price {
  margin-bottom: 0;
}

.featured-header-wrapper {
  /* padding: 2% 0; */
  padding: 30px 0;
}

.home .featured-header-wrapper {
  /* padding-top: 0; */
}

.featured-header {
  color: var(--maroon);
}

.captions .cta-btn {
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 15px;
}

section.featured .featured-header-wrapper .col-sm-6.col-md-3.d-flex.justify-content-end,
.testimonial .content_main section.content .col-sm-12.col-md-3.d-flex {
  gap: 15px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.featured-item-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.featured-item-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.captions {
  max-width: 260px;
  max-height: 260px;
  height: 90%;
  width: 90%;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.captions.circle {
  border-radius: 50%;
}

.captions.full {
  max-width: none;
  max-height: none;
  width: inherit;
  height: inherit;
}

.featured-item a {
  height: 100%;
  width: 100%;
}

.featured-item img {
  opacity: 1;
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 380px;
  min-height: 280px;
  height: 26vw;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.featured-item:hover img {
  opacity: 0.7;
}

.featured-item:hover .captions {
  opacity: 1;
}

.captions.custom::before {
  content: "";
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 9;
}

.captions h4 {
  z-index: 99;
  margin: auto;
}

.featured-item {
  position: relative;
  height: 100%;
  padding: 0 7.5px;
}

.featured-item-wrapper .featured-item:nth-child(2n) {
  margin-top: 3%;
}

.featured-item img {
  overflow: hidden;
}

.featured-item-wrapper .slick-track {
  display: flex;
  /* gap: 15px; */
}

.featured-item-wrapper .slick-list {
  margin: 0 -7.5px !important;
}

/* Homepage - Popular Categories */
main.home section.product-content {
  /* padding: 5% 0 3% 0; */
  padding: 60px 0 0px 0;
  background-color: rgba(255, 255, 255, 0.7);
}

main.home section.product-content * {
  color: var(--maroon);
}

main.home section.product-content h3.pcat-name,
section.product-content .tfp-btn {
  text-transform: uppercase;
}

main.home section.product-content .tfp-btn {
  color: var(--gold);
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-radius: 7px;
  border: 1px solid var(--maroon);
  color: #495057;
}

.product_cat-floral-arrangement-workshops .entry-content .single-product form.cart .variations th:first-child {
  border-top: 1px solid var(--maroon) !important;
  margin-top: 10px;
}

.product_cat-floral-arrangement-workshops .woocommerce div.product div.summary>p {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #C44B71;
}

.woocommerce div.product .stock {
  margin-top: 5px;
  color: #000000;
}

main.home section.product-content .tfp-btn:hover {
  color: var(--maroon);
  outline: 1px solid var(--maroon);
}

main.home section.product-content .d-flex.justify-content-between {
  padding: 1% 0;
}

main.home section.product-content ul.products {
  margin-bottom: 0;
}

/* Homepage - Bottom */
section.content-last-home {
  padding: 2% 0;
}

section.content-last-home .img-wrapper {
  max-height: 580px;
  max-width: 540px;
  padding: 0;
}

/* section.content-last-home .img-left-text-right .img-wrapper {
  left: 2.5%;
}
section.content-last-home .img-right-text-left .img-wrapper {
  right: 2.5%;
} */
section.content-last-home img {
  width: 100%;
  max-height: inherit;
  object-fit: cover;
  box-shadow: 0 0 3px #454545;
}

section.content-last-home .border-box {
  /* border: 1px solid var(--maroon); */
  color: var(--maroon);
  padding: 0 3%;
  height: 100%;
  z-index: 9;
  padding-right: 5px;
  padding-left: 30px;
}

section.content-last-home .border-box>.wrapper {
  text-align: inherit;
}

section.content-last-home .row:not(:last-of-type) {
  margin-bottom: 0px;
}

section.content-last-home .pt_first_title {
  text-align: center;
  /* margin-bottom: 60px; */
  padding-top: 60px;
}

section.content-last-home .pt_first_title h3 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* section.content-last-home .border-box.right {
  right: 2.5%;
}
section.content-last-home .border-box.left {
  left: 2.5%;
} */
section.content-last-home .border-box.left {
  padding: 0 3%;
  text-align: right;
  padding-left: 5px;
  padding-right: 30px;
  margin-top: 15px;
}

section.content-last-home .border-box.left .wrapper>p:last-child {
  margin-bottom: 0;
}

section.content-last-home h2 {
  margin: 15px 0;
}

section.content-last-home .pt_first_title h2 {
  font-family: 'Old Standard TT', serif;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0px;
  font-style: italic;
}

section.content-last-home .row {
  align-items: center;
  max-width: 100%;
  justify-content: center;
}

section.content-last-home .wrapper p {
  line-height: 30px;
  margin-bottom: 15px;
}

section.content-last-home .pt_last_text_content {
  text-align: center;
}

section.content-last-home .pt_last_text_content h2 {
  margin-bottom: 0;
  font-size: 26px;
  margin-top: 10px;
}

.home_tnc a,
.home_tnc a:visited {
  color: var(--maroon);
  text-decoration: none;
  transition: 0.3s;
  padding-bottom: 1px;
  font-size: 14px;
}

.home_tnc a:hover {
  border-bottom: 1px solid var(--maroon);
}

body.page-template-template-home main#primary {
  padding-bottom: 0;
  overflow: hidden;
}

.home_tnc {
  padding-top: 80px;
  padding-bottom: 16px !important;
}

/* Contact Page */
main.contact_us section.contact-footer {
  background: rgb(246, 234, 238, 0.9);
}

main.site-main section.content {
  margin-bottom: calc(60px - 14px);
}

.site-main.weddingcorporate section.content {
  margin-bottom: 0 !important;
}

main.contact_us section.contact-footer .wrapper {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
}

main.contact_us section.contact-footer * {
  color: #a9305d;
}

main.contact_us section.contact-footer h4 {
  text-transform: uppercase;
}

main.contact_us section.contact-header {
  text-align: center;
}

main.contact_us section.contact-header h3 {
  text-transform: uppercase;
  /* font-style: italic; */
  text-align: center;
}

main.contact_us section.contact-footer .wrapper .flex-column div:last-child {
  margin-top: 30px;
}

main.contact_us section.contact-form {
  margin: 0 auto;
  max-width: 40%;
}

main.contact_us section.contact-form.contact-thankyou {
  max-width: 100%;
}



main.contact_us section.contact-form input::placeholder,
main.contact_us section.contact-form textarea::placeholder,
main.contact_us section.contact-form input,
main.contact_us section.contact-form textarea {
  /* color: var(--maroon); */
  color: balck;
}

main.contact_us section.contact-form input,
main.contact_us section.contact-form textarea,
main.contact_us section.contact-form input:focus-visible,
main.contact_us section.contact-form textarea:focus-visible {
  border-color: #d37995;
  width: 100%;
  background-color: transparent;
}

main#primary.site-main.contact_us {
  padding-bottom: 0;
}

main.contact_us section.contact-form input#gform_submit_button_1 {
  background: var(--maroon);
  border-color: var(--maroon);
  margin-bottom: 0;
  color: var(--gold);
  padding: 12px 50px;
  transition: 0.3s;
  border-radius: 7px;
}

main.contact_us section.contact-form input#gform_submit_button_1:hover {
  background: var(--lightpink);
  color: var(--gold);
  border: 1px solid #d37995;
}

main.contact_us section.contact-form .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}

main.contact_us section.contact-header h3:last-child {
  margin-bottom: 30px;
}

main.contact_us section.contact-header h3 {
  max-width: 82%;
  margin: 0 auto;
  line-height: 35px;
  margin-bottom: 0px;
  text-transform: initial;
  font-weight: 400;
}

main.contact_us section.contact-header p {
  margin: 1% 0;
}

main.story .flowerps-page p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 30px;
}

main.story .content .flowerps-page>h2 {
  font-family: 'Old Standard TT', serif;
  text-align: center;
  margin-bottom: 86px;
  font-style: italic;

}

main.story .content .flowerps-page>h2 b {
  font-weight: 700;
}

main.story .content .flowerps-page .container>h3 {
  text-align: center;
}

#colophon .gform_wrapper.gravity-theme .gform_fields {
  width: 96%;
}

/* END Contact Page */
/* Testimonial Page & Terms of Use */
main.testimonial section.content a,
main.terms-of-use section.content a {
  display: flex;
  gap: 30px;
}

main.testimonial section.content #testimonial-tabContent .tab-pane p a {
  display: inline-block;
}

main.testimonial section.content img,
main.terms-of-use section.content img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  object-fit: cover;
  min-width: 70px;
  min-height: 70px;
}

main.testimonial section.content .nav-pills .nav-link.active,
main.terms-of-use section.content .nav-pills .nav-link.active,
section.content .nav-pills .show>.nav-link,
section.content .nav-pills a {
  /* background-color: #fff; */
  color: var(--maroon);
}

main.testimonial section.content .nav-pills .nav-link.active {
  background-color: transparent;
}

main.testimonial section.content .nav-pills .nav-link.active,
main.terms-of-use section.content .nav-pills .nav-link.active {
  border: 1px solid var(--maroon);
}

main.testimonial section.content .nav-pills a,
main.terms-of-use section.content .nav-pills a {
  border-radius: 7px;
  padding: 1em;
  margin-bottom: 2em;
}

main.testimonial section.content .nav-pills a:last-child {
  margin-bottom: 0;
}

.title_customer {
  text-align: center;
  margin-bottom: 30px;
}

.title_customer h3 {
  max-width: 82%;
  margin: 0 auto;
  line-height: 35px;
  margin-bottom: 0px;
  text-transform: initial;
}

main.testimonial section.content a.nav-link .flex-column,
main.terms-of-use section.content a.nav-link .flex-column {
  align-self: center;
}

main.testimonial section.content a.nav-link .testimonial-name,
main.terms-of-use section.content a.nav-link .testimonial-name {
  font-weight: 600;
}

.pt_custom .pt_text_customer {
  display: flex;
  align-items: center;
  justify-content: center;
}

main.terms-of-use section.content #testimonial-tabContent {
  margin-left: 10em;
  margin-top: 2em;
}

main.testimonial section.content #testimonial-tabContent {
  margin-left: 10em;
  margin-top: 0em;
}

main.testimonial section.content .row:first-of-type,
main.terms-of-use section.content .row:first-of-type {
  margin-bottom: 2em;
}

main.testimonial section.content .row:first-of-type {
  margin-bottom: 2em !important;
}

main.testimonial section.content .row:first-of-type,
main.terms-of-use section.content .row:first-of-type {
  margin-bottom: 2em;
}

main.testimonial section.content .row:first-of-type .col-3,
main.terms-of-use section.content .row:first-of-type .col-3 {
  gap: 15px;
}

.page-template-template-testimonial main.testimonial section.content #testimonial-tabContent {
  width: 100%;
}


.blockUI.blockOverlay {
  display: none !important;
}

.contact-form form input,
.contact-form form textarea {
  border-radius: 7px;
  outline: none;
  outline-color: #d37995;
  border: 1px solid #d37995;
}

.contact-form .gform_confirmation_wrapper {
  padding-top: 60px;
}

@media (max-width: 1600px) {
  .contact-form .gform_confirmation_wrapper {
    padding-top: 10px;
  }
}

@media (max-width: 1286px) {
  .page-template-template-testimonial main.testimonial section.content #testimonial-tabContent {
    margin-left: calc(10em - 15px);
  }
}

@media (max-width: 991.98px) {
  .contact-form .gform_confirmation_wrapper {
    padding-top: 0px;
  }
}

.contact-form p.gform_required_legend {
  display: none;
}

.contact-form form .gfield_required_custom {
  display: none !important;
}

/* END Testimonial Page*/
/*Thankyoupage*/
body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-detail .alt-thankyou-detail-box h2 {
  font-family: 'Old Standard TT', serif;
  font-size: 40px;
  margin-bottom: 15px;
  font-style: italic;
}

body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-detail .alt-thankyou-detail-box {
  line-height: 2em;
  padding: 25px;
}

/*END Thankyoupage*/
/* Footer */
footer {
  position: relative;
  clear: both;
  padding: 25px 0;
  padding-bottom: 0;
}

footer * {
  font-size: 14px;
  color: var(--gold) !important;
  overflow-wrap: anywhere;
}

footer *:focus {
  outline: none;
}

footer .footer_heading {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

footer .socials a {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

footer .socials a.text-only {
  margin-left: 42px;
  margin-top: 0;
}

footer .contact_liner img {
  width: 25px;
  height: auto;
  max-height: 32px;
}

footer .contact_liner {
  display: flex;
  gap: 10px;
}

footer .contact_liner {
  margin-bottom: 0;
}

footer .contact_liner.tel,
footer .contact_liner.email {
  margin-bottom: 0;
}

footer .socials a:first-of-type {
  margin-top: 0;
}

footer .contact_liner.tel *,
footer .contact_liner.email * {
  display: flex;
  gap: 10px;
}

footer .contact_liner_wrapper {
  display: flex;
  gap: 14px;
  width: max-content;
  flex-direction: column;
}

footer .contact_liner.tel.show-border::after {
  content: "|";
}

footer .contact_liner.tel img,
footer .contact_liner.email img {
  align-self: center;
}

footer .single_col {
  padding: 0;
}
footer .single_col >div {
  padding-bottom: 14px;
}

div#gform_fields_2 input[type="email"] {
  background: transparent;
  border: 0;
  color: var(--gold);
  padding: 15px 0;
}

div#gform_fields_2 input[type="email"]::placeholder {
  color: var(--gold);
}

div#gform_fields_2 input[type="submit"] {
  width: 100%;
  background-color: rgb(232, 207, 125, 0.3);
  border: 0;
  border-color: var(--gold);
  color: var(--gold);
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 16px;
  line-height: 1;
}

div#gform_fields_2 input[type="submit"]:hover {
  background-color: var(--lightpink);
  color: var(--maroon) !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0 !important;
}

div#field_2_1,
div#field_submit {
  border-bottom: 1px solid var(--gold);
}

div#gform_fields_2 input[type="email"]:focus,
div#gform_fields_2 input[type="email"]:focus-visible {
  outline: 0;
}

.footer_form .gform_heading {
  margin-bottom: 30px;
  font-weight: 600;
}

.footer_form .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
  grid-column: span 5;
}

.footer_logo {
  background: #fff;
  border-radius: 50%;
  /* max-width: 150px;
  height: 150px; */
  max-width: 135px;
  height: 135px;
  padding: 2%;
  text-align: center;
}

.footer_logo img {
  height: 100%;
  /* max-width: 75px !important; */
  max-width: 80px !important;
}

footer .container:first-of-type {
  justify-content: space-between;
  /* margin-bottom: 16px; */
  padding: 0 0 16px 0;
}

.footer_logo img {
  height: 100%;
}

.footer_form {
  height: 100%;
  margin: auto 0;
  padding: 0;
}

.footer_form .gform_footer.top_label {
  display: none !important;
  margin: 0;
  padding: 0;
  min-height: 0;
}

.footer_form .gform_wrapper .gfield_validation_message,
.footer_form .gform_wrapper .validation_message {
  background: transparent;
  border: 0;
  color: #fff;
}

.footer_form .gfield_validation_message {
  position: absolute;
  margin: 0 !important;
  padding: 5px 0 !important;
}

footer .menu_area {
  width: 100%;
  justify-content: space-between;
  flex: auto;
}

.tc_pp {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tc_pp img {
  /* width: 30px; */
  width: 42px;
  height: auto;
}

.copyright * {
  font-size: 12px;
}

/* END Footer */
/* WooCommerce - Global */
a.product_type_variable {
  display: none !important;
}

.woocommerce ul.products li.product .price {
  font-weight: 600;
}

.categories .prod_cat_wrapper a .text-uppercase {
  margin-bottom: 1.2rem;
}

.woocommerce .single-product .single_variation_wrap button.button.alt.disabled:hover {
  color: #fff !important;
  outline: none;
}

.woocommerce ul.products li.product .price {
  color: var(--maroon);
  font-size: 16px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--maroon);
  color: var(--maroon);
}

.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before {
  color: var(--maroon);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--lightpink);
  outline: 1px solid var(--maroon);
  color: var(--gold) !important;
  transition: 0.3s;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: var(--maroon);
  color: var(--gold);
  transition: 0.3s;
  font-weight: lighter;
}

.woocommerce ul.products li.product a:hover .custom-short-description {
  color: var(--maroon);
}

.woocommerce div.product form.cart .variations label.select-time-slot {
  text-transform: uppercase;
}

/* WooCommerce Cart */
.woocommerce .woocommerce-cart-form button {
  background-color: var(--maroon);
  color: #fff !important;
}

.woocommerce table.cart td.actions .input-text {
  min-width: 150px;
}

.woocommerce-message a.restore-item {
  text-decoration: underline;
  color: var(--maroon);
}

.woocommerce a.remove:hover {
  background-color: var(--maroon);
}

.woocommerce a.remove:hover path {
  fill: #fff;
}

@media (pointer:coarse) {
  .woocommerce a.remove:hover {
    background-color: transparent;
  }

  .woocommerce a.remove:hover path {
    fill: var(--maroon);
  }
}

.woocommerce a.remove {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 0.7em;
  color: var(--maroon) !important;
  transition: 0.2s;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto;
}

.woocommerce .cart_item td.product-name a:hover {
  color: var(--maroon);
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:active,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:focus,
.woocommerce-cart .cart-collaterals .shipping-calculator-form *:not(button),
.woocommerce-cart .cart-collaterals .shipping-calculator-form *::placeholder,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text::placeholder {
  color: var(--maroon);
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:active {
  font-weight: 600;
}

/* WooCommerce Checkout*/
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: 100%;
}

.woocommerce-checkout .col-2 p#order_comments_field {
  flex-flow: column;
}

body.woocommerce-checkout main.site-main h1.entry-title {
  font-family: 'Sarabun', sans-serif;
  font-size: 32px !important;
}

body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-links .button,
body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between .button-submit {
  font-size: 18px;
}

/* WooCommerce Account */
body.woocommerce-account main .col-1,
body.woocommerce-account main .col-2 {
  max-width: initial;
}

body.woocommerce-account main .woocommerce .woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
}

/* WooCommerce Pagination */
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 2px solid var(--maroon) !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: var(--maroon);
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 160%;
  transition: background-color 0.3s;
}

.woocommerce nav.woocommerce-pagination ul li a:visited {
  color: var(--maroon);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--maroon);
  color: var(--gold);
}

/* WooCommerce - Sort */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: right;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
}

.woocommerce-ordering::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 5px;
  background-size: 100% 100%;
  width: 1.5em;
  background-image: url(https://theflowerpixie.oanglelab.com/wp-content/uploads/2022/07/Sort.svg);
}

.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select:focus-visible {
  color: var(--maroon);
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
}

/* WooCommerce - Shop/ Categories Page */
.shop_layout form.woocommerce-ordering,
.shop_layout .woocommerce-result-count {
  margin: 1.2em 0 !important;
}

.shop_layout .woocommerce-result-count {
  margin-top: 0 !important;
}

.shop_layout .left-sec a.active {
  font-weight: 600;
}

.shop_layout .left-sec a,
.shop_layout .left-sec a:visited {
  color: var(--maroon);
  text-decoration: none;
  padding: 5px;
}

.shop_layout .dropbtn {
  background-color: var(--maroon);
  color: white;
  padding: 3% 4%;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: auto;
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 7px;
}

.shop_layout .dropdown-content {
  display: none;
  position: absolute;
  top: 103%;
  background-color: #f9f9f9;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.shop_layout .dropdown-content a {
  color: var(--maroon);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.shop_layout .dropdown:hover button.dropbtn {
  background: var(--lightpink);
  outline: 1px solid var(--maroon);
  color: var(--maroon);
}

.shop_layout .dropdown:hover .dropdown-content {
  display: block;
}

.shop_layout.categories>div.justify-content-center .left-sec {
  padding: 0;
}

.products li .woocommerce-loop-product__title {
  padding: 0 !important;
}

.products li:hover .woocommerce-loop-product__title {
  color: var(--gold);
  transition: color 0.3s;
}

.shop_layout .dropdown-content a:not(:last-of-type) {
  border-bottom: 1px solid var(--maroon);
}

div.shop_layout .woocommerce ul.products li.product .price {
  color: var(--maroon);
}

.woocommerce-cart-form .code_coupon .coupon button {
  padding-top: 8px;
  padding-bottom: 12px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: unset;
  color: #E8CF7D !important;
  border-radius: 7px;
}

a.checkout-button.button.alt.wc-forward.wp-element-button:hover,
a.checkout-button.button.alt.wc-forward:hover {
  color: #e8cf7d !important
}

a.checkout-button.button.alt.wc-forward.wp-element-button,
a.checkout-button.button.alt.wc-forward {
  font-weight: unset;
  font-size: 16px;
  padding: 0.8em 1em;
  height: 44px;
}

.woocommerce .single-product div.product div.images.woocommerce-product-gallery>.flex-viewport {
  pointer-events: none;
}

.woocommerce .single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  pointer-events: none;
}


/* WooCommerce - Single Product Page */
.woocommerce.single-product div.product .product_short_desc {
  font-size: 24px;
}

.woocommerce.single-product .woocommerce div.product .wrap-price-variation {
  /* padding-bottom: 10px; */
  padding-bottom: 16px;
}

.woocommerce.single-product .product-type-simple .woocommerce div.product .wrap-price-variation {
  padding-bottom: 0px;
}

.woocommerce.single-product .alt-product-addon-action {
  display: flex;
}

.woocommerce.single-product div.product div.summary h2,
.woocommerce.single-product table.shop_attributes th,
.woocommerce.single-product .alt-product-addon-wrapper h3 {
  font-size: 18px;
}

.woocommerce.single-product div.product div.summary h2 strong {
  font-weight: 600;
}

.woocommerce.single-product div.product form.cart .button {
  margin-bottom: 16px;
}

.woocommerce .qty-text {
  align-self: center;
}

.woocommerce div.product form.cart .button {
  display: block;
  float: none;
  font-weight: unset;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 0;

}

/* Remove up/down arrows on Qty - Chrome, Safari, Edge, Opera */
.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove up/down arrows on Qty - Firefox */
.woocommerce div.product form.cart div.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce div.product .qty-handler {
  padding: 12px;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.woocommerce div.product form.cart div.quantity input:focus-visible {
  outline-color: var(--maroon);
}

.woocommerce div.product form.cart .variations input[disabled]+label {
  cursor: not-allowed;
  background: var(--hover);
  color: var(--gold);
  border-color: transparent;
}

.woocommerce .single-product {
  color: var(--maroon);
  overflow: hidden;
}

article.type-product header {
  background-color: transparent;
  height: unset;
  width: unset;
  z-index: unset;
}

/* .woocommerce div.product {
  padding-top: 80px;
} */
.woocommerce-variation .woocommerce-variation-price {
  display: none;
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--maroon);
  padding-bottom: 1em;
  padding-top: 1em;
}

.woocommerce table.shop_attributes th {
  padding: 0;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes {
  border: 0;
}

table.variations tr {
  display: flex;
  flex-direction: column;
}

table.variations .variation-radios {
  display: flex;
  gap: 1em;
  flex-flow: wrap;
}

.variation-radios label {
  padding: 7px 24px;
  border: 1px solid var(--maroon);
  border-radius: 30px;
  color: var(--maroon);
  font-weight: 400 !important;
  cursor: pointer;
}

.variation-radios label.active {
  background-color: var(--maroon) !important;
  color: var(--gold) !important;
}

.variation-radios input[type="radio"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  left: 0;
}

.variation-select-item {
  white-space: nowrap;
  position: relative;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
  width: 48%;
  float: left;
  margin-left: 3%;
}

.woocommerce div.product div.summary h2,
.woocommerce table.shop_attributes th {
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce div.product div.summary h2 {
  /* border-top: 1px solid var(--maroon); */
  padding-top: 1em;
}

.product_description_heading-title {
  border-top: 1px solid var(--maroon);
}

.woocommerce div.product .product_title,
.woocommerce div.product p.price {
  font-size: 2em;
  font-weight: 600;
  color: var(--maroon);
}

.wrap-price-variation,
p.price {
  margin-bottom: 1em;
}

.wrap-price-variation del {
  margin-left: 10px;
  opacity: 0.5;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: block;
}

.woocommerce p.pt_center {
  margin-bottom: 10px;
}

.pt_center {
  text-align: center;
}

button.single_add_to_cart_button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 46px;
  display: flex;
  line-height: 23px !important;
}

.woocommerce .flex-viewport {
  max-height: 900px;
}

.woocommerce .single-product p.price {
  visibility: hidden;
  display: none;
}

.woocommerce .single-product p.price.show {
  visibility: visible;
  display: block;
}

.woocommerce .single-product p.price.simple {
  font-size: 24px;
  margin-bottom: 16px;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: 0;
  top: 0;
  height: 100%;
  width: 90%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  visibility: hidden;
}

.woocommerce div.product form.cart div.quantity input {
  border: 1px solid var(--maroon);
  color: var(--maroon);
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

/* END Single Product Page */
/* Woocommerce - Shop */
.oos-prod-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.oos-prod {
  background-color: rgba(235, 235, 235, 0.6);
  opacity: 0.6;
  padding: 15%;
}

.oos-prod-wrapper span {
  text-transform: capitalize;
  position: absolute;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  font-family: "Sarabun", sans-serif;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

/* The Flower Pixie Story  */
.flowerps-page .parent {
  position: relative;
  background-color: transparent;
}

.flowerps-page .flower-pic1 {
  margin-left: 20px;
  position: relative;
  width: 400px;
  height: 500px;
  object-fit: cover;
}

.flowerps-page .flower-pic2 {
  margin-right: 20px;
  position: sticky;
  width: 400px;
  height: 500px;
  left: 50%;
  object-fit: cover;
}

.flowerps-page .border-1 {
  width: 400px;
  height: 500px;
  border: 3px solid var(--maroon);
  position: absolute;
  bottom: 20px;
  left: 0px;
}

.flowerps-page .border-2 {
  width: 400px;
  height: 500px;
  border: 3px solid var(--maroon);
  position: absolute;
  bottom: 20px;
  right: 0px;
}

.flowerps-page .text-1 {
  /* margin-right: 20px; */
  text-align: right;
  color: var(--maroon);
  line-height: 200%;
}

.flowerps-page .text-2 {
  /* margin-left: 20px; */
  text-align: left;
  color: var(--maroon);
  line-height: 200%;
}

/* Store Policy */
@media only screen and (max-width: 577px) {
  .section-1 #v-pills-tab {
    display: none;
  }

  .section-1 .tab-content {
    display: none;
  }
}

@media only screen and (min-width: 577px) {

  #terms_cond_mb,
  #tnc_mb {
    display: none;
  }
}

@media only screen and (min-width: 577px) {
  .icon {
    width: 20% !important;
  }
}

#tnc_mb button.active i {
  transform: rotate(180deg);
}

#tnc_mb .active,
#tnc_mb .accordion {
  background-color: #ccc;
  color: var(--maroon);
  background-color: var(--lightpink);
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

#tnc_mb .panel {
  background-color: white;
  max-height: 0;
  font-size: 14px;
  transition: max-height 0.2s ease-out;
}

#tnc_mb .panel.open {
  padding: 1.25rem;
  border: 1px solid var(--maroon);
  border-top: 0;
  visibility: visible;
}

.storepolicy .accordion .card-body p {
  font-size: 14px;
}

.storepolicy section.content div.section-1 .row {
  justify-content: center;
}

.storepolicy section.content div.container {
  max-width: inherit;
  padding: 0;
}

#tnc_mb button.accordion:focus {
  outline: none;
}

#tnc_mb button.accordion.active {
  color: var(--maroon);
  background-color: var(--lightpink);
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  margin-bottom: 0;
  border: 1px solid var(--maroon);
}

#tnc_mb .panel {
  margin-bottom: 32px;
  visibility: hidden;
}

#tnc_mb button.accordion {
  color: var(--gold);
  background-color: var(--maroon);
  padding: 14px;
  display: flex;
  justify-content: space-between;
  line-height: 1em;
  border: 1px solid var(--maroon);
  transition: 0.4s;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
}

#tnc_mb button.accordion i {
  width: 50px;
}

#tnc_mb button.accordion {
  border: 0;
}

.site-main.storepolicy {
  font-size: 16px;
  line-height: normal;
}

.site-main.storepolicy p {
  margin-bottom: 1em;
}

.site-main.storepolicy tr:first-child td {
  color: var(--gold);
  background-color: var(--maroon);
  font-weight: 600;
}

.site-main.storepolicy table {
  margin-top: -5px;
  margin-bottom: 15px;
}

.site-main.storepolicy table,
.site-main.storepolicy table td {
  border: 1px solid var(--maroon);
}

.site-main.storepolicy table td {
  width: auto !important;
  padding: 10px 15px;
}

.site-main.storepolicy tr td:first-child {
  width: 12% !important;
  text-align: center;
}

.site-main.storepolicy .tab-content-first {
  order: 1;
  margin-bottom: 20px;
}

.storepolicy .nav-link {
  /* border: 1px solid var(--maroon); */
  padding: 6px 5px;
  font-size: 16px;
  transition: 0.3s;
}

.privacy-policy .site {
  height: auto !important;
}

.storepolicy ul,
.storepolicy ol {
  padding-left: 34px;
  margin: -0.2em 0 0.8em;
}

.nav-pills .nav-link.active {
  font-weight: 600;
}

.storepolicy .nav-pills .nav-link.active,
.storepolicy .nav-pills .nav-link:hover {
  background-color: transparent;
  color: var(--maroon);
}

button.collapsed i {
  transform: rotate(180deg);
}

.storepolicy .icon-header.col-10 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-family: "Sarabun", sans-serif !important;
}

.home section.content-last-home {
  width: 100%;
  max-width: 100%;
  padding: 0 5%;
}

/* Wedding Corporate */
.site-main.weddingcorporate h1 {
  text-align: center;
  margin-bottom: 0;
}

.site-main.weddingcorporate h2::before {
  background-image: url("https://theflowerpixie.oanglelab.com/wp-content/uploads/2022/07/quotation.png");
  content: "";
  width: 3%;
  display: none;
  height: 1em;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: super;
  transform: scaleX(-1);
}

.site-main.weddingcorporate h2::after {
  background-image: url("https://theflowerpixie.oanglelab.com/wp-content/uploads/2022/07/quotation.png");
  content: "";
  width: 3%;
  display: none;
  height: 1em;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: super;
  /* transform: scaleX(-1); */
}

.site-main.weddingcorporate h2 {
  color: var(--maroon);
  font-size: 24px;
}

.site-main.weddingcorporate h3 {
  color: var(--maroon);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.site-main.weddingcorporate .text-center p {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.weddingcorporatecollage img {
  max-width: 100%;
}

.site-main.weddingcorporate {
  overflow-x: hidden;
}

.flowerps-page h2.header {
  text-align: center;
  font-size: 24px;
}

.contact_us .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  line-height: 32px;
  font-family: "Sarabun";
}

/* 404 Page */
main#primary.site-main.not-found {
  padding-bottom: 0;
}

main.not-found .mx-auto:first-of-type {
  display: flex;
  z-index: 9;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.wrapper-404 {
  position: relative;
  height: 400px;
}

main.not-found {
  position: relative;
}

main.not-found .wrapper-404 div:nth-of-type(2n) {
  margin-top: -4% !important;
  max-width: 30%;
}

main.not-found .wrapper-404 a {
  text-decoration: none;
  width: fit-content;
  margin: 10px auto 0 auto;
  color: var(--gold);
}

main.not-found .wrapper-404 a.tfp-btn:hover {
  color: var(--maroon);
  outline: 1px solid var(--maroon);
}

/* Search page */
section.no-results.not-found {
  text-align: center;
  margin: 32px 0;
}

section.no-results.not-found .page-content {
  margin-top: 32px;
}

section.no-results.not-found input.search-field {
  border: 0;
  background-color: transparent;
  box-shadow: 0 -3px 0 var(--gold) inset;
  border-radius: 0;
  color: var(--maroon);
  outline: none;
  padding: 5px;
}

main.search section.content>header.page-header {
  margin: 2em 0;
}

main.search .search-results-wrapper.d-flex {
  gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
}

main.search .search-results-wrapper.d-flex article .entry-title {
  margin: 5px 0;
}

main.search .search-results-wrapper.d-flex article {
  flex-basis: calc(100% / 4 - 1em);
  margin: 0;
}

main.search .search-results-wrapper.d-flex article:hover {
  cursor: pointer;
}

main.search .search-results-wrapper.d-flex article:hover .entry-title a {
  color: var(--gold) !important;
}

main.search .search-results-wrapper.d-flex article.product .entry-title {
  margin: 0px;
}

.search-results main.search .search-results-wrapper.d-flex {
  row-gap: 0.5em;
}

.search-results main.search .search-results-wrapper.d-flex article {
  padding-top: 2.992em !important;
}

.search-results main.search section.content>header.page-header {
  margin-bottom: 0;
  height: auto;
}

.search_pagination .pagination li {
  border: 1px solid var(--maroon) !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: var(--maroon);
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  margin: 2px;
}

.search_pagination .pagination li a {
  background: transparent;
}

.search_pagination .pagination li span,
.search_pagination .pagination li a {
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 160%;
  display: block;
  text-align: center;
  margin: 0;
}

body.woocommerce-checkout .site-main .container h1 {
  /* font-family: "Gordita"; */
  font-size: 32px;
  text-transform: uppercase;
  margin: 2em 0 1em;
  /* margin: 15px 0; */
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
}

.woocommerce-account .my-cart a:hover,
.woocommerce-account .user-reglogin a:hover {
  color: var(--gold);
}

.search_pagination .pagination li a.next span,
.search_pagination .pagination li a.prev span {
  transform: translateY(-2px);
}

.site-main.search .search_pagination {
  margin-top: 30px;
}

.search-results-wrapper article .entry-summary p {
  font-size: 16px;
}

.search_pagination .pagination li a:hover {
  background-color: var(--maroon);
  color: var(--gold);
  border-color: var(--maroon);
}

.page-item .page-link {
  color: var(--maroon);
}

.search_pagination .pagination li span.current {
  background-color: var(--maroon);
  color: var(--gold);
  border-color: var(--maroon);
}

/* search-results */
main.search .search-results-wrapper.d-flex img {
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  object-fit: cover;
  margin: 0 0 1em;
}

.search-results-wrapper .woocommerce-Price-amount.amount {
  font-weight: 600 !important;
}

.search-results-wrapper .entry-header h2 {
  font-size: 1em;
}

.search-results-wrapper .entry-header h2 a:hover {
  color: var(--gold) !important;
}

.site-main.search input.search-submit {
  background-color: #c44b71;
  color: var(--gold);
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 7px;
  border: #c44b71;
  font-size: 16px;
  padding: 0.5em 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.site-main.search input.search-submit:hover {

  background-color: var(--lightpink);
  outline: 1px solid var(--maroon);
  color: var(--gold) !important;
  transition: 0.3s;

}

.site-main.search form.search-form {
  padding-top: 20px;
}

main.site-main.contact_us section.content {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 120px;
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  main.site-main.contact_us section.content {
    padding: 70px 0 70px 0;
  }
}

body.purchase-disabled .wc_menu .user-reglogin {
  margin-right: 0;
}

body.purchase-disabled .wc_menu .my-cart {
  display: none;
}

/* main.search .search-results-wrapper.d-flex article .entry-title a:hover,
main.search .search-results-wrapper.d-flex article .entry-title a:visited {
  color: var(--maroon) !important;
} */
.search-results main.search .search-results-wrapper.d-flex article .entry-title a:hover {
  color: var(--gold) !important;
}

.main_desc form h3.entry-title {
  padding-top: 20px;
}

.logged-in .wc_menu .account_login {
  max-width: 65px !important;
  margin-left: 10px;
}

.site-main .row.justify-content-center {
  max-width: 100% !important;
  width: 100%;
  margin: 0;
}

.contact-form .gform_confirmation_wrapper .gform_confirmation_message {
  /* margin-bottom: 30px; */
  /* padding-bottom: 60px; */
  text-align: center;
}

body.single-product article.product_cat-floral-arrangement-workshops .entry-summary .single_variation_wrap .alt-product-addon-wrapper .list-addon-item {
  display: none;
}

.contact-footer .contact-mail .contact_fb {
  padding-bottom: 10px !important;
}

.contact-footer .contact-mail p img {
  margin-right: 8px;
}

.contact-footer .contact-mail p a {
  text-decoration: none;
}

.main-slider .wrapper {
  width: 100%;
}

.main_desc .return-to-shop a {
  font-weight: unset;
  font-size: 16px;
  padding: 0.8em 1em;
  height: 44px;
  text-transform: uppercase;
  background-color: var(--maroon);
  color: var(--gold);
  border-radius: 7px;
}

.main_desc .return-to-shop a:hover {
  color: var(--gold) !important;
}

#order_preview .alt-cart-page-total .alt-cart-page-total-row:first-child .alt-cart-page-total-label {
  font-weight: 700;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  font-size: 18px;
  border-top: 5px solid #a46497;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .wp-element-button {
  color: #E8CF7D;
}


.site-footer .gform_ajax_spinner {
  order: -1;
}

/* My Account */
.woocommerce-account .entry-content h1.entry-titlexxx {
  font-size: 32px;
  font-family: 'Sarabun', sans-serif;
}

.woocommerce-view-order .woocommerce .woocommerce-customer-details {
  margin: 0 -15px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1030px) {
  section.content-last-home .pt_first_title h3 span {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  section.content .nav-pills a {
    font-size: 16px;
  }

  /* .main_desc .alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit {
    font-size: 0.8rem;
  }
  .main_desc .alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit span{
    font-size: 14px;
  } */
}

@media only screen and (min-width: 480px) {
  section.main-banner h1 {
    font-size: 50px;
  }

}

@media (min-width: 768px) {
  main.storepolicy .container {
    max-width: initial;
    padding: 0;
  }

  /* custom footer */
  .site-footer .gform_wrapper.gravity-theme {
    width: 490px;
  }

  .site-footer .gform_wrapper.gravity-theme form .form_sublabel_below {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--gold) !important;
  }

  .site-footer div#field_2_1 {
    width: 75%;
  }

  .site-footer div#field_2_1,
  .site-footer div#field_submit {
    border: none;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  main#primary div.shop_layout>div.justify-content-center .right-sec {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1600px) {
  .container-fluid.shop_layout .row.justify-content-center {
    width: 100%;
    justify-content: space-between !important;
    margin: 0 auto;
  }

  div.shop_layout.floral-arrangement-workshops>div.justify-content-center .right-sec {
    padding: 0;
    max-width: 100%;
    flex: auto;
  }
}

/* For 1024px headers*/
@media only screen and (min-width: 992px) and (max-width: 1600px) {

  .main-slider .wrapper,
  .featured-header-wrapper,
  .featured-item-wrapper,
  main.home section.product-content>div.product-content-wrapper,
  header .container,
  main.site-main section.content,
  section.home_tnc,
  section.content-last-home,
  article.product.type-product,
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation,
  footer div.container {
    max-width: 100%;
    padding: 2% 6%;
  }

  .page-template-template-weddingcorportate .weddingcorporate section.content {
    padding-top: 60px;
    padding-bottom: 0;
  }

  main.site-main.testimonial section.content {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    /* margin-top: 70px; */
  }

  .home section.home_tnc {
    padding-top: 30px;
    padding-bottom: 16px;
  }

  .search .search-results-wrapper article.product.type-product {
    padding: 0;
  }

  main#primary.weddingcorporate {
    padding-bottom: 70px;
  }

  main#primary.testimonial {
    padding-bottom: 70px;
  }

  main#primary.story {
    padding-bottom: 70px;
  }

  main.site-main.contact_us section.content {
    padding-bottom: 70px;
  }

  .home .featured-header-wrapper {
    padding: 30px 0;
    padding-top: 0;
    padding-left: 6%;
    padding-right: 6%;
  }

  body main.home section.product-content>div.product-content-wrapper {
    padding: 0% 6%;
  }

  header.desktop_header .container {
    padding: 0;
  }

  footer .container:first-of-type {
    padding: 0% 6%;
    padding-bottom: 16px;
  }

  .site-footer .container>.menu_area.row {
    margin-left: 0;
    margin-right: 0;
  }

  footer div.container {
    padding: 0 6%;
  }

  body .copyright .container {
    max-width: 100%;
    padding: 0 6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-sec.col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .variation-radios label {
    padding: 4px 16px;
    padding-bottom: 16px;
  }

  .alt-product-addon-wrapper ul {
    align-items: flex-start !important;
    padding-top: 10px !important;
  }

  .woocommerce-cart-form table.shop_table.cart .coupon {
    width: 100%;

  }

  .woocommerce.single-product form.cart .variations .value label {
    text-align: center;
    padding: 7px 16px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .container-fluid.categories .justify-content-center .right-sec {
    padding-left: 30px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 29.05%;
    margin: 0 0 2.992em 4.2%;
  }

  .woocommerce .floral-arrangement-workshops ul.products li.product:nth-child(3n+1),
  .woocommerce-page .floral-arrangement-workshops ul.products li.product:nth-child(3n+1) {
    margin-left: 2.2%;
  }


  /* Style 4column->3column list shop_layout right-sec*/
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: initial;
  }

  form .name_person_time .alt-woocommerce-checkout-col #recipient_name_person-form-group .alt-form-field-group {
    width: 50%;
    padding-right: 15px;
  }

  form .name_person_time .alt-woocommerce-checkout-col #recipient_country-form-group {
    padding-right: 15px;
  }

  .alt-woocommerce-checkout-row .alt-woocommerce-checkout-col.pt_recipient_countr {
    padding-right: 15px;
  }

  .alt-form.checkout .alt-form-group.form-half {
    padding-right: 15px;
  }
}

@media (min-width: 769px) and (max-width: 890px) {

  ul.products .custom-short-description,
  ul.products span.price {
    font-size: 14px !important;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .site-main.weddingcorporate h1 {
    margin-bottom: 0px;
  }

  .page-template-template-weddingcorportate .weddingcorporate section.content {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {

  /* Custom flex styles to fit 1280px width */
  /* Header */
  header.desktop_header .container:first-of-type>a {
    margin-right: 1%;
    margin-left: 1.5%;
  }

  /* Shop layouts - By X pages */
  main#primary div.shop_layout>div.justify-content-center {
    justify-content: center !important;
  }

  .storepolicy .cs_custom_row,
  main#primary div.shop_layout>div.justify-content-center .right-sec {
    min-width: 76%;
  }

  main#primary div.shop_layout.categories>div.justify-content-center .right-sec {
    padding-left: 30px;
    padding-right: 0;
  }

  /* Workshop page */
  main#primary div.shop_layout.floral-arrangement-workshops>div.justify-content-center .right-sec {
    min-width: 76%;
  }

  /* Cart & checkout page */
  .woocommerce-cart main div.entry-content,
  body.woocommerce-checkout div.entry-content,
  .woocommerce-cart main .container:first-of-type {
    max-width: 1280px;
    margin: 0 auto;
    width: 90vw;
  }

  /*  Store policy page */
  main.storepolicy section.content>.container {
    max-width: 100%;
  }

  main.storepolicy section.content>.container,
  main#primary div.shop_layout.floral-arrangement-workshops>div.justify-content-center .right-sec {
    padding: 30px 15px;
    max-width: calc(16.66667% + 75%);
  }

  /* End */
}

/* Large desktop */
@media only screen and (max-width: 1920px) {
  .site-main.testimonial .pt_custom {
    margin-top: 60px;
  }

  .site-main.testimonial .pt_custom .d-flex {
    justify-content: end;
    margin-top: 30px;
  }

  main.contact_us section.contact-form input#gform_submit_button_1 {
    width: 200px !important;
    text-transform: uppercase;
    font-weight: unset;
    font-size: 16px;
    padding: 0.4em 1em;
    height: 44px !important;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .page-template-template-contact .content_main .contact-form .gravity-theme form .gform_footer.top_label {
    margin-top: -15% !important;
  }
}

@media only screen and (min-width: 1601px) {
  .page-template-template-story .story section.content {
    padding-top: 30px;
  }

  .page-template-template-weddingcorportate .weddingcorporate section.content {
    padding-top: 60px;
  }

  .site-main article.product.type-product {
    padding-top: 2%;
  }
}

@media only screen and (min-width: 1600px) {

  main .shop_layout>div {
    width: 1280px;
    margin: 0 auto;
  }

  /* Custom flex styles to fit 1280px width */
  /* Cart & checkout page */
  .woocommerce-cart main div.entry-content,
  body.woocommerce-checkout div.entry-content,
  .woocommerce-cart main .container:first-of-type {
    max-width: 1280px;
    margin: 0 auto;
  }

  /* End */
  body.page-template-default.woocommerce-page h1.entry-title {
    margin-top: 50px;
  }

  section.main-banner h1 {
    font-size: 80px;
  }

  main-slider .wrapper {
    width: 80%;
    margon: 0 auto;
  }

  .featured-header-wrapper,
  .featured-item-wrapper,
  main.home section.product-content>div.product-content-wrapper,
  header .container,
  footer .container,
  main.site-main section.content,
  section.home_tnc,
  section.content-last-home,
  article.product.type-product,
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation,
  .woocommerce-cart main .container:first-of-type,
  .woocommerce-checkout main .container:first-of-type {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .site-main.weddingcorporate section.content {
    padding-bottom: 0 !important;
  }

  .copyright .container {
    max-width: 1280px;
  }

}

@media only screen and (max-width: 1440px) {
  main.contact_us section.contact-form input#gform_submit_button_1 {
    width: 150px;
    height: 50px;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .page-template-template-contact .content_main .contact-form .gravity-theme form .gform_footer.top_label {
    margin-top: -17% !important;
  }

  .storepolicy .nav-link {
    padding: 10px;
  }

  /* custom footer */
  footer div.container {
    width: 85%;
  }
}

@media only screen and (min-width: 669px) and (max-width: 697px) {
  .contact-footer .flex-row .flex-column .mt-0 h6 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1280px) {
  section.main-banner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    height: 500px;
  }

  section.main-banner {
    height: 500px;
  }

}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .main_desc #delivery_details .calculated_shipping {
    max-width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 1280px) {
  header.desktop_header .container:first-of-type>a {
    margin-right: 4%;
  }

  header .logo:before {
    left: -7%;
  }

  .page-template-template-contact .content_main .contact-form .gravity-theme form .gform_footer.top_label {
    margin-top: 0 !important;
    position: inherit !important;
    padding-bottom: 0;
  }

  .categories .justify-content-center h3 {
    font-size: 22px !important;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: inherit;
    -webkit-transform: inherit;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  /* footer */

  footer#colophon {
    padding: 20px 0;
    padding-bottom: 0;
  }

  footer#colophon .footer_heading {
    margin-bottom: 10px;
  }

  body .copyright {
    padding-top: 0;
    padding-bottom: 10px;
  }

  main.home section.main-slider .slick-prev {
    left: 0.5%;
  }

  main.home section.main-slider .slick-next {
    right: 0.5%;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin: 0 auto;
  }

  main.contact_us section.contact-form .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center !important;
  }

  .page-template-template-contact .content_main .contact-form .gravity-theme form {
    padding-bottom: 0 !important;
  }

  .alt-woocommerce-checkout-row {
    row-gap: 0 !important;
  }

  #delivery_details .calculated_shipping {
    margin-top: 0 !important;
  }

  .captions .cta-btn {
    font-size: 0.7rem;
  }

  .captions h4 {
    font-size: 23px;
  }

  form .name_person_time {
    flex-direction: inherit;
  }

  form .name_person_time .alt-woocommerce-checkout-col {
    max-width: 100%;
  }

  .alt-form.checkout .alt-form-group.form-half {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .alt-woocommerce-checkout-col.pt_recipient_countr {
    /* padding-right: 15px; */
  }

  main.story .content .flowerps-page>h2 {
    padding-top: 0px;
  }

  footer#colophon div.container {
    width: 100%;
  }

  footer .single_col {
    flex: unset;
    max-width: none;
    width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {

  footer .menu_area .pt_contact_footer .footer_heading,
  footer .menu_area .pt_contact_footer .socials {
    margin-left: -32px;
  }
}

@media only screen and (min-width: 1350px) {
  #colophon.site-footer .menu_area.row {
    margin-right: 7%;
  }

  #colophon .menu_area.row,
  #colophon .footer_logo {
    margin-left: 7%;
  }

  #colophon .footer_form {
    padding-left: 7%;
  }

  .copyright .copyright_text {
    margin-left: 7%;
  }

  .copyright .tc_pp {
    margin-right: 7%;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1349px) {
  #colophon.site-footer .menu_area.row {
    margin-right: 5%;
  }

  #colophon .menu_area.row,
  #colophon .footer_logo {
    margin-left: 5%;
  }

  #colophon .footer_form {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1180px) and (max-width: 1199px) {
  .copyright .container .copyright_text {
    padding-left: 5%;
  }

  .copyright .container .tc_pp {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .copyright .container .copyright_text {
    padding-left: 5%;
  }

  .copyright .container .tc_pp {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section.content-last-home .border-box {
    padding-left: 30px;
    padding-right: 0;
  }

  .page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_left {
    padding-left: 30px;
  }

  section.content-last-home .img-right-text-left .border-box.left {
    padding-right: 30px;
  }

  .page-template-template-story main.site-main.story .content_main section.content .flowerps-page .container .row.img_right_text_left .pt_left {
    padding-right: 30px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  section.content-last-home .border-box {
    padding-left: 20px;
    padding-right: 0;
  }

  section.content-last-home .img-right-text-left .border-box.left {
    padding-right: 20px;
  }

  .page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_left {
    padding-left: 20px;
  }

  .page-template-template-story main.site-main.story .content_main section.content .flowerps-page .container .row.img_right_text_left .pt_left {
    padding-right: 20px;
  }
}


.footer_form_ss .pt_cs_form_footer {
  padding: 20px;
  /* right: 20px; */
  /* top: 20px; */
  z-index: 100000;
  position: fixed;
  width: auto;
  padding: 20px 80px;
  border: none !important;
  margin: 0;
  opacity: 0;
  transition: opacity .55s linear;
  background: #ffffff;
  text-align: center;
  visibility: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.footer_form_ss .pt_cs_form_footer .pt_cs_form_footer {
  text-align: center;
  color: var(--maroon) !important;
  font-weight: inherit;
  font-size: 16px;
}

.footer_form_ss .pt_click_accept {
  background-color: var(--maroon);
  color: var(--gold) !important;
  margin: 0;
  padding: 4.5px 15px;
  font-size: 16px;
  border: 1px solid var(--maroon);
  border-radius: 3px;
  font-weight: 400;
  margin-top: 8px;
}

.footer_form_ss .pt_click_close {
  position: absolute;
  right: 10px;
  border: none;
  background: transparent;
  /* top: 45%; */
  top: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #c44b71 !important;
}

main.contact_us .content_main section.contact-header h3 br {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1079px) {
  .woocommerce-cart .cart-collaterals .cart_totals table tr.fee th {
    width: 65%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
  header.desktop_header .menu_sec li a {
    font-size: 13px;
  }

  header.desktop_header .container:first-of-type>a {
    margin-right: 3%;
    max-width: 180px;
  }

  header.desktop_header .container:first-of-type>a img {
    max-width: 180px;
  }

  .captions .cta-btn {
    font-size: 0.6rem;
  }

  .captions h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
    grid-column: span 6 !important;
  }

  #colophon.site-footer .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    width: 470px;
    justify-content: space-between;
  }

  #colophon .footer_form .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
    width: 100%;
  }

  #colophon .gform_wrapper.gravity-theme #field_submit {
    width: 40%;
  }
}

@media only screen and (max-width: 1360px) {
  main.contact_us .content_main section.contact-header h3 br {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce-view-order .site-main .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 30px;
  }

  .woocommerce-view-order .site-main .woocommerce-customer-details .woocommerce-column__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .alt-form #delivery_method-form-group .alt-form-field-group {
    position: relative !important;
  }

  main.contact_us .content_main section.contact-header h3 {
    max-width: 100%;
  }

  .site-main.story .content_main .content {
    margin-bottom: 0;
  }

  .story.site-main section.main-banner h1 {
    margin-bottom: 0;
  }

  main.story.site-main .content .flowerps-page>h2 {
    margin-bottom: 60px;
  }

  .pt_shipping_mt {
    display: none !important;
  }

  .single-product article.product.type-product {
    padding-top: 2%;
  }

  header.fixed~main#primary,
  header.fixed~section.master-main-banner_image {
    padding-top: 100px !important;
  }

  header.fixed~main#primary.storepolicy {
    padding-top: 80px !important;
  }

  header.fixed~main#primary.testimonial {
    padding-top: 80px !important;
    padding-bottom: 70px;
  }

  header.fixed~main#primary.story {
    padding-bottom: 70px;
  }

  .footer_logo {
    padding: 3%;
  }

  main.contact_us section.contact-form {
    max-width: 60%;
  }

  form .name_person_time {
    flex-direction: column;
  }

  .alt-form.checkout .alt-form-group.form-half {
    width: 50%;
  }

  .home section.featured {
    padding: 30px 0 30px 0;
  }

  .home section.content-last-home .pt_first_title {
    padding-top: 30px;
  }

  body main.home section.product-content {
    padding: 30px 0 30px 0;
  }

  body main.home section.product-content>div.product-content-wrapper .popular-cat .popular-cat-wrapper ul li {
    margin-bottom: 30px;
  }

  body .copyright .container {
    max-width: 1024px;
    padding: 0;
    width: 85%;
    flex-direction: column !important;
    gap: 6px;
  }

  .page-template-template-storepolicy .site-main.storepolicy .content {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .home .home_tnc {
    padding-top: 30px;
  }

  .woocommerce .single-product div.product div.images.woocommerce-product-gallery {
    margin-right: 3%;
    position: relative;
    z-index: 1;
  }

  .woocommerce.single-product div.product div.summary>h2 {
    position: relative;
  }

  .woocommerce.single-product div.product div.summary>h2:before {
    content: '';
    color: #fdf7f4;
    background: #fdf7f4;
    left: 0;
    position: absolute;
    top: -1px;
    height: 1px;
    z-index: 0;
    width: calc(48% + 3%);
  }
}

@media (max-width: 641px) {
  main.contact_us section.contact-form input#gform_submit_button_1 {
    padding-top: 7px;
  }
}

@media only screen and (min-width: 992px) {
  main.home section.product-content>div.product-content-wrapper .popular-cat .popular-cat-wrapper ul li:not(.last) {
    margin-right: 3.93%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 820px) {
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__header-order-date {
    padding-left: 50px;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__header-order-total {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .woocommerce-page .shop_layout .justify-content-center .left-sec {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  header .logo:before {
    border-radius: 110px 0;
  }

  #order_preview .alt-cart-page-total .alt-cart-page-total-row .alt-cart-page-total-label {
    text-align: left !important;
  }

  #order_preview .alt-cart-page-total {
    display: block !important;
  }

  #order_preview .alt-cart-page-total .alt-cart-page-total-wrapper {
    width: 100%;
    text-align: right !important;
    max-width: inherit !important;
  }

  main.weddingcorporate #soul .row h2 {
    font-size: 30px;
  }

  main.weddingcorporate #soul .row h3 {
    font-size: 18px;
  }

  body.woocommerce-order-received .alt-thankyou-box {
    margin: 80px 0 !important;
  }

  footer .footer_heading {
    font-size: 20px !important;
  }

  .woocommerce div.product div.summary {
    width: auto;
    float: none;
    margin-left: 0;
    padding: 0;
  }

  section.announcement-banner>div {
    padding: 4% 0;
  }

  .main-slider .wrapper {
    padding: 4% 7%;
  }

  .home .content-last-home .img-wrapper .flower-pic1,
  .home .content-last-home .img-wrapper .flower-pic2 {
    width: 320px;
    height: 400px;
  }

  .content-last-home .img-wrapper .border-1,
  .home .content-last-home .img-wrapper .border-2 {
    width: 320px;
    height: 400px;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
    grid-column: span 9 !important;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth {
    grid-column: span 3 !important;
  }

  footer .contact_liner_wrapper {
    flex-flow: wrap;
    flex-direction: column;
  }

  .wrapper-404 {
    padding-top: 150px;
    margin-top: 0 !important;
  }

  main.not-found .wrapper-404 div:nth-of-type(2n) {
    max-width: 50%;
    margin-top: -7% !important;
  }

  footer .contact_liner_wrapper {
    width: 100%;
  }

  /* Story Page */
  .flowerps-page .flower-pic1 {
    margin-left: 20px;
    position: relative;
    width: 320px;
    height: 400px;
    margin-top: 50px;
  }

  .flowerps-page .border-1 {
    width: 320px;
    height: 400px;
    border: 3px solid var(--maroon);
    position: absolute;
    bottom: 20px;
    left: 0px;
  }

  .flowerps-page .flower-pic2 {
    margin-right: 20px;
    position: sticky;
    width: 320px;
    height: 400px;
    margin-top: 50px;
  }

  .flowerps-page .border-2 {
    width: 320px;
    height: 400px;
    border: 3px solid var(--maroon);
    position: absolute;
    bottom: 20px;
    right: 0px;
  }
}

@media only screen and (max-width: 820px) {
  .woocommerce-page table.cart .code_coupon td.actions .coupon {
    /* margin-left: 47px; */
  }

  .woocommerce-view-order .site-main .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 30px;
  }

  .woocommerce-view-order .site-main .woocommerce-customer-details .woocommerce-column__title {
    font-size: 30px;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .woocommerce-edit-address .woocommerce {
    flex-direction: column;
    display: flex;
  }

  .woocommerce-edit-address.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin-left: 13px;
  }

  .flowerps-page .text-1 .header {
    font-size: 30px;
  }

  .flowerps-page .text-2 .header {
    font-size: 30px;
  }

  body.woocommerce-edit-address .entry-content h1.entry-title {
    text-align: center;
  }

  body.woocommerce-orders .main_desc .woocommerce {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }

}

@media only screen and (max-width: 819px) {
  body.woocommerce-order-received .alt-thankyou-box {
    flex-direction: column-reverse;
  }

  body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-img img {
    width: 100% !important;
  }

  body.woocommerce-order-received .alt-thankyou-box {
    margin: 0 !important;
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 669px) {
  .contact-footer .flex-row .flex-column .mt-0 h6 {
    font-size: 13px !important;
  }

  .contact-footer .flex-row .flex-column .mt-0 p {
    font-size: 13px !important;
  }
}

@media only screen and (min-width: 479px) and (max-width: 768px) {
  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__header-order-actions {
    text-align: center !important;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__header-order-status {
    text-align: center !important;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__header-order-total {
    text-align: center !important;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-status {
    text-align: center !important;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-actions {
    text-align: center !important;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-number {
    width: 16%;
  }

  .woocommerce-orders table.my_account_orders .woocommerce-orders-table__cell-order-date {
    text-align: center !important;
    width: 33%;
  }
}

@media only screen and (max-width: 540px) {
  main.contact_us .content_main section.contact-header h3 br {
    display: none;
  }
}

.info-product-mobile {
  display: none;
}

.cart_totals table tr.cart-subtotal td {
  text-align: right !important;
  font-weight: 700;
}

.cart_totals table tr.order-total td {
  text-align: right !important;
}

.cart_totals table tr.fee td {
  text-align: right !important;
}

.alt-cart-page-recipient .alt-cart-page-item-info-value:before {
  padding-right: 20px !important;
}

body.wc-checkout-login .woocommerce .alt-login-page .woocommerce-form-login .form-group.space-between .button-submit {
  text-transform: none !important;
}

.occasions .justify-content-center .left-sec h3.cat-parent {
  font-size: 22px;
}
.alt-woocommerce-checkout-content h4.subheading {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  /* .main_desc .alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit {
    font-size: 0.9em;
    margin-bottom: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    width: 50%;
    margin-top: 15px;
  }
  body.wc-checkout-guest .main_desc .alt-woocommerce-checkout-content .alt-woocommerce-action-inline {
    flex-direction: column;
    align-items: center;
  }
  .main_desc .alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit span{
    font-size: 15px;
    padding-bottom: 1px;
  } */

  .main_desc #delivery_details .calculated_shipping {
    max-width: 100%;
  }

  .shop_layout.categories>div.justify-content-center .left-sec {
    padding-left: 15px;
  }

  .woocommerce-orders.woocommerce-page table.shop_table_responsive thead {
    display: block;
  }

  .woocommerce-orders.woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce table.my_account_orders td,
  .woocommerce table.my_account_orders th {
    width: 25%;
  }

  .woocommerce-orders.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
  }

  .alt-form.checkout .alt-form-group.form-half {
    width: 100%;
  }


  .woocommerce-page table.shop_table_responsive tr .info-product-mobile {
    display: block !important;
    width: 100%;
    font-size: 16px;
    padding-left: 20px !important;
  }

  .story .flowerps-page h2.header {
    font-size: 22px !important;
  }

  .floral-arrangement-workshops .right-sec .prod_cat {
    font-size: 30px !important;
  }

  .cart-collaterals .cart_totals table.shop_table_responsive tr td::before {
    display: none !important
  }

  .copyright .container {
    flex-direction: unset !important;
  }

  .woocommerce-view-order .woocommerce-order-details h2.woocommerce-order-details__title {
    margin-top: 10px;
  }

  .woocommerce-view-order .addresses .woocommerce-column--shipping-address {
    margin-top: 25px;
  }

  main.home section.product-content .d-flex.justify-content-between {
    padding-bottom: 4% !important;
  }

  #delivery_details form .cart_totals h4.subheading {
    margin-bottom: 17px;
    margin-top: 17px;
  }
  .alt-woocommerce-checkout-content h4.subheading {
    margin-bottom: 17px;
  }
  #order_review>h4.subheading {
    margin-bottom: 17px;
  }

  .info-product-mobile .info-product {
    font-weight: bold;
  }

  .info-product-mobile .info-product span.pt_bold {
    font-weight: 600;
  }

  .info-product-mobile .info-product span,
  .info-product-mobile .info-product span a {
    font-weight: 100;
  }

  .woocommerce-cart-form .woocommerce-cart-form__contents .code_coupon {
    margin-left: 32px;
  }

  .woocommerce-page table.cart .code_coupon td.actions .coupon {
    margin-left: 0px;
    padding-bottom: 0;
  }

  .alt-woocommerce-checkout-content #delivery_details form .alt-woocommerce-checkout-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: flex;
  }

  .woocommerce-page table.shop_table_responsive tr td {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .woocommerce-page table.shop_table_responsive tr .info-product-mobile::before {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr .info-product-mobile {
    text-align: inherit !important;
  }

  .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tr td {
    text-align: right !important;
  }

  .woocommerce-cart-form__cart-item.cart_item .product-name {
    display: none !important;
  }

  .woocommerce-cart-form__cart-item.cart_item .product-quantity {
    display: none !important;
  }

  .woocommerce-cart-form__cart-item.cart_item .product-price {
    display: none !important;
  }

  .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
    display: none !important;
  }

  body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading {
    /* margin-top: 34px; */
  }

  .select-delivery-time-control select option {
    overflow-y: scroll;
  }

  .alt-form .form-control {
    height: 40px;
    overflow-y: auto !important;
  }

  #delivery_details .alt-form .alt-form-group {
    margin-bottom: 0;
  }

  .alt-woocommerce-checkout-content #delivery_details form .alt-woocommerce-checkout-row .alt-woocommerce-checkout-col {
    max-width: 100%;
  }

  .woocommerce-orders .container h1.entry-title {
    text-align: center;
  }

  /* .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  } */
  .woocommerce-cart-form__cart-item td.product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart .cart_totals * {
    text-align: left;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
    float: none;
    clear: both;
  }

  .woocommerce-cart table .order-total,
  .woocommerce-cart .cart_totals table tr.cart-subtotal,
  .woocommerce table.cart td.actions .coupon {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }

  .woocommerce-cart table.cart .product-thumbnail {
    display: flex;
    justify-content: center;
  }

  .woocommerce .single-product div.product div.images.woocommerce-product-gallery {
    margin-right: auto;
  }

  .woocommerce.single-product div.product div.summary>h2::before {
    display: none;
  }
}

#table-addresses_wrapper #table-addresses th.col-datatable-shipping {
  font-size: 14px;
  padding: 10px 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.woocommerce .edit-account button {
  margin-top: 15px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .order_details .order_item .product-name ul.wc-item-meta {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

body .entry-content h1.entry-title {
  font-size: 50px !important;
  font-family: "Cormorant", sans-serif;
}

.woocommerce-edit-account .main_desc .woocommerce-MyAccount-content .edit-account fieldset .form-row {
  flex-direction: column !important;
}

body.woocommerce-edit-account form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0.3rem !important;
}

.contact-footer .flex-row .flex-column.contact-mail {
  padding-left: 0 !important;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account>p:last-child {
  text-align: end !important;
}

.top_label input#gform_submit_button_1 {
  width: 160px;
}

.page-template-template-contact .content_main .contact-form .gravity-theme form {
  position: relative;
  /* padding-bottom: 60px; */
}

.page-template-template-contact .content_main .contact-form .gravity-theme form .gform_footer.top_label {
  position: absolute;
  margin-top: -13%;
  right: 0;
}

.woocommerce-checkout form .billing-details-option .billing-new-detail-content>.subheading {
  /* padding-top: 20px; */
}

/* .alt-login-message > a {
  display: none !important;
}
.alt-login-message {
  position: relative;
}

.alt-login-page .alt-login-message {
  position: fixed;
  background: #ffffff;
  right: auto;
  border-radius: 5px;
  border: none !important;
  top: 50%;
  z-index: 999;
  max-width: 430px;
  padding: 43px 30px;
  text-align: center;
  transition: opacity .55s linear; 
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
} 

.alt-login-message .pt_acp_true{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 30px;
  background-color: var(--maroon);
  color: var(--gold) !important;
  outline: none;
  border: none;
  border-radius: 5px;
  font-weight: 400;
}
.alt-login-message .pt_close_if {
  position: absolute;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 28px;
  top: 20px;
  transform: translateY(-50%);
  color: #C44B71;
  outline: none;
  line-height: normal;
  width: 20px;
  padding: 0;
}
.alt-login-message .pt_acp_true:hover{
  background-color: var(--lightpink);
  border: 1px solid var(--maroon);
} */

.log-error {
  display: block;
}

#alt-addresses-table label {
  font-size: 14px !important;
}

#alt-addresses-table #table-addresses {
  font-size: 14px !important;
}

#table-addresses_wrapper .paging_simple_numbers {
  font-size: 14px;
}

.woocommerce-page section.main-banner h1 {
  margin-bottom: 0;
}

.woocommerce-page .site-main .floral-arrangement-workshops h2.prod_cat {
  display: none;
}

.woocommerce-page .shop_layout .justify-content-center .left-sec {
  margin-top: 30px;
}

.woocommerce-page .shop_layout .justify-content-center .left-sec .prod_cat_wrapper {
  margin-top: 35px;
}

@media only screen and (max-width: 767.98px) {
  main.home .featured-item img {
    width: 100%;
    max-height: 380px;
    min-height: 250px;
    height: 26vw;
  }

  main.story .content .flowerps-page .container>h3 {
    font-size: 20px !important;
  }

  main.story.site-main .content .flowerps-page>h2 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .shop_layout .dropbtn {
    padding: 1.5% 4%;
  }

  .shop_layout.categories>div.justify-content-center .left-sec {
    margin-top: 30px;
  }

  .main-slider .wrapper {
    padding: 4% 10%;
  }

  main section.content-last-home .border-box.left {
    padding: 0 3%;
    margin-top: 30px;
  }

  main section.content-last-home .border-box {
    padding: 0 3%;
  }

  body.page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_left {
    padding: 0 3%;
  }

  body.page-template-template-story main.story .content_main section.content .flowerps-page .container .row.img_right_text_left .pt_left {
    padding: 0 3%;
  }

  .site-main.home .content-last-home .img-wrapper .border-1 {
    left: 50%;
    transform: translateX(-54%);
  }

  .site-main.home .content-last-home .img-wrapper .parent {
    text-align: center;
  }

  .site-main.home .content-last-home .img-wrapper .border-2 {
    right: 50%;
    transform: translateX(54%);
  }

  .home .content-last-home .img-wrapper .flower-pic2 {
    left: auto;
  }

  .site-main .flowerps-page .parent {
    text-align: center;
  }

  .site-main .flowerps-page .border-1 {
    left: 50%;
    transform: translateX(-54%);
  }

  .site-main .flowerps-page .flower-pic2 {
    left: auto;
  }

  .site-main .flowerps-page .border-2 {
    right: 50%;
    transform: translateX(54%);
  }




  main.contact_us .content_main section.contact-header h3 {
    font-size: 20px !important;
    line-height: 28px;
  }

  /* #addonModal .modal-body .alt-addon-listing.has-slick-slider .alt-addon-popup-item {
    padding-bottom: 10px !important;
  } */
  /* #addonModal .modal-body .alt-addon-listing .alt-addon-listing-box {
    display: block !important;
  } */
  /* #addonModal .modal-body .alt-addon-listing.has-slick-slider .alt-addon-popup-item {
    display: flex;
    max-width: 100% !important;
  } */
  /* #addonModal .alt-addon-listing-box .alt-addon-popup-item .addon_allons {
    width: 100%;
    text-align: left !important;
    padding-left: 25px !important;
  } */
  /* #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .button {
    margin: 0  !important;
  } */
  /* #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
    text-align: left !important;
  } */
  .captions .cta-btn {
    padding: 7px;
  }

  .captions h4 {
    font-size: 18px;
  }

  .hide-767 {
    display: none !important;
  }

  .show-767 {
    display: block !important;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
    grid-column: span 12 !important;
  }

  #colophon .gform_wrapper.gravity-theme #field_submit {
    border-bottom: none !important;
  }

  /* Story Page */
  .flowerps-page .section-2.header {
    margin-top: 30px;
  }

  main.search .search-results-wrapper.d-flex {
    justify-content: space-between;
    gap: 1em;
  }

  main.search .search-results-wrapper.d-flex article {
    flex-basis: calc(100% / 2 - 1em);
  }

  section.content-last-home img {
    max-height: 420px;
    max-width: 340px;
    position: relative;
    width: 50%;
  }

  section.content-last-home .img-left-text-right img {
    width: 100%;
    max-width: unset;
  }

  section.content-last-home .img-right-text-left img {
    width: 100%;
    max-width: unset;
  }

  section.content-last-home .border-box {
    max-width: 90%;
    z-index: 9;
    height: auto !important;
    /* position: absolute; */
  }

  section.content-last-home .row {
    max-width: 100%;
    margin-bottom: 0;
  }

  section.content-last-home .row.img-right-text-left {
    flex-direction: column-reverse;
  }

  section.content-last-home .border-box.right {
    left: 0%;
    padding: 3%;
  }

  section.content-last-home .img-left-text-right .img-wrapper {
    left: 0 !important;
  }

  section.content-last-home .img-right-text-left .img-wrapper {
    right: 0 !important;
  }

  section.content-last-home .border-box.left {
    right: 0;
    left: auto;
    padding: 5% 5% 5% 10%;
    text-align: right;
  }

  section.content-last-home h2 {
    font-size: 32px;
  }

  footer .container:first-of-type {
    gap: 32px;
    box-shadow: none;
    margin-bottom: 0;
  }

  footer .container:first-of-type:after {
    content: "";
    /* margin-top: 32px; */
    width: 100%;
    height: 1px;
    /* background-color: var(--gold); */
  }

  footer .menu_area .single_col:first-child {
    margin-top: 0;
  }

  .flowerps-page .img_right_text_left {
    flex-direction: column-reverse;
    margin-top: 30px !important;
  }

  .site-main.storepolicy table td {
    padding: 10px;
  }
}

@media only screen and (max-width: 690px) {
  main.home .featured-item img {
    width: 100%;
    max-height: 380px;
    min-height: 235px;
    height: 26vw;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table tr.fee th {
    width: 70%;
  }

  .contact-footer .flex-row .flex-column.contact-mail {
    padding-left: 0%;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 650px) {
  body.wc-checkout-guest .alt-woocommerce-checkout-content .alt-woocommerce-action-inline {
    padding-top: 0px !important;
  }

  body.wc-checkout-guest .alt-woocommerce-checkout-content .alt-woocommerce-action-inline button {
    margin: 0 auto !important;
  }

}


@media only screen and (max-width: 610px) {
  .billing-details-option .billing-new-detail-content .alt-woocommerce-checkout-row {
    flex-direction: column !important;
  }

  .billing-details-option .billing-new-detail-content .alt-woocommerce-checkout-row .alt-woocommerce-checkout-col {
    max-width: 100% !important;
  }

  .billing-details-option .billing-new-detail-content .billing-country {
    padding-right: 0px !important;
  }

  .page-template-template-home .content-last-home .border-box .wrapper h2 {
    font-size: 24px;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media only screen and (max-width: 575px) {
  #calendarModal .modal-dialog .alt-calendar-container table thead tr th {
    padding: 0 !important;
    font-size: 10px;
    text-align: center;
  }

  #calendarModal .modal-dialog .alt-calendar-container table tbody tr td {
    height: 25px !important;
    font-size: 14px;
  }

  main.story.site-main .content .flowerps-page>h2 {
    margin-bottom: 30px;
  }

  section.content-last-home .border-box.left {
    padding: 5%;
    text-align: unset;
  }

  #delivery_details .calculated_shipping .alt-datepicker-control .alt-datepicker {
    width: 100% !important;
  }

  #delivery_details .calculated_shipping .alt-datepicker-control i {
    right: 10px !important;
  }

  .alt-form .alt-form-group input#recipient_postal_code {
    width: 100% !important;
  }

  .alt-shipping-methods {
    gap: 0 !important;
  }

  body .alt-shipping-methods .alt-shipping-item {
    width: 100%;
    max-width: none;
  }


  #calendarModal .modal-dialog .alt-calendar-container table tbody tr td.available-date.selected time:before,
  #calendarModal .modal-dialog .alt-calendar-container table tbody tr td.today.selected time:before {
    background-size: 15px 15px !important;
    width: 15px !important;
    height: 15px !important;
    left: 5px !important;
  }

  .modal-body {
    padding: 10px !important;
  }

  main#primary>section.main-banner {
    margin-top: -10px;
  }

  header.fixed~main#primary.home {
    padding-top: 90px !important;
  }

  main.story section.main-banner {
    margin-top: -30px;
  }

  main.weddingcorporate section.main-banner {
    margin-top: -30px;
  }

  main.contact_us section.main-banner {
    margin-top: -30px;
    margin-top: -10px;
  }

  .main-slider .wrapper {
    padding: 4% 12%;
  }

  main.contact_us section.contact-form {
    width: 70%;
  }

  main.contact_us section.contact-form {
    max-width: 100%;
  }

  main.contact_us section.contact-footer .wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  main.contact_us section.contact-footer .wrapper .flex-column {
    margin: 0 auto;
    width: 70% !important;
  }

  main.contact_us section.contact-footer .wrapper .flex-column .mt-0 {
    text-align: center;
  }

  .page-template-template-story .story .flowerps-page .text-1 {
    margin-top: 20px;
    margin-right: 0;
    text-align: unset;
    line-height: 1.4rem;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .contact_us .contact-footer .contact-mail {
    margin-top: 15px !important;
  }

  .contact_us .contact-footer .contact-time {
    margin-top: 15px !important;
  }

  .contact_us .contact-footer .contact-time .start_date {
    margin-top: -20px;
  }

  .contact_us .contact-footer .contact-time .off_date {
    margin-top: -20px;
  }

  .page-template-template-story .story .flowerps-page .text-1 h2 {
    text-align: center;
  }

  .page-template-template-story .story .flowerps-page .text-1 p {
    text-align: justify;
  }

  .page-template-template-story .story .flowerps-page .mt-4 {
    margin-top: 0 !important;
  }

  .page-template-template-story .story .flowerps-page .text-2 {
    margin-top: 20px;
    margin-left: 0;
    text-align: unset;
    line-height: 1.4rem;
  }

  .page-template-template-story .story .flowerps-page .text-2 h2 {
    text-align: center;
  }

  .page-template-template-story .story .flowerps-page .text-2 p {
    text-align: justify;
  }

  .page-template-template-story main.story .main-banner {
    margin-bottom: 0 !important;
  }

  .page-template-template-story main.story {
    padding-bottom: 0 !important;
  }

  #table-addresses tbody tr {
    display: flex;
    flex-direction: column;
  }

  #table-addresses tbody tr.odd {
    border-bottom: 1px solid;
  }

  #table-addresses thead {
    display: none;
  }

  #alt-addresses-table #table-addresses .infor_mobile {
    font-weight: bold;
    margin-right: 10px;
  }

  #alt-addresses-table #table-addresses .if_billing {
    margin-left: -60px;
  }

  #alt-addresses-table #table-addresses .if_shipping {
    margin-left: -60px;
  }

  #alt-addresses-table #table-addresses .col-datatable-name {
    display: flex;
  }

  #alt-addresses-table #table-addresses .col-datatable-billing {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
  }

  #alt-addresses-table #table-addresses .col-datatable-shipping {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
  }

  #alt-addresses-table #table-addresses .col-datatable-action {
    text-align: center;
  }

  #alt-addresses-table #table-addresses .col-datatable-action button {
    margin-left: 10px;
  }

  #alt-addresses-table #table-addresses .col-datatable-action button .button__text {
    font-size: 14px;
  }

  #alt-addresses-table #table-addresses_wrapper {
    padding: 10px 8px !important;
  }

  .site-main.storepolicy tr:first-child td {
    font-size: 14px;
  }

  .tb-ct {
    overflow-y: auto;
  }

  .site-main.storepolicy table {
    width: 500px !important;
  }
}

@media only screen and (max-width: 567px) {

  section.content-last-home .wrapper p,
  main.site-main.weddingcorporate h3 {
    line-height: 1.8em;
  }

  body .site-main.weddingcorporate .text-center p {
    line-height: 1.8em;
  }

  body main.site-main.story .flowerps-page p {
    line-height: 1.8em;
  }

  main.site-main.weddingcorporate h3 .info-product-mobile {
    font-size: 20px !important;
  }

  section.content-last-home .row:not(:last-of-type) {
    margin-bottom: 75px !important;
  }

  body.woocommerce-order-received .alt-thankyou-box {
    margin: 0 !important;
  }

  /* #addonModal .alt-addon-listing-box .alt-addon-popup-item .addon_allons {
    padding-right: 10px !important;
  } */
  body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-detail {
    margin-top: 20px !important;
  }

  .content_main .alt-form .alt-form-group>label {
    font-size: 16px !important;
  }

  body.wc-checkout-create-account .content_main form h3.entry-title {
    font-size: 36px !important;
  }

  body.page-template-default.woocommerce-page h1.entry-title {
    margin-top: 0 !important;
  }

  #recipient_message-form-group .form-group-desc .alt-description-row {
    flex-direction: column
  }

  #recipient_message-form-group .form-group-desc .alt-description-row .alt-description-col {
    width: 100%;
  }

  /* .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  } */

  .cart-collaterals .cart_totals table.shop_table_responsive tr td::before {
    display: none !important
  }

  /* .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: white !important;
  } */
  main.home section.product-content .d-flex.justify-content-between {
    /* flex-direction: column !important; */
  }

  main.home section.product-content .d-flex.justify-content-between.align-items-end {
    align-items: center !important;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses>div {
    padding-right: 0;
    padding-left: 0;
  }

  h1 {
    font-family: "Cormorant", sans-serif;
    font-weight: 700;
    font-size: 32px;
  }

  h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 26px;
  }

  h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 28px !important;
  }

  .pt_custom .title_customer h3 {
    font-size: 22px !important;
    max-width: 100%;
  }

  main.story.site-main .content .flowerps-page>h2 {
    font-size: 26px;
    margin-bottom: 0;
  }

  main.contact_us .content_main section.contact-header {
    padding: 0 !important;
  }

  main.home section.main-slider .slick-prev {
    left: -12px;
  }

  main.home section.main-slider .slick-next {
    right: -12px;
  }

  .main-slider .wrapper {
    padding: 4% 10%;
  }

  main.contact_us section.contact-form {
    width: 100%;
  }

  main.site-main.contact_us section.content {
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 60px !important;
  }

  #editAddressModal .modal-dialog .modal-footer {
    justify-content: center !important;
  }

  .woocommerce-orders.woocommerce-page table.shop_table_responsive tr td::before {
    display: block;
    margin-right: 30%;
  }

  .woocommerce-orders.woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  body.page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_right,
  body.page-template-template-story main.story .content_main section.content .flowerps-page .container .row .pt_img_right {
    padding: 15px;
  }

  .woocommerce-orders .my_account_orders.shop_table_responsive tr {
    display: initial !important;
  }

  .woocommerce table.my_account_orders td,
  .woocommerce table.my_account_orders th {
    width: 100%;
  }

  .popular-cat h3 {
    font-size: 26px !important;
  }

  .home section.content-last-home .pt_first_title h3 {
    width: 100%;
    font-size: 22px !important;
    margin-bottom: 30px;
  }

  section.content-last-home .row:not(:last-of-type) {
    margin-bottom: 32px !important;
  }

  main.weddingcorporate #soul .row h2 {
    font-size: 18px;
  }

  main.weddingcorporate #soul .row h3 {
    font-size: 16px !important;
  }

  .woocommerce-page table.shop_table_responsive tr .info-product-mobile {
    padding-left: 10px !important;
  }

  .info-product-mobile {
    font-size: 18px !important;
  }

  .content_main .alt-form .alt-form-group>label {
    font-size: 16px !important;
  }

  .type-product .entry-content .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }

  .woocommerce div.product {
    padding-top: 0 !important;
  }

  .contact_us .contact-form .gfield_visibility_visible .ginput_container iframe {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin-left: 12%;
  }

  .type-product .entry-content .woocommerce-message .wc-forward {
    margin: 0 auto;
    width: 50%;
    margin-top: 10px;
    text-align: center;
  }

  main#primary.weddingcorporate {
    padding-bottom: 60px !important;
  }

  main#primary.testimonial {
    padding-bottom: 60px !important;
  }

  main#primary.story {
    padding-bottom: 60px !important;
  }

  main.site-main.contact_us section.content {
    padding-bottom: 60px !important;
  }

  body {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--maroon);
  }

  .slick-next:before,
  .slick-prev:before {
    background-color: #fff;
  }

  .hide-mb {
    display: none !important;
  }

  .show-mb {
    display: block !important;
  }

  .woocommerce-account .woocommerce {
    margin-top: 0 !important;
  }

  body.page-template-template-storepolicy section.content,
  body.page-template-template-storepolicy section.content>.container {
    padding: 0 !important;
  }

  main#primary.site-main section:not(section.main-banner, section.announcement-banner) {
    padding: 0 15px;
  }

  .site-main.story section.main-banner h1 {
    margin-bottom: 0;
  }

  main.site-main.story .content_main .content {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }

  main.home section.product-content .tfp-btn {
    font-size: 12px;
    align-self: center;
  }

  main.home section.product-content {
    margin-top: 32px;
  }

  main.home section.product-content>h2 {
    padding-top: 32px;
  }

  main.home .featured-header-wrapper {
    padding: 30px 0;
    flex-flow: nowrap;
  }

  main.home .featured-header-wrapper * {
    padding: 0;
  }

  main.home section.product-content h2.tfp-fancy-regular {
    padding-top: 0px;
  }

  main.home section.product-content .d-flex.justify-content-between {
    padding: 16px 0;
  }

  main.home section.content-last-home .w-75 {
    width: 90% !important;
  }

  main.home .home_tnc a,
  main.home .home_tnc a:visited {
    font-size: 13px;
  }

  main.home .home_tnc {
    margin-top: 16px;
    padding-bottom: 0;
  }

  body main.home .content_main>section.product-content {
    padding-bottom: 30px !important;
  }

  footer .menu_area,
  .copyright .container {
    /* padding: 0 30px; */
  }

  main.testimonial section.content #testimonial-tabContent,
  main.terms-of-use section.content #testimonial-tabContent {
    margin-left: 0;
  }

  main.contact_us section.contact-form {
    max-width: 90%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  main.contact_us section.contact-footer * {
    display: block !important;
    text-align: center;
  }

  main.contact_us section.contact-footer .wrapper div {
    margin-bottom: 2em;
  }

  main.contact_us section.contact-footer .wrapper .flex-column:last-child div,
  main.contact_us section.contact-footer .wrapper .flex-column:last-child {
    margin-bottom: 0;
  }

  main.home section.announcement-banner>div {
    padding: 8% 0px;
  }

  main.home section.featured .featured-item img {
    height: 200px;
  }

  main.home .tfp-slide {
    height: 400px;
  }

  /* SCrollable testimonial  */
  main.testimonial section.content div#v-pills-tab,
  main.terms-of-use section.content div#v-pills-tab {
    max-height: 120px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0 15px;
  }

  .footer_form div#field_submit {
    border-bottom: 0;
  }

  .footer_form .gform_heading {
    margin-bottom: 0;
  }

  .footer_logo {
    padding: 6%;
    max-width: 135px;
    max-height: 135px;
  }

  .footer_form .gfield_validation_message,
  .footer_form .validation_message {
    background: transparent;
    border: 0;
    color: #ffffff;
  }

  main.home.site-main {
    padding-bottom: 16px !important;
  }

  main.home .tfp-slide {
    background-repeat: no-repeat;
    background-size: cover;
  }

  main.home section.content-last-home .img-wrapper {
    padding: 15px;
  }

  .home .content-last-home .img-wrapper .flower-pic1,
  .home .content-last-home .img-wrapper .flower-pic2 {
    width: 250px;
    height: 310px;
  }

  .content-last-home .img-wrapper .border-1,
  .home .content-last-home .img-wrapper .border-2 {
    width: 250px;
    height: 310px;
  }

  main.home section.content-last-home img {
    width: 100%;
    left: 0;
    right: 0;
    max-width: unset;
    max-height: 500px;
  }

  section.content-last-home .border-box {
    position: relative;
    max-width: 100%;
    padding: 5% !important;
    padding-top: 15px !important;
  }

  section.content-last-home .border-box.left {
    padding-top: 0 !important;
    margin-top: 30px;
  }

  section.content-last-home {
    margin-top: 0;
  }

  .home section.content-last-home .pt_first_title {
    padding-top: 0;
    margin-bottom: 30px;
  }

  section.content-last-home h2 {
    font-size: 26px;
  }

  main.home .img-right-text-left {
    flex-direction: column-reverse;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
    grid-column: span 8 !important;
  }

  .gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth {
    grid-column: span 4 !important;
  }

  div#gform_fields_2 input[type="submit"] {
    padding: 12px;
    font-size: 0.8em;
  }

  main.not-found .wrapper-404 div:nth-of-type(2n) {
    max-width: 65%;
    margin-top: -13% !important;
  }

  .captions {
    height: 30vw;
    width: 30vw;
  }

  .single-product main#primary {
    padding-bottom: 0;
  }

  /* Story Page */
  .flowerps-page .flower-pic1 {
    margin-left: 20px;
    position: relative;
    width: 250px;
    height: 310px;
    margin-top: 50px;
  }

  .flowerps-page .border-1 {
    width: 250px;
    height: 310px;
    border: 3px solid var(--maroon);
    position: absolute;
    bottom: 20px;
    left: 0px;
  }

  .flowerps-page .flower-pic2 {
    margin-right: 20px;
    position: sticky;
    width: 250px;
    height: 310px;
    margin-top: 50px;
  }

  .flowerps-page .border-2 {
    width: 250px;
    height: 310px;
    border: 3px solid var(--maroon);
    position: absolute;
    bottom: 20px;
    right: 0px;
  }

  .flowerps-page .section-2.header {
    margin-top: 30px;
  }

  .shop_layout form.woocommerce-ordering,
  .shop_layout .woocommerce-result-count {
    font-size: 14px;
  }

  header .logo:before {
    border-radius: 100px 0;
  }

  section.main-banner h1 {
    width: 100%;
    margin-bottom: 0;
  }

  .weddingcorporate section.main-banner h1 {
    margin-bottom: 30px;
  }

  .terms-of-use p {
    font-size: 14px;
  }

  body .alt-cart-page-item-info-row {
    display: block;
  }

  body .alt-cart-page-ss .alt-cart-page-item-info-value {
    max-width: 100%;
  }

  body .alt-cart-page-item {
    flex-wrap: inherit;
  }



  /*  Search */
  main.search .search-results-wrapper.d-flex img {
    max-height: 165px;
    height: 165px;
    width: 165px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 438px) {
  footer .contact_liner.tel::after {
    visiblity: hidden;
  }

  .woocommerce-cart-form .woocommerce-cart-form__contents .code_coupon {
    margin-left: 0px !important;
  }

  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col h3 {
    margin-top: 20px !important;
  }

  .info-product-mobile {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 420px) {
  body.wc-checkout-create-account .content_main form h3.entry-title {
    font-size: 26px !important;
    padding-top: 0 !important;
  }

  .woocommerce div.product form.cart .variations label,
  .alt-qty-wrapper .label-single-product{
    font-size: 16px;
  }
  .alt-qty-wrapper>.choices .choices__inner {
    font-size: 16px !important;
  }
 .alt-qty-wrapper>.choices .choices__inner {
    line-height: 23px;
  }


  .woocommerce-cart .cart-collaterals .cart_totals table tr.fee th {
    width: 100%;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin-left: 9%;
  }

  .slick-next:before,
  .slick-prev:before {
    width: 40px;
    height: 40px;
  }

  .slick-next:before {
    margin-left: 0px;
  }

  /* #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
    margin-bottom: 0 !important;
  } */
  .woocommerce-checkout main .container:first-of-type {
    width: 90%;
  }

  /* #addonModal .alt-addon-listing-box .alt-addon-popup-item .addon_allons {
    padding-left: 14px !important;
  } */
  .alt-addon-link .button__text,
  .info-product-mobile {
    font-size: 16px !important;
  }

  .woocommerce-cart table.cart img {
    width: 165px !important;
  }

  .alt-product-addon-wrapper ul li h4 {
    font-size: 13px !important;
  }

  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col h3 {
    font-size: 18px !important;
  }

  /* .container {
    padding-right: 0;
  } */
  /* #primary {
    padding: 30px !important;
  } */
  body.wc-checkout-guest .alt-form .alt-form-group>label span {
    font-size: 14px !important;
  }

  label.custom-radio-button .label-text {
    font-size: 16px !important;
  }

  #delivery_details .delivery-details-option {
    margin-top: 8px;
  }

  .wc-checkout-guest .entry-content .container h1.entry-title {
    font-size: 30px !important;
  }

  .alt-form .alt-form-group>label {
    font-size: 16px !important;
  }

  .alt-woocommerce-checkout-content h4.subheading {
    font-size: 18px !important;
    margin-bottom: 17px;
  }

  .content_main .alt-form .alt-form-group>label.cbx {
    font-size: 16px !important;
  }

  .alt-woocommerce-checkout-row {
    flex-direction: column;
  }

  .alt-woocommerce-checkout-row .alt-woocommerce-checkout-col {
    max-width: 100% !important;
  }

  .alt-form .alt-form-group {
    margin-bottom: 0 !important;
  }

  body.woocommerce-checkout .alt-woocommerce-checkout-content,
  body.wc-checkout-create-account .alt-woocommerce-checkout-content {
    padding-top: 30px !important;
  }

  .alt-woocommerce-checkout-row {
    gap: 0px !important;
  }

  #recaptcha-form-group .g-recaptcha iframe {
    -webkit-transform: scale(0.95);
    -webkit-transform-origin: 0 0;
  }

  .wc-checkout-create-account .content_main form .alt-woocommerce-checkout-content .alt-woocommerce-action-inline .button-submit {
    margin: 0 auto;
    margin-top: 20px !important;
  }

  body.wc-checkout-create-account .alt-woocommerce-checkout-content h4.subheading.subheading-start {
    margin-top: 40px !important;
  }

  #delivery_details .alt-form .alt-form-group>label {
    font-size: 16px !important;
  }

  #delivery_details .checkout .alt-woocommerce-action-inline .button-submit {
    margin: 0 auto;
  }

  .single-product .woocommerce div.product {
    padding-top: 0;
  }

  .entry-content .type-product .entry-summary .product_short_desc p {
    font-size: 24px !important;
  }

  .entry-content .type-product .entry-summary .wrap-price-variation {
    font-size: 24px !important;
  }

  .alt-woocommerce-checkout-row.alt-woocommerce-checkout-row-three {
    margin-bottom: 0 !important;
  }
  /* .select-delivery-time-control p {
    margin-bottom: 30px;
  } */
  .separate-div{
    margin-top: 30px !important;
  }
  #order_review>h4.subheading{
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 400px) {
  #rc-anchor-container .rc-anchor-logo-portrait {
    margin: 0px !important;
    margin-left: -25px !important;
  }

  #rc-anchor-container .rc-anchor-pt {
    margin-right: 65px !important;
  }

  #recaptcha-form-group .g-recaptcha iframe {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin-left: 5%;
  }

  .info-product-mobile {
    font-size: 14px !important;
  }

  body.wc-checkout-guest .alt-woocommerce-checkout-content h4.subheading.subheading-2nd {
    font-size: 16px !important;
  }

  #delivery_details .alt-form .alt-form-group>label {
    font-size: 16px !important;
  }

  .alt-product-addon-wrapper ul li h4 {
    font-size: 14px !important;
  }

  .variation-radios .variation-select-item {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 380px) {

  footer *,
  .copyright * {
    font-size: 14px;
  }

  .story .flowerps-page h2.header {
    font-size: 22px !important;
  }

  .popular-cat h3 {
    font-size: 20px !important;
  }

  .info-product-mobile {
    /* font-size: 12px !important; */
  }

  .edit-account .form-row-wide label {
    font-size: 14px !important;
  }

  #alt-addresses-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 !important;
  }

  .page-template-template-contact .contact-form .gravity-theme .gform-body #field_1_6 {
    margin-left: 2%;
  }

  #delivery_details .alt-form .alt-form-group>label {
    font-size: 15px !important;
  }

  /* #addonModal .alt-addon-listing-box .alt-addon-popup-item .addon_allons {
    padding-right: 8px !important;
    padding-left: 10px !important;
  } */
  /* #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-title {
    margin-bottom: 0 !important;
  }
  #addonModal .modal-body .alt-addon-listing .alt-addon-popup-item .alt-addon-price {
    margin-bottom: 0 !important;
  } */
  .product-content .popular-cat .pcat-name {
    padding-right: 5px;
  }

  .type-product .entry-content .woocommerce-message {
    font-size: 14px !important;
  }

  .type-product .entry-content .woocommerce-message a {
    font-size: 16px !important;
  }

  body.wc-checkout-login .woocommerce .alt-login-page .alt-checkout-login-col h3 {
    font-size: 16px !important;
  }

  .alt-checkout-login-col h3 {
    font-size: 20px !important;
  }

  body.wc-checkout-guest .alt-form .alt-form-group>label span {
    font-size: 14px !important;
  }

  body.woocommerce-order-received .alt-thankyou-box .alt-thankyou-img img {
    max-width: 370px !important;
  }

  .variation-radios .variation-select-item {
    font-size: 13px !important;
  }

  .content_main .alt-form .alt-form-group>label.cbx {
    font-size: 14px !important;
  }

  label.custom-radio-button .label-text {
    font-size: 16px !important;
  }

  .alt-woocommerce-checkout-content h4.subheading {
    font-size: 16px !important;
  }

  .alt-product-addon-wrapper ul li h4 {
    font-size: 14px !important;
  }

  /* Story Page */
  .flowerps-page .flower-pic1 {
    margin-left: 20px;
    position: relative;
    width: 250px;
    height: 310px;
    margin-top: 30px;
  }

  .flowerps-page .border-1 {
    width: 250px;
    height: 310px;
    border: 3px solid var(--maroon);
    position: absolute;
    bottom: 20px;
    left: 0px;
  }

  .flowerps-page .flower-pic2 {
    margin-right: 20px;
    position: sticky;
    width: 250px;
    height: 310px;
    margin-top: 50px;
  }

  .flowerps-page .border-2 {
    width: 250px;
    height: 310px;
    border: 3px solid var(--maroon);
    position: absolute;
    bottom: 20px;
    right: 0px;
  }

  .flowerps-page .section-2.header {
    margin-top: 30px;
  }

  #recaptcha-form-group .g-recaptcha iframe {
    -webkit-transform: scale(0.84);
    -webkit-transform-origin: 0 0;
  }
}

@media only screen and (max-width: 373px) {
  footer .socials a {
    gap: 3px;
  }
}

@media only screen and (max-width: 359px) {
  .woocommerce div.product form.cart .variations label {
    font-size: 12px !important;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table tr.fee th {
    width: 120%;
  }

  .info-product-mobile {
    font-size: 12px !important;
  }

  .alt-product-addon-wrapper ul li h4 {
    font-size: 12px !important;
  }

  body .woocommerce div.product form.cart .variations label {
    font-size: 12px !important;
  }

  body.wc-checkout-guest .alt-form .alt-form-group>label span {
    font-size: 13px !important;
  }
  .info-product-mobile {
      font-size: 12px !important;
  }
}

/* DavidLee: Addon Item */
.woocommerce-variation-add-to-cart {
  flex-wrap: wrap;
}

.alt-product-addon-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.alt-product-addon-wrapper h3 {
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

.alt-product-addon-wrapper ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.alt-product-addon-wrapper ul li {
  flex: 1;
}

.alt-product-addon-wrapper ul li a:focus {
  outline: none;
}

.alt-product-addon-wrapper ul li h4 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.alt-product-addon-action {
  display: block;
}

.alt-product-addon-action .button-view-cart,
.alt-product-addon-wrapper .button-shop-page {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 46px;
}

.alt-product-addon-wrapper .button-shop-page {
  margin-top: 20px !important;
  width: 100%;
  text-align: center;
}

.alt-product-addon-wrapper img {
  border: 1px solid var(--maroon) !important;
  width: 100%;
}

.woocommerce div.product form.cart .variations tr>th.label label {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.woocommerce.single-product div.product div.summary>h2 {
  padding-top: 16px;
  margin-bottom: 0;
}

.woocommerce .entry-summary table.shop_attributes {
  margin-bottom: 0;

}

.single-product.woocommerce .entry-summary table.shop_attributes {
  display: none;
}

.single_variation_wrap .alt-qty-wrapper .label-single-product {
  text-transform: uppercase;
}

.site-main.storepolicy .content {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: 100% !important;
}

.page-template-template-storepolicy main.storepolicy section.content>.container {
  max-width: 100%;
}

.site-main.storepolicy .content .tab-content .tab-pane p {
  font-size: 16px;
  line-height: normal;
}

.alt-product-addon-wrapper a:hover {
  text-decoration: none;
  color: var(--gold);
}

.alt-product-addon-wrapper a:focus-visible {
  outline: none;
}

body.wc-checkout-create-account .content_main .woocommerce .alt-form h3 {
  padding-top: 20px;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back {
  background-color: white;
  color: #c44b71;
  border: 1px solid #c44b71;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back svg {
  margin-right: 5px;
  margin-top: -1px;
  fill: #c44b71;
}

#billing_and_payment form .alt-woocommerce-action-inline .button-checkout-back {
  background-color: white;
  color: #c44b71;
  border: 1px solid #c44b71;
  width: 115px;
  border-radius: 7px;
}

#billing_and_payment form .alt-woocommerce-action-inline .button-checkout-back svg {
  margin-right: 3px;
  margin-left: -15px;
  margin-top: -1px;
  fill: #c44b71;
}

.alt-woocommerce-checkout-content .wc-tab_order_preview .alt-woocommerce-action-inline .button-checkout-back {
  padding: 0px 35px !important;
  padding-left: 20px !important;
}

.alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit {
  /* display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  height: auto;
  position: absolute;
  width: 33%;
  right: 0; */
  height: 44px;
  margin-left: auto;
  margin-left: auto;
  margin-top: 10px;
}

/* .alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit:hover span {
  color: var(--maroon) !important;
}
.alt-woocommerce-checkout-content .wc-tab_delivery_details .checkout .alt-woocommerce-action-inline .button-submit span{
  font-size: 20px;
} */
body .wc-tab_order_preview .alt-cart-page-preview .alt-woocommerce-action .button-submit {
  height: 44px;
}

.alt-woocommerce-checkout-content #order_preview .button-checkout-back {
  height: 44px;
  font-weight: 100;
}

.alt-woocommerce-checkout-content .wc-tab_billing_and_payment .alt-woocommerce-action-inline .button-submit {
  height: 44px;
  margin-left: auto;
  margin-top: 10px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .wc-alt-cart-addon-item-row td {
  border: none;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .wc-alt-cart-addon-item-row td.product-name h4 {
  font-size: 16px;
  font-weight: 600;
}

#colophon .menu_area .socials a>img {
  object-fit: contain;
}

.page-template-template-testimonial .pt_custom .tab-pane p {
  line-height: 30px;
}

.single-product .woocommerce div.product div.summary>p {
  padding-top: 5px;
  padding-bottom: 0;
  /* margin-top: 16px; */
}

.single-product .product_cat-floral-arrangement-workshops .entry-content .single-product form.cart .variations th:first-child {
  margin-top: 16px;
}

.single-product.woocommerce div.product form.cart .variations tr>th.label label {
  margin-top: 16px;
  margin-bottom: 16px;
}

.single-product table.variations .variation-radios {
  row-gap: 16px;
}

.single-product .woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}

.single-product .woocommerce div.product form.cart .variations label {
  margin-bottom: 0;
}

.single-product .woocommerce div.product form.cart .variations .variation-select-item label:hover {
  background: var(--hover);
  color: var(--gold);
  border-color: var(--hover);
  border: 1px solid transparent;
}

.single-product .single_variation_wrap .alt-qty-wrapper .label-single-product,
.single-product .alt-qty-wrapper {
  margin-bottom: 16px;
}

.woocommerce.single-product table.shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
  padding-bottom: 16px;
  padding-top: 10px;
}

.woocommerce.single-product .alt-product-addon-wrapper h3 {
  margin-top: 0;
}

.not-dropdown-ft {
  margin-top: 0;
}

@media only screen and (max-width: 1279px) {
  .page-template-template-contact .main-banner h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .not-dropdown-ft {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .mobile_header {
    height: 90px !important;
  }

  header.fixed~main#primary,
  header.fixed~section.master-main-banner_image {
    padding-top: 90px !important;
  }

  .site-main.story .content_main .content {
    margin-bottom: 0;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

@media (min-width: 767.98px) {
  .title_customer {
    margin-bottom: 70px;
  }
}

@media (max-width: 540px) {
  .tc_pp img {
    margin-top: 15px;
  }
}

header.mobile_header .container .right .my-cart .item_counter {
  width: 18px;
  height: 18px;
  padding: 1px 2px 0;
}

.alt-toast-woo .woocommerce-error {
  margin: 0;
  background: transparent;
  border-top: none;
}

.alt-toast-woo .woocommerce-error::before {
  display: none;

}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Áp dụng cho các trình duyệt sử dụng nhân WebKit (Chrome, Safari, DuckDuckGo Mobile) để đồng bộ giao diện */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}