/*
 Theme Name:     Divi child Theme
 Theme URI:      
 Description:    Foxy Child Theme
 Author:         Adem
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* =Theme customization starts here
------------------------------------------------------- */



@keyframes bounce2 {
        0%, 20%, 60%, 100%  {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);}
        40%  { -webkit-transform: translateX(-40px);
                                -moz-transform: translateX(-40px
        }
        80% { -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);}
}

.post-24090 .woocommerce-additional-fields,
.post-24090 .woocommerce-info,
.post-24090 .woocommerce-billing-fields h3,
.post-24090 h3#order_review_heading,
.post-24090 #order_review .product-remove,
.post-24090 #opc-product-selection,
.post-24090 .et-cart-info,
.post-24090 h3,
.post-24090 .woocommerce-billing-fields label,
.post-24090 .mailchimp-newsletter {
        display: none !important;
}

.post-24090 input[type=text],
.post-24090 input[type=password],
.post-24090 input[type=tel],
.post-24090 input[type=email],
.post-24090 input.text,
.post-24090 input.title,
.post-24090 textarea,
.post-24090 select {
        border: none;
}

.post-24090 table.shop_table thead,
.post-24090 table.shop_table tfoot {
        display: none;
}

.post-24090 #customer_details .col-1 {
        width: 100%;
}
.post-24090 #customer_details .col-2 {
        display: none;
        }

.post-24090 .woocommerce #payment #place_order,
.post-24090 .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    background-color: #F8922F;
    color: white;
    border: 0;
    border-radius: 0;
}

.post-24090 .woocommerce-checkout #payment div.form-row {
        padding: 0px;
}

.post-24090 .besteformTop h2{
        font-weight: 900;
    color: #FA931A;
        font-size: 25px;
    margin: 30px 0;
}


.post-24090 .eyecatcherone,
.post-24090 .eyecatchertwo,
.post-24090 .eyecatcherthree,
.post-24090 .eyecatcherfour,
.post-24090 .eyecatcherfive {
        float: left;
        display: inline-block

}

.page-id-24090 .et_menu_container {
	display: none;
}

.post-24090 .eyecatcherone {
        width: 100%;
}

.post-24090 .eyecatchertwo,
.post-24090 .eyecatcherthree,
.post-24090 .eyecatcherfour,
.post-24090 .eyecatcherfive{
        width: 50%;
}

.post-24090 .hondrednature {
    position: absolute;
    right: 0;
    transform: translate(60%, -50%);
    top: 0;
}

.post-24090 .woocommerce .quantity input.qty,
.post-24090 .woocommerce-page .quantity input.qty {
            height: 19px;
    border: none!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff!important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 11px!important;
    font-weight: 500 !important;
    text-align: center;
}

@media (max-width: 980px){

        .post-24090 body.et_fixed_nav #main-header{
                display: none;
        }

        .post-24090 .pagesectiontop {
                margin-top: -92px;
        }
}

.post-24090 .bounce2 {
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.post-24090 .animated.infinite.bounce2 {
    animation: bounce2 2s infinite ease-in-out;
}

@keyframes bounce2 {
        0%, 20%, 60%, 100%  {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);}
        40%  { -webkit-transform: translateX(-40px);
                                -moz-transform: translateX(-40px
        }
        80% { -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);}
}

.post-24090 .animated.bounce2 {
  animation: bounce2 2s ease-in-out;
}

.post-24090 .product-quantity {
        display: none;
}

.post-24090 .opc_order_review .product-quantity {
	display: none;
}



/************ Hidden Last Name Field ******************/
.subscribe-optin .et_pb_newsletter_form p:nth-child(3) {
display: none;
}
.subscribe-optin .et_pb_newsletter_description {
float: none;
display: inline-block;
width: inherit;
vertical-align: middle;
text-align: center;
padding: 12px 0px;
margin-bottom: 0;
}
.subscribe-optin .et_pb_newsletter_form {
display: block;
float: none;
width: inherit;
text-align: center;
vertical-align: middle;
}
.subscribe-optin .et_pb_newsletter_form p {
display: inline-block;
margin-right: 5px;
vertical-align: top;
padding-bottom: 0;
}
/************ Custom Design for Field ******************/
.subscribe-optin .et_pb_newsletter_form p input {
padding: 5% 5%;
margin: 5% 0;
width: 250px !important;
height: 55px !important;
border: 3px solid #ddd !important;
-webkit-border-radius: 30px !important;
border-radius: 30px !important;
font-weight: bold;
text-transform: uppercase !important;
font-size: 14px !important;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: -webkit-transform, box-shadow;
transition-property: transform, box-shadow;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.subscribe-optin .et_pb_newsletter_form p input:hover {
box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.subscribe-optin .et_pb_newsletter_form p input:focus {
transform: translateY(-2px);
box-shadow: 0 20px 25px rgba(0, 0, 0, .15);
cursor: default;
}
/************ Button Send ******************/
.subscribe-optin.et_pb_newsletter .et_pb_newsletter_button {
width: 250px !important;
line-height: 2.3em !important;
margin-top: 5%;
text-transform: uppercase !important;
box-shadow: 0 1.7px 18px rgba(0, 0, 0, 0.9);
}
.subscribe-optin,
.et_pb_column_4_4 .et_pb_newsletter_form {
padding-left: 0px !imporant;
}
@media screen and (max-width: 980px) {
.subscribe-optin .et_pb_newsletter_form {
width: 100% !important;
}
}
.main-banner .et_pb_slide_description {
text-align: left;
padding-left: 0;
}
.main-banner .et_pb_text div {
//border-left: 4px solid #18a3dd;
//padding: 2px 4px;
}

/*
.et_pb_text_inner > div  {
	//border-left: 4px solid #18a3dd;
	padding: 2px 20px;
}
*/

.main-banner .et_pb_text div h1 {
color: #000 !important;
text-shadow: none;
font-weight: bolder;
font-family: raleway;
font-size: 54px;
text-transform: uppercase;
}
.main-banner-section {
background-position: bottom center;
background-position-y: 70%;
}
.main-banner .et_pb_text {
padding-top: 50px;
}
.main-banner .et_pb_text div h2 {
text-shadow: none;
font-weight: bolder;
font-family: raleway;
font-size: 27px;
text-transform: capitalize;
color: #000 !important;
}
.main-banner .et_pb_text p {
margin-top: 35px;
margin-bottom: 40px;
font-size: 16px;
//padding-right: 40%;
font-family: lato;
}
a.smallbluebluebutton {
background: none;
background-color: #18a3dd;
color: #f1f1f1 !important;
border-radius: 30px;
font-size: 16px;
text-shadow: none;
padding: 5px 40px;
}
a.smallbluewhitebutton {
color: #333740;
font-size: 16px;
text-transform: uppercase;
background: none;
border: none !important;
box-shadow: none;
}
a.smallbluewhitebutton {
background: url(/adele/wp-content/uploads/2017/04/play.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 25px;
padding-top: 1px;
}
.price-row {
margin-top: -140px;
margin-bottom: -31px;
overflow: visible;
}
.price-row .price-row-image img {
z-index: 999999;
position: relative;
}
.price-row .price-counter {
margin-top: 100px;
}
.et_pb_number_counter .percent {
62px !important;
}
.price-row .percent p span.percent-value {
text-align: left;
}
.price-row .percent p span.percent-value:before {
content: ”;
border: 3px solid #18a3dd;
display: block;
float: left;
height: 33px;
margin-top: 18px;
margin-right: 7px;
}
.price-row .et_pb_number_counter {
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
}
.text-counter p {
color: #18a3dd;
font-weight: bolder;
font-size: 16px;
font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
margin-top: -10px;
}
.text-counter p span {
color: #a9a9a9;
}
span.blue-color {
color: #18a3dd;
}
span.margin-lft {
margin-left: 15px;
}
span.margin-rgt {
margin-right: 15px;
}
.results-slider a.et-pb-arrow-next {
color: #c6cfd2 !important;
border: 2px solid #c6cfd2 !important;
border-radius: 50px;
}
.results-slider a.et-pb-arrow-prev {
color: #c6cfd2 !important;
border: 2px solid #c6cfd2 !important;
border-radius: 50px;
}
.results-slider .et-pb-controllers .et-pb-active-control {
background-color: #18a3dd !important;
}
.results-slider .et-pb-controllers a {
background-color: #d8e4e8 !important;
}
.results-slider .et_pb_slides {
padding: 0;
margin-top: -100px;
}
.ingredients-col2 .et_pb_text div {
//border-left: 4px solid #18a3dd;
//padding: 2px 4px;
}
.ing-list ul {
list-style: none;
}
.ing-list ul li {
color: #333740;
border-bottom: 2px solid #ebebeb;
font-size: 16px;
padding: 7px 2px;
}
.ing-list ul li:first-child {
border: none;
background: none !important;
}
.ing-list ul li:hover:first-child {
border: none;
box-shadow: none;
padding: 7px 2px;
}
.ing-list ul li h1 {
border-bottom: 5px solid #000;
text-transform: uppercase;
}
.ing-list ul li span {
float: right;
font-size: 16px;
}
.ing-list ul li:hover {
background: #fff;
/* height: 20px; */
padding-top: 15px;
padding-bottom: 15px;
box-shadow: 1px 1px 1px #000;
border: 2px solid #ddd;
-webkit-box-shadow: 0px 0px 20px 5px rgba(215, 215, 215, 1);
-moz-box-shadow: 0px 0px 20px 5px rgba(215, 215, 215, 1);
box-shadow: 0px 0px 20px 5px rgba(215, 215, 215, 1);
}
a.smallblueblue2ndbutton {
background: none;
background-color: #18a3dd;
color: #f1f1f1 !important;
border-radius: 30px;
font-size: 16px;
text-shadow: none;
padding: 10px 49px !important;
}
.subscribe-box {
text-align: center;
}
.subscribe-box input[type=”text”] {
padding: 14px 16px 18px;
width: 35%;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
font-size: 16px;
}
.subscribe-box input[type=”submit”] {
padding: 14px 16px 18px;
width: 13%;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-width: 1px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
background: #18a3dd;
border-color: #18a3dd;
color: #fff;
}
.inquire-box {
text-align: center;
}
.inquire-box input[type=”text”] {
width: 20%;
border: none;
border-bottom: 1px solid #ebebeb;
margin: auto 6px;
color: #ababab;
font-size: 16px;
}
.inquire-box textarea {
width: 41%;
border: none;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
color: #ababab;
font-size: 16px;
}
.inquire-box input[type=”submit”] {
padding: 12px 53px;
width: 13%;
border-radius: 30px;
border-bottom-right-radius: 30px;
border-width: 1px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
background: #18a3dd;
border-color: #18a3dd;
color: #fff;
}
.inquire-box input[type=”submit”]:active {
border: 1px solid #666;
color: #666;
background: #fff;
}
button.et_pb_contact_submit.et_pb_button {
padding: 10px 48px;
/* width: 13%; */
border-radius: 30px;
border-bottom-right-radius: 30px;
border-width: 1px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
background: #18a3dd;
border-color: #18a3dd;
color: #fff;
/* display: block; */
margin: auto;
}
button.et_pb_contact_submit.et_pb_button:hover {
padding: 10px 48px;
/* width: 13%; */
border-radius: 30px;
border-bottom-right-radius: 30px;
border-width: 1px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
background: #18a3dd;
border-color: #18a3dd;
color: #fff;
/* display: block; */
margin: auto;
}
button.et_pb_contact_submit.et_pb_button:after {
margin-top: -2px;
}
.et_pb_contact p input,
.et_pb_contact p textarea {
width: 100%;
background: #fff;
border-bottom: 1px solid #EBEBEB !important;
}
.et_contact_bottom_container {
float: none !important;
overflow: hidden;
margin-top: -1.5%;
text-align: center;
}
.et_pb_section_7 {
background-repeat: no-repeat;
}
.label-class {
text-align: left;
width: 40%;
margin: auto;
font-size: 16px;
}
@media (max-width: 980px) {
.results-slider .et_pb_slides {
margin-top: 0px;
}
.label-class {
width: 60%;
}
.banner-text {
text-align: center;
}
.main-banner .et_pb_text div {
border-left: 4px solid #18a3dd;
padding: 2px 4px;
border-bottom: 4px solid #18a3dd;
border-left: 0;
}
.main-banner .et_pb_text p {
padding-right: 0;
}
.banner-bottles img {
height: 180px;
margin-top: 25px;
}
.main-banner-section {
background: none;
background-color: #fafcfc;
}
.price-row .price-row-image img {
height: 250px;
}
.et_pb_column.et_pb_column_1_4.price-counter.et_pb_column_4 {
padding-left: 16%;
}
.left-align-mobile h3 {
text-align: left !important;
}
.left-align-mobile p {
text-align: left !important;
}
.supplement-text {
text-align: center;
}
.subscribe-box input[type=”text”] {
border-radius: 30px;
display: block;
margin: auto;
min-width: 250px;
}
.subscribe-box input[type=”submit”] {
width: 20%;
display: block;
margin: 20px auto;
border-radius: 30px;
min-width: 140px;
}
.inquire-box input[type=”text”] {
padding: 10px 4px;
width: 60%;
min-width: 250px;
display: block;
margin: auto;
}
.inquire-box input[type=”submit”] {
width: 20%;
min-width: 140px;
}
.inquire-box textarea {
min-width: 256px;
width: 60%;
}
}
@media (max-width: 630px) {
.main-banner-section {
background: none !important;
}
}
@media (max-width: 479px) {
.et_pb_column.et_pb_column_1_4.price-counter.et_pb_column_4 {
padding-left: 0;
}
}
@media screen and (max-width: 465px) {
.ing-list ul li span {
float: right;
font-size: 12px;
}
.ing-list ul li h1 {
font-size: 14px;
}
.ing-list ul li {
font-size: 12px;
}
}
@media screen and (max-width: 285px) {
.ing-list ul li span {
float: right;
font-size: 10px;
}
.ing-list ul li h1 {
font-size: 12px;
}
.ing-list ul li {
font-size: 10px;
}
}

.bigsizefont{
	font-size: 60px;
    font-weight: bold;
}

ul.wheretobuy{
	list-style-type: none;
}
ul.wheretobuy li {
	margin-bottom: 20px;
	margin-left: 20px;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

#sidebar {display:none;}

#wpsl-stores ul li {
	background-color: white;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	
}

#wpsl-stores ul li:nth-child(even) {
	background-color: #f9f9f9;
}
.wpsl-search {
	margin-bottom: 0 !important;
}


ul.downloadrapport li{
	font-size: 15px;
	list-style-type: none;
    line-height: 171%;
    border-bottom: 1px dotted #9c9b9b;
        padding: 10px 6px;
}

ul.downloadrapport li span {
    font-weight: bold;
    font-size: 20px;
}

ul.downloadrapport li i {
	margin-right: 5px;
}
ul.downloadrapport li a{
	padding: 0px 40px;
    font-weight: bold;
}


ul.downloadrapport li a{
float: right;
}



/* New Website */

h1#bestel {
    font-size: 32px;
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 56px;
    padding: 0px 0px 0px 20px;
    border-left: 4px solid #18a3dd;
    margin: 0px 0px 20px 0px;
}

.et_pb_row_0 {
	padding-bottom: 0px !important;
}

.et_pb_row_0 .et_pb_column_0 {
	margin-bottom: 0px !important;
}

.et_pb_row_1 {
	padding-top: 0px !important;
}

@media screen and (orientation:portrait) and (max-width: 980px) {
	h1#bestel {
	    font-size: 4vh;
    	line-height: 6vh;
	}

	h2 {
		font-size: 2vh;
	}
}

@media screen and (orientation:landscape) and (max-width: 980px) {
	h1#bestel {
	    font-size: 4vw;
    	line-height: 10vw;
	}

	h2 {
		font-size: 2vw;
	}
}

@media screen and (max-width: 980px) {
	#op-is-op {
		display: none;
	}
	
	.et_pb_row_0 .et_pb_column_1 {
		display: none;
	}

	#customer_details .col-1 {
		width: 100%;
	}
	
	#customer_details .col-2 {
		display: none;
	}
}

ul.links {
    list-style-type: none;
}

ul.links li{
    display: inline-block;
}

.woocommerce-additional-fields {
   display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea  {
    padding: 8px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    margin: 6px 0px 0px 0px;
    height: auto;
    font-size: 16px;
    font-family: Lato;
    background-color: #ffffff;
}


/* Woocommerce onepagecheckout */

.woocommerce-info, .woocommerce-message {
	display: none;
}

#checkout-products li.product-item {
    display: inline-block;
	width: 23%;
    margin-right: 2.3%;
    background-color: white;
    padding: 0px;
	background-color: #F8F8F8;
	opacity: 0.4;
	position: relative;
	cursor:pointer;
	z-index: 99;
	float: left;
}

#checkout-products li.product-item label {
	cursor:pointer;
}


#checkout-products li.product-item:hover {
	opacity: 0.7;
	
}
#checkout-products li.product-item.selected {
	//width: 24%;
	opacity: 1;
}

#checkout-products li.product-item input[type=radio] {
	display: none;
}

#checkout-products li.product-item img.selectedimg {
	display: none;
}
#checkout-products li.product-item.selected img.selectedimg {
	display: block;
	position: absolute;
	width: 100%;
}

#checkout-products li.product-item.selected:before {
	//content: url('/wp-content/themes/Divi-child/images/geselecteerd.png');
}

#checkout-products li.product-item {
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

#checkout-products li.product-item label:before {
   	//content: "";
    display: inline-block;
    clear: both;
    position: absolute;
	width: 23%;
    margin-right: 2.3%;
    height: 310px;
    background-color: rgba(140, 140, 140, 0.64);
    margin-top: -20px;
    border-radius: 20px;
}

span.productname {
    //background-color: #16b0e1;
    display: inline-block;
    color: #777777;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

span.productname span.price {
	font-size: 16px
}

span.productname .oldprice {
  position: relative;
  display: inline-block;
}
span.productname .oldprice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}


#checkout-products li.product-item.selected label:before {
    content: "";
    display: inline-block;
    clear: both;
    position: absolute;
    width: 23%;
    height: 280px;
    background-color: rgba(140, 140, 140, 0.0);
}
#checkout-products li.product-item:last-child  {
	margin-right: 0%
}



#checkout-products li.product-item span.dash {
    display: none;
}

#checkout-products li.product-item  span.price {
    display: block;
    text-align: center;
}

#checkout-products li.product-item img.productphoto {
	max-width: 100%;
	margin-top: 15%;
}


#customer_details, .toprow, .woocommerce-checkout h3 {
	//background-image: url('/wp-content/themes/Divi-child/images/row_background.png');
	background-repeat: no-repeat;
   background-position-y: 70px;
   background-size: 100%;
}


#customer_details .col-2 {
	//background-image: url('/wp-content/themes/Divi-child/images/product_top.png');
	background-position-x: right;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 20px;
	position: relative;
}

#customer_details .col-2 img {
	position: absolute;
	bottom: 0px;
} 

#customer_details {
	display: flex; 
}

.col2-set > div { 
	 flex: 1;
}

h4.voordelen {
	font-size: 20px;
	font-weight: bold;
	color: #aaacb1;
}

h4.voordelen span {
	color: #00AAE0;
}

input#place_order {
    background-color: #ffc80a;
    color: #333333;
    border: 0px;
    border-radius: 20px;
    font-family: raleway;
    font-weight: bold;
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.woocommerce-checkout h3 {
	font-family: Open Sans;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
}
h3 span.stepround {
	border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #18A3DD;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    display: inline-block;
}

.woocommerce-billing-fields > h3 {
	display: none;
}

.pros {
    margin: 60px 0px 50px 0px;
}
ul.pros {
	list-style-type: none;
	margin-top: 30px;
}

.pros li {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-family: Open Sans;
}


.pros.homev2 {
padding-left: 0;
margin-top: 0px
}
.pros.homev2 li {
font-size: 13px;
    margin: 0px 0px 0px 0px;
}

.pros.homev2 li span{
	    display: block;
    padding-left: 30px;
}


.pros.homev2 i {
width: 15px;
    height: 15px;
    line-height: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #a0bc5d;
    color: #fff;
    margin: 0px 20px 0px 0px;
    position: relative;
    font-size: 12px;
}

.pros i {
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00aae0;
    color: #fff;
    margin: 0px 10px 0px 0px;
    position: relative;
    font-size: 9px;
    float: left;
    top: 5px;
}


#wpsl-wrap {
border-left: 0px solid;
}

.cart-subtotal {display: none;}


.et_pb_row {
/*     background-color: rgba(255, 255, 255, 0.68); */
    padding-left: 30px;
    padding-right: 30px;
}

#checkout-products li.product-item label {
	    display: inline-block;
	    width: 100%;
	    border: 1px solid #aaa;
	    position: relative;
	    //overflow: hidden;
	}

	#checkout-products li.product-item.selected label:before {
	    //background-image: url('/uploads/2017/07/mobile_selected2.png');
	    position: absolute;
	    /* z-index: 100000; */
	    left: -1px !important;
	    top: -1px !important;
	    content: "";
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    border-radius: 0;
	    margin: 0px;
	    padding: 0px;
	    display: block;
	    height: auto;
	    bottom: -1px;
	    position: absolute;
	}


@media (max-width: 768px){
	#checkout-products li.product-item  {
	display: block;
	width: 100%;
	}
	
	.woocommerce-checkout h3.checkoutformhead  {
	    display: block;
	}
	
	h3.fillinfo {
		display: none;
	}

}

@media (min-width: 768px){ 
	.checkout h3.checkoutformhead {
	    display: none;
	}

	.headerorder h3 {
		width: 49%;
		float: left;
		display: inline-block;
		
	}
	
	.headerorder h3:first-child {
		margin-right: 2%;
	}



	
	#checkout-products li.product-item.selected {
	    opacity: 1;
	    //background-image: url('/uploads/2017/07/mobile_selected.png');
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	}
	
	
	
	img.productphoto {
	max-width: 20% !important;
	    margin: 2% 0 2% 8%!important;
	float: left;
	}
	
	checkout-products li.product-item.selected img.selectedimg {
	    display: none !important;
	}
	
	span.productname {
	    width: 70%;
	    text-align: left;
	float: left;
	padding-left: 5%;
	    padding-top: 10px;
	}
	
	#checkout-products li.product-item.selected img.selectedimg {
	    display: none;
	}
	
	.productname .price{
	    position: absolute;
	    right: 10px;
	    bottom: 20px;
	    font-size: 8vh;
	    color: black;
	    //text-shadow: 1px 1px 1px black;
	}
	
	.productname .price del{
	    text-decoration: line-through;
	    position: absolute;
	    right: 0;
	    top: -20px;
	    font-size: 11px;
	}
	.et_pb_row {
	    width: 100%;
	}
	
	span.productname .oldprice {
	display: none;
	}
	
	
	#main-header { display:none; }
	#page-container { 
		padding-top:0px !important; 
		margin-top:-1px !important 
	}
	#main-content .container {
	    padding-top: 58px !important;
	}
	
	/* Nieuwe layout */
	
	
	#customer_details {
		width: 49%;
		float: left;
		display: inline-block;
		
	}
	
	#opc-product-selection {
		display: inline-block;
	    width: 49%;
	    float: left;
	    margin-right: 2%;
	}
	
	#customer_details .col-1 {
		width: 100% !important;
		float: left;
		display: inline-block;
		
	}
	
	#customer_details .col-2{
		display: none;
	}
	
	
	ul#checkout-products {
		padding: 0px;
		display: inline-block;
	}
	
	#checkout-products li.product-item {
	    display: block;
	    width: 100%;
	}
	#checkout-products li.product-item.selected img.selectedimg {
	    display: none;
	}
	
	img.productphoto {
	    max-width: 20%!important;
	    margin: 2% 0 2% 8%!important;
	    float: left;
	}
	
	span.productname {
	    width: 70%;
	    text-align: left;
	    float: left;
	    padding-left: 5%;
	    padding-top: 10px;
	}
	.productname .price {
	    position: absolute;
	    right: 10px;
	    bottom: 20px;
	    font-size: 8vh;
	    color: black;
	}
	
	#checkout-products li.product-item.selected label:before {
	    background-image: url('/uploads/2017/07/mobile_selected2.png');
	}
}

@media (max-width: 468px){
	.productname .price del {
		display: none;
	}
	
	.hometekst .et_pb_text_inner h4 {
		font-size: 2.4em;
	}
}


@media (max-width: 575px) {

	header#main-header {
		display: none;
	}	
}

@media (max-width: 735px){
	
	.bestelform p#billing_first_name_field,
	.bestelform p#billing_last_name_field,
	.bestelform p#billing_address_1_field, 
	.bestelform p#billing_address_2_field,
	.bestelform p#billing_postcode_field,
	.bestelform p#billing_city_field,
	.bestelform p#billing_phone_field, 
	.bestelform p#billing_email_field{

    	width: 100% !important;
    }
    
     .checkoutformhead .col1-set {
	    width: 100% !important;
    }
}

.hometekst h4 {
	color: #373d4c !important;
    font-weight: bolder;
    border-left: 3px solid #15b0e2;
    padding-left: 10px;
    font-size: 56px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 90%;
}

.hometekst strong {
	font-size: 21px;
}



.bestelform #customer_details {
	width: 100%;
}

#place_order {
    width: 100%;
    text-transform: uppercase;
    color: white;
    background-color: #7aa33b;
    border: 0px solid white;
    border-radius: 18px;
    font-weight: bold;
}

.bestelform td.product-name .product-remove,
.bestelform .woocommerce-checkout-review-order-table thead:first-child tr,
/* .bestelform #opc-product-selection,  */
.bestelform h3,
.bestelform .woocommerce-billing-fields label {
	display: none !important;
}

.bestelform tr.order-total td strong, 
.bestelform tr.order-total td small, 
.bestelform td.product-total {
    text-align: right;
    display: block;
}

.bestelform small.includes_tax {
    font-size: x-small;
    line-height: 80%;
}

.bestelform p#billing_first_name_field,
.bestelform p#billing_last_name_field,
.bestelform p#billing_address_1_field, 
.bestelform p#billing_address_2_field,
.bestelform p#billing_postcode_field,
.bestelform p#billing_city_field,
.bestelform p#billing_phone_field, 
.bestelform p#billing_email_field,
.bestelform p#billing_dag_field,
.bestelform p#billing_maand_field,
.bestelform p#billing_jaar_field
{
    width: 50% !important;
    float: left !important;
    display: inline-block;
    clear: none;
}

.bestelform p#billing_address_1_field {
	width: 100%;
}

.bestelform p#billing_address_2_field{
	width: 30%;
}

.bestelform p#billing_dag_field,
.bestelform p#billing_maand_field,
.bestelform p#billing_jaar_field {
	width: 33.33333% !important;
}

.bestelform ul.payment_methods {
/* display: none !important; */
}

.woocommerce .bestelform table.shop_table,
.woocommerce .bestelform table.shop_table td,
.woocommerce .bestelform table.shop_table tfoot th {
	border: 0px solid rgba(0,0,0,.1);
}

.woocommerce-page .bestelform  .quantity{
	width: auto;
}

p.birtdatelabel {
    width: 100%;
    float: left;
    display: inline-block;
    clear: both;
    text-align: left;
    font-weight: bold;
    padding: 0 5px;
}

p.birtdatelabel span {
	color: red;
}

.bestelform tr.shipping th, 
.bestelform tr.shipping td {
	border-bottom: 3px solid #909090 !important;
}

.bestelform tr.shipping td {
	text-align: right;
}

.woocommerce-page .bestelform .quantity input.qty {
   height: 28px;
   font-size: 15px!important;
}

.woocommerce .bestelform table.shop_table {
	margin-top: 20px
}

.bestelform #order_review .opc_cart_item td.product-name {
	padding: 12px 12px 0;
}

.crystalsub h3{
	margin-top: 0px;
	font-weight: bolder;
	font-size: 33px;
	font-family: avenir;
}

.crystalsub h3 span {
	color: #0096D7;
	
}


.topimages img {
	    max-height: 65px;
}

.woocommerce-checkout #payment {
	background-color: inherit;
}

/*
.wc_payment_method label{
	display: none;	
}
*/


input.select2-search__field {
	display: none;
}

span.select2.select2-container.select2-container--default {
    min-width: 100%;
}

button.bestelnuknop {
    width: 100%;
    background-color: #8bc34a;
    color: white;
    font-weight: bold;
    font-size: 38px;
    border-radius: 8px;
    box-shadow: 0px 5px 1px #4caf50;
    padding: 10px 3px;
    display: inline-block;
    font-family: verdana;
    margin-bottom: 20px;
    border: 0px solid white;
}

button.bestelnuknop span {
    display: block;
    font-size: 15px;
    font-weight: unset;
    text-decoration: underline;
    float: left;
    width: 100%;
}

.topvoordelen {
	margin-bottom: 10px;
}

#mobiletekst h4 {
	color: #373d4c !important;
    font-weight: bolder;
    border-left: 3px solid #15b0e2;
    padding-left: 10px;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 90%;
}

.cbdflesphoto {
    position: absolute;
    top: 0;
    right: -30px;
    transition: 0.7s;
    top: -10px;
    width: 124px;
    transform: translateX(50%);
}

.centeredfles {
	width: 60%;
	z-index: 100;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    display: inline-block !important;
    font-size: 13px !important;
    width: 100%;
    background-color: #27B1DE !important;
    padding: 10px !important;
        margin-bottom: 10px;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
	text-decoration: underline;
}

.checkout_coupon.woocommerce-form-coupon {
	padding: 10px;
    margin: 10px;
	font-size: 13px !important;
}
.checkout_coupon.woocommerce-form-coupon .form-row,
.checkout_coupon.woocommerce-form-coupon .form-row button  {
	font-size: 13px;
}

 .checkout_coupon.woocommerce-form-coupon .form-row button {
	     text-transform: uppercase;
    color: white;
    background-color: #7aa33b;
    border: 0px solid white;
    border-radius: 18px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;    
 }

/*
body {
	display: none;
}
*/
