/*
Theme Name: Western 4W Driver
Theme URI: https://www.lyonsinfoway.com.au
Author: Lyons
Author URI: https://www.lyonsinfoway.com.au
Description: Just a starter theme for Western 4W Driver
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, starter, Western 4W Driver
*/
html {
  scroll-behavior: smooth;
}

.customclass-Price{
	font-size:16px;
}
.shop_table_responsive{
	font-size:6px;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table a{
	color: #000 !important;
    font-size: 16px;
}
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px;
    box-shadow: none;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100% !important;
}
.woocommerce-page table.cart td.actions .coupon  input[type=text]{
	width:200px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #0c4da2 !important;
    color:#FFFFFF !important;
    font-weight: bold !important;
    text-transform:uppercase;
}
.woocommerce  form.checkout .express-one-page-checkout-main p.form-row label {
    line-height: 1.5;
    display: block;
    width: 100%;
}
  
.express-one-page-checkout-main .form-row span{
	 width: 100% !important;

}
.woocommerce  form.checkout .express-one-page-checkout-main  p.form-row input.input-text {
    min-height: 30px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:2px 10px;
}
.woocommerce-checkout span.select2-selection.select2-selection--single {
    border-radius: 0px;
    border: 1px solid #eee;
    height: 36px !important;
    font-size: 14px;
    padding: 0px 10px !important;
    line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 98%;
}
.woocommerce-checkout-review-order-table .cart_totals {
    border: none;
    background: none !important;
    padding: 0px !important;
    line-height: 28px;
}
.woocommerce form.checkout_coupon input {
    min-height: 30px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:2px 10px;
}
.woocommerce form.checkout_coupon button {
	padding: 12px;
}
.diffrent-edition{
	display: flex;
}
.diffrent-edition > div{
	width: 50%;
}
.woovr-variation .woovr-variation-info{
	display: flex !important;
	flex-wrap: wrap !important;	
}
.woovr-variation-radio .woovr-variation-name {
    width: 100% !important;
}