/*
Theme Name: Wgg
Theme URI: N/A
Author: Meulenkamp internet en reclamebureau
Author URI: N/A
Description: A custom wordpress theme 
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: wgg
*/

@import url('assets/css/main.css');
.pcustom_text {
    position: absolute;
    padding: 6px 12px;
    background: #000;
    color: #fff;
	top: 20px;
	left: 20px;
}
.quantity.qty1:has(input){
	display: none;
}
ul.xoo-wsc-notices li:before,
ul.woocommerce-error li:before{
	display: none!important;
}
@media (max-width: 767px) {
    .logo {
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        z-index: 12;
    }
	.logo a img {
		max-width: 90px;
	}
	.hdr-rgt {
		align-items: center;
	}
}

.woocommerce button.single_add_to_cart_button + a.added_to_cart,
.product-cart-icon a.added_to_cart{
	display: none!important;
}
.shopListCol h4{
    font-family: 'rubik';
    font-weight: 400; 
    font-size: 18px;
    color: #989898;
}
.shopListCol{
    width: 50%;
    padding: 0 0;
}
.shopListCol ul{
    padding: 0;
    margin: 0;
}
.shopListCol ul li:before{
    display: none;
}
.shopListCol ul li{
    padding: 0;
    margin: 0 0 5px;
}
.shopListCol ul li strong {
    font-size: 20px;
    color: #fff;
    background: #ec6608;
    padding: 15px 20px;
    display: block;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
}
.belgie ul li strong{
    background: #c11f2b;
}
.shopListItems{
    max-width: 250px;
    padding-right: 20px;
}
.shopList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.product-items{
    gap: 32px 0;
}

.product-cart-icon img {
    height: 44px;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span:before, 
body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > span:before {
    height: 17px;
    width: 17px;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span:after, 
body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > span:after {
    left: 6px;
    top: 5px;
    width: 5.5px;
    height: 9px;
    border-width: 0 2px 2px 0;
    border-radius: 0!important;
    opacity: 0;
}
body.woocommerce-checkout input#ship-to-different-address-checkbox:checked + span:after,
body.woocommerce-checkout input#terms:checked + span:after{
	opacity: 1;
}
.price-html del{
    display: inline-block;
    text-align: left;
    opacity: 0.7;
    text-decoration: line-through;
}
.price-html del bdi{
	text-decoration: line-through;
}
span.onsale{
	display: none;
}

.product-grid-item .product-prize *{
	font-weight: 300!important;
}
.product-grid-item .product-prize del bdi{
	text-decoration: line-through;
}
.price-quentity-ctrl p.stock{
	display: none;
}
.price-quentity-ctrl.only-1-qyt .qty-crtl{
	visibility: hidden;
}
@media(max-width: 991px){
    .shopListCol{
        width: initial;
    }
}
@media(max-width: 767px){
	body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span:before, 
	body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox > span:before{
		width: 18px;
	}
}
@media(max-width: 575px){
    .shopListCol{
        width: 50%;
    }
    .shopListCol.belgie .shopListItems{
        padding-right: 0;
    }
    .shopListCol ul li strong{
        font-size: 16px;
    }
}











