/*!
 Theme Name:   Blocksy-child
 Description:  Blocksy Child Theme
 Author:       Best4u
 Template:     blocksy
 Author URI:   https://www.best4u.nl/
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  best4u
!*/
#ui-datepicker-div {
    background: #fff;
}

.gform_required_legend {
    display: none;
}

.gform_fields .gfield {
    margin-bottom: 20px;
}

.gform_fields .gform_validation_container {
    display: none;
}

.gform_footer input[type=submit] {
    margin-top: 10px;
    font-size: var(--buttonFontSize);
    font-weight: var(--buttonFontWeight);
    padding: 0 35px;
    transition: 0.5s ease all;
}

.gform_footer input[type=submit]:focus {
    outline: none;
}

.gform_footer input[type=submit]:hover {
    transform: scale(1.05);
}

.ct-featured-image .ct-image-container img {
    transition: 0.5s ease transform;
}

.ct-featured-image .ct-image-container img:hover {
    transform: scale(1.1);
}

body.single-post .ct-share-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid var(--paletteColor5);
    border-bottom: 1px solid var(--paletteColor5);
}

body.single-post .ct-share-box .ct-module-title {
    margin-bottom: 0 !important;
}

body.single-post .ct-share-box div[data-icons-type=simple] {
    display: flex !important;
}

body.single-post .ct-share-box div[data-icons-type=simple] > a {
    margin-left: 15px;
}

body.single-post .ct-related-posts {
    margin-bottom: 40px;
}

body.single-post .ct-related-posts article .ct-image-container img {
    transition: 0.5s ease transform;
}

body.single-post .ct-related-posts article:hover .ct-image-container img {
    transform: scale(1.1);
}

body.single-post article.post {
    margin-bottom: 50px;
}

body.blog .ct-container .entries {
    padding-bottom: 60px;
}

footer.ct-footer .ct-container .ct-widget h5 {
    color: #fff;
}

@media screen and (max-width: 1000px) and (min-width: 766px) {
    footer.ct-footer .ct-container {
        grid-template-columns: 1fr 1fr !important;
    }

    footer.ct-footer .ct-container > div:nth-child(1) {
        grid-row: 1;
        grid-column: 1/3 !important;
    }
}

.blocks-gallery-grid .blocks-gallery-item {
    overflow: hidden;
}

.blocks-gallery-grid .blocks-gallery-item img {
    transition: 0.5s ease transform;
}

.blocks-gallery-grid .blocks-gallery-item:hover img {
    transform: scale(1.1);
}

body.single-product .woocommerce-product-rating {
    font-weight: 600 !important;
}

body.single-product .woocommerce-product-gallery {
    border: 1px solid var(--paletteColor5);
    padding: 20px;
}

body.single-product .summary {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

@media screen and (max-width: 1000px) {
    body.single-product .summary {
        max-width: 100%;
        padding-left: 0;
        margin: auto;
    }
}

body.single-product .summary .price {
    margin-bottom: 10px;
}

body.single-product .summary .woocommerce-product-details__short-description p {
    margin-bottom: 10px;
    color: var(--paletteColor7);
}

body.single-product .summary select {
    border-radius: 3px;
    border-color: #eeeeee;
    width: 40% !important;
    color: var(--paletteColor4);
}

@media screen and (max-width: 980px) {
    body.single-product .summary select {
        width: 100% !important;
    }
}

body.single-product .summary .reset_variations {
    margin-left: 10px;
}

body.single-product .summary .stock {
    margin-top: 0 !important;
    font-size: 15px;
    font-weight: 700;
    color: var(--paletteColor2);
}

body.single-product .summary form.cart {
    border-top: none;
    margin-top: 20px;
    padding-top: 10px;
    order: 4;
}

body.single-product .summary form.cart .variations {
    margin-bottom: 20px;
}

body.single-product .summary .ct-cart-actions {
    position: relative;
    --buttonMinHeight: 48px !important;
}

body.single-product .summary .ct-cart-actions .single_add_to_cart_button {
    font-weight: 600;
    width: auto;
    flex: none;
    line-height: 1;
}

body.single-product .summary .ct-cart-actions .single_add_to_cart_button:focus {
    outline: none;
}

body.single-product .wc-tabs-wrapper ul.wc-tabs li:before {
    content: none !important;
}

body.single-product .wc-tabs-wrapper ul.wc-tabs li a {
    padding-left: 0 !important;
}

body.single-product section.related {
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
    padding-bottom: 100px;
}

body.single-product section.related h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    body.single-product section.related {
        padding-bottom: 0;
    }
}

#header .ct-header-cta a.ct-button {
    font-weight: 600;
    transition: 0.5s ease all;
    min-height: 48px;
}

#header .ct-header-cta a.ct-button:hover {
    transform: scale(1.05);
}

.gform_validation_error .validation_error {
    border: none !important;
    padding: 0 !important;
    color: #ec3232 !important;
}

.gform_validation_error .gform_submission_error {
    font-size: 18px;
    margin-bottom: 20px !important;
}

.gform_validation_error .gform_body .gfield_error {
    background: none;
    border: none;
}

.gform_validation_error .gform_body .gfield_error input, .gform_validation_error .gform_body .gfield_error textarea {
    border-color: #ec3232 !important;
}

.gform_validation_error .gform_body .gfield_error label, .gform_validation_error .gform_body .gfield_error .validation_message {
    color: #ec3232;
}

body.archive .breadcrumbs-page .ugb-block-content {
    margin-left: auto;
    margin-right: auto;
    width: var(--block-width, var(--container-width)) !important;
    max-width: var(--block-max-width, var(--container-max-width)) !important;
}

body.archive .woo-listing-top {
    justify-content: flex-end;
}

body.archive .woo-listing-top .woocommerce-result-count {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 300;
}

.berocket_single_filter_widget {
    margin-top: 30px;
}

.berocket_single_filter_widget .bapf_head h3 {
    font-size: 19px;
    color: var(--paletteColor3);
    border-bottom: 1px solid #f2f4f6;
    padding-bottom: 15px;
    font-weight: 700;
}

.berocket_single_filter_widget .bapf_body {
    padding-top: 15px;
}

.berocket_single_filter_widget .bapf_body ul {
    padding: 0;
}

.berocket_single_filter_widget .bapf_body ul li {
    margin: 4px 0 !important;
}

.berocket_single_filter_widget .bapf_body ul li input[type=checkbox] {
    width: 27px;
    height: 27px;
    transition: 0.5s ease border-color;
}

.berocket_single_filter_widget .bapf_body ul li input[type=checkbox]:before {
    left: 5px !important;
    top: 7px !important;
}

.berocket_single_filter_widget .bapf_body ul li label {
    transition: 0.5s ease color;
    font-family: var(--fontFamily);
    font-size: 15px;
    color: var(--color);
    font-weight: 400;
}

.berocket_single_filter_widget .bapf_body ul li:hover input[type=checkbox] {
    border-color: var(--paletteColor1);
}

.berocket_single_filter_widget .bapf_body ul li:hover label {
    color: var(--paletteColor1);
}

.berocket_single_filter_widget .bapf_body ul li.checked label {
    font-weight: 600;
}

ul.products {
    margin: 0;
}

ul.products li.product {
    padding: 20px 10px 10px;
    border: 1px solid var(--paletteColor5);
    border-radius: 5px;
    transition: 0.5s ease border-color;
}

ul.products li.product .excerpt {
    order: 4;
    font-size: 16px;
    color: var(--paletteColor4);
}

@media screen and (max-width: 600px) {
    ul.products li.product {
        padding: 20px 15px 0 !important;
    }
}

ul.products li.product:hover {
    border-color: var(--paletteColor2);
}

ul.products li.product .price {
    font-size: 30px;
    font-weight: 700;
}

ul.products li.product .ct-image-container {
    width: 180px;
    margin: 0 auto 30px;
}

ul.products li.product .ct-woo-card-actions {
    padding: 0;
}

body.woocommerce-cart #main > .ct-container, .woocommerce-checkout #main > .ct-container {
    max-width: 100%;
    width: 100%;
}

body.woocommerce-cart #main > .ct-container .woocommerce, .woocommerce-checkout #main > .ct-container .woocommerce {
    max-width: var(--container-max-width);
    width: var(--container-width);
    margin: 0 auto;
}

nav.woocommerce-breadcrumb {
    padding: 35px 0;
    background-color: var(--paletteColor8);
}

nav.woocommerce-breadcrumb > span {
    width: var(--container-width);
    max-width: var(--container-max-width);
    display: block;
    margin: auto;
}

nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
    font-size: 14px;
    font-weight: 400;
}

nav.woocommerce-breadcrumb a {
    color: var(--paletteColor1);
}

.owl-dots {
    text-align: center;
}

.owl-dots button.active span {
    background-color: var(--paletteColor1);
}

.owl-dots span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 8px;
}

body.woocommerce-checkout .align-right,
body.woocommerce-cart .align-right {
    text-align: right;
}

body.woocommerce-checkout a.button,
body.woocommerce-cart a.button {
    font-weight: 500;
    padding: 6px 15px;
    min-height: 48px;
}

body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-cart .woocommerce-NoticeGroup {
    width: 100% !important;
}

body.woocommerce-checkout a.continue-to-shopping,
body.woocommerce-cart a.continue-to-shopping {
    margin-right: 35px;
    color: var(--buttonInitialColor);
}

body.woocommerce-checkout a.continue-to-shopping:hover,
body.woocommerce-cart a.continue-to-shopping:hover {
    color: var(--paletteColor2);
}

@media screen and (max-width: 767px) {
    body.woocommerce-checkout a.continue-to-shopping,
    body.woocommerce-cart a.continue-to-shopping {
        text-align: center;
        margin-right: 0;
        border: 2px solid var(--paletteColor1);
        border-radius: 3px;
        padding: 10px;
        margin-bottom: 15px;
    }
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info {
    padding: 0;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
    color: var(--paletteColor1);
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info:before {
    content: none;
}

@media screen and (max-width: 767px) {
    body.woocommerce-checkout .shop_table .product-thumbnail,
    body.woocommerce-cart .shop_table .product-thumbnail {
        display: none;
    }
}

body.woocommerce-checkout .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    body.woocommerce-checkout .wc-proceed-to-checkout,
    body.woocommerce-cart .wc-proceed-to-checkout {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    body.woocommerce-checkout .wc-proceed-to-checkout,
    body.woocommerce-cart .wc-proceed-to-checkout {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
}

body.woocommerce-checkout button[type=submit],
body.woocommerce-cart button[type=submit] {
    border: 2px solid var(--buttonInitialColor);
    background: #fff;
    color: var(--buttonInitialColor);
    transition: 0.5s ease background-color;
}

body.woocommerce-checkout button[type=submit]:hover,
body.woocommerce-cart button[type=submit]:hover {
    background-color: var(--buttonInitialColor);
    color: #ffffff;
}

body.woocommerce-checkout input[type=text],
body.woocommerce-checkout input[type=number],
body.woocommerce-cart input[type=text],
body.woocommerce-cart input[type=number] {
    margin-right: 8px;
    border-radius: 3px;
    height: 48px;
}

body.woocommerce-checkout input[type=checkbox], body.woocommerce-checkout input[type=radio],
body.woocommerce-cart input[type=checkbox],
body.woocommerce-cart input[type=radio] {
    border-color: var(--paletteColor4) !important;
    width: 22px !important;
    height: 22px !important;
}

body.woocommerce-checkout input[type=checkbox]:before, body.woocommerce-checkout input[type=radio]:before,
body.woocommerce-cart input[type=checkbox]:before,
body.woocommerce-cart input[type=radio]:before {
    color: var(--paletteColor4);
}

body.woocommerce-checkout input[type=checkbox],
body.woocommerce-cart input[type=checkbox] {
    top: 6px !important;
}

body.woocommerce-checkout .ct-cart-form,
body.woocommerce-cart .ct-cart-form {
    display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
}

body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form {
    width: 100%;
}

body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form thead th,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form thead th {
    border-bottom-width: 1px;
}

body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td {
    border-style: solid;
}

body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td.product-price p.price,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td.product-price p.price {
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td.product-price,
    body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td.product-price {
        display: table-cell;
    }
}

body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions button[type=submit],
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions button[type=submit] {
    height: 48px !important;
    min-height: 48px !important;
}

@media screen and (max-width: 820px) and (min-width: 689px) {
    body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions .coupon,
    body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions .coupon {
        width: 100%;
        float: none;
        display: flex !important;
        flex-direction: column;
    }

    body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions .coupon input[name=coupon_code],
    body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions .coupon input[name=coupon_code] {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 820px) and (min-width: 689px) {
    body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions button[name=update_cart],
    body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions button[name=update_cart] {
        width: 100%;
        margin-top: 20px;
    }
}

body.woocommerce-checkout .ct-cart-form .cart_totals,
body.woocommerce-cart .ct-cart-form .cart_totals {
    width: 30%;
    align-self: flex-end;
    border: none !important;
    padding: 40px 0 0 0;
}

@media screen and (max-width: 1000px) {
    body.woocommerce-checkout .ct-cart-form .cart_totals,
    body.woocommerce-cart .ct-cart-form .cart_totals {
        width: 100%;
        margin-bottom: 60px;
    }
}

body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-cart form.woocommerce-checkout {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column-gap: 25px;
}

@media screen and (max-width: 980px) {
    body.woocommerce-checkout form.woocommerce-checkout,
    body.woocommerce-cart form.woocommerce-checkout {
        flex-direction: column;
    }
}

body.woocommerce-checkout form.woocommerce-checkout input[type=tel],
body.woocommerce-checkout form.woocommerce-checkout input[type=email],
body.woocommerce-checkout form.woocommerce-checkout .select2-selection,
body.woocommerce-checkout form.woocommerce-checkout textarea,
body.woocommerce-cart form.woocommerce-checkout input[type=tel],
body.woocommerce-cart form.woocommerce-checkout input[type=email],
body.woocommerce-cart form.woocommerce-checkout .select2-selection,
body.woocommerce-cart form.woocommerce-checkout textarea {
    border-radius: 2px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details {
    width: 66%;
}

@media screen and (max-width: 980px) {
    body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details,
    body.woocommerce-cart form.woocommerce-checkout .ct-customer-details {
        width: 100%;
    }
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 1250px) {
    body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details,
    body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details {
        flex-direction: column;
    }
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .woocommerce-billing-fields > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .woocommerce-billing-fields > h3 {
    font-size: 24px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1, body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
    padding: 35px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    width: 48%;
}

@media screen and (max-width: 1250px) {
    body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1, body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
    body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1,
    body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
        width: 100%;
    }
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1 h3:before,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1 h3:before {
    content: "1. ";
    position: relative;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
    margin-top: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2 > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 > h3 {
    font-size: 24px;
}

@media screen and (max-width: 1250px) {
    body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
    body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
        margin-top: 35px;
    }
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review {
    width: 31%;
    border-width: 1px;
    border-radius: 3px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review > h3 {
    font-size: 24px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review thead tr th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review thead tr th {
    border: none;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tbody tr:first-child td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tbody tr:first-child td {
    border: none;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tbody tr td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tbody tr td {
    border-style: solid;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:first-child td, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:first-child th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:first-child td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:first-child th {
    border-style: solid;
    padding-bottom: 5px;
    padding-top: 10px;
    color: var(--paletteColor2);
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) td, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) th {
    padding-bottom: 5px;
    padding-top: 5px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li {
    border: none;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li:before {
    content: none;
}

@media screen and (min-width: 690px) {
    body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li,
    body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li {
        padding: 0;
    }
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li input[type=radio]:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li input[type=radio]:before {
    opacity: 0;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li label,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li label {
    height: 35px;
    margin: 5px 0;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li .payment_box,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li .payment_box {
    background: var(--border-color);
    width: 100%;
    margin: 0;
    padding: 10px;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review h3:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review h3:before {
    content: "3. ";
    position: relative;
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .product-total,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .product-total {
    vertical-align: middle;
}

@media screen and (max-width: 980px) {
    body.woocommerce-checkout form.woocommerce-checkout .ct-order-review,
    body.woocommerce-cart form.woocommerce-checkout .ct-order-review {
        width: 100%;
    }
}

body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .order-total th, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .order-total td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .order-total th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .order-total td {
    color: var(--paletteColor1);
    border: none;
}

body.woocommerce-checkout .cross-sells,
body.woocommerce-cart .cross-sells {
    margin-bottom: 100px;
}

body.woocommerce-checkout .cross-sells > h2,
body.woocommerce-cart .cross-sells > h2 {
    text-align: center;
    text-transform: none;
    font-size: 30px;
    margin-bottom: 50px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    border-color: var(--form-field-border-initial-color) !important;
    border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px)) !important;
}

.wp-block-search .wp-block-search__inside-wrapper input {
    background-color: #ffffff;
}

.wp-block-search .wp-block-search__inside-wrapper button {
    background-color: #fff;
    border-color: #fff;
}

.wp-block-search .wp-block-search__inside-wrapper button svg {
    fill: var(--paletteColor1) !important;
    min-width: 40px;
    min-height: 40px;
}

.breadcrumbs-page .ugb-container__content-wrapper a, .breadcrumbs-page .ugb-container__content-wrapper .breadcrumb_last {
    font-size: 14px;
}

body.single-post .ct-share-box {
    margin: auto !important;
}

#main-container .horizontal-list ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
    #main-container .horizontal-list ul {
        justify-content: flex-start;
    }
}

#main-container .horizontal-list ul li {
    margin-right: 20px;
    margin-left: -20px !important;
    position: relative;
    padding-left: 60px !important;
}

#main-container .horizontal-list ul li:before {
    position: relative;
    top: 1px;
}

@media screen and (max-width: 768px) {
    .mobile-no-wrap .ugb-columns__item {
        display: flex !important;
        justify-content: center;
    }

    .mobile-no-wrap .ugb-columns__item .ugb-icon__item {
        margin: 0 5px !important;
    }
}

.center-align .gb-grid-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.hero-section {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .hero-section {
        justify-content: space-between !important;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.hero-section h2, .hero-section h3 {
    margin-top: 0;
}

.custom-list ul {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
    gap: 20px;
}

.custom-list ul li {
    display: flex;
    margin-bottom: 0;
}

.custom-list ul li .icon {
    margin-right: 8px;
}

.custom-list ul li div.icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.custom-list .vertical-list {
    flex-direction: column;
}

.custom-list .vertical-list li {
    align-items: flex-start;
}

.custom-list .horizontal-list {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.custom-list .horizontal-list li {
    align-items: center;
}

.custom-list .horizontal-list:not(.only-icons) {
    justify-content: space-between;
}

.custom-list ul.only-icons {
    justify-content: center;
    gap: 0;
}

hr.default-separator {
    height: 1px !important;
    margin: 0 auto;
}

.rounded-corners img {
    border-radius: 8px !important;
    box-shadow: 0 15px 20px 0 rgba(28, 30, 33, 0.2);
}

.video-popup-img {
    height: 351px;
    width: 636px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: -110px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 15px 20px 0 rgba(28, 30, 33, 0.2);
}

@media screen and (max-width: 767px) {
    .video-popup-img {
        width: 100%;
    }
}

.video-popup-img .button-video {
    height: 100%;
}

.video-popup-img .button-video a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-popup-img .button-video img {
    filter: invert(1);
    width: 28px;
}

.reviews-block .gb-grid-wrapper .gb-grid-column > .gb-container {
    height: auto;
}

.section-video-popup .wp-block-cover__inner-container > .gb-container {
    width: calc(100% - 20px) !important;
}

:root {
    --padding: 5px 24px;
}

.auto-height {
    height: auto !important;
}

@media screen and (max-width: 980px) {
    .display-none-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-25 {
        height: 25px !important;
    }
}

@media screen and (max-width: 768px) {
    .mobile-30 {
        height: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .mobile-35 {
        height: 35px !important;
    }
}

@media screen and (max-width: 980px) {
    .image-bottom-mobile .gb-grid-wrapper {
        flex-direction: column-reverse;
    }
}

.hover-rotate {
    transition: transform .3s ease;
}

.hover-rotate:hover {
    transform: rotate(-8deg);
}


.cky-btn {
    border-color: var(--theme-button-background-initial-color) !important;
    transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-preferences {
    color: var(--theme-button-background-initial-color) !important;
}

.cky-btn.cky-btn-customize:hover,
.cky-btn.cky-btn-reject:hover,
.cky-btn.cky-btn-preferences:hover {
    background-color: var(--theme-button-background-hover-color) !important;
    border-color: var(--theme-button-background-hover-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.cky-btn.cky-btn-accept {
    background-color: var(--theme-button-background-initial-color) !important;
    color: #000 !important;
}

.cky-btn.cky-btn-accept:hover {
    background-color: var(--theme-button-background-hover-color) !important;
    border-color: var(--theme-button-background-hover-color) !important;
    color: #fff !important;
    opacity: 1 !important;
}


[data-cky-tag="revisit-consent"] {
    background-color: var(--theme-button-background-initial-color) !important;
}

/*# sourceMappingURL=style.css.map */
