/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.entry-hero-container-inner {
    background: #0077c8 !important;
    color: #fff;
}

.product-hero-section .product-title .single-category,
.entry-hero-container-inner h1 {
    color: #fff;
}

.shipping_date_form {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.shipping_date_form label {
    max-width: 30%;
}

.shipping_date_form .note {
    max-width: 300px;
    padding: 15px;
    background: #7ea4bf;
    border-radius: 20px;
    font-style: italic;
}

.entry-taxonomies {
    position: relative;
    z-index: 11;
}

.ui-widget.ui-widget-content {
    z-index: 11 !important;
}

.woo-archive-image-hover-zoom .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
    -webkit-transform: scale(1.27) !important;
    transform: scale(1.27) !important;
}

.woocommerce-filter-sidebar {
    display: flex;
    gap: 20px;
}

.shipping_date_form .loading-icon,
.woocommerce-filter-sidebar .bapf_head {
    display: none;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-height: 280.5px;
    object-fit: contain;
}

.shipping_date_form.loading .loading-icon {
    display: block;
    position: absolute;
    bottom: -15px;
    right: 45%;
}

.shipping_date_form.loading .loading-icon svg {
    width: 28px;
}

.shipping-date-error-message {
    color: red;
    margin-top: 15px;
}

#product_not_availability {
    max-width: 600px;
}

.backtoshop a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 10px;
    color: #000;
    text-decoration: none;
}

.backtoshop svg {
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 768px) {
    body.woocommerce ul.products.products-list-view li.product {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
}

@media screen and (max-width: 980px) {
    .entry-hero-container-inner {
        padding: 30px 0;
    }
    .shipping_date_form {
        justify-content: center;
        margin-top: 0;
        flex-direction: column;
        align-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .shipping_date_form.loading .loading-icon {
        bottom: -30px;
        right: auto;
    }
    .post-type-archive-product .entry-hero-container-inner {
        padding: 15px 0;
    }
    .shipping_date_form .note,
    .shipping_date_form label {
        max-width: 100%;
    }
}

.product-attribute.no-available~.product-action-wrap {
    display: none !important;
}

.product-attribute.no-shipping~.product-action-wrap {
    display: none !important;
}

span.phone_a {
    font-size: 18px;
}

@media screen and (min-width:576px) {
    .woocommerce ul.products.products-list-view img {
        max-width: 200px !important;
    }
}

.post-type-archive-product .wrap.hfeed.kt-clear {
    background: #f7f7f7;
}

.wc-block-components-notice-banner.is-success {
    display: none;
}

@media screen and (max-width: 719px) {
    a.button.cart_shopping_continue {
        margin-bottom: 7px;
    }
}

.woocommerce-cart table.cart .quantity .qty {
    width: 4.631em;
}

.show {
    display: block !important;
}

.woocommerce ul.products-list-view .product-action-wrap {
    max-width: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.product-action-wrap input {
    width: 75px;
    margin-right: 5px;
    height: 40px;
}

.woocommerce ul[class]:not(.products-list-view) a.button.product_type_simple.add_to_cart_button {
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce ul[class]:not(.products-list-view) .product-action-wrap {
    display: flex;
    padding: 0 !important;
    flex-direction: row-reverse;
    justify-content: center;
}

.woocommerce ul.products li.product .product-action-wrap button.shop_add_to_cart_button.button {
    width: auto;
}

.woocommerce section.related.products ul.products .product-action-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.woocommerce ul.products.products-list-view li.product:hover .product-action-wrap,
.woocommerce ul.products.products-list-view li.product:focus-within .product-action-wrap {
    bottom: -2rem !important;
    opacity: 1;
}

.woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:hover .product-action-wrap,
.woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
    bottom: -1.2em !important;
}

.woocommerce section.related.products ul.woo-archive-action-on-hover li.product:hover .product-action-wrap {
    bottom: -1.2em !important;
}

@media only screen and (min-width:991px) {
    ul.products.content-wrap.product-archive.products-list-view li.product {
        position: relative;
    }
    ul.products.content-wrap.product-archive.products-list-view .custom_meta_fields~.product-action-wrap {
        position: absolute !important;
        top: -50px !important;
        left: 80% !important;
    }
    ul.products.content-wrap.product-archive.products-list-view .custom_meta_fields.logged_in_user~.product-action-wrap {
        position: absolute !important;
        top: -50px !important;
        left: 70% !important;
    }
}

.product_meta span.posted_in {
    display: none !important;
}

.woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:hover .product-action-wrap input,
.woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:focus-within .product-action-wrap input {
    display: block !important;
}

.woocommerce ul.products-list-view li.product .product-action-wrap input {
    display: block !important;
}

@media only screen and (min-width:576px) and (max-width:867px) {
    .woocommerce ul[class]:not(.products-list-view) .product-action-wrap {
        padding: 0 !important;
        flex-direction: column-reverse;
    }
    .woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:hover .product-action-wrap,
    .woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
        position: relative;
    }
    .woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:hover .product-action-wrap input,
    .woocommerce ul[class]:not(.products-list-view).woo-archive-action-on-hover li.product:focus-within .product-action-wrap input {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:590px) {
    .woocommerce-filter-sidebar {
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce ul.products li.product .product-action-wrap {
        opacity: 1 !important;
        position: relative !important;
        bottom: 0 !important;
        margin-top: 10px !important;
        padding: 0 !important;
    }
    .woocommerce ul.products li.product .product-action-wrap input {
        display: block !important;
    }
}

.custom_meta_fields p strong {
    margin-right: 6px;
}

.custom_meta_fields p {
    display: flex;
    margin: 0 !important;
}

.woocommerce ul.products.products-list-view li.product .product-excerpt {
    display: none !important;
}

li.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart {
    display: none;
}


/* .product-template-default .woocommerce-message {
    display: none;
} */

.hidden {
    display: none;
}

.ship_to_multiple_address {
    display: flex;
    align-items: center;
}

.ship_to_multiple_address input {
    margin-right: 0.5em;
}

.post-type-archive-product .entry-hero-container-inner .entry-header {
    min-height: 130px;
}

.aws-container .aws-search-field {
    font-size: 16px;
}

.aws-container .aws-search-form {
    height: 36px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    padding: 0;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0077c8;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

div#adding_products_to_cart {
    background: transparent !important;
}

@media only screen and (min-width:719px) {
    tr.woocommerce-cart-form__cart-item.cart_item td {
        padding: 0 12px !important;
        border: 1px solid var(--global-gray-400) !important;
    }
}

@media only screen and (max-width:719px) {
    tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
        padding-bottom: 12px !important;
    }
}

.cart_form_wrapper {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.cart_form_wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.cart_form_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart_form_wrapper::-webkit-scrollbar {
    width: 7px;
}

.availability_report {
    padding: 40px 20px 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media only screen and (min-width:1024px) {
    .availability_report {
        margin-bottom: -40px !important;
    }
}

@media only screen and (max-width:789px) {
    .availability_report {
        flex-direction: column-reverse;
        align-items: flex-end;
        padding: 40px 10px 0 !important;
    }
}

.report_result {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.report_result .lds-ellipsis {
    height: 40px;
}

.report_result .lds-ellipsis div {
    top: 14px;
}

p.cart_notification {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    color: red;
}


/************* aad  css ******************/

.berocket_single_filter_widget .bapf_srch input {
    border: 1px solid var(--global-gray-400);
    border-radius: 0 !important;
    padding: 17px 10px !important;
    font-size: 1em !important;
    min-width: 200px !important;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}

.berocket_single_filter_widget .bapf_srch .bapf_search {
    background: #eeeeee;
    border: 1px solid var(--global-gray-400);
}

.berocket_single_filter_widget .bapf_srch .bapf_search i {
    font-size: 17px !important;
    line-height: 31px !important;
}

.woocommerce-billing-fields #billing_state_field,
.woocommerce-billing-fields #billing_postcode_field {
    pointer-events: none !important;
}

.woocommerce-table--order-details .woocommerce-table__product-name .wc-item-meta {
    display: none !important;
}

.woocommerce-filter-sidebar {
    position: relative;
}

.woocommerce-filter-sidebar select,
.woocommerce-filter-sidebar input {
    font-size: 16px !important;
}

.woocommerce-filter-sidebar .bapf_rst_nofltr {
    right: 0;
    position: absolute;
    width: 120px;
}

.site-header-main-section-left .site-header-item:nth-of-type(1) {
    display: none !important;
}

.woocommerce .woocommerce-product-details__short-description {
    margin-bottom: 0 !important;
    display: none !important;
}

#clesen_woocommerce_checkout_form .col2-set {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 50px;
    padding: 0;
    justify-content: space-between !important;
}

.clen_order_review_heading {
    display: grid;
}

.clen_order_review_heading #order_review {
    width: 100%;
    padding: 0 !important;
}

#clesen_woocommerce_checkout_form #order_review_heading {
    display: none !important;
}

#clesen_woocommerce_checkout_form #order_review table {
    /*   display: none !important;*/
    margin-top: 20px;
}

#clesen_woocommerce_checkout_form #order_review table tfoot {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.woocommerce-checkout .entry-content-wrap {
    padding: 2rem 0 !important;
}

.woocommerce-checkout.woocommerce-order-received .entry-content-wrap {
    padding: 2rem !important;
}

#clesen_order_shipment_date ul {
    display: block;
    float: left;
}

#clesen_order_shipment_date ul li {
    display: block;
    float: left;
}

#clesen_order_shipment_date ul li strong {
    font-weight: normal !important;
    font-size: 1.5em !important;
    text-transform: uppercase !important;
}

#clesen_order_shipment_date ul li p {
    display: block !important;
    font-weight: bold;
    font-size: initial !important;
    line-height: 1.5 !important;
}

#payment ul.wc_payment_methods {
    display: none !important;
}

.clesen_my_account_product_filters {
    background: #fff;
    padding: 40px;
}

.clesen_my_account_product_filters form {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

#clesen_my_account_product_list {
    background: #fff;
    padding: 40px 40px 40px 40px;
}

.clesen_my_account_result_count {
    margin-bottom: 20px;
    float: left;
}

#clesen_my_account_posts_per_page {
    margin-bottom: 20px;
    float: right;
}

.clesen_my_account_product_filters .berocket_single_filter_widget_7559,
.clesen_my_account_product_filters .widget {
    display: none !important;
}

.clesen_my_account_shipping_date_not_set {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.berocket_single_filter_widget_7543 .bapf_rst_nofltr button,
.berocket_single_filter_widget_162329 .bapf_rst_nofltr button
{
    background: var(--global-palette-btn-bg) !important;
    color: #fff !important;
    padding: 3px 0;
}

.berocket_single_filter_widget_7543 .bapf_rst_nofltr button:hover, 
.berocket_single_filter_widget_162329 .bapf_rst_nofltr button:hover 
{
    background: var(--global-palette-btn-bg-hover) !important;
}

.woocommerce-mini-cart__buttons .checkout,
.woocommerce-mini-cart__buttons .button:nth-of-type(1),
.wc-proceed-to-checkout .checkout-button {
    pointer-events: none;
}
.my-account-bcc-seasons-blocks
{
    display: none !important;
}
.my-account-seasons-block 
{
    margin: 0 0 10px 0 !important;
}
.my-account-seasons-block  .wp-block-media-text__content
{
    padding: 0 !important;
}
.my-account-seasons-block h2
{
    font-size: 24px !important;
}
.my-account-seasons-wrapper ol
{
    padding-left:20px !important;
}
.my-account-seasons-block img
{
    height: 132px !important;
	border-radius:12px;
    width:100px !important;
}
.my-account-springs-tab p a
{

    text-decoration: none !important;
    color: #000 !important;
}
.my-account-tab-1 a,
.my-account-tab-2 a,
.my-account-tab-3 a,
.my-account-tab-4 a,
.my-account-springs-tab p a,
.my-account-summer-tab p a,
.my-account-fall-tab p a,
.my-account-winter-tab p a
{
    text-decoration: none !important;
    color: #000 !important;
}
.my-account-tab-1 a:hover,
.my-account-tab-2 a:hover,
.my-account-tab-3 a:hover,
.my-account-tab-4 a:hover,

.my-account-springs-tab p a:hover,
.my-account-summer-tab p a:hover,
.my-account-fall-tab p a:hover
.my-account-winter-tab p a:hover
{
    text-decoration: underline !important;
}
.my-account-springs-tab-outer .kt-has-1-columns
{
    padding: 0px !important;
}
.woocommerce-account .woocommerce-MyAccount-content
{
    margin-bottom: 50px;
}
.bapf_sfilter.bapf_divi_button .bapf_button
{
    line-height: 1 !important;
    height: 35px !important;
}
/************* aad  css ******************/