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

*/

.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;
}
span.mwc-external-checkout-buttons-divider.available
 {
    display: none !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;
}
.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: flex;
     flex-direction: column;
     padding: 11px;
}
.custom-product .product-info {
    padding: 8px 0 0;
}
.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 !important;
    margin-bottom: 0;
}
.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;
    padding: 4px 0;
}
body.tatmatch-artists-fullblack .custom-product:hover {
    background: #4EB1ED;
}
body.tatmatch-artists-fullblack .custom-product:hover .product-info h2 a, .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;
}
 /* Artist browse: wide letterbox map (not full viewport height) + bottom bar */
    .tatmatch-map-stage {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 300px;
        overflow: hidden;
        border: 1px solid #4eb1ed;
    }
    .tatmatch-map-stage #custom_map,
    .tatmatch-map-stage .tatmatch-custom-map {
        inset: 0;
        width: 100%;
        height: 450px;
        margin: 0;
    }
    .custom_map_option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px 20px;
        padding: 4px 8px 4px 0;
        background: rgb(0 0 0 / 0%);
        color: #fff;
        border: 0;
        border-top: 1px solid #4eb1ed;
        box-sizing: border-box;
    }
    .tatmatch-map-location-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10px;
        min-height: 100%;
        box-sizing: border-box;
        width: 40%;
    }
	.custom_map_option .cust-range.tatmatch-radius-range{
		width: 50%;
		padding: 10px;
	}
	.custom_map_option .cust-range-top {
	    display: flex;
	    align-items: center;
	    gap: 12px;
	}
	.custom_map_option .cust-range-edge {
	    font-size: 14px;
	    color: #4eb1ed;
	    font-weight: 600;
	    flex-shrink: 0;
	}
	.custom_map_option .cust-range input#radiusRange{
	    flex: 1;
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    height: 8px;
	    appearance: none;
	    background: #4a4a4a;
	    border-radius: 8px;
	    border: none;
	    cursor: pointer;
	}
	.custom_map_option .cust-range-value {
	    display: block;
	    text-align: center;
	    font-size: 12px;
	    font-weight: 400;
	    color: #e8e8e8;
	    font-family: "Urbanist", sans-serif;
	}
    .tatmatch-gps-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        background: transparent;
        border: 1px solid #4eb1ed;
        color: #e8e8e8 !important;
        font-size: 15px;
        font-weight: 600;
        text-transform: none;
        cursor: pointer;
        border-radius: 4px;
    }
    .tatmatch-gps-btn:hover:not(:disabled) {
        background: rgba(78, 177, 237, 0.12);
        color: #fff;
    }
    .tatmatch-gps-btn:disabled {
        opacity: 0.6;
        cursor: wait;
    }
    .tatmatch-gps-icon {
        font-size: 18px;
        line-height: 1;
        color: #4eb1ed;
    }
    .tatmatch-location-status {
        font-size: 13px;
        color: #c0c0c0;
        max-width: 100%;
    }
    /* Homepage shortcode [tatmatch_home_style_dropdown] — place under hero / “Skip the back-and-forth” */
    .tatmatch-home-style-dropdown-wrap {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        padding: 28px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .tatmatch-home-style-dropdown-label {
        display: block;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 12px;
        color: #e8e8e8;
        font-family: "Urbanist", sans-serif;
    }
    .tatmatch-home-style-dropdown-inner {
        position: relative;
    }
    .tatmatch-home-style-dropdown-select {
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        color: #1a1a1a;
        border: 2px solid #1a1a1a;
        border-radius: 6px;
        padding: 14px 40px 14px 16px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Urbanist", sans-serif;
        cursor: pointer;
        box-sizing: border-box;
    }
    .tatmatch-home-style-dropdown-select:focus {
        outline: 2px solid #4eb1ed;
        outline-offset: 2px;
    }
    .tatmatch-home-style-dropdown-wrap--empty .tatmatch-home-style-dropdown-empty {
        margin: 0;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.5;
        color: #e8e8e8;
        background: rgba(0, 0, 0, 0.35);
        border: 1px solid #767676;
        border-radius: 6px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .tatmatch-home-style-dropdown-anchor {
        width: 100%;
        clear: both;
    }
    input[type=range] {
        margin-left: 10px;
        margin-right: 5px;
    } 
    .product_fiter_option.tatmatch-filter-bar,
    .product_fiter_option {
    background-color: #000000;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px 20px;
    padding: 50px 0px 25px;
    box-sizing: border-box;
}
    .product_fiter_option select option {
        color: #1a1a1a;
        background: #fff;
    }
    .product_fiter_option select {
    background-color: #000000;
    color: #e8e8e8;
    border: 1px solid #444;
    border-radius: 0px;
    padding: 13px 36px 12px 14px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    min-width: 200px;
    max-width: 100%;
    font-family: "Urbanist", sans-serif;
    cursor: pointer;
    appearance: auto;
}
.product_fiter_option select:focus {
    outline: 2px solid #4eb1ed;
    outline-offset: 2px;
}
    .tatmatch-style-multiselect-inner {
    position: relative;
    min-width: 220px;
    max-width: 100%;
}
    .tatmatch-style-multiselect-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background-color: #000000;
    color: #e8e8e8;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}
    .tatmatch-style-multiselect-toggle:focus {
    outline: 1px solid #ffffff;
    outline-offset: 0px;
}
    .tatmatch-style-multiselect-caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #aaa;
    flex-shrink: 0;
}
    .tatmatch-style-multiselect-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 200;
    background: #0a0a0a;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 12px;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
    .tatmatch-style-multiselect-panel[hidden] {
    display: none !important;
}
    .tatmatch-style-multiselect-hint {
    margin: 0 0 10px;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}
    .tatmatch-style-multiselect .tatmatch-style-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
    .tatmatch-style-multiselect .tatmatch-style-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #e0e0e0;
}
    .tatmatch-style-multiselect .tatmatch-style-label input {
    width: auto;
    margin: 0;
    accent-color: #4eb1ed;
}

 .tatmatch-location-autocomplete-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
    max-width: 100%;
}
    .tatmatch-location-autocomplete-inner {
    position: relative;
    width: 100%;
}
    .tatmatch-location-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 100;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    overflow-y: hidden;
    padding: 2px 0;
}
    .tatmatch-location-suggestion-item {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 4px 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: "Urbanist", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    color: #111827;
    box-sizing: border-box;
}
    .tatmatch-location-suggestion-item:hover,
    .tatmatch-location-suggestion-item:focus {
    background: #f3f4f6;
    outline: none;
}
    .tatmatch-location-suggestion-pin {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    display: block;
}
    .tatmatch-location-suggestion-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-width: 0;
    flex: 1;
}
    .tatmatch-location-suggestion-main {
    font-weight: 600;
    color: #111827;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
    .tatmatch-location-suggestion-sec {
    font-size: 11px;
    font-weight: 400;
    color: #6b7280;
    width: 100%;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .tatmatch-location-filter {
    background-color: #000000 !important;
    color: #e8e8e8 !important;
    border: 1px solid #444 !important;
    border-radius: 4px;
    padding: 12px 14px;
    min-width: 220px;
}
    .tatmatch-location-filter::placeholder {
    color: #888;
}
    .tatmatch-style-select-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
    .tatmatch-style-select-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #aaa;
}
 /* 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:540px;
	width:540px;
    margin:0 auto;
    padding-inline: 20px
}
section.tmx-login-section {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2025/08/image-11.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
padding-top:100px;
}
.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:focus, input.tmx-input-password:focus{
	 color: #ddd !important;
}
input.tmx-input-email, input.tmx-input-password {
      width: 100%;
      height:46px;
      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: #ddd;
      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: 10px;
      top: 50%;
      transform: translateY(-50%);
      fill: #ddd;
      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: #fff !important;
    height: 55px;
    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: center;
cursor: pointer;
}
.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;
}
/* Hide quantity div (and +/- buttons) on artist/product page only; keep quantity visible in cart/checkout */
body.single-product .quantity input,
body.single-product .tve-woo-quantity-button,
body.single-product div.quantity,
form.cart div.quantity {
    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;
}

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); }
}

.order-details-wrapper{                        
	position: relative;
}
.order-details-wrapper ul{
	padding-right: 50px;
}
.order-details-wrapper a.remove-product{
	width: 30px;
	height: 30px;
	padding: 0 0 2px;
	background: #00aaff;
	border-radius: 50%;
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.4s;
}
.page-id-12578 .woocommerce-message{
	display: none;
}

@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;
}
.tmx-welcome { 
   
    margin-top:0px;
    margin-bottom: 10px;
}
	section.tmx-login-section{
		padding-top:150px;
     overflow-y: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;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }
    .product_fiter_option select,
    .tatmatch-style-select {
        width: 100%;
        min-width: 0;
    }
    .tatmatch-location-filter {
        width: 100%;
    }
}
@media (max-width:575px){
    .tatmatch-map-stage {
        height: 280px;
        min-height: 220px;
    }
    .custom_map_option {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }
}
@media (max-width:430px){
   .product_fiter_option{
        justify-content: flex-start;
    }
    .product_fiter_option select,
    .tatmatch-style-select {
        width: 100%;
    }
    .product-option .product-header {
    flex-wrap: wrap;
    gap: 15px;
}
	.tmx-welcome{
		font-size:20px;
  line-height:30px;
	}
}

/* Order Confirmation page (after Confirm Request) */
.woocommerce-checkout .tm-order-confirmation,
.woocommerce-order.tm-order-confirmation {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 20px 60px;
	color: #fff;
}

.tm-order-confirmation__title {
	font-size: 2rem;
	font-weight: 400;
	font-family: "Urbanist", Sans-serif;
	color: #00aaff;
	margin: 0 0 24px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #333;
}

.tm-order-received-message {
	background: rgba(0, 170, 255, 0.15);
	border: 1px solid #00aaff;
	color: #fff;
	padding: 16px 20px;
	border-radius: 4px;
	margin-bottom: 28px;
	font-size: 1.1rem;
}

.tm-order-confirmation__details {
	background: #111;
	border: 1px solid #333;
	padding: 24px;
	margin-bottom: 28px;
	border-radius: 4px;
}

.tm-order-confirmation__details-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #00aaff;
	margin: 0 0 16px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #333;
}

.tm-order-details-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

.tm-order-details-table th,
.tm-order-details-table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #333;
}

.tm-order-details-table th {
	color: #999;
	font-weight: 500;
	width: 40%;
}

.tm-order-details-table td {
	color: #fff;
	font-weight: 500;
}

.tm-order-details-table tr:last-child th,
.tm-order-details-table tr:last-child td {
	border-bottom: none;
}

.tm-order-details-table tr.tm-order-details-total th,
.tm-order-details-table tr.tm-order-details-total td {
	font-size: 1.15rem;
	color: #00aaff;
	padding-top: 16px;
	border-top: 1px solid #333;
}

.tm-order-confirmation .woocommerce-order-overview {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tm-order-confirmation .woocommerce-order-overview li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 10px 0;
	border-bottom: 1px solid #333;
	font-size: 16px;
}

.tm-order-confirmation .woocommerce-order-overview li:last-child {
	border-bottom: none;
}

.tm-order-confirmation .woocommerce-order-overview .label {
	color: #999;
	margin-right: 12px;
}

.tm-order-confirmation .woocommerce-order-overview strong {
	color: #fff;
	font-weight: 500;
}

.tm-order-confirmation__message--error p {
	color: #e2401c;
	margin-bottom: 16px;
}

.tm-order-confirmation__actions {
	margin-top: 20px;
}

.tm-order-confirmation__actions .button {
	display: inline-block;
	background: #00aaff;
	color: #fff;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 12px;
	border: none;
	cursor: pointer;
}

.tm-order-confirmation__actions .button--secondary {
	background: #333;
}

.tm-order-confirmation__back {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #333;
}

.tm-order-confirmation__back .button {
	display: inline-block;
	background: #00aaff;
	color: #fff;
	padding: 12px 28px;
	text-decoration: none;
	border-radius: 4px;
	border: none;
	font-size: 16px;
}

.tm-order-confirmation__back .button:hover {
	background: #0090dd;
	color: #fff;
}

/* Hide redundant plugin output on order confirmation (e.g. "Order #" / "Total Messages") */
.tm-order-confirmation__extra {
	display: none !important;
}

@media (max-width: 480px) {
	.tm-order-details-table th,
	.tm-order-details-table td {
		display: block;
		width: 100%;
		padding: 8px 0;
		border-bottom: 1px solid #333;
	}
	.tm-order-details-table th {
		width: 100%;
		padding-bottom: 4px;
		color: #999;
		font-size: 0.9rem;
	}
	.tm-order-details-table td {
		padding-top: 4px;
		padding-bottom: 12px;
	}
	.tm-order-details-table tr.tm-order-details-total th,
	.tm-order-details-table tr.tm-order-details-total td {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

/* Artist browse: style dropdown (checkboxes removed; see .tatmatch-style-select above) */
body.tatmatch-artists-fullblack .custom-container {
	background-color: transparent;
}
body.tatmatch-artists-fullblack .custom-product {
	background-color: transparent;
}
body.tatmatch-artists-fullblack .custom-product .product-info {
	background-color: transparent;
	height: 100%;
	display: flex;
	flex-direction: column;
}
button#tatmatch-style-multiselect-toggle {
    padding: 12px 10px 12px 10px;
    color: #a7a7a7;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 0px;
    max-width: 220px;
    max-height: 46px;
    overflow: auto;
}
body.tatmatch-artists-fullblack .custom-product a.custom-product-thumb {
	max-height: 370px;
	text-align: center;
}
body.tatmatch-artists-fullblack .custom-product a.custom-product-thumb img {
    height: 370px;
    object-fit: cover;
    width: 100%;
}
body.tatmatch-artists-fullblack .custom-product .product-info h2 a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
@media(max-width:767px){
	button#tatmatch-style-multiselect-toggle {
		max-width:unset;
		width: 100%;
	}
	.tatmatch-style-select-wrap {
	    width: 100%;
	}
	.tatmatch-style-multiselect-inner {
	    width: 100%;
	}
}
.variations_form .tc-extra-product-options .cpf-type-textarea .tmcp-field-wrap label.fullwidth {
    border: 1px solid #4eb1ed;
    background: #2e2e2ee0;
    outline: 0;
    border-radius: 4px;
}
.variations_form .tc-extra-product-options .cpf-type-textarea .tmcp-field-wrap label.fullwidth .tm-epo-field {
    outline: 0;
}