/*
Theme Name: Malakhoff Caviar theme
Theme URI: https://masteroid.me
Author: master0id
Author URI: https://masteroid.me
Description: Malakhoff Caviar theme and shop template pages
Version: 4.9.3
License:
License URI:
Text Domain: shopkeeper
Domain Path: /languages/
*/

.woocommerce-cart .cart-collaterals:before, .woocommerce-cart .cart-collaterals:after, .custom_border:before, .custom_border:after, .woocommerce-order-pay #order_review:before, .woocommerce-order-pay #order_review:after, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order:before, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order:after {
	display: none;
}

/* updates 15.01.2021 */

.mk-cookies {
	font-size: 15px;
	line-height: 22px;
	color: #545454;
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	z-index: 1000;
	border-top: 1px solid #ebebeb;
}

.mk-cookies > .born-container {
	width: 100%;
	max-width: 1680px;
	padding: 0 65px;
}

@media only screen and (max-width: 767px) {
	.mk-cookies > .born-container {
		padding: 0 20px;
	}
}

.mk-cookies .content {
	display: flex;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.mk-cookies .content {
		flex-flow: column;
	}
}

.mk-cookies .content .left {
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 25px 80px 25px 0;
}

@media only screen and (max-width: 992px) {
	.mk-cookies .content .left {
		padding: 20px 0 10px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.mk-cookies .content .left {
		padding: 15px 0 10px 0;
	}
}

.mk-cookies .content a {
	color: #bfa65c;
}

.mk-cookies .content a:hover {
	color: #ead596;
}

.mk-cookies .content .right {
	padding: 10px 0;
	font-size: 16px;
	line-height: 22px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 992px) {
	.mk-cookies .content .right {
		padding: 5px 0 20px 0;
		text-align: center;
		justify-content: center;
	}
}

.mk-cookies .content .right a {
	margin-left: 20px;
}

.mk-cookies .content .right a:first-child {
	margin-left: 0;
}