/*
Theme Name: Thrive Theme Child
Template: thrive-theme
Author: thrive-theme

*/
fieldset#wc-stripe-upe-form {
    display: none;
}
.payment_box fieldset {
    margin-top: 20px;
}
    .woocommerce .woocommerce-tabs ul.wc-tabs li a{
        font-size: 20px !important;
        margin-bottom: 13px;
    }
.woocommerce-checkout input[type=radio]+label:before{
    top: 10px !important;
}
/*single-product*/
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0 !important;
}

.tab-product .tabs li {
    border-bottom: none !important;
    padding: 0 !important;
}
.tab-product .tabs li.active {
    border-bottom: 2px solid #4EB1ED !important;
    padding: 0 !important;
}
.tab-product .tabs li:hover {
    border-bottom: 2px solid #4EB1ED !important;
    padding: 0 !important;
}
.product-variations form.variations_form select {
    background: transparent !important;
        border: none !important;
    border-bottom: 1px solid #767676 !important;
}
.product-variations form.variations_form select option {
    color: #767676 !important;
}
.product-variations form.variations_form table.variations tbody tr{
    margin-right: 10px;
}
.product-variations form.variations_form table.variations tbody tr td.value::before{
    display: none;
}
.product-variations form.variations_form td.value::after {
    content: '';
    width: 16px;
    height: 9px;
    background: url('/wp-content/uploads/2025/08/Vector-15.png');
    display: block;
    position: absolute;
    top: 38%;
    right: 11px;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: none;
}

.inquiry-form form input::placeholder, .inquiry-form form textarea::placeholder {
    font-size: 16px;
    font-weight: 400 !important;
    color: #000 !important;
    opacity: 1;
}
.inquiry-form form .gfield--type-html{
    font-size: 14px;
    padding: 14px 0;
}
.inquiry-form form input.gform_button{
    margin-top: 20px;
}


.footer p{
    color: #fff;
}

#product-list p.error {
    color: #fff;
}


.custom-container{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
div#product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    justify-content: space-between;
}
.cust-range input#radiusRange {
    padding: 0 !important;
    width: 80%;
    appearance: none;
    border-radius: 50px;
    height: 10px;
    background: #242424;
    border: none;
    margin: auto;
    text-align: center;
    display: block;
    position: relative;
}
.cust-range input#radiusRange:before {
    content: "0";
    left: -20px;
}
.cust-range input#radiusRange:after {
    content: "100";
    right: -35px;
}
.cust-range input#radiusRange:before, .cust-range input#radiusRange:after {
    font-size: 16px;
    display: block;
    position: absolute;
    top: -2px;
    line-height: 100%;
    color: #767676;
}
.cust-range span {
    display: block;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10px;
}
.custom-product:hover .btn-icon a svg path {
    fill: #fff;
}
.product-option .product-header {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
}
.product-title h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: "Urbanist", Sans-serif;
}
.custom-product{
     border: 2px solid #4EB1ED;
     display: grid;
}
.custom-product .product-info {
    padding: 20px;
   
}
.custom-product .product-info .info-content {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.custom-product a.book-now-btn {
    background: #4EB1ED;
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 13px;
    margin-top: auto;
}
.custom-product .product-info .info-content .btn-icon a{
        border-radius: 5px;
    width: 35px;
    height: 35px;
    justify-content: center;
    display: flex
;
    align-items: center;
    padding: 0;
}
.custom-product .product-info .info-content .btn-icon a svg {
    display: block;
}
.custom-product .product-info img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.custom-product .product-info h2 {
    font-size: 30px;
    color: #4EB1ED;
    font-weight: 400;
}
.custom-product .product-info p{
    color: #fff;
}
.custom-product:hover {
    background: #4EB1ED;
}
.custom-product:hover .product-info h2, .custom-product:hover .product-info p {
    color: #000;
}
.custom-product:hover a.book-now-btn {
    background: #000;
    color: #4EB1ED;
    border: none;
    margin-top: auto;
    text-decoration: none;
}
 /* For shop page */
    #custom_map {
            height: 500px;
            width: 100%;
        }
    .custom_map_option {
        display: grid;
        align-items: center;
        background: #000;
        color: white;
        justify-content: space-between;
        grid-template-columns: 60% 40%;
        border: 1px solid #767676;
        margin-top: -40px;
    z-index: 1;
    position: relative;
    }
    .custom_map_option .cust-range {
    border-left: 1px solid #767676;
    padding: 30px 20px;
    position: relative;
}
    #address {
        width: 100%;
        padding: 20px;
        border: none;
        margin-right: 10px;
        background: transparent;
        color: #767676;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Urbanist", sans-serif;

    }
    #address:focus{
        outline: none;
        border: none;
    }
    input[type=range] {
        margin-left: 10px;
        margin-right: 5px;
    } 
    .product_fiter_option {
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 50px;
}
    .product_fiter_option select {
    background: transparent;
    color: #767676;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    width: 20%;
    font-family: "Urbanist", sans-serif;
}
.product_fiter_option select:focus {
    outline: none;
    border: none;
}
 /* End For shop page */

.font-cambrine h2{
    font-family:'Cambrine' !important;
}
/* For Checkout Page */
.woocommerce-checkout .woocommerce-billing-fields > h3 {
    display: none
}
  .woocommerce-checkout .custom-checkout-wrapper {
    display: flex;
    gap: 30px;
    background: #000;
    color: #fff;
}

.woocommerce-checkout .checkout-left {
    flex: 1;
    background: transparent;
}

.woocommerce-checkout .checkout-right {
    flex: 0.8;
    background: #111;
    padding: 20px;
    border: 1px solid #333;
}

.woocommerce-checkout .order-info-title {
    color: #00aaff;
    font-size: 1.8em;
}

.woocommerce-checkout .order-details {
    list-style: none;
    padding: 0;
}

.woocommerce-checkout .order-details li {
    margin-bottom: 10px;
}

.woocommerce-checkout .terms-section label {
    display: block;
    margin-top: 15px;
    font-size: 0.9em;
}

.woocommerce-checkout .terms-section a {
    color: #00aaff;
}

.woocommerce-checkout button.button,
.woocommerce-checkout .woocommerce button.button.alt {
    background-color: #00aaff;
    color: #fff;
    padding: 12px;
    width: 100%;
    text-align: center;
    border: none;
}

/* For login page */

.tmx-login-section .tmx-container {
	max-width:520px;
	width:520px;
    margin:0 auto;
}
section.tmx-login-section {
    height: 100vh;
    background-image: url(/wp-content/uploads/2025/08/image-11.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tmx-form-card {
      background-color: #000;
      width: 100%;
      max-width: 100%;
      padding: 2.5rem 2rem 3rem 2rem;
      border-radius: 0px;
      display: flex;
      flex-direction: column;
      color: #eee;
} 
.tmx-logo { width: 100%; text-align: center; }
.tmx-logo img { margin-top: -147px; }
.tmx-welcome { 
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: "Urbanist", Sans-serif;
    margin-top:53px;
    margin-bottom: 30px;
}
.tmx-welcome b, .tmx-welcome .tmx-highlight { font-weight: 400; color: #4eb1ed; }
.tmx-input-group { position: relative; margin-bottom: 1.7rem; }
input.tmx-input-email, input.tmx-input-password {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1px solid #444;
      padding: 10px 36px 15px 0;
      color: #ddd;
      font-size: 14px;
      outline: none;
      letter-spacing: 0.03em;
      transition: border-color 0.3s;
}
input.tmx-input-email::placeholder,
input.tmx-input-password::placeholder {
      color: #555;
      font-size: 13px;
      letter-spacing: 0.05em;
}
input.tmx-input-email:focus,
input.tmx-input-password:focus { border-bottom-color: #2dbff0; }
.tmx-input-icon {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      fill: #666;
      width: 18px;
      height: 18px;
      cursor: default;
      transition: fill 0.3s;
}
input.tmx-input-email:focus ~ .tmx-input-icon,
input.tmx-input-password:focus ~ .tmx-input-icon { fill: #00aaff; }
.tmx-password-toggle { cursor: pointer; transition: fill 0.3s; }
.tmx-password-toggle:hover { fill: #00bffd; }
.tmx-btn-login {
    background-color: #2dbff0;
    color: #000 !important;
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    font-family: "Urbanist", Sans-serif;
    border: none;
    text-align: center;
    justify-content: center;
    display: flex
;
    align-items: anchor-center;
}
.tmx-bottom-row {
    margin: 0px;
    align-items: center;
    font-size: 16px;
	display:flex;
    color: #767676;
	justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 60px;
}
.tmx-bottom-row a {
      color: #2dbff0;
      text-decoration: none;
      transition: color 0.25s ease-in-out;
}
.tmx-bottom-row a:hover,
.tmx-bottom-row a:focus {
      text-decoration: underline;
      outline: none;
      color: #00aaff;
}
.tmx-btn-google {
    border: 1.7px solid #444;
    color: #767676 !important;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    padding: 21px 12px;
    border-radius: 3px;
	font-family: "Urbanist", Sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    transition: border-color 0.3s, color 0.3s;
}
.tmx-btn-google:hover,
.tmx-btn-google:focus {
      border-color: #2dbff0 !important;
      color: #2dbff0 !important;
      outline: none;
      box-shadow: 0 6px 15px rgba(45, 191, 240, 0.5);
      background-color: #000 !important;
}
.tmx-btn-google svg { fill: #2a64f7; height: 20px; width: 20px; transition: fill 0.3s ease; }
.tmx-btn-google:hover svg { fill: #1a45d1; }
.tmx-btn-google img {
    width:35px;
    object-fit: contain;
    padding-right: 15px;
}
a.btn-login:hover {
    background: #4eb1ed;
    color: #000;
}
.tmx-bottom-row p {
    margin: 0px;
}
.tmx-input-group input::placeholder {
    text-transform: uppercase !important;
    font-weight: 500 !important;
	font-family: "Urbanist", Sans-serif !important;
}

/* For register page */


.blue-section {
    background-size: 100% 100%;
}
.ui-datepicker-today a {
    background: #4eb1ed !important;
    color: #000 !important;
}
div#tab-additional_information tr td {
    padding-left: 23px;
}
.about-banner{
	background-size: 100% 100%;
}
.footer-links ul li a {
    text-decoration-color: #fff !important;
}
.footer-links ul li a:hover{
    text-decoration-color: #4eb1ed !important;
}
.elementor-element.elementor-element-9f54561 p span:hover {
    color: #4eb1ed;
}
.elementor-element.elementor-element-9f54561 span a {
    color: #fff;
	text-decoration:underline;
}
.elementor-element.elementor-element-9f54561 span a:hover{
    color: #4eb1ed;
	text-decoration-color:#4eb1ed;
}
.box-lite:hover .elementor-element h2.elementor-heading-title {
    color: #000;
} 
.main-box:hover .book-button a{
    background-color: transparent;
}
.main-box:hover .book-button a .elementor-button-text{
    color:#4eb1ed;
}

.show-icon{
	display:none;
}
.box-lite:hover .hide-icon{
	display:none;
}
.box-lite:hover .show-icon{
	display:block;
}
span.extra {
    color: #4eb1ed;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 200s linear infinite;
  color: #fff;
  font-size: 180px;
  font-weight: 600;
  text-transform: uppercase;
	font-family: "Urbanist";
}
.stoke span{
	color: transparent; /* Inside transparent */
  -webkit-text-stroke: 2px #fff; /* Stroke color and thickness */
  text-stroke: 2px #fff; /* For some other browsers */
}
form.variations_form.cart table.variations tbody tr {
    width: 30%;
    max-width: 30%;
    flex-wrap: wrap;
    display: inline-block;
}
form.variations_form.cart table.variations tbody tr {
    width: 30%;
    max-width: 30%;
    display: grid
;
    float: left;
    text-align: left;
}
.product-form input:focus {
outline:none;
}
.product-form textarea#input_10_4{
	 border: none;
    border-radius: 0px;
    border-bottom: 1px #000 solid;
    background: none;
    padding: 13px 0px !important;
    color: #000;
		font-size:16px;
		font-weight:600;
height: 55px;
font-family: "Urbanist", Sans-serif;
}
.product-form textarea#input_10_4::placeholder{
    color: #000;
		font-size:16px;
		font-weight:600;
font-family: "Urbanist", Sans-serif;
}
.product-form textarea#input_10_4:focus{
	outline:none;
}
.product-form .gform_title{
    display: none;
}
.product-form input {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px #000 solid !important;
    background: none;
    padding: 13px 0px !important;
    color: #000;
    font-size: 16px !important;
    font-weight:600;
    font-family: "Urbanist", Sans-serif;
}
.product-form input::placeholder{
	 color: #000;
text-transform: uppercase;
	font-size:16px;
		font-weight:600;
font-family: "Urbanist", Sans-serif;
}
div#field_10_6 p {
    margin: 18px 0px;
    position: relative;
    top: 9px;
    color: #000;
    font-weight: 500;
}
.gform-footer.gform_footer.top_label input#gform_submit_button_10 {
    background-color: #000;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 75px !important;
    position: absolute;
    right: 0px;
}
.woocommerce div.product form.cart .variations select {
    color: #767676;
    border: none;
    border-radius: 0px;
    border-bottom: 1px #767676 solid;
    padding-left: 0px;
    padding-bottom: 22px;
}
.woocommerce div.product form.cart .variations select:focus{
   outline:none
}
form.variations_form.cart table.variations tbody tr th.label {
    display: none;
}
form.variations_form.cart table.variations tbody tr td.value {
    background: none;
    position: relative;
}
form.variations_form.cart table.variations tbody tr td.value::before {
    content: "";
    position: absolute;
    right: 13px;
    color: #fff;
    background-image: url(/wp-content/uploads/2025/08/Vector-1.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    top: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}
.woocommerce .elementor-12124 .elementor-element.elementor-element-54c9ff0 .woocommerce-tabs ul.wc-tabs li.active {
    border-bottom: 2px #4eb1ed solid !important;
}
div#bkap-booking-form p.bkap_duration_section {
    display: none;
}
div#inline_calendar .ui-datepicker-inline {
    width: 100%;
}
div#bkap-booking-form {
    display: flex
;
border:none !important;
padding:0px 0px !important;
	gap: 20px !important;
}
div#bkap-booking-form .bkap-form-error {
    display: none;
}
div#inline_calendar .ui-datepicker-inline {
    width: 100%;
border:none !important;
}

div#bkap_start_date {
    flex: 1;
}

div#show_time_slot {
    flex: 1;
}

div#bkap-booking-form .bkap-form-error {
    display: none;
}
ul.bkap-duration-block li {
    padding: 0px 0px;
    min-width: 33.33% !important;
    text-align: left;
}

ul.bkap-duration-block li a {
    width: auto !IMPORTANT;
    text-align: center;
}
input#booking_calender {
    border: 1px #767676 solid;
    border-radius: 0px;
    background: none;
    color: #fff;
    margin-bottom: 0px;
padding: 15px 20px;
}
label.book_start_date_label {
    display: none;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #4eb1ed;
    border: none !important;
    color: #000;
    font-weight: 500;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding: 10px 20px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title {
    font-size: 16px;
    font-weight: 500 !important;
    padding: 13px 0px;
	font-family: "Urbanist", Sans-serif !important;
}
table.ui-datepicker-calendar thead tr {
    background: #000;
    color: #fff;
    border-left: 1px #767676 solid;
    border-right: 1px #767676 solid;
}
.ui-datepicker td .ui-state-default {
    background: #000;
    color: #767676;
    font-size: 16px;
}
/* .ui-datepicker td .ui-state-active {
    background-color: #4eb1ed;
    color: #000;
} */
.ui-datepicker td {
    border: 1px solid #767676;
    padding: 0 !important;
}
table.ui-datepicker-calendar tbody tr .ui-state-disabled {
    background: #000 !important;
opacity:1 !important;
}
.show_time_slot .bkap-duration-block li a {
    background: #000 !important;
     color: #fff;
}
ul.bkap-duration-block li.bkap_block {
    border: 1px #767676 solid;
    border-top: 0px;
}
ul.bkap-duration-block li.bkap_block a:hover {
    background: #4eb1ed !important;
    color: #000 !important;
}
ul.bkap-duration-block li.bkap_block a.bkap-duration-selected {
    background: #4eb1ed !important;
    color: #000 !important;
}
div#show_time_slot label#bkap_book_time {
    border: 1px #767676 solid;
    width: 100%;
    padding: 19px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
}
.awcdp-deposits-wrapper {
    display: none;
}
.quantity input {
    display: none !important;
}
button.single_add_to_cart_button {
    margin: 0px !important;
    width: 100%;
    background-color: #4eb1ed !important;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    color: #000 !important;
}
span#bkap_price {
    color: #4eb1ed;
}
a.reset_variations {
    color: #4eb1ed;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
    max-width: 1140px;
    margin: 150px auto 100px;
}
.woocommerce-checkout main#content {
    width: 100%;
    max-width: 100%;
    background: #000;
    padding-top: 175px;
    padding-bottom: 100px;
}
.woocommerce-checkout main#content .page-header {
    display: none;
}

.woocommerce-checkout main#content ul.order-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 15px; /* space between items */
    list-style: none; /* optional: remove default bullets */
    padding: 0;
    margin: 0;
}
.woocommerce-checkout .order-details li {
    margin-bottom: 10px;
    display: grid;
    margin-left:0;

}
ul.order-details:nth-child(2) {
    border: none !important;
}
form.checkout.woocommerce-checkout p {
    width: 100%;
    color: #fff;
}

.woocommerce-checkout form.checkout.woocommerce-checkout p input {
    border-radius: 0px ;
    background: none ;
	    border: none ;
    border-bottom: 1px #767676 solid ;
    padding: 20px 0px;
color:#767676;
    text-transform: uppercase;
    font-size: 16px;
}
form.checkout.woocommerce-checkout p input:focus {
 outline:none;
}
.checkout-left h2.order-info-title {
	margin-top:0px;
    font-size: 40px ;
    font-weight: 400;
    font-family: "Urbanist", Sans-serif;
margin-bottom:35px;
}
form.checkout.woocommerce-checkout ul.order-details li strong {
    font-weight: 400;
    color: #767676;
    font-family: "Urbanist", Sans-serif;

    font-size: 16px;
}
form.checkout.woocommerce-checkout ul.order-details li {
    font-size: 20px;
    font-weight: 500;
    font-family: "Urbanist", Sans-serif;

}
form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Urbanist", Sans-serif;
    color: #fff;
}
form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right {
    padding: 43px 20px 20px 20px;
width:44%;
flex:unset
	;
	background-color:unset;
}
form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right label {
    display: none;
}
form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right input:placeholder {
    color: #767676 !important;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .custom-checkout-wrapper .terms-section label {
    font-size: 16px;
    font-weight: 500;
    color: #767676;
	    font-family: "Urbanist", Sans-serif;
}
form.checkout.woocommerce-checkout .custom-checkout-wrapper div#payment {
    background: unset;
    padding: 35px 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label {
    display: block;
}
form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right button#place_order {
    border-radius: 0px !important;
    height: 70px !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
font-family: "Urbanist", Sans-serif;
}
.page-id-586 .elementor-element.elementor-element-ec599da.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    display: none;
}
.page-id-586 .elementor-element.elementor-element-6080424.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    border-top: 1px #fff solid;
}
ul.order-details li:last-child p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}
.terms-section h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #fff;
}
.terms-section {
    border-top: 1px #767676 solid;
    padding-top: 27px;
}
.custom-product-portfolio {display: grid;grid-template-columns: repeat(4, 1fr); /* 3 columns */gap: 20px; /* space between items */list-style: none; /* optional: remove default bullets */padding: 0;margin: 0;}

.custom-product-portfolio img {
    border: 2px #4EB1ED solid !important;
    width: 100%;
    height: 300px !important;
    object-fit: fill;
}
div#ajax_img {
    margin-top: -10px;
}
.checkout-left ul.order-details {
    border-top: 1px #767676 solid;
    padding-top: 30px !important;
        display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
}
.checkout-left ul.order-details:nth-Child(1) {
    border-top:none !important;
    padding-top: 0px !important;
}
fieldset#wc-stripe-upe-form {
    border: none;
}
ul.woocommerce-error {
    max-width: 50%;
}
.ui-datepicker td .ui-state-active {
    background: #4eb1ed;
    color: #000;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

@media (max-width:991px){
    div#product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.woocommerce-checkout .custom-checkout-wrapper{
    flex-wrap: wrap;
}
form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right{
    width: 100% !important;
}
}
@media only screen and (max-width:767px){
	.custom-product-portfolio {display: grid;grid-template-columns: repeat(2, 1fr); /* 3 columns */gap: 10px; /* space between items */list-style: none; /* optional: remove default bullets */padding: 0;margin: 0;}

	.woocommerce-checkout .custom-checkout-wrapper {
    display: grid;
		
}
.custom-product-portfolio img {
    height: 170px !important;
}
	.checkout-left h2.order-info-title {
    font-size: 30px;
    margin-bottom: 25px;
}
	.woocommerce-checkout main#content ul.order-details {
    grid-template-columns: repeat(2, 1fr);
}
	form.checkout.woocommerce-checkout ul.order-details li {
    font-size: 17px;
}
	
	form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right {
    padding: 20px 20px 20px 20px;
		width:100%;
}
	form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right {
    width: 100%;
}
	.woocommerce-checkout main#content {
    padding-top: 30px;
    padding-bottom: 50px;
}
div#field_10_6 p {
 
    top: 0px;
   
}
	.marquee span {
  font-size: 100px;
  
}
.gform-footer.gform_footer.top_label input#gform_submit_button_10 {
    position: unset;
    right: 0px;
padding:13px 30px !important;
}
	form.variations_form.cart table.variations tbody tr {
    width: 100%;
    max-width: 100%;
    display: grid
;
    float: left;
    text-align: left;
}
div#bkap-booking-form {
    display: block;
    border: none !important;
    padding: 0px 0px !important;
    gap: 20px !important;
}
	.woocommerce div.product.elementor ul.tabs li a {
    padding: 0.4em 1em;
}
div#product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.product-title h3{
        font-size: 22px;
    }
    .product-option .product-header {
    margin: 30px 0;
}
.woocommerce-checkout form.checkout.woocommerce-checkout{
    margin: 70px auto;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
	.custom-product-portfolio img {
    height: 250px !important;
}
		.custom-product-portfolio {display: grid;grid-template-columns: repeat(3, 1fr); /* 3 columns */gap: 15px; /* space between items */list-style: none; /* optional: remove default bullets */padding: 0;margin: 0;}

	.woocommerce-checkout main#content ul.order-details {

    grid-template-columns: repeat(2, 1fr);
  
}
	form.checkout.woocommerce-checkout .custom-checkout-wrapper .checkout-right {
    padding: 20px 20px 20px 20px;
    width: 50%;
}
	.checkout-left h2.order-info-title{
		margin-top:0px;
	}
	.woocommerce-checkout main#content {
  
    padding-top: 60px;
}
	
ul.bkap-duration-block li {
    min-width: 50% !important;
}
		.marquee span {
  font-size: 120px;
  
}

div#field_10_6 p {
    top: 0px;
}
	.blue-section {
    background-size: cover;
    background-position: bottom;
}
.gform-footer.gform_footer.top_label input#gform_submit_button_10 {
    position: unset;
    right: 0px;
padding:13px 30px !important;
}
}
@media (max-width:650px){
    .product_fiter_option{
        gap: 15px;
    }
    .product_fiter_option select{
        width: 30%;
    }
}
@media (max-width:575px){
    .custom_map_option{
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .custom_map_option .cust-range {
    border-top: 1px solid #767676;
    border-left: none;
}
}
@media (max-width:430px){
   .product_fiter_option{
        justify-content: start;
    }
    .product_fiter_option select{
        width: 27%;
    }
    .product-option .product-header {
    flex-wrap: wrap;
    gap: 15px;
}
}