<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------
Theme Name: Eye webdesign Divi child
Theme URI: https://www.eyewebdesign.be
Description: A child theme template for Divi
Author: Eye webdesign
Author URI: https://www.eyewebdesign.be
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

/* woocommerce */
@media (min-width: 981px) {
   /* Billing &amp; Shipping @ Left */
   .col2-set {
      width: 52.9411764706%!important;
      float: left;
      margin-right: 5.8823529412%;
   }
	.col2-set .col-1, .col2-set .col-2 {
		width: 100%!important;
		padding-bottom: 30px;
	}
   /* Order Review @ Right */
   #order_review_heading, #order_review {
      width: 41.1764705882%;
      float: right;
      margin-right: 0;
      clear: right;
   }
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none!important;
}

.woocommerce-MyAccount-navigation ul li {
	width: 180px;
	margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #1a1819;
	border: 1px solid #bbbbbb;
	display: block;
	padding: 4px 16px;
	background-color: #f4f4f4;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	border: 1px solid #1a1819;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	border: 1px solid #1a1819;
	background-color: #8884e0!important;
	color: #fff!important;
}

@media all and (max-width: 767px) {
	.woocommerce-MyAccount-navigation ul {
		padding: 0px!important;
		padding-bottom: 25px!important;
	}
	.woocommerce-MyAccount-navigation ul li {
		width: auto;
		margin: 4px;
		display: inline-block;
	}
}

.woocommerce-terms-and-conditions-wrapper {
	padding-bottom: 30px;
}

.woocommerce .et_overlay{
	display:none;
}

#order_review_heading, #order_review {
	background-color: #eee;
	padding: 10px 20px;
}

#order_review_heading {
	padding: 0px 30px;
	padding-top: 30px;
}

.woocommerce-checkout-payment {
	background-color: #eee!important;
}

.single-product .quantity input.qty  {
	height: 40px!important;
	background-color: #fff!important;
	color: #000!important;
	border-top: 1px solid #666!important;
	border-bottom: 1px solid #666!important;
}

.woocommerce-account .woocommerce-Message {
	background-color: #f4f4f4!important;
	color: #444!important;
}

.single-product .plus.qib-button {
	position: absolute;
	margin-left: -20px!important;
}

.single-product .qib-button {
	background-color: #fff!important;
	cursor: pointer;
	transition: all .2s ease-in-out!important;
	height: 40px!important;
	border-color: #666!important;
}

.single-product .qib-button:hover {
	background-color: #f8f8f8!important;
}
/* woocommerce */</pre></body></html>