@charset "UTF-8";

/*
Theme Name: Shine & Shield Professional Car Detailing Ltd.
Theme URI: https://webmaniacs.co.nz/
Author: Subhash Soren
Author URI: https://webmaniacs.co.nz/
Description:  Shine & Shield Professional Car Detailing Ltd. is a custom theme developed by Web Maniacs for  Shine & Shield Professional Car Detailing Ltd.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



/* woocommerce style only */
.page-id-327 .site-main .post-327,
.page-id-328 .site-main .post-328{
	    background: #fff;
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
	
}

.product-info {
    padding: 10px;
    background: #000;
	border-radius: 10px;
}
.product-info img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
} 
.product-info .product-title{
	color: #cfb341;
	font-size: 18px;
	
}
.product-info .shop-price .woocommerce-Price-amount bdi{
	color: #fff;
}
.product-info .product-btn{
	background: #cfb341;
	padding: 10px 30px;
}
#adfy__woofc-trigger{
	display:none;
}
.post-type-archive-product #adfy__woofc-trigger{
	display:block;
}

.woocommerce-ordering {
    display: flex;
    justify-content: end;
	
}
.woocommerce-ordering select{
	border: 1px solid #cfb341;
}
.woof_reset_button_2{
	    background: #cfb341;
    border: none;
    padding: 5px 30px;
    border-radius: 5px;
}
.woof_submit_search_form_container .woof_reset_search_form{
	  background: #cfb341;
    border: none;
    padding: 5px 30px;
    border-radius: 5px;
}


/* Single Product */
.product_details .price{
	color: #cfb341;
	font-size: 20px;
	font-weight: 700;
}
.product_details .single_add_to_cart_button{
	  background: #cfb341;
	padding: 5px 30px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	height: 50px;
	
	
}
.product_details .quantity{
	margin-top: 20px;
	
}
.product_details .quantity input{
	height: 50px;
	border-radius: 10px;
	border: 1px solid #cfb341;
	padding: 10px;
}
.product_details #gift-card-amount{
	margin-left: 30px;
	height: 50px;
	border: 1px solid #cfb341;
	padding: 10px;
	
}
.product_details .reset_variations{
	    margin-left: 30px;
    background: #cfb341;
    padding: 10px 30px;
    color: #222;
    border-radius: 5px;
}
.product_details #pwgc-purchase-container input{
	height: 50px;
	padding: 10px;
	border: 1px solid #cfb341;
	border-radius: 5px;
}
.product_details #pwgc-purchase-container textarea{
	height: 100px;
	padding: 10px;
	border: 1px solid #cfb341;
	border-radius: 5px;
}
.product_details .woocommerce-product-gallery__image a{
	display: flex;
	justify-content: center;
	
}
.product_details .product_meta{
	display: none;
}
.postid-595 #adfy__woofc-trigger{
	display:block;
}

.tax-product_cat #adfy__woofc-trigger{
	display:block;
}
.product-template-default #adfy__woofc-trigger{
	display:block;
}




/* for mobile only single-product */
/* ===============================
   PREMIUM MOBILE PRODUCT REDESIGN
   Only Mobile
=================================*/
@media (max-width:767px){

/* Make product content cleaner */
.product_details .prodetails{
    padding-top: 10px;
}

/* ---------- VARIATION FORM FIX ---------- */
/* WooCommerce uses table — we convert to stacked layout */
.product_details form.variations_form table.variations,
.product_details form.variations_form tbody,
.product_details form.variations_form tr{
    display: block;
    width: 100%;
}

/* Each option becomes a card-like block */
.product_details form.variations_form tr{
    margin-bottom: 15px;
}

/* LABEL (Car Type) */
.product_details form.variations_form td.label{
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.product_details form.variations_form td.label label{
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

/* DROPDOWN FULL WIDTH + PERFECT ALIGN */
.product_details form.variations_form td.value{
    display: block;
    width: 100%;
}

.product_details form.variations_form select{
    width: 100% !important;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #cfb341;
    padding: 10px;
    background: #fff;
}

/* Remove weird inline spacing Woo adds */
.product_details form.variations_form .reset_variations{
    display: inline-block;
    margin-left: 0;
/*     margin-top: 8px; */
}

/* ---------- QUANTITY + BUTTON STACK ---------- */
.product_details form.cart{
    display: flex;
    flex-direction: column;
}

.product_details .quantity{
    width: 100%;
    margin-bottom: 12px;
}

.product_details .quantity input{
    width: 100%;
    height: 50px;
}

/* BIG PREMIUM MOBILE BUTTON */
.product_details .single_add_to_cart_button{
    width: 100%;
    height: 56px;
    font-size: 16px;
    border-radius: 12px;
}

/* ---------- IMAGE BETTER SPACING ---------- */
.product_details .detleft{
    margin-bottom: 20px;
}

.product_details .bg-white{
    padding:20px !important;
}
.product_details #gift-card-amount{
	margin-left: 0px !important;

}

/* ===== REMOVE EXTRA SPACE BETWEEN VARIATION + QTY ===== */
@media (max-width:767px){

/* Remove WooCommerce default spacing */
.product_details form.variations_form table.variations{
    margin-bottom: 5px !important;
}

.product_details form.variations_form tr{
    margin-bottom: 8px !important;
}

/* Remove padding Woo adds inside table cells */
.product_details form.variations_form td{
    padding: 0 !important;
}

/* Tighten dropdown spacing */
.product_details form.variations_form td.value{
    margin-bottom: 0 !important;
}

/* FIX BIG GAP BEFORE QUANTITY */
.product_details form.cart .single_variation_wrap{
    margin-top: 5px !important;
    padding-top: 0 !important;
}

/* Quantity spacing control */
.product_details .quantity{
    margin-top: 10px !important;
}

}
/* catergory styling */
.woocommerce-notices-wrapper .row ul{
	list-style: none !important;
}

 .product-category{
	width: unset !important;
	list-style: none !important;
	 padding: 30px;
}
 .product-category img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	 border-radius: 10px;
}
 .product-category h2{
	color: #cfb341;
	 margin: 10px 0;
}
.product-category h2 mark{
	background: #fff;
	color: #cfb341;
	
}

#pwgc-purchase-container input::placeholder{
	color: #333 !important;
}


.pagination_div .page-numbers{
	list-style: none;
	display: flex;
	
}
.pagination_div .page-numbers li{
padding: 0 30px;	
background: #f7f7f7;
margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination_div .page-numbers .current{
	color: #cfb341;
	background: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	

	
}
.woocommerce-variation-add-to-cart {
    display: flex;
	align-items: center;

}
.quantity input{
	width: 40%;
}
.product_details .quantity:before{
	content: 'Qty';
	font-weight: 700;
}

/* Paypal disable CSS */
.ppc-button-wrapper,
.wc-block-cart__payment-options{
	display: none !important;
}

.wc-block-cart__submit-container{
	background: #cfb341;
	
}
.wc-block-cart__submit-container a{
color: #fff !important;	
}
.pwgc-apply-gift-card-button{
	    background:#cfb341;
    border: none;
    color: #fff;
}
.wc-block-checkout__sidebar {
	    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 20px;
    border-radius: 10px;
}
#adfy__woofc-trigger{
	right: 0;
}
.woof_submit_search_form{
	background: #cfb341;
	border: none;
	padding: 10px 30px;
}
.woocommerce-message{
	padding: 10px;
	background: #cfb341 !important;
}
.woocommerce-message a{
	color: red;
}


/* single product CSS */
@media screen and (max-width:768px){
	.variations td.value{
	display: flex !important;
		flex-direction: row;
	gap: 10px;
/* 		margin-left: 20px; */
}
	.product_details .reset_variations{
		margin-left: unset !important;
		display: flex;
		justify-content: center;
	}
}

.shop-container > .row{
	display: flex;
	justify-content: space-between !important;
}
.shop-container .row .product-category{
	width: 33.33% !important;
}
@media screen and (max-width:768px){
.shop-container .row .product-category{
	width: 100% !important;
}	
}

/* checkout button */
.wc-block-components-checkout-place-order-button {
	background: #CFB341 !important;
    border: none !important;
}

.shop-price{
	display: none !important;
}
.product-category [aria-label="E-Gift"]{
	display: none !important;
}