/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

html {
    scroll-behavior: smooth;
  }

.home .page_header {
    display: none;
}

.woocommerce ul.products li.product:hover .image-wrapper img {
  opacity: 1 !important;
}

.woocommerce-checkout .select2-selection__rendered,
.woocommerce-checkout .select2-dropdown{
  border: 1px solid #000;
}

.woocommerce-thankyou-order-received {
  background: #88E788;
  padding: 15px;
  text-align: center;
}

.related.products {
  padding-top: 64px !important;
}
#hero .full_section_inner {
  box-sizing: border-box !important;
    min-height: 100svh  !important;
    min-height: 100vh !important;
}

#hero .vc_column-inner > .wpb_wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}


#hero .hero-left-img img {
  height: 100% !important;
  min-height: 100vh !important;
  object-fit: cover;
}

.position-relative {
  position: relative !important;
}
.img-round {
  position: absolute;
  bottom: -100px !important;
  background: #F072AB;
  border-radius: 50%;
  max-width: 200px;
  left: 50%;
  transform: translatex(-50%);
}

#hero .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 0 50px;
}

/* #billing_address_1 {
  border: 0;
} */
 .woocommerce table.cart div.coupon .input-text, .woocommerce-page table.cart div.coupon .input-text,
 .shopping_cart_dropdown span.total,
 .woocommerce-cart table.cart tbody tr td a:not(.checkout-button),
.woocommerce table tr td {
  color: #000 !important;
}

.woocommerce table.cart div.coupon .input-text, .woocommerce-page table.cart div.coupon .input-text,
#coupon_code {
  border: 1px solid #000;
  
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 0 !important;
}
.button {
  text-transform: none !important;
  font-size: 15px !important;
  border-radius: 0 !important;
}
.woocommerce-terms-and-conditions {
  padding: 10px;
  border: 1px solid #ddd;
}
.woocommerce form.checkout .col2-set .form-row-wide {
  float: none !important;
}
.woocommerce-checkout #billing_country_field, .woocommerce-checkout #shipping_country_field {
  height: unset !important;
}
.woocommerce form.checkout .col2-set .form-row input[type="email"],
 .woocommerce form.checkout .col2-set .form-row input[type="tel"] {
padding-left: 2.5%;
  padding-right: 2.5%;
  width: 95%;
 }
.home-logo {
    margin-bottom: 20px !important; 
    max-width: 150px;
    margin-inline: auto;
    display: inline-block;
}

.hero-text h1 {
  font-size: 46px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.hero-text h2 {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.hero-text p {
  text-align: center;
  color: #fff;  
  font-size: 18px;
}

.parallax-section,
.wpb_row.section {
    margin-bottom: 64px !important;
}
#cn-notice-text {
font-family: 'Comfortaa' !important;  
}
.testimonials_c_holder .testimonial_content_inner .testimonial_text_inner p {
font-family: 'Comfortaa' !important;
font-weight: bold !important;
}
.woocommerce input[type="text"]:not(.qode_search_field), .woocommerce input[type="password"], .woocommerce input[type="email"], .woocommerce textarea, .woocommerce-page input[type="tel"], .woocommerce-page input[type="text"]:not(.qode_search_field), .woocommerce-page input[type="password"], .woocommerce-page input[type="email"], .woocommerce-page textarea {
  font-family: 'Comfortaa' !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}
.select2-selection__rendered {
  font-size: 15px !important;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_text_inner p:first-child {

  font-style: normal !important;
}

.checkout-inline-error-message {
  font-size: 14px !important;
  padding-top: 3px;
  color: tomato;
}
.mt-64 {
  margin-top: 64px !important;
}
.wpb_row.section .wpb_row.section {
  margin-bottom: 0 !important;
}

.testimonial_content_inner {
  padding-bottom: 0 !important;
}

.testimonial_author {
  display: none !important;
}


.btn {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  color: #303030 !important;
    transition: .3s ease-in-out;
}

.button.add_to_cart_button:hover,
.btn:hover {
  opacity: .8 !important;
}

.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
  color: rgba(240, 114, 171, 1);
}

.parallax-section {
  min-height: 600px !important;
  display: flex;
  align-items: center;
}

.btn-white {

  background: #fff !important;
}

.img-clip-arrow-left img {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

h2  {
    margin-bottom: 20px;
}

h3  {
    margin-bottom: 20px;
}


p {
    margin-bottom: 25px;
}

.parallax-section {
  background-position: center !important;
}

.parallax-section {
  background-position: center !important;  
  position: relative !important;
}

.parallax-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(240, 114, 171, 0.75);
  height: 100% !important;
}


.parallax-section *:not(.btn) {
  color: #fff !important;
}

.list-stlye-1 ol {
  display: grid !important;
  gap: 35px;
  grid-template-columns: 1fr 1fr;
}



.list-stlye-1 ol {
    margin-top: 50px;
   list-style: none !important;
}
.list-stlye-1 ol li {
  display: grid;
  grid-template-columns: 35px auto;
  gap: 15px;
}

.list-stlye-1 ol li .number {
  background: rgba(240, 114, 171, 1);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce-info,
.woocommerce-info * {
  text-transform: none !important;
}
.error404 .qbutton {
  border:0px !important ;
  text-transform: none !important;
}
.error404 .qbutton:hover {
  opacity: .8;
}
.error404 .qbutton,
.btn-main {
      background: rgba(240, 114, 171, 1);
      color: #fff !important;
      
}

.woocommerce ul.products li.product .image-wrapper img {
    margin-inline: 0 !important;
    width: 100% !important;
}

.product-info h6 {
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #F072AB;
}

.shopping_cart_dropdown {
  background: #fff !important;
}
.woocommerce-product-details__short-description ul,
.w3s-loop-short-desc ul {
  pointer-events: none !important;
  list-style: none !important;
 font-size: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.home .products {
  display: flex;
  justify-content: center;
}

.woocommerce-product-details__short-description ul li:not(:last-child),
.w3s-loop-short-desc ul li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.product-info:hover .w3s-loop-short-desc {
  color: #303030 !important;
}

.woocommerce-product-details__short-description {
  margin-top: 20px !important;
}
.label-title {
  position: absolute !important;
  left: 30px !important;
  top: 15px !important;
  background: #fff !important;
 
  padding: 5px 10px !important;
  
}
.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none !important;
}
.woocommerce-Price-amount.amount {
  color: #f072ab !important;
  font-weight: bold;
  font-size: 26px !important;
}
.single_add_to_cart_button {

}

.product_meta {
  display: none !important;
}

.label-title  p {
  color: #333333 !important;
}

.header_bottom {
  background: rgba(0,0,0,0.55) !important;
}

/* Hide quantity on product page */
.woocommerce div.product form.cart .quantity {
    display: none !important;
}

/* Hide quantity in product loops */
.woocommerce ul.products li.product .quantity {
    display: none !important;
}

/* Hide quantity in cart page */
.woocommerce-cart-form .product-quantity,
.woocommerce-cart-form .quantity {
    display: none !important;
}

/* Hide quantity in mini-cart */
.cart-subtotal,
.woocommerce-mini-cart-item .quantity,
.woocommerce-mini-cart-item .qty {
    display: none !important;
}

.shopping_cart_header .header_cart {
  filter: brightness(0) invert(1) contrast(1000%);
}

/* Hide quantity in checkout review order */
.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table .product-name .product-quantity {
    display: none !important;
}

/* Hide quantity before total (x1, x2, etc.) */
.woocommerce table.shop_table .product-quantity {
    display: none !important;
}


.top-product-section .add-to-cart-button-outer {
display: none !important;
}

.product .price {
  margin-bottom: 0px !important;
}

.view-cart {
  background-color: #f072ab !important;
  color: #fff !important;
}
.products .product_type_simple {
  background-color: #f072ab !important;
  opacity: 1 !important;
  margin-top: 10px !important;
  color: #fff !important;
  margin-left: auto !important;
  margin-right: auto !important;
  visibility: visible !important;
  
}

.title_subtitle_holder_inner h1 span{
text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}

nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash {
  background-color: #f072ab !important;
}
button[name="update_cart"],
input[name="update_cart"] {
    display: none !important;
}
.button,
.single_add_to_cart_button {

  background-color: #f072ab !important;
  border-color: #F072AB !important;
  color: #fff !important;
}

.parallax-section {
  background-size: cover !important;
}

.footer_bottom *{
  text-transform: none !important;
}

.woocommerce ul.products li.product:hover .add-to-cart-button {
  display: inline-block !important;
  position: relative !important;
  height: auto !important;
  top: unset !important;
  margin-left: unset !important;
}

.wc_payment_method label {
  margin-left: 0 !important;
}
.payment_box.payment_method_vivacom_smart {
  padding-left: 0 !important;
}
.woocommerce-error {
  background-color: rgb(204, 18, 18) !important;
}
.woocommerce-error  * {
  text-transform: none !important;
  color: #fff !important;
}
@media (max-width: 1400px) {
    .hero-text h1 {
    font-size: 32px;
  }

  h2,
  .hero-text h2 {
    font-size: 26px;
  }
}
.flex-row .section_inner_margin {
  display: flex;
  align-items: center;
}

.footer_bottom ul li a,
.footer_bottom  p {
  font-size: 16px !important;
}

.copyrights {
  max-width: 85vw;
  width: 100%;
  margin-inline: auto;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #fff;
}
#menu-footer-menu {
  margin-top: 15px;
}



 .page-template-destination-picker  .qode-accordion-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}



.page-template-destination-picker  .q_elements_item_inner .qbutton {
  margin-top: 10px !important;
  border: 0 !important;
  border-radius: 0px !important;
  color: #fff !important;
  padding: 5px 35px !important;
}



.page-template-destination-picker  .q_elements_item  {
  background: #fff;
}
.page-template-destination-picker  .q_elements_item .wpb_single_image {
  margin-bottom: 0 !important;
}
.page-template-destination-picker  .q_elements_item p {
  padding: 10px;
  font-size: 15px !important;
}

.page-template-destination-picker  .q_elements_item .qbutton {
  margin-inline: 10px !important;
  margin-bottom: 10px !important;
  text-transform: none !important;
}

.page-template-destination-picker  .qode-accordion-holder h2 {
  background: #f072ab !important;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  margin-bottom: 0 !important;
}

.page-template-destination-picker  .qode-accordion-content {
  background: #f5f5f5;
}

.page-template-destination-picker  .qode-accordion-holder h2:hover,
.page-template-destination-picker  .qode-accordion-holder h2.ui-accordion-header-active{
  opacity: .8;
}

.page-template-destination-picker  .q_elements_item,
.page-template-destination-picker  .q_elements_item_inner {
    display: flex !important;
  flex-direction: column !important;
  height: 100% !important; 
}
.page-template-destination-picker  .q_elements_item_inner .q_elements_item_content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;  
  align-items: flex-start !important;
}

.page-template-destination-picker  .q_elements_item_inner .q_elements_item_content .qbutton {
  margin-top: auto !important;
}

.pretty-order-form {
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 25px 30px;
  background: #ffffff;
  border: 1px solid #f3c8db;
  
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

.error-msg {
  text-align: center !important;
}
.pretty-order-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.pretty-order-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #ddd;  
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
}

.pretty-order-form input:focus {
  border-color: #f072ab;
  box-shadow: 0 0 5px rgba(240, 114, 171, 0.4);
}

.order-info-text {
  margin: 10px 0 20px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.pretty-order-form p {
  margin-bottom: 0 !important;
}

.pretty-order-form button {
  width: 100%;
  padding: 12px 14px;
  background: #f072ab;
  color: #fff;
  border: none;  
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
 font-family: 'Comfortaa', sans-serif;
}

#coupon-error-notice {
  display: block;
  margin-top: 15px;
}
.pretty-order-form button:hover {
  background: #d96097;
}

.pretty-order-form button:active {
  transform: scale(0.97);
}

.text-white * {
  color: #fff !important;
}

@media (max-width: 1000px) {
  .shopping_cart_header .header_cart span {
    color: #000 !important;
  }
  .btn {
    font-size: 15px;
  }
  .mt-64 {
    margin-top: 20px !important;
  }
  .shopping_cart_header .header_cart {
 filter: brightness(0%) contrast(100%);
}
  .shopping_cart_outer,
  .header_bottom_right_widget_holder {
    display: block !important;
  }
  .header_bottom {
  background: #fff !important;
}
.header_bottom_right_widget_holder {
  display: flex;
  align-items: center;
}

.shopping_cart_inner,
.mobile_menu_button,
.logo_wrapper {
    height: 130px !important;
}

.q_logo .mobile {
  border: 1px solid #ddd !important;
  border-radius: 50% !important;
}
  #hero .full_section_inner {      
    min-height: unset !important;
  }

  #hero .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr !important;
  }
  #hero .hero-left-img img {
    height: 100% !important;
    min-height: 50vh !important;
    object-fit: cover;
  }
   #hero  .wpb_wrapper > p:has(.home-logo) {
    margin-top: -110px;
  }
   #hero .wpb_text_column > .wpb_wrapper {
    padding-bottom: 60px;
  }
.page-template-destination-picker   .qode-accordion-content-inner {
      grid-template-columns: 1fr 1fr;
   }
  .page-template-destination-picker  .wpb_single_image {
    width: 100% !important;
      height: 200px !important;
  overflow: hidden !important;

}

.page-template-destination-picker  .vc_single_image-wrapper,
.page-template-destination-picker  .vc_single_image-wrapper img {
  width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  object-position: center !important;
}
}
@media (max-width: 767px) {
  .page-template-destination-picker .qode-accordion-holder h2,
  .page-template-destination-picker  h3 {
    font-size: 20px;
  }
  
  .woocommerce-Price-amount.amount {
  
  font-size: 22px !important;
}
  .products {
  display: flex !important;
  flex-direction: column !important;
}

.products li {
  width: 100% !important;
}
  .testimonials_c_holder .flex-control-nav {
    margin-top: 20px !important;
  }
.flex-row .section_inner_margin {
  flex-direction: column;
  gap: 20px;
}
  .bonus-section .wpb_text_column:nth-child(1),
.bonus-section .wpb_text_column:nth-child(2){
  margin-bottom: 30px !important;
}
  .parallax-section {
    min-height: 500px !important;
    padding-block: 50px !important;
  }

  .hero-text h1 {
    font-size: 28px;
  }
  h2,
  .hero-text h2 {
    font-size: 24px;
  }
 
  .parallax-section,
  .wpb_row.section {
      margin-bottom: 40px !important;
  }
  .img-clip-arrow-left img {
    margin-top: 25px;
  }
  .list-stlye-1 ol {
    grid-template-columns: 1fr;
  }
  .page-template-destination-picker  .qode-accordion-content-inner {
      grid-template-columns: 1fr;
   }
   .page-template-destination-picker  .page_container_inner {
 max-width: 90% !important;
  width: 100% !important;
}
  .page-template-destination-picker .qode-accordion-holder .qode-title-holder .qode-tab-title {
    height: 40px !important;
  }
    .page-template-destination-picker .qode-accordion-holder .qode-accordion-content-inner h3 {
      font-size: 19px !important;
    }

      .page-template-destination-picker  .wpb_single_image {
  
      height: 180px !important;
  

}

.page-template-destination-picker  .vc_single_image-wrapper,
.page-template-destination-picker  .vc_single_image-wrapper img { 
height: 180px !important;
}

}


@media only screen and (max-width: 480px) {
  .title.title_size_large h1 {
    font-size: 27px !important;
    line-height: 32px !important;
  }
}