/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.demo_store {
    background-color: #712c7f;
}


body #message-purchased {
	bottom: 75px;
}

.woocommerce-store-notice {
    text-align: center;
}

.zip-overlay {
    display: none;
}

/* .site-header-cart {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

.site-header-cart .cart-contents,.site-header-cart .widget_shopping_cart {
    display: none
} */

.woocommerce-breadcrumb {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .875em
}

.site-main div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: bold;
    font-size: 16px;
}

.required {
    border-bottom: 0!important;
    color: red;
    text-decoration: none
}

li.product .cg-preorder_eta {
        font-size: 13px;
        position: relative;
        clear: both;
}

span.sale-item.product-label {
    font-size: 15px;
}

.product-sku, .woocommerce-variation-product_sku {
	margin: 10px 0 10px 0;
}

.woocommerce-variation.single_variation .cg-product_condition {
    margin-top: 15px;
}

.cg-product_condition {
    margin-bottom: 20px;
}

span.pwb-text-before-brands-links {
    display: none;
}

.woocommerce-variation-preorder_eta {
    margin-top: 15px;
}

.selected-variation .value a.reset_variations {
    display: none;
}

table.variations, .woocommerce-variation.single_variation {
    background-color: #f1f1f1;
    border: solid 1px #dabfdb;
    padding: 8px;
}

.wc-pao-addon-specific-ecu-model-type {
    margin-top: 20px;
}

form.cart>.product-sku {
    margin-bottom: 20px;
}

.product-details-wrapper .summary .nyp {
    margin-bottom: 50px;
}

.details_billing {
    padding: 15px;
    background-color: #f3f3f3;
}

form.checkout.woocommerce-checkout .tdCalc {
    margin-top: 40px;
}

p#wf_dhl_insurance_field .woocommerce-input-wrapper .checkbox {
    font-size: 18px;
}

p#wf_dhl_insurance_field {
    margin-top: 20px;
}

label.wc-pao-addon-name {
    font-weight: bold;
}

.pswp__caption {
    display: none;
}

.fp-product-cat-block ul {
	margin: 0 0 0 20px;
}

.fp-product-cat-block .elementor-widget-text-editor {
	margin-bottom: 5px;
}

/* --- */
/* SHOP SIDEBAR */
/* --- */

#secondary #woocommerce_product_search_filter_reset_widget-2 {
    padding-bottom: 5px;
}

#secondary .widget {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #923a95;
}

#woocommerce_product_search_filter_reset_widget-2 .widget-title {
    font-size: 1.2rem;
    text-transform: none;
}

/* --- */
/* CURRENCY SWITCHER */
/* --- */

form#alg_currency_selector {
    margin-bottom: 0;
}

.wSelect-arrow {
    background-image: url(https://www.jdmgarage.com.au/wp-content/uploads/2021/07/c-chevrons.png);
}

.wSelect-theme-classic.wSelect {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    background-color: #ffffff00;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}

.wSelect-theme-classic.wSelect-hover, .wSelect-theme-classic.wSelect-active {
    border-color: none;
    border-top-color: none;
    border-right-color: none;
    border-bottom-color: none;
    border-left-color: none;
    border-color: none;
    border-top-color: none;
    border-right-color: none;
    border-bottom-color: none;
    border-left-color: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* --- */
/* ACF - BADGES */
/* --- */

.cg-badge-custom span {
	background: #a5129e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 3px;
}

.cg-badge-new span {
	background: #37359a;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 3px;
}

.cg-badge-used span {
	background: #9a3535;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 3px;
}

li.product .woocommerce-loop-product__link {
	position: relative;
}

.prod-cat-carousel ul.products li.product {
    text-align: center;
}

/* Catalog */
li.product .cg-badge-custom {
	position: absolute;
	bottom: 50px;
	z-index: 2;
	width: 100%;
}

li.product .cg-badge-new {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
}

li.product .cg-badge-used {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
}

li.product .product-label {
	z-index: 2;
}

/* Single Product */
body .price del {
    margin-right: 8px;
    font-size: 1.2em;
}

.single-product .cg-badge-custom {
	position: absolute;
	top: 10px;
	left: 10px;
}

.single-product .cg-badge-new {
	position: absolute;
	bottom: 30px;
	left: 10px;
}

.single-product .cg-badge-used {
	position: absolute;
	bottom: 30px;
	left: 10px;
}

.product-sku, .woocommerce-variation-product_sku {
    font-size: 12px;
}

.cg-preorder_eta_desc {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid;
    background: white;
    padding: 5px 10px;
}

p.stock.available-on-backorder, .woocommerce-variation-preorder_eta p {
		font-size: 14px;
    font-weight: bold;
    background-color: #ffda00;
	  color: #000;
    border-radius: 0.25rem;
    text-align: center;
    padding: 0.25em 0.4em;
    line-height: 1;
    vertical-align: baseline;
    border: 1px solid #e2e2e2;
}

p.stock.out-of-stock {
    font-weight: bold;
}

.woocommerce-variation-preorder_eta p {
	margin-bottom: 0;
}

.wclt_lead_time {
	color: #444444;
	font-size: 12px;
}

.variations label {
    display: block;
    margin-bottom: 6px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

.variations label:not(.variations .selected-variation label) {
    padding: 5px;
    background: orange;
    border: 1px solid;
}

/* --- */
/* CART & CHECKOUT - Shipping */
/* --- */

a.checkout-button.button.alt.wc-forward {
    margin-bottom: 20px;
}

.cart_totals .shop_table tr.shipping th {
    font-weight: bold;
    font-size: large;
}

.woocommerce-shipping-totals > td > p.woocommerce-shipping-contents {
    font-weight: bold;
    background-color: #ffda00;
    color: #000;
    border-radius: 0.25rem;
    padding: 0.25em 0.4em;
    border: 1px solid #e2e2e2;
}

/* --- */
/* SALE TEXT - SINGLE PRODUCT */
/* --- */

.content-area .summary .onsale {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

/* --- */
/* BRANDS TEXT */
/* --- */

/* Single Product */

.pwb-single-product-brands {
    padding-top: 0.5em;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 1px;
}

.pwb-clearfix a:not(:last-child):after {
    content: ", ";
}

/* Catalog */

.pwb-brands-in-loop {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: small;
}

#nav-menu-item-27128 .sub-menu>.divider {
    border-top: #923a95 1px solid;
}

