body.single-product div.product {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.single-product #content div.product div.images, 
body.single-product div.product div.images, 
body.single-product #content div.product div.images, 
body.single-product div.product div.images,
body.single-product #content div.product .woocommerce-tabs, 
body.single-product div.product .woocommerce-tabs, 
body.single-product #content div.product .woocommerce-tabs, 
body.single-product div.product .woocommerce-tabs,
body.single-product #content div.product div.summary, 
body.single-product div.product div.summary, 
body.single-product #content div.product div.summary, 
body.single-product div.product div.summary {
    width: 100% !important;
}

body.single-product div.product .leftwc {
    flex: 0 0 60%;
}

body.single-product div.product .rightwc {
    flex: 0 0 39%;
}

body.single-product div.product div.summary {
    margin-bottom: 0;
    box-shadow: 0 0 4px 2px #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    right: 0;
/*    color: white;*/
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    float: left;
}

body.single-product div.product div.summary.test {
	position: absolute;
	bottom: 0;
}

body.single-product {
    background: #fbfbfb;
}

body.single-product header {
    box-shadow: none;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

body.single-product #main {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    width: 49.5%;
    box-shadow: 0 0 4px 2px #f2f2f2;
    background: white;
    padding: 20px;
    box-sizing: border-box;
}

body.single-product tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
    display: none !important;
}

.woocommerce-page div.product .woocommerce-tabs {
    display: inline-table;
    margin-top: 1%;
    float: left;
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}

@media screen and (max-width: 1600px) {

    body.single-product #main {
        width: 80%;
    }

}

@media screen and (max-width: 1300px) {

    body.single-product #main {
        width: 90%;
    }

}



@media screen and (max-width: 900px) {
    body.single-product div.product .leftwc {
        flex: 0 0 100%;
    }

    body.single-product div.product .rightwc {
            flex: 0 0 100%;
    }
}

body.single-product #content {
	padding: 40px 0 60px 0;
}

body.single-product div.product .product_title {
    color: #2f8b4b;
    font-weight: 600;
    margin-bottom: 0 !important;
    max-width: 100%;
    font-size: 20px;
}

body.single-product div.product .subsidie {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: #FF9800;
    padding: 10px 4px;
    box-sizing: border-box;
    text-align: right;
    width: auto;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    border: 1px solid #d47e00;
    max-width: 25%;
}

body.single-product div.product .woocommerce-product-details__short-description h3 {
    color: #ff6719;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 10px;
}

body.single-product div.product .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
}

body.single-product div.product .woocommerce-product-details__short-description ul li {
    padding-left: 1.3em;
    line-height: 30px;
}

body.single-product div.product .woocommerce-product-details__short-description ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #27a24e;
}

body.single-product div.product #extra-informatie h3 {
    margin-top: 0;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 20px;
}

body.single-product div.product #extra-informatie ul {
    list-style: none;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}

body.single-product div.product #extra-informatie ul li {
	line-height: 25px;
    font-size: 14px;
    color: white;
}

body.single-product div.product #extra-informatie ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: white;
}


body.single-product .cart .button {
    background: var(--maincolor) !important;
    padding: 15px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

body.single-product .cart .button:hover {
    background: #3ca6d5 !important;
}

body.single-product .woocommerce-product-details__short-description {
    margin-bottom: 20px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
}

body.single-product .woocommerce-product-details__short-description h2 {
	font-size: 14px;
    margin-bottom: 0;
    color: #444;
}

body.single-product .woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 4px 2px #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    background: white;
}

body.single-product .woocommerce-product-gallery__image a {
    width: 100%;
}

body.single-product .product_meta {
    display: none;
}

body.single-product ul.productusps {
    margin-bottom: 10px;
    margin-top: 5px;
}

body.single-product ul.productusps li {
    color: #444444;
    font-size: 14px;
}

body.single-product ul.productusps li i {
    color: #00356c;
}

body.single-product .woocommerce-product-gallery__image a img {
    margin: 0 auto;
}

body.single-product .woocommerce-product-details__short-description p {
    line-height: 25px;
    color: #444;
    font-size: 14px;
    margin: 0;
}

body.single-product section.related {
        margin-bottom: 0;
    box-shadow: 0 0 4px 2px #f2f2f2;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    color: white;
    overflow: hidden;
    margin-top: 1%;
    display: inline-block;
}

body.single-product section.related h2 {
    color: #444;
    font-weight: 600;
    margin-bottom: 10px !important;
    max-width: 100%;
    font-size: 16px;
    margin: 0;
}

body.single-product div.product .product_meta span {
    display: none;
}

body.single-product div.product .product_meta span a {
    color: var(--maincolor);
}

body.single-product div.product div.images img {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 400px;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(-n+4) img {
	padding: 0;
}

body.single-product .sheet-button {
    display: inline-block;
    background: var(--maincolor);
    font-size: 19px;
    text-align: center;
    font-weight: 300;
    color: white;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

body.single-product #extra-informatie {
	padding: 20px;
    box-sizing: border-box;
    margin-top: 2%;
    background: #60c1ec;
    box-shadow: 0 0 4px 2px #f2f2f2;
        display: none;
}

body.single-product a.download-info {
    background: var(--maincolor);
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border-top: 1px solid #3ca6d5;
    border-right: 1px solid #3ca6d5;
    border-bottom: 3px solid #3ca6d5;
    border-left: 1px solid #3ca6d5;
}

body.single-product div.product form.cart div.quantity {
    margin: 0;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.entry-summary p.price .payin3-tooltip span, .payin3-tooltip span {
	font-weight: 600;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    display: none;
}

.entry-summary p.price .payin3-tooltip img.in3-logo, .payin3-tooltip img.in3-logo {
	height: 12px !important;
    width: auto !important;
    margin-left: 2px !important;
    top: -2px;
}

body.single-product .quantity .qty {
    height: 48px;
    background: #eeeeee;
    box-sizing: border-box;
    font-weight: 400;
    color: #505050;
    border-radius: 0 !important;
    border: none;
    font-size: 14px !important;
}

body.single-product div.product form.cart .variations select {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #313131;
    font-size: 16px;
}

body.single-product .ideal-logo {
    float: left;
    height: 49px;
    margin-left: 20px;
}

body.single-product .paypal-logo {
    float: left;
    height: 49px;
    margin-left: 20px;
}

body.single-product .postnl-logo {
    float: left;
    height: 49px;
    margin-left: 20px;
}

body.single-product .woocommerce-message {
    margin-top: 20px;
    font-weight: 900;
    font-size: 21px;
    padding: 10px 20px;
    background: none;
    color: var(--maincolor);
    border: 2px solid var(--maincolor);
    box-sizing: border-box;
}

body.single-product .woocommerce-message span.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.woocommerce-message::before {
    color: var(--maincolor);
}

body.single-product .woocommerce-message span.flex-wrapper span {
    padding: 8px 0 8px 40px;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs .panel {
    color: #444;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    display: block !important;
}

.woocommerce div.product .woocommerce-tabs .panel table {
	font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel table tr:nth-child(even) {
	background: #f7f7f7;
}

body.single-product figure.woocommerce-product-gallery__wrapper h3.product_type {
        background: #4c9d44;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

body.single-product div.product p.price {
	font-size: 17px;
    font-weight: 500;
    color: #4CAF50;
    margin: 0;
    margin-bottom: 10px;
}

body.single-product div.product p.price .woocommerce-Price-amount {
    background: #ffeb3b;
    color: #444;
    padding: 2px 5px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
}

body.single-product div.product p.price del .woocommerce-Price-amount {
    background: none;
    padding: 0;
    text-decoration: line-through;
    color: red;
}

body.single-product div.product .woocommerce-variation-price span.price span.woocommerce-Price-amount {
    font-size: 30px;
    color: #27a24e;
    font-weight: 500;
}

body.single-product div.product p.price del {
	color: red;
    font-size: 12px;
}

body.single-product div.product p.price ins {
    font-size: 17px;
    font-weight: 500;
    color: #4CAF50;
}

body.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: auto;
    margin-top: 10px;
}

body.single-product div.product form.cart .button {
    vertical-align: middle;
    float: none;
    font-weight: 400 !important;
    font-size: 14px !important;
    background: #00356c !important;
    color: #fff;
}

body.single-product div.product form.cart .button i {
	margin-left: 5px;
    font-size: 18px;
}

body.single-product div.product form.cart .button.offerte-aanvragen {
    margin-left: 0 !important;
    color: white;
    cursor: pointer;
}

body.single-product div.product form.cart span.other-between {
    margin: 0 20px;
    color: #777777;
    font-size: 20px;
    font-weight: 300;
}


body.single-product .woocommerce-message span.flex-wrapper a.single-afrekenen-button {
    font-weight: 900 !important;
    font-size: 19px !important;
    text-transform: uppercase;
    order: 2;
    margin-left: auto;
}

@media screen and (max-width: 1200px) {

    body.single-product div.product form.cart span.other-between {
        margin: 0 5px;
    }

}

@media screen and (max-width: 1100px) {

    body.single-product div.product form.cart .button {
        padding: 16px 10px !important;
        font-size: 18px !important;
    }

}

@media screen and (max-width: 1000px) {

    body.single-product .quantity .qty,
    body.single-product div.product form.cart .button,
    body.single-product div.product form.cart .button.offerte-aanvragen,
    body.single-product div.product form.cart div.quantity {
        width: 100%;
        margin-left: 0;
        display: block;
    }

    body.single-product div.product form.cart span.other-between {
        display: none;
    }

     body.single-product div.product form.cart .button.offerte-aanvragen {
        margin-top: 20px;
     }

}


body.single-product .pswp__bg {
        background: rgba(0, 0, 0, 0.58);
}

.woocommerce div.product .woocommerce-tabs .panel table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel table tr {
    display: table-row;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs .panel table tr:first-child {
    border-top: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs .panel table td {
    display: table-cell;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs .panel th {
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs .panel ul li {
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

.woocommerce div.product .woocommerce-tabs .panel ul li:before {
    content: "\f00C";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--maincolor);
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 750px) {
    
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
        width: 100% !important;
    }

    body.single-product div.product div.summary {
        position: relative;
        top: 0;
        margin-bottom: 1%;
    }

    section.related {
        width: 100%;
    }

}
