.grid-item.product .product-action.woocommerce_loop_add_to_cart_wrap,
.grid-item.product .loop-product-category,
.grid-item.product .vi-sctv-price,
.grid-item.product .product-action wishlist-btn,
.product-action.woocommerce_loop_add_to_cart_wrap{
  display: none;
}

.single-product p.rwd-error{
  color: #da3f3f;
  margin: 0;
}
.single.single-product .entry-price-wrap,
.single.single-product .spotii-product-widget{
  display:  none;
}

.single.single-product .custom-price-buttons button.selected{
  background-color: #0bb51e;
}
.single.single-product .custom-price-buttons,
.single.single-product .tchknwdev-custom-fields{
  padding-top: 10px;
}
.single.single-product .custom-price-buttons button{
  margin-top: 5px;
}

.total-below-checkout-text {
  text-align: center;
  color: var(--minimog-color-heading);
  font-weight: 500;
  padding-top: 20px;
  font-size: 18px;
}

.extra-checkout-text{
  font-style: italic;
  color: #000;
  padding-top: 10px;
}


.button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  background: #145474;
  color: #fff;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity .18s ease;
}
.button-top-visible {
  opacity: 1;
  pointer-events: auto;
}

.choose-delivery
{
      font-weight: bold;
    color: #000;
    margin-top: 20px;
}
.del-date
{
  
    width: 50% !important;
   
}

.mb-15
{
  margin-bottom: 15px !important;
}
.mt-15 
{
  margin-top: 15px !important;
}
#add .fa-plus
{
 border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    /* margin: auto; */
    line-height: 40px;
    border-radius: 50px;
}
.remove i 
{
  border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    /* margin: auto; */
    line-height: 40px;
    border-radius: 50px;
}
.remove 
{
  cursor: pointer;
}
#add 
{
  cursor: pointer;
}

.tm-sticky-column
{
  height: unset !important;
}
.custom-form .iti
{
  display: unset !important;
}
.del-icon
{
  background-color: transparent;
  background: transparent;
    border: 0;
    color: unset;
    text-align: justify;
}
.del-icon:hover
{
background-color: transparent;
  background: transparent;
    border: 0;
    color: unset;
    text-align: justify;
    box-shadow:unset;
}
#items .iti
{
  display: unset;
}
.tm-sticky-column .iti__country-list
  {
    width: 203px;
  }
  .tooltip-check_razorpay, .tooltip-check_wc_tp_cardsv3 {
    position: absolute !important;
    right: 0;
    margin-right: -20px;
    /* margin-top: -30px; */
}
.tooltip-check_razorpay::after, .tooltip-check_wc_tp_cardsv3::after {
    font-family: "Roboto";
    font-weight: 400;
    line-height: 20px;
    content: "";
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    /* left: 50%; */
    right: 0;
    margin-left: -150px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.tooltip-check_razorpay:hover::after, .tooltip-check_wc_tp_cardsv3:hover::after {
    visibility: visible;
    opacity: 1;
}
.tooltip-check_razorpay::after {
    width: 300px;
    bottom: 110%;
    content: "Pay securely by Credit or Debit card or Internet Banking through Razorpay.";
}

.tooltip-check_wc_tp_cardsv3::after {
    width: auto;
    bottom: 110%;
    content: "Checkout with Card";
}
.payment_method_razorpay p 
{
    display: none;
}
@media (max-width:767px)
{
  .mt-15-mob
  {
margin-top: 15px;
  }
  .mob-add
  {
background-position: center !important;

  }
 .tm-sticky-column .iti__country-list
  {
    width: 300px !important;
  }


}

.swiper-slide:nth-child(odd) {
  margin-bottom: 20px;
}

.message_tch {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.message_tch:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 1px #007cba;
}

.char-count {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 2px;
  display: block;
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
  .col-md-12[style*="display: flex"] {
    flex-direction: column;
    gap: 10px;
  }
  
  .tchknwdev-custom-fields[style*="flex: 1"] {
    flex: none !important;
    width: 100% !important;
  }
  
  .del-icon[style*="height: 40px"] {
    align-self: center;
    margin-top: 10px !important;
  }
  
  .message_tch {
    font-size: 16px; /* Prevent zoom on iOS */
  }

  .col-md-12[style*="text-align: center"] {
    margin-top: 10px;
  }
}


/* gift landing page design */
/* Home LP CSS START */
.primary-btn a {
    position: relative;
    overflow: hidden;
}

.primary-btn a:hover .elementor-button-text{
    color: #F26868;
    position: relative;
}

.primary-btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #ffffff;
    border-radius: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.primary-btn{
    position: relative;
    overflow: hidden;
}
.primary-btn a:hover::before{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.page-id-639374 #page-title-bar {
    display: none;
}
.hero-section .elementor-background-overlay {
    display: none;
}
.hero-section .elementor-element-populated {
    flex-direction: column;
    gap: 12px;
}
.universal_grid .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.universal_grid .elementor-container.elementor-column-gap-default {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.universal_grid .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-20 {
    width: 32%;
}
.section_why-grid>.elementor-container.elementor-column-gap-extended{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.section_why-grid .elementor-container.elementor-column-gap-extended .elementor-column.elementor-col-16{
    width: 100%;
}
.gifto_card-col .elementor-element.elementor-widget.elementor-widget-image {
    height: 100%;
}

.gifto_card-col .elementor-element.elementor-widget.elementor-widget-image .elementor-widget-container {
    height: 100%;
}
.gifto_card-col .elementor-element.elementor-widget.elementor-widget-image .elementor-widget-container img {
    height: 84px;
}
.column_left .elementor-element.elementor-widget.elementor-widget-image {
    height: 100%;
}

.column_left .elementor-element.elementor-widget.elementor-widget-image .elementor-widget-container {
    height: 100%;
}
.column-mid .elementor-element.elementor-element-679fc06.elementor-widget.elementor-widget-text-editor {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gifto_card-col img {
    transition: all .3s;
    filter: grayscale(1);
}

.gifto_card-col:hover img {
    filter: grayscale(0);
}
.gift_icon-wrapper .elementor-widget-wrap.elementor-element-populated {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    background: #fff;
}

.gift_icon-wrapper .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-image {
    height: 100%;
}

.gift_icon-wrapper .elementor-widget-wrap.elementor-element-populated .elementor-element.elementor-widget.elementor-widget-image .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gift_icon-wrapper {
    justify-content: center;
}
.gifto_faq i.fas.fa-plus {
    background-image: url(/wp-content/uploads/2025/09/plus.svg);
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
}
.table_row .elementor-container.elementor-column-gap-extended {
    background-color: #fff;
    transition: all .3s;
}

.table_row .elementor-container.elementor-column-gap-extended:hover .elementor-column.elementor-col-25 {
    background: #F26868;
}
.table_row .elementor-container.elementor-column-gap-extended:hover h3 {
    color: #fff;
}
.table_row {
    overflow: hidden;
}
.featured_emoji h3 {
    transition: all .5s;
    transform: translateY(50px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
}
.table_row .elementor-container.elementor-column-gap-extended:hover .featured_emoji h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
 .gifting_row {
    position: relative;
    z-index: 1;
}

.gifting_row>.elementor-container.elementor-column-gap-extended::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 150px;
    width: 0%;
    margin: auto;
    height: 1px;
    background: red;
    z-index: -1;
    transition: all .3s;
}

.gifting_row:hover>.elementor-container.elementor-column-gap-extended::before {
    width: 75%;
}
.why_grid-col:hover .why-col-icon {
    transform: scale(0.9);
}

.why_grid-col .why-col-icon {
    transition: all .5s;
    transform-origin: left center;
}

.why_grid-col .why_col-content {
    transition: all .5s;
    transform-origin: left center;
}

.why_grid-col:hover .why_col-content {
    transform: scale(1.03);
}


.universal_grid-col:hover {
    position: relative;
    overflow: hidden;
}
.universal_grid-col {
    transition: all .3s ease-in-out;
    border-radius: 20px 20px 20px 20px;
}
.universal_grid-col:hover .elementor-section-gap-beside-yes {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    transition: all .5s ease-in-out;
}
.universal_grid-col:hover .elementor-container.elementor-column-gap-extended {
    height: 100%;
    scale: 4.5;
    border-radius: 20px 20px 20px 20px;
    transition: all .5s ease-in-out;
}
.universal_grid-col .universal_grid-content {
    opacity: 0;
    transform: translateY(0px);
    transition: all 0.3s ease;
    margin: 20px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.universal_grid-col:hover .universal_grid-content {
    opacity: 1;
    transform: translateY(0);
}
.universal_grid-col:hover img.attachment-large {
    opacity: 0.07;
    transition: all .5s ease-in-out;
} 
.universal_grid-col{
    height: 360px;
}
.universal_grid-col:hover .universal_heading h2.elementor-heading-title.elementor-size-default {
    color: #fff !important;
}
.universal_grid-col:hover .universal_grid-content{
  margin: 10px 0px;
}
 .universal_grid-col:hover .read_more-btn {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0px;
}
.read_more-btn .fas.fa-arrow-right {
    font-family: none;
    font-size: 0;
    background-image: url(/wp-content/uploads/2025/09/Icons.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}
.btn-outline a {
    position: relative;
    overflow: hidden;
}

.btn-outline a:hover .elementor-button-text{
    color: #fff;
    position: relative;
}

.btn-outline a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #F26868;
    border-radius: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.btn-outline{
    position: relative;
    overflow: hidden;
}
.btn-outline a:hover::before{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.gifto_faq .elementor-accordion-icon.elementor-accordion-icon-right {
    background: #FAFAFA;
    width: 44px !important;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: -12px;
}
.gifto_faq .elementor-tab-title:hover {
    background-color: #000 !important;
    border-radius: 12px;
}

.gifto_faq .elementor-tab-title:hover .elementor-accordion-title{
    color: #fff !important;
}
.gifto_card-row>.elementor-container.elementor-column-gap-extended {
    gap: 24px;
}
.gifto_card-row>.elementor-container.elementor-column-gap-extended .elementor-column.elementor-col-25 a {
    display: block;
}
@media only screen and (max-width: 991px) {
    .gifting_row>.elementor-container.elementor-column-gap-extended::before{
        display:none;
    }
        .hero-section .elementor-background-overlay {
        display: block;
    }
    .gifto_card-row>.elementor-container.elementor-column-gap-extended .elementor-column.elementor-col-25 {
        width: 48%;
    }
    .universal_grid .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-20 {
        width: 48%;
    }
    .featured_emoji h3 {
        transform: translateY(0px);
    }
    .section_why-grid>.elementor-container.elementor-column-gap-extended {
        grid-template-columns: 1fr 1fr;
    }
    .table_row>.elementor-container.elementor-column-gap-extended,
    .table_header>.elementor-container.elementor-column-gap-extended, 
    .gifto_card-grid>.elementor-container.elementor-column-gap-extended {
        flex-wrap: nowrap;
    }

    .universal_grid-col .universal_heading h2.elementor-heading-title.elementor-size-default {
        color: #fff !important;
    }
    .universal_grid-col .universal_grid-content{
        margin: 10px 0px;   
    }
    .universal_grid-col .read_more-btn {
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0px;
    }
    .universal_grid-col .elementor-section-gap-beside-yes {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
    }
    .universal_grid-col .elementor-container.elementor-column-gap-extended {
        height: 100%;
        scale: 4.5;
        border-radius: 20px 20px 20px 20px;
        transition: all .5s ease-in-out;
        -webkit-border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -ms-border-radius: 20px 20px 20px 20px;
        -o-border-radius: 20px 20px 20px 20px;
    }
    .universal_grid-col .universal_grid-content {
        opacity: 0;
        transform: translateY(0px);
        transition: all 0.3s ease;
        margin: 20px; 
    }

    .universal_grid-col .universal_grid-content {
        opacity: 1;
        transform: translateY(0);
    }
    .universal_grid-col img.attachment-large {
        opacity: 0.07;
        transition: all .5s ease-in-out;
    }
    .universal_grid-col {
        position: relative;
        overflow: hidden;
    }
    .universal_grid-col .universal_grid-content{
        margin: 10px 0px;
    }
    .universal_grid-col {
        height: auto;
    }
    .universal_grid-col .elementor-widget-wrap.elementor-element-populated {
        padding: 16px !important;
    }


}
@media only screen and (max-width: 575px) {
    .universal_grid .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-20 {
        width: 100%;
    }
    .section_why-grid>.elementor-container.elementor-column-gap-extended {
        grid-template-columns: 1fr;
    }
    .gifto_card-row>.elementor-container.elementor-column-gap-extended .elementor-column.elementor-col-25 {
        width: 100%;
    }
}
/* Home LP CSS END */

