/*
File Name: style.css
Theme Name:  NaturaLife - Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: naturalife
Template: naturalife
*/

@media screen and (min-width: 768px) {
	.woocommerce div.single-product-div div.summary {
		width: 56%;
	}
	.woocommerce div.single-product-div div.images.woocommerce-product-gallery {
		width: 40%;
	}
	#logo img {
		width: 175px;
    	height: auto;
	}
	#shippingCountdown {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce div.single-product-div div.images img {
		width: 75%;
		margin: 0 auto;
	}
}

#sticky-logo img {
	max-height: 70%;
}
/* Box for samenstelling */
.widget-box {
	padding: 10px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	margin-bottom: 20px;
}
.widget-box tbody > tr:first-child > td {
	border-top: none;
}
/* Remove avatar from product reviews */
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding-left: 0;
}
/* Change the payment options background and color to something nice */
.woocommerce-checkout #payment div.payment_box {
	background: unset;
	color: #585e61;
	border: 1px solid #e8e8e8;
    border-radius: 5px;
	margin-top: 5px;
}
.woocommerce-checkout #payment div.payment_box select {
	min-width: 250px;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding-bottom: 10px;
}
/* Postcode checker */
#billing_postcode_field {
	margin-right: 4% !important;
	width: 40%;
}
#billing_house_number_field {
	width: 27%;
}
#billing_house_number_suffix_field {
	width: 25%;
}
/* Padding weg bij lists als de .np class is megegeven */
.bullet-list.np > ul > li {
	margin-bottom: 3px;
}
/* Verberg reset knop voor product variaties */
.reset_variations {
	display: none !important;
}
/* Stuk padding weg onder de product tabs */
.woocommerce div.single-product-div .woocommerce-tabs {
	padding-bottom: 0;
}
/* Hide product meta (SKU / categories) */
.product_meta {
    border-bottom: 1px solid #E1E8EE;
}
.product-meta-row {
	display: none !important;
}
.woocommerce .entry-summary form.cart {
	margin-bottom: 0;
}
.woocommerce div.single-product-div div.summary {
    margin-bottom: 10px;
}
/* Countdown color */
#shippingCountdown {
	text-align: center;
    font-style: italic;
}
#shippingCountdown > b {
	color: #84be39;
}
/* Accordion in custom product tab */
div.wc-tab .rt-toggle .toggle-head {
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    border-radius: 0px;
    padding: 10px 10px 10px 0px;
    margin: 0px 0px 00px;
    font-size: 18px;
    font-weight: bold;
}
div.wc-tab .rt-toggle .toggle-content {
	margin-left: 10px;
}
div.wc-tab .rt-toggle .toggle-title p {
	margin: 0;
}
/* Grijze achtergrond producten lijst */
.woocommerce .products .product .naturalife-wc-image-holder {
    background-color: #f5f5f5;
}
.woocommerce .products a img {
	padding: 35px;
}
button[name="update_cart"] {
    display: none !important;
}
/* Winkelwagen aanpassingen */
@media screen and (max-width: 768px) {
	.woocommerce-page table.shop_table_responsive td.actions {
		background-color: unset !important;
		padding: 1em 0 0.5em 0;
	}
	.cart-collaterals {
		margin-top: -20px !important;
	}
	a.wc-forward {
		display: none;
	}
	/* Footer aanpassingen */
	
	#footer .footer-widgets .col:first-child {
		margin-top: 0 !important;
	}
	#footer .footer-widgets .col {
		margin-bottom: 0 !important;
	}
}
table.product_prices {
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
	width: auto !important;
}
.content table:not(.table).product_prices > tbody > tr > td {
	border: none !important;
	padding: 0;
}
.content table:not(.table).product_prices > tbody > tr > td:first-child {
	padding-right: 10px;
}
.content table:not(.table).product_prices > tbody > tr > td:nth-child(2) {
	padding-right: 5px;
}
.content table:not(.table).product_prices > tbody > tr > td > span {
	color: #84BE38;
}
.content table:not(.table).product_prices > tbody > tr > td > del {
	color: #cecdcd;
}
p.stock {
	margin-bottom: 0;
}
.footer_points {
	background-color: #f7f8f9;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 50px 0px;
}
.footer_points > .footer_row {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
@media (min-width: 768px) {
	.footer_points > .footer_row > .col {
		width: 33.333%;
	}
}
@media (max-width: 1280px) {
	.footer_points > .footer_row {
		max-width: calc(100% - 40px);
	}
}
@media (max-width: 768px) {
	.footer_points {
	    padding: 10px 0;
	}
	.footer_points > .footer_row {
		-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
		max-width: 100%;
	}
}
.footer_points > .footer_row > .col {
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
}
.footer_points > .footer_row > .col:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.footer_icon_row {
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.footer_icon {
	position: relative;
	font-size: 60px;
	padding: 36px;
	border-width: 1px 1px 1px 1px;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 50px;
	text-align: center;
	color: #84BE38;
	border: 1px solid #84BE38;
	background-color: transparent;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer_icon:before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	z-index: 1;
	border-width: 2px;
	border-style: dashed;
	box-shadow: 0 0 0 10px rgba(132, 190, 56, 0.1);
	border-radius: 50%;
}
.footer_icon i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	font-size: 60px;
}
.footer_icon i:before {
	margin: 0!important;
	display: block!important;
	width: 1.3em!important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 33;
}
.footer_points > .footer_row > .col:hover .footer_icon:before {
	-webkit-animation: spin 5s infinite linear;
	animation: spin 5s infinite linear;
}
.footer_h6 {
	text-align: center;
	margin: 0 auto 15px auto;
	width: 100%;
	color: #585e61;
}
.footer_p {
	text-align: center;
	margin-bottom: 20px;
}
/* Subscription form */
.subscription-form {
	position: relative;
    display: inline-block;
	width: 100%;
}

.subscription-form > input { 
    max-width: 400px;
    border-radius: 30px;
    padding-left: 20px;
    border-width: 0;
	width: 100%;
}
.subscription-form > .icon-submit {
	margin-left: -35px;
    width: 28px;
    display: block;
    position: absolute;
    line-height: 28px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50%;
    right: 7px;
    color: #fff;
}

table.cart td.actions .coupon button[name="apply_coupon"] {
	background-color: #a7a7a7;
	line-height: 3em;
    font-size: .875em;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-transform: uppercase;
    padding: 0 40px;
    font-weight: 700;
    height: 3em;
    width: 50% !important;
}

table.cart td.actions .coupon button[name="apply_coupon"]:hover {
	background-color: #636363;
}

/* Betaalmethodes footer */
.payment_methods_footer {
	max-width: 250px;
	height: auto;
	width: auto;
}
@media screen and (min-width: 635px) {
	.payment_methods_footer {
		margin: -25px 0 -45px;
	}
}
/* Homepage center align producs */
@media screen and (min-width: 425px) {
	.woocommerce.columns-3 ul.products li.product:nth-child(4n) {
		margin-left: 16.6%;
	}
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order, .contact-submit > input, a.button.thankyou_return {
	line-height: 3em;
    font-size: .875em;
    border-radius: 50px !important;
    text-transform: uppercase;
	padding: 0 50px;
    font-weight: 700;
    height: 3em;
}
@media screen and (max-width: 425px) {
	.contact-submit > input {
		width: 100%;
	}
}

table.cart td.actions .coupon input.input-text[name="coupon_code"] {
	line-height: 2.6em;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 6px 15px !important;
    height: 2.6em;
    margin-right: 0;
    width: 50% !important;
}

#order_review > table > tbody > tr:first-child > td {
	border-top: none;
}

@media screen and (max-width: 768px) {
	#place_order {
		padding: 0 30px;
	}
	.woocommerce-checkout #payment ul.payment_methods {
		padding: 1.5em;
	}
	.woocommerce-checkout #payment div.form-row {
		padding: 0 1.5em 1.2em 1.5em;
	}
}

.widget_shopping_cart_content .buttons > a.button_ {
	line-height: 2.8em;
    font-size: .875em;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 700;
    height: 3em;
}
.widget_shopping_cart_content .buttons > a.button_.style-2 {
	background-color: #fff;
}

.rt_woocommerce_login > form > p.form-row > input[type="submit"] {
	line-height: 3em;
    font-size: .875em;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 700;
    height: 3em;
    margin-bottom: 10px;
}

@media screen and (max-width: 620px) {
	#homeSlider .slide-background {
		background-size: 65% auto !important;
	}
}
@media screen and (min-width: 621px) and (max-width: 740px) {
	#homeSlider .slide-background {
		background-size: 60% auto !important;
	}
}
@media screen and (min-width: 741px) and (max-width: 900px) {
	#homeSlider .slide-background {
		background-size: 50% auto !important;
	}
}
.cookie-notice-container a {
    text-shadow: none !important;
    background: #84BE38 !important;
	font-family: Roboto !important;
	border: none !important;
}

.woocommerce-shipping-destination {
	display: none !important;
}

.woocommerce-message.add-product {
	line-height: 1.75em;
}
.woocommerce-message.add-product > a {
    display: block;
    padding: 2px 15px;
    margin: 0;
}
@media screen and (max-width: 540px) {
	.woocommerce-message.add-product > a {
		float: left !important;
	}
}
.woocommerce-Address {
	max-width: 100% !important;
}
p.order-again > a {
	line-height: 2.8em;
    font-size: .875em;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    font-weight: 700;
}
.woocommerce-variation.single_variation > .woocommerce-variation-price {
	display: none !important;
}
.product_prices td {
	cursor: pointer;
}
img.product_paymentmethods {
    max-width: 250px !important;
    display: block;
    margin: 30px auto;
}
@media screen and (max-width: 768px) {
	.woocommerce div.single-product-div div.images img.product_paymentmethods {
		margin: 15px auto !important;
	}
}

.coupon-blackfriday .amount {
	display: none;
}
/* .coupon-blackfriday td {
	color: #fff;
}
.coupon-blackfriday .woocommerce-remove-coupon {
	margin-left: -10px;
	color: #84BE38;
} */

div.summary.entry-summary > p.price {
	display: none !important;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 0 !important;
}

.product-sidebar {
	text-align: center;
}
.product-sidebar h3 {
	margin-top: 0;
    font-size: 22px;
}
.product-sidebar img:not(:last-child) {
	margin-bottom: 15px;
}
.product-sidebar img:last-child {
	margin-top: 15px;
}
.product-sidebar p {
	padding: 20px;
    background-color: #eaeaea;
	margin: 0;
}