/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #3280D8;
}
.woocommerce-notices-wrapper {
    display: none;
}
.product-box {
    background: #fff;
    text-align: center;
}
.product-content {
    padding: 30px 0 50px 0 !important;
}
.product-content p.category {
    margin: 0;
    color: #D12F3C;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Quicksand';
}
.product-content h3 a {
    color: #090909;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
    letter-spacing: 0.9px;
}
.product-content h3 {
    margin: 0;
}
.product-content p.price {
    color: #3280D8;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Quicksand';
    margin: 10px 0 0 0;
}
.custom-wc-grid {
    row-gap: 30px !important;
}
.product-box img {
    height: 300px !important;
    object-fit: contain !important;
}
.woocommerce ul.products li.product a img {
    height: 300px !important;
    object-fit: contain !important;
}

@media only screen and (max-width: 1000px) and (min-width: 320px){
	.custom-wc-grid {
		display: block !important;
	}
	.product-box {
		margin-bottom: 20px;
	}
	figure.elementor-image-box-img img {
		width: 100%;
	}
	form.woocommerce-ordering {
    width: 100%;
	}
	.product-box img {
		height: 300px !important;
	}
	.product-content h3 a {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.product-content {
		padding: 20px 0 25px 0 !important;
	}
	.product-content p.price {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.woocommerce ul.products li.product a img {
    	height: 200px !important;
    	object-fit: cover !important;
	}
}

/*new css*/
div#delivery-top-bar {
    display: flex;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    padding: 11px 1.5rem;
    justify-content: center;
    align-items: center;
    background-color: #D12F3C;
}

div#delivery-top-bar .e-con-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
}

div#delivery-top-bar button.delivery-toggle {
    border: unset;
    background: transparent;
    box-shadow: unset;
    outline: unset;
    padding: 0px !important;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: unset;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

div#delivery-top-bar p#delivery-message {
    margin: 0px;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: unset;
    color: #fff;
    font-weight: 400;
}

div#delivery-top-bar {
    display: flex;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    padding: 11px 1.5rem;
    justify-content: center;
    align-items: center;
    background-color: #D12F3C;
}

div#delivery-top-bar .e-con-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px;
}

div#delivery-top-bar button.delivery-toggle {
    border: unset;
    background: transparent;
    box-shadow: unset;
    outline: unset;
    padding: 0px !important;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: unset;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

div#delivery-top-bar p#delivery-message {
    margin: 0px;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: unset;
    color: #fff;
    font-weight: 400;
}

div#sticky-delivery-bar.hidden {
    display: none !important;
}

div#sticky-delivery-bar.showBottom {
    padding: 19px 3rem;
    max-width: 850px;
    bottom: 20px;
    position: fixed;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 8px 0 rgba(0, 0, 0, .12), 0px 1px 2px rgba(0, 0, 0, .08);
    background: rgb(238 238 238 / 1);
    display: flex !important;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    justify-content: center;
}

div#sticky-delivery-bar.showBottom div.flex {
    display: flex;
    gap: 25px;
}

div#sticky-delivery-bar.showBottom div.flex .flex.flex-col.md\:flex-row.md\:items-center {
    align-items: center;
    gap: 15px;
}

div#sticky-delivery-bar.showBottom div.flex span,div#sticky-delivery-bar.showBottom div.flex label {
    font-weight: 400;
    color: rgb(34 34 34 / 1);
    line-height: 1.6;
    font-size: 1.125rem;
}

div#sticky-delivery-bar.showBottom div.flex input {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 1rem;
    border: 1px solid rgb(222 222 222/1);
    outline: unset;
}

div#sticky-delivery-bar.showBottom div.flex div#sticky-suburb-suggestions {
    position: absolute;
    bottom: 75px;
    background: rgb(255 255 255/1);
    border-radius: 5px;
    max-height: 300px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 8px 0 rgba(0, 0, 0, .12), 0px 1px 2px rgba(0, 0, 0, .08);
    overflow-y: scroll;
}

div#sticky-delivery-bar.showBottom div.flex div#sticky-suburb-suggestions.hidden {
    display: none;
}

div#sticky-delivery-bar.showBottom div.flex div#sticky-suburb-suggestions div.suggestion-item {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
}

div#sidebar-overlay.hidden {
    display: none !important;
}

div#sidebar-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block !important;
    height: 100vh;
    z-index: 999;
}

div#delivery-sidebar.showSideBar button#close-sidebar {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    cursor: pointer;
    padding: 0px;
    text-transform: none;
    border-radius: 0px;
    outline: unset;
    background: transparent;
    border: unset;
    text-decoration: underline;
    font-size: 16px;
    color: #000;
}

div#delivery-sidebar.showSideBar h2.text-lg {
    font-weight: 400;
    line-height: 1.15;
    font-size: 28px;
    margin: 0px 0px 0.8rem;
}

div#delivery-sidebar.showSideBar p.mb-6.text-gray-600 {
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 1.5rem;
}

div#delivery-sidebar.showSideBar form#delivery-form .mb-6 {
    margin-bottom: 1.5rem;
}

div#delivery-sidebar.showSideBar form#delivery-form .mb-4 {
    margin-bottom: 1rem;
}

div#delivery-sidebar.showSideBar form#delivery-form p.mt-4.text-xs.text-gray-500 {
    margin: 2rem 0px 0px;
    color: rgb(118 118 118 / 1);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.01em;
    font-size: 14px;
}

div#delivery-sidebar.showSideBar form#delivery-form label {
    color: rgb(34 34 34 / 1);
    letter-spacing: -.025em;
    line-height: 14px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .5rem;
    display: block;
}

div#delivery-sidebar.showSideBar form#delivery-form input {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / 1);
    padding-left: 1rem;
    border: 1px solid rgb(222 222 222 / 1);
    border-radius: 3px;
    width: 100%;
    height: 4rem;
}

div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center {
    display: inline-flex;
    width: 30%;
    position: relative;
    margin-right: 2%;
}

div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center label {
    border-radius: 5px;
    color: rgb(34 34 34 / 1);
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgb(222 222 222 / 1);
    gap: 5px;
    padding: .5rem;
    transition: all .3s linear;
}

div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center label div {
    font-weight: 600;
}

div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center label div.text-sm {
    font-weight: 400;
    letter-spacing: -.08em;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

div#delivery-sidebar.showSideBar form#delivery-form div#date-picker-container.hidden {
    display: none;
}

div#delivery-sidebar.showSideBar form#delivery-form button.w-full {
    width: 100%;
    padding: 11px 2rem;
}

div#delivery-sidebar.showSideBar form#delivery-form div#suburb-suggestions {
    position: absolute;
    top: 60px;
    background: rgb(255 255 255/1);
    border-radius: 5px;
    max-height: 300px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 8px 0 rgba(0, 0, 0, .12), 0px 1px 2px rgba(0, 0, 0, .08);
    overflow-y: scroll;
    z-index:9;
}

div#delivery-sidebar.showSideBar form#delivery-form div#suburb-suggestions.hidden {
    display: none;
}

div#delivery-sidebar.showSideBar form#delivery-form div#suburb-suggestions div.suggestion-item {
    padding: .5rem 1rem;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
}

div#delivery-sidebar.showSideBar form#delivery-form .relative {
    position: relative;
}


div#delivery-sidebar.showSideBar form#delivery-form div#suburb-suggestions::-webkit-scrollbar,
div#sticky-delivery-bar.showBottom div.flex div#sticky-suburb-suggestions::-webkit-scrollbar{
  width: 10px;
}
div#delivery-sidebar.showSideBar form#delivery-form div#suburb-suggestions::-webkit-scrollbar-track,
div#sticky-delivery-bar.showBottom div.flex div#sticky-suburb-suggestions::-webkit-scrollbar-track{
  background: #fff;
}
div#delivery-sidebar.showSideBar form#delivery-form div#suburb-suggestions::-webkit-scrollbar-thumb,
div#sticky-delivery-bar.showBottom div.flex div#sticky-suburb-suggestions::-webkit-scrollbar-thumb{
  background: #888;
}
div#delivery-sidebar.showSideBar {
    right: 0px;
    opacity: 1;
}
div#delivery-sidebar {
    transition: all 0.4s linear;
    position: fixed;
    top: 0px;
    right: -1000px;
    opacity: 0;
    width: 30%;
    padding: 60px 3rem 48px;
    background: rgb(255 255 255/1);
    display: block !important;
    z-index: 9999;
    overflow-y: auto;
    height: 100vh;
}
div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center:has(input:checked) label {
    background: gray;
    color: #fff;
}
button.swal-button.swal-button--confirm {
    padding: 0.8rem 1.5rem;
    border: unset;
    background: #d12f3c !important;
}
.swal-footer {
    margin: 0px;
}
.swal-text {
    font-weight: 600;
}
@media (max-width:767px){
    div#delivery-top-bar .e-con-inner {
        flex-direction: column;
        gap: 6px;
    }
    div#delivery-sidebar {
        width: 100%;
    }
    div#delivery-sidebar.showSideBar form#delivery-form div.flex.items-center {
        width: 47%;
        margin: 0px 2% 2% 0px;
    }
    div#sticky-delivery-bar,div#sticky-delivery-bar.showBottom {
        display: none !important;
    }
	
}

#main-header .menu-item-425 ul.sub-menu {
    margin-top: 17px !important;
    left: -20px !important;
    padding: 4px 0px !important;
    color: #000 !important;
    border: 1px solid #dfdfdf !important;
}

#main-header .menu-item-425 ul.sub-menu li a {
    padding-left: 18px !important;
}

















.checkbox-group.customDesignImages  .wcpa_checkbox {
    position: relative;
    display: inline-flex;
    flex-direction: column-reverse;
    width: 31%;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 6px 12px 12px !important;
    vertical-align: bottom;
    margin-right: 10px;
}


.checkbox-group.customDesignImages .wcpa_checkbox input {
    position: absolute !important;
    top: 0px !important;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.checkbox-group.customDesignImages .wcpa_checkbox  span.wcpa_tooltip_icon {
    color: transparent;
    background: transparent;
    margin: 0px;
    position: relative;
    width: 80px;
    height: 80px;
}

.checkbox-group.customDesignImages .wcpa_checkbox span.wcpa_tooltip_icon span.wcpa_tooltip {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    background: transparent;
    line-height: unset;
    left: 0px !important;
    height: 100%;
    padding: 0px;
}

.checkbox-group.customDesignImages .wcpa_checkbox span.wcpa_tooltip_icon span.wcpa_tooltip img {
    height: 100%;
    object-fit: contain;
}

.checkbox-group.customDesignImages .wcpa_checkbox span.wcpa_check {
    display: none;
}

.checkbox-group.customDesignImages .wcpa_checkbox label {
    display: block;
    color: #000;
    font-weight: 500 !important;
    line-height: 18px;
    margin-top: 8px;
    font-size: 12px;
    margin-bottom: 12px;
}

.customDesignImages_parent {
    margin: 0 0 16px;
    background: rgb(128 128 128 / 10%);
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 18px 18px  8px !important;
    box-shadow: rgb(205 205 205 / 24%) 0px 3px 8px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_price {
    display: none;
}

.customDesignImages_parent > label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 22px;
    display: block;
}
div.customDesignImages div.wcpa_checkbox:has(input:checked):before {
    content: '';
    background: transparent;
    position: absolute;
    width: 18px;
    height: 40px;
    z-index: 999;
    border-right: 4px solid #3280d8;
    border-bottom: 4px solid #3280d8;
    transform: rotate(45deg);
    top: 35%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

div.customDesignImages div.wcpa_checkbox:has(input:checked):after {
    content: '';
    background: rgb(154 154 154 / 16%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
    border: 1px solid #3280d8;
    min-height: 144px;
}

.single-product p.price {
    margin-bottom: 0 !important;
}

.single-product .elementor-element[data-id="9718fa7"] {
    gap: 6px !important;
}


.wcpa_type_header  h2 {
    font-size: 24px;
    color: #000;
}

.wcpa_type_header h3 {
    font-size: 15px;
    margin: 8px 0 8px !important;
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
    font-family: 'Quicksand';
    color: #000;
    cursor: pointer !important;
}

.wcpa_form_item.customDesignImages_parent {
    display: none;
}

li.wcpa_options_total {
    display: none;
}

li.wcpa_product_total {display: none;}

li.wcpa_total {
    border: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-size: 18px !important;
    justify-content: flex-end;
    margin-top: -20px;
    font-weight: 600;
}

.single-product .product_meta {
    display: none !important;
}

.single-product button.single_add_to_cart_button {
    padding: 12px 25px;
}
.setDeliveries ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    color: #000;
    font-size: 16px;
}
@media only screen and (max-width: 867px) {
	.checkbox-group.customDesignImages .wcpa_checkbox {
		width: 46.5%;
	}
}


@media only screen and (max-width: 1000px) and (min-width: 320px){
	.single-product .elementor-254 .elementor-element.elementor-element-9d0c775{
		min-height: 130px;
		margin-bottom: 30px;
	}
	td.value.woo-variation-items-wrapper {
		padding-left: 15px !important;
	}

}