.masthead {
    position: relative;
    padding-top: 155px;
    overflow: hidden;
    padding-bottom: 8px;
}

.masthead__bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1183px;
    overflow: hidden;
}

.masthead__bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.masthead__img {
    position: absolute;
    right: -59px;
    top: 130px;
    display: none;
}

.masthead__content {
    position: relative;
}

.masthead__wrapper {
    background-color: #fff;
    box-shadow: 0 5px 20px rgba( 0, 0, 0, 0.35 );
    border-radius: 10px;
    position: relative;
    padding: 29px 27px 44px 27px;
    z-index: 1;
    margin-bottom: 20px;
}

.masthead__content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    background-color: #ffb28b;
    top: -3.5px;
    left: 0;
    border-radius: 10px;
}

.masthead__content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    background-color: #ffb28b;
    bottom: -5px;
    left: 0;
    border-radius: 10px;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: #264b5b;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 300px;
    top: 40px;
    left: -80%;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #7999a7;
    line-height: 24px;
    transform: translate( -50%, 0 );
}

.tooltip .tooltiptext::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 35%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #7999a7 transparent transparent transparent;
    transform: rotate( 180deg );
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media ( min-width: 768px ) {
    .masthead {
        padding-top: 141px;
    }

    .masthead__bg {
        height: 1399px;
    }
}

@media ( min-width: 1200px ) {
    .masthead__img {
        display: block;
    }

    .masthead {
        padding-top: 170px;
    }

    .masthead__bg {
        height: 700px;
    }

    .tooltip .tooltiptext {
        top: 37%;
        left: 40px;
        opacity: 0;
        transform: translate( 0, -50% );
    }

    .tooltip .tooltiptext::after {
        top: 50%;
        right: 100%;
        transform: rotate( 90deg );
    }
}

.tulip {
    padding-bottom: 36px;
}

.tulip .wrapper-top .tp-widget-reviews .tp-widget-review {
    background-color: #ffffff;
}

/*.tulip img {
    display: block;
}

.tulip p {
    font-size: 15px;
    color: #2E3532;
    font-style: italic;
}*/

.masthead__title-text h1 {
    color: #264b5b;
}

.masthead__title-text h4 {
    color: #d37b4f;
    text-transform: uppercase;
}

.masthead__step {
    padding-bottom: 20px;
}

.masthead__step.step-1 {
    padding-bottom: 0;
}

.masthead__step h3 {
    color: #264b5b;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 0;
}

.masthead__step h3 i {
    color: #7999a7;
    font-size: 22px;
    vertical-align: none;
    padding-left: 5px;
}

.masthead__step h3 span {
    color: #7999a7;
    font-size: 16px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1em;
}

.box__wrapper {
    /*border: 3px solid #E8E8E8;*/
    border-radius: 8px;
    width: 210px;
    height: 207px;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    cursor: pointer;
}

.box__text {
    background-color: #e8e8e8;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    border-radius: 0 0 10px 10px;
}

.box__text h4 {
    padding: 0;
    color: #264b5b;
}

.box__text p {
    display: none;
}

/*.box__wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}*/

.box__wrapper img {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.box__wrapper:hover .box__text {
    height: 100%;
    width: 100%;
    background: transparent;
}

.box__wrapper:after {
    content: '';
    width: 98%;
    height: 98%;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    border-radius: 8px;
    border: 3px solid #e8e8e8;
}

.box__wrapper:hover:after {
    background-color: rgba( 38, 75, 91, 0.7 );
    border: 3px solid #264b5b;
    z-index: 10;
    box-shadow: 0 0 15px rgba( 0, 0, 0, 0.2 );
}

.box__wrapper:hover .box__text h4 {
    color: #fff;
}

.box__wrapper:hover .box__text p {
    color: #fff;
}

/* Overlay when product is selected */
.configurator__product_selected .box__text {
    height: 100%;
    width: 100%;
    background: transparent;
}

.configurator__product_selected:after {
    content: '';
    width: 98%;
    height: 98%;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    border-radius: 8px;
    border: 3px solid #e8e8e8;
}

.configurator__product_selected:after {
    background-color: rgba( 38, 75, 91, 0.7 );
    border: 3px solid #264b5b;
    z-index: 10;
    box-shadow: 0 0 15px rgba( 0, 0, 0, 0.2 );
}

.configurator__product_selected .box__text h4 {
    color: #fff;
}

.configurator__product_selected .box__text p {
    color: #fff;
}

.js-box-slider {
    margin-right: -27px;
    padding-bottom: 25px;
}

.box__item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.step-1 h3 {
    padding-bottom: 0;
}

.dimension {
    padding: 10px 0;
    border-bottom: 2px solid #e8e8e8;
}

.dimenesion__item {
    float: left;
    width: 33.33%;
    padding-left: 5px;
}

.dimension__title {
    color: #264b5b;
    font-size: 17px;
    height: 40px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dimenesion__item input {
    border: 1px solid #7999a7;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #264b5b;
    font-size: 16px;
    text-align: center;
}

.dimenesion__item input:active,
.dimenesion__item input:focus {
    border: 1px solid #d37b4f;
}

.dimenesion__item input::placeholder {
    opacity: 1;
}

.dimension .dimenesion__item:first-child {
    padding-left: 0;
}

.dimenesion__item .choices__inner {
    border: 1px solid #7999a7;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #264b5b;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    min-height: 40px;
    padding: 3.5px 7.5px 3.75px;
}

.dimenesion__item .choices[data-type*='select-one']::after {
    content: '\e905';
    font-family: 'bolt-boxes-icons' !important;
    height: 12px;
    width: 12px;
    border: none;
    color: #7999a7;
    font-size: 12px;
    margin-top: -6px;
}

.dimenesion__item .choices[data-type*='select-one']:hover::after {
    color: #264b5b;
}

.quatity {
    padding-bottom: 20px;
}

.quatity input[type='text'] {
    border: 1px solid #7999a7;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #264b5b;
    font-size: 16px;
    padding: 0 15px;
}

.quatity input[type='text']:focus,
.quatity input[type='text']:active {
    border: 1px solid #d37b4f;
}

.quatity input::placeholder {
    opacity: 1;
}

.quantity-label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    width: 100%;
    height: 42px;

    text-align: center;
    font-family: 'Khand', sans-serif;
    margin-bottom: 10px;
    overflow: hidden;
}

.quantity-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding-top: 7px;
    border: 2px solid #264b5b;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #264b5b;
    color: #fff;
}

.quatity .choices__inner {
    border: 1px solid #7999a7;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #264b5b;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    min-height: 40px;
    padding: 3.5px 7.5px 3.75px;
}

.quatity .choices[data-type*='select-one']::after {
    content: '\e905';
    font-family: 'bolt-boxes-icons' !important;
    height: 12px;
    width: 12px;
    border: none;
    color: #7999a7;
    font-size: 12px;
    margin-top: -6px;
}

.enquiry-left p span {
    font-weight: 700;
    color: #264b5b;
}

.enquiry-box {
    background-color: #d5d5d5;
    margin: 45px -27px;
    padding: 25px;
}

.enquiry-box h3 {
    color: #264b5b;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 5px;
}

.enquiry-box__bttn {
    padding-top: 15px;
}

.enquiry-right {
    color: #7999a7;
    font-size: 18px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
}

.enquiry-right.user-must-contact .product-total {
    border: none;
}

.enquiry-right.user-must-contact .product-price {
    display: none;
}

.product-price {
    padding: 5px 0;
}

.price-left {
    float: left;
}

.price-right {
    float: right;
    text-align: right;
}

.product-total {
    border-top: 2px solid #e8e8e8;
    padding: 5px 0;
    margin-top: 10px;
}

.product-total .price-left {
    padding-top: 7px;
}

.product-total .price-right {
    color: #264b5b;
    font-weight: 700;
    font-size: 28px;
}

.enquiry-right .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    background-color: #fff;
    color: #d37b4f;
    border: 2px solid #d37b4f;
    padding: 14px 30px;
}

.choices[data-type*='select-one'] .choices__input,
.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
    display: none !important;
}

.choices__list--dropdown .choices__item--selectable {
    padding: 10px 0 10px 7px;
}

.choices__list--dropdown .choices__list {
    overflow-y: auto;
    overflow-x: unset;
}

.choices__list--single {
    padding: 4px 0;
}

.choices.is-open.is-focused .choices__inner {
    border: 1px solid #d37b4f;
    border-radius: 8px;
}

.print-notice {
    display: none;
    max-height: 30px;
}

.print-notice__text {
    color: #d37b4f;
    line-height: 2em;
}

@media ( min-width: 768px ) {
    .masthead__step .fx-slide {
        display: block;
    }

    .box__wrapper {
        width: 100%;
        height: 207px;
    }

    .js-box-slider {
        margin-right: -16px;
    }

    .tulip {
        padding-bottom: 5px;
    }

    .masthead__step h3 {
        padding-bottom: 5px;
    }

    .quantity-label {
        float: left;
        width: calc( 50% - 8px );
        margin-right: 8px;
    }

    .quantity-label:hover input ~ .checkmark {
        background-color: #264b5b;
        color: #fff;
    }

    .dimension {
        border-bottom: none;
    }

    .enquiry__description {
        float: left;
        width: calc( 100% - 366px );
        padding-top: 25px;
    }

    .enquiry__description p,
    .enquiry__description ul {
        padding-bottom: 5px;
    }

    .enquiry-box {
        float: right;
        margin: 0;
        width: 346px;
        margin-right: -27px;
        margin-top: -2px;
        padding: 50px 30px;
        border-bottom-left-radius: 10px;
        padding-bottom: 60px;
    }

    .enquiry-left {
        border-top: 2px solid #e8e8e8;
        float: left;
        width: 100%;
        margin-bottom: 48px;
    }

    .product-price-wrapper {
        width: 287px;
        float: right;
    }

    .enquiry-right .btn {
        display: block;
        width: auto;
        margin-top: 10px;
        font-weight: 700;
        background-color: #d37b4f;
        color: #fff;
        border: none;
        padding: 16px 30px;
        float: right;
    }
}

@media ( min-width: 1200px ) {
    .box__wrapper:hover .box__text p {
        color: #fff;
        display: block;
        padding: 10px 20px;
    }

    .masthead__wrapper {
        padding: 34px 50px 0 50px;
    }

    .masthead__title {
        padding-bottom: 15px;
    }

    .tulip {
        float: right;
        width: 400px;
        text-align: right;
    }

    .tulip .trustpilot-widget {
        margin-bottom: -50px;
    }

    /*.tulip img {
        display: inline-block;
    }*/

    .masthead__title-text {
        float: left;
    }

    .masthead__title-text h1 {
        font-size: 62px;
        padding-bottom: 1px;
    }

    .enquiry-left {
        float: left;
        border: none;
        width: calc( 100% - 422px );
        position: relative;
        margin: 0;
        padding-bottom: 142px;
    }

    .product-enquiry {
        border-top: 2px solid #e8e8e8;
        padding-top: 20px;
    }

    .enquiry__description {
        padding: 0;
        width: 100%;
        float: none;
    }

    .product-price-wrapper {
        width: 100%;
    }

    .enquiry-right {
        float: right;
        width: 350px;
    }

    .product-total {
        margin-top: 55px;
    }

    .enquiry-right .btn {
        display: block;
        width: 200px;
        margin-top: 20px;
        font-weight: 400;
        background-color: #d37b4f;
        color: #fff;
        border: none;
        padding: 6px 30px;
        float: right;
    }

    .enquiry-right .btn:hover {
        background-color: #d1622b;
    }

    .enquiry-box {
        width: calc( 100% + 50px );
        position: absolute;
        left: -50px;
        bottom: 0;
        padding: 25px 18px 35px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
    }

    .enquiry-box__bttn {
        width: 173px;
        padding: 0;
    }

    .enquiry-box__left {
        width: calc( 100% - 173px );
    }

    .dimenesion__item:first-child {
        width: 23%;
    }

    .dimenesion__item {
        width: 38.5%;
    }

    .box__wrapper:after {
        width: 99%;
    }
}

@media ( min-width: 1366px ) {
    .masthead__wrapper {
        padding: 55px 110px 0 110px;
        margin-bottom: 20px;
    }

    .enquiry-box {
        width: calc( 100% + 112px );
        left: -112px;
        padding: 25px 68px 35px 112px;
    }

    .tp-widget-wrapper {
        max-width: 175px !important;
        margin-left: auto !important;
        margin: initial;
    }
}

.print-hidden {
    display: none;
}

/* Configurator Popup */
.configurator-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.configurator-popup.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    align-items: center;
    justify-content: center;
}

.configurator-popup__content {
    background: #fff;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.configurator-popup.active .configurator-popup__content {
    transform: scale(1);
}

.configurator-popup__header {
    padding: 20px 30px;
    background: #d37b4f;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.configurator-popup__header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.configurator-popup__close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.configurator-popup__close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.configurator-popup__close:before {
    content: "×";
    font-size: 24px;
    line-height: 1;
}

.configurator-popup__body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.configurator-popup__footer {
    padding: 20px 30px;
    border-top: 1px solid #e3e3e3;
    background: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}


/* Mobile Responsiveness */
@media (max-width: 767px) {
    .configurator-popup__content {
        max-width: 95%;
        max-height: 95%;
        margin: 10px;
    }
    
    .configurator-popup__header {
        padding: 15px 20px;
    }
    
    .configurator-popup__header h3 {
        font-size: 16px;
    }
    
    .configurator-popup__body {
        padding: 20px;
    }
    
    .configurator-popup__footer {
        padding: 15px 20px;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .configurator-popup__content {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        border-radius: 0;
    }
    
    .configurator-popup__header {
        border-radius: 0;
    }
    
    .configurator-popup__footer {
        border-radius: 0;
    }
}

/* Tablet Responsiveness */
@media (min-width: 768px) and (max-width: 1024px) {
    .configurator-popup__content {
        max-width: 80%;
    }
}

/* Desktop Enhancements */
@media (min-width: 1025px) {
    .configurator-popup__content {
        max-width: 70%;
    }
}


/* Box Builder Shortcode */
.container:has(.box-builder-shortcode) {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.masthead--homepage.box-builder-shortcode {
    padding-top: 100px;
	padding-bottom: 100px
}

.box-sc .masthead__wrapper {
	overflow: hidden;
}

.box-sc .enquiry-right-box__cta {
    padding: 20px;
    background: #264B5B;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.box-sc .enquiry-right-box__cta h3 {
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 0;
}

.box-sc .enquiry-right-box__cta .btn {
    background: #009d88;
    height: auto;
    margin: 0;
    display: inline-block;
    position: relative;
    max-width: 135px;
    font-weight: 600;
    padding: 16px 30px;
}

@media (min-width: 1200px) {
    .box-sc .enquiry-right-box__cta {
        position: absolute;
        right: 0;
        bottom: -14px;
        width: calc(100% - 59%);
        height: calc(100% - 89%);
    }
}