/*
	Theme Name: Bakko
	Author: Bakko
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Khand', sans-serif;
	color: #000000;
	font-size: 17px;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.j-end {
	justify-content: flex-end;
}

.flex-row {
	margin: 0 -10px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body.admin-bar .header {
	padding-top: 71px;
}

/* wrapper */
.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* header */
.header {
	background: #202020;
	padding-top: 25px;
}

/* logo */
.logo {
	width: 100%;
	text-align: center
}

.logo a {
	display: inline-block;
}

.nav-section {
	display: none;
}

/* nav */
.nav>ul {
	display: inline-block;
}

.nav ul,
.category-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.category-menu ul {
	z-index: 11;
}

.nav ul li,
.category-menu .menu li {
	position: relative;
}

.nav>ul>li,
.category-menu .menu>li {
	display: inline-block;
}

.nav ul>li>a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 5px;
}

.nav>ul>li:last-child a,
.category-menu .menu>li.menu-item-52>a {
	color: #ffc107;
}

.nav ul ul li a:hover,
.nav>ul>li>a:hover,
.category-menu .menu>li>a:hover {
	color: #e1280c;
}

.category-menu .menu ul,
.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	width: 100%;
	min-width: 200px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}

.nav ul li:hover>ul,
.category-menu .menu li:hover>ul {
	display: block;
}

.nav ul ul ul,
.category-menu .menu ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul ul li a {
	color: #000000;
	padding: 5px 10px;
	font-size: 16px;
}

/* cart */
.header .cart {
	border-radius: 20px;
	border: 1px solid #555555;
	background-color: #2f2f2f;
	padding: 8px 16px;
	display: inline-block;
	margin-top: 15px;
}

.header .cart img {
	margin: 0;
	max-width: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.header .cart-contents-count {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

/* category-menu */
.category-menu {
	display: none;
}

.category-menu .menu ul {
	border: none;
}

.category-menu .menu li a {
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 500;
	font-size: 16px;
}

.category-menu .menu ul li a {
	background: #2f2f2f;
	color: white;
	padding: 10px;
	font-size: 19px;
	line-height: 23px;
}

.category-menu .menu ul li a:hover {
	background: #e1280c;
}

/* mmenu */
.mobile-section {
	background: #ffffff;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	margin-top: 25px;
}

.mobile-section a {
	border: 1px solid #555;
	color: #ffffff;
	background-color: #2f2f2f;
	display: inline-block;
	width: 50px;
	height: 40px;
	padding: 10px;
	text-align: center;
}

#mmenu_button>span {
	display: block;
	height: 2px;
	background: #ffffff;
	width: 30px;
	margin-bottom: 5px;
	border-radius: 5px;
}

#mmenu_button>span:last-child {
	margin-bottom: 0;
}

.mm-menu_offcanvas {
	z-index: 9;
}

.m-search {
	padding: 10px 10px 10px 20px;
}

.m-search .search-input {
	width: 70%;
}

.top-nav {
	display: none;
}

/* search */
.category-menu .search-section {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	position: absolute;
	right: 15px;
	width: 100%;
}

.category-menu .search-toogle {
	color: #ffffff;
	font-size: 19px;
	cursor: pointer;
}

.category-menu .search-toogle .fa {
	color: #ffffff;
	font-size: 24px;
	padding-left: 10px;
}

.category-menu .top-search-form {
	display: block;
	position: absolute;
	right: 4px;
	top: 6px;
	width: 0;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #4b4a4a;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4a4a), to(#343333));
	background: linear-gradient(to bottom, #4b4a4a 0%, #343333 100%);
	padding: 0 10px;
}

.category-menu .top-search-form.search-open {
	z-index: 12;
	width: 203px;
}

.category-menu .search-submit {
	background: #49884d;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 2px;
}

/* slider */
.slider img {
	width: 100%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	font-size: 24px;
	color: #cccccc;
}

/* 4x boxes */
.boxes {
	margin: 30px 0;
}

.section {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
}

.section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.left-column {
	width: 50%;
	padding: 0 5px;
}

.right-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 0 5px;
}

.top-row {
	display: flex;
	margin: 0 -5px;
}

.top-row .box-column {
	width: 50%;
	margin-bottom: 10px;
}

.top-row img {
	width: 100%;
	padding: 0 5px;
}

.bottom-row {
	width: 100%;
	padding: 0 5px;
}

.bottom-row img {
	width: 100%;
}

.box-column {
	position: relative;
	display: block;
}

.box-column a {
	display: block;
}

.box-title {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	color: #fff;
}

/* product-slider */
.products-frontpage {
	margin: 50px 0 0 0;
}

.products-frontpage .section-title {
	margin-bottom: 0;
}

.wcps-container-87952 .slick-slide>div {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wcps-items-title {
	text-align: center !important;
	font-size: 17px;
	font-weight: 600;
	padding: 0 10px;
}

.wcps-items-price {
	text-align: center !important;
	padding: 0 10px;
}

.wcps-items-price .woocommerce-Price-amount {
	font-size: 26px;
	color: #c4371d;
	font-weight: 600;
}

.wcps-items-price .bakko-vat {
	font-size: 12px;
	font-weight: 600;
}

.products-frontpage .button.product_type_variable.add_to_cart_button {
	background: #5a8452;
	border: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	color: #ffffff !important;
}

.buy-area {
	background: none !important;
	padding: 0 !important;
}

.prev.slick-arrow,
.next.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	width: 22px;
	height: 22px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.wcps-container-87952 .controlsWrap.topright {
	margin: 0;
}

.prev.slick-arrow {
	left: 0;
}

.next.slick-arrow {
	right: 0;
}

#wcps-87952 {
	padding: 0 20px;
}

/*  */


/* categories */
.categories {
	margin: 50px 0 30px 0;
}

.section-title {
	text-align: center;
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 30px;
}

.category-item {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.category-item img {
	width: 100%;
}

.category-item a {
	position: relative;
	display: block;
}

.category-item span {
	display: block;
	text-align: center;
	background: #c6391e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #c6391e 0%, #9c2610 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c6391e 0%, #9c2610 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c6391e 0%, #9c2610 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6391e', endColorstr='#9c2610', GradientType=0);
	/* IE6-9 */
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
}

/* welcome */
.welcome {
	background: url(/wp-content/uploads/2021/10/welcome_bg.png) no-repeat center/cover;
	padding: 40px 0px 60px 0;
}

.welcome h1 {
	color: #ffffff;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

.welcome p {
	color: #ffffff;
	font-size: 17px;
	line-height: 27px;
	max-width: 770px;
	margin: 0 auto;
}

/* contacts */
.contact-section {
	min-height: 337px;
	padding-top: 65px;
}

.contact-text {
	text-align: center;
}

.contact-text h2 {
	font-size: 32px;
	color: #e1280c;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 27px 0;
}

.contact-text h3 {
	font-size: 34px;
	line-height: 34px;
	display: block;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

.contact-text p {
	margin: 0;
}

.contact-text a {
	color: #000000;
}

/* footer */
.footer {
	background: #202020;
	padding: 50px 0;
}

.footer .wrapper>div {
	width: 100%;
	margin-bottom: 20px;
}

.footer .h3 {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer li,
.footer p,
.footer a {
	color: #ffffff;
	font-size: 15px;
}

.footer a:hover {
	color: #e1280c;
}

.footer .menu .sub-menu {
	display: none;
}

.footer #menu-main_menu-2 li:last-child a {
	color: #ffc107;
}

.footer .wpcf7 p {
	margin: 0;
}

.footer .wpcf7 .wpcf7-text {
	padding: 6px 12px;
	margin-bottom: 8px;
	width: 100%;
}

.footer .wpcf7-submit {
	font-weight: 600;
	font-size: 19px;
	background: #49884d;
	color: white;
	border: none;
	margin-right: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.footer .socials {
	text-align: center;
}

.footer .socials a {
	color: #ffffff;
}

.footer .socials a:hover {
	color: #e1280c;
}

.copyright {
	text-align: center;
	background: #e1280c;
	padding: 25px 0;
}

.copyright p {
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

/* popup */
.news_popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 9999;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in;
}

.news_popup.show {
	opacity: 1;
	visibility: visible;
}

.news_popup_wrapper {
	padding: 60px 30px;
	margin: auto;
	width: 500px;
	height: 470px;
	max-width: 90%;
	position: relative;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	background-image: url(/wp-content/uploads/2023/03/popup_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.news_popup_wrapper .close_btn {
	position: absolute;
	right: -16px;
	top: -16px;
	padding: 5px 10px;
	font-size: 19px;
	font-weight: 700;
	line-height: 19px;
	cursor: pointer;
	font-family: "Helvetica", sans-serif;
	background: #c6381e;
	border-radius: 50%;
	color: #ffffff;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_popup .section-title {
	font-size: 38px;
	font-weight: 700;
	margin: 0;
}

.news_popup .section-text {
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	max-width: 300px;
}

.newsletter-form p {
	margin: 10px 0;
}

.newsletter-form .wpcf7-text {
	border: 1px solid #bbbbbb;
	padding: 6px 10px;
	width: 100%;
	max-width: 300px;
}

.news_popup .wpcf7-submit {
	background: #5a8454;
	border: none;
	font-size: 21px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 3px 30px;
}

.news-btn:hover {
	background: #ffffff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.woocommerce-loop-category__title {
	font-size: 23px !important;
	color: #4a4a4a;
	font-weight: 400;
	padding-top: 0 !important;
}

.subcategories .count {
	background: none;
	color: #4a4a4a;
}

.woocommerce ul.products li.product a img {
	-webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 30%);
	box-shadow: 0 0px 20px rgb(0 0 0 / 30%);
}

.woocommerce ul.products.subcategories li.product a img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce ul.products .woocommerce-loop-product__title {
	background: #e1280c;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

.woocommerce ul.products li.product .sku,
.pwb-brands-in-loop {
	background: #e1280c;
	margin: 0;
	color: #000000;
	font-weight: 500;
	text-align: center;
}

.pwb-brands-in-loop {
	padding-bottom: 10px;
}

.pwb-brands-in-loop a {
	color: #000000;
	font-weight: 500;
}

.woocommerce ul.products li.product .price {
	text-align: center;
	background: #414141;
	font-size: 25px;
	font-weight: 500;
	color: #31893a;
	padding-top: 10px;
	margin-bottom: 0;
}

.buy-area {
	text-align: center;
	background: #414141;
	padding-bottom: 10px;
}

.woocommerce ul.products li.product .button.product_type_variable {
	background: none;
	font-size: 18px;
	font-weight: 500;
	color: #878787;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .button.product_type_variable:hover {
	color: #e1280c;
}

.woocommerce ul.products li.product .button.product_type_simple {
	color: transparent;
	display: inline-block;
	background: url(/wp-content/uploads/2021/10/cart.png) no-repeat center/contain;
}

.woocommerce a.button.added::after {
	color: #49884d;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
}

.woocommerce a.added_to_cart {
	position: absolute;
	bottom: 5px;
	color: #49884d;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 1em 0;
}

.related.products {
	clear: both;
}

.product[data-varform="1"] form.variations_form.cart,
.product_meta .posted_in {
	display: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000000;
}

.woocommerce div.product p.price bdi,
.woocommerce div.product span.price bdi {
	font-size: 28px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
	background: #2f2f2f;
	border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover .woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
	background: #31893a;
}

.woocommerce .quantity .qty {
	height: 38px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-top: 20px;
}

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

.woocommerce div.product form.cart .variations tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pwb-single-product-brands {
	padding-top: 0;
}

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

.footer #mc_embed_signup form {
	padding: 0;
}

.footer #mc_embed_signup input:not([type="submit"]) {
	padding: 6px 12px;
	margin-bottom: 8px;
	width: 100%;
	border-radius: 0;
}

.footer #mc_embed_signup .mc-field-group {
	padding-bottom: 0;
}

.footer #mc_embed_signup input[type="submit"] {
	font-weight: 600;
	font-size: 19px;
	background: #49884d;
	color: white;
	border: none;
	margin-right: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0;
	height: auto;
	line-height: normal;
}

.footer #mc_embed_signup #mce-responses {
	color: #fff;
	margin-left: 0;
	padding-left: 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (max-width:479px) {
	.boxes .section {
		flex-direction: column;
	}

	.top-row {
		flex-direction: column;
		margin: 0;
		padding: 0 5px;
	}

	.top-row .box-column {
		width: 100%;
		padding: 0;
	}

	.top-row img {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width:959px) {
	.boxes .section {
		flex-direction: column;
	}

	.left-column {
		margin-bottom: 10px;
	}

	.left-column,
	.right-column {
		width: 100%;

	}

	.right-column {
		padding: 0;
	}

	.top-row {
		margin: 0;
		width: 100%;
	}
}

@media only screen and (min-width:480px) {
	.welcome h1 {
		font-size: 27px;
	}

	.category-item {
		width: 50%;
	}
}

@media only screen and (max-width:960px) {
	.contact-section {
		background: #d5d4d4 !important;
	}

}

@media only screen and (min-width:768px) {
	body.admin-bar .header {
		padding-top: 57px;
	}

	.footer .wrapper>div {
		width: 50%;
	}

	.category-item {
		width: 33.333%;
	}
}

@media only screen and (min-width:960px) {
	.top-nav {
		display: block;
		margin-bottom: 15px;
	}

	.logo {
		width: 50%;
		text-align: left;
	}

	.nav-section {
		display: block;
		width: 50%;
		text-align: right;
	}

	.category-menu {
		display: block;
		background: #4b4a4a;
		background: -webkit-gradient(linear, left top, left bottom, from(#4b4a4a), to(#343333));
		background: linear-gradient(to bottom, #4b4a4a 0%, #343333 100%);
		padding: 0;
		margin-top: 25px;
	}

	.mobile-section {
		display: none;
	}

	.contact-section {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 337px;
		padding-top: 65px;
	}

	.contact-text {
		max-width: 600px;
		margin: 0 0 0 auto;
		text-align: center;
	}

	.contact-text h2 {
		font-size: 54px;
	}

	.footer .wrapper>div {
		width: 25%;
	}

	.bottom-row {
		padding: 0;
	}

	.category-item span {
		font-size: 24px;
	}
}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* Product thumbnail slider */
.flex-direction-nav .flex-prev:after,
.flex-direction-nav .flex-next:after {
	color: #333;
}

/* Custom */
.bakko-list-wrapper {
	max-width: 100%;
	overflow: auto;
	border: 1px solid #d3ced2;
	margin: 20px auto;
	padding: 2px 0;
}

.bakko-price-list {
	display: block;
	padding: 2px 5px;
	list-style: none;
	margin: 0;
}

.bakko-price-list .list-head,
.bakko-price-list .price-body:first-child {
	font-weight: 600;
}

.bakko-price-list li span a {
	min-width: 60px;
	display: inline-block;
}

.bakko-price-list li span:first-child {
	min-width: 130px;
	max-width: 130px;
	vertical-align: middle;
	line-height: 1;
	padding: 5px 0;
	overflow: visible;
}

.bakko-price-list li span:not(:first-child) {
	text-align: left;
	/*center;*/
}

.bakko-price-list .price-qty,
.bakko-price-list .price-body {
	min-width: 60px;
	display: inline-block;
}

.bakko-b2b-products {
	table-layout: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	min-width: 1100px;
}

.bakko-b2b-wrapper {
	width: 100%;
	overflow: auto;
	position: relative;
}

.bakko-b2b-list .scrl-rgt,
.bakko-b2b-list .scrl-lft {
	position: absolute;
	height: calc(100% - 25px);
	top: 25px;
	width: 75px;
	font-size: 28px;
	text-align: center;
	padding-top: 5px;
}

.bakko-b2b-list .scrl-lft {
	display: none;
	left: 0;
	background-image: linear-gradient(to right, #fff, transparent);
}

.bakko-b2b-list .scrl-rgt {
	right: 0;
	background-image: linear-gradient(to left, #fff, transparent);
}

.bakko-b2b-list .scrl-lft:before,
.bakko-b2b-list .scrl-rgt:before {
	font-family: 'FontAwesome';
}

.bakko-b2b-list .scrl-lft:before {
	content: '\f137';
}

.bakko-b2b-list .scrl-rgt:before {
	content: '\f138';
}

.bakko-b2b-products tr {/*:nth-child(2n) {*/
	background: #efefef;
}

.bakko-b2b-products td {
	min-width: 60px;
}

.bakko-b2b-products img {
	max-width: 190px;
	height: auto;
}

.bakko-b2b-list {
	position: relative;
	clear: both;
}

/*
.bakko-b2b-products td.variation {
	min-width: 200px;
}
*/
@keyframes bakkoFadeout {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

#bakko-update-cart {
	float: right;
	margin-top: -48px;
	padding: 0 25px;
	border: none;
	position: sticky;
	top: 12px;
	z-index: 9;
}

#bakko-update-cart.atc:before {
	content: 'Tilføjet til kurven';
	position: absolute;
	font-weight: 600;
	left: 0;
	top: 100%;
	display: block;
	color: #000;
	width: 120px;
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	text-align: center;
	animation: bakkoFadeout 0.5s forwards;
	animation-delay: 2s;
}

#bakko-update-cart:not(.disabled) {
	background-color: #49884d;
	color: #fff;
}

#bakko-update-cart.disabled {
	pointer-events: none;
	background-color: rgba(239, 239, 239, 0.3);
	color:#31893a;
}

#bakko-size-select {
	margin-bottom: 5px;
}

#bakko-size-select input {
	width: auto;
	min-width: 60px;
	max-width: 75px;
	display: inline-block;
}

td.product-name dd,
td.product-name dt {
	display: inline-block;
	vertical-align: top;
}

td.product-name dd {
	min-width: 60%;
}

td.product-name dd p {
	margin-top: 0;
}

input.bakko-b2b-atc {
	max-width: 100%;
}

ul.shipping-slector {
	display: none !important;
}

.wgaShippingOptionsCheckout #search-shop {
	width: auto;
	margin-top: 3px;
}

.bakko-vat {
	display: block;
	font-size: 60%;
}

#bakkoCustomerType {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	text-align: center;
}

#bakkoCustomerTypeContent {
	position: absolute;
	width: 500px;
	max-width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 40px 25px;
}

#bakkoCustomerType form {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 1.5%;
}

#bakkoCustomerType p {
	font-size: 110%;
}

#bakkoCustomerType span {
	display: block;
	font-size: 90%;
}

#print-atc,
#bakkoCustomerType [type="submit"] {
	display: block;
	width: 100%;
	background-color: #49884d;
	border: none;
	color: #fff;
	padding: 8px;
}

#bakkoCustomerType [value="b2b"]~[type="submit"] {
	background-color: #2f2f2f;
}

.woocommerce-form-register .acc-hide {
	display: none;
}

.woocommerce-EditAccountForm #account_type_field {
	display: none !important;
}

body.woocommerce-cart #shipping_method>.wga_shipping_method {
	display: block !important;
}

#primary:after {
	content: '';
	display: block;
	clear: both;
}

aside.sidebar {
	display: none;
}

section.up-sells.upsells.products {
	clear: both;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 10px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 12px;
}

label.show-total {
	display: block;
	float: right;
}

.vat-section {
	margin-right: 25px;
}

.vat-section a {
	color: #fff;
	display: inline-block;
	padding: 1px 8px 0px;
	border: 2px solid #49884d;
}

.vat-section[data-active="b2b"] a.b2b,
.vat-section[data-active="b2c"] a.b2c,
.vat-section a:hover {
	background-color: #49884d;
}

.woocommerce-tabs #tab-description:not(.showall):not(.shownorm) {
	cursor: pointer;
	max-height: 75px;
	position: relative;
	overflow: hidden;
}

.woocommerce-tabs #tab-description.showall:not(.shownorm) {
	cursor: pointer;
	position: relative;
}

.woocommerce-tabs #tab-description:not(.showall):not(.shownorm) p {
	margin-top: 0;
}

.woocommerce-tabs #tab-description.showall:not(.shownorm):after,
.woocommerce-tabs #tab-description:not(.showall):not(.shownorm):after {
	content: 'Læs mere';
	background: linear-gradient(to bottom, transparent, #fff 50%, #fff);
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0 0;
	text-align: center;
}

.woocommerce-tabs #tab-description.showall:not(.shownorm):after {
	background: transparent;
	content: 'Vis mindre';
	bottom: -30px;
}

/*[name="bakko-var-sel"],*/
.bakko-b2b-list[data-split="YES"] {
	display: none;
}

tr[data-split="YES"]>td:first-child {
	vertical-align: top;
	padding-top: 12px;
	width: 30%;
}

tr[data-split="YES"]>td:last-child {
	width: 70%;
}

.bakko-row {
	padding: 5px 0;
	text-align: right;
}

.bakko-row span {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	min-width: 90px;
}

.bakko-toggle-fav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	color: #e1280c;
	font-size: 28px;
}

/*
.bakko-toggle-fav:hover {
	opacity: 0.8;
}
.bakko-toggle-fav:before {
	content:'\f08a';
	font-family: 'FontAwesome';
	display: block;
}
.bakko-toggle-fav.active:before {
	content:'\f004';
}
*/
.bakko-print-popup {
	position: fixed;
	max-width:700px;
	text-align: center;
	z-index: 99;
	background-color: #000;/*#5ee2e7;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 60px;
    color: #fff;
}
/*
.bakko-print-popup.step1,
.bakko-print-popup.step2,
.bakko-print-popup.step3 {
	background-color: #5ee2e7;
}
*/
.bakko-print-popup .print-msg,
.bakko-print-popup a:not(.back),
.bakko-print-popup label {
	display: inline-block;
	margin: auto 20px;
	padding:8px;
	min-width: 120px;
	max-width: 160px;
	background-color: #7ed957;/*#31893a;*/
	color:#fff;
	font-weight: 600;
	position: relative;
}
.bakko-print-popup label {
	margin-bottom:112px;
}
.bakko-print-popup .print-msg {
	position:absolute;
	width: 100%;
	background-color: #757676;
	left:0;
    margin: 0;
    top: 105%;
    line-height: 1.2;
    font-size: 90%;
}
/*.bakko-print-popup label,*/
.bakko-print-popup .black {
	background-color: #000;/* !important;*/
	cursor: pointer;
}
.bakko-print-popup [type="file"] {
	display: none;
}
.popup-close.black,
.bakko-print-popup a.popup-close {
	background-color: #a1a5a0;/*#ccc;*/
}
.bakko-print-popup a.back {
    position: absolute;
    left: 12px;
    top: 8px;
    font-weight: 600;
	color:#fff;
}
.bakko-print,
.bakko-print-table {
	display: inline-block;
	vertical-align: top;
	width:130px;
}
.bakko-print-table {
    width: calc(100% - 140px);
    margin-left: 8px;
    padding-top: 6px;
}
.bakko-print select {
	width: 100%;
}
#print-atc {
	width: 100%;
}
.bakko-print-popup progress {
	display: none;
	width: calc(100% - 40px);
	margin: 40px auto 0;
}
.print-col {
	color:#e1280c;
}
@media all and (min-width:992px) {

	/*
	.bakko-price-list li {
		display: inline-block;
		width: 80px;
		text-align:center;
	}
	.bakko-price-list .price-qty {
		width:100%;
	}
	*/
	.woocommerce div.product div.images img {
		max-width: 100%;
		width: auto;
		margin: auto;
	}
}