@charset "UTF-8";
/*!
 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
!*/
.gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gform_fields fieldset {
    padding: 0;
    border: none;
}
.gform_fields fieldset .gchoice {
    margin: 11px 0;
}
.gform_fields .ginput_container_checkbox {
    list-style: none;
    padding: 0;
}
.gform_fields .ginput_container_checkbox div.gchoice {
    padding-left: 50px !important;
    height: 30px;
    position: relative;
}
.gform_fields .ginput_container_checkbox div.gchoice input[type="checkbox"] {
    display: none;
}
.gform_fields
    .ginput_container_checkbox
    div.gchoice
    input[type="checkbox"]:checked
    + label {
    font-weight: 400;
}
.gform_fields
    .ginput_container_checkbox
    div.gchoice
    input[type="checkbox"]:checked
    + label:before {
    content: "";
    font-family: icomoon;
    font-size: 13px;
    color: var(--paletteColor1);
    text-align: center;
}
.gform_fields .ginput_container_checkbox div.gchoice label {
    transition: 0.5s ease color;
    font-family: var(--fontFamily);
    font-size: 16px;
    color: var(--paletteColor3);
    line-height: 28px;
}
.gform_fields .ginput_container_checkbox div.gchoice label:before {
    left: 0;
    content: "";
    position: absolute;
    border: 1px solid var(--paletteColor4);
    transform: none;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: var(--paletteColor4);
    transition: 0.5s ease all;
    border-radius: 2px;
}
.gform_fields .ginput_container_checkbox div.gchoice:hover label {
    color: var(--paletteColor1);
}
.gform_fields .ginput_container_checkbox div.gchoice:hover label:before {
    border-color: var(--paletteColor1);
    background-color: var(--paletteColor5);
}
.gform_fields .radio-fields-car ul.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
.gform_fields .radio-fields-car ul.gfield_radio li {
    width: 50%;
    position: relative;
}
.gform_fields .radio-fields-car ul.gfield_radio li input[type="radio"] {
    display: none;
}
.gform_fields .radio-fields-car ul.gfield_radio li label {
    padding-left: 20px;
    line-height: 1;
}
.gform_fields .radio-fields-car ul.gfield_radio li label:hover:before {
    background: var(--paletteColor2);
}
.gform_fields .radio-fields-car ul.gfield_radio li label:before {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--paletteColor1);
    border-radius: 100%;
    position: absolute;
    left: 0;
    transition: 0.5s ease background;
    top: 7px;
}
.gform_fields
    .radio-fields-car
    ul.gfield_radio
    li
    input:checked
    + label:before {
    background: var(--paletteColor2);
}
.gform_fields > .gf_half.gfield {
    width: 49%;
}
@media screen and (max-width: 980px) {
    .gform_fields > .gf_half.gfield {
        width: 100%;
    }
    .gform_fields > .gf_half.gfield .gfield_time_hour,
    .gform_fields > .gf_half.gfield .gfield_time_minute {
        max-width: 100% !important;
        width: 100% !important;
    }
}
.gform_fields > .gf_half.gfield .gfield_time_hour,
.gform_fields > .gf_half.gfield .gfield_time_minute {
    max-width: 50% !important;
    width: 50% !important;
}
.gform_fields > .gf_half.gfield .gfield_time_hour i,
.gform_fields > .gf_half.gfield .gfield_time_minute i {
    display: none;
}
.gform_fields > .gf_half.gfield .ginput_container > * {
    width: 100% !important;
}
.gform_fields .gfield.gform_validation_container {
    display: none;
}
.gform_fields .gfield {
    width: 100%;
    margin-bottom: 30px;
}
.gform_fields .gfield input,
.gform_fields .gfield textarea {
    transition: 0.5s ease all;
}
.gform_fields .gfield:hover input,
.gform_fields .gfield:hover textarea {
    border-color: var(--paletteColor1);
    background-color: var(--paletteColor8);
}
.gform_fields .gfield .gfield_label {
    font-size: 20px;
}
.gform_fields textarea {
    height: 229px !important;
}

.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;
}

.wp-block-group__inner-container p {
    width: 100% !important;
}

#main .clickable-blocks-home .gb-grid-column {
    cursor: pointer;
    transition: 0.5s ease transform;
}
#main .clickable-blocks-home .gb-grid-column:hover {
    transform: scale(0.98);
}

#header .ct-contact-info .ct-icon-container {
    border: 2px solid var(--paletteColor2);
    border-radius: 100%;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease border-color;
}
#header .ct-contact-info .ct-icon-container svg {
    display: none !important;
}
#header .ct-contact-info .ct-icon-container:before {
    content: "";
    font-family: icomoon;
    font-size: 14px;
    transition: 0.5s ease color;
}
#header .ct-contact-info .ct-icon-container:hover {
    border-color: var(--paletteColor1);
}
#header .ct-contact-info .ct-icon-container:hover:before {
    color: var(--paletteColor1);
}
#header .icon-search-header {
    border: 2px solid var(--paletteColor2);
    border-radius: 100%;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    transition: 0.5s ease border-color;
    background-color: #ffffff;
    cursor: pointer;
}
#header .icon-search-header i {
    cursor: pointer;
}
#header .icon-search-header:hover {
    border-color: var(--paletteColor1);
}
#header .ct-header-account {
    transition: 0.5s ease border-color;
}
#header .ct-header-account > .ct-label,
#header .ct-header-account > .ct-icon {
    display: none;
}
#header .ct-header-account:before {
    border: 2px solid var(--paletteColor2);
    border-radius: 100%;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    font-family: icomoon;
    font-size: 22px;
    font-weight: 500;
}
#header .ct-header-account:hover:before {
    border-color: var(--paletteColor1);
}
#header .ct-header-cart .ct-cart-item:before {
    content: "";
    font-family: icomoon;
    font-size: 29px;
    font-weight: 500;
}
#header .ct-header-cart .ct-cart-item .ct-icon-container:before {
    top: -10px;
    right: -12px;
    font-size: 13px;
    height: 18px;
    width: 18px;
    line-height: 18px;
}
#header .ct-header-cart .ct-cart-item .ct-icon-container svg {
    display: none;
}

@media screen and (max-width: 767px) {
    .wp-block-table table tbody tr td {
        font-size: 14px;
    }
}

.slider-full-images .item,
.slider-full-images .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-full-images .item .inner-container,
.slider-full-images .swiper-slide .inner-container {
    padding: 175px 15px 222px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 980px) {
    .slider-full-images .item .inner-container,
    .slider-full-images .swiper-slide .inner-container {
        padding: 80px 0;
    }
}
.slider-full-images .item .inner-container .title,
.slider-full-images .swiper-slide .inner-container .title {
    color: #ffffff;
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
}
@media screen and (max-width: 980px) {
    .slider-full-images .item .inner-container .title,
    .slider-full-images .swiper-slide .inner-container .title {
        width: 100%;
    }
}
.slider-full-images .item .inner-container .sub-title,
.slider-full-images .swiper-slide .inner-container .sub-title {
    color: #ffffff;
    width: 690px;
    text-align: center;
    margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
    .slider-full-images .item .inner-container .sub-title,
    .slider-full-images .swiper-slide .inner-container .sub-title {
        width: 72%;
    }
}
.slider-full-images .item .inner-container a.button,
.slider-full-images .swiper-slide .inner-container a.button {
    text-align: center;
}
.slider-full-images .swiper-button-next,
.slider-full-images .swiper-button-prev {
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-full-images .swiper-button-next:after,
.slider-full-images .swiper-button-prev:after {
    font-size: 18px;
    color: var(--paletteColor2);
    font-weight: 700;
    font-family: icomoon;
}
.slider-full-images .swiper-button-next {
    right: 30px;
}
@media screen and (max-width: 980px) {
    .slider-full-images .swiper-button-next {
        right: 15px;
    }
}
.slider-full-images .swiper-button-next:after {
    content: "";
}
.slider-full-images .swiper-button-prev {
    left: 30px;
}
@media screen and (max-width: 980px) {
    .slider-full-images .swiper-button-prev {
        left: 15px;
    }
}
.slider-full-images .swiper-button-prev:after {
    content: "";
}

.bordered-btn {
    background: transparent;
    border: 2px solid var(--paletteColor5);
    color: var(--paletteColor5);
}
.bordered-btn:hover {
    background-color: var(--paletteColor5);
    color: var(--paletteColor1);
}

body.archive #main > .ct-container {
    padding: 60px 0;
}
body.archive #main aside > .ct-sidebar {
    margin-bottom: 50px !important;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_colaps_togl {
    transition: 0.5s ease transform;
    border-top: 1px solid #dfdfdf;
    padding-top: 18px;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_colaps_togl:hover {
    transform: translatex(5px);
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_colaps_togl
    .bapf_hascolarr {
    font-size: 20px;
    color: var(--paletteColor2);
    transition: 0.5s ease color;
    margin-bottom: 0;
    border-bottom: none;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_colaps_togl
    .bapf_hascolarr:hover {
    color: var(--paletteColor1);
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_colaps_togl
    .bapf_hascolarr
    i.bapf_colaps_smb {
    font-style: normal;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_colaps_togl
    .bapf_hascolarr
    i.bapf_colaps_smb:before {
    font-family: icomoon;
    font-size: 21px;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul {
    padding: 0;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul
    li
    input[type="checkbox"] {
    width: 27px;
    height: 27px;
    transition: 0.5s ease border-color;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul
    li
    input[type="checkbox"]:before {
    border: none;
    transform: none;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul
    li
    input[type="checkbox"]:checked:before {
    content: "";
    font-family: icomoon;
    font-size: 16px;
    color: var(--paletteColor1);
    left: 50%;
    top: 20%;
    transform: translate(-50%);
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul
    li
    label {
    transition: 0.5s ease color;
    font-family: var(--fontFamily);
    font-size: 16px;
    color: var(--paletteColor3);
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul
    li:hover
    input[type="checkbox"] {
    border-color: var(--paletteColor1);
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_body
    ul
    li:hover
    label {
    color: var(--paletteColor1);
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_ocolaps {
    margin-bottom: 0;
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_ocolaps
    .bapf_colaps_togl
    .bapf_hascolarr
    i.bapf_colaps_smb:before {
    content: "";
}
body.archive
    #main
    aside
    > .ct-sidebar
    > .berocket_single_filter_widget
    .bapf_ccolaps
    .bapf_colaps_togl
    .bapf_hascolarr
    i.bapf_colaps_smb:before {
    content: "";
}

ul.products li.product {
    padding: 0px;
    transition: 0.5s ease box-shadow;
}
ul.products li.product a.woocommerce-LoopProduct-link .price {
    font-size: 24px;
    font-weight: 400 !important;
}
ul.products
    li.product
    a.woocommerce-LoopProduct-link
    .woocommerce-loop-product__title {
    text-transform: none !important;
}
ul.products li.product .ct-woo-card-actions {
    padding: 0 !important;
}
ul.products li.product:after {
    position: absolute;
    content: "";
    height: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    background-color: transparent;
    transition: 0.5s ease background-color;
}
ul.products li.product:hover {

}
ul.products li.product:hover:after {
   
}

#gform_wrapper_7 {
    margin-top: 25px;
}
#gform_wrapper_7 .validation_error {
    display: none;
}
#gform_wrapper_7 form {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 450px) {
    #gform_wrapper_7 form {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) and (min-width: 450px) {
    #gform_wrapper_7 form .gform_body {
        width: 100% !important;
        margin-right: 15px;
    }
}
@media screen and (max-width: 450px) {
    #gform_wrapper_7 form .gform_body {
        width: 100% !important;
        margin-right: 0;
    }
}
#gform_wrapper_7 form .gfield_label {
    display: none !important;
}
#gform_wrapper_7 form .gfield {
    padding-right: 0;
    position: relative;
    margin: 0 !important;
}
#gform_wrapper_7 form .gfield div {
    margin: 0 !important;
}
#gform_wrapper_7 form .gfield div input[type="text"] {
    width: 100% !important;
    padding-left: 20px;
    height: 46px;
}
#gform_wrapper_7 form .gfield .validation_message {
    position: absolute;
    top: auto;
    bottom: auto;
}
#gform_wrapper_7 form .gfield_error {
    padding: 0;
    border: none;
}
#gform_wrapper_7 form .gfield_error input[type="text"] {
    border-color: var(--paletteColor1) !important;
}
#gform_wrapper_7 form .gform_footer {
    width: 188px;
    padding: 0;
    margin: 0;
}
#gform_wrapper_7 form .gform_footer input[type="submit"] {
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #gform_wrapper_7 form .gform_footer {
        width: auto;
    }
    #gform_wrapper_7 form .gform_footer input[type="submit"] {
        margin: 0;
    }
}
@media screen and (max-width: 450px) {
    #gform_wrapper_7 form .gform_footer {
        width: 100% !important;
        margin-top: 15px;
    }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px !important;
    }
}
.single-product #main {
    overflow: hidden;
}
.single-product #main .summary .woocommerce-product-rating {
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-product #main .summary .woocommerce-product-rating .star-rating {
    font-size: 26px !important;
}
.single-product
    #main
    .summary
    .woocommerce-product-rating
    .woocommerce-review-link {
    font-size: 16px;
}
.single-product #main .summary .ct-cart-actions {
    justify-content: space-between;
}
.single-product #main .summary .ct-cart-actions .quantity {
    border: none !important;
    background-color: #ffffff !important;
}
.single-product #main .summary .ct-cart-actions .quantity .ct-increase,
.single-product #main .summary .ct-cart-actions .quantity .ct-decrease {
    background-color: transparent !important;
}
.single-product #main .summary .ct-cart-actions .quantity .ct-increase:before,
.single-product #main .summary .ct-cart-actions .quantity .ct-decrease:before {
    color: var(--paletteColor2);
    font-weight: 700;
    font-size: 12px;
}
.single-product #main .summary .ct-cart-actions .quantity input[type="number"] {
    background-color: #ffffff;
    border: 1px solid var(--paletteColor4) !important;
}
.single-product #main ul.wc-tabs {
    border-top: 1px solid var(--paletteColor4);
}
.single-product #main ul.wc-tabs li:first-child a {
    padding-left: 110px;
}
@media screen and (max-width: 1024px) {
    .single-product #main ul.wc-tabs li:first-child a {
        padding-left: 30px !important;
    }
}
.single-product #main ul.wc-tabs li:not(.active) a {
    color: var(--paletteColor2);
}
.single-product #main ul.wc-tabs li.active:before {
    height: 1px;
    bottom: 0;
}
.single-product #main ul.wc-tabs li.active a {
    color: var(--paletteColor1);
}
@media screen and (max-width: 1024px) {
    .single-product #main ul.wc-tabs li a {
        padding: 15px !important;
    }
}
.single-product #main .woocommerce-Tabs-panel {
    padding: 40px 110px !important;
    margin-left: auto;
    margin-right: auto;
    width: var(--block-width, var(--container-width));
    max-width: var(--block-max-width, var(--container-max-width));
}
@media screen and (max-width: 1024px) {
    .single-product #main .woocommerce-Tabs-panel {
        padding: 40px 0 !important;
    }
}
.single-product #main section.related {
    position: relative;
    padding: 90px 0 150px;
}
.single-product #main section.related > h2 {
    font-size: 35px;
    color: var(--paletteColor2);
    position: relative;
    z-index: 99;
    margin-bottom: 40px;
}
.single-product #main section.related:before {
    position: absolute;
    background: linear-gradient(to bottom, #f1f1f1, rgba(241, 241, 241, 0));
    content: "";
    left: -500px;
    right: -500px;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 980px) {
    .single-product #main section.related {
        padding: 90px 0 50px;
    }
}

.rtwpvg-thumbnail-slider {
    display: flex !important;
}

.flexy-pills ol:not([data-flexy]) ~ [class*="arrow"] {
    display: flex !important;
}

#main {
    position: relative;
}
#main nav.woocommerce-breadcrumb {
    width: var(--container-width);
    margin: 20px auto;
    max-width: var(--container-max-width);
}
#main nav.woocommerce-breadcrumb:before {
    position: absolute;
    background: linear-gradient(to bottom, #f1f1f1, rgba(241, 241, 241, 0));
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: -5;
    padding-top: 20px;
    height: 100px;
}
#main nav.woocommerce-breadcrumb *:not(a) {
    font-weight: 400;
    color: var(--paletteColor1) !important;
}

.bapf_ccolaps .bapf_body {
    -webkit-animation: swing-in-top-fwd 0.5s
        cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
        both;
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}
@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.bapf_loader_page > div {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.modal-wrapper {
    z-index: 9999;
    position: relative;
    width: 600px;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media screen and (max-width: 767px) {
    .modal-wrapper {
        width: 90%;
    }
}
.modal-wrapper .aws-container {
    border: 1px solid var(--paletteColor4);
    border-radius: 4px;
    overflow: hidden;
}
.modal-wrapper .aws-container .aws-search-form {
    overflow: hidden;
}
.modal-wrapper .aws-container .aws-search-form .aws-wrapper input[type="text"] {
    background-color: #ffffff !important;
    border: none !important;
}
.modal-wrapper .aws-container .aws-search-form .aws-search-btn {
    background-color: #ffffff;
    border: none;
}
.modal-wrapper
    .aws-container
    .aws-search-form
    .aws-search-btn
    .aws-search-btn_icon {
    color: var(--paletteColor1);
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("/wp-content/uploads/2021/03/cropped-logo-1.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    z-index: 999999;
}

.ct-drawer-canvas .ct-floating-bar {
    z-index: 99;
}

#header div[data-row="top"] .ct-header-text {
    width: 100%;
}
#header div[data-row="top"] .ct-header-text ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
#header div[data-row="top"] .ct-header-text ul li {
    padding: 10px 20px 10px 50px;
    left: 0;
    margin: 0;
    position: relative;
}
#header div[data-row="top"] .ct-header-text ul li:before {
    font-family: "icomoon";
    position: absolute;
    content: "";
    left: 20px;
}
#header .ct-contact-info {
    margin: 0;
    min-width: 155px;
    position: relative;
}
#header .ct-contact-info .contact-text a {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    padding-left: 38px;
}

body.single-post .ct-share-box {
    margin: 20px auto 50px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
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-top: 50px;
}
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 .ct-featured-image {
    overflow: hidden;
    padding-bottom: 0;
}
body.single-post .ct-featured-image img {
    transition: 0.5s ease all;
}
body.single-post .ct-featured-image:hover img {
    transform: scale(1.12);
}

.modal {
    position: fixed;
    z-index: 10000;
    /* 1 */
    top: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 0s linear 0.3s,
        opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

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;
    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;
}

p + h2,
p + h1 {
    margin-top: 0 !important;
}

.margin-5 {
    margin-bottom: 5px;
}

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

.bg-gradient-vertical {
    background: linear-gradient(to bottom, #f1f1f1, rgba(241, 241, 241, 0));
}

.no-borders-button a {
    border: none !important;
}

ul.accordion-section {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.accordion-section li.accordion-row {
    margin-bottom: 27px;
    border: 1px solid var(--paletteColor5);
    border-radius: 3px;
    transition: 0.5s ease all;
}
ul.accordion-section li.accordion-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px 0 var(--paletteColor5);
}
ul.accordion-section li.accordion-row .inner {
    display: none;
    padding: 0 20px 20px 20px;
}
ul.accordion-section li.accordion-row .inner p {
    margin-top: 10px;
    margin-bottom: 0;
}
ul.accordion-section li.accordion-row .inner p:first-child {
    margin-top: 0;
}
ul.accordion-section li.accordion-row a.toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
ul.accordion-section li.accordion-row a.toggle .accordion-title {
    margin-bottom: 0 !important;
}
ul.accordion-section li.accordion-row a.toggle .switcher-icon {
    border: 2px solid #000000;
    border-radius: 100%;
    padding: 3px;
    display: flex;
    align-items: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
}
ul.accordion-section li.accordion-row a.toggle .switcher-icon img {
    object-fit: contain;
    object-position: center;
}
ul.accordion-section li.accordion-row a.toggle .switcher-icon .close-icon {
    display: block;
}
ul.accordion-section li.accordion-row a.toggle .switcher-icon .open-icon {
    display: none;
}
ul.accordion-section
    li.accordion-row
    .toggle.open-tab
    .switcher-icon
    .close-icon {
    display: none;
}
ul.accordion-section
    li.accordion-row
    .toggle.open-tab
    .switcher-icon
    .open-icon {
    display: block;
}

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

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

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

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * presti-display:
 *   - http://typekit.com/eulas/00000000000000007750b448
 *   - http://typekit.com/eulas/00000000000000007750b445
 *   - http://typekit.com/eulas/00000000000000007750b447
 *   - http://typekit.com/eulas/00000000000000007750b449
 *   - http://typekit.com/eulas/00000000000000007750b44a
 *   - http://typekit.com/eulas/00000000000000007750b450
 *   - http://typekit.com/eulas/00000000000000007750b452
 *   - http://typekit.com/eulas/00000000000000007750b453
 *   - http://typekit.com/eulas/00000000000000007750b456
 *   - http://typekit.com/eulas/00000000000000007750b457
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-05-12 12:16:51 UTC"}*/

#header .ct-header-account:before {
    content: "";
    display: none;
}

.ct-footer .ct-widget:not(:first-child) {
    margin-top: calc(
        var(--has-theme-content-spacing, 1) * (0.3em + 10px)
    ) !important;
}

.slider-full-images .swiper-button-next:after,
.slider-full-images .swiper-button-prev:after {
    color: #000000;
}

ul.products li.product {
 
}

.ct-media-container {
    background-color: #ffffff;
}

#gform_wrapper_7 .gform_heading {
    display: none;
}

#input_7_4 {
    height: 46px;
}

#gform_wrapper_7 .gform-body.gform_body {
    width: 100%;
}

#gform_wrapper_7 form .gform_footer {
    margin-left: auto;
}

#header .ct-contact-info .ct-icon-container:before {
    content: url("/wp-content/uploads/2025/05/Group-43-1.svg");
}

.slider-full-images .item .inner-container .sub-title,
.slider-full-images .swiper-slide .inner-container .sub-title {
    max-width: 500px;
}

.quantity .input-text.qty {
    color: #000000 !important;
}

.coupon .input-text {
    color: #000000 !important;
}

.cart_totals h2 {
    font-size: 32px !important;
}

.woocommerce-billing-fields__field-wrapper .input-text {
    color: #000000 !important;
}

.woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
    color: #000000 !important;
}

.woocommerce-input-wrapper .input-text {
    color: #000000 !important;
}

.wc_payment_methods label,
.wc_payment_methods .payment_box p {
    position: relative;
    top: -15px;
}

body.woocommerce-checkout button[type="submit"],
body.woocommerce-cart button[type="submit"] {
    background: var(--theme-palette-color-1);
    color: #fff;
}

body.woocommerce-checkout button[type="submit"]:hover,
body.woocommerce-cart button[type="submit"]:hover {
    background: var(--theme-palette-color-2);
}
