/*
Theme Name: Stenenbestellen
Theme URI: N/A
Author: Meulenkamp internet en reclamebureau
Author URI: N/A
Description: A custom wordpress theme for Stenenbestellen.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: stenen
*/

@import url('assets/css/main.css');

body .custom-calculation-wrapper label{
	margin-bottom: 7px;
}
body .custom-calculation-wrapper .custom-field-group{
	position:relative; display:inline-block; width:50%;
}
body .custom-calculation-wrapper .qty-btn{
	position:absolute; 
	width:36px; 
	font-size:18px; 
	cursor:pointer; 
	border:0px solid transparent; 
	background:transparent;
}
body .custom-calculation-wrapper .qty-plus-btn{
	left:0; 
	top:0; 
	bottom:0; 

}
body .custom-calculation-wrapper .qty-minus-btn{
	right:0; 
	top:0; 
	bottom:0;
}
body .custom-calculation-wrapper #custom_qty_input{
	height: 45px;
  	border: 2px solid #e9e9e9;
  	width: 100%;
  	padding: 8px 44px;
  	text-align: center;
  	box-sizing: border-box;
}
body.single-product.woocommerce .single_variation_wrap{
	    width: 100%;
}
body.single-product.woocommerce  .woocommerce-variation-add-to-cart{
	 display: flex;
    flex-wrap: wrap;
}
body.single-product.woocommerce  div.product form.cart div.quantity{
	float: none!important;
}
.single-product .price-quentity-ctrl .qty-suffix {
    float: initial!important;
    padding-left: 20px;
}
.single-product .price-quentity-ctrl .qty-suffix {
    float: initial!important;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 21px;
}
.single-product .price-quentity-ctrl .qty-suffix .instock {
    color: #28d12e;
    font-style: italic;
    font-weight: 700;
}
.single-product .price-quentity-ctrl .qty-suffix p {
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
}
body.single-product .price-quentity-ctrl form{
	display: flex;
    flex-wrap: wrap;
}
body.single-product .price-quentity-ctrl .quantity{
	width: 197px;
}
.woocommerce span.onsale,
body.single-product .pro-single-left span.onsale {
    padding: 6px 10px;
    min-height: initial;
    min-width: initial;
    border-radius: 0;
    line-height: 1.2;
    font-size: 12px;
	display: none!important;
}
.review-category .review-wrap span{
	
}
body .product-grid-item .product-price-cntlr .cart-btn a {
    vertical-align: baseline;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 0px !important;
    background: var(--color-01) !important;
    color: var(--menu-color) !important;
    min-width: initial;
    height: 38px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .product-grid-item .product-price-cntlr .cart-btn a img{
	    max-width: 16px;
}
body .product-grid-item .product-price-cntlr .cart-btn a:hover{
	background: var(--accent-color) !important;
    color: var(--menu-color) !important;
}
.breadcrumb-cntlr ul{
	flex-wrap: wrap;
}
.filter-menu-sidebar-con .price_label{
	margin-bottom: 20px;
}
.price-sidebar-widget .widget.wc-price-filter .price_slider_wrapper{
	flex-direction: column;
}
.wc-measurement-price-calculator-price {
    font-size: 0 !important;
}

.single-product .incl-price .woocommerce-Price-amount bdi {
  display: inherit;
}
.single-product .wc-measurement-price-calculator-price .woocommerce-Price-amount,
.single-product .wc-measurement-price-calculator-price .woocommerce-Price-amount * {
    font-size: 20.89px;
}
.cat-price strong del,
.price-cntlr del{
  display: none;
}
body.single-product.woocommerce div.product form.cart .variations select{
	min-width: 200px;
    padding: 10px 20px;
    line-height: 1.2;
}
body.single-product.woocommerce div.product .pro-single-item img{
	max-width: 350px;
	max-height: 350px;
}
body.single-product.woocommerce .thumbnailSlider .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 auto;
}

body.single-product.woocommerce .thumbnailSlider .slick-slide {
  width: 25% !important;
  padding: 5px;
}
.pro-single-thumbnail-items.thumbnailSlider{
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0;
  gap: 10px;
}
.pro-single-thumbnail-items.thumbnailSlider .pro-single-thumbnail-item{
	padding: 0;
}
body.single-product .price-quentity-ctrl form #price_calculator .qty-wrapper input {
  appearance: none;
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
}
/* Chrome, Safari, Edge */
body.single-product .price-quentity-ctrl form #price_calculator .qty-wrapper input::-webkit-outer-spin-button,
body.single-product .price-quentity-ctrl form #price_calculator .qty-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
body.single-product .price-quentity-ctrl form #price_calculator .qty-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

/* Optional: সব browser default style remove */
body.single-product .price-quentity-ctrl form #price_calculator .qty-wrapper input {
  appearance: none;
}

/* Container for the input and label */
.cart-calculation-wrapper .field-row {
    display: flex;
    align-items: center; 
    gap: 10px;           
    margin-bottom: 10px;
}

/* Adjust the input to allow space for the label */
.cart-calculation-wrapper #custom_qty_input {
    width: 80px !important; 
    margin: 0;             
    text-align: center;
	border: 1px solid #cdcdc5;
}

/* Style the 'm2' label */
.cart-calculation-wrapper label[for="custom_qty_input"] {
    display: inline-block !important; 
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}
/* Chrome, Safari, Edge, Opera */
.cart-calculation-wrapper #custom_qty_input::-webkit-outer-spin-button,
.cart-calculation-wrapper #custom_qty_input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.cart-calculation-wrapper #custom_qty_input {
	-moz-appearance: textfield;
}

@media(max-width: 1499px){
	body.single-product .summary .qty-prefix {
		padding-right: 9px;
	}
	body.single-product .price-quentity-ctrl .quantity input[type=number]{
		width: 51px!important;
	}
	body.single-product .price-quentity-ctrl .quantity{
		width: 175px;
	}
	.single-product .price-quentity-ctrl .qty-suffix {
		padding-left: 10px;
		padding-top: 10px;
        padding-bottom: 10px;
	}
	.review-cntlr {
		width: 40.5%;
	}
}

@media(max-width: 575px){
	body.single.single-product .product-single-cntlr .price-quentity-ctrl button.button{
		padding-left: 37px!important;
		height: initial !important;
		font-size: 18px !important;
	}
	body.single.single-product .product-single-cntlr .price-quentity-ctrl button.button:after{
		left: 10px!important;
	}
	.single-product .price-quentity-ctrl .qty-suffix {
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 0;
		width:100%!important;
	}
}





