@media screen and (max-width: 767px) {
    .dreamkake-panel{
        margin-top:0 !important;
    }

    .dreamkake-panel > .wp-block-group-is-layout-flex{
        flex-direction: column;
    }

    .single-post  .is-layout-constrained .is-vertical.is-content-justification-stretch{
        display: block;
    }
}

.single-post .entry-content{
    width: 1280px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mobile-navigation__drawer{
    right: -120vw !important;
}
.mobile-navigation__drawer.open{
    right: 0 !important;
}
#cfw-breadcrumb{
    flex-wrap: wrap;
}
.wc-block-components-drawer__screen-overlay--with-slide-in{
    z-index: 90001;
}
.single-product .product .extra-options .thwepo-field .thwepo-select-field:before{
    height: calc(100% - 2px) !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.single-product .product .extra-options .thwepo-field .thwepo-select-field:after{
    z-index: 1000;
}

@media screen and (max-width: 1280px) {
    /* header.wp-block-template-part {
        height: auto !important;
    } */
}
.mobile-navigation__outer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.burger{
    width:22px !important;
    height: 17px !important;
}
.burger span:nth-child(2){
    top: 7px !important;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon{
    height: 1.2rem !important;
    width: 1.2rem !important;
}
.wc-block-mini-cart__icon{
    width: 1.7rem !important;
    height: 1.7rem !important;
}
.wp-container-core-group-is-layout-f1189ed3{
    gap: 1px !important;
}
.product-search-form{
    display: none;
    position: absolute;
    right: 0px;
    top: 47px;
}
.product-search-icon{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px !important;
}
.product-search-icon img{
    width: 19px;
}
.header-toolbar{
    position:relative;
}
/* Hide the SKU section on the product detail page. */
.wc-block-components-product-sku, 
.wc-block-grid__product-sku, 
.wp-block-woocommerce-product-sku{
    display: none;
}

/* Hide the reviews section on the product detail page. */
.wp-block-woocommerce-product-reviews{
    display: none;
}
/* Make the Add to Cart button larger. */
.woocommerce div.product .wc-block-add-to-cart-form form.cart button.single_add_to_cart_button {
    width: 445px;
    max-width: calc(100% - 110px);
    font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
    .woocommerce div.product .wc-block-add-to-cart-form form.cart button.single_add_to_cart_button {
        max-width: calc(100vw - 2rem - 110px);
    }    
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: flex;
    overflow: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    white-space: nowrap;
}
/* Hide add-ons in the mini cart. */
.minicart-addons__desktop{
    display: none !important;
}

/* Hide Include a Topper! */
.wc-block-mini-cart__products-table + .wp-block-query h3,
.mini-cart-toppers{
    display: none !important;
}

/* Remove View my cart button */
.wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block{
    display: none !important;
}
.woocommerce div.product form.cart{
    margin-bottom: 1rem;
}
.uvp_layout{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1em;
    margin-left: -21px;
    margin-right: -21px;
}
.uvp_layout .uvp_item{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 0.5em;
}
.uvp_layout .uvp_item:last-child{
    margin-right: 0;
}
.uvp_layout .uvp_item .icon{
    width: 59px;
    max-width: 80%;
    height: auto;
    margin-bottom: 6px;
}
.uvp_layout .uvp_item.item02 .icon{
    width: 57px;
    max-width: 80%;
    margin-bottom: 8px;
}
.uvp_layout .uvp_item .desc{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #23346B;
}
.sb-feed-header-content .sb-feed-header-bottom a.sb-btn br,
.sb-feed-header-bottom.sb-fs .sb-feed-header-average br {
    display: none;
}
section#sb-reviews-container-1 {
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .uvp_layout .uvp_item{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0.8em;
    }
    .uvp_layout .uvp_item:last-child{
        margin-right: 10px;
    }
}
@media screen and (max-width: 600px) {
    .uvp_layout{
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .uvp_layout .uvp_item{
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc((100% - 6rem) / 3);
    }
    .uvp_layout .uvp_item:last-child{
        margin-right: 1rem;
    }
    .uvp_layout .uvp_item .desc br{
        display: none;
    }
}
.review_slider{
    padding: 0 16px 40px 16px;
}
.testimonials__block{
    box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev{
    color: #515151;
    width: 24px;
    height: 24px;
    border: none;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.52);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.52);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.52);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 10px;
    font-weight: 900;
}
@media screen and (max-width: 639px) {
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .swiper {
    	overflow: inherit;
	}
    .swiper.review_slider {
    	padding: 0 0 40px 0;
    }
    .swiper-wrapper{
        flex-direction: column;
        overflow: inherit;
        height: auto;
    }
    .swiper-wrapper .swiper-slide{
        display: none;
    }
    .swiper-wrapper .swiper-slide:nth-child(1),
    .swiper-wrapper .swiper-slide:nth-child(2),
    .swiper-wrapper .swiper-slide:nth-child(3),
    .swiper-wrapper .swiper-slide:nth-child(4){
        display: block;
    }
}
.wc-block-components-notice-banner{
    display:none;
}