/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1260px !important;
  }
}

/* testimonial   start */
.testimonial-box {
  background: #faf9f7 0% 0% no-repeat padding-box;
  border: 4px solid #e7e1d7;
  padding: 25px;
  position: relative;
}
.testimonial-box .rating {
  color: #d9b44d;
  font-size: 20px;
}
.testimonial-box .testimonial-text {
  font: normal normal 500 16px / 24px Cabin;
  letter-spacing: 0px;
  color: #03050d;
}
.testimonial-text-limit {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-box .user-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-box .user-detail .user-name {
  font: normal normal bold 18px / 24px Cabin;
  letter-spacing: 0px;
  color: #03050d;
  margin-bottom: 0;
}
.testimonial-box .quote-img {
  position: absolute;
  right: 30px;
  bottom: -8px;
  width: 40px;
}

.more-content-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 9999;
}
.more-content-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.more-content-container .max-width {
  max-width: 600px;
  margin: 20px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px #41414126;
  box-shadow: 0px 8px 30px 0px #f9f9f9 inset;
  padding: 20px;
  border-radius: 0px;
  position: relative;
}
.more-content-container h3 {
  text-align: left;
  font: normal normal 600 20px / 28px Nunito Sans;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
}
.more-content-container .btnclose {
  position: absolute;
  top: -20px;
  right: -15px;
  border: 0;
  background: #fff 0% 0% no-repeat padding-box !important;
  box-shadow: inset 0px 3px 6px #00000029 !important;
  color: #000 !important;
  width: 40px;
  max-width: 40px !important;
  padding: 0;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 0 !important;
  border-radius: 50% !important;
}

/* testimonial   end */

/* pagination  start */

.pagination-two .page-numbers {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #03050d;
  box-shadow: 0px 3px 6px #3024050c;
  margin: 0 1px;
}
.pagination-two .page-numbers.current {
  background-color: #131b43;
  color: #fff;
}
/* pagination  end */

.contact-form p {
  color: #fff;
}
.wpcf7-form-control {
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #131b43 !important;
  border-color: #131b43 !important;
  color: #fff !important;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #0a1e85 !important;
  border-color: #0a1e85 !important;
  color: #fff !important;
}
.cf7sr-g-recaptcha {
  transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.captcha p:first-child {
  display: none;
}
.career-contact label {
  color: #fff !important;
}

#tab-additional_information {
    display: none !important;
}
li.additional_information_tab {
    display: none !important;
}
.testimonial-box{
	min-height : 320px;
}


/* product start ---------------- */

li.product {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3024050c;
  border: 1px solid #ffffff;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
  padding-bottom: 12px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: normal normal 600 16px/20px Cabin;
  letter-spacing: 1.6px;
  color: #03050d;
  text-transform: capitalize;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #d9b44d;
}
.woocommerce ul.products li.product a img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.woocommerce ul.products li.product .button {
  display: none;
}

button.elementskit-menu-hamburger,
.woocommerce-account button.elementskit-menu-hamburger {
  background: #d9b44d !important;
  color: #fff !important;
  padding: 2px !important;
  border-radius: 5px !important;
  margin: 0 !important;
  width: 30px !important;
}
button.elementskit-menu-hamburger svg,
.woocommerce-account button.elementskit-menu-hamburger svg {
  margin-top: -2px;
}
button.elementskit-menu-hamburger svg path,
.woocommerce-account button.elementskit-menu-hamburger svg path {
  fill: #fff !important;
}

@media screen and (min-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 2% 1.5em 0;
    width: 23%;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3024050c;
  border-right: 0;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 5px;
}
.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: #131b43;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}
.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: #131b43;
  color: #fff;
}

/* product end   ---------------- */

/* single product start --------------------- */
.single-product {
  overflow-x: hidden;
}
.single-product .content-area {
  padding-top: 100px;
}
.single-product .woocommerce-breadcrumb {
  background: #131b43;
  padding: 20px 20% !important;
  margin: 0 -20% !important;
  color: #fff;
  display: none;
}
.single-product .woocommerce-breadcrumb a {
  font: normal normal normal 15px/20px Cabin;
  letter-spacing: 0px;
  color: #ffffff;
  display: none;
}
.single-product .product-type-simple {
  padding-top: 50px;
}
.single-product .summary .product_title.entry-title {
  font: normal normal 700 36px / 42px Cabin;
  letter-spacing: 0.5px;
  color: #131b43;
  text-transform: capitalize;
}
.single-product .summary .price {
  font: normal normal bold 20px / 24px Cabin;
  letter-spacing: 0px;
  color: #d9b44d !important;
  text-transform: capitalize;
}
.single-product .summary .woocommerce-product-details__short-description p {
  font: normal normal normal 15px / 20px Cabin;
  letter-spacing: 0px;
  color: #000000;
}
.single-product .summary .single_add_to_cart_button {
  background: #d9b44d 0% 0% no-repeat padding-box !important;
  border: 1px solid #d9b44d !important;
  padding: 12px 40px !important;
  font: normal normal 700 16px / 22px Cabin;
  letter-spacing: 0px;
  color: #faf9f7;
  border-radius: 30px !important;
  box-shadow: 6px 15px 15px #dbad2f33 !important;
  text-transform: capitalize;
}
.single-product .summary .single_add_to_cart_button:hover {
  background: #f5c336 0% 0% no-repeat padding-box !important;
  border: 1px solid #f5c336 !important;
  box-shadow: 6px 15px 15px #dbad2f33;
  color: #f2f2f2;
}
.woocommerce .quantity .qty {
  width: 9.631em;
  text-align: center;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #000 !important;
  border-radius: 7px !important;
  margin-right: 10px;
  padding: 12px 10px;
}
.single-product .summary .product_meta {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

#wpgis-gallery li.slick-slide.slick-current.slick-active {
  border: 1px solid #707070;
}
#wpgis-gallery .slick-slide {
  margin-left: 8px;
}

.vertical-img-left.full-width-slider {
  width: 100% !important;
  max-width: 100% !important;
}
/* #wpgis-gallery .slick-track:only-child .slick-slide:nth-child(2),
#wpgis-gallery .slick-slide:nth-child(2):only-child {
    display: none !important;
}
#wpgis-gallery .slick-slide:only-child {
    display: none !important;
}
#wpgis-gallery:has(.slick-slide:only-child) {
    display: none !important;
} */

/* woocommerce tab css start  */
li#tab-title-additional_information {
  display: none;
}
.woocommerce-tabs {
  padding-top: 40px;
  margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-left: 0 !important;
  padding-left: 5px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-top: 0px solid var(--color2);
  text-align: left;
  font: normal normal bold 16px/24px Cabin;
  letter-spacing: 1px;
  color: var(--color2) !important;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 0 !important;
  padding: 0px 0px !important;
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font: normal normal bold 24px / 32px Cabin;
  letter-spacing: 0px;
  color: var(--color3);
  margin-right: 35px;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  letter-spacing: 0px;
  color: var(--color1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.woocommerce-Tabs-panel {
  text-align: left;
  font: normal normal normal 14px / 22px Cabin;
  letter-spacing: 0px;
  color: var(--color3);
  opacity: 1;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #a8a8a8;
  padding: 60px !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
  display: none;
}
/* woocommerce tab css start  */

/* gallery slider wpgis css end*/

.woocommerce-product-details__short-description {
  padding-bottom: 20px;
}

section.related.products {
  padding: 60px 0 !important;
  position: relative;
  float: inline-start;
  width: 100%;
}
section.related.products h2:first-child {
  font-family: "Anthony Hunter", Sans-serif;
  font-size: 52px;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 65px;
  letter-spacing: 3.5px;
  color: #131b43;
  opacity: 1;
  margin-bottom: 50px;
}
.woocommerce div.product form.cart .variations label {
  font: normal normal bold 16px / 22px Cabin;
  color: #03050d;
  text-transform: capitalize;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=)
    no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
  background-color: #ffffff !important;
  border-radius: 8px;
  border-color: #fff;
  font: normal normal 500 15px / 20px Cabin;
  letter-spacing: 0px;
  color: #03050d;
  text-transform: capitalize;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}
.woocommerce div.product form.cart .variations tbody > tr {
  padding: 0 !important;
}
.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: 7px 0;
}
.woocommerce div.product form.cart .variations tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent !important;
  padding: 0;
}
.woocommerce div.product form.cart .variations tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent !important;
}
button.reset_variations {
  padding: 8px 20px;
  font: normal normal 700 16px / 23px Cabin !important;
  letter-spacing: 1px;
  color: #faf9f7;
}

.wpgis-slider-for img {
  box-shadow: 0px 3px 6px #7474741a;
  border-radius: 20px;
}

#wpgis-gallery img {
  box-shadow: 0px 3px 6px #7474741a;
  border-radius: 10px;
}

/* single product end  ----------------------------*/

/* woocommerce user start */
.woocommerce div.product form.cart .variations select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.woocommerce-info {
  border-top-color: #000 !important;
}
.woocommerce-info::before {
  color: #000 !important;
}
.alignwide {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-family: Cabin;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}

table tfoot th,
table thead th {
  font-size: 16px;
}
.wc-block-components-product-metadata {
  font-size: 16px;
}
a.wc-block-components-product-name,
a.wc-block-components-product-name:hover {
  font: normal normal normal 24px / 28px Cabin;
  letter-spacing: 0px;
  color: #000 !important;
  text-decoration: none !important;
}
.wc-block-cart-item__prices {
  font: normal normal normal 18px / 24px Cabin;
  letter-spacing: 0px;
  color: #000;
}
.wc-block-components-product-metadata {
  font-size: 14px !important;
}
.wc-block-components-quantity-selector {
  border-radius: 0px !important;
}
input.wc-block-components-quantity-selector__input {
  border: 0;
  color: #000 !important;
}
.wc-block-components-radio-control__input {
  border: 1px solid #d9b44d !important;
}
.wc-block-cart-item__quantity
  input.wc-block-components-quantity-selector__input {
  padding: 7px 15px !important;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus {
  border-radius: 0 !important;
  order: 1;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.wc-block-components-quantity-selector {
  background: #fff;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus:hover,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus:hover {
  border: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
  background: transparent !important;
}
.wc-block-components-quantity-selector:after {
  border: 1px solid hsl(0deg 0% 7% / 29%) !important;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 0px !important;
}
button.wc-block-components-quantity-selector__button:focus {
  background: transparent !important;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}
button.wc-block-cart-item__remove-link {
  font-size: 14px !important;
  color: #000 !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px !important;
}
button.wc-block-components-panel__button {
  border-radius: 0px !important;
  padding: 7px 15px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  border-radius: 0px !important;
}
input#wc-block-components-totals-coupon__input-0,
input#wc-block-components-totals-coupon__input-0:focus {
  border-color: #000;
  outline: none !important;
  box-shadow: none !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  font-family: "Cabin";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
  border-radius: 0px;
  padding: 8px 24px 8px 24px;
  color: #fff;
}
button.wc-block-components-address-form__address_2-toggle {
  border-radius: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-radius: 0px !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.woocommerce-checkout .wc-block-components-product-metadata {
  display: none;
}
.wc-block-components-title.wc-block-components-title {
  font-size: 20px;
}
.wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  font-size: 14px !important;
}
.wc-block-components-validation-error {
  font-size: 14px;
}
.wc-block-components-radio-control__input {
  padding: 5px !important;
  background-color: #f2f2f2;
}
.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #ddd !important;
}
input#checkbox-control-0 {
  padding: 5px !important;
  background: #f2f2f2;
}
.woocommerce-page
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.woocommerce-page .wc-block-components-text-input input[type="email"],
.woocommerce-page .wc-block-components-text-input input[type="number"],
.woocommerce-page .wc-block-components-text-input input[type="tel"],
.woocommerce-page .wc-block-components-text-input input[type="text"],
.woocommerce-page .wc-block-components-text-input input[type="url"],
.woocommerce-page button.wc-block-components-address-form__address_2-toggle {
  border: 1px solid #ddd !important;
  border-radius: 0px;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0px !important;
}
.woocommerce ul.order_details {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 18px;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0px !important;
}
.woocommerce-cart .wc-block-components-product-metadata {
  display: none !important;
}

span.wc-block-components-payment-method-label {
  color: #000;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  color: #000;
}
.woocommerce-page .site-main {
  padding: 50px 0;
}
.single-product.woocommerce-page .site-main {
  padding: 0px 0;
}

/* woocommerce user end */

/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #000 !important;
  margin-bottom: 15px;
}
.woocommerce-account button,
.woocommerce-account .button {
  font-family: "Cabin";
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 24px !important;
  letter-spacing: 0px;
  background-color: #fff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #000 !important;
  border-radius: 0px !important;
  padding: 8px 24px 8px 24px !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border: 1px solid #000 !important;
  background: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #000 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #d9b44d;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #000 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  color: #000 !important;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  font-family: Cabin !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .wp-block-separator
  ~ .wp-block-heading {
  display: none !important;
}
.comments-area a,
.page-content a {
  text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.wc-block-components-quantity-selector__input {
  border: 0 !important;
}

.woocommerce-message {
  margin-top: 5px;
  border-top-color: #d9b44d;
}
.woocommerce-message::before {
  color: #d9b44d;
}
a.button.wc-forward {
  font-family: "Cabin", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 !important;
  background-color: #d9b44d;
}
a.button.wc-forward:hover {
  color: #fff;
  background-color: #d9b44d;
}
.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.page-header .entry-title {
  font-family: Cabin;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
/* user dashboared end */

.about-banner {
  position: relative;
  overflow: hidden;
}
.about-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -290px;
  width: 105%;
  height: 460px;
  background: #faf9f7;
  border-radius: 50% 50% 0 0;
  translate: -50% 0;
}
.about-banner .banner-title {
  translate: -50% -35%;
}
.about-banner .learnmore-btn .elementor-button {
  box-shadow: none;
}
.about-banner .learnmore-btn span {
  filter: brightness(0);
}
.about-banner .learnmore-btn {
  translate: -50% 0%;
  transition: 0.3s ease all;
}
.about-banner .learnmore-btn:hover {
  bottom: 150px;
}
.about-banner .learnmore-btn:hover span {
  filter: brightness(1);
}
.corporate-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 82%;
  background-image: url(https://draftsite1.com/sugar-wonders/wp-content/uploads/2025/01/15.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.fade-outer-div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-image: url(https://sugarwonders.sg/wp-content/uploads/2025/01/curve.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fade-left-effect {
  position: relative;
}
.fade-left-effect::before {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  height: 82%;
  min-height: 185px;
  width: 15%;
  background: transparent linear-gradient(247deg, #e7e1d7 0%, #e7e6e1 100%) 0%
    0% no-repeat padding-box;
  translate: 0 -50%;
  transition: 0.5s ease all;
}
.fade-effect-inner {
  position: relative;
}
.fade-div {
  opacity: 0;
  transition: 0.5s ease all;
}
.effect-img {
  translate: 0 -50%;
  transition: 0.5s ease all;
}
.fade-outer-div:hover .fade-div {
  opacity: 1;
}
.fade-outer-div:hover .fade-left-effect .effect-img {
  left: 50% !important;
}
.fade-outer-div:hover .fade-left-effect::before {
  width: 65%;
}
.fade-right-effect {
  position: relative;
}
.fade-right-effect::before {
  content: "";
  position: absolute;
  right: 0;
  top: 54%;
  left: inherit !important;
  height: 82%;
  min-height: 185px;
  width: 15%;
  background: transparent linear-gradient(247deg, #e7e1d7 0%, #e7e6e1 100%) 0%
    0% no-repeat padding-box;
  translate: 0 -50%;
  transition: 0.5s ease all;
}

.fade-outer-div:hover .fade-right-effect .effect-img {
  left: inherit !important;
  right: 55% !important;
}
.fade-outer-div:hover .fade-right-effect::before {
  width: 70%;
}
.category-box .elementor-widget-container {
  height: 280px !important;
  display: grid;
  place-items: center;
  backdrop-filter: blur(20px);
}
.category-box .elementor-image-box-description {
  display: none;
  /* opacity: 0;
  visibility: hidden; */
  transition: 0.3s ease all;
}
.category-box-outer:hover .elementor-image-box-description {
  display: block;
  /* opacity: 1;
  visibility: visible; */
}
.category-box-outer .elementor-image-box-wrapper {
  transition: 0.3s ease all;
  position: relative;
  top: 0;
}
.category-box-outer:hover .elementor-image-box-wrapper {
  top: -50px;
}
.clients-slider .owl-dots .active span,
.clients-slider .owl-dots .owl-dot span:hover {
  background: #d9b44d !important;
}
.corporate-box {
  opacity: 1;
}
.corporate-box .corporate-title {
  font: normal normal 600 16px / 23px Cabin;
  letter-spacing: 1.6px;
  color: #03050d;
  text-transform: capitalize;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #a3a19c;
  border-top: 0;
  border-radius: 0px 0px 30px 30px;
}
.corporate-box .corporate-img {
  border-radius: 30px 30px 0px 0px;
}
.faq-tab .e-opened {
  width: 24px !important;
  height: 24px !important;
  padding: 5px;
  background: #d9b44d 0% 0% no-repeat padding-box;
}
.faq-tab .e-closed {
  background: #131b43 0% 0% no-repeat padding-box;
  width: 24px !important;
  height: 24px !important;
  padding: 5px;
}
.career-tabs {
  list-style: none;
  padding: 0;
}

.career-tabs li a {
  padding: 10px 20px;
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3024050c;
  border-radius: 15px;
  text-align: left;
  font: normal normal bold 16px/30px Cabin;
  letter-spacing: 1.1px;
  color: #232021;
  opacity: 1;
  margin-bottom: 10px;
}
.career-tabs li a.active,
.career-tabs li a:hover {
  background: #131b43 0% 0% no-repeat padding-box;
  color: #d9b44d;
}
#career-tabs li {
  display: block;
  width: 100%;
  margin: 5px 0;
}
#career-tabs li button {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #3024050c !important;
  border-radius: 10px;
  width: 100%;
  display: block;
  border: 0 !important;
  font: normal normal bold 16px / 24px Cabin !important;
  letter-spacing: 1.1px;
  color: #232021 !important;
  padding: 14px 20px;
  text-align: left;
}
#career-tabs li button.active {
  background: #131b43 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #3024050c !important;
  color: #fff !important;
}

.career-box .card-body {
  line-height: 1.5;
}
.career-box .card-body ul {
  padding-left: 15px;
}
.career-box .card-body ul li::marker {
  color: #d9b44d;
}
.career-box .card-body h6 {
  color: #d9b44d;
}
.career-box .card-body h6,
.career-box .card-body h5 {
  text-align: left;
  font: normal normal bold 16px/28px Cabin;
  letter-spacing: 1.1px;
  opacity: 1;
}
.career-box .card-body li,
.career-box .card-body p {
  line-height: 30px;
}

/* modal css  */
.model-career.modal .modal-dialog {
  max-width: 75%;
  width: 100%;
}
.modal .modal-dialog .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  border: 0;
  z-index: 1;
  box-shadow: none !important;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .career-box {
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-contact {
  background-color: #131b43;
  padding: 30px 40px;
}
.modal .modal-dialog .modal-content .modal-body .modal-contact .btn-primary {
  padding: 12px 25px;
  background-color: #cdb5a1 !important;
  color: #fff !important;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .modal-contact
  .btn-primary:hover {
  background-color: #f2eee2 !important;
  color: #6b6245 !important;
}
.wpcf7-spinner {
  display: none;
}
.event-box {
  border-radius: 20px;
  overflow: hidden;
}

.event-box .event-text {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3024050c;
  padding: 25px 20px;
}
.event-box .event-text .event-title {
  text-align: left;
  font: normal normal bold 22px/26px Cabin;
  letter-spacing: 0px;
  color: #03050d;
  text-transform: capitalize;
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-box .event-text .description {
  text-align: left;
  font: normal normal 500 16px/25px Cabin;
  letter-spacing: 0px;
  color: #03050d;
  opacity: 1;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-detail {
  padding-bottom: 100px;
}
.article-detail .event-box-details ol,
.article-detail .event-box-details ul {
  padding-left: 15px;
}
.article-detail .event-box-details li {
  padding-bottom: 5px;
}
.single-breadcrumb {
  padding: 100px 0;
  text-align: center;
}
.single-breadcrumb h1 {
  font-family: "Anthony Hunter", Sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5em;
  letter-spacing: 3.5px;
  color: #131b43 !important;
}

.event-box:hover .event-text .event-title,
.latest-blogs:hover h5 {
  color: #d9b44d !important;
}
.latest-blogs {
  display: flex;
  align-items: center;
}
.latest-blogs .img-box {
  width: 90px;
}
.latest-blogs .text-box {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.latest-blogs .blog-img {
  height: 90px;
  object-fit: cover;
}
#popmake-904 {
  background: #faf9f7 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #3024050c !important;
  border-radius: 20px !important;
  border: 0 !important;
  padding: 0 !important;
}
.pum-theme-896 .pum-title,
.pum-theme-lightbox .pum-title {
  text-align: center !important;
  font: normal normal bold 25px / 38px Cabin !important;
  letter-spacing: 1.6px;
  color: #232021;
  opacity: 1;
  border-bottom: 1px solid #cfcfcf;
  padding: 22px;
  margin-bottom: 0 !important;
}
#popmake-904 form {
  padding: 30px !important;
}
#popmake-904 form .wpcf7-form-control {
  border: 0 !important;
}
.pum-theme-896 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  right: 15px !important;
  top: 30px !important;
  background: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #03050d !important;
  font-size: 35px !important;
}
.home-category-box-outer {
  top: 80px;
}
.home-category-box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.home-category-box .category-img {
  position: relative;
}
.home-category-box .category-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #03050d00 0%, #03050d 100%) 0%
    0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.55;
}
.home-category-box .text {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  bottom: 0;
}
.home-category-box .text .name {
  text-align: left;
  font: normal normal 600 18px/20px Cabin;
  letter-spacing: 2px;
  color: #faf9f7;
  text-transform: uppercase;
  opacity: 1;
}
.home-category-box .text .icon {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  background: #131b43;
  padding: 4px;
}
.home-category-box:hover .text .icon {
  background: #d9b44d;
}

.term-wedding-cakes .custom-category-description,
.term-wedding-cakes .banner-header h1 {
  margin-left: -120px;
}

@media (max-width: 991px) {
  .effect-img,
  .fade-outer-div img,
  .fade-right-effect::before,
  .fade-left-effect::before {
    display: none;
  }
  .fade-outer-div .fade-div {
    width: 100%;
    opacity: 1;
  }
  .fade-right-effect,
  .fade-left-effect {
    margin: 0;
  }
  .single-product.woocommerce-page .site-main {
    max-width: 100%;
    padding: 10px;
  }
  section.related.products {
    padding: 10px !important;
  }
  .home-category-box .text .name {
    font: normal normal 600 15px/18px Cabin;
  }
  .home-category-box-outer {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .about-banner::after {
    width: 140%;
  }
  .vertical-img-left.wpgis-slider-for {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .single-product .summary .product_title.entry-title {
    font: normal normal 700 28px / 34px Cabin;
  }
  section.related.products h2:first-child {
    font-size: 35px;
    line-height: 1.5;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font: normal normal 600 14px / 17px Cabin;
    letter-spacing: 0.6px;
  }
  .single-product .content-area {
    padding-top: 40px;
  }
  .pum-theme-896 .pum-title,
  .pum-theme-lightbox .pum-title {
    font: normal normal bold 22px / 28px Cabin !important;
  }
  .single-breadcrumb h1 {
    font-size: 42px;
  }
  .single-breadcrumb {
    padding: 40px 0;
  }
  .article-detail {
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .single-breadcrumb h1 {
    font-size: 32px;
  }
}

.wpcf7-form-control {
  width: 100%;
  font-family: "Cabin", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #9a9a9a;
  accent-color: #9a9a9a;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dddddd;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 20px 10px 20px;
}
.enquiry-form .title {
  font: normal normal bold 24px / 28px Playfair Display;
  letter-spacing: 0px;
  color: #121a48;
  text-align: center;
  margin-bottom: 30px;
}
.enquiry-form .divider {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link {
  background-color: #fff !important;
  border-color: #000 !important;
}
.fiter_shop {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3024050d;
  border-radius: 20px;
  padding: 15px 30px;
  margin-bottom: 50px;
}
.custom-product-grid .woocommerce-result-count,
.custom-product-grid .woocommerce-ordering {
  display: none !important;
}
.fiter_shop form.woocommerce-ordering {
  margin-bottom: 0 !important;
}
.fiter_shop .woocommerce-result-count {
  margin-bottom: 0 !important;
  text-align: right !important;
  display: block;
  width: 100%;
}
.fiter_shop form {
  width: 100% !important;
}
.fiter_shop select {
  font-family: "Cabin", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #03050d;
  accent-color: #9a9a9a;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dddddd;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 20px 10px 20px;
  width: 100%;
  display: block;
}

.custom-shop-header {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 0;
}
.custom-shop-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background-image: url(https://sugarwonders.sg/wp-content/uploads/2025/01/15.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner-header h1 {
  font-family: "Anthony Hunter", Sans-serif;
  font-size: 52px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 65px;
  letter-spacing: 3.5px;
  color: #131b43 !important;
}
.custom-category-description {
  font: normal normal 500 16px / 24px Cabin;
  letter-spacing: 0px;
  color: #03050d;
}

.category-sub-banner h2 {
  font-family: "Anthony Hunter", Sans-serif;
  font-size: 52px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 65px;
  letter-spacing: 3.5px;
  color: #131b43 !important;
}
.category-sub-banner {
  background: #e7e4dd;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 50px;
}

li#customize-control-woocommerce_catalog_rows {
  display: block !important;
}
.catheadslider .owl-theme .owl-nav button {
  box-shadow: none !important;
}

.slick-slider-woocategory .slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  color: #000;
  border: 0;
  padding: 0;
  z-index: 1;
  box-shadow: none !important;
}
.slick-slider-woocategory .slick-arrow img {
  width: 16px;
  filter: invert(1);
}
.slick-slider-woocategory .slick-arrow:hover,
.slick-slider-woocategory .slick-arrow:focus,
.slick-slider-woocategory .slick-arrow:focus-visible {
  background: transparent;
  color: #000;
  border: 0;
  padding: 0;
}
.slick-slider-woocategory .slick-prev {
  left: -15px;
}
.slick-slider-woocategory .slick-next {
  right: -15px;
}

.woocommerce div.product form.cart .variations tbody > tr {
  width: 50% !important;
  float: left;
  padding-right: 10px !important;
  margin-bottom: 10px !important;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: 0px 0;
  width: 100%;
  display: block;
  margin-top: 8px !important;
}

.cakes-item .cakes-inner-images img {
  border-radius: 10px;
}
.cakes-item .cakes-inner-images {
  margin-bottom: 10px;
}
.cakes-item .cakes-info .name {
  text-align: center;
  font: normal normal bold 16px / 22px Cabin;
  letter-spacing: 1px;
  color: #03050d;
}
.cakes-item .cakes-info {
  text-align: center;
}
.slick-slider-cakes .slick-arrow {
  position: absolute;
  top: 39%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.slick-slider-cakes .slick-arrow img {
  width: 16px;
}
.slick-slider-cakes .slick-arrow:hover,
.slick-slider-cakes .slick-arrow:focus,
.slick-slider-cakes .slick-arrow:focus-visible {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  outline: none;
  box-shadow: none;
}
.slick-slider-cakes .slick-prev {
  left: -15px;
}
.slick-slider-cakes .slick-next {
  right: -15px;
}

.cakes-inner-images .carousel button,
.cakes-inner-images .carousel button:hover,
.cakes-inner-images .carousel button:focus,
.cakes-inner-images .carousel button :focus-visible {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  opacity: 1;
}
.cakes-inner-images .carousel button span {
  opacity: 1;
  filter: brightness(0);
  width: 22px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

#payment button {
  background: #d9b44d !important;
  font-family: "Cabin", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #faf9f7 !important;
  box-shadow: 0px 0px 15px 0px
    rgba(219, 172.99999999999997, 47.00000000000003, 0.2) !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #d9b44d !important;
  border-radius: 30px 30px 30px 30px !important;
  padding: 12px 32px 12px 32px !important;
  display: block;
  width: 100%;
}

#payment button:hover {
  background: #f5c336 !important;
  color: #ffffff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #f5c336 !important;
}
.select2-container--default .select2-selection--single {
  font-family: "Cabin", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #9a9a9a;
  accent-color: #9a9a9a;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dddddd;
  border-radius: 8px 8px 8px 8px;
  padding: 6px 20px 6px 20px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f1f0ef !important;
}
.woocommerce form .form-row select,
.woocommerce form .form-row .input-text {
  background-color: #ffffff !important;
  border-radius: 8px;
  border-color: #fff;
  font: normal normal 500 15px / 20px Cabin;
  letter-spacing: 0px;
  color: #03050d;
  text-transform: capitalize;
}
.woocommerce form .form-row select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 12px !important;
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
}

@media only screen and (max-width: 768px) {
  .elementor-1041 .elementor-element.elementor-element-c37fa86 {
    --padding-top: 50px !important;
  }
  .corporate-title {
    font: normal normal 600 16px / 23px Cabin;
    letter-spacing: 1.6px;
    color: #03050d;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .term-wedding-cakes .custom-category-description,
  .term-wedding-cakes .banner-header h1 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .cakes-slider .cakes-item {
    min-height: 200px;
  }
  .model-career .modal-dialog .modal-content .btn-close {
    filter: brightness(10);
    opacity: 1;
  }
  .model-career.modal .modal-dialog {
    max-width: 96%;
    margin: 2%;
  }
}
