.hfe-nav-menu nav {
    width: 100% !important;
}
.elementor-button span {
    line-height: 1;
}
.featured-fit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.featured-fit-grid .title-wishlist-wrapper .fit-title {
        margin:0 0 3px;
    font-size: 18px;
    line-height: 1.2em;
    font-family: 'CabinetGrotesk-Medium';
    text-transform: uppercase;
    font-weight: 400;
}
.featured-fit-grid .title-wishlist-wrapper button {
    background: transparent;
    border: none;
    padding: 0;
}
.featured-fit-grid .title-wishlist-wrapper button svg {
    width: 20px;
    height: 20px;
}
.featured-fit-grid .title-wishlist-wrapper button svg path {
    fill: transparent;
    stroke: #000;
    stroke-width: 2px;
}
.featured-fit-grid .title-wishlist-wrapper button.active svg path {
    fill: #ff0000;
    stroke: red;
}
.fit-card {
    background: #EDE7E4;
    position: relative;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.fit-image {
    position: relative;
}
.fit-image a {
    display: block;
    position: relative;
    padding-bottom: 105%;
    text-decoration: none !important;
}
.fit-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-position: top;
}
.fit-content {
    padding: 33px 25px 39px;
    border: 1px solid #A6A6A6;
    border-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #EDE7E4;
}
.fit-meta {
    margin: 18px 0 0;
}
.wishlist-toggle {
    position: static; 
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #333;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}
.wishlist-toggle:hover .heart-icon {
    fill: black;
    stroke: black;
}
.wishlist-toggle.active .heart-icon {
    fill: black;
    stroke: black;
}
.title-wishlist-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.fit-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.fit-content p {
    color: #6C757D;
    font-size: 16px;
    margin: 0px;
    line-height: 1.2em;
    font-weight: 500;
    max-width: 290px;
    text-transform: none;
}
.fit-content p.fit-size {
    margin: 0 0 12px;
}
.fit-excerpt {
    font-size: 16px;
    color: #6C757D;
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase;
}
.fit-meta .insta-count {
    font-size: 16px;
    color: #6C757D;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2em;
}
.fit-meta img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.elementor-heading-title i {
    font-family: "ScotchDisplayCond-LtIt", Sans-serif;
    font-style: normal;
}
.descequal p {
    min-height: 85px;
}

/* Hover effect */

.elementor-icon-wrapper, 
.hfe-site-logo-container{
    display: flex;
}
.elementor-widget-button .elementor-button:hover .elementor-button-icon path {
    fill: #000;
}
.bookmodel.elementor-widget-button .elementor-button:hover .elementor-button-icon path{
    fill: #fff;
}
.aboutbottom .elementor-widget-button .elementor-button:hover .elementor-button-icon path{
    fill: #fff;
}

/* ===== FILTER BAR ===== */

.models-filter-bar {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    padding: 12px 30px;
    margin: 0 0 60px;
    width: 100%;
}
.filter-filter {
    border-right: 1px solid #d9d9d9;
    padding: 7px 0px 7px 0;
    margin-right: 0px;
}
.filter-filter p {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #6C757D;
    padding-right: 23px;
    position: relative;
}
.models-filter-bar select {
    appearance: none;
    border: none;
    background: transparent;
    padding: 7px 39px 7px 25px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #6C757D;
    height: 100%;
    cursor: pointer;
    line-height: 1.2em;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selectitem:not(:last-child) {
    border-right: 1px solid #d9d9d9 !important;
    padding-right: 10px;
}
.models-filter-bar select {
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-image: url(/wp-content/uploads/2026/03/downarrow.png);
    background-size: 14px;
}
.models-filter-bar select#filter-size {
    border: none !important;
}
#filter-search {
    padding: 3px 15px;
    font-size: 16px;
    border-right: none;
    width: auto;
    line-height: 1.2em;
    background: #fff;
    height: 45px;
    border: 1px solid #DEDEDE;
    border-radius: 0;
}
#filter-search::placeholder {
    text-transform: uppercase;
}
#filter-search:focus {
    outline: none;
}
#filter-submit {
    background: #333;
    color: #fff;
    border: none;
    height: 45px;
    padding: 13px 40px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    line-height: 1.2em;
    border: 1px solid transparent;
}
.load-more-wrapper {
    text-align: center;
    margin-top: 50px;
}
#models-load-more {
    background: #333;
    color: #fff;
    padding: 12px 28px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    line-height: 1.2em;
    border: 1px solid transparent;
}
#filter-submit:hover, 
#models-load-more:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
#filter-reset {
    border: none;
    background: transparent;
    padding: 0 26px 0 6px;
    font-size: 16px;
    color: #6C757D;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.2em;
    position: relative;
}
#filter-reset:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/downarrow.png);
    width: 14px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background-position: center;
}
#filter-reset:hover {
    color: #000;
}
.filterselect {
    display: flex;
    align-items: center;
    margin-right: 20px;
    gap: 20px;
    width: 85%;
}
.filterbtns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 15%;
}
.btnitem {
    width: 100%;
}
.btnitem button#filter-submit {
    width: 100%;
    height: 54px;
}
span.selection {
    align-content: center;
    display: flex;
}
#models-grid p.fit-size {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.insta-count {
    font-size: 11px;
    color: #444;
}
.model-measurements span {
    display: block;
    margin-bottom: 0;
}
.model-measurements div {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.3em;
    text-transform: uppercase;
}
body .model-profile {
    max-width: 1500px;
    margin: 0px auto;
    padding: 0 50px;
    border-top: 1px solid #D9D9D9;
    padding-top: 44px;
}
.model-toolbar {
    margin: 72px 0;
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.model-breadcrumb {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
}
.model-header .model-name {
    color: #333;
    margin: 0 0 10px;
}
.model-header .model-instagram {
    font-size: 16px;
    color: #6C757D;
    margin-bottom: 55px;
    line-height: 1.2em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.model-header .model-instagram a{
     display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.model-header .model-instagram i {
    font-size: 23px;
    color: #000;
}
.model-header{
    text-align:center;
}
.model-measurements{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:60px;
}
.book-now {
    background: #000;
    color: #fff !important;
    padding: 12.5px 30px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid transparent;
}
.book-now:hover {
    background: transparent;
    color: #000 !important;
    border-color: #000;
}
.book-now:hover svg path{
    fill: #000;
}
.gallery-row {
    display: flex;
    gap: 22px;
    margin: 0 0 22px;
}
.gallery-item {
    position: relative;
    padding-bottom: 27%;
}
.gallery-item img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-position: top;
}
.gallery-row.columns-3 .gallery-item, 
.gallery-row.columns-4 .gallery-item:first-child, 
.gallery-row.columns-4 .gallery-item:last-child {
    width: 40%;
}
.gallery-row.columns-3 .gallery-item:first-child, 
.gallery-row.columns-4 .gallery-item {
    width: 30%;
}
.model-description {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    padding-bottom: 67px;
}
.single-model footer {
    border-top: 1px solid #D9D9D9;
}
.booking-wrapper {
    padding: 55px 50px;
    border-top: 1px solid #D9D9D9;
}
.booking-container {
    max-width: 1500px;
    margin: auto;
    display: flex;
    grid-template-columns: 320px 1fr;
    gap: 46px;
}
.booking-model-card {
    background: #EFEAE7;
    padding: 31px 42px 48px;
    width: 30%;
}
.booking-model-card .model-title {
    font-size: 28px;
    font-weight: 400;
    font-family: "ScotchDisplayCond-Lt", Sans-serif;
    display: flex;
    gap: 24px;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 0 0 23px;
    line-height: 1;
}
.model-title span {
    font-size: 16px;
    margin-left: 0;
    color: #000000;
    font-family: 'CabinetGrotesk-Medium';
    text-transform: uppercase;
}
.model-meta {
    font-size: 16px;
    margin-bottom: 34px;
    line-height: 1.2em;
    color: #000000;
    text-transform: uppercase;
}
.model-meta strong {
    font-weight: 400;
    display: inline-block;
    width: 60px;
}
.model-meta div {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    gap: 92px;
    text-align: left;
}
.model-image img {
    width: 100%;
    display: block;
}
.booking-form {
    background: #EFEAE7;
    width: 70%;
    padding: 42px 42px 70px;
}
.booking-step {
    text-align: center;
    font-size: 28px;
    margin-bottom: 44px;
    background: #fff;
    padding: 10px;
    font-family: 'ScotchDisplayCond-Lt';
    line-height: 1.2em;
    text-transform: capitalize;
}
.booking-fields .booking-col h3, 
.booking-step2-wrapper h3, 
.book_descwrap h4 {
    font-size: 28px;
    font-family: 'ScotchDisplayCond-Lt';
    line-height: 1.2em;
    text-transform: capitalize;
    margin: 0 0 23px;
}
.booking-step span {
    display: block;
    font-size: 16px;
    margin-top: 0px;
    color: #000;
    font-family: 'CabinetGrotesk-Medium';
    text-transform: uppercase;
    line-height: 1.2em;
}
.booking-fields {
    display: flex;
    gap: 57px;
}
.booking-col {
    width: 45%;
}
.booking-col:last-child {
    width: 55%;
}
.booking-col label{
    font-size:14px;
    margin-bottom:6px;
}
.booking-col .ui-widget.ui-widget-content {
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 16%);
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}
.booking-col .form-group {
    margin: 0 0 58px;
}
.booking-col input, 
.booking-col select, 
.bookinput select {
    padding: 10px 24px;
    border: 1px solid #B2B2B2 !important;
    background: transparent;
    border-radius: 0;
    appearance: none;
    height: 55px;
    outline: none;
    font-size: 16px;
    font-family: 'CabinetGrotesk-Medium';
    line-height: 1.2em;
}
.booking-col select, 
.bookinput select {
    background-repeat: no-repeat;
    background-position: right 21px center;
    background-image: url(/wp-content/uploads/2026/03/downarrowblack.png);
    background-size: 16px;
    cursor: pointer;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header {
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #F0E5E4;
    border: none;
    width: 100%;
    border-radius: 0;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
    order: 1;
    margin: 0;
    position: absolute;
    left: 24px;
    font-family: 'CabinetGrotesk-Medium';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header a {
    position: relative;
    opacity: 1;
    order: 2;
    width: 35px;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    background: transparent !important;
    border: none;
    cursor: pointer;
    border-radius: 0;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header:before{
    content: inherit;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header a span.ui-icon {
    background-image: url(/wp-content/uploads/2026/03/downarrowblack.png);
    text-indent: inherit;
    font-size: 0;
    line-height: 1;
    background-size: 12px;
    display: inline-block;
    margin: 0;
    background-position: center;
    position: static;
    transform: rotate(90deg);
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next {
    transform: rotate(180deg);
}
.booking-col table.ui-datepicker-calendar thead th {
    border: none !important;
}
.booking-col table.ui-datepicker-calendar th, 
.booking-col table.ui-datepicker-calendar td {
    font-size: 16px;
    font-weight: 400;
    font-family: 'CabinetGrotesk-Medium';
    opacity: 1;
    text-align: center;
}
.booking-col table.ui-datepicker-calendar td {
    padding: 5px;
    background: transparent;
}
.booking-col table.ui-datepicker-calendar td .ui-state-default {
    background: transparent !important;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.booking-col table.ui-datepicker-calendar td .ui-state-default.ui-state-active {
    border-color: #B89E8F;
    background: #B89E8F !important;
    color: #fff;
}
.booking-next {
    margin-top: 60px;
    text-align: center;
}
.booking-wrapper button {
    background: #000;
    border: 1px solid #000;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    margin: auto;
}
.booking-next button:hover, 
.booking-wrapper button:hover {
    background: transparent;
    color: #000;
}
.booking-next button:hover path, 
.booking-wrapper button:hover path{
    fill: #000;
}
.booking-wrapper button#submit-booking:hover svg.loader circle {
    stroke: #000;
}
.booking-step2-actions button {
    margin: 0;
}
.booking-step2-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:33px;
}
.client-info, .booking-summary {
    background: #fff;
    padding: 28px 34px 41px;
    border: none;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 16%);
}

.client-info input,
.client-info textarea{
width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #ddd;
}
.bookinput label {
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 5px;
    text-transform: none;
}
.bookinput {
    margin: 0 0 29px;
}
body .bookinput input, 
body .bookinput textarea {
    border: 1px solid #D7D7D7;
    border-radius: 0 !important;
    color: #000;
    line-height: 1.2em;
    height: 55px;
    padding: 0 21px;
    outline: none;
    margin: 0px;
}
.bookinput input:placeholder, 
.bookinput textarea:placeholder {
    color: #6C757D;
}
body .bookinput textarea {
    height: 105px;
    padding-top: 17px;
}
.booking-summary img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.summary-model{
    display:flex;
    gap:28px;
    margin-bottom:32px;
}
.summary-row {
    display: flex;
    font-size: 16px;
    margin: 0 0 21px;
    gap: 70px;
    line-height: 1.2em;
}
.sum_img {
    width: 25%;
}
.sumcontent {
    width: 75%;
    padding: 5px 0px;
}
.sumcontent #summary-model-name {
    margin: 0 0 22px;
    font-size: 36px;
    font-family: 'ScotchDisplayCond-Lt';
    text-transform: none;
    line-height: 1.2em;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sumcontent #summary-model-name span {
    font-size: 16px;
    font-family: 'CabinetGrotesk-Medium';
    line-height: 1;
    text-transform: uppercase;
}
.summary-row span:first-child {
    width: 100px;
}
.summary-row:last-child {
    margin: 0;
}
.summary-row.total span:last-child {
    font-size: 26px;
}
.book_descwrap {
    border-top: 1px solid #D9D9D9;
    padding-top: 21px;
}
.booking-terms {
    padding: 0;
    margin: 0 0 37px;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.booking-terms li {
    padding-left: 22px;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
}
.booking-terms li:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/checkarrow.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
}
label.terms-check {
    display: flex;
    align-items: center;
    gap: 6px;
}
label.terms-check input#agree-terms {
    margin: 0;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #E4CDC5;
    border: 1px solid #6E6161;
    padding: 0;
    cursor: pointer;
    position: relative;
}
label.terms-check input#agree-terms:checked:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 8px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}
.booking-step2-actions{
    margin-top:60px;
    display:flex;
    justify-content:center;
    gap:18px;
}
.booking-confirm-btn{
    background:#000;
    color:#fff;
    padding:12px 30px;
    border:0;
    cursor:pointer;
}
.book-step-1 {
    display: contents;
}
.field-error {
    color: #d63638;
    font-size: 12px;
    text-transform: none;
}
.input-error{
    border:1px solid #d63638 !important;
}
.input-success{
    border:1px solid #2e7d32 !important;
}
.booking-wrapper button.booking-back-btn {
    background: transparent !important;
    color: #000;
    display: flex;
    align-items: center;
    gap: 9px;
}
.booking-wrapper button#submit-booking {
    display: flex;
    align-items: center;
    gap: 9px;
}
.booking-wrapper button.booking-back-btn:hover{
    background: #000 !important;
    color: #fff;
}
.booking-wrapper button.booking-back-btn:hover path{
    fill: #fff;
}
.booking-wrapper button#submit-booking:hover path {
    fill: #000;
}
footer {
    border-top: 1px solid #d9d9d9;
}
.booking-success-wrapper {
    padding: 120px 50px;
    display: flex;
    justify-content: center;
    max-width: 1500px;
    margin: auto;
    border-top: 1px solid #d9d9d9;
}
.booking-success-card {
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 16%);
    max-width: 617px;
    margin: auto;
}
.booking-success-wrapper .success-title {
    margin: 0;
    font-family: 'ScotchDisplayCond-Lt';
    font-size: 28px;
    background: #F0E5E4;
    padding: 12px;
    text-align: center;
}
.success-content {
    display: flex;
    gap: 26px;
    padding: 36px 42px;
}
.success-image {
    width: 22%;
}
.success-details {
    width: 78%;
    padding: 12px 0 0;
}
.success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.success-details h4 {
    margin: 0 0 20px;
    font-family: 'ScotchDisplayCond-Lt';
    text-transform: none;
    font-size: 32px;
    display: flex;
    align-items: center;
}
.success-details h4 span {
    font-size: 16px;
    font-family: 'CabinetGrotesk-Medium';
    margin-left: 8px;
    line-height: 1.2em;
}
.success-row {
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 63px;
}
.success-row span {
    width: 90px;
    display: inline-block;
}
.success-row strong {
    font-weight: 400;
}
.success-details h2{
    font-size:20px;
    margin-bottom:10px;
}
.success-details h2 span{
    font-size:12px;
    color:#777;
    margin-left:6px;
}
.form-row{
    display:flex;
    gap:20px;
}
.form-col{
    width:50%;
}
.form-submit {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.form-col .bookinput select {
    color: #6C757D;
}
body .form-col .bookinput textarea {
    padding-top: 17px;
    height: 55px;
}
.form-col .bookinput {
    margin: 0 0 23px;
}
.form-submit span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.form-submit p {
    position: relative;
    width: fit-content;
    margin: auto;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}
.wpcf7-not-valid-tip {
    text-transform: none;
}
.form-submit input {
    line-height: 1.2em;
    position: relative;
    padding: 12px 83px  12px 45px !important;
    background-image: url(/wp-content/uploads/2026/03/whitearrow.png);
    background-repeat: no-repeat;
    background-position: right 45px center;
    background-size: 20px;
}
.form-submit input:hover {
    background-color: transparent !important;
    color: #000 !important;
    background-image: url(/wp-content/uploads/2026/03/Vector.svg);
}
.form-submit input:hover path {
    fill: #000;
}
.bookinput.message {
    margin-bottom: 0;
}
.page-content .wp-block-heading {
    font-family: "ScotchDisplayCond-Lt", Sans-serif;
    margin: 30px 0 10px;
    font-size: 30px;
}
main#content:has(.wp-block-heading) .page-content p {
    margin: 0 0 10px;
}
main#content .page-header {
    text-align: center;
    padding: 40px 0 10px;
    border-bottom: 1px solid #d9d9d9;
}
button#submit-booking svg.loader {
    height: 20px;
}
.form-group.duration-wrap h3  span {
    font-size: 20px;
}
button#submit-booking svg.loader {
    display: none;
    width: 20px;
}
.booking-error {
    position: absolute;
    margin-top: -40px;
    color: red;
}
.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field label a {
    color: #B89E8F !important;
}
.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field label {
    font-size: 14px;
}
.booking-col table.ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
    color: #b9b9b9;
}
.xoo-el-action-sc .xoo-el-login-tgr.xoo-el-pop-sc, 
.xoo-el-action-sc a {
    padding: 12px 16px;
    width: 100%;
    display: block;
    height: auto;
    line-height: 1;
    transition: ease 0.3s;
}
.xoo-el-action-sc .xoo-el-login-tgr.xoo-el-pop-sc:hover, 
.xoo-el-action-sc a:hover {
    background: transparent;
    color: #000 !important;
    border-color: #000;
}
.featured-fit-grid a, 
.fit-card a  {
    text-decoration: none !important;
}
.fit-card {
    position: relative;
}
.fit-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}
.fit-overlay {
    position: absolute;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
     opacity: 0; 
    transition: opacity 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.fit-overlay a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
}
.fit-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.fit-card:hover .fit-overlay, 
.fit-card:hover .fit-image:before {
    opacity: 1;
}
.fit-overlay-content {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-family: 'CabinetGrotesk-Medium';
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.fit-title:hover {
    color: #B89E8F;
}
.custom-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.custom-lightbox.active {
    display: flex;
}
.lightbox-image {
    max-width: 90%;
    max-height: 85%;
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.lightbox-prev, 
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    background: none;
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding: 10px !important;
    border: 1px solid #fff !important;
    height: auto !important;
    line-height: 1;
    background: #fff !important;
}
.lightbox-prev { 
    left: 20px; 
}
.lightbox-next { 
    right: 20px;
}
.gallery-item img {
    cursor: pointer;
}
button.remove-from-wishlist:hover, 
button.remove-from-wishlist:focus {
    background: transparent !important;
    color: #000;
}
.empty p{
    text-align: center;
}
.empty .fit-content p{
    text-align: left;
}
.account-guest a.login-trigger, 
.account-toggle {
    background: #333333;
    color: #fff;
    padding: 10.5px 20px;
    display: inline-block;
    line-height: 1.2em;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #333333;
    transition: ease 0.3s;
    width: 100%;
    text-align: center;
}
.account-guest a.login-trigger:hover, 
.account-toggle:hover {
    background: transparent;
    color: #000;
}
.account-toggle {
    text-align: center;
    cursor: pointer;
    padding: 11.5px 15px;
    font-size: 15px;
}
p.no-more-models {
    text-align: center;
    margin-top: 40px;
}
.fit-overlay-content div span {
    font-weight: bold;
}
.fit-overlay-content div span::after {
    content: "";
}
.account-wrapper {
    position: relative;
}
.account-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}
.account-user:hover .account-dropdown, 
.account-user:focus .account-dropdown {
    opacity: 1;
    visibility: visible;
}
.account-dropdown a,
.account-dropdown .user-name {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
    word-break: break-all;
}
.account-dropdown a:hover {
    background: #f5f5f5;
}
.account-wrapper {
    visibility: hidden;
}
.selectitem .select2-container span.select2-selection {
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
}
.select2-container--default .select2-results>.select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #B89E8F;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    font-family: 'CabinetGrotesk-Medium';
    color: #6C757D;
    font-size: 15px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
}

.selectitem textarea {
    margin: 0 !important;
    height: 25px !important;
    align-items: center;
}
.selectitem {
    padding-left: 20px;
    width: 25%;
    border: 1px solid #d9d9d9 !important;
    padding: 10px 20px;
}
.selectitem .select2-container span.select2-selection {
    padding: 0;
    cursor: pointer;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    background: #fff;
    border-radius: 0;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered li {
    margin-right: 10px;
    margin-bottom: 5px;
}
.select2-container--open .select2-dropdown {
    font-size: 14px;
}
main#content .page-header h1.entry-title {
    font-family: "ScotchDisplayCond-Lt", Sans-serif;
}
.contact_formwrap {
    height: 100%;
}
.account-dropdown a {
    font-size: 14px;
}

/*Page success*/

.invite-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.88);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:99999;
}
.invite-popup-overlay.active{
    opacity:1;
    visibility:visible;
}
.invite-popup {
    max-width: 640px;
    width: 100%;
    background: #000;
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    padding: 70px 50px;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.invite-close{
    position:absolute;
    top:20px;
    right:25px;
    width:40px;
    height:40px;
    border:0;
    background:none;
    color:#fff;
    font-size:42px;
    cursor:pointer;
    line-height:1;
    opacity:.8;
}
.invite-close:hover{
    opacity:1;
}
.invite-content h2 {
    font-size: 40px;
    letter-spacing: 3px;
    font-family: serif;
    font-weight: 300;
    margin: 35px 0  0;
    color: #fff;
}
.invite-content .divider {
    display: block;
    width: 60px;
    height: 1px;
    background: #cccccc63;
    margin: 10px auto 15px;
}
.invite-content p {
    max-width: 470px;
    margin: 0 auto 15px;
    line-height: 1.7;
    color: #ededed;
    font-weight: 300;
    text-transform: none;
}
.invite-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 55px;
    background: transparent;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    transition: .25s;
    border: 1px solid #939191;
}
.invite-btn:hover {
    background: #fff;
    color: #000 !important;
}
.for-client, .book-a-model {
    display: flex;
    gap: 30px;
    max-width: 425px;
    margin: auto;
}
.for-client {
    margin-top: 40px;
}
.for-client h3, 
.book-a-model h3 {
    font-size: 14px;
    color: #fff;
    font-family: sans-serif;
    margin: 0 0 10px;
}
.for-client .content, 
.book-a-model .content {
    text-align: left;
}
.icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border: 1px solid #939191;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.for-client img, .book-a-model img {
    width: 40px;
    height: 40px;
}
.book-a-model {
    border-top: 1px solid #939191;
    border-bottom: 1px solid #939191;
    padding: 30px 0;
    margin-top: 40px;
}
.book-a-model .content p {
    margin: 0;
}
.book-a-model .content a {
    color: #fff;
    display: block;
    font-weight: 600;
}
.book-a-model .content a:hover {
    text-decoration: underline;
}
.bottom-text{
    margin-top:55px;
    color:#9a9a9a;
    letter-spacing:4px;
    font-size:14px;
}
.bottom-text:before{
    content:"";
    display:block;
    width:70px;
    height:1px;
    background:#444;
    margin:0 auto 24px;
}
button.invite-close {
    font-size: 50px;
    padding: 0;
    margin: 0;
}
button.request-access-btn {
    padding: 10.5px 15px;
    background: #333333;
    font-size: 14px;
    line-height: 1.2;
}
button.request-access-btn:hover {
    background: transparent;
    color: #000;
}
.logintbn, 
.loginwrap {
    width: auto;
}
.request-access-button {
    display: none;
}
.invite-popup button.invite-close {
    background: transparent;
    padding: 0;
}
.invite-content a.logo img {
    max-width: 160px;
}
.invite-popup {
    overflow: auto;
    height: auto;
    max-height: 700px;
}

/*responsive*/


@media(max-width: 1550px){
    #filter-search {
    width: 190px;
}
#filter-submit {
    padding: 13px 30px;
}
.models-filter-bar select {
    padding: 7px 39px 7px 20px;
}
}

@media(max-width: 1492px){
.models-filter-bar {
    padding: 10px 20px;
    justify-content: space-between;
}
.filter-filter p {
    font-size: 16px;
    padding-right: 20px;
}
.models-filter-bar select {
    padding: 7px 35px 7px 25px;
    font-size: 16px;
}
#filter-submit {
    padding: 13px 30px;
}
.booking-container {
    gap: 30px;
}
.booking-fields {
    gap: 40px;
}
.invite-popup {
    max-height: 550px;
}

}

@media(max-width: 1400px){
.models-filter-bar select {
    padding: 7px 35px 7px 15px;
}
.booking-col table.ui-datepicker-calendar td .ui-state-default {
    padding: 7px;
    font-size: 15px;
}
.booking-col table.ui-datepicker-calendar th, 
.booking-col table.ui-datepicker-calendar td{
   font-size: 15px; 
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
    font-size: 15px;
}
.fit-overlay-content {
    row-gap: 10px;
} 
}

@media(max-width: 1360px){
#filter-submit {
    padding: 7px 35px;
    height: 38px;
}
#filter-search{
    height: 38px;
    font-size: 14px;
}
.models-filter-bar select {
    padding: 7px 30px 7px 12px;
    font-size: 14px;
}
.filter-filter {
    padding: 7px 12px 7px 0;
}
.filter-filter p {
    font-size: 14px;
    padding-right: 18px;
}
.filter-filter p:after, 
#filter-reset:after {
    width: 10px;
    height: 10px;
    background-size: 10px;
    top: 8px;
}
.models-filter-bar select {
    background-position: right 10px center;
    background-size: 10px;
}
#filter-reset {
    padding: 0 20px 0 6px;
    font-size: 14px;
}
.fit-content {
    padding: 25px 20px 25px;
}
#models-grid p.fit-size {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.fit-title {
    font-size: 16px;
}
.fit-content p {
    font-size: 14px;
}
#models-grid {
    gap: 22px;
}
.booking-model-card {
    padding: 25px 25px 38px;
}
.booking-form {
    padding: 32px 25px 60px;
}

.booking-model-card .model-title {
    font-size: 36px;
    gap: 15px;
}
/*.filter-filter p {
    font-size: 12px;
}
.models-filter-bar select {
    padding: 2px 24px 2px 8px;
    font-size: 12px;
}*/
#filter-search {
    height: 35px;
    /*font-size: 12px;*/
    width: 190px;
}
#filter-submit {
    /*padding: 7px 25px;*/
    height: 35px;
    /*font-size: 12px;*/
}
#filter-reset {
    padding: 0 15px 0 0px;
    /*font-size: 12px;*/
}
.filterbtns {
    gap: 10px;
}
.filter-filter {
    padding: 2px 12px 2px 0;
}

body:not(.rtl) .elementor-9 .elementor-element.elementor-element-a7d9387 .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {
    margin-right: 20px;
}
.request-access-button a.hfe-menu-item {
    background: #333333;
    color: #fff !important;
    padding: 10.5px 20px !important;
    display: inline-block;
    line-height: 1.2em;
    font-size: 14px !important;
    text-transform: uppercase;
    border: 1px solid #333333;
    transition: ease 0.3s;
    /* text-align: center; */
}

}

@media(max-width: 1260px){
body .model-profile {
    padding: 44px 30px 0;
}
.booking-wrapper {
    padding: 55px 30px;
}
.booking-fields {
    gap: 20px;
}
.booking-col table.ui-datepicker-calendar th, 
.booking-col table.ui-datepicker-calendar td {
    font-size: 14px;
}
.booking-col table.ui-datepicker-calendar td .ui-state-default {
    padding: 5px;
    font-size: 14px;
}
.booking-success-wrapper {
    padding: 100px 30px;
}
.filterselect {
    gap: 10px;
    margin-right: 10px;
}
#filter-search {
    width: 140px;
}
#filter-submit {
    padding: 7px 25px;
}
.account-guest a.login-trigger, 
.account-toggle {
    padding: 10.5px 15px;
    font-size: 12px;
}
button.request-access-btn {
    padding: 10.5px 12px;
    font-size: 12px;
}

}

@media(min-width: 1025px) and (max-width: 1199px){
.hfe-nav-menu nav li.menu-item:not(:last-child) {
    margin-right: 10px !important;
}
.hfe-nav-menu nav li.menu-item a.hfe-menu-item {
    font-size: 14px !important;
}

}

@media (max-width: 1100px) {

#models-grid {
    grid-template-columns: repeat(3,1fr);
}
.menuwrap {
    width: auto !important;
}
.headerbtnwrap {
    width: 70% !important;
}
.hfe-nav-menu-icon {
    padding: 0;
    display: flex;
}
.descequal p {
    min-height: 65px;
}
.model-measurements {
    gap: 50px;
}
.gallery-row {
    gap: 16px;
    margin: 0 0 16px;
}
.model-description {
    padding-bottom: 40px;
}
.model-meta div {
    margin-bottom: 16px;
    gap: 30px;
}
.booking-container {
    gap: 20px;
}
.booking-fields .booking-col h3, 
.booking-step2-wrapper h3, .book_descwrap h4 {
    font-size: 24px;
    margin: 0 0 15px;
}
.booking-col .form-group {
    margin: 0 0 40px;
}
.booking-col input, 
.booking-col select, 
.bookinput select {
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
}
.booking-col select, 
.bookinput select {
    background-position: right 15px center;
    background-size: 13px;
}
.models-filter-bar select {
    font-size: 12px;
}
.filter-filter p {
    font-size: 12px;
    padding-right: 0;
}
#filter-submit {
    padding: 7px 20px;
}
#filter-reset {
    font-size: 12px;
}
#filter-search {
    width: 140px;
    font-size: 12px;
}
#filter-reset:after {
    top: 6px;
}
.summary-model {
    gap: 18px;
}
.sumcontent #summary-model-name {
    margin: 0 0 12px;
}
.summary-row {
    margin: 0 0 14px;
    gap: 60px;
}
.request-access-button {
    display: block;
}
}
@media (max-width: 992px) {

.models-filter-bar {
    flex-wrap: wrap;
    height: auto;
}
.model-gallery {
    grid-template-columns: repeat(2,1fr);
}
.featured-fit-grid {
    gap: 12px;
}
.fit-content {
    padding: 20px 15px 20px;
}
.models-filter-bar {
    margin: 0 0 40px;
    justify-content: center;
    row-gap: 10px;
}
.filter-filter {
    width: auto;
}
.filterselect {
    width: fit-content;
    justify-content: center;
    margin: 0;
}
.filterbtns {
    width: 100%;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
    padding-top: 6px;
}
#models-grid{
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}
.load-more-wrapper {
    margin-top: 30px;
}
#models-load-more {
    padding: 12px 20px;
    font-size: 14px;
}
.fit-title {
    font-size: 15px;
}
.model-measurements {
    gap: 30px;
}
.model-measurements div {
    font-size: 14px;
}
.model-toolbar {
    margin: 40px 0;
}
.model-breadcrumb {
    gap: 15px;
    font-size: 13px;
}
.book-now {
    padding: 11.5px 20px;
    font-size: 14px;
}
.gallery-row {
    gap: 10px;
    margin: 0 0 10px;
}
.model-description {
    font-size: 14px;
    line-height: 21px;
}
.booking-container {
    gap: 20px;
    flex-wrap: wrap;
}
.booking-form {
    padding: 30px 20px 40px;
    width: 100%;
}
.booking-model-card {
    padding: 25px 20px 30px;
    width: 100%;
}
.model-meta {
    font-size: 14px;
    margin-bottom: 30px;
}
.model-title span {
    font-size: 15px;
}
.booking-wrapper {
    padding: 40px 30px;
}
body .bookinput input, body .bookinput textarea {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
}
.bookinput label {
    font-size: 14px;
}
.bookinput {
    margin: 0 0 15px;
}
body .bookinput textarea {
    height: 75px;
    padding-top: 12px;
}
.booking-step2-wrapper {
    gap: 20px;
}
.summary-row {
    font-size: 12px;
    margin: 0 0 5px;
    gap: 15px;
}
.sumcontent {
    padding: 0px 0px;
}
.summary-model {
    gap: 10px;
    margin-bottom: 20px;
}
.summary-row.total span:last-child {
    font-size: 20px;
}
.booking-terms li {
    font-size: 14px;
}
.booking-terms {
    margin: 0 0 25px;
}
label.terms-check input#agree-terms {
    width: 20px;
    height: 20px;
}
label.terms-check input#agree-terms:checked:before {
    top: 1px;
    left: 6px;
    width: 7px;
    height: 12px;
}
.sumcontent #summary-model-name {
    margin: 0 0 8px;
    font-size: 26px;
    gap: 6px;
}
.sumcontent #summary-model-name span {
    font-size: 14px;
}
.booking-wrapper button {
    font-size: 14px;
    padding: 12px 20px;
}
.booking-step2-actions {
    margin-top: 40px;
    gap: 10px;
}
.success-content {
    gap: 20px;
    padding: 30px 30px;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
.selectitem .select2-container span.select2-selection {
    align-content: center;
}
.selectitem {
    padding: 4px 20px 1px;
}
.btnitem button#filter-submit {
    height: 44px;
    font-size: 14px;
}
}

@media screen and (max-width: 767px) {
.featured-fit-grid {
    grid-template-columns: 1fr;
}
#models-grid, 
.model-gallery {
    grid-template-columns: 1fr;
}
.trainedarrow {
    transform: rotate(90deg);
    height: 100px;
}
.fit-content {
    padding: 20px 15px 20px;
}
.featured-fit-grid .title-wishlist-wrapper .fit-title {
    margin: 0 0 0px;
    font-size: 16px;
}
.fit-meta img {
    width: 20px;
    height: 20px;
}
.fit-meta .insta-count {
    font-size: 14px;
}
.title-wishlist-wrapper {
    margin: 0 0 5px;
}
.descequal p {
    min-height: auto;
}
.fit-image a {
     padding-bottom: 0%; 
}
.fit-image img {
    position: static; 
    height: 300px;
}
.featured-fit-grid {
    gap: 20px;
}
#models-grid {
    row-gap: 30px;
}
#filter-search {
    width: 100%;
}
.selectitem {
    width: 100%;
}
.models-filter-bar {
    padding: 10px 10px;
    margin: 0 0 35px;
}
.models-filter-bar select {
    padding: 2px 8px 2px 2px;
    background-position: right 0px center;
    background-size: 8px;
}
#filter-reset {
    padding: 0 12px 0 0px;
}
.filter-filter p:after, 
#filter-reset:after {
    width: 8px;
    height: 8px;
    background-size: 8px;
    top: 6px;
}
body .hfe-nav-menu-icon svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
.model-measurements {
    gap: 15px;
}
.model-toolbar {
    margin: 35px 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
body .model-profile {
    padding: 35px 20px 0;
}
.model-breadcrumb {
    gap: 14px;
    font-size: 12px;
}
.model-breadcrumb svg {
    width: 10px;
    height: 10px;
}
.model-breadcrumb {
    gap: 10px;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: center;
}
.model-measurements div {
    font-size: 13px;
}
.model-measurements {
    gap: 20px;
    row-gap: 15px;
}
.gallery-row {
    gap: 6px;
    margin: 0 0 6px;
}
.model-description {
    margin-top: 35px;
    padding-bottom: 35px;
}
.booking-wrapper {
    padding: 35px 20px;
}
.booking-model-card {
    padding: 25px 20px 25px;
}
.booking-step span {
    font-size: 14px;
}
.booking-fields {
    gap: 30px;
    flex-wrap: wrap;
}
.booking-col, 
.booking-col:last-child {
    width: 100%;
}
.booking-fields .booking-col h3, 
.booking-step2-wrapper h3, .book_descwrap h4 {
    font-size: 20px;
    margin: 0 0 10px;
}
.booking-col .form-group {
    margin: 0 0 25px;
}
.booking-next {
    margin-top: 10px;
}
.booking-step {
    margin-bottom: 35px;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
    font-size: 14px;
    left: 14px;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header a {
    width: 25px;
}
.booking-col .ui-widget.ui-widget-content .ui-datepicker-header {
    padding: 10px 14px;
}
.booking-col input, 
.booking-col select, 
.bookinput select {
    height: 45px;
    font-size: 13px;
}
.booking-step2-wrapper {
    grid-template-columns: 1fr;
}
.client-info, .booking-summary {
    padding: 25px 20px 25px;
}
body .bookinput input, 
body .bookinput textarea {
    font-size: 12px;
}
.form-row {
    gap: 0;
    flex-wrap: wrap;
}
.form-col {
    width: 100%;
}
.form-col .bookinput select {
    background-size: 11px;
}
.form-submit {
    margin-top: 0;
    row-gap: 12px;
}
.booking-success-wrapper {
    padding: 40px 20px;
}
.success-content {
    gap: 15px;
    padding: 25px 20px;
}
.success-row {
    font-size: 14px;
    margin: 0 0 10px;
    gap: 15px;
}
.success-details h4 {
    margin: 0 0 10px;
    font-size: 22px;
}
.booking-success-wrapper .success-title {
    font-size: 20px;
    padding: 8px;
}
.success-image {
    width: 25%;
}
.success-details {
    width: 75%;
    padding: 0px 0 0;
}
.success-row span {
    width: 70px;
}
.success-row {
    font-size: 14px;
}
.success-content {
    gap: 12px;
    padding: 25px 12px;
}
.success-details h4 span {
    font-size: 13px;
}
.fit-content p {
    max-width: 100%;
}
.booking-wrapper button svg, 
.book-now svg {
    width: 15px;
    height: 15px;
}
.page-content .wp-block-heading {
    margin: 10px 0 10px;
    font-size: 26px;
}
.page-header {
    padding: 20px 0 0px;
    margin-bottom: 25px;
}
.sumcontent #summary-model-name {
    margin: 0 0 10px;
    font-size: 22px;
    gap: 10px;
}
.sumcontent #summary-model-name span {
    font-size: 13px;
}
.sumcontent {
    width: 70%;
    padding: 2px 0px 0;
}
.sum_img {
    width: 30%;
}
.summary-row {
    font-size: 14px;
    margin: 0 0 10px;
    gap: 20px;
}
.summary-row.total span:last-child {
    font-size: 18px;
}
.booking-wrapper button#submit-booking:focus {
    background: #000 !important;
}
.trainedimg {
    display: block;
}
.xoo-el-action-sc .xoo-el-login-tgr.xoo-el-pop-sc, 
.xoo-el-action-sc a {
    padding: 8px 10px;
    font-size: 14px;
}
.account-guest a.login-trigger{
    padding: 8px 20px;
    font-size: 14px;
}
.account-guest a.login-trigger, .account-toggle {
    padding: 8px 12px;
    font-size: 12px;
}
.account-dropdown a, 
.account-dropdown .user-name {
    padding: 5px 11px;
    font-size: 13px;
}
main#content .page-header {
    padding: 20px 0 10px;
}
.filterselect {
    justify-content: flex-start;
    flex-wrap: wrap;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0px 6px;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 6px 6px 6px;
}
.elementor-shortcode div p {
    word-break: break-all;
}
.selectitem {
    /* border-right: none !important; */
    padding-right: 0;
    padding: 8px 12px 1px;
    font-size: 13px;
}
.account-dropdown a {
    font-size: 12px;
}
.invite-popup {
    padding: 30px 20px;
    width: calc(100% - 20px);
}
.invite-content h2 {
    font-size: 32px;
    max-width: 300px;
    margin: 20px auto auto;
}
.book-a-model {
    padding: 20px 0;
    margin-top: 30px;
}
.invite-content p {
    /*font-size: 15px;*/
    line-height: 1.4;
    margin: 0 auto 10px;
}
.invite-btn {
    width: 100%;
    letter-spacing: 2px;
    font-size: 14px;
    height: 50px;
}
button.request-access-btn {
    padding: 8px 12px;
    font-size: 12px;
}
.bottom-text {
    margin-top: 25px;
    color: #9a9a9a;
    letter-spacing: 2px;
    font-size: 12px;
}
.bottom-text:before {
    margin: 0 auto 14px;
}
.for-client, .book-a-model {
    gap: 20px;
}
.icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}
.for-client img, 
.book-a-model img {
    width: 32px;
    height: 32px;
}
.for-client {
    margin-top: 25px;
}
	
}
 


