/*
Theme Name: efloristapp
Author: 
Description: Your description goes here
Version: 1.0
Template: neve

This is the child theme for Neve theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
/*

@font-face {
    font-family: 'cocosharpl';
    src: url('fonts/cocosharpl-light-webfont.woff2') format('woff2'),
         url('fonts/cocosharpl-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'cocosharpl';
    src: url('fonts/cocosharpl-regular-webfont.woff2') format('woff2'),
         url('fonts/cocosharpl-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'cocosharpl';
    src: url('fonts/cocosharpl-bold-webfont.woff2') format('woff2'),
         url('fonts/cocosharpl-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}*/
input:focus{
    outline: none !important;
    box-shadow: none !important;
}
body, .btn, .button, .wp-block-button__link, button,
 input[type=button], input[type=reset], input[type=submit],input[type=search],
 .elementor-widget-heading .elementor-heading-title,
 .widget select, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
  form input:read-write, form select, form select option, form textarea, 
  form.wp-block-search input.wp-block-search__input{
    font-family: "Lexend Deca", sans-serif !important;
}
.col-md-4 {
    width: 33.333%;
    padding: 0 10px;
}
.btn:hover, .button.button-primary:hover, .is-style-primary .wp-block-button__link:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{
    background: #178E6B !important;
}
ul.card-rating {
    display: flex;
    gap: 15px;
    font-size: 12px;
}
.nv-content-wrap .plain_text li {
    font-weight: normal;
    font-size: inherit;
    list-style-type: disc;
}
.playstore-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
        flex-wrap: wrap;
}

.playstore-buttons a svg {
    height: 16px;
}

.playstore-buttons a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}
.playstore-buttons a {
    background-color: #178E6B;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    font-size: 15px;
    padding: 15px 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.qr-code {
    width: 150px;
    height: 150px;
    margin: 0 auto 1rem auto;
    background: url(images/qr_efloristApp.jpg)no-repeat center/contain;
}

.modal-content {
    text-align: center;
}
.modal-outer {
    position: fixed;
    height: 100%;
    top: 0;
    overflow: auto;
    left: 0;
    width: 100%;
    display: flex;
    display: none;
    z-index: 16;
}
.modal-content h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}
.modal-inner {
    background: #fff;
    border-radius: 37px;
    width: 90%;
    max-width: 700px;
    padding: 3rem;
    z-index: 9999;
    margin: auto;
    position: relative;
}
.app-close {
    width: 30px;
    height: 30px;
    background: url('images/close-circle.svg')no-repeat center/contain;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    opacity: 0.5;
}
.open-time {
    color: #178d6b;
}
.closed-time {
    color: red;
}
.app-close:hover{
opacity: 1;
}
.modal-overlay {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 15;
}
ul.card-rating i.fa {
    font-size: 5px;
}
.card.app-popup{
    cursor: pointer;
}
.shop-product-listing .col-md-4 .card:hover {
    box-shadow: -1px 1px 3px #0000001c;
}
.card {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 25px;
        margin: 20px 0;
    overflow: hidden;
}

.card-body {
    padding: 11px 15px 15px;
}

h5.card-title {
    margin-bottom: 5px;
    color: #65696D;
    font-weight: 400;
}
h5.card-title a {
    color: #65696D;
    text-decoration: none;
}

.card-img-top {
    height: 240px;
    display: block;
    margin: 0 auto;
}

.searchform {
    display: flex;
}

.searchform {
    max-width: 750px;
    margin: 0 auto;
        flex-direction: column;
}

.searchform .pac-target-input, .c-btn, input#submit {
      width: 100%;
    height: 50px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 0 30px;
}
.days_dropsown {
    display: none;
}
.viewDays {
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 20px;
}

.days_dropsown {
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: -1px 1px 3px 1px #0000002e;
}

.meta-schedule {
    position: relative;
}

.days_dropsown li {
    margin-bottom: 8px;
    color: #000;
}

.days_dropsown li strong {
    width: 110px;
    display: inline-block;
}
.meta-schedule span:hover .days_dropsown {
    display: block;
}
.days_dropsown li:last-child {
    margin-bottom: 0;
}
.searchform input[type="submit"], .c-btn, input#submit {
    background: #FBB03C;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
}
.searchform input[type="submit"]{
    margin-top: 20px;
}
.form-field {
    flex-grow: 1;
}
.fluentform .ff-el-form-control {
    background: #fff;
    border-radius: 20px;
}

.fluentform.fluentform .ff_btn_style {
    background: #FBB03C;
    border-radius: 30px;
    font-weight: 500;
    height: 50px;
    min-width: 170px;
}

.searchform .pac-target-input, .searchform input[type="submit"], .c-btn, input#submit {
    height: 50px;
    min-width: 170px;
}
.c-btn, input#submit {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: 0;
    width: auto;
}
.load-more {
    display: flex;
    justify-content: center;
    width: 100%;
}
.nv-content-wrap li {
    list-style: none;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin: 0 !important;
}

ul.card-rating {
    margin: 0 !important;
    padding: 0;
}

.page-container {
    display: flex;
    height: calc(100vh - 95px);
    overflow-y: auto;
}

.shops-listing {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.left-listing {
    width: 50%;
    padding: 10px;
}

.shops-item {
    width: calc(33.333% - 14px);
    background: #fff;
    border-radius: 30px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    min-width: 210px;
    display: flex;
    flex-direction: column;
}
.shops-item .hover-inner {
    width: 100%;
}

.shops-item:hover .card-hover {
    display: flex;
}
.shops-item .hover-inner .c-btn {
    margin-top: 10px;
}

.c-btn.bordered {
    background: transparent;
    border: 1px solid;
}

.card-hover .c-btn:hover {
    background: #14A178;
}

.right-map {
    width: 50%;
    position: fixed !important;
    right: 0;
    height: calc(100vh - 95px);
}

.right-map iframe {
    width: 100%;
    height: 100%;
}
.shops-listing .shop-head {
    flex-direction: column;
}
.shop-head {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}

.shop-img {width: 100%;height: 130px;border-radius: 15px;background-size: cover !important;flex-shrink: 0;object-position: center;}

.shop-head h2 {
    margin: 0;
    color: #178e6b;
    font-size: 20px;
    font-weight: 400;
}

.no-results {
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.shop-head span {
    color: #666;
    font-size: 12px;
}
.shop-name {
    line-height: 1;
}

.meta-row label {
    display: block;
    color: #000;
    width: 100%;
    position: relative;
}

.meta-row {
    font-size: 14px;
    line-height: 1.4;
    color: #9d9d9d;
    margin-top: 10px;
    padding-left: 20px;
}

.meta-schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.meta-schedule span {
    flex-grow: 1;
}
.meta-row label:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(images/location.svg)no-repeat center/contain;
    position: absolute;
    left: -20px;
    top: 2px;
}
.meta-schedule label:before{
     background: url(images/calendar.svg)no-repeat center/contain;
}
.shop-filter {
    padding: 20px;
}

.shop-search {
border: 1px solid #178e6b;
    background: #fff;
    border-radius: 15px;
    display: flex;
    padding: 10px 15px;
    gap: 10px;
    align-items: center;
}
div#autocomplete-results {
    display: none;
}
.shop-search input[type="search"] {
    border: 0;
    background: transparent;
    flex-grow: 1;
    font-size: 18px;
}

.search-filter {
    width: 30px;
        height: 30px;
}

.dropdown-outer {
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px 20px;
    width: 200px;
    margin-left: -85px;
    margin-top: 10px;
    box-shadow: -1px 1px 4px 0px #00000029;
    z-index: 1;
    border-radius: 20px;
}   
.drop-items {
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 5px 0;
}

.drop-items:hover {
    background: #178e6b;
    color: #fff;
    cursor: pointer;
}
.serch-filter-icon {
background: url(images/filter.svg)no-repeat center/contain;
display: block;
height: 100%;
    cursor: pointer;
}
.shop-search-icon {
    width: 30px;
    height: 30px;
    background: url(images/search-normal.svg)no-repeat center/contain;
}
.banner-inner{

    transform: translateY(120px);
}
.banner-inner, .content-inner {
    background: #fff;
    padding: 15px 30px 30px 30px;
    border-radius: 30px;
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.1);
}
.filer-tags {
    margin-bottom: 30px;
        width: 100%;
}
.tags-inner a:hover, .tags-inner a:focus, .tags-inner a:active {
    color: #fff;
}
.shop-banner {
    min-height: 230px;
        margin-bottom: 150px;
}

.shop-banner .shop-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #178e6b;
    margin-top: -110px;
}

.shop-banner .shop-head {
    gap: 20px;
}

.shop-banner .shop-head h2 {
    font-size: 36px;
    margin-bottom: 0px;
}

.shop-banner .shop-head span {
    font-size: 15px;
}
.tags-inner a {
    color: #fff;
    background: #178e6b;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 22px;
    display: inline-block;
    border-radius: 30px;
    margin: 0 4px 9px 0;
}
.shop-banner .shop-meta {
    display: flex;
}

.shop-meta {
    margin-top: auto;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.shop-banner .shop-meta .meta-row {
    width: 50%;
}
.shop-product-listing .col-md-4 {
    width: 25%;
    display: flex;
}
.shop-product-listing .col-md-4 .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.shop-product-listing .card-img-top {
    height: 250px;
}
.shop-container{
    margin-bottom: 50px;
}
.card-img-outer {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card-img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
input[type="submit"]:disabled {
    opacity: .5;
    pointer-events: none;
}
.card-hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #14a178cf;
    height: 100%;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    display: none;
}

.card-hover p {
    margin: 0;
    font-size: 13px;
}

.card-hover .c-btn {
    width: 100%;
    margin-bottom: 0;
}
.c-btn:hover{
    background: #178E6B;
    color: #fff;
}
.hover-inner {
    display: flex;
    flex-direction: column;
}
article.nv-single-post-wrap {
    border-radius: 30px;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.21);
}

.single-post-container.single-post-container {
    margin-top: 50px;
}

.nv-single-post-wrap .entry-header {
    margin-top: 10px !important;
}

.nv-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-thumb-wrap {
    height: 300px;
    overflow: hidden;
    border: 1px solid rgba(40, 45, 50, 0.1);
    border-radius: 30px;
}

.nv-is-boxed.comment-respond {
    background: transparent;
    padding: 0;
}

body form textarea {
    border: 1px solid rgba(40, 45, 50, 0.1);
    border-radius: 30px;
    background: transparent;
}
#comments input:not([type=submit]):not([type=checkbox]) {
    background: transparent;
    border-radius: 30px;
      border: 1px solid rgba(40, 45, 50, 0.1);
}
.nv-sidebar-wrap.nv-sidebar-wrap {
    padding-top: 0;
}

.nv-sidebar-wrap h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.widget.widget_block {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.wp-block-latest-posts a {
    color: #000;
}
.wp-block-latest-posts li {
    padding-left: 80px;
    position: relative;
    margin-top: 15px;
}

.wp-block-latest-posts__featured-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    overflow: hidden;
}

.wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-latest-posts a {
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

.wp-block-latest-posts__post-date {
    color: #666;
}
.tags-label{
      font-size: 12px;
    margin-top: 15px;
    color: #999;
}
.searchform .tags-inner {
    margin-top: 10px;
}
.widget.widget_block {
    border: 0;
    padding: 0;
}

.footer-bottom .builder-item:nth-child(2) {display: none;}

ul.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    justify-content: center;
}
.listing-empty {
    text-align: center;
    width: 100%;
}
ul.social-icons li {
    font-size: 25px;
    margin: 0;
}

.footer-bottom {
    margin-bottom: 25px;
    margin-top: 25px;
}

.footer-bottom .widget.widget_block {
    margin-bottom: 10px;
}
.footer-bottom p {
    color: #666;
    font-size: 12px;
}
.pac-container:after{
    display: none;
}
.faq-section {
    padding: 5rem 15px;
}
.like-emoji:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    background: url(images/like-emoji.png)no-repeat center/contain;
}
.store-secription {
    padding-top: 15px;
}
.like-emoji {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: bold;
    gap: 8px;
}
.tags-inner a.active {
    background: #127050;
    color: #fbb03c;
}
.faq-list {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
}
.faq-section p {
    margin-bottom: 10px;
}

.faq-section h2 {
    margin: 1rem 0;
    font-size: 1.6rem;
}

.faq-section h2:first-of-type {
    border-top: 0;
}
.shops-listing.featured .shops-item {
    border: 1px solid #f3f3f3;
}
.searchform .tags-inner br {
    display: none;
}

.searchform p {
    margin-bottom: 0;
}


/* product detail */
.product-inner {
    display: flex;
    gap: 50px;
    margin: 40px 0 90px 0;
    padding: 0;
    overflow: hidden;
}

.product-left, .product-right {
    width: 50%;
}
.product-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
form.product-right {
    background: #178E6B;
    color: #fff;
    padding: 30px;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.image-inner{
 position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
}


.coupon-inner {
    background: rgb(255 255 255 / 10%);
    border-radius: 12px;
    display: flex;
    overflow: hidden;
}

.coupon-inner.coupon-inner input {
    background: transparent;
    border: none;
    padding: 10px 20px;
    flex-grow: 1;
    color: #fff;
}

.coupon-inner button {
    background: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.coupon-inner input::placeholder{
    color: #fff;
}
.coupon-inner button:hover{
     background: #FBB03C !important;
}
.addToCart.addToCart {
    background: #FBB03C;
    padding: 16px 44px 16px 44px;
    /* width: 100%; */
    border-radius: 50px;
    margin-top: 10px;
    font-size: 16px;
}
input.cart.addToCart {
    width: 100%;
}
.addToCart.addToCart:hover{
    opacity: 0.8;
    background: #FBB03C !important;
}
input#price-range {
    width: 100%;
}

.range-button {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.range-plus, .range-minus {
    width: 40px;
    cursor: pointer;
}

#slider-value {
    flex-grow: 1;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.price-range label {
    margin-bottom: 10px;
}

.price-range {
    margin-top: 25px;
}


/* Base styles for the range input */
input[type="range"] {
  width: 100%; /* Set the width of the slider */
  height: 10px; /* Set the height of the slider */
  background: #FBB03C; /* Set the background color of the slider track */
  border: none; /* Remove the default border */
  border-radius: 5px; /* Add rounded corners to the slider track */
  outline: none; /* Remove the default focus outline */
  appearance: none; /* Remove the default appearance */
  margin: 0; /* Remove any default margin */
  padding: 0; /* Remove any default padding */
}

/* Style the slider thumb (the draggable handle) */
input[type="range"]::-webkit-slider-thumb {
  width: 30px; /* Set the width of the thumb */
  height: 30px; /* Set the height of the thumb */
  background: #178E6B; /* Set the background color of the thumb */
  border: none; /* Remove the default border */
  border-radius: 50%; /* Make the thumb circular */
  cursor: pointer; /* Add a pointer cursor */
  -webkit-appearance: none; /* Remove the default appearance */
  border: 8px solid #ffffff;
  margin-top: -10px;
}

/* Style the slider thumb for Firefox */
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #178E6B;
  border: none;
  border-radius: 50%;
  cursor: pointer;
    border: 8px solid #ffffff;
  margin-top: -10px;
}

/* Style the slider track (the area between the thumb and the start of the slider) */
input[type="range"]::-webkit-slider-runnable-track {
  background: #FBB03C; /* Set the background color of the track */
  height: 10px; /* Set the height of the track */
  border-radius: 5px; /* Add rounded corners to the track */
}

/* Style the slider track for Firefox */
input[type="range"]::-moz-range-track {
  background: #FBB03C;
  height: 10px;
  border-radius: 5px;
}

/* Style the slider tick marks (optional) */
input[type="range"]::-webkit-slider-thumb:after {
  content: " "; /* Add a space to create a visible tick mark */
  position: absolute;
  top: -5px; /* Adjust the vertical position of the tick mark */
  left: 50%; /* Center the tick mark horizontally */
  transform: translateX(-50%); /* Center the tick mark horizontally */
  background: #007bff; /* Set the color of the tick mark */
  width: 2px; /* Set the width of the tick mark */
  height: 10px; /* Set the height of the tick mark */
  border-radius: 2px; /* Add rounded corners to the tick mark */
}

/* Style the slider tick marks for Firefox */
input[type="range"]::-moz-range-thumb:after {
  content: " ";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #007bff;
  width: 2px;
  height: 10px;
  border-radius: 2px;
}








@media all and (max-width: 767px){
    div#map {
    position: relative !important;
    height: 270px;
    order: -1;
}
.product-inner{
    flex-wrap: wrap;
}
.product-left, .product-right{
    width: 100%;
}
.page-container {
    flex-wrap: wrap;
    overflow: initial;
        height: auto;
}

.left-listing, div#map {
    width: 100%;
}

body>.wrapper:not(.et-fb-iframe-ancestor) {
    overflow: initial;
}

.faq-section {
    padding: 1rem 15px;
}
.shops-item {
    width: calc(50% - 14px);
}
.shop-banner .shop-img {
    width: 100px;
    height: 100px;
    margin-top: -40px;
}

.banner-inner {
    transform: translateY(60px);
}

.shop-banner .shop-head h2 {
    font-size: 22px;
}

.shop-banner .shop-meta {
    flex-wrap: wrap;
}

.shop-banner .shop-meta .meta-row {
    width: 100%;
}

.shop-banner {
    margin-bottom: 100px;
}

.shop-product-listing .col-md-4 {
    width: 50%;
}

.shop-product-listing .card-img-top {
    height: 80px;
}

.content-inner {
}

.filer-tags {
    padding: 0 10px;
}

.filer-tags {
    margin-bottom: 0;
}

.row.shop-product-listing {
    margin: 0 -20px;
}

h5.card-title {
    line-height: 1.3;
}

.shop-product-listing .col-md-4 .card {
    margin-bottom: 0;
}
}

@media all and (max-width: 600px){
    .shops-item {
    width: 100%;
}
}

/*16-10-2023 new task css start*/
.page-id-541, .page-template-delivery-details, .page-template-order-success, .page-template-payment-details {
    background-color: #fff;
}
.header {
    border-bottom: 1px solid #EDEDED;
}
.hfg-slot.right .component-wrap .button-primary {
    width: 140px;
}
.elementor-widget-icon-list .elementor-icon-list-item > a {
    font-family: "Lexend Deca", sans-serif !important;
}
/*single product page css start*/
/* .page-template-single-product .container {
    max-width: 1448px;
} */
.product-inner.cst_product_content {
    box-shadow: none;
}
.cst_product_content form.product-right {
    background-color: transparent;
}
.cst_product_content .product-desc h1 {
    color: #212529;
    font-size: 34px;
    margin-bottom: 15px;
}
.cst_product_content .cst_category {
    padding: 8px 20px;
    border-radius: 32px;
    background: rgba(23, 142, 107, 0.20);
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #178E6B;
    font-weight: 700;
}
.cst_product_content .product-info {
    color: #868E96;
}
.cst_product_content .price-range label {
    color: #212529;
    display: block;
    font-weight: 600;
}
.cst_product_content .range-button {
    margin-top: 20px;
    justify-content: space-between;
}
.cst_product_content .range-button span {
    color: #212529;
    display: flex;
    justify-content: center;
}
.cst_product_content .range-button .cst_price_change p {
    margin-bottom: 0px;
}
.cst_product_content .range-button .cst_price_change {
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}    
.cst_product_content .range-button svg path {
    stroke: #212529;
}
.cst_product_content .coupon-code input {
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
    color: #989898;
    margin-right: 10px;
}
.cst_product_content .coupon-code input::-webkit-input-placeholder { 
    color: #989898;
}
.cst_product_content .coupon-code input::-moz-placeholder {
    color: #989898;
}
.cst_product_content .coupon-code input:-ms-input-placeholder {
    color: #989898;
}
.cst_product_content .coupon-code input:-moz-placeholder {
    color: #989898;
}
.cst_product_content .coupon-code button {
    color: #178E6B;
    border-radius: 15px;
}
.cst_product_content .coupon-code button:hover {
    color: #fff;
}
.cst_product_content input[type="range"] {
    width: 100%; 
    height: 5px; 
    background: #FBB03C; 
    border: none; 
    border-radius: 5px; 
    outline: none; 
    appearance: none; 
    margin: 0; 
    padding: 0; 
}
.cst_product_content input[type="range"]::-webkit-slider-thumb {
    width: 30px; 
    height: 30px; 
    background: #fff; 
    border: none; 
    border-radius: 50%; 
    cursor: pointer; 
    -webkit-appearance: none; 
    border: 8px solid #178E6B;
    margin-top: -10px;
}
.cst_product_content input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    border: 8px solid #178E6B;
    margin-top: -10px;
}
.cst_product_content input[type="range"]::-moz-range-track {
    background: #FBB03C;
    height: 5px;
    border-radius: 5px;
}
.cst_product_content input[type="range"]::-webkit-slider-thumb:after {
    content: " "; 
    position: absolute;
    top: -5px; 
    left: 50%; 
    transform: translateX(-50%); 
    background: #007bff; 
    width: 2px; 
    height: 10px;
    border-radius: 2px; 
}
.cst_product_content input[type="range"]::-moz-range-thumb:after {
    content: " ";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #007bff;
    width: 2px;
    height: 10px;
    border-radius: 2px;
}
.cst_product_content .product-right .single_cart {
    background: #FBB03C;
    padding: 15px 20px;
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}    
.cst_product_content .product-image {
    margin-bottom: 30px;
    height: auto;
    padding-bottom: 0px;
}
.cst_product_content .product-image .image-inner {
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.cst_product_content .product-image .image-inner img {
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.cst_product_image {
    display: flex;
    gap: 20px;
}
.cst_product_image .cst_product_thumbnail {
    width: 25%;
    height: auto;
    border-radius: 20px;
    background-color: #DADADA;
    cursor: pointer;
    border: 1px solid #DADADA;
}
.cst_product_image .cst_product_thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.cst_product_image .slick-current.slick-active .cst_product_thumbnail {
    border: 1px solid #178E6B;
}
.cst_product_image .slick-track {
    display: flex;
    column-gap: 10px;
}
.cst_product_content .product-image .next-arrow {
    left: auto;
    right: 0;
}
.cst_product_content .product-image .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background: #FBB03C;
    padding: 5px 10px;
}
.cst_product_content .product-image .slick-arrow i {
    vertical-align: middle;
}
.cst_product_content .cst_product_image [tabindex="-1"]:focus {
    box-shadow: none;
    outline: 0;
}
.coupon_code_msg:empty {
    display: none;
}
.coupon_code_msg {
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 3px 0px;
    border-radius: 32px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.cst_product_text p {
    color: #04040D;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cst_product_content .product-desc h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .cst_product_content form.product-right {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .cst_product_content .product-desc h1 {
        font-size: 24px;
    }
    .cst_product_content .product-image {
        margin-bottom: 10px;
    }
    .cst_product_content .product-image .slick-arrow i {
        vertical-align: baseline;
    }
    .cst_product_content .product-left .cst_product_image {
        display: none;
    }
    .cst_product_content .slick-dots li button:hover, .slick-dots li button:focus {
        background: transparent !important;
        box-shadow: none;
    }
    .cst_product_content .slick-dots li button:before {
        color: #FBB03C;
    }
    .cst_product_content .slick-dots li.slick-active button:before {
        color: #178E6B;
    }
}
/*cart page css start*/
.cart-detail {
    margin: 48px 0px 100px 0px;
}
.cst_cart_heading {
    margin-bottom: 30px;
}
.cst_cart_back {
    display: flex;
    color: #868E96;
    font-size: 16px;
    gap: 4px;
    align-items: center;
}
.cst_cart_heading h2 {
    font-size: 22px;
    color: #282D32;
}
.payment-options .radio-input {
    /* display: flex;
    gap: 20px; */
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.payment-options .radio-input input {
    width: 20px;
}
.cst_cart_row {
    display: flex;
    gap: 30px;
}
.cst_cart_row .cst_cart_left {
    width: 60%;
}
.cst_cart_row .cst_cart_left .cst_form_cart {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 {
    width: 48%;
    margin-bottom: 20px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input {
    width: 100%;
    border-radius: 61px;
    border: 1px solid #DADADA;
    background-color: transparent;
    height: 55px;
    padding-left: 50px;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif !important;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input.name {
    background: url(/wp-content/uploads/2023/10/profile.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input.address {
    background: url(/wp-content/uploads/2023/10/location.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input.country {
    background: url(/wp-content/uploads/2023/10/global.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input.phone {
    background: url(/wp-content/uploads/2023/10/call.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 input.date {
    background: url(/wp-content/uploads/2023/10/calendar.png);
    background-repeat: no-repeat;
    background-position: 16px;
    cursor: pointer;
    color: #989898;
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 textarea.message {
    background: url(/wp-content/uploads/2023/10/message.png);
    background-repeat: no-repeat;
    background-position: 16px 12px
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 textarea.note {
    background: url(/wp-content/uploads/2023/10/note.png);
    background-repeat: no-repeat;
    background-position: 16px 12px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 input.address {
    background: url(/wp-content/uploads/2023/10/location.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input.email {
    background: url(/wp-content/uploads/2023/10/mail.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 input.pincode {
    background: url(/wp-content/uploads/2023/10/pin.png);
    background-repeat: no-repeat;
    background-position: 16px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 {
    margin-bottom: 20px;
    width: 100%;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 .cst_form_input {
    width: 100%;
    border-radius: 61px;
    border: 1px solid #DADADA;
    background-color: transparent;
    height: 55px;
    padding-left: 50px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 textarea {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #DADADA;
    height: 150px;
    padding-left: 50px;
    color: #989898;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 select {
    border-radius: 15px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #DADADA;
    background-position: 98%;
    color: #989898;
    padding-left: 20px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 select:focus {
    outline: none;
    box-shadow: none;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100.cst_checkbox_100 {
    display: flex;
    align-items: center;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 .cst_checkbox {
	width: 20px;
	height: 20px;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 5px;
	outline: 0;
    cursor: pointer;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 .cst_checkbox:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	margin: -2px auto 0;
	border-radius: 2px;
	border: 1px solid #dadada;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 .cst_checkbox:checked:before {
	background: #178E6B;
    border: 1px solid #178E6B;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 .cst_checkbox:checked:after {
	content: "";
	font-weight: 300;
	display: block;
	margin-top: -16px;
	margin-left: 4px;
	color: #fff;
	font-size: 14px;
	background: url(/wp-content/uploads/2023/10/checkmark.png) no-repeat;
	width: 12px;
	height: 12px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 label {
    font-size: 18px;
    color: #212529;
    font-weight: 400;
    margin-left: 10px;
}
.cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 label a {
    font-weight: 500;
    color: #FBB03C;
}
.cst_sender_details {
    margin: 10px 0px 10px 0px;
}
.cst_cart_row .cst_cart_right {
    width: 40%;
}
.cst_cart_row .cst_cart_right .cst_cart_summary {
    padding: 20px;
    border-radius: 14px;
    background-color: #F6F6F6;
}
.cst_cart_summary h3 {
    font-size: 20px;
    color: #28282E;
    margin-bottom: 20px;
}
.cst_cart_product {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
    justify-content: space-between;
}
.cst_cart_product .cst_cart_proimage {
    width: 100px;
}
.cst_cart_product .cst_cart_proimage .image-box {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 8px;
}
.cst_cart_product .cst_cart_proimage .image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cst_cart_product .cst_cart_prodetail h4 {
    margin-bottom: 7px;
    line-height: 16px;
}
.cst_cart_product .cst_cart_prodetail h4 a {
    font-size: 18px;
    color: #212529;
    text-decoration: none;
}
.cst_cart_product .cst_cart_prodetail p {
    font-size: 16px;
    color: #178E6B;
    font-weight: 700;
    margin-bottom: 0px;
}
.cst_cart_product .cst_cart_proprice {
    width: 130px;
    text-align: right;
}
.cst_cart_product .cst_cart_proprice p span {
    font-size: 13px;
    color: #A0A0A7;
    margin-left: 4px;
    font-weight: 500;
}
.cst_cart_product .cst_cart_proprice p {
    font-size: 20px;
    color: #178E6B;
    font-weight: 700;
    margin-bottom: 0px;
}
.cst_cart_summary .cst_cart_subtotal, .cst_cart_summary .cst_cart_discount, .cst_cart_summary .cst_cart_deliver {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cst_cart_summary .cst_cart_subtotal span, .cst_cart_summary .cst_cart_discount span, .cst_cart_summary .cst_cart_deliver span {
    font-size: 18px;
    font-weight: 400;
    color: #A0A0A7;
}
.cst_cart_summary .cst_cart_subtotal p, .cst_cart_summary .cst_cart_discount p, .cst_cart_summary .cst_cart_deliver p {
    margin-bottom: 0px;
    font-size: 20px;
    color: #212529;
    font-weight: 700;
}
.cst_cart_summary .cst_cart_subtotal p span {
    font-size: 14px;
    margin-right: 5px;
}
.cst_cart_summary .cst_cart_subtotal p span.product_regular_price {
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    margin-right: 0px;
}
.cst_cart_summary .cst_divider {
    width: 100%;
    height: 1px;
    border: 1px dotted #C7C7C7;
    margin-bottom: 20px;
}
.cst_cart_summary .cst_cart_total {
    display: flex;
    justify-content: space-between;
}
.cst_cart_summary .cst_cart_total span {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}
.cst_cart_summary .cst_cart_total p {
    font-size: 20px;
    font-weight: 700;
    color: #178E6B;
    margin-bottom: 0px;
}
.cst_cart_summary .addToCart {
    margin-top: 20px;
    background: #FBB03C;
    padding: 15px 20px;
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.flatpickr-innerContainer {
    justify-content: center;
}
.cst_cart_summary .cart_full_price {
    display: flex;
    align-items: baseline;
}
.cst_cart_summary .cart_full_price span {
    font-size: 13px;
    color: #A0A0A7;
    margin-left: 4px;
    font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1142px) {
    .cst_cart_row .cst_cart_left .cst_form_cart {
        column-gap: 22px;
    }
    .elementor-579 .elementor-element.elementor-element-cd1a1c2 .elementor-heading-title { 
        font-size: 46px;
    }
}
@media screen and (max-width: 991px) {
    .cst_cart_row {
        flex-wrap: wrap;
    }
    .cst_cart_row .cst_cart_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .cst_cart_row .cst_cart_right {
        width: 100%;
    }
    .cst_cart_row .cst_cart_left .cst_form_cart .cst_form_50 {
        width: 100%;
    }
    .cst_cart_summary .cst_cart_subtotal span, .cst_cart_summary .cst_cart_discount span, .cst_cart_summary .cst_cart_deliver span {
        font-size: 16px;
    }
    .cst_cart_summary .cst_cart_subtotal p, .cst_cart_summary .cst_cart_discount p, .cst_cart_summary .cst_cart_deliver p {
        font-size: 18px;
    }
    .cst_cart_summary .cst_cart_subtotal p span.product_regular_price {
        font-size: 18px;
    }
    .cst_cart_summary .cst_cart_total span, .cst_cart_summary .cst_cart_total p {
        font-size: 18px;
    }
    .cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 label {
        font-size: 14px;
    }
    .cst_cart_product {
        justify-content: flex-start;
    }
    .cst_cart_product .cst_cart_proprice {
        margin-left: auto;
    }
    .cst_cart_product {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 440px) {
    .cst_cart_product .cst_cart_proimage {
        width: 80px;
    }
    .cst_cart_product .cst_cart_proimage .image-box {
        height: 80px;
    }
}
@media screen and (max-width: 380px) {
    .cst_cart_row .cst_cart_left .cst_form_cart .cst_form_100 .cst_checkbox {
        width: 28px;
    }
}
/*order success page css start*/
.order_success {
    margin: 60px 0px 79px;
}
.order_success .order_content {
    max-width: 928px;
    margin: 0 auto;
    border-radius: 44px;
    border: 1px solid #E9E9F0;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
}
.cst_order_success {
    text-align: center;
}
.cst_order_success img {
    margin-bottom: 20px;
}
.cst_order_success h1 {
    font-size: 32px;
    color: #04040D;
    font-weight: 700;
    margin-bottom: 14px;
}
.cst_order_success p {
    margin: 0px;
    font-size: 18px;
    color: #7E7E84;
}
.cst_success_order {
    margin-top: 40px;
}
.cst_success_order .cst_success_detail {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px dashed #DBDBE2;
}
.cst_success_order .cst_success_detail:first-child {
    display: flex;
    flex-wrap: wrap;
}
.cst_success_order .cst_success_detail:first-child .cst_success_item {
    width: 50%;
}
.cst_success_order .cst_success_detail:first-child .cst_success_item:last-child a {
    display: block;
    text-align: right;
}
.cst_success_order .cst_success_detail:last-child {
    margin-bottom: 40px;
}
.cst_success_order .cst_success_detail h2 {
    font-size: 18px;
    color: #7E7E84;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
}
.cst_success_order .cst_success_detail p {
    margin: 0px;
    font-size: 22px;
    color: #04040D;
    font-weight: 700;
}
.cst_success_order .cst_success_detail:last-child p {
    margin-bottom: 12px;
}
.cst_success_order .cst_success_detail a.cst_track_order {
    font-size: 20px;
    color: #178E6B;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cst_success_product {
    padding-bottom: 40px;
    border-bottom: 1px dashed #DBDBE2;
}
.cst_success_product .cst_product_content {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
}
.cst_success_product .cst_product_content:last-child {
    margin-bottom: 0px;
}
.cst_success_product .cst_product_content .cst_product_proimage {
    width: 100px;
    height: 100px;
    background-color: #0B8763;
    border-radius: 12px;
}
.cst_success_product .cst_product_content .cst_product_proimage .image-box {
    height: 100%;
    width: 100%;
}
.cst_success_product .cst_product_content .cst_product_proimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cst_success_product .cst_product_content .cst_product_prodetail h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 22px;
}
.cst_success_product .cst_product_content .cst_product_prodetail h4 a {
    color: #212529;
    font-size: 22px;
    text-decoration: none;
}
.cst_success_product .cst_product_content .cst_product_prodetail p {
    color: #A0A0A7;
    margin-bottom: 0px;
    font-size: 16px;
}
.cst_success_product .cst_product_content .cst_product_proprice {
    margin-left: auto;
}
.cst_success_product .cst_product_content .cst_product_proprice p {
    color: #28282E;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}
.cst_success_subtotal {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DBDBE2;
    display: flex;
    align-items: center;
}
.cst_success_subtotal span {
    font-size: 20px;
    color: #04040D;
    font-weight: 700;
}
.cst_success_subtotal p {
    margin: 0px;
    font-size: 20px;
    color: #04040D;
    font-weight: 700;
    margin-left: auto;
}
.cst_success_price {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DBDBE2;
}
.cst_success_price .cst_success_alltotal {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cst_success_price .cst_success_alltotal:last-child {
    margin-bottom: 0px;
}
.cst_success_price .cst_success_alltotal span {
    font-size: 16px;
    color: #7E7E84;
    font-weight: 400;
}
.cst_success_price .cst_success_alltotal p {
    margin: 0px;
    font-size: 20px;
    color: #212529;
    font-weight: 700;
    margin-left: auto;
}
.cst_success_grandtotal {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.cst_success_grandtotal span {
    font-size: 20px;
    color: #04040D;
    font-weight: 700;
}
.cst_success_grandtotal p {
    margin: 0px;
    font-size: 22px;
    color: #178E6B;
    font-weight: 700;
    margin-left: auto;
}
.order_success .cst_product_proprice, .order_success .cart_full_price {
    display: flex;
    align-items: baseline;
    margin-left: auto;
}
.order_success .cst_product_proprice span, .order_success .cart_full_price span {
    font-size: 13px;
    color: #A0A0A7;
    margin-left: 4px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .cst_success_subtotal span, .cst_success_subtotal p, .cst_success_price .cst_success_alltotal p {
        font-size: 16px;
    }
    .cst_order_success h1 {
        font-size: 17px;
    }
    .cst_order_success p {
        font-size: 16px;
    }
    .cst_success_order .cst_success_detail h2 {
        font-size: 18px;
    }
    .cst_success_order .cst_success_detail p {
        font-size: 16px;
    }
    .cst_success_order .cst_success_detail a.cst_track_order {
        font-size: 16px;
    }
    .cst_success_product .cst_product_content {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 420px) {
    .cst_success_product .cst_product_content .cst_product_proprice {
        margin-left: 0px;
    }
}
/*payment page css start*/
.page-template-payment-details .cst_payment_option .cst_payment_form {
    margin-top: 15px;
}
.page-template-payment-details .cst_cart_left .cst_form_cart {
    display: flex; 
}
.page-template-payment-details .cst_cart_left .cst_payment_option {
    margin-bottom: 0px;
    padding: 0px 0px 15px;
}
.cst_payment_option label {
    font-size: 18px;
    color: #2E3233;
    font-weight: 700;
    margin-left: 7px;
    cursor: pointer;
}
.page-template-payment-details .cst_cart_left .cst_payment_option input[type=radio] {
	position: relative;
	margin-right: 15px;
	cursor: pointer;
}
.page-template-payment-details .cst_cart_left .cst_payment_option input[type=radio]:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #E0E0E0;
	background: #fff;
	border-radius: 50px;
	top: -4px;
	left: 0;
}
.page-template-payment-details .cst_cart_left .cst_payment_option input[type=radio]:checked:before {
    border: 1px solid #178E6B;
}
.page-template-payment-details .cst_cart_left .cst_payment_option input[type=radio]:checked:after {
	position: absolute;
    margin-top: 2px;
    border: 5px solid #178E6B;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    top: -1px;
    left: 5px;
}
/* .page-template-payment-details .cst_cart_left .cst_payment_option input[type=radio] + label + .cst_payment_form {
    display: none;
}
.page-template-payment-details .cst_cart_left .cst_payment_option input[type=radio]:checked + label + .cst_payment_form {
    display: block;
} */
.page-template-payment-details .cst_cart_left .cst_payment_option .cst_form_cart .cst_form_50 input {
    padding-left: 30px;
}
.cst_cart_summary .coupon-code {
    margin-bottom: 20px;
}
.cst_cart_summary .coupon-inner {
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgba(218, 218, 218, 0.60);
    background: #FFF;
}
.cst_cart_summary .coupon-inner input {
    color: #AAADB0;
    width: 100%;
}
.cst_cart_summary .coupon-inner input::-webkit-input-placeholder { 
    color: #AAADB0;
}
.cst_cart_summary .coupon-inner input::-moz-placeholder {
    color: #AAADB0;
}
.cst_cart_summary .coupon-inner input:-ms-input-placeholder {
    color: #AAADB0;
}
.cst_cart_summary .coupon-inner input:-moz-placeholder {
    color: #AAADB0;
}
.cst_cart_summary .coupon-inner button {
    border-radius: 15px;
    background-color: transparent;
    color: #178E6B;
    width: 100px;
}
.cst_cart_summary .coupon-inner button:hover {
    color: #fff;
}
.cst_payment_stripe h5 {
    margin-bottom: 5px;
}
.cst_delivery_details .cst_form_3 {
    display: flex;
    gap: 15px;
}
@media screen and (max-width: 767px) {
    .cst_delivery_details .cst_form_3 {
        gap: 0px;
        flex-wrap: wrap;
    }
}
.stripe-button-el {
    display: none !important;
}
.order_success .addToCart {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.cst_payment_image {
    margin-top: 30px;
    /* display: flex;
    flex-wrap: wrap;
    gap: 49px; */
}
/* .cst_payment_image img {
    max-width: 70px;
} */
@media screen and (max-width: 767px) {
    /* .cst_payment_image img {
        max-width: 40px;
    } */
    .cst_payment_image {
        gap: 10px;
    }
}
.shop-container .app-modal, .shop-container .modal-overlay {
    display: none !important;
}
.shop-product-listing .col-md-4 .card a {
    text-decoration: none;
}
.shop-product-listing .col-md-4 .card ul li {
    color: #65696D;
}
/* .page-template-delivery-details .flatpickr-day.today {
    border: none;
    cursor: not-allowed;
    color: rgba(57,57,57,0.1);
} 
.page-template-delivery-details .flatpickr-day.today:hover {
    border-color: none;
    background: transparent;
    color: rgba(57,57,57,0.1);
}    */
.page-template-payment-details .cst_cart_left .addToCart.disabled {
    cursor: not-allowed;
    opacity: 0.8;
}
/* .page-template-payment-details .cst_cart_left .addToCart {
    border-radius: 50px;
    font-size: 22px;
    padding: 17px 20px;
} */
/*16-10-2023 new task css end*/
/*22-11-2023 new home page css start*/
.cst_custom_border {
    position: relative;
}
.cst_custom_border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background: #ccc;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.home .elementor-widget-counter .elementor-counter-number-wrapper {
    font-family: "Lexend Deca", sans-serif;
}
.home .elementor-widget-counter .elementor-counter-title {
    font-family: "Lexend Deca", sans-serif;
    text-align: left;
}
.cst_news_heading h6.elementor-heading-title {
    display: inline-block;
    position: relative;
}
.cst_news_heading h6.elementor-heading-title:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2023/11/title_before_image.png);
    width: 29px;
    height: 29px;
    top: -7px;
    left: -34px;
}
.home .cst_news_articles .eael-entry-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}
.home .cst_news_articles .eael-entry-wrapper .eael-entry-footer {
    order: 1;
}
.home .cst_news_articles .eael-entry-wrapper .eael-entry-header {
    order: 2;
    width: 100%;
}
.home .cst_news_articles .eael-entry-wrapper .eael-entry-content {
    order: 3;
}
.cst_news_articles .eael-entry-wrapper .eael-entry-header .eael-entry-title, .cst_news_articles .eael-entry-wrapper .eael-entry-header .eael-entry-title a {
    font-size: 21px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cst_news_articles .eael-entry-wrapper .eael-entry-content .eael-grid-post-excerpt p {
    margin-bottom: 15px;
    font-family: "Lexend Deca", sans-serif;
}
.cst_news_articles .eael-entry-media .eael-entry-overlay {
    padding: 20px 20px 0px 20px;
}
.cst_news_articles .eael-entry-media img {
    padding: 20px;
    border-radius: 40px;
}
.cst_news_articles .eael-entry-meta .eael-posted-on {
    font-family: "Lexend Deca", sans-serif;
}
.cst_home_search .searchform p {
    text-align: center;
    margin-top: 20px;
}
.cst_home_search .searchform p .tags-label {
    font-size: 14px;
    color: #F1F3F5;
    font-weight: 400;
}
.cst_home_search .searchform .tags-inner {
    text-align: center;
}
.cst_home_search .searchform .tags-inner a {
    background-color: #2AA984;
}
.cst_home_search .searchform input[type="submit"]:hover {
    background-color: #2AA984 !important;
}
.cst_home_search .searchform input[type="submit"] {
    margin-top: 0px;
    height: 72px;
    border-radius: 61px;
}
.cst_search_form {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}
.cst_search_form .form-field input {
    border-radius: 61px !important;
    border: 1px solid #45A589 !important;
    background: url(/wp-content/uploads/2023/11/search.png) #FFF !important;
    background-repeat: no-repeat !important;
    color: #212529 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 24px 24px 24px 57px !important;
    height: 72px !important;
    background-position: 4% !important;
}
.cst_search_form_section {
    position: relative;
    overflow: hidden;
}
.cst_search_form_section:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2023/11/search_bottom.png);
    width: 321px;
    height: 186px;
    left: 0;
    bottom: 0;
}
.cst_custom_shops .shop-name .like-emoji {
    display: none;
}
.cst_custom_shops .shop-head {
    padding-bottom: 0px;
}
.cst_custom_shops .shop-meta {
    padding-top: 0px;
    border-top: none;
}
.cst_custom_shops .shop-name h2 {
    font-size: 20px;
    color: #212529;
    font-weight: 700;
}
.cst_custom_shops .meta-row {
    margin-top: 15px;
}
.cst_custom_shops .meta-row .meta-address label:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/green-location.svg)no-repeat center/contain;
    position: absolute;
    left: -20px;
    top: -1px;
}
.cst_custom_shops .meta-row .meta-address {
    margin-bottom: 10px;
}
.cst_custom_shops .meta-row .meta-time label:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/green-clock.svg)no-repeat center/contain;
    position: absolute;
    left: -20px;
    top: -1px;
}
.cst_custom_shops .meta-row span {
    padding-left: 10px;
    font-size: 16px;
    color: #495057;
    font-weight: 400;
}
.cst_custom_shops .card-hover {
    position: static;
    display: block;
    height: auto;
    padding: 0;
    background: transparent;
}
.cst_custom_shops .card-hover a {
    background-color: #FBB03C;
    margin-top: 15px !important;
}
.cst_custom_shops .card-hover a:hover {
    background-color: #14a178cf;
}
.cst_custom_shops .shops-listing {
    padding-left: 0px;
    padding-right: 0px;
}
.cst_custom_shops .shops-listing.featured .shops-item {
    border: 1px solid rgba(0,0,0,.1);
}
.cst_bottom_heading h6 {
    display: flex;
    align-items: center;
    gap: 9px;
}
.cst_custom_shops .shop-img {
    width: 100%;
    height: 245px;
    border-radius: 24px;
    overflow: hidden;
}
.cst_custom_shops .shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cst_custom_shops .shop-head {
    gap: 16px;
}
@media screen and (min-width: 681px) and (max-width: 992px) {
    .cst_search_form_section:after {
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: bottom left;
    }  
}
@media screen and (max-width: 680px) {
    .cst_search_form_section:after {
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: bottom left;
    }    
    .cst_search_form {
        flex-wrap: wrap;
    }
    .cst_search_form .form-field input {
        height: 56px !important;
        background-position: 5% !important;
        padding: 24px 24px 24px 47px !important;
    }   
    .cst_home_search .searchform input[type="submit"] {
        height: 56px;
        min-width: 100%;
    }   
}
/*22-11-2023 new home page css end*/
.nav-ul li.nv-active>.wrap .caret, .nav-ul li.nv-active>.wrap>a {
    color: #178E6B !important;
    font-weight: 600;
}
/*22-11-2023 new search shop page css start*/
.page-template-listing .left-listing .shops-listing {
    flex-direction: column;
}
.page-template-listing .left-listing .shops-listing .shops-item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    /* gap: 15px; */
    border: 1px solid #E9ECEF;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}
.page-template-listing .left-listing .shops-listing .shops-item:hover {
    box-shadow: 0px 14px 64px 0px rgba(0, 0, 0, 0.07);
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_image_section {
    width: 25%;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_image_section .shop-head {
    padding-bottom: 0px;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section h2 {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0px;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section {
    width: 75%;
    padding-left: 15px;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .shop-meta {
    border-top: none;
    padding-top: 0px;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .shop-meta .meta-address span {
    padding-left: 3px;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .shop-meta .meta-address img {
    vertical-align: top;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .card-hover {
    position: static;
    display: block;
    height: auto;
    padding: 0;
    background: transparent;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .card-hover a.bordered {
    border: 1px solid #178E6B;
    color: #178E6B;
    margin-top: 0px;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .card-hover .hover-inner {
    flex-direction: row;
    gap: 9px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.page-template-listing .left-listing .shops-item .hover-inner .c-btn {
    margin-top: 0px;
    width: 200px;
}
.page-template-listing .left-listing .shops-item .hover-inner .c-btn img {
    vertical-align: middle;
}
.page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .card-hover a.bordered:hover {
    color: #fff;
}
.page-template-listing .left-listing .shop-name .like-emoji {
    display: none;
}
.page-template-listing .left-listing .meta-row label:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(images/small-location.svg)no-repeat center/contain;
    position: absolute;
    left: -20px;
    top: 1px;
}
.page-template-listing .meta-row {
    padding-left: 0px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.page-template-listing .store-rating span {
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}
.page-template-listing .store-rating span img {
    vertical-align: top;
    margin-right: 3px;
}
.page-template-listing .faq-list {
    display: flex;
    gap: 15px;
    border: 1px solid #E9ECEF;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px;
}
.page-template-listing .faq-list .faq-icon-section {
    width: 6%;
}
.page-template-listing .faq-list .faq-list-section {
    width: 94%;
}
.page-template-listing .faq-list .faq-list-section h2 {
    margin-top: 0px;
    font-size: 20px;
}
.page-template-listing .faq-list .faq-list-section a {
    color: #178E6B;
    font-size: 14px;
    font-weight: 700;
}
.page-template-listing .faq-list .faq-list-section p {
    font-size: 14px;
}
.page-template-listing .faq-list .faq-list-section p:last-child {
    margin-bottom: 0px;
}
.page-template-listing {
    background-color: #fff;
}
.page-template-listing .searchform {
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    .page-template-listing .cst_search_form .form-field input {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        border: 1px solid #E9ECEF !important;
        height: 60px !important;
        min-width: 100%;
    }
    .page-template-listing .searchform input[type="submit"] {
        margin-top: 0px;
        height: 60px;
        border-radius: 50px;
    }
}
@media screen and (max-width: 991px) {
    .page-template-listing .cst_search_form {
        display: block;
    }
    .page-template-listing .cst_search_form .form-field input {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        border: 1px solid #E9ECEF !important;
        height: 60px !important;
        margin-bottom: 15px;
    }
    .page-template-listing .searchform input[type="submit"] {
        margin-top: 0px;
        height: 60px;
        border-radius: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-template-listing .faq-list {
        flex-wrap: wrap;
    }
    .page-template-listing .faq-list .faq-icon-section {
        width: 100%;
    } 
}
@media screen and (max-width: 710px) {
    .page-template-listing .left-listing .shops-listing .shops-item {
        gap: 0px;
    }
}
@media screen and (max-width: 480px) {
    .page-template-listing .left-listing .shops-listing .shops-item .shop_content_section .card-hover .hover-inner {
        flex-direction: column;
    }
    .page-template-listing .left-listing .shops-item .hover-inner .c-btn {
        width: 100%;
    }
    .page-template-listing .left-listing .shops-listing .shops-item .shop_image_section {
        width: 100%;
    }
    .page-template-listing .left-listing .shops-listing .shops-item .shop_content_section {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .page-template-listing .faq-list {
        flex-wrap: wrap;
    }
    .page-template-listing .faq-list .faq-icon-section {
        width: 100%;
    }
}
/*22-11-2023 new search shop page css end*/
/*23-11-2023 new blog page css start*/
.page-id-119 {
    background-color: #fff;
}
.cst_blog_custom.elementor-widget-eael-post-grid .eael-entry-title a {
    font-family: "Lexend Deca", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cst_blog_custom.elementor-widget-eael-post-grid .eael-grid-post-excerpt p {
    font-family: "Lexend Deca", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cst_blog_custom.elementor-widget-eael-post-grid .eael-entry-footer .eael-entry-meta span {
    font-family: "Lexend Deca", sans-serif;
}
.cst_top_blog .eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
    font-family: "Lexend Deca", sans-serif;
}
.page-template-default .cst_blog_custom .eael-entry-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}
.cst_blog_custom .eael-entry-header {
    order: 2;
    width: 100%;
}
.cst_blog_custom .eael-entry-content {
    order: 3;
    width: 100%;
}
.cst_blog_custom .eael-entry-footer {
    order: 1;
    width: 100%;
}
.cst_blog_custom .eael-entry-media .eael-entry-overlay {
    padding: 20px 20px 0px 20px;
}
.cst_blog_custom .eael-entry-media img {
    padding: 20px;
}
.cst_top_blog .eael-grid-post-holder-inner {
    display: flex;
    flex-wrap: wrap;
}
.cst_top_blog .eael-grid-post-holder-inner .eael-entry-media {
    width: 50%;
}
.cst_top_blog .eael-grid-post-holder-inner .eael-entry-wrapper {
    width: 50%;
    padding-top: 14px;
}
.cst_top_blog .eael-entry-media .eael-entry-overlay {
    padding: 14px 14px 0px 14px;
}
.cst_top_blog .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header {
    order: 1;
}
.cst_top_blog .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header-after {
    order: 2;
    width: 100%;
}
.cst_top_blog.elementor-widget-eael-post-grid .eael-grid-post-excerpt p {
    display: block;
    -webkit-line-clamp: inherit;
    overflow: visible;
}
.cst_top_blog.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
    padding-top: 0px;
}
.cst_blog_sidebar .cst_recent_comments {
    display: none;
}
.cst_blog_sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cst_blog_sidebar .wp-block-latest-posts__list {
    margin: 0px;
}
.cst_blog_sidebar .wp-block-latest-posts__list li {
    margin-bottom: 26px !important;
}
.cst_blog_sidebar .wp-block-latest-posts__list li:last-child {
    margin-bottom: 0px !important;
}
.cst_blog_sidebar .wp-block-latest-posts__featured-image img {
    border-radius: 15px;
}
.cst_blog_sidebar .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cst_blog_sidebar .wp-block-latest-posts__list li .wp-block-latest-posts__post-author {
    font-size: 14px;
    font-weight: 400;
    color: #868E96;
}
.cst_blog_sidebar .cst_blog_category {
    margin: 24px 0px;
}
.cst_blog_sidebar .cst_blog_category ul {
    margin: 0px;
    padding-left: 20px;
}
.cst_blog_sidebar .cst_blog_category ul li {
    list-style: disc;
}
.cst_blog_sidebar .cst_blog_category ul li a {
    color: #212529;
    font-size: 18px;
    font-weight: 400;
}
.cst_blog_sidebar .cst_popular_tags p {
    margin-bottom: 0px;
}
.cst_blog_sidebar .cst_popular_tags p a {
    padding: 8px 18px;
    border-radius: 8px;
    background-color: #F8F9FA;
    font-size: 13px !important;
    font-weight: 400;
    color: #868E96;
    border: none;
}
.cst_blog_sidebar .cst_popular_tags p a:hover {
    background-color: #fbb03c;
    color: #fff;
}
.cst_blog_search form.search-form {
    border: 1px solid #E9ECEF;
    border-radius: 50px;
    background: #fff;
    flex-direction: row-reverse;
}
.cst_blog_search input.search-field {
    border: none;
    background-color: #fff;
    border-radius: 50px;
    padding: 21px 20px 22px 0px;
}
.cst_blog_search button.search-submit {
    border: none;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 5px;
}
.cst_blog_search input.search-field:focus ~ button {
    outline: none;
    box-shadow: none;
    border: none;
}
.cst_blog_search button.search-submit:hover {
    background-color: #fff !important;
}
.cst_blog_search form.search-form svg {
    width: 20px
}
@media screen and (min-width: 1024px) {
    .cst_blog_custom .eael-entry-title {
        height: 67px;
    }
}
@media screen and (min-width: 766px) and (max-width: 1024px) {
    .cst_top_blog.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
        width: 100%;
    }
    .cst_blog_sidebar .cst_blog_category ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .cst_top_blog .eael-grid-post-holder-inner .eael-entry-media {
        width: 100%;
    }
    .cst_top_blog .eael-grid-post-holder-inner .eael-entry-wrapper {
        width: 100%;
        padding-top: 0px;
    }
}
/*23-11-2023 new blog page css end*/
/*23-11-2023 new blog detail page css start*/
.single .cst_blog_category, .single .cst_popular_tags {
    display: none;
}
.page-id-119 .container:not(.page-id-119 header .container), .home .container:not(.home header .container) {
    max-width: 1428px;
}
/*23-11-2023 new blog detail page css end*/
/*30-11-2023 new shop detail page css start*/
.page-template-listing-detail .container:not(.page-template-listing-detail header .container) {
    max-width: 1428px;
}
.shop-container {
    margin-top: 32px;
}
.cst_shop_design {
    /* display: flex;
    flex-wrap: wrap; */
}
.cst_shop_design .cst_shop_content {
    width: 30%;
    float: left;
}
.cst_shop_design .cst_shop_content .shop-banner {
    width: 100%;
    margin-bottom: 20px;
}
.cst_shop_design .shop-banner.cst_new_content {
    box-shadow: none;
}
.cst_shop_design .shop-banner {
    width: 30%;
    background-color: #fff;
    box-shadow: 0px 0px 0px 2px #EEE, 0px 24px 84px 0px rgba(0, 0, 0, 0.04), 0px 12px 41.8px 0px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    float: left;
}
.cst_shop_design .shop-product {
    width: 70%;
    padding-left: 20px;
    float: right;
}
.cst_shop_design .shop-banner .cst_shop_header .cst_shop_top {
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
}
.cst_shop_design .shop-banner .cst_shop_header .cst_shop_top .cst_shop_opening {
    padding: 8px 20px;
    display: inline-block;
    background: #178E6B;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: 16px;
    top: 16px;
}
.cst_shop_design .shop-banner .cst_shop_header .shop-img {
    margin: 0px auto 10px;
    border: 4px solid #fff;
    width: 240px;
    height: 240px;
    display: inline-block;
    margin-top: -118px;
}
.cst_shop_design .shop-banner .cst_shop_header .shop-head {
    display: block;
    text-align: center;
    padding-bottom: 25px;
    z-index: 1;
    position: relative;
}
.cst_shop_design .shop-banner .cst_shop_header .shop-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
}
.cst_shop_design .shop-banner .cst_shop_header .shop-head span {
    justify-content: center;
}
.cst_shop_design .shop-banner .cst_shop_header .shop-head .cst_shop_rating {
    background-color: #FFF9DB;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    margin-top: 10px;
    display: inline-block;
    border-radius: 60px;
}
.cst_shop_design .shop-banner .cst_shop_header .shop-head .cst_shop_rating img {
    margin-right: 4px;
    vertical-align: bottom;
}
.cst_shop_design .banner-inner {
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    transform: none;
    border-top: 1px solid #EBEDEE;
}
.cst_shop_design .store-secription {
    padding-top: 0px;
}
.cst_shop_design .shop-banner.cst_new_content .banner-inner {
    padding: 20px 30px;
}
.cst_shop_design .store-secription p, .cst_shop_design .banner-inner .shop-meta .meta-row p {
    font-size: 14px;
    color: #178E6B;
    font-weight: 400;
    margin-bottom: 0px;
}
.cst_shop_design .cst_new_content .store-secription p {
    font-size: 14px;
    color: rgba(33, 37, 41, 1);
    font-weight: 700;
}
.cst_shop_design .store-secription span {
    font-size: 14px;
    color: #868E96;
    font-weight: 400;
    line-height: 24px;
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.cst_shop_design .banner-inner .shop-meta {
    border-top: none;
    padding-top: 16px;
    display: block;
}
.cst_shop_design .banner-inner .shop-meta .meta-row {
    padding-left: 0px;
    width: 100%;
    margin-top: 0px;
}
.cst_shop_design .banner-inner .shop-meta .meta-row:last-child {
    margin-top: 16px;
}
.cst_shop_design .banner-inner .shop-meta .meta-row p {
    margin-bottom: 10px;
}
.cst_shop_design .banner-inner .shop-meta .meta-row span:not(.meta-row:last-child span) {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
}
.cst_shop_design .banner-inner .shop-meta .meta-row p img {
    vertical-align: text-top;
    margin-right: 4px;
}
.cst_shop_design .banner-inner .shop-meta .meta-row .meta-schedule {
    display: block;
}
.cst_shop_design .banner-inner .shop-meta .meta-row .meta-schedule span {
    display: block;
}
.cst_shop_design .banner-inner .shop-meta .meta-row .meta-schedule .cst_shop_time .days_dropsown {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    padding: 0px;
}
.cst_shop_design .banner-inner .shop-meta .meta-row .meta-schedule .cst_shop_time .days_dropsown li {
    color: #868E96;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.cst_shop_design .banner-inner .shop-meta .meta-row .meta-schedule .cst_shop_time .days_dropsown li strong {
    font-weight: 700;
    color: #212529;
    text-align: right;
}
.cst_shop_design .banner-inner .shop-meta .meta-row .meta-schedule .cst_shop_open {
    margin-top: 10px;
}
.cst_shop_design .content-inner {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
}
.cst_shop_design .filer-tags {
    margin-bottom: 0px;
    padding: 0 10px;
}
.cst_shop_design .filer-tags .tags-inner a {
    border: 1px solid #E9ECEF;
    background-color: #FFF;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}
.cst_shop_design .filer-tags .tags-inner a.active, .cst_shop_design .filer-tags .tags-inner a:hover {
    background-color: #2AA984;
    border: 1px solid #2AA984;
    color: #fff;
}
.cst_shop_design .shop-product-listing .card-img-top {
    padding-top: 15px;
}
.cst_shop_design .card .card-body h5.card-title {
    font-size: 16px;
    color: #868E96;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.2;
}
.cst_shop_design .card .card-body .card-rating li {
    font-size: 20px;
    color: #212529;
    font-weight: 700;
}
.cst_shop_design .shop-product-listing .col-md-4 {
/*     width: 33.333%; */
	width: 50%;
}
.cst_shop_design .shop-product-listing .col-md-4 .card {
    margin-bottom: 0px;
}
.shop-container:after {
    display: table;
    clear: both;
    content: '';
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
    .cst_shop_design .shop-banner .cst_shop_header .shop-img {
        width: 180px;
        height: 180px;
        margin-top: -97px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .shop-head h2 {
        font-size: 24px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
    .cst_shop_design .shop-banner .cst_shop_header .shop-img {
        width: 150px;
        height: 150px;
        margin-top: -67px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .shop-head h2 {
        font-size: 22px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cst_shop_design .shop-product-listing .col-md-4 {
        width: 50%;
    }
    .cst_shop_design .shop-banner .cst_shop_header .shop-head h2 {
        font-size: 20px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .shop-img {
        width: 150px;
        height: 150px;
        margin-top: -37px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .cst_shop_top .cst_shop_opening {
        font-size: 14px;
        padding: 5px 20px;
    }
}
@media screen and (max-width: 767px) {
    .cst_shop_design .shop-product-listing .col-md-4 {
        width: 50%;
    }
    .cst_shop_design .card .card-body h5.card-title {
        font-size: 14px;
    }
    .cst_shop_design .card .card-body .card-rating li {
        font-size: 16px;
    }
    .cst_shop_design .shop-product {
        width: 100%;
        padding-left: 0px;
    }
    .cst_shop_design .shop-banner, .cst_shop_design .cst_shop_content {
        width: 100%;
        margin-bottom: 50px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .cst_shop_top .cst_shop_opening {
        font-size: 14px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .shop-img {
        width: 150px;
        height: 150px;
        margin-top: -78px;
    }
    .cst_shop_design .shop-banner .cst_shop_header .shop-head h2 {
        font-size: 22px;
    }
}
/*30-11-2023 new shop detail page css end*/
@media screen and (min-width: 960px) and (max-width: 1024px) {
    .nav-ul.menu-desktop li {
        margin: 0 5px;
    }
}
/*language_switch css start 24-01-2024*/
.language_switch button {
    padding: 0px 20px 0px 0px;
    position: relative;
    font-size: 16px;
    color: #272626;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}
.language_switch button:hover {
    background-color: transparent !important;
    color: #178d6b;
}
.language_switch button:after {
    position: absolute;
    content: "\e994";
    font-family: elementskit !important;
    font-size: 10px;
    top: 5px;
    right: 0px;
}
.language_switch button.visible:after {
    /*content: "\e995";*/
}
.language_switch .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 70px;
    left: -6px;
    border: 1px solid #000;
    margin-top: 10px;
}
.language_switch ul li {
    padding: 5px 10px;
}
.language_switch ul li:hover {
    background-color: #178d6b;
}
.language_switch ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.language_switch ul li:hover a{
    color: #fff;
}
.language_switch ul li a img, .language_switch button img {
    width: 20px;
}
.language_switch select {
    width: 50px;
    padding: 5px 10px;
    min-height: 100%;
    background-image: url('/wp-content/uploads/2024/01/down.png');
    background-position: 90%;
}
.language_switch select:focus {
    box-shadow: none;
}
@media screen and (max-width: 959px) {
    header .hfg-slot.right .builder-item:not(:last-child) {
        padding: 0px;
    }
}
/*language_switch css end 24-01-2024*/
/*visibility pack css start 29-02-2024*/
.cst_visible_head {
    padding: 100px 0px 100px 0px;
    background-color: #FBB03C;
    text-align: center;
}
.cst_visible_head h1 {
    color: #FFFFFF;
    font-size: 51px;
    font-weight: 400;
    margin-bottom: 0px;
}
.cst_visible_content {
    margin: 50px 0px;
}
.cst_visible_content .cst_visible_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.cst_visible_content .cst_visible_row .cst_visible_col {
    width: 50%;
    padding: 0 10px;
}
.cst_visible_content .cst_visible_row .cst_visible_col .cst_visible_box {
    border: 1px solid #0000001A;
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}
.cst_visible_content .cst_visible_row .cst_visible_col .cst_visible_box h3 {
    color: #178E6B;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px;
}
.cst_visible_content .cst_visible_row .cst_visible_col .cst_visible_box a {
    color: #178E6B;
    text-decoration: underline;
    font-weight: 600;
}
.cst_visible_content .cst_visible_row .cst_visible_col .cst_visible_box a:hover {
    color: #000;
}
.cst_visible_content .days_dropsown {
    display: block;
    position: static;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
}
.cst_visible_content .days_dropsown li {
    color: #868E96;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.cst_visible_content .days_dropsown li strong {
    width: auto;
    color: #000;
}
.cst_open_time {
    text-align: left;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.cst_visible_content .cst_visible_row .cst_visible_col .cst_visible_box .cst_email {
    margin-bottom: 10px;
}
.cst_visible_content .cst_visible_row .cst_visible_col .cst_visible_box:first-child {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .cst_visible_head {
        padding: 50px 0px;
    }
    .cst_visible_head h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .cst_visible_head {
        padding: 50px 0px;
    }
    .cst_visible_head h1 {
        font-size: 24px;
    }
    .cst_visible_content .cst_visible_row .cst_visible_col {
        width: 100%;
        margin-bottom: 20px;
    }
    .cst_visible_content .cst_visible_row .cst_visible_col:last-child {
        margin-bottom: 0px;
    }
    .cst_visible_content {
        margin: 30px 0px;
    }
}
/*visibility pack css end 29-02-2024*/
/*shop-detail page content css start 13-06-2024*/
.filer-tags {
    order: 1;
}
.shop_custom_msg {
    margin: 0 15px;
    order: 2;
    margin-bottom: -9px;
}
.shop_custom_msg p {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 20px;
    border-radius: 10px;
    color: #868E96;
    background-color: #fff;
}
.cst_shop_design .shop-product-listing .col-md-4 {
    order: 3;
}

.text-inner-div {
 background: #e1f4ef;
   padding: 16px;
   border-radius: 12px;
   font-size: 10px;
}

.text-inner-p {
color: #0a553f;
margin: 0;
}
/*shop-detail page content css end 13-06-2024*/

/* working responsive css start 22-05-2025*/
@media screen and (max-width: 1024px) {
	.cst_shop_design .cst_shop_content.shop-detail-page{
		width:40% !important;
	}
	.cst_shop_design .shop-product.shop-product-detail-page{
		width:60% !important;
	}
	.cst_shop_design .row.shop-product-listing.shop-detail-grid .col-md-4.card-1 {
    width: 100% !important;
}
}
@media screen and (max-width: 767px) {
    .cst_shop_design .cst_shop_content.shop-detail-page ,  .cst_shop_design .shop-product.shop-product-detail-page,   .cst_shop_design .row.shop-product-listing.single-product .col-md-4 {
        width: 100% !important;
    }
	.shop-product-listing .card-img-top {
        height: 185px !important;
    }
	.row.shop-product-listing.single-product{
		flex-wrap:wrap !important;
	}
	
}
.elementor.elementor-7 .elementor-element.elementor-element-a051411 .eael-entry-title , .elementor.elementor-7 .elementor-element.elementor-element-a051411 .eael-grid-post-link{
	height:auto !important;
}


.shop-head {
    position: relative;
}
.store-rating {
    position: absolute;
    background: #E9ECEF;
    border-radius: 20px;
    left: 10px;
    top: 10px;
    padding: 0 5px;
}

/* working responsive css end 22-05-2025*/




/* SEO/GEO: introduzione e gerarchia titoli nella pagina città */
.page-template-listing .city-listing-intro {
    margin: 28px 0 24px;
}
.page-template-listing .city-listing-intro h1 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
}
.page-template-listing .city-listing-intro h2 {
    margin: 28px 0 16px;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.25;
}
.page-template-listing .city-listing-intro p {
    margin: 0 0 12px;
    line-height: 1.65;
}
.page-template-listing .shop-name h3 {
    margin: 0;
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}


/* Miglioramenti SEO/GEO pagina città — 2026-07-31 */
.page-template-listing .city-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 20px 0 0;
    color: #62676d;
    font-size: 14px;
    line-height: 1.5;
}
.page-template-listing .city-breadcrumb a {
    color: #168760;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.page-template-listing .online-service-badge,
.page-template-listing .online-service-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 4px 0 0 8px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #e7f6f0;
    color: #126b4d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}
.page-template-listing .online-service-explanation {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-left: 4px solid #168760;
    border-radius: 4px;
    background: #f3faf7;
    color: #30353a;
    line-height: 1.55;
}
.page-template-listing .online-service-card {
    border-color: #9fd6c2;
}
.page-template-listing .online-service-card .shop-name {
    align-items: flex-start;
}
@media (max-width: 767px) {
    .page-template-listing .city-breadcrumb {
        margin-top: 14px;
    }
    .page-template-listing .online-service-badge,
    .page-template-listing .online-service-label {
        margin-left: 0;
    }
}

/* SEO/GEO dettaglio fiorista - 31-07-2026; rimuovere questo blocco per il rollback */
.page-template-listing-detail .cst_shop_design .shop-detail-title {
    color: #212529;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.18;
    margin: 0 auto 12px;
    overflow-wrap: anywhere;
    padding: 0 18px;
}
.page-template-listing-detail .cst_shop_design .shop-summary {
    background: #f2faf7;
    border-left: 3px solid #178e6b;
    border-radius: 6px;
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0 0 22px;
    padding: 14px 16px;
}
.page-template-listing-detail .cst_shop_design .shop-section-title {
    color: #212529;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px;
}
.page-template-listing-detail .cst_shop_design .shop-description-text,
.page-template-listing-detail .cst_shop_design .cst_new_content .store-secription > p,
.page-template-listing-detail .cst_shop_design .shop-faq-item p {
    color: #555d66;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}
.page-template-listing-detail .cst_shop_design .shop-description-text p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 12px;
}
.page-template-listing-detail .cst_shop_design .shop-description-text p:last-child {
    margin-bottom: 0;
}
.page-template-listing-detail .cst_shop_design .shop-meta-heading {
    align-items: center;
    color: #178e6b;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 6px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.page-template-listing-detail .cst_shop_design .shop-meta-heading img {
    flex: 0 0 auto;
}
.page-template-listing-detail .cst_shop_design .shop-faq-grid {
    display: grid;
    gap: 18px;
}
.page-template-listing-detail .cst_shop_design .shop-faq-item {
    border-top: 1px solid #ebedee;
    padding-top: 16px;
}
.page-template-listing-detail .cst_shop_design .shop-faq-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.page-template-listing-detail .cst_shop_design .shop-faq-item h3 {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
    .page-template-listing-detail .cst_shop_design .shop-detail-title {
        font-size: 25px;
        padding: 0 14px;
    }
    .page-template-listing-detail .cst_shop_design .shop-section-title {
        font-size: 20px;
    }
}

/* eFloristApp shops footer layout - 2026-08-11 */
@media (min-width: 768px) {
    .page-template-listing .page-container {
        height: auto;
        min-height: calc(100vh - 95px);
        overflow: visible;
        align-items: flex-start;
    }

    .page-template-listing .right-map {
        position: sticky !important;
        top: 95px;
        align-self: flex-start;
        height: calc(100vh - 95px);
    }
}


/* eflorist-hub-page-titles START - rollback: remove this block */
body.page-id-2519 .nv-page-title-wrap.nv-big-title,
body.page-id-2521 .nv-page-title-wrap.nv-big-title,
body.page-id-2523 .nv-page-title-wrap.nv-big-title,
body.page-id-2525 .nv-page-title-wrap.nv-big-title {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin: 0 0 50px calc(50% - 50vw);
  padding: 70px 20px 100px;
  background: #fbb03c;
}
body.page-id-2519 .nv-page-title-wrap.nv-big-title .nv-page-title,
body.page-id-2521 .nv-page-title-wrap.nv-big-title .nv-page-title,
body.page-id-2523 .nv-page-title-wrap.nv-big-title .nv-page-title,
body.page-id-2525 .nv-page-title-wrap.nv-big-title .nv-page-title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
body.page-id-2519 .nv-page-title-wrap.nv-big-title h1,
body.page-id-2521 .nv-page-title-wrap.nv-big-title h1,
body.page-id-2523 .nv-page-title-wrap.nv-big-title h1,
body.page-id-2525 .nv-page-title-wrap.nv-big-title h1 {
  margin: 0;
  color: #fff;
  font-size: 51px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  body.page-id-2519 .nv-page-title-wrap.nv-big-title,
  body.page-id-2521 .nv-page-title-wrap.nv-big-title,
  body.page-id-2523 .nv-page-title-wrap.nv-big-title,
  body.page-id-2525 .nv-page-title-wrap.nv-big-title {
    margin-bottom: 35px;
    padding: 50px 18px 65px;
  }
  body.page-id-2519 .nv-page-title-wrap.nv-big-title h1,
  body.page-id-2521 .nv-page-title-wrap.nv-big-title h1,
  body.page-id-2523 .nv-page-title-wrap.nv-big-title h1,
  body.page-id-2525 .nv-page-title-wrap.nv-big-title h1 {
    font-size: 38px;
    line-height: 1.25;
  }
}
/* eflorist-hub-page-titles END */


/* eflorist-footer-hub-icons START - rollback: remove this block */
.ekit-template-content-footer .elementor-icon-list-item a[href="/come-funziona/"] .elementor-icon-list-icon,
.ekit-template-content-footer .elementor-icon-list-item a[href="/occasioni/"] .elementor-icon-list-icon,
.ekit-template-content-footer .elementor-icon-list-item a[href="/consegna-fiori-internazionale/"] .elementor-icon-list-icon,
.ekit-template-content-footer .elementor-icon-list-item a[href="/domande-frequenti/"] .elementor-icon-list-icon {
  display: none !important;
}
/* eflorist-footer-hub-icons END */


/* eflorist-footer-hub-alignment START - rollback: remove this block */
.ekit-template-content-footer .elementor-icon-list-item a[href="/come-funziona/"] .elementor-icon-list-text,
.ekit-template-content-footer .elementor-icon-list-item a[href="/occasioni/"] .elementor-icon-list-text,
.ekit-template-content-footer .elementor-icon-list-item a[href="/consegna-fiori-internazionale/"] .elementor-icon-list-text,
.ekit-template-content-footer .elementor-icon-list-item a[href="/domande-frequenti/"] .elementor-icon-list-text {
  padding-left: 0 !important;
}
/* eflorist-footer-hub-alignment END */


/* eflorist-shops-mobile-search-button-it START - rollback: remove this block */
@media (max-width: 767px) {
  body.page-template-listing #search-form input[type="submit"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* eflorist-shops-mobile-search-button-it END */


/* eflorist-home-popular-cities-alignment-it START - rollback: remove this block */
.eflorist-popular-cities {
  text-align: center;
}
.eflorist-popular-cities .tags-inner {
  text-align: initial;
}
/* eflorist-home-popular-cities-alignment-it END */


/* eflorist-home-popular-cities-cta-it START - rollback: remove this block */
.eflorist-popular-cities-cta {
  margin: 26px 0 0;
  text-align: center;
}
.eflorist-popular-cities-cta a {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 28px;
  align-items: center;
  justify-content: center;
  border-radius: 61px;
  background: #fbb03c;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}
.eflorist-popular-cities-cta a:hover,
.eflorist-popular-cities-cta a:focus {
  background: #e99a25;
  color: #fff !important;
}
@media (max-width: 767px) {
  .eflorist-popular-cities-cta a {
    width: 100%;
    max-width: 330px;
  }
}
/* eflorist-home-popular-cities-cta-it END */


/* eflorist-home-popular-cities-cta-mobile-it START - rollback: remove this block */
@media (max-width: 767px) {
  .eflorist-popular-cities-cta a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }
}
/* eflorist-home-popular-cities-cta-mobile-it END */


/* EFLORISTAPP_ES_FOOTER_MENU_ICONS_V1 START
 * Rimuove le spunte predefinite dalle nuove voci del footer spagnolo.
 * Rollback: rimuovere questo blocco.
 */
[data-elementor-id="579"] a[href$="/como-funciona/"] .elementor-icon-list-icon,
[data-elementor-id="579"] a[href$="/ocasiones/"] .elementor-icon-list-icon,
[data-elementor-id="579"] a[href$="/entrega-internacional-de-flores/"] .elementor-icon-list-icon,
[data-elementor-id="579"] a[href$="/preguntas-frecuentes/"] .elementor-icon-list-icon {
    display: none !important;
}
[data-elementor-id="579"] a[href$="/como-funciona/"],
[data-elementor-id="579"] a[href$="/ocasiones/"],
[data-elementor-id="579"] a[href$="/entrega-internacional-de-flores/"],
[data-elementor-id="579"] a[href$="/preguntas-frecuentes/"] {
    gap: 0 !important;
    padding-left: 0 !important;
}
[data-elementor-id="579"] a[href$="/como-funciona/"] .elementor-icon-list-text,
[data-elementor-id="579"] a[href$="/ocasiones/"] .elementor-icon-list-text,
[data-elementor-id="579"] a[href$="/entrega-internacional-de-flores/"] .elementor-icon-list-text,
[data-elementor-id="579"] a[href$="/preguntas-frecuentes/"] .elementor-icon-list-text {
    padding-left: 0 !important;
}
/* EFLORISTAPP_ES_FOOTER_MENU_ICONS_V1 END */



/* EFLORISTAPP_ES_HIDE_RECENT_SHOPS_V1 START - rollback: remove this block */
.home .elementor-element-d579bbb,
.home .elementor-element-9e33aba,
.home .elementor-element-2631f82,
.home .elementor-element-97afee4,
.home .elementor-element-2a12c12 {
  display: none !important;
}
/* EFLORISTAPP_ES_HIDE_RECENT_SHOPS_V1 END */

/* EFLORISTAPP_ES_LANGUAGE_SELECTOR_STYLE_V2 START - rollback: remove this block */
.language_switch .dropdown-toggle {
  align-items: center !important;
  gap: 10px !important;
}
.language_switch .eflorist-language-emoji {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  overflow: hidden !important;
}
.language_switch .eflorist-language-emoji img.emoji {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
  margin: 0 !important;
}
.language_switch .dropdown-toggle .eflorist-language-emoji {
  border-radius: 50% !important;
}
.language_switch .dropdown-toggle .eflorist-language-emoji img.emoji {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Ccircle cx='16' cy='16' r='16'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23c)'%3E%3Crect width='32' height='32' fill='%23AA151B'/%3E%3Crect y='8' width='32' height='16' fill='%23F1BF00'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.language_switch .dropdown-menu .itLink .eflorist-language-emoji img.emoji {
  content: url("https://www.efloristapp.it/wp-content/uploads/2024/01/it-flag.png") !important;
}
.language_switch .dropdown-menu .enLink .eflorist-language-emoji img.emoji {
  content: url("https://www.efloristapp.com/wp-content/uploads/2024/01/en-flag.png") !important;
}
/* EFLORISTAPP_ES_LANGUAGE_SELECTOR_STYLE_V2 END */


/* EFLORISTAPP_ES_LANGUAGE_SPACING_V1 START */
.language_switch .dropdown-toggle { gap: 5px !important; }
.language_switch .dropdown-toggle .eflorist-language-emoji { margin-right: 0 !important; }
.language_switch .dropdown-menu a { display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: 6px !important; }
.language_switch .dropdown-menu .eflorist-language-emoji { margin-right: 0 !important; }
/* EFLORISTAPP_ES_LANGUAGE_SPACING_V1 END */
