/*
*	Author: Denny Jian
*   Website: https://aumagic.com 
*/

.powered-by{
    float: right;
}

body.single-product #ppcp-messages{
    padding-top: 20px;
}

body.single-product .product_meta{
    background-color: transparent !important;
}

body.single-product div.product .product_meta .sku_wrapper, body.single-product div.product .product_meta .posted_in{
    /*display: inline-block;*/
    padding: 5px 0;
}

body.single-product div.panel.wc-tab>h2:first-of-type{
    font-size: 1.45em;
}

body.single-product div.product .product_title{
    font-size: 1.8em;    
}

body.single-product .pisol-ppscw-container{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
}

body.single-product .pisol-ppscw-alert-container{
    display: block;
}

body.single-product .pisol-shipping-calculator-button{
    display: none;
}

body.single-product .pisol-shipping-calculator-form{
    display: flex !important;
    padding: 0;
    border: none;
}

body.single-product #calc_shipping_postcode_field{
    margin-right: 15px;
}

body.single-product #calc_shipping_postcode{
    margin-bottom: 0;
}

body.single-product .pisol-update-address-button{
    margin-bottom: 0;
}

body.single-product .pisol-ppscw-alert{
    background-color: #f6f6f6;
    padding: 10px 10px;
}

body.single-product .entry-summary .payment_label_wrapper{
    margin-top: 10px;
}

body.single-product .entry-summary .payment_label_wrapper>div {
    display: flex;
    align-items: flex-start
}

body.single-product .entry-summary .payment_label_wrapper>div:not(:last-child) {
    margin-bottom: 10px
}

body.single-product .entry-summary .payment_label_wrapper>div .img_wrapper {
    height: 17px;
    margin-right: 10px
}

body.single-product .entry-summary .payment_label_wrapper>div .img_wrapper img {
    height: 17px;
    width: auto
}

body.single-product .entry-summary .payment_label_wrapper>div span {
    font-size: 14px;
    line-height: 21px;
    color: #212121
}

body.single-product .entry-summary .payment_label_wrapper+hr {
    margin-top: 25px;
    margin-bottom: 23px
}

@media (max-width:767px) {
    body.single-product .entry-summary .payment_label_wrapper+hr {
        margin-top: 33px;
        margin-bottom: 30px
    }
}

body.single-product .entry-summary .payment_label_wrapper+hr+.stock.in-stock {
    display: none
}

body.single-product .entry-summary .payment_label_wrapper+hr+.stock {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 1
}


body.cart #calc_shipping_state_field, body.cart #calc_shipping_city_field{
    display: none !important;
}


body.cart .btn-afterpay_express{
    text-align: center;
}

body.cart #wc-stripe-express-checkout-element, body.checkout #wc-stripe-express-checkout-element{
    display: inline-block;
    width: 100%;    
}

body.checkout .wc_payment_method.payment_method_afterpay .afterpay-logo-img{
    float: none;
} 

body.checkout #order_review .payments-title{
    margin-bottom: 10px;
}

body.checkout #wc-stripe-express-checkout-button-separator{
    margin-top: 0;
    margin-bottom: 1.5em;
}


body.checkout .woocommerce-billing-fields #billing_country_field,
body.checkout .woocommerce-shipping-fields #shipping_country_field
{
    display: none;
}

body.checkout .woocommerce-billing-fields #billing_phone_field input[type="tel"]{
    width: 100%;
}

#ship-to-different-address{
    margin-top: 1.3em;
}

body.checkout .woocommerce-additional-fields{
    margin-top: 1.3em;
    margin-bottom: 2em;
}

@media screen and (min-width: 640px) {
    body.checkout form .form-row-one,
    body.checkout form .form-row-two,
    body.checkout form .form-row-three
    {
        display: block;
        width: 33.3333%;
        float: left;
        clear: none;
    }

    body.checkout form .form-row-one{
        padding-right: 10px;
    }

    body.checkout form .form-row-two{
        padding-left: 5px;
        padding-right: 5px;
    }

    body.checkout form .form-row-three{
        padding-left: 10px; 
    }
}    


body.archive.chromium-look-tires .woocommerce-ordering{
    z-index: 1;
}

body.chromium-look-tires .woof_sid_home_page .woof_submit_search_form_container button:hover {
    background-color: #f1a903;
}

body.archive.chromium-look-tires .hgroup-sidebar .widget_tz_search .tz-searchform{
    position: fixed;
}

.product.badges-style-2 span.onsale{
    color: #ffffff;
}

li.product.outofstock .price-wrapper > a.product_type_simple{
    display: none;
} 

li.product.outofstock .price-wrapper .out-of-stock svg{
    width: 28px;
    height: auto;  
}

li.product.outofstock .price-wrapper .out-of-stock{
    margin: 0 0 0 10px;
    position: relative;
}

li.product.outofstock .price-wrapper .out-of-stock:before{
    position: absolute;
    left: -15px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 8px;    
}

li.product.outofstock .price-wrapper .out-of-stock svg path{
    fill: #a9a9a9;
}

li.product.outofstock .price-wrapper .out-of-stock:hover svg path{
    /* fill: #fdb819; */
    fill: #ffc107;
}    

.wc-proceed-to-checkout .checkout-button{
    margin-bottom: 20px;
}

.site-sidebar.style-2 .widget{
    background-color: #fff;
    padding: 15px 20px;
    margin: 0;
} 

.site-sidebar.style-2 .widget.widget_tz_categories{
    border-color: #ffc107;
    border-style: solid;
    border-width: 2px;
    padding: 0;
    margin: 0;
}

.site-sidebar.style-2 .widget.widget_tz_categories .widget-title{
    background-color: #ffc107;
    padding: 15px 20px;
    margin: 0;
    border: 0;
}

.widget.widget_tz_categories ul.pt-categories{
    padding: 15px 20px;
}

.site-sidebar.style-2 .widget .woof_wcga_label_hide{
    margin-bottom: 10px;
    display: block;
}

.site-sidebar.style-2 .widget .irs--round .irs-bar{
    background-image: none !important;
    background-color: #ffc107;
}

.site-sidebar.style-2 .widget .irs--round .irs-from, .site-sidebar.style-2 .widget .irs--round .irs-to, .site-sidebar.style-2 .widget .irs--round .irs-single{
    font-size: 12px;
}

.site-sidebar.style-2 .widget .irs--round .irs-from:before, .site-sidebar.style-2 .widget .irs--round .irs-to:before, .site-sidebar.style-2 .widget .irs--round .irs-single:before{
    left: 52%;
}

.product.badges-style-2 span.onsale:before{
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 26px 0 0;
    border-style: solid;
    border-right: 11px solid transparent !important;
    background-color: transparent !important;  
    border-color: #ffc107;
}

ul.products > li.product, section.widget_custom_product_list_widget ul > li.product{
    position: relative;
}

ul.products > li.product .pisol-ppscw-container, section.widget_custom_product_list_widget ul > li.product .pisol-ppscw-container{
    display: none;
}    

@media (min-width: 1024px){

}

@media (max-width: 560px){
    .powered-by{
        float: none;
        display: block;
    }
}  

.product.badges-style-2 .product-images-wrapper .onsale{
    z-index: 2;
}

.product.badges-style-2 .product-images-wrapper .onsale:nth-child(2){
    top: 45px;
}

ul.products li:has(> span.on-preorder) .img-wrapper .onsale:nth-child(1){
    top: 45px;
}

body.woocommerce-checkout #place_order{
    text-align: center;
    margin-top: 20px;    
}

/*For Product Bundles for WooCommerce 20241205*/
body.single-product .bundled_product.bundled_product_summary{
    display: block !important;
}

body.single-product .bundled_product .details .bundled_product_title{
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: none;
}

body.single-product .bundled_product .item_title{
    line-height: 1.4;
}

body.single-product .bundled_product .item_qty{
    line-height: 1.1;
}

body.single-product .bundled_product .item_title, body.single-product .bundled_product .item_qty{
    font-size: 14px;
    text-transform: none;
}

body.single-product .bundled_product .bundled_product_excerpt{
    margin-top: 10px;
}

body.single-product .bundled_product table.variations{
    margin-bottom: 10px !important;
}

body.single-product .bundled_product .bundled_product_excerpt, 
body.single-product .bundled_product .bundled_product_excerpt p,
body.single-product .bundled_product table.variations td label 
{
    font-size: 12px;
}

body.single-product .bundled_product .bundled_product_optional_checkbox{
    font-size: 15px;  
}

body.single-product small.woocommerce-price-suffix{
    font-size: 12px;
}

body.single-product .bundled_product .woocommerce-Price-amount{
    font-size: 14px;
}

body.single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input{
    vertical-align: middle;
}

body.single-product .single-product-content-wrapper>.product.type-product .bundled_product_optional_checkbox .price,
body.single-product .single-product-content-wrapper>.product.type-product .bundled_item_cart_details .price
{
    font-size: 16px; 
}



body.single-product .bundled_product .bundled_product_title > a{
    margin-left: 0;
}

/* body.single-product .bundled_product .bundled_product_title a.bundled_product_permalink:before{
    font-size: 12px;
    top: 50%;
} */

body.single-product .bundled_product  .bundled_item_price_quantity{
    font-size: 12px;
}

body.single-product .bundled_product .bundled_product_optional_checkbox .price{
    margin-bottom: 5px !important;
}

body.single-product .bundled_product .bundled_item_cart_details .stock{
    /* text-align: center; */
}

body.single-product .bundled_product .stock.in-stock{
    margin-left: 0 !important;
    margin-bottom: 10px;
}

body.single-product .single-product-content-wrapper>.product.type-product .product-shares-wrapper{
    margin-top: 20px;
}
 
body.woocommerce-cart .bundled_table_item .bundled_table_item_indent a{
    font-weight: 500 !important;
}

body.woocommerce-cart .bundle_table_item{
    font-weight: 900;
}


body.single-product div.product div.bundled_product_images_optional{
    display: flex;
    flex-flow: row wrap;
    align-items: center;    
}

body.single-product div.product div.bundled_product_images_optional .bundled_product_optional_checkbox{
    /* display: inline-block; */
    /* float: left; */
    width: 20%;    
}

body.single-product .woocommerce-product-details__short-description{
    display: none;
}

body.single-product div.product div.bundled_product_images_optional .bundled_product_image{
    /* display: inline-block; */
    width: 80%;
    padding-left: 10px;
}

body.single-product input[type="checkbox"].bundled_product_checkbox{
    height: 18px;
    width: 18px !important;
}

body.single-product .entry-summary .payment_label_wrapper+hr+.stock.available-on-backorder{
    justify-content: start;
    margin: 10px 0;
}

body.single-product form.cart{
    margin-top: 10px;
}