@media (min-width: 991px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
    .componentsQuestion h6 {
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
    }
    .componentsChoices {
        float: right;
        font-size: 1rem;
        margin-top: -1.1rem;
    }
    .productTitle {
        font-size: 14px !important;
    }
}
@media (min-width: 1299px) {
    .productTitle {
        font-size: 16px !important;
    }
}
@media (max-width: 991px) {
    .componentsChoices {
        float: unset;
        font-size: 0.75rem;
    }
    .componentsQuestion h6 {
        font-size: 0.9rem;
        font-weight: 600;
        margin: 0;
    }
    .modal .modal-footer .modal-price{
        display: none;
    }
    .modal .modal-footer .btn {
        width: 49% !important;
        margin-left: 0 !important;
    }
    .productTitle {
        font-size: 14px !important;
    }
    .accountHeading {
        font-size: 1rem !important;
    }
    .product-details .prod-tabs .tab-btns .tab-btn {
        padding: 10px;
        font-size: 0.8rem;
    }
}
@media (max-width: 598px) {
    .productTitle {
        font-size: 10px !important;
    }
    ul.nav li ul {
        visibility: unset !important;
        opacity: 1 !important;
        max-width: 461px;
    }
}
.productPrice, .productTitle {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    white-space: unset !important;
    overflow: unset !important;
}

@media (min-width: 991px) {
    footer .kbs {
        text-align: right;
    }
}
p {
    text-wrap: pretty;
    word-break: break-word;
}

@media (max-width: 991px) {
    .boxYear, .catbox .cattext, .headingBar {
        font-size: 14px !important;
    }
    ul.nav li ul {
        visibility: unset !important;
        opacity: 1 !important;
        max-width: 688px;
    }
}

.acceptedPayments .f-40 {
    font-size: 40px;
}

.productRibbon {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .productRibbon {
        font-size: 14px;
    }
}

.categoryTextWrap {
    position: relative;
}

.categoryText {
    max-height: 240px; /* adjust */
    overflow: hidden;
    position: relative;
}

.categoryText.has-more::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,1)
    );
    pointer-events: none;
}
.productRibbon.new{
    background-color: #0d68ad; /* the main color  */
    color: #fff;
}
.productRibbon.sale{
    background-color: #e48b26; /* the main color  */
    color: #fff;
}
.productRibbon.popular{
    background-color: #3aad0d; /* the main color  */
    color: #fff;
}

.productRibbon {
    --f: .5em; /* control the folded part */
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(
        100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    z-index: 9;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bd-black {
    border: 1px solid #000!important;
    height: 100%;
}
.ql-align-right {
	text-align: right;
  margin-bottom: 10px;
}
.ql-align-center {
	text-align: center;
  margin-bottom: 10px;
}
.ql-align-left {
	text-align: left;
  margin-bottom: 10px;
}

#content ul:not(.tab-btns, .blog-list) {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.rwg-override {
    font-family: inherit !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: unset !important;
}

.goog-te-combo {
    transition: all .7s ease-out;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.embed-responsive-9by16::before {
    padding-bottom: 177.78%;    
}

.embed-responsive-tt::before {
    padding-bottom: 177.78%;    
}

#goSearch {
    border: 0 !important;
}

select.form-control {
    border: 2px solid;
    font-weight: 700;
    font-size: 20px;
}

.form-control {
    transition: all .5s;
    display: block;
    width: 100%;
    background: #f3f3f3;
    height: 52px;
    border: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    font-size: 16px;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid;
    margin-bottom: 15px;
}

.honey {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.vbox-overlay {
    background: rgba(23, 23, 23, 1) !important;
}

.text-black {
    color: #000;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.tiktok {
    background: #ee1d52;
}

.bluesky {
    background: #0085ff;
}

.whatsapp {
    background: #25d366;
}

.linkedin {
    background: #0077B5;
    background-color: #0077B5;
}

.instagram { 
    background: #f09433 !important;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
}

.instagram:hover {
    background: #000 !important;
}

header .icon-bar a:hover {
    background-color: #000 !important;
    background: #000 !important;
}

.page_section ul {
    display: block;
    list-style: unset;
    margin-left: 20px;
}

.contact-form hr,
.modal-content hr {
    margin: 1.5rem 0 1rem !important;
    border: 0;
    border-top: 1px solid #d3d3d3;
}

@media (min-width: 991px) {
    .contact-form .cat.productImages {
        min-height: 150px;
        max-height: 150px;
    }
}
@media (max-width: 991px) {
    .contact-form .cat.productImages {
        min-height: 100px;
        max-height: 100px;
    }
    .contact-form h3.productTitle {
        font-size: 16px;
    }
}
@media (max-width: 549px) {
    .contact-form .cat.productImages {
        min-height: 80px !important;
        max-height: 80px !important;
    }
    .contact-form h3.productTitle {
        font-size: 12px !important;
    }
}

.contact-form h3.productTitle {
    font-size: 12px !important;
    font-family: unset;
    letter-spacing: unset;
}
.contact-form p.productPrice  {
    font-size: 12px !important;
}
.contact-form .btn-custom  {
    width: 100%;
    font-size: 10px;
}

#newBooking h1,
.contact-form .headingBar {
    font-size: 24px;
}

.btn-choose {
    font-size: 18px;
    padding: 15px;
}

.cart-summary {
    margin-top: 10px;
}

.componentsWrapper {
    width: 100%;
    position: relative;
}

.componentsWrapper ul {
    margin: 0;
    padding: 0 !important;
}

.componentsQuestion {
    top: 0;
    padding: 10px 0;
    border-bottom: 1px solid #AB2531;
    background-color: #fff;
}

.componentsCheckbox {
    float: right;
    font-size: 1rem;
}

.componentsItems {
    color: #2f2f2f;
    cursor: pointer;
    display: block;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dotted hsl(0, 0%, 82.8%);
}

.componentsPrice {
    color: #23B044;
    font-size: 12px;
    font-weight: 600;
    margin-left: 1rem;
}

.popup-error {
    bottom: 130px;
    max-width: 375px;
    background-color: #5e6b77;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    color: #fff;
    opacity: 0.9;
    padding: 16px;
    position: fixed;
    right: 50%;
    font-weight: 700;
    text-align: center;
    transform: translateX(50%);
    transition: .2s ease-out;
    width: 90vw;
    z-index: 9000;
}
label.error {
    color: rgb(255, 0, 0);
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
}
.accountHeading {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.loginBar {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1rem !important;
    background-color: #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
}
.vbox-content {
    /* Lightbox margins fix */
    margin: 3% 0px !important;
}
.align-center {
    text-align: center;
}
#searchTerms {
    height: 46px;
}
#cartSubmit {
    padding: 13px;
}
.canvas-section {
}

.show-canvas {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 6px;
    resize: vertical;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}
#canvas {
    cursor: crosshair;
}
.canvas-bottom {
    text-align: center;
    border: 1px solid #ced4da;
    padding: 15px 0 10px 0;
    margin-bottom: 20px;
    background: #1c3d4e;
}
.btn {
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
    outline: none;
}
.btn-reset {
    background: transparent;
    color: #fff;
}
.btn-save {
    background: transparent;
    color: #00dcff;
} 
.item-multiday-hire .headingBar {
    font-size: 16px;
    color: #fff;
}
.contact-form .col-12, .contact-form .col-6 {
    margin-bottom: 10px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.cart-summary {
    margin-top: 25px !important;
    max-width: unset !important;;
}
.cart-summary .cart-summary-wrap, .cart-table .cart-header {
    padding: 25px;
    background-color: #007bff;
    border-radius: .25rem !important;
}
#customHTML ol, #customHTML ul {
    padding-left: 15px;
}
#main ol, #main ul { 
    padding-left: 20px;
}
#shopping-cart .cart-info p {
    font-size: 12px;
    padding: 0 10px;
}
#shopping-cart .cart-info p span {
    font-size: 16px;
    font-weight: 800;
}
#shopping-cart .cart-items {
    position: absolute;
    bottom: 10px;
    left: 60px;
    top: 0px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    padding-left: 0;
    color: #fff!important;
    line-height: 16px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    background-color: #ff5b5b;
}

.appointments .card-header {
    padding: 0;
    background-color: unset;   
    position: relative; 
}

.appointments .card-header.clickable {
    cursor: pointer;
}


@media (min-width: 768px) {
    .apt.nav-pills>button.active::before {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        z-index: 9;
        background-color: inherit;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: -13px;
        top: 6px;
        transition: background-color .16s ease-in-out;
    }
}

@media (min-width: 991px) {
    #shopping-cart {
        position: fixed;
        top: 75px;
        right: 0;
        z-index: 1035;
        padding: 10px;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 0 3px 15px rgba(0,0,0,.2);
    }  
    .hidden-md {
        display: none !important;
    }
    #cartbutton {
        display: none;
    }     
}
@media (max-width: 991px) {
    #shopping-cart {
        max-width: 100% !important;
        position: fixed;
        bottom: 0px;
        top: auto;
        left: 0px;
        padding: 10px;
        right: auto;
        width: 100%;
        border-top: 2px solid #000;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fff;
        z-index: 9;
    }
    .hidden-md {
        display: unset;
    }
    .cart-summary {
        margin: 0 auto;
    }
    .cart-summary .cart-summary-wrap h2 {    
        border-top: 1px solid #fff;
        padding-top: 5px;
    } 
    #cartbutton .btn-sm {
        margin: 7.5px 0;
    }
    #shopping-cart .cart-info p span {
        font-size: 14px;
        font-weight: 800;
    }
    header .col-lg-4:last-of-type .web-icons img:first-of-type {
        max-height: 32px;
    }
}


#pageOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1040;
}

#cartDrawer {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 1050;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 6px rgba(0,0,0,0.3);
}

#cartDrawer.open {
    right: 0;
}

@media (min-width: 768px) {
    #cartDrawer {
        width: 40%;
    }
}

#cartDrawer .cart-header {
    background: #111;
    color: #fff;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.close-cart {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}

.cart-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 130px; /* enough space for sticky footer */
    background: #f9f9f9;
}

.cart-item-image {
    width: 60px;
    height: auto;
    flex-shrink: 0;
}

.cart-item {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}

.item-details {
    flex: 1;
    padding-right: 2.5rem; /* Room for the X button */
    word-break: break-word;
}

.cart-item .remove-item {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #333;
    cursor: pointer;
}

.cart-item .remove-item:hover {
    color: #d00;
}

#cartSubtotal {
    transition: color 0.3s ease;
}

#cartSubtotal.updated {
    color: #28a745 !important;
}

.cart-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 10;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
}
.ql-indent-2 {
    margin-left: 2rem;
}
.cart-footer .btn {
    border-radius: 0 !important;
    font-weight: bold;
}

.cart-footer::before {
    content: '';
    display: block;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
}