/**
 * Style of WooCommerce pages and common elements
 */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: white !important;
}
.testmode-info a,
.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-text a {
	display: inline;
}
/* COMING SOON PAGE */
.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-store-only {
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* ALL PAGES */
body.woocommerce-page section[id^=dlt_] {
    padding-top: 100px !important;
    width: 100%;
}
body.woocommerce-page section[id^=dlt_] {
    min-height: 90vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
}
.woocommerce h2 {
    text-align: left;
}
section[id^=dlt_woo] .woocommerce-info,
section[id^=dlt_woo] .woocommerce-message {
    border-top-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: .5rem;
    padding: 1rem 1rem 1rem 3.5rem;
}
section[id^=dlt_woo] .woocommerce-info::before,
section[id^=dlt_woo] .woocommerce-message::before {
    color: black;
}
section[id^=dlt_woo] .woocommerce-info .button {
    margin: 0 auto;
}
section[id^=dlt_woo] .woocommerce {
    width: 100%;
}
section[id^=dlt_woo] button.reset_variations,
section[id^=dlt_woo] button[type=submit],
section[id^=dlt_woo] button.button.alt:disabled[disabled],
section[id^=dlt_woo] button.button:disabled[disabled],
section[id^=dlt_woo] a[class*=button],
section[id^=dlt_woo] a[class*=button].alt,
section[id^=dlt_woo] button.button,
section[id^=dlt_woo] button.button.alt,
section[id^=dlt_woo] ul.products li.product a.button,
section[id^=dlt_woo] .woocommerce button.button,
section[id^=dlt_woo] .woocommerce button.button.alt {
    background-color: black;
    max-width: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    width: 100%;
    display: block;
    max-width: max-content;
    margin: 0;
    font-size: 1rem;
    padding: .7rem 1rem;
	padding: 1.2rem;
	height: auto;
    font-weight: 500;
    color: white;
    border: none;
	cursor: pointer;
	
	
/* 	 border: 2px solid; */
	 line-height: 1;
/* 	 margin: 0.5em; */
	 padding: .8rem 1rem;
/* 	 --color: #e4cb58; */
	 --hover: var(--main-orange);
	 transition: 0.25s;
}
section[id^=dlt_woo] form.woocommerce-product-search button {
	padding: .75rem;
	transition: .2s;
}
section[id^=dlt_woo] button.reset_variations:hover,
section[id^=dlt_woo] form.woocommerce-product-search button:hover {
	color: var(--main-orange);
}
/* VARIATIONS BUTTON - PRODUCT PAGE */
section[id^=dlt_woo] .woocommerce-variation-add-to-cart.variations_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
section[id^=yc_woo] .woocommerce-message a[class*=button] {
    margin: 0 1rem;
}
/* SHIPPING CALCULATOR */
section[id^=dlt_woo] button[type=submit].button.alt {
    margin: unset;
    float: right;
	background-color: black;
}
section[id^=dlt_woo] button[type=submit].button.alt:hover,
section[id^=dlt_woo] a[class*=button]:hover,
section[id^=dlt_woo] button.button:hover,
section[id^=dlt_woo] a.button.alt:hover,
section[id^=dlt_woo] button.button.alt:hover {
/*     background-color: black;
    -webkit-box-shadow: rgba(239, 152, 56, 0.9) 50px 40px 24px -22px inset, rgba(94, 94, 94, 0.9) -50px -40px 24px -22px inset;
            box-shadow: rgba(239, 152, 56, 0.9) 50px 40px 24px -22px inset, rgba(94, 94, 94, 0.9) -50px -40px 24px -22px inset;
    color: white; */
	
	
	 border-color: var(--main-orange);
	 box-shadow: inset 0 -3.25em 0 0 var(--hover);
}
section[id^=dlt_woo] select,
section[id^=dlt_woo] input {
    padding: .5rem .2rem;
    border: 1px solid black;
    font-size: 1rem;
}
section[id^=dlt_woo] select,
section[id^=dlt_woo] input:not(.search-field) {
    border-radius: 5px;
}
section[id^=dlt_woo] select:focus,
section[id^=dlt_woo] input:focus {
    border: 1px solid var(--main-orange);
    outline: 1px solid var(--main-orange);
}
section[id^=dlt_woo] h1 {
    line-height: 1;
	padding: 3rem;
}
section[id^=dlt_woo] h2 {
    font-size: 1.2rem;
}
section[id^=dlt_woo] li[class*=navigation] a {
    text-align: left;
}
section[id^=dlt_woo] span.show-password-input {
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* CART */
button[type=submit].button.button:disabled[disabled],
button[type=submit].button.alt,
section[id^=dlt_woo] .woocommerce button.button {
    display: inline-block !important;
}
/* WOOCOMMERCE DEFAULT SIDEBAR NAV */
#sidebar[role="complementary"],
#sidebar ul[role="navigation"] {
    display: none;
}
/* SIDEBAR */
section[id^=dlt_woo] .woocommerce-products-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
}
section[id^=dlt_woo] .dlt_woo_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	max-width: 350px;
}
section[id^=dlt_woo] .dlt_woo_sidebar span {
    font-size: 1rem;
}
section[id^=dlt_woo] .dlt_woo_sidebar .select2-container.select2-container--default {
    margin: .5rem 0;
}
section[id^=dlt_woo] .select2-selection__placeholder {
    padding: 0 1rem;
}
/* PRODUCTS SEARCHFORM */
#dlt_woo_shop div.dlt_before_loop_products, 
.dlt_woo_sidebar form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
/*     gap: .2rem; */
}
#dlt_woo_shop div.dlt_before_loop_products ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
}
#dlt_woo_shop .dlt_woo_sidebar form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#dlt_woo_shop .dlt_woo_sidebar form input {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: .6rem 1rem;
}
#dlt_woo_shop .dlt_woo_sidebar form button.button.alt {
    margin: 0;
}
#dlt_woo_shop .dlt_woo_sidebar h2.widgettitle {
    width: 100%;
    font-size: .9rem;
    color: #acaaaa;
    float: left;
    line-height: 0;
    font-weight: 500;   
}
@media all and (max-width: 500px) {
    #dlt_woo_shop .woocommerce-breadcrumb,
    #dlt_woo_shop .woocommerce-breadcrumb a {
        font-size: .8rem;
    }
}