@charset "UTF-8";
/*
 Theme Name:     Detype Base Theme 
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme by DeType
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/



/* Target the standard Stripe Express Checkout wrapper 
#wc-stripe-express-checkout-element{
    opacity: 0.5 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease-in-out !important;
}

/* Class to append when fields are filled
#wc-stripe-express-checkout-element.show-stripe-buttons {
    opacity: 1 !important;
    pointer-events:visible !important;
}
 */

/* ---------------------- Case studies --------------------- */
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells{ display:none !important; }
p#wc-stripe-payment-request-button-separator {
    display: none !important;
}
.ElementsApp button {
    border-radius: 20px !important;
}
.ElementsApp{
    padding-left: 10px  !important;
    padding-right: 10px  !important;
}
.subscription-switch-direction{  display:none;}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a {
    color: white;
}
ul.woocommerce-error {
    background-color: red !important;
}

#wc-stripe-update-subs-payment-method-card_field span.optional{
	font-size: 0px;
}
#wc-stripe-update-subs-payment-method-card_field span.optional:after{
	content:"(Required)";
	font-size: 20px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline !important;
    font-size: 20px !important;
    font-weight: 800 !importan;
    line-height: 24px !important;
    color: red;
}
r #payment li.wc_payment_method.payment_method_realex_redirect {
	display: none !important;
}
table.shop_table.subscription_details a.woocommerce-button.button.change_payment_method {
	display: none !important;
}
.case-studies-banner {
  background-color: #ececec;
  padding: 100px 0;
}

.case-studies-banner .banner-title {
  margin-bottom: 20px;
}

.case-studies-banner .banner-title h1 {
  font-size: 32px;
}

.case-studies-banner .banner-content {
  width: 60%;
  margin-bottom: 50px;
}

.case-studies-banner .banner-content p {
  font-size: 18px;
  line-height: 1.7;
}

.case-studies-archive {
  padding: 60px 0 0 0;
}

.case-studies {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 30% 40px 30%;
  grid-template-columns: 30% 30% 30%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}

.case-studies > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.case-studies > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.case-studies > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.case-studies .case-study {
  border: #eaeaea solid 1px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-studies .case-study .image-wrapper {
  position: relative;
}

.case-studies .case-study .image-wrapper .image-holder {
  height: 225px !important;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.case-studies .case-study .image-wrapper .case-study-cat {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #ececec;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0 10px 0 0;
  color: #333;
}

.case-studies .case-study .case-study-content-wrapper {
  background-color: #eaeaea;
  padding: 20px 20px 50px 20px;
  text-align: center;
}

.case-studies .case-study .case-study-content-wrapper .title {
  margin-bottom: 15px;
}

.case-studies .case-study .case-study-content-wrapper .title h4 {
  color: #333;
  font-size: 26px;
}

.case-studies .case-study .case-study-content-wrapper .description {
  color: #333;
}

.case-studies .case-study:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* --------------- case study single -------------------- */
.single-case-studies-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}

.single-case-studies-banner .testimonial {
  color: white;
  margin: 0 0 0 30%;
  padding-left: 40px;
}

.single-case-studies-banner .testimonial blockquote {
  margin: 0 0 50px 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1.5;
}

.single-case-studies-banner .testimonial cite {
  font-style: normal;
  font-size: 18px;
}

.case-studies-single {
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px;
}

.case-studies-single .case-study {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40px 70%;
  grid-template-columns: 30% 70%;
  grid-column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.case-studies-single .item-1 {
  background-color: #fff;
  padding: 30px;
  margin-top: -350px;
  border-radius: 10px;
}

.case-studies-single .item-1 .download-btn {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content {
  margin-bottom: 30px;
}

.case-studies-single .item-1 .group-content .title {
  font-size: 20px;
  color: #E02B20;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.case-studies-single .item-1 .group-content .description {
  font-size: 18px;
  line-height: 1.5;
}

.case-studies-single .item-2 .main-intro {
  font-size: 20px;
  line-height: 30px;
}

.case-studies-single .item-2 .featured_boxes {
  margin: 40px 0 0 0;
}

.case-studies-single .item-2 .featured_boxes .featured_box {
  position: relative;
  background-color: #e02b20;
  color: white;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 220px;
  height: 150px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .featured_box_content {
  position: absolute;
  padding: 0px 30px;
  width: 100%;
  left: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-single .item-2 .featured_boxes .featured_box .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.case-studies-single .item-2 .featured_boxes .featured_box .description {
  text-transform: uppercase;
  font-size: 16px;
}

.case-studies-single .item-2 .featured_boxes .featured_box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.case-studies-single .item-2 .main-case-study-content p {
  font-size: 18px;
  line-height: 28px;
}

/* -------------------------- post pagination -------------------- */
.post-pagination {
  margin-top: 30px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-pagination li a,
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #000 solid 2px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  margin: 0 3px;
  color: #000;
  font-weight: bold;
}

.post-pagination li a img,
.post-pagination li span img {
  max-width: 16px;
  display: block;
  margin: 3px auto 0;
}

.post-pagination li .current {
  background-color: #000;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}

/* --------------------------- woocommerce style ------------------------- */
.sp_woo_search_banner {
  position: relative;
  /* background-image: url(/wp-content/uploads/2022/05/Ace-of-lanes-darts.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.sp_woo_search_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.sp_woo_search_banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.sp_woo_search_banner .banner-content .title {
  margin-bottom: 18px;
}

.sp_woo_search_banner .banner-content .title h1 {
  line-height: 1;
  color: #FFF;
  font-size: 48px;
  text-align: center;
}

.sp_woo_search_banner .banner-content .search-form {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.sp_woo_search_banner .banner-content .search-form input[type=search] {
  width: 100%;
  border: #000 solid 2px;
  padding: 12px 50px 12px 10px;
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-webkit-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-moz-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]:-ms-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::-ms-input-placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form input[type=search]::placeholder {
  color: #000;
}

.sp_woo_search_banner .banner-content .search-form button[type=submit] {
  position: absolute;
  top: 7px;
  right: 10px;
  text-indent: -999em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: url(/wp-content/uploads/sp-search-icon-dark.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.sp-woo-content-area {
  padding: 40px 0;
}

.sp-woo-product {
  border: #c2c2c2 solid 3px;
  margin: 0 !important;
}

.sp-woo-product a img {
  margin: 0 !important;
}

.sp-woo-product .woocommerce-loop-product__title {
  color: #22232b;
  text-transform: uppercase;
  line-height: 115%;
  min-height: 59px;
  text-align: left;
}

.sp-woo-product .sp-woo-product-details {
  padding: 10px;
}

.sp-woo-product .sp-woo-product-details .product-categories {
  color: #909094;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart {
  text-transform: uppercase;
  border: #000 solid 3px;
  padding: 10px 15px;
  background-color: #000;
  border-radius: 0;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.loading,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.loading {
  padding-right: 25px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.loading:after,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.loading:after {
  right: 5px;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .button.added,
.sp-woo-product .sp-woo-product-details .sp-woo-product-action .added_to_cart.added {
  display: none;
}

.sp-woo-product .sp-woo-product-details .sp-woo-product-action .view-product-button {
  background-color: #FFF;
  margin-right: 15px;
  color: #000;
}

/* -------------------- woocommerce override -----------   */
.woocommerce-message {
  border-top-color: var(--splist-gold);
}

.woocommerce-message:before {
  color: var(--splist-gold);
}

.single_add_to_cart_button {
  text-transform: uppercase !important;
  border: #000 solid 3px !important;
  padding: 10px 15px !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  color: #FFF !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
}

@media (max-width: 979px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce ul.products li.product .price {
  color: #22232b;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #22232b;
  font-size: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
  font-size: 22px;
}

.woocommerce .woocommerce-ordering select {
  border: #000 solid 3px;
  padding: 7px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 15px 90fr;
  grid-template-columns: 10fr 90fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li {
  float: none;
  width: 100%;
  margin-bottom: 7px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1;
  border: transparent solid 3px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: #be9a5d solid 3px;
}

.woocommerce .summary.entry-summary .product_meta {
  margin-bottom: 30px;
}

.woocommerce .summary.entry-summary .product_meta a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce .summary.entry-summary .product_meta a:hover {
  color: #000;
  text-decoration: underline;
}

.reset_variations {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.reset_variations:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce-cart .shipping-calculator-button {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce-cart .shipping-calculator-button:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce .related.products {
  margin-top: 50px;
}

.woocommerce .related.products h2 {
  font-size: 22px;
  line-height: 115%;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .variations th.label {
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  border: #000 solid 2px;
  padding: 7px;
}

.woocommerce span.onsale {
  border-radius: 0;
  background-color: #333;
  margin: -3px !important;
  padding: 0px 19px !important;
  min-height: 10px !important;
  height: 43px !important;
  right: 5px;
  top: 5px;
  left: auto;
}

.woocommerce div.product form.cart div.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce div.product form.cart div.quantity button {
  background-color: #f3f3f3;
  cursor: pointer;
  border-color: #000;
  border-width: 1px;
}

.woocommerce div.product form.cart div.quantity button.minus {
  border-right: none;
}

.woocommerce div.product form.cart div.quantity button.plus {
  border-left: none;
}

.woocommerce div.product form.cart div.quantity button:hover {
  background-color: #000;
  color: #FFF;
}

.woocommerce div.product form.cart div.quantity .input-text.qty {
  border: #000 solid 1px;
}

input[type=number].input-text.qty.text::-webkit-inner-spin-button,
input[type=number].input-text.qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].input-text.qty.text::-moz-number-spin-box {
  display: none;
}

/* -------------toggle wrap ----------- */
.toggle-wrap {
  border-top: #f3f3f3 solid 2px;
  padding: 10px 0 10px 0;
}

.toggle-wrap .toggle-title {
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
}

.toggle-wrap .toggle-title h4 {
  margin: 0;
  font-weight: 300;
}

.toggle-wrap .toggle-title h4:after {
  content: "+";
  float: right;
  padding-right: 10px;
  font-size: 25px;
  line-height: 1;
}

.toggle-wrap .toggle-title.active h4:after {
  content: "-";
}

.toggle-wrap .toggle-content {
  display: none;
  font-weight: 300;
  padding: 20px 0;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 15px;
  color: #000;
  text-transform: none;
  font-weight: 300;
}

.woocommerce .woocommerce-breadcrumb a {
  font-weight: 300 !important;
  color: #000;
}

.sp-woo-breadcrumb-orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.sp-woo-breadcrumb-orderby .woocommerce-breadcrumb,
.sp-woo-breadcrumb-orderby .woocommerce-ordering {
  margin-bottom: 0 !important;
}

.woocommerce .single_add_to_cart_button {
  height: 44px;
}

.woocommerce .product_title.entry-title {
  line-height: 115%;
  margin-top: 10px !important;
}

.woocommerce-page .variation dd {
  margin-bottom: 5px !important;
}

.woocommerce-page .variation dd p {
  margin: 0;
}

/* -------------------------------- Testimonials Slider style ------------------------------------ */
/* Testimonal Style */
.name-sec {
  color: #0d1f3b;
  font-size: 20px;
}

.desig-sec {
  color: rgb(153, 44, 104);
  font-size: 20px;
  font-weight: 300;
}

.content-testi {
  position: relative;
  margin-top: 80px;
}

.content-testi:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  background: url(/wp-content/uploads/quote-icon.svg);
  background-size: 30px;
  display: block;
  top: -50px;
  height: 30px;
  background-repeat: no-repeat;
}

.jh_testimonal_slider {
  position: relative;
  margin-bottom: 80px;
}

.content-testimony {
  padding: 30px;
  margin: auto;
}

.detail-testi {
  margin-top: 70px;
}

.jh_testimonal_slider .slick-arrow {
  background: url("/wp-content/uploads/right-arrow-grey.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  right: 0;
}

.jh_testimonal_slider .slick-arrow.slick-prev {
  right: 60px;
  background: url("/wp-content/uploads/left-arrow-grey.svg");
}

.jh_testimonal_slider .slick-arrow:hover {
  background: url("/wp-content/uploads/right-arrow-blue-grey.svg");
}

.jh_testimonal_slider .slick-arrow.slick-prev:hover {
  background: url("/wp-content/uploads/left-arrow-blue-grey.svg");
}

.review-star {
  content: "";
  position: absolute;
  right: 0px;
  width: 120px;
  display: block;
  top: -50px;
  background-repeat: no-repeat;
}

.case-study-testimonail {
  border: 1px solid rgba(55, 55, 55, 0.2509803922);
}

@media (min-width: 980px) {
  .jh_testimonal_slider .slick-list {
    margin-left: -20px;
  }
  .case-study-testimonail.slick-slide {
    margin-left: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: 3fr 40px 1fr;
  grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
  font-size: 18px;
  color: #0d1f3b;
  font-weight: 300;
  font-style: italic;
  position: relative;
  line-height: 1.6;
  min-height: 200px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .case-study-testimonail .content-testimony .detail-testi .content .testimonial-content {
    min-height: auto;
  }
}
.case-study-testimonail .content-testimony .detail-testi .image img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin: auto;
}

/* =========================================================================== */
/*                                 Blog styles                                 */
/* =========================================================================== */
.blog_page_header {
  background-color: #fcf6ec;
  /* background-position: center top 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.55))), url(/wp-content/uploads/pbf-img5.jpg) !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.55) 100%), url(/wp-content/uploads/pbf-img5.jpg) !important; */
}

.blog_page_header .title_wrap {
  padding: 60px 0;
}

.blog_page_header .title_wrap h1 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
  text-align: center;
  color: #592875;
  margin-bottom: 20px;
}

.blog_page_header .title_wrap .blog-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_page_header .title_wrap .blog-categories ul li {
  text-transform: capitalize;
}

.blog_page_header .title_wrap .blog-categories ul li:not(:last-child) {
  margin-right: 15px;
}

.blog_page_header .title_wrap .blog-categories ul li a {
  background-color: #592875;
  border: #592875 solid 2px;
  color: #FFF;
  padding: 16px 22px 12px 22px;
  font-size: 18px;
  line-height: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  margin-bottom: 10px;
  border-radius: 15px;
}

.blog_page_header .title_wrap .blog-categories ul li a:hover {
  background-color: transparent;
  border: #592875 solid 2px;
  color: #592875;
  text-decoration: none;
}

.posts-listing-section {
  padding: 60px 0;
}

.posts-listing-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 1199px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog-card {
  position: relative;
  background-color: #f6ecfc;
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .blog-card {
    padding-bottom: 80px;
  }
}
.blog-card .blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
  .blog-card .blog-thumb {
    margin: -20px -20px 29px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-thumb {
    margin-bottom: 20px;
  }
}
.blog-card .blog-thumb img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px 10px 0 0;
}

.blog-card .blog-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card .blog-categories {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  line-height: 1;
}

.blog-card .blog-categories a {
  color: #000;
}

.blog-card .blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #592875;
}

.blog-card .blog-title a:hover {
  text-decoration: none;
}

.blog-card .blog-meta {
  font-size: 15px;
  margin-bottom: 10px;
  color: #1e1e1c;
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.blog-card .blog-meta a {
  color: #1e1e1c;
}

.blog-card .blog-content {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #1e1e1c;
  font-weight: normal;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.blog-card .action {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-card .action {
    position: absolute;
    bottom: 10px;
  }
}
.blog-card .action a {
  background-color: #592875;
  border: #592875 solid 2px;
  color: #FFF;
  padding: 16px 22px 12px 22px;
  font-size: 18px;
  line-height: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 15px;
}

.blog-card .action a:hover {
  color: #592875;
  background-color: #fff;
  background-color: transparent;
  text-decoration: none;
}

@media (min-width: 1024px) {
  body.sticky-header-blog .blog-sticky-header {
    opacity: 1;
    visibility: visible;
  }
}
.blog-sticky-header {
  position: fixed;
  width: 100%;
  opacity: 0;
  /* top:0;
  left: 0; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  padding: 15px 20px;
  border-bottom: #dad5d3 solid 1px;
  z-index: 99;
}

.blog-sticky-header .item-1 {
  position: relative;
  z-index: 99;
}

.blog-sticky-header .item-2 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}

.blog-sticky-header .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sticky-header .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.blog-sticky-header .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.blog-sticky-header .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.blog-sticky-header .blog-title {
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}

.single-post-section {
  padding: 60px 0;
  padding-top: 120px;
}

.single-post-section .blog-post-header {
  margin-bottom: 20px;
}

.single-post-section .blog-post-header .blog-title {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
  color: #1e1e1c;
}

@media (max-width: 979px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 36px;
  }
}
.single-post-section .blog-post-header .catelist a {
  color: #592975;
}

.single-post-section .blog-post-header .blog-meta {
  padding-bottom: 0px;
  color: #1e1e1c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.single-post-section .blog-post-header .blog-meta a {
  color: #1e1e1c;
}

.single-post-section .blog-post-share {
  margin-bottom: 40px;
}

.single-post-section .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post-section .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.single-post-section .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.single-post-section .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.single-post-section .blog-featured-image {
  margin-bottom: 40px;
}

.single-post-section .blog-featured-image img {
  min-width: 100%;
  display: block;
}

.single-post-section .blog-content {
  font-size: 18px;
  line-height: 1.7;
  color: #1e1e1c;
}

.single-post-section .blog-content h1,
.single-post-section .blog-content h2,
.single-post-section .blog-content h3,
.single-post-section .blog-content h4,
.single-post-section .blog-content h5,
.single-post-section .blog-content h6 {
  font-weight: 700;
}

.single-post-section .blog-content h1 {
  font-size: 54px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h1 {
    font-size: 48px;
  }
}
.single-post-section .blog-content h2 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h2 {
    font-size: 42px;
  }
}
.single-post-section .blog-content h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h3 {
    font-size: 36px;
  }
}
.single-post-section .blog-content h4 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h4 {
    font-size: 30px;
  }
}
.single-post-section .blog-content h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h5 {
    font-size: 24px;
  }
}
.single-post-section .blog-content h6 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h6 {
    font-size: 20px;
  }
}
.single-post-section .blog-content ul {
  list-style: disc;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content ol {
  list-style: decimal;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content blockquote {
  border: none;
  padding: 0;
  position: relative;
  font-style: italic !important;
  border: #592975 solid 2px;
  padding: 20px;
  padding-left: 70px;
}

.single-post-section .blog-content blockquote p {
  font-style: italic !important;
}

.single-post-section .blog-content blockquote:before {
  content: "";
  /* background: url(/wp-content/uploads/risk-quote-icon.svg) no-repeat;  */
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
}

.similar-posts-section {
  background-color: #99a758;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .similar-posts-section {
    padding: 40px 0;
  }
}
.similar-posts-section .similar-posts-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 50px;
}

@media (max-width: 979px) {
  .similar-posts-section .similar-posts-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .similar-posts-title {
    font-size: 36px;
  }
}
.similar-posts-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 1199px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.post-pagination {
  margin-top: 40px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pagination li a:not(.next):not(.prev),
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #592875 solid 2px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  margin: 0 3px;
  color: #592875;
  font-weight: bold;
}

.post-pagination li a:not(.next):not(.prev) {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a:not(.next):not(.prev):hover {
  background-color: #592875;
  color: #FFF;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  display: block;
  padding-top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a.prev img,
.post-pagination li a.next img {
  height: 24px;
  display: block;
}

.post-pagination li a.prev {
  margin-right: 15px;
}

.post-pagination li a.prev img {
  /* transform: rotate(180deg); */
}

.post-pagination li a.next {
  margin-left: 15px;
}

.post-pagination li .current {
  background-color: #592875;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}

.section-archive-title {
  padding: 60px 0;
  background-color: #dad5d3;
}

.section-archive-title h1 {
  text-align: center;
  padding-bottom: 0;
  font-size: 36px;
}

.single-container {
  max-width: 800px !important;
}

/* single page adujstment */
.single-post #main-header {
  /* background-color: rgba(0, 0, 0, 0.5); */
}

/* -------------------------------- woocommerce login register page style -------------------- */
#customer_login {
  margin-top: 30px;
}

.woocommerce-form.woocommerce-form-login.login label,
.woocommerce-form.woocommerce-form-register.register label {
  color: #333;
}

.woocommerce-form.woocommerce-form-login.login input[type=text],
.woocommerce-form.woocommerce-form-login.login input[type=tel],
.woocommerce-form.woocommerce-form-login.login input[type=email],
.woocommerce-form.woocommerce-form-login.login input[type=password],
.woocommerce-form.woocommerce-form-register.register input[type=text],
.woocommerce-form.woocommerce-form-register.register input[type=tel],
.woocommerce-form.woocommerce-form-register.register input[type=email],
.woocommerce-form.woocommerce-form-register.register input[type=password] {
  border-radius: 5px;
  border: #9899d3 solid 1px;
  font-size: 16px;
  color: #592875;
  letter-spacing: 0.5px;
  line-height: 1;
  background-color: #fff;
}

.woocommerce-form.woocommerce-form-login.login {
  border: #592875 solid 1px;
  color: #592875;
  background-color: #f6eafc;
}

.woocommerce-form.woocommerce-form-login.login a {
  color: #592875;
}

.woocommerce-form.woocommerce-form-login.login label {
  color: #1e1e1c;
}

.woocommerce-form.woocommerce-form-login.login label .required {
  color: #FFF;
}

.woocommerce-form.woocommerce-form-login.login label.woocommerce-form-login__rememberme {
  padding-top: 10px;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
  background-color: #592875;
  border: #592875 solid 2px;
  padding: 10px 22px 12px 22px;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  border-radius: 15px;
  color: #FFF;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:after {
  content: "";
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
  background-color: transparent;
  color: #592875;
}

.woocommerce-form.woocommerce-form-register.register {
  border: none;
  background-color: #592875;
  color: #FFF;
}

.woocommerce-form.woocommerce-form-register.register label {
  color: #FFF;
}

.woocommerce-form.woocommerce-form-register.register label .required {
  color: #592875;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit {
  background-color: #FFF;
  border: #FFF solid 2px;
  padding: 10px 22px 12px 22px;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  border-radius: 15px;
  color: #592875;
  margin-top: 15px;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit:after {
  content: "";
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit:hover {
  background-color: transparent;
  color: #FFF !important;
  border: #FFF solid 2px !important;
}

/* ---------------------------- my account style ---------------------------- */
body.woocommerce-account .woocommerce {
  margin-top: 40px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 30px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6";
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  opacity: 1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  color: #592875 !important;
  opacity: 1 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 0.857em 0;
  display: block;
  color: #333;
  opacity: 0.5;
  font-size: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  line-height: 1.618;
  line-height: inherit;
  margin-right: 15px;
  text-align: right;
  float: left;
  opacity: 0.5;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  opacity: 1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  color: #592875 !important;
  opacity: 1 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
  letter-spacing: 0.5px;
}

body.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #592875;
}

body.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info {
  background-color: #ebebeb;
  border-color: #592875;
}

body.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner.is-info > svg {
  background-color: #592875;
}

body.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  font-size: 16px;
  letter-spacing: 0.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
  background-color: #592875 !important;
  border: #592875 solid 2px !important;
  color: #FFF;
  padding: 12px 20px 14px;
  font-size: 20px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: all 0.4 ease-in-out;
  transition: all 0.4 ease-in-out;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 0;
  margin-left: 15px;
}

body.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #333;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  margin: 20px 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper label {
  color: #333;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=text],
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=tel],
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input[type=email] {
  border-radius: 5px;
  border: none;
  border: #592875 solid 2px;
  font-size: 16px;
  color: #592875;
  letter-spacing: 0.5px;
  line-height: 1;
  background-color: transparent;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-container .select2-selection {
  height: 56px;
  border-radius: 0px;
  border: none;
  border-bottom: #1e1e1c solid 2px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-container .select2-selection .select2-selection__rendered {
  line-height: 56px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-container .select2-selection .select2-selection__arrow {
  height: 54px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
  margin: 20px 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
  color: #333;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type=text],
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type=tel],
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type=email],
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type=password] {
  border-radius: 5px;
  border: none;
  border: #592875 solid 2px;
  font-size: 16px;
  color: #592875;
  letter-spacing: 0.5px;
  line-height: 1;
  background-color: transparent;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account button[type=submit] {
  margin-top: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
  border: #592875 solid 2px;
  padding: 20px;
  background-color: #f6eafc;
  margin-top: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset legend {
  padding: 0 15px;
  font-size: 20px;
  color: #592875;
  font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #592875;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

/*---------- Homepage Shortcode ----------*/
.delivery-week-sec {
  padding: 0 60px;
}

.delivery-week {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  list-style: none;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.delivery-week li {
  display: block;
  font-size: 18px;
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px solid #333;
  margin-bottom: 0px;
  line-height: 26px;
  white-space: pre-wrap;
}

.delivery-week li:first-child {
  margin-left: 0px;
  padding-left: 0px;
  border-left: none;
}

.product-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.popular-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  gap: 0 30px;
  padding: 0px !important;
  margin: 0px !important;
}

.popular-cat li {
  width: calc(33.33% - 20px);
  font-size: 26px;
  list-style: none;
  line-height: 0.8em;
  position: relative;
  font-family: Fredoka, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  color: #333;
  padding-bottom: 25px;
  padding-left: 36px;
}

.popular-cat li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/uploads/paw-icon.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
}

.content-product {
  width: 60%;
}

.content-product h2 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  font-size: 26px;
}

.content-product h3 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.content-product .product-price {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #333;
  padding-top: 5px;
  display: block;
}

.content-product .product-price small {
  font-weight: 500;
  font-size: 18px;
}

.content-product .product-price label {
  display: block;
  font-weight: 300;
  font-size: 13px;
  padding-bottom: 5px;
}

.btn-section a {
  border-color: #592875;
  border-radius: 15px !important;
  display: inline-block;
}

.btn-section {
  padding-top: 20px;
  display: block;
}

.week-img {
  width: calc(40% - 20px);
}

.week-img img {
  display: block;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .week-img {
    width: 100%;
  }
  .content-product {
    width: 100%;
    text-align: center;
  }
  .week-img img {
    width: auto;
    height: 250px;
    margin: 0px auto;
  }
  .delivery-week-sec {
    padding: 0;
  }
  .popular-cat li {
    width: 100%;
  }
}
/* --------------------- home testimonials slider -------------------- */
.testimonials_slider_wrapper .slick-list {
  margin-left: -60px;
}

.testimonials_slider_wrapper .slick-slide {
  margin-left: 60px;
}

.testimonials_slider_wrapper .testimonials_slide blockquote {
  position: relative;
  border: none;
  background-color: #592875;
  padding: 30px 40px;
  border-radius: 20px 20px 20px 0;
  min-height: 250px;
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 979px) {
  .testimonials_slider_wrapper .testimonials_slide blockquote {
    font-size: 18px;
    padding: 20px 30px;
  }
}
.testimonials_slider_wrapper .testimonials_slide blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 0px;
  height: 0px;
  border-bottom: solid 20px transparent;
  border-left: solid 20px #592875;
  border-right: solid 20px transparent;
  border-top: solid 20px #592875;
}

.testimonials_slider_wrapper .testimonials_slide .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.testimonials_slider_wrapper .testimonials_slide .footer .logo {
  margin-right: 15px;
}

.testimonials_slider_wrapper .testimonials_slide .footer .logo img {
  display: block;
  width: 40px;
}

.testimonials_slider_wrapper .testimonials_slide .footer .other_info {
  text-align: left;
}

.testimonials_slider_wrapper .testimonials_slide .footer .other_info .name {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.testimonials_slider_wrapper .testimonials_slide .footer .other_info .review {
  color: #000;
  font-size: 14px;
}

.testimonials_slider_wrapper .slider_navigation {
  width: 300px;
  margin-left: auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonials_slider_wrapper .slider_navigation {
    width: 100%;
  }
}
.testimonials_slider_wrapper .slider_navigation .slider_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials_slider_wrapper .slider_navigation .slider_arrows .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.testimonials_slider_wrapper .slider_navigation .slider_arrows .slick-arrow img {
  display: block;
}

.testimonials_slider_wrapper .slider_navigation .slider_arrows .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}

.testimonials_slider_wrapper .slider_navigation .slider_arrows .slick-arrow.slick-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials_slider_wrapper .slider_navigation .slider_dots {
  margin-top: -20px;
}

.testimonials_slider_wrapper .slider_navigation .slider_dots ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials_slider_wrapper .slider_navigation .slider_dots ul.slick-dots li:not(:first-child) {
  margin-left: 5px;
}

.testimonials_slider_wrapper .slider_navigation .slider_dots ul.slick-dots li button {
  text-indent: -999em;
  border: #592875 solid 1px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.testimonials_slider_wrapper .slider_navigation .slider_dots ul.slick-dots li.slick-active button {
  background-color: #592875;
  cursor: default;
}

/* -------------------------- product slider --------------------- */
.product_slider_wrapper .slider_navigation {
  width: 300px;
  margin-left: auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .product_slider_wrapper .slider_navigation {
    width: 100%;
  }
}
.product_slider_wrapper .slider_navigation .slider_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_slider_wrapper .slider_navigation .slider_arrows .slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.product_slider_wrapper .slider_navigation .slider_arrows .slick-arrow img {
  display: block;
}

.product_slider_wrapper .slider_navigation .slider_arrows .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}

.product_slider_wrapper .slider_navigation .slider_arrows .slick-arrow.slick-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_slider_wrapper .slider_navigation .slider_dots {
  margin-top: -20px;
}

.product_slider_wrapper .slider_navigation .slider_dots ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_slider_wrapper .slider_navigation .slider_dots ul.slick-dots li:not(:first-child) {
  margin-left: 5px;
}

.product_slider_wrapper .slider_navigation .slider_dots ul.slick-dots li button {
  text-indent: -999em;
  border: #592875 solid 1px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.product_slider_wrapper .slider_navigation .slider_dots ul.slick-dots li.slick-active button {
  background-color: #592875;
  cursor: default;
}

.product_slider_wrapper .product_slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product_slider_wrapper .product_slider .slick-list {
  margin-left: -20px;
}

.product_slider_wrapper .product_slider .slick-slide {
  margin-left: 20px;
  height: inherit !important;
}

ul.products .product {
  background-color: #fff;
  border-radius: 20px;
}

ul.products .product:hover .product_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

ul.products .product .product_image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

ul.products .product .product_image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul.products .product .product_content {
  padding: 20px;
}

ul.products .product .product_content .product_title h3 {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

ul.products .product .product_content .product_price {
  margin-top: 15px;
}

ul.products .product .product_content .product_price .price {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  color: #592875;
  font-size: 30px;
  line-height: 1;
}

ul.products .product .product_content .product_subscription {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

ul.products .product .product_content .product_action {
  margin-top: 20px;
}

ul.products .product .product_content .product_action a {
  background-color: #592875;
  line-height: normal;
  border-radius: 20px;
  padding: 15px 20px;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
  border: #592875 solid 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul.products .product .product_content .product_action a:hover {
  background-color: transparent;
  color: #592875;
}

ul.products .product .product_content .product_out_stock {
  color: #000;
  margin-top: 20px;
  line-height: 1.5;
}

ul.products .product .product_content .product_out_stock a {
  background-color: #592875;
  border-radius: 5px;
  padding: 2px 10px;
  color: #FFF;
  font-weight: bold;
}

ul.products .product .product_content .product_points {
  color: #000;
  margin-top: 15px;
}

.top-product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-product-heading h2 {
  font-weight: 600;
  font-size: 33px;
  color: #592875 !important;
  text-align: center;
}

/*------- Woocomerce Single Css -------------------*/
.custom-product-description {
  font-size: 16px;
}

.custom-product-description h2 {
  font-weight: 600;
  font-size: 33px;
  padding-bottom: 15px;
  color: #592875 !important;
}

/* Basic table styling with borders */
.custom-product-description table.align-middle {
  width: 100%;
  /* Full width */
  border-collapse: collapse;
  /* Merge borders for cleaner look */
  margin: 20px 0;
  /* Optional: add space around table */
}

.custom-product-description table.align-middle th,
.custom-product-description table.align-middle td {
  border: 1px solid #ddd;
  /* Light grey border for each cell */
  padding: 8px;
  /* Padding for cell content */
  text-align: left;
  /* Align text to the left */
}

/* Styling table header */
.custom-product-description table.align-middle th {
  background-color: #f6ebfc;
  /* Light background color for header */
  font-weight: bold;
  color: #333;
  /* Darker text for contrast */
  border: 1px solid #ddd;
}

/* Optional: Hover effect for table rows */
.custom-product-description table.align-middle tr:hover {
  background-color: #f9f9f9;
  /* Slightly darker background on hover */
}

.custom-product-description ul {
  padding: 0px !important;
  margin: 0px !important;
  padding-bottom: 20px !important;
}

.custom-product-description ul li {
  padding-left: 36px;
  position: relative;
  list-style: none;
}

.custom-product-description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url("/wp-content/uploads/paw-icon.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-product-description.additional-info h2 {
  margin-bottom: 15px;
}

.custom-product-description.additional-info {
  padding-top: 40px;
}

.woocommerce .custom-product-description.additional-info table.shop_attributes tr:nth-child(even) td,
.woocommerce .custom-product-description.additional-info table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}

.woocommerce .custom-product-description.additional-info table.shop_attributes {
  border-top: 1px solid rgba(89, 40, 115, 0.1);
  margin-bottom: 0;
}

.woocommerce .custom-product-description.additional-info table.shop_attributes th,
.woocommerce .custom-product-description.additional-info table.shop_attributes td {
  border-bottom: 1px solid rgba(89, 40, 115, 0.1);
  width: auto;
  font-style: normal;
  font-weight: 500;
  padding: 10px 0 !important;
}

.categories-sec-additonal {
  border-top: 0px !important;
}

.woocommerce .custom-product-description.additional-info table.shop_attributes th {
  width: 180px;
  font-weight: normal;
}

.woocommerce div.product .product_title {
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 15px;
  color: #592875 !important;
}

.woocommerce .related.products {
  background: #fcf6ec;
  position: relative;
  padding: 60px 0px;
  text-align: center !important;
}

.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
  margin-right: 0px !important;
}

.woocommerce .related.products ul,
.woocommerce .related.products h2 {
  position: relative;
  z-index: 1;
}

.woocommerce .related.products:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  left: -50%;
  top: 0;
  background-color: #fcf6ec;
}

.woocommerce .related.products:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  right: -50%;
  top: 0;
  background-color: #fcf6ec;
}

body {
  overflow-x: hidden;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  color: #592875 !important;
}

.product_points strong {
  display: inline !important;
}

.woocommerce .related.products h2 {
  font-weight: 600;
  font-size: 40px !important;
  color: #592875 !important;
  padding-bottom: 30px;
  text-transform: none !important;
}

.woocommerce div.product .product_title {
  margin: inherit !important;
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
  max-width: 100% !important;
}

.woocommerce div.product div.images {
  width: 35%;
}

.woocommerce div.product div.summary {
  width: calc(63% - 20px);
}

.tpwpg-main .slider {
  border: 1px solid #CBCBCB;
  margin-bottom: 10px;
}

.slider-nav .tpslick-slide {
  margin-right: 10px;
  cursor: pointer;
}

.woocommerce-breadcrumb {
  padding-bottom: 30px !important;
}

.woocommerce-price-suffix {
  font-size: 20px;
  font-weight: 400;
}

/* Hide the default radio button */
/* Hide the default radio button */
.wcsatt-options-prompt-label .wcsatt-options-prompt-action-input,
.wcsatt-add-to-subscription-action-label .wcsatt-add-to-subscription-action-input {
  display: none;
}

/* Style the label to look like a checkbox */
.wcsatt-options-prompt-label,
.wcsatt-add-to-subscription-action-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 20px;
  color: #592875;
  font-weight: 800;
}

/* Create the checkbox square */
.wcsatt-options-prompt-action::before,
.wcsatt-add-to-subscription-action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #592875;
  border-radius: 4px;
  /* Rounded corners to resemble a checkbox */
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action::before,
.wcsatt-add-to-subscription-action-input:checked ~ .wcsatt-add-to-subscription-action::before {
  background-color: #592875;
  /* Checkbox color when selected */
  border-color: #592875;
}

/* Checkmark inside the checkbox */
.wcsatt-options-prompt-label .wcsatt-options-prompt-action-input:checked + .wcsatt-options-prompt-action::after,
.wcsatt-add-to-subscription-action-label .wcsatt-add-to-subscription-action-input:checked + .wcsatt-add-to-subscription-action::after {
  content: "N";
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 14px;
  color: #fff;
  font-family: "ETmodules";
}

.wcsatt-options-prompt-radios {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.wcsatt-options-prompt-text-label {
  font-size: 16px;
  padding-top: 20px;
  display: block;
}

.wcsatt-options-prompt-radio {
  background-color: #EFEFEF;
  padding: 20px;
  margin-bottom: 20px !important;
  border-radius: 10px;
}

.wcsatt-options-product-dropdown,
.qty.text {
  font-size: 20px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #592875;
  color: #000;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}

.wcsatt-options-product-dropdown-label,
.quantity label {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.wcsatt-options-product-wrapper {
  width: 33.33%;
  float: left;
  padding-right: 20px;
}

.woocommerce .quantity .qty {
  width: 100% !important;
  text-align: left !important;
  padding: 10px !important;
}

.woocommerce div.product form.cart .button {
  margin-top: 28px;
  background: #592875 !important;
  border-color: #592875 !important;
  border-radius: 20px !important;
  width: 50%;
  height: 50px;
  /* display: inline-block; */
  padding: 0 25px !important;
}

.wcsatt-add-to-subscription-action {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.woocommerce div.product form.cart .button:hover {
  color: #592875 !important;
  background-color: transparent !important;
  padding: 0 25px !important;
}

.woocommerce div.product form.cart div.quantity {
  display: block !important;
  width: 33.33%;
}

.stock {
  display: inline-block;
  background-color: rgba(105, 18, 155, 0.5);
  color: #fff !important;
  padding: 5px;
  border-radius: 47px;
}

.wc-points-rewards-product-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px;
  color: #000;
  margin-top: 15px;
}

.content-section-product .stock,
.content-section-products .stock {
  display: none !important;
}

.content-section-product .cart,
.content-section-products .cart {
  margin: 0px !important;
}

.content-section-product .wc-points-rewards-product-message,
.content-section-products .wc-points-rewards-product-message {
  display: none !important;
}

.content-section-product .wcsatt-options-product-prompt {
  display: none !important;
}

.content-section-products .wcsatt-options-prompt-text {
  display: none !important;
}

.content-section-products .wcsatt-options-prompt-radios {
  display: none !important;
}

.woocommerce div.product .content-section-products form.cart div.quantity {
  width: 45% !important;
}

.woocommerce div.product .content-section-products form.cart .button {
  width: 45% !important;
}

.woocommerce div.product .content-section-products .wcsatt-options-product-wrapper {
  width: 45%;
}

.woocommerce div.product .content-section-products.more-time form.cart .button {
  width: calc(45% - 20px) !important;
  margin-top: 0px !important;
}

.woocommerce div.product .content-section-products .wcsatt-add-to-subscription-wrapper {
  float: left;
  margin-top: -15px;
  margin-left: 20px;
}

.woocommerce div.product p.price {
  padding-bottom: 0;
}

.stock-section .stock {
  padding: 5px 15px;
  margin-right: 20px;
}

.stock-section .wc-points-rewards-product-message {
  font-size: 18px;
  font-weight: normal;
}

.label-subscription {
  font-size: 18px;
  padding: 60px 0 20px;
}

.woocommerce div.product .content-section-products form.cart .button {
  margin-top: 30px;
}

.new-section-promt {
  padding: 40px;
}

.wcsatt-options-prompt-label .wcsatt-options-prompt-action-inputs,
.wcsatt-add-to-subscription-action-label .wcsatt-add-to-subscription-action-inputs {
  display: none;
}

.woocommerce div.product .content-section-product.one-time form.cart .button {
  width: 47% !important;
}

@media (min-width: 768px) {
  .woocommerce div.product div.images.tpwpg-main {
    position: sticky;
    top: 120px;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .new-section-promt {
    padding: 20px;
  }
  .woocommerce div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.summary {
    width: 100%;
  }
  .woocommerce-page .related ul.products li.product:nth-child(n) {
    width: 100% !important;
  }
  .woocommerce div.product .content-section-products form.cart .button,
  .woocommerce div.product .content-section-products form.cart div.quantity,
  .wcsatt-options-product-wrapper {
    float: none;
    padding: 0;
    max-width: 500px;
    margin-top: 10px !important;
    width: 100% !important;
  }
}
/* --------------------- testimonials page style -------------------- */
.testimonials_wrapper .testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

@media (max-width: 767px) {
  .testimonials_wrapper .testimonials {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.testimonials_wrapper .testimonial blockquote {
  position: relative;
  border: none;
  background-color: #592875;
  padding: 30px 40px;
  border-radius: 20px 20px 20px 0;
  min-height: 250px;
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 979px) {
  .testimonials_wrapper .testimonial blockquote {
    font-size: 18px;
    padding: 20px 30px;
  }
}
.testimonials_wrapper .testimonial blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 0px;
  height: 0px;
  border-bottom: solid 20px transparent;
  border-left: solid 20px #592875;
  border-right: solid 20px transparent;
  border-top: solid 20px #592875;
}

.testimonials_wrapper .testimonial .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.testimonials_wrapper .testimonial .footer .logo {
  margin-right: 15px;
}

.testimonials_wrapper .testimonial .footer .logo img {
  display: block;
  width: 40px;
}

.testimonials_wrapper .testimonial .footer .other_info {
  text-align: left;
}

.testimonials_wrapper .testimonial .footer .other_info .name {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.testimonials_wrapper .testimonial .footer .other_info .review {
  color: #000;
  font-size: 14px;
}

/* --------------------- custom header -------------------- */
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 0 !important;
}

body.sticky-header.admin-bar .nrdf_header {
  top: 32px;
}

body.sticky-header .nrdf_header {
  position: fixed;
  top: 0px;
}

@media (min-width: 980px) {
  body.sticky-header .nrdf_header {
    padding-top: 10px;
  }
}
@media (min-width: 980px) {
  body.sticky-header .nrdf_header .top_header .logo_wrapper img {
    max-width: 130px;
  }
}
@media (min-width: 980px) {
  body.sticky-header .nrdf_header .top_header .menu_wrapper {
    margin-top: 0px;
  }
}
body.sticky-header .nrdf_header .top_header .menu_wrapper .main_menu {
  padding: 0;
}

@media (min-width: 980px) {
  body.sticky-header .nrdf_header .top_header .menu_wrapper .main_menu ul li {
    font-size: 22px;
  }
}
@media (min-width: 980px) {
  body.sticky-header .nrdf_header .top_header .menu_wrapper .icon_menu ul li a img {
    width: 30px;
  }
}
@media (min-width: 980px) {
  body.sticky-header .nrdf_header .bottom_header {
    height: 50px;
  }
}
@media (min-width: 980px) {
  body.sticky-header .nrdf_header .bottom_header .container .sec_menu span,
  body.sticky-header .nrdf_header .bottom_header .container .sec_menu ul li {
    font-size: 18px;
  }
}
.nrdf_header {
  position: relative;
  width: 100%;
  z-index: 99;
  padding-top: 15px;
  background-color: #fff;
}

.remonve.f_header * {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nrdf_header .top_header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nrdf_header .top_header .logo_wrapper img {
  max-width: 165px;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 979px) {
  .nrdf_header .top_header .logo_wrapper img {
    max-width: 142px;
  }
}
@media (max-width: 399px) {
  .nrdf_header .top_header .logo_wrapper img {
    max-width: 130px;
  }
}
.nrdf_header .top_header .menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 979px) {
  .nrdf_header .top_header .menu_wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .nrdf_header .top_header .menu_wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 399px) {
  .nrdf_header .top_header .menu_wrapper {
    margin-top: 0px;
  }
}
.nrdf_header .top_header .menu_wrapper .main_menu {
  border-right: #828282 solid 1px;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .nrdf_header .top_header .menu_wrapper .main_menu {
    display: none;
  }
}
.nrdf_header .top_header .menu_wrapper .main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li {
  /* position: relative; */
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
  padding: 10px 0;
}

@media (max-width: 1280px) {
  .nrdf_header .top_header .menu_wrapper .main_menu ul li {
    font-size: 20px;
    margin-right: 10px;
  }
}
.nrdf_header .top_header .menu_wrapper .main_menu ul li.menu-item-has-children > a:after {
  content: "▾";
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #592875;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul {
  position: absolute;
  top: 60%;
  left: 0;
  background-color: #592875;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
 /* min-width: 100vh;*/
 /* -webkit-transform: translateY(-10px);
 /*         transform: translateY(-10px);
 /*  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; */
  z-index: 9;
  padding: 10px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
	box-shadow: 0 0 10px #00000063;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul > li {
  width: 25% !important;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul > li > ul {
  display: block;
  margin-top: 15px;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul > li > ul > li {
  font-size: 18px;
  padding: 6px 0;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul > li > ul > li:not(.menu-item-has-children) {
  font-weight: normal;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul > li > ul > li > ul {
  display: block;
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu > ul > li > ul > li > ul > li {
  font-size: 16px;
  font-weight: normal;
}

.sticky-header .nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu:hover > ul {
  top: 32%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nrdf_header .top_header .menu_wrapper .main_menu ul li.mega-menu:hover > ul {
  top: 42%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nrdf_header .top_header .menu_wrapper .icon_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nrdf_header .top_header .menu_wrapper .icon_menu ul li {
  position: relative;
  margin-left: 20px;
}

@media (max-width: 979px) {
  .nrdf_header .top_header .menu_wrapper .icon_menu ul li {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .nrdf_header .top_header .menu_wrapper .icon_menu ul li {
    margin-left: 20px;
  }
}
@media (max-width: 399px) {
  .nrdf_header .top_header .menu_wrapper .icon_menu ul li {
    margin-left: 10px;
  }
}
.nrdf_header .top_header .menu_wrapper .icon_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  position: relative;
}

.nrdf_header .top_header .menu_wrapper .icon_menu ul li a .cart-count {
  background-color: #592875;
  color: #FFF;
  width: 24px;
  height: 24px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 10px;
  left: -20px;
}

.nrdf_header .top_header .menu_wrapper .icon_menu ul li a img {
  display: block;
  width: 40px;
}

@media (max-width: 1280px) {
  .nrdf_header .top_header .menu_wrapper .icon_menu ul li a img {
    width: 30px;
  }
}
.nrdf_header .top_header .menu_wrapper .icon_menu ul li a span {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .nrdf_header .top_header .menu_wrapper .icon_menu ul li a span:not(.cart-count) {
    display: none;
  }
}
.nrdf_header .bottom_header {
  background-color: #592875;
  margin-top: -75px;
  height: 60px;
}

.nrdf_header .bottom_header .container {
  position: relative;
  height: 100%;
}

.nrdf_header .bottom_header .container .sec_menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

@media (max-width: 767px) {
  .nrdf_header .bottom_header .container .sec_menu {
    display: none;
  }
}
.nrdf_header .bottom_header .container .sec_menu span {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
}

@media (max-width: 1199px) {
  .nrdf_header .bottom_header .container .sec_menu span {
    font-size: 18px;
  }
}
@media (max-width: 979px) {
  .nrdf_header .bottom_header .container .sec_menu span {
    display: none;
  }
}
.nrdf_header .bottom_header .container .sec_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nrdf_header .bottom_header .container .sec_menu ul li {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .nrdf_header .bottom_header .container .sec_menu ul li {
    font-size: 18px;
    margin-left: 10px;
  }
}
.nrdf_header .bottom_header .container .sec_menu ul li a {
  color: #FFF;
}

.nrdf_header .bottom_header .container .mobile_menu {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .nrdf_header .bottom_header .container .mobile_menu {
    display: none;
  }
}
.nrdf_header .bottom_header .container .mobile_menu a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nrdf_header .bottom_header .container .mobile_menu a .menu_text {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 399px) {
  .nrdf_header .bottom_header .container .mobile_menu a .menu_text {
    font-size: 18px;
    margin-right: 10px;
  }
}
.nrdf_header .bottom_header .container .mobile_menu a .menu_icon {
  display: block;
  width: 40px;
  display: block;
  text-align: right;
}

@media (max-width: 399px) {
  .nrdf_header .bottom_header .container .mobile_menu a .menu_icon {
    width: 30px;
  }
}
.nrdf_header .bottom_header .container .mobile_menu a .menu_icon span {
  display: block;
  height: 4px;
  margin-bottom: 8px;
  background-color: #FFF;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 399px) {
  .nrdf_header .bottom_header .container .mobile_menu a .menu_icon span {
    height: 3px;
    margin-bottom: 7px;
  }
}
.nrdf_header .bottom_header .container .mobile_menu a .menu_icon span:last-child {
  margin-bottom: 0;
}

/* ----------------------------- full screen mobile menu ----------------------- */
.no-scroll {
  overflow-y: hidden;
}

body.open-fs-menu .full-screen-menu {
  opacity: 0.95;
  visibility: visible;
}

.full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #f6ecfc;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99999;
}

.full-screen-menu .container {
  position: relative;
  height: 100vh;
}

.full-screen-menu .close-btn {
  position: absolute;
  right: 6px;
  top: 96px;
  width: 30px;
  height: 30px;
}

.full-screen-menu .close-btn:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 3px;
  background-color: #592875;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.full-screen-menu .close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 3px;
  background-color: #592875;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.full-screen-menu .mobile-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.full-screen-menu .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.full-screen-menu .mobile-menu ul li {
  display: block;
  font-size: 24px;
  font-weight: 500;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
}

.full-screen-menu .mobile-menu ul li a {
  color: #592875;
}

/* ----------------------- Cart (Basket) page style ------------------- */
/*button[name=update_cart] {
  display: none !important;
}
*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 15px;
  margin-bottom: 10px;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  text-decoration: underline !important;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
  text-decoration: none !important;
}

.woo_subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #592875;
}

.basket_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 50px 2fr;
  grid-template-columns: 5fr 2fr;
  grid-gap: 50px;
  margin-top: 40px;
}

@media (max-width: 979px) {
  .basket_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce a.remove {
  height: auto;
  width: auto;
}

@media (max-width: 767px) {
  .woocommerce a.remove {
    text-align: left;
  }
}
.woocommerce a.remove:hover {
  background: none;
}

.woocommerce-cart-form__contents {
  margin-top: 20px;
}

.woocommerce-cart-form__contents .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .woocommerce-cart-form__contents .cart_item {
    display: block;
  }
}
.woocommerce-cart-form__contents .product-thumbnail {
  margin-right: 20px;
}

.woocommerce-cart-form__contents .product-thumbnail a img {
  display: block;
  max-width: 100px;
}

@media (max-width: 767px) {
  .woocommerce-cart-form__contents .product_details {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.woocommerce-cart-form__contents .product_details .product_title .product-name {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  border: none;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 1365px) {
  .woocommerce-cart-form__contents .product_details .cart_product_meta {
    display: block;
  }
}
.woocommerce-cart-form__contents .product_details .cart_product_meta .product-price .price_label {
  color: #000;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-price .price_value {
  color: #592875;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-price select {
  border: #592875 solid 1px;
  color: #592875;
  border-radius: 10px;
  margin-left: 10px;
  padding: 7px;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-quantity {
  margin-left: 30px;
}

@media (max-width: 1365px) {
  .woocommerce-cart-form__contents .product_details .cart_product_meta .product-quantity {
    margin-left: 0;
    margin-top: 10px;
  }
}
.woocommerce-cart-form__contents .product_details .cart_product_meta .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-quantity .quantity label {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-quantity .quantity select {
  border-radius: 10px;
  margin-bottom: 0;
  width: 55px !important;
  font-size: 16px;
  font-weight: 400;
  padding: 5px !important;
  margin-left: 10px;
  color: #592875;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-subtotal {
  margin-left: 30px;
}

@media (max-width: 1365px) {
  .woocommerce-cart-form__contents .product_details .cart_product_meta .product-subtotal {
    margin-left: 0;
    margin-top: 10px;
  }
}
.woocommerce-cart-form__contents .product_details .cart_product_meta .product-subtotal .subtotal_label {
  color: #000;
}

.woocommerce-cart-form__contents .product_details .cart_product_meta .product-subtotal .subtotal_value {
  color: #592875;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
}

.woocommerce-cart-form__contents .product_remove_wrap {
  margin-left: auto;
}

.woocommerce-cart-form__contents .cart_actions_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .woocommerce-cart-form__contents .cart_actions_wrapper {
    display: block;
  }
}
.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper {
    margin-bottom: 20px;
  }
}
.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper .input-text {
  border-radius: 20px;
  border: #592875 solid 1px;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  color: #592875 !important;
  width: 170px;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper .input-text::-webkit-input-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper .input-text::-moz-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper .input-text:-ms-input-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper .input-text::-ms-input-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper .input-text::placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper button {
  margin-left: 10px;
  border: #592875 solid 2px;
  cursor: pointer;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .coupon_wrapper button:hover {
  background-color: transparent !important;
  color: #592875;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .button {
  background-color: #592875 !important;
  border: #592875 solid 2px;
  border-radius: 20px !important;
  cursor: pointer;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .button:hover {
  background-color: transparent !important;
  color: #592875 !important;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .button:disabled {
  background-color: #592875 !important;
  border: #592875 solid 2px !important;
  border-radius: 20px !important;
  opacity: 0.6;
  cursor: default;
}

.woocommerce-cart-form__contents .cart_actions_wrapper .button:disabled:hover {
  color: #FFF !important;
}

.cart-collaterals {
  margin-top: 20px;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  font-weight: normal;
  color: #000;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 16px;
  font-weight: 400;
}

#add_payment_method .cart-collaterals .cart_totals table td a,
.woocommerce-cart .cart-collaterals .cart_totals table td a,
.woocommerce-checkout .cart-collaterals .cart_totals table td a {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 16px;
  font-weight: 400;
}

#add_payment_method .cart-collaterals .cart_totals table td small,
.woocommerce-cart .cart-collaterals .cart_totals table td small,
.woocommerce-checkout .cart-collaterals .cart_totals table td small {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 14px;
  font-weight: 400;
}

#add_payment_method .cart-collaterals .cart_totals table .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .cart_totals table .woocommerce-Price-amount {
  color: #592875;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.checkout-button.button {
  border: #592875 solid 2px !important;
}

.wcsatt-add-cart-to-subscription-intro,
.wcsatt-add-cart-to-subscription-action {
  color: #592875 !important;
}

/* Hide the default checkbox */
.wcsatt-add-cart-to-subscription-action-input {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #592875;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  /* Default background */
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* When the checkbox is checked */
.wcsatt-add-cart-to-subscription-action-input:checked {
  background-color: #592875;
  border-color: #592875;
}

/* Optional: Add a custom checkmark or style */
.wcsatt-add-cart-to-subscription-action-input:checked::after {
  content: "✔";
  /* Unicode for a checkmark */
  color: white;
  font-size: 16px;
  position: relative;
  left: 4px;
  top: 0px;
}

/* ---------------------- Checkout page style ------------------------ */
.woocommerce-checkout .checkout_column_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-top: 40px;
  /* --------------- Billing fields -------------- */
  /* --------------- Shipping fields -------------- */
  /* --------------- Additional fields -------------- */
  /* ----------------- review order sidebar --------------- */
}

tr.woocommerce-shipping-totals.shipping,
.shipping.recurring-total {
  background-color: #592875;
  color: #FFF;
}

.shipping.recurring-total th,
.shipping.recurring-total td {
  border-color: white !important;
}

tr.woocommerce-shipping-totals.shipping th,
tr.woocommerce-shipping-totals.shipping label,
.shipping.recurring-total th,
.shipping.recurring-total label,
.shipping.recurring-total p {
  color: #fff !important;
}

.shipping.recurring-total td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.shipping.recurring-total td .woocommerce-shipping-contents {
  font-size: 20px;
  border-bottom: 1px solid white;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.shipping.recurring-total ul li label {
  display: inline;
  font-size: 18px !important;
  font-weight: 600;
}

.woocommerce ul#shipping_method li input:before,
.shipping.recurring-total input:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 0;
  /* transform: scale(0); */
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  display: inline-block;
  background-color: #fcf6ec;
  border: 2px solid white;
  margin-right: 10px;
}

.woocommerce ul#shipping_method li input:checked:before,
.shipping.recurring-total input:checked:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 0;
  /* transform: scale(0); */
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  display: inline-block;
  border: 2px solid white;
  margin-right: 10px;
  background-image: url(/wp-content/uploads/checked.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.woocommerce ul#shipping_method li input[type=radio],
.woocommerce ul#shipping_method li input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  /* Not removed via appearance */
  margin: 3px 0.4375em 0 0;
}

@media (max-width: 979px) {
  .woocommerce-checkout .checkout_column_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout .checkout_column_wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  color: #592875;
}

.woocommerce-checkout .checkout_column_wrapper .form-row label {
  color: #4b4b4b;
  font-size: 16px;
}

.woocommerce-checkout .checkout_column_wrapper .form-row label abbr {
  color: #4b4b4b;
}

.woocommerce-checkout .checkout_column_wrapper .form-row .input-text {
  border: #592875 solid 1px;
  border-radius: 20px;
  background-color: #FFF;
}

.woocommerce-checkout .checkout_column_wrapper .form-row textarea.input-text {
  min-height: 100px;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  margin-top: 10px;
}

@media (max-width: 979px) {
  .woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_email_field {
  width: 47%;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_country_field {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_country_field span strong {
  color: #000;
  font-size: 20px;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_city_field {
  width: 22%;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  width: 22%;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields {
  margin-top: 40px;
}

.woocommerce-checkout .checkout_column_wrapper #ship-to-different-address {
  margin-top: 10px;
}

.woocommerce-checkout .checkout_column_wrapper #ship-to-different-address label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.woocommerce-checkout .checkout_column_wrapper #ship-to-different-address span {
  margin-left: 10px;
  line-height: 1;
  color: #592875;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-checkout .checkout_column_wrapper #ship-to-different-address .input-checkbox {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #592875;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.woocommerce-checkout .checkout_column_wrapper #ship-to-different-address .input-checkbox:checked {
  background-color: #592875;
  border-color: #592875;
}

.woocommerce-checkout .checkout_column_wrapper #ship-to-different-address .input-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 16px;
  position: relative;
  left: 4px;
  top: 0px;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3%;
  -moz-column-gap: 3%;
  column-gap: 3%;
  margin-top: 20px;
}

@media (max-width: 979px) {
  .woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_company_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_country_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_phone_field,
.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_email_field {
  width: 47%;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_country_field span strong {
  color: #000;
  font-size: 20px;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
  width: 22%;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
  width: 22%;
}

.woocommerce-checkout .checkout_column_wrapper .woocommerce-additional-fields {
  margin-top: 40px;
}

.woocommerce table.shop_table th {
  padding: 10px 20px;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table {
  padding: 10px 0px;
  border-radius: 15px;
  background-color: #fcf6ec;
  border: none;
  margin-top: 15px;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table thead th {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table thead th.product-name {
  width: 50%;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tbody .product-name {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tbody .product-name strong {
  font-weight: 300;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tbody .product-total {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 18px;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tfoot th {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tfoot th strong {
  font-weight: 300;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tfoot td {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 18px;
}

.woocommerce-checkout .checkout_column_wrapper .shop_table tfoot td[data-title=Shipping] {
  font-size: 14px;
  font-weight: 400;
}

/* ---------------------- Local Delivery Schedule ------------------- */
.local_delivery_schedule {
  background-color: #e5d6ea;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.local_delivery_schedule h4.title {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}

.local_delivery_schedule h4.title a {
  display: block;
}

.local_delivery_schedule h4.title a span {
  float: right;
  color: #000;
  font-size: 30px;
  line-height: 1;
  margin-top: -6px;
  font-weight: 300;
}

.local_delivery_schedule .description {
  display: none;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-weight: 300;
}

.local_delivery_schedule .description ul li:not(:last-child) {
  margin-bottom: 20px;
  line-height: 1.4;
}

.woocommerce form .form-row .input-text {
  border-radius: 20px !important;
  border: #592875 solid 1px !important;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  color: #592875 !important;
  background-color: #fff !important;
}

.woocommerce form .form-row .input-text::-webkit-input-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce form .form-row .input-text::-moz-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce form .form-row .input-text:-ms-input-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce form .form-row .input-text::-ms-input-placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

.woocommerce form .form-row .input-text::placeholder {
  opacity: 0.5;
  color: #592875 !important;
}

/* -------------------- checkout payment box ----------- */
.checkout #payment,
.checkout #payment {
  background-color: #FFF;
}

.checkout #payment ul.wc_payment_methods,
.checkout #payment ul.wc_payment_methods {
  border-radius: 20px;
  padding: 20px;
  border: #592875 solid 1px;
}

.checkout #payment ul.wc_payment_methods li label,
.checkout #payment ul.wc_payment_methods li label {
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.checkout #payment ul.wc_payment_methods li .input-radio,
.checkout #payment ul.wc_payment_methods li .input-radio {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #592875;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  float: left;
  margin-top: 8px;
}

.checkout #payment ul.wc_payment_methods li .input-radio:checked,
.checkout #payment ul.wc_payment_methods li .input-radio:checked {
  background-color: #592875;
  border-color: #592875;
}

.checkout #payment ul.wc_payment_methods li .input-radio:checked::after,
.checkout #payment ul.wc_payment_methods li .input-radio:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
}

.checkout #payment ul.wc_payment_methods li .payment_box,
.checkout #payment ul.wc_payment_methods li .payment_box {
  background-color: #fcf6ec;
  border: #592875 solid 1px;
  border-radius: 20px;
  padding: 20px;
}

.checkout #payment ul.wc_payment_methods li .payment_box:before,
.checkout #payment ul.wc_payment_methods li .payment_box:before {
  display: none;
}

.checkout #payment ul.wc_payment_methods li .payment_box p,
.checkout #payment ul.wc_payment_methods li .payment_box p {
  font-size: 18px;
  color: #000;
}

.woocommerce-terms-and-conditions-wrapper {
 /* margin-top: 40px;*/
}

.woocommerce-terms-and-conditions-wrapper .form-row label .input-checkbox {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #592875;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  float: left;
  margin-top: 3px;
}

.woocommerce-terms-and-conditions-wrapper .form-row label .input-checkbox:checked {
  background-color: #592875;
  border-color: #592875;
}

.woocommerce-terms-and-conditions-wrapper .form-row label .input-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 16px;
  position: relative;
  left: 1px;
  top: 0px;
}

.woocommerce-terms-and-conditions-wrapper .form-row label .woocommerce-terms-and-conditions-checkbox-text {
  color: #4b4b4b;
  font-weight: bold;
  line-height: 1.5;
  float: left;
  width: calc(100% - 35px);
  font-size: 18px;
  cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper .form-row label .required {
  display: none;
}

.woocommerce-consent-fields {
  margin-bottom: 20px;
}

.woocommerce-consent-fields .form-row {
  margin-bottom: 20px !important;
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label {
  color: #4b4b4b;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  cursor: pointer;
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label .optional {
  display: none;
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label .input-checkbox {
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #592875;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  float: left;
  margin-top: 3px;
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label .input-checkbox:checked {
  background-color: #592875;
  border-color: #592875;
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label .input-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 16px;
  position: relative;
  left: 1px;
  top: 0px;
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label span {
  float: left;
  width: calc(100% - 35px);
}

.woocommerce-consent-fields .form-row .woocommerce-input-wrapper label abbr.required{
  display: none;
}

button#agree_payment {
  cursor: pointer;
  width: 100%;
  min-height: 60px;
}

@media (max-width: 767px) {
  button#agree_payment {
    min-height: auto;
    font-size: 15px;
  }
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--wc-red) !important;
}

/* ------------------- checkout popup -------------------- */
.checkout_popup_action .button {
  width: 100%;
  display: block;
  border: #592875 solid 2px;
  text-align: center;
}

.checkout_popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5490196078);
  padding-top: 250px;
  display: none;
}
@media (max-height: 799px) {
  .checkout_popup_wrapper {
    padding-top: 165px;
  }
}

@media (max-width: 767px) {
  .checkout_popup_wrapper {
    padding-top: 170px;
  }
}
.checkout_popup_wrapper .popup_container {
  position: relative;
  width: 90%;
  max-width: 800px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fcf6ec;
  margin: 0 auto;
  border: #592875 solid 2px;
}

.checkout_popup_wrapper .close_popup_button{
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  border: none;
  background-color: #592875;
  color: #FFF;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .checkout_popup_wrapper .popup_container {
    padding: 10px;
  }
}
.checkout_popup_wrapper .checkout_popup_content {
  height: 50vh;
  overflow-y: auto;
  /* input[type=radio] {
    display: none;
  } */
}

.checkout_popup_wrapper .checkout_popup_content label {
  pointer-events: none;
}

/* ------------------------ Checkout - Order-received - style ------------------ */
.woocommerce .woocommerce-order .woocommerce-notice {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #592875;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-order .woocommerce-notice {
    font-size: 24px;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  background: #f6ebfc;
  border-radius: 20px;
  padding: 20px;
  display: inline-block;
  margin-bottom: 1em;
}

.woocommerce .woocommerce-order .woocommerce-order-overview li {
  color: #000;
  font-size: 15px;
  border-right: 1px dashed #592875;
}

@media (max-width: 979px) {
  .woocommerce .woocommerce-order .woocommerce-order-overview li {
    border: none;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  font-weight: 500;
  color: #592875;
}

@media (max-width: 979px) {
  .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
    font-size: 15px;
    margin-left: 5px;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview + p {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #592875;
  margin-bottom: 1em;
}

.woocommerce .woocommerce-order section.woocommerce-order-details h2 {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 24px;
  font-weight: 600;
}

.woocommerce .woocommerce-order section.woocommerce-order-details table.order_details {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  background: #fcf6ec;
  border-radius: 20px;
  padding: 20px;
  margin-top: 1em;
  color: #000;
}

.woocommerce .woocommerce-order section.woocommerce-order-details table.order_details strong {
  font-weight: 500;
}

.woocommerce .woocommerce-order section.woocommerce-order-details table.order_details th {
  color: #592875;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-order section.woocommerce-order-details table.order_details th {
    font-size: 18px;
  }
}
.woocommerce .woocommerce-order section.woocommerce-order-details table.order_details td {
  font-size: 18px;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-order section.woocommerce-order-details table.order_details td {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns:before,
.woocommerce .woocommerce-order section.woocommerce-customer-details .woocommerce-columns:after {
  display: none !important;
}

.woocommerce .woocommerce-order section.woocommerce-customer-details .col-1,
.woocommerce .woocommerce-order section.woocommerce-customer-details .col-2 {
  padding: 20px;
  border-radius: 20px;
  border: #592875 solid 1px;
  background-color: #f6ebfc;
  width: 100%;
}

.woocommerce .woocommerce-order section.woocommerce-customer-details h2 {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  color: #592875;
  font-size: 24px;
  font-weight: 600;
}

.woocommerce .woocommerce-order section.woocommerce-customer-details address {
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

/* -------------------- custom css for subscription shipping ----------------- */
.shop_table td[data-title] ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-indent: 0;
  margin-top: 10px;
}

.shop_table td[data-title] ul li input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* ------------------- calc -------------------- */
.food-cal-input {
  padding: 25px 50px;
  text-align: center;
  background-color: #fcf6ec;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food-cal-input .fs-5.font-600 {
  font-size: 20px;
  line-height: 30px;
  color: #592875;
}

#calculate-input {
  padding: 10px;
  border: 2px solid #592875;
  border-radius: 20px;
  padding-left: 20px;
  max-width: 200px;
  color: black;
  font-size: 18px;
}

button.button.no-margin.block.inline-block-m.calc-submit {
  background-color: #592875;
  border: 2px solid #592875;
  padding: 8px 30px;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  margin-left: 11px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

button.button.no-margin.block.inline-block-m.calc-submit:hover {
  background-color: transparent;
  color: #592875;
}

.resultcolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin: 50px 0px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.resultcolumns > div {
  width: 49%;
  padding: 35px;
  background-color: #592875;
  border-radius: 20px;
  color: white;
  min-height: 400px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  .resultcolumns {
    display: block;
  }
  .resultcolumns > div {
    min-width: 100%;
  }
  .resultcolumns > div {
    padding: 15px;
  }
  .resultcolumns .col-6-m.mar-bottom-15 {
    background-size: 200px !important;
  }
  .col-12.col-6-m.adult {
    background-image: url(/wp-content/uploads/adult-image.png);
    background-size: 260px !important;
  }
  #calculate-input {
    margin-bottom: 10px !important;
  }
  button.button.no-margin.block.inline-block-m.calc-submit {
    margin: 0px !important;
    min-width: 100% !important;
  }
  #calculate-input {
    min-width: 100% !important;
  }
}
h3.headcalc {
  color: white;
  font-size: 24px;
  font-weight: 500;
}

.result {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.result.color--white {
  font-size: 16px;
}

.result.color--white > span {
  font-size: 23px;
  display: block;
  font-weight: 700;
  line-height: 28px;
}

p.default.none {
  display: none;
}

p.default img {
  max-width: 30px;
}

.resultcolumns .col-6-m.mar-bottom-15 {
  background-image: url(/wp-content/uploads/puppy-image.png);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.col-12.col-6-m.adult {
  background-image: url(/wp-content/uploads/adult-image.png);
  background-size: 340px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.description-bottom {
  font-size: 13px;
  color: black;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

div#results {
  padding-bottom: 40px;
  border-bottom: 1px solid #592875;
}

/* ------------------- end cal -------------------- */
#validationMessage {
  color: #FFF;
  background: #a00;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  border: #a00 solid 1px;
}

.recurring_shipping_details ul li {
  color: #FFF !important;
  font-weight: normal !important;
  text-indent: 0 !important;
  font-size: 14px !important;
  padding: 0 !important;
  line-height: 1.5;
  margin-bottom: 15px !important;
}

/* -------------------- tabbed products cart page ------------------ */
.woocommerce-page .upsell_products_wrapper ul.products_link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .woocommerce-page .upsell_products_wrapper ul.products_link {
    display: block;
    margin-bottom: 30px;
  }
}/*
.woocommerce-page .upsell_products_wrapper ul.products_link li {
  color: #592875;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 36px;
  font-weight: bold;
  opacity: 0.5;
  cursor: pointer;
}
*/
.woocommerce-page .upsell_products_wrapper ul.products_link li{
      font-weight: 600;
        font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
    color: #592875;
    margin-top: 20px;
    font-size: 32px;
}
.wlfwc-add-to-wishlist{z-index: 1 !important;}
@media (max-width: 980px) {
  .woocommerce-page .upsell_products_wrapper ul.products_link li {
    font-size: 28px;
  }
}
.woocommerce-page .upsell_products_wrapper ul.products_link li:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 980px) {
  .woocommerce-page .upsell_products_wrapper ul.products_link li:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .woocommerce-page .upsell_products_wrapper ul.products_link li:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.woocommerce-page .upsell_products_wrapper ul.products_link li.active {
  opacity: 1;
  cursor: default;
}
.woocommerce-page .upsell_products_wrapper .products_content .products_row {
  display: none;
}
.woocommerce-page .upsell_products_wrapper .products_content .products_row.active {
  display: block;
}
.woocommerce-page .upsell_products_wrapper .products_content .products_row .products li {
  width: 100% !important;
  text-align: center;
}
.woocommerce-page .upsell_products_wrapper .products_content .products_row .products li .woocommerce-loop-product__title {
  text-align: center !important;
}
.archive_products_header{
    background: #fcf6ec;
    margin-bottom: 0;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    font-size:18px;
}
.archive_products_header h1{
    font-weight: 700;
    line-height: normal;
    color: #592875;
    margin-bottom: 0;
    padding-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */


.mega-menu li.menu-item-has-children > a:after {
	display: none;
}
.mega-menu li a {
    color: white !important;
}








/*# bundle css */

.product-type-bundle .woocommerce-breadcrumb{
	padding-bottom: 0px !important;
}
.product-type-bundle .summary>p.price r{
	display: none;
}
.product-type-bundle .summary .bundled_product_optional_checkbox .price{
	color: white !important;
	font-size: 16px !important;
}
.product-type-bundle .bundled_product .details  .cart{
	margin-left: 20px;
}
.product-type-bundle .bundled_product .details .quantity{
	width: 100% !important;
}
.product-type-bundle .bundled_product .details .quantity label{
	display: none !important;
}
.product-type-bundle .summary .price small{
	display: none;
}
.product-type-bundle .bundle_form .bundled_product h4{
	font-size: 24px;
	width: 100%;
	margin-bottom: 5px !important;
}
.product-type-bundle .bundled_product .details>label{
	display: inline-block;
	background-color: #592875;
	color: white;
	font-size: 16px;
	padding: 16px !important;
	border-radius: 15px;
}
.product-type-bundle .bundled_item_button div.quantity label,
.product-type-bundle .bundled_item_button div.quantity .qty{
	display: inline-block !important;
	width: 100% !important;
}
.product-type-bundle .bundled_product .details .cart{
	display: inline-block;
}
.product-type-bundle .bundled_item_optional .bundled_item_cart_content--populated:before{
	display: none !important;
}
.product-type-bundle .bundled_product>div{
	display: flex;
	flex-wrap: wrap;
}
.product-type-bundle .bundled_item_button div.quantity select{
	margin-bottom: 0px;
}
.product-type-bundle .cart_group.bundle_form .bundled_product{
	background-color: #fcf6ec;
	padding: 20px 20px 20px 20px !important;
	margin-bottom: 10px !important;
	border-radius: 25px;
}
.product-type-bundle h4.bundled_product_attributes_title {
    margin-top: 35px;
    font-weight: 500;
}
.product-type-bundle .et-box-content {
    font-size: 20px;
    padding: 17px;
	color: white !important;
	text-shadow: none !important;
	background-color: #592875 !important;
	box-shadow: none !important;
	border-radius: 20px !important;
}
.product_tag-flavour-box .woocommerce-info {
    background-color: red !important;
}

.product-type-bundle .et-shadow {
    border: 0 !important;
    margin: 20px 0px;
    background-color: #592875 !important;
    box-shadow: none !important;
	border-radius: 20px !important;
}
/*# bundle css */

.mega-menu li a{
	line-height: 18px !important;
}
.mega-menu li a:hover {
    font-weight: 500;
}
.mega-menu>.sub-menu>li>a{
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 10px !important;
}
.mega-menu>.sub-menu>li ul li a{
	font-size: 15px !important;
}
@media only screen and (max-width: 1024px) {
	.mega-menu>.sub-menu>li ul li a{
	font-size: 12px !important;
line-height: 12px !important;
}
	.mega-menu>.sub-menu>li ul li{
		padding: 4px 0 !important;
	}
}

li#menu-item-41314>a {
    opacity: 0;
}

.product-template-default .quantity input{
      min-height: 49px;
    border-radius: 20px !important;
    font-size: 20px;
    padding-left: 20px !important;
}
.product-template-default .quantity{
  min-height: 90px;
    padding-top: 9px;
}

.woocommerce div.product .content-section-products form.cart .button{
  float: left !important;
}
.woocommerce div.product .content-section-products form.cart .button {
  margin-top: 4px !important;
}
.qtylbl {
    color: black;
    font-size: 15px;
}

.quantity input {
    border: 1px solid #592875 !important;
    margin-bottom: 0px !important;
    color: #592875 !important;
    padding: 4px !important;
    max-height: 35px;
    border-radius: 10px !important;
  background-color: white !important;
}

.woocommerce-cart .quantity input{
      max-width: 50px !important;
}

body.admin-bar .notice_banner_wrapper .notice_banner_wrap {
  top: 32px;
}

.notice_banner_wrapper .notice_banner_wrap {
  display: block;
  width: 100%;
  text-align:center;
  background-color: #D58BFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  z-index: 9999999;
}

.notice_banner_wrapper .notice_banner_wrap .notice_text {
  display: inline-block;
  padding: 5px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.notice_banner_wrapper .notice_banner_wrap .notice_text a{
  color: #fff;
  text-decoration: underline;
}

.notice_banner_wrapper .notice_banner_wrap{
  background-color: #D58BFF !important;
}


/* ============================= New Header CSS ====================== */
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 0 !important;
}

.nrdf_header_new {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.nrdf_header_new * {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nrdf_header_new .top_header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nrdf_header_new .top_header .top_header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 .logo_wrapper img {
  max-width: 90px;
  height: auto;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu {
    display: none;
  }
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu ul li {
  font-size: 18px;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu ul li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1280px) {
  .nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu ul li:not(:last-child) {
    margin-right: 15px;
  }
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-1 .main_menu ul li a {
  color: #532d71;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .search_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #532d71;
  border-radius: 100px;
  padding: 7px 10px;
  width: 300px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .nrdf_header_new .top_header .top_header_wrapper .item.item-2 .search_wrapper {
    display: none;
  }
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .search_wrapper img {
  width: 25px;
  display: block;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .search_wrapper span {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li {
  position: relative;
  margin-left: 20px;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li.search_menu_item {
  display: none;
}
@media (max-width: 1280px) {
  .nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li.search_menu_item {
    display: block;
  }
  .mobile_wrapper{ display:block !important;}
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  position: relative;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li a .cart-count {
  background-color: #592875;
  color: #FFF;
  width: 24px;
  height: 24px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 10px;
  left: -20px;
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li a img {
  display: block;
  width: 40px;
}
@media (max-width: 767px) {
  .nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li a img {
    width: 30px;
  }
}
.nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li a span {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 400;
}
@media (max-width: 979px) {
  .nrdf_header_new .top_header .top_header_wrapper .item.item-2 .icon_menu ul li a span {
    display: none;
  }
}
.nrdf_header_new .bottom_header {
  position: relative;
  background-color: #592875;
  height: 65px;
}
.nrdf_header_new .bottom_header .bottom_header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 979px) {
  .nrdf_header_new .bottom_header .bottom_header_wrapper .item-1 {
    display: none;
  }
}
@media (max-width: 979px) {
  .nrdf_header_new .bottom_header .bottom_header_wrapper .item-2 {
    display: none;
  }
}
.nrdf_header_new .bottom_header .sec_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nrdf_header_new .mobile_menu {
  display: none;
  height: 100%;
  margin-left: auto;
  margin-top: 17px;
}
@media (max-width: 979px) {
  .nrdf_header_new .mobile_menu {
    display: block;
  }
}
.nrdf_header_new .mobile_menu a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nrdf_header_new .mobile_menu a .menu_text {
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}
.nrdf_header_new .mobile_menu a .menu_icon {
  display: block;
  width: 40px;
  display: block;
  text-align: right;
}
.nrdf_header_new .mobile_menu a .menu_icon span {
  display: block;
  height: 4px;
  margin-bottom: 8px;
  background-color: #FFF;
  margin-left: auto;
  width: 100%;
}
.nrdf_header_new .mobile_menu a .menu_icon span:last-child {
  margin-bottom: 0;
}

body.sticky-header.admin-bar .nrdf_header_new {
  top: 32px;
}

body.sticky-header .nrdf_header_new {
  position: fixed;
  top: 0px;
}

body.sticky-header .nrdf_header_new .top_header .top_header_wrapper .item.item-1 .logo_wrapper img {
  max-width: 50px;
}

.nrdf_main_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nrdf_main_menu > ul > li {
  font-size: 18px;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  display: block;
}
.nrdf_main_menu > ul > li.fw_mega_menu.single{
position: relative;
}
.nrdf_main_menu > ul > li.fw_mega_menu.single > ul{
    width: auto !important;
    white-space: nowrap !important;
    right: 0 !important;
    left: inherit !important;
        padding: 0px 0;
    border-radius: 0;
  }
  .nrdf_main_menu > ul > li.fw_mega_menu.single > ul li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: -5px;
    padding: 10px 30px;
    border-top: 1px solid #fff;
  }
  .nrdf_main_menu > ul > li.fw_mega_menu.single > ul li:first-child{ border-top:0px; }
  .nrdf_main_menu > ul > li.fw_mega_menu.single > ul li:hover{
    background-color: #3f1c5a;
  }
@media (max-width: 1366px) {
  .nrdf_main_menu > ul > li {
    font-size: 18px;
  }
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul {
  position: absolute;
  background-color: #592875;
  width: 100%;
 max-height: 60vh;
  left: 0;
  padding: 30px;
  border-radius: 10px;
  top: 65px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  flex-direction: row;
  justify-content: space-between;
}
.nrdf_main_menu .sub-menu>li{ 
  flex:1
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul a {
  color: #FFF;
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul li {
  font-size: 20px;
  margin-bottom: 20px;
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul li ul {
  margin-top: 10px;
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul li ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: -5px;
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul li ul li a {
  display: inline-block;
 padding: 2px 5px;
}
.nrdf_main_menu > ul > li.fw_mega_menu > ul li ul li a:hover {
  background: #3f1c5a;
  border-radius: 10px;
}
.nrdf_main_menu > ul > li.fw_mega_menu:hover > ul {
  opacity: 1;
  visibility: visible;
}
/*
.nrdf_main_menu > ul > li:last-child {
  padding: 10px 0;
}
.nrdf_main_menu > ul > li:last-child > a {
  background: #c98ff8;
  color: #532d71;
  border-radius: 10px;
  padding: 10px 20px;
}
.nrdf_main_menu > ul > li:last-child > a:hover {
  color: #FFF;
}
*/
.nrdf_main_menu > ul > li > a {
  display: block;
  color: #FFF;
  padding: 20px 10px;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .nrdf_main_menu > ul > li > a {
    margin-left: 5px;
  }
}
.nrdf_main_menu > ul > li > a:hover {
  background: #3f1c5a;
}

.nrdf_secondary_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nrdf_secondary_menu ul li {
  font-size: 18px;
  font-family: "Fredoka", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
@media (max-width: 1366px) {
  .nrdf_secondary_menu ul li:first-child {
    display: none;
  }
}
.nrdf_secondary_menu ul li:not(:first-child) a {
  background: #3f1c5a;
}
.nrdf_secondary_menu ul li a {
  display: block;
  color: #fff;
  padding: 10px 10px;
  margin-left: 15px;
  border-radius: 10px;
}
.myoption .StripeElement{
  pointer-events: none;
  opacity: 0.5;
}

/*------------------ New BUNDLE Css -------------*/

.single-product .bundle_error {
  display: none !important;
}

.box-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 20px 0 !important;
  list-style: none;
}

.noactive-parent {
  pointer-events: none;
  /* Disables clicks */
  opacity: 0.5;
  /* Fades the div */
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: not-allowed !important;
}

.active-parent .plus {
  pointer-events: none;
  cursor: not-allowed !important;
}

.bundled_qty {
  pointer-events: none;
}

.box-number li {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  padding: 8px 15px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: white;
  list-style: none;
  cursor: pointer;
}

.bundle-size-options {
  display: none !important;
}

.box-number li.active-box {
  background-color: #592875;
  border-color: #592875;
  color: white;
  cursor: none;
}

.woocommerce-error.section-error:not(:first-of-type) {
  display: none;
}
.woocommerce div.product form.cart div.quantity button.plus,
.woocommerce div.product form.cart div.quantity button.minus {
    border-left: none;
    opacity: 1;
    color: #592875 !important;
    border: none !important;
    font-size: 36px !important;
    line-height: 0px;
    background-color: transparent !important;
}
.woocommerce div.product form.cart div.quantity {
    display: flex !important
;
    width: 33.33%;
    align-content: center;
    align-items: center;
}
.woocommerce .quantity .qty{
  max-width: 80px !important;
  text-align: center !important;
}


.product-template-default .quantity input{
      min-height: 49px;
    border-radius: 20px !important;
    font-size: 20px;
    padding-left: 20px !important;
}
.product-template-default .quantity{
  min-height: 90px;
    padding-top: 9px;
}

.woocommerce div.product .content-section-products form.cart .button{
  float: left !important;
}
.woocommerce div.product .content-section-products form.cart .button {
  margin-top: 4px !important;
}
.qtylbl {
    color: black;
    font-size: 15px;
}

.quantity input {
    border: 1px solid #592875 !important;
    margin-bottom: 0px !important;
    color: #592875 !important;
    padding: 4px !important;
    max-height: 35px;
    border-radius: 10px !important;
  background-color: white !important;
}

.woocommerce-cart .quantity input{
      max-width: 50px !important;
}

.woocommerce #payment .stripe-card-group img[src*="amex"] {
    display: none !important;
}
.brand-menu-new{
    padding-left:0px !important;
}
.brand-menu-new, .brand-menu-new ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-bottom: 0;
}

.brand-menu-new > li {
    margin-bottom: 20px;
    list-style:none;
}

.brand-menu-new > li > a {
    display: block;
    padding: 8px 12px;
    background: #592875;
    text-decoration: none;
    text-decoration: none;
    position: relative;
    color:#fff;
}

.brand-menu-new > li > a:after {
    content: "+";
    position: absolute;
    right: 12px;
    font-weight: bold;
}

.brand-menu-new > li > a.active:after {
    content: "−";
}

.sub-menu-new {
    display: none;
    padding-left: 15px;
    margin-top: 5px;
    border: 1px solid #592875;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 0;
}

.sub-menu-new li a {
        padding: 6px 12px;
      border-bottom: 1px solid #592875;
    color: #000;
    display:block;
}
.sub-menu-new li:hover a{
    background: #000;
    color:#fff;
}



