/**
 * Theme Name: ABC
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/*
 * Button Icon Style
*/
.ct-e-button .elementor-button-icon {
	font-size: 10px;
	line-height: 1em;
	align-self: center;
}



/*
Products list Style
*/
ul.products li {
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.products li:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
ul.products li {
    border-color: #d9dadc;
}
/*
 * Button Icon Style for Product Filter
*/
div#block-16.ct-widget:not(:last-child) {
    margin-bottom: 0px;
}
div#block-16 > .ct-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
}

.wpfFilterWrapper {
    /*padding: 25px 0;*/
    border-top: 1px solid #d9d9d9;
}
div.wpfFilterWrapper {
    margin-top: 16px;
    margin-bottom: 16px;
}
div.wpfFilterWrapper[data-filter-type] {
    padding: 16px 0 0;
}
/*div.wpfFilterTitle {
    margin: 10px 0 0;
}*/
/*div.wpfFilterContent {
    margin: 10px 0 0;
}
div.wpfFilterContent.wpfHide {
    margin: 0px 0 0;
}*/
div.wpfFilterContent:not(.wpfHide) {
    margin: 10px 0 0;
}
div.wpfFilterWrapper .wfpTitle {
    font-size: 25px !important;
    font-weight: 700 !important;
    height: 25px;
    margin: inherit;
    padding: inherit;
    color: #333333 !important;
    line-height: inherit;
}
.wpfFilterTitle > i.wpfTitleToggle {
    font-size: 20px;
    line-height: 25px !important;
    font-weight: normal !important;
    height: auto !important;
    color: #333333 !important;
}
.wpfValue > .wpfFilterTaxNameWrapper:hover {
    color: #e00815;
}
.wpfDisplay.selected > .wpfValue > .wpfFilterTaxNameWrapper {
    color: #e00815;
}
@media (min-width: 767px) and (max-width: 1200px) {
	div.wpfFilterWrapper .wfpTitle {
        font-size: 20px !important;
        font-weight: 700 !important;
        height: 20px;
        line-height: inherit;
    }
    .wpfFilterTitle > i.wpfTitleToggle {
        font-size: 20px;
        line-height: 20px !important;
        font-weight: normal !important;
        height: auto !important;
    }
}

/*
 * Footer Title Style
*/
.ct-container h5 {
    color: #FFFFFF;
}


/*
 * Brand Page Style
*/
.oe-brands-cols-outer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.oe-brand-shortcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    isolation: isolate;
}
.oe-bg-grey {
    background-color: #f1f5f9;
}
.oe-bg-grey:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.p4 {
    padding: calc(.25rem * 4);
}
.rounded-sm {
    border-radius: .25rem;
}
h2.oe-brand-shortcode-title {
    font-weight: 600;
    font-size: 24px;
    color: #131117;
    margin-bottom: 10px;
}
h2.oe-brand-shortcode-title a {
    color: #131117;
}
h2.oe-brand-shortcode-title a:hover {
    color: #d81c22;
}
.brand-media-container {
    margin-bottom: 20px;
}
@media (max-width: 999.98px) {
    .oe-brands-cols-outer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 689.98px) {
    .oe-brands-cols-outer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}


/* Bike Booking form CSS */

.bike-type-section .jet-form-builder__fields-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .7em .7em;
}

.bike-type-section .jet-form-builder__field-wrap.checkboxes-wrap {
    display: flex;
    align-items: center;
    width: 32.55%;
    height: 4rem;
    border: 1px solid #454442;
    border-radius: .375rem;
}
.bike-type-section .field-type-checkbox-field .jet-form-builder__field-label.for-checkbox>span::before {
    display: none;
}
.bike-type-section label.jet-form-builder__field-label.for-checkbox {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.bike-type-section .jet-form-builder__field-wrap.checkboxes-wrap:has(.jet-form-builder__field.checkboxes-field:checked) {
    background-color: #0B367A;
}
.bike-type-section .jet-form-builder__field-wrap.checkboxes-wrap:has(.jet-form-builder__field.checkboxes-field:checked)::before {
    content: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e');
    position: absolute;
    top: 62%;
    left: 4%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: 5%;
    display: block;
}
.bike-type-section label.jet-form-builder__field-label.for-checkbox:has(.jet-form-builder__field.checkboxes-field:checked) {
    color: #FFFFFF;
    font-weight: bold;
    /*font-style: italic;*/
}
.wp-block-group.test-bike {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}
.wp-block-column.bike-sizess > * {
    grid-column: span 1; /* all the items should take 6 columns*/
}

/** extras-section **/
.extras-section .field-type-checkbox-field > .jet-form-builder__fields-group,
.extras-section .field-type-radio-field > .jet-form-builder__fields-group {
    flex-direction: row;
    column-gap: 1.2em;
}
.whatsapp-section .field-type-radio-field > .jet-form-builder__fields-group {
    flex-direction: row;
}
.abc-rental-period {
    font-size: 18px;
    text-align: center;
}
.abc-sm-text {
    font-size: 13px;
}
.bike-rental-summary .abc-sm-text-600 {
    color: #000000;
    margin-left: .25em;
}
.abc-sm-text-600 {
    font-weight: 600;
}
.wp-block-group.bike-rental-summary.is-layout-grid {
    row-gap: .01em;
}
.left-extras-section .jet-sm-gb-wrapper,
.pickup_section .jet-sm-gb-wrapper,
.drop-off_section .jet-sm-gb-wrapper {
    margin-block-end: 0;
}
.emergency-contact {
    font-weight: 400;
    font-size: 80%;
}

/* Medium devices (phones, 992px and down) */
@media only screen and (max-width: 600px) {
    .abc-bike-rental .jfb-progress-type--default .jet-form-builder-progress-pages__item--label {
        display: none;
    }
    .abc-bike-rental .jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper {
        margin-bottom: 0;
    }
    .abc-bike-rental .jfb-progress-type--default {
        padding-bottom: 0;
    }
    .abc-bike-rental .jfb-progress-type--default .jet-form-builder-progress-pages__item {
        padding: 0.5em 0.5em;
    }
}
/* Medium devices (laptops/desktops, 640px and up, less than 992px ) */
@media screen and (min-width: 601px) and (max-width: 992px) {

    .abc-bike-rental .jfb-progress-type--default .jet-form-builder-progress-pages__item--label {
        white-space: wrap;
    }
}
























