/*!
Theme Name: kakkutalo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kakkutalo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap');

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

@font-face {
	font-family: 'Oleo Script';
	src: url('assets/fonts/OleoScript-Regular.eot');
	src: url('assets/fonts/OleoScript-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OleoScript-Regular.woff2') format('woff2'), url('assets/fonts/OleoScript-Regular.woff') format('woff'), url('assets/fonts/OleoScript-Regular.ttf') format('truetype'), url('assets/fonts/OleoScript-Regular.svg#OleoScript-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.con {
	max-width: 960px;
	margin: auto;
}
html {
  scroll-behavior: smooth;
}
.top_head {
	background-color: #E7027E;
	min-height: 78px;
	height: 78px;
	width: 100%
}

.columns_wrp {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
}

.nav_bar {
	position: relative;
	width: 100%;
	display: inline-block;
}

.nav_bar .logo_sec {
	float: left;
	padding: 8px 0 0 0;
}

.nav_bar .menu_sec {
	float: right;
}

.nav_bar .menu_sec ul {
	float: right;
	margin: 0;
	display: inline-block;
}

.nav_bar .menu_sec ul li {
	position: relative;
	float: left;
	display: inline-block;
}

.nav_bar .menu_sec ul li a {
	color: #ffffff;
	font-size: 14px;
	padding: 0 20px;
	line-height: 78px;
	display: inline-block;
	text-decoration: none;
	font-family: Lato Heavy;
}

.nav_bar .menu_sec ul li a img {
	position: relative;
	top: 0;
}

.nav_bar .menu_sec ul.social_ul li a img {
	position: relative;
	top: 0;
}

.nav_bar .menu_sec ul.social_ul li a {
	padding: 0 15px;
}

.nav_bar .menu_sec ul li:last-child a {
	padding-right: 0;
}

.nav_bar .menu_sec ul.social_ul li:last-child a {
	padding-right: 15px;
}

.nav_bar .menu_sec ul.social_ul li:first-child a {
	padding-left: 0;
}

.columns_wrp .col_1 span {
	color: #515151;
	font-family: Lato;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	line-height: 19px;
}

.columns_wrp .col_1 img {
	float: left;
	margin: 0 15px 0 0;
}

.bottom_arrow {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.columns_wrp .col_1 .bottom_arrow img {
	float: none;
	margin: 0;
}

.columns_wrp .col_1 {
	padding: 12px 15px 0 15px;
}

.bottom_head {
	width: 100%;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
	height: 75px;
	background: #ffffff;
}

.columns_wrp .col_1 .col-dis {
	position: relative;
	min-height: 43px;
	transition: all 0.3s;
}

.columns_wrp .col_1:hover .on_hover_mega_menu {
	display: block;
	transition: all 0.3s;
}

.columns_wrp .col_1 .col-dis a {
	text-decoration: none;
}

.banner_sec {
	float: left;
	background: rgba(231, 2, 126, 0.06);
	width: 100%;
	padding: 0 0 30px 0;
}

.banner_col_wrp {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.banner_col_wrp .banner_col_dis {
	text-align: center;
	background-color: #ffffff;
	border-radius: 100%;
	width: 164px;
	color: #444444;
	height: 164px;
	margin: auto;
}

.banner_col_wrp .banner_col_dis img {
	margin: 15px 0 20px 0;
}

.banner_sec h2 {
	font-size: 70px;
	color: #663333;
	font-weight: normal;
	font-family: Lato;
	text-align: center;
	padding: 30px 0 20px 0;
}

.banner_col_wrp .banner_col4 {
	display: inline-block;
	padding: 0 40px;
	white-space: pre-line;
}

.banner_col_wrp .banner_col_dis {
	text-align: center;
	background-color: #ffffff;
	border-radius: 100%;
	width: 164px;
	color: #444444;
	font-family: Lato;
	font-size: 16px;
	height: 164px;
	margin: auto;
}

.banner_col_wrp .banner_col_dis h3 {
	color: #444444;
	font-family: Lato;
	font-size: 16px;
	width: 110%;
	font-weight: bold;
	margin: -10px 0 0 -10px;
}

.banner_col_wrp .img_wrp {
	margin: -20px 0 0 0;
	min-height: 75px;
}

.banner_col_wrp .banner_col_dis img {
	margin: -5px 0 0 0;
}

.banner_col_wrp .banner_col_dis img.line {
	position: relative;
	top: -10px;
}

.section2 {
	background: rgba(151, 194, 24, 0.05);
	display: inline-block;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

.section2 .col6 {
	width: 50%;
	position: relative;
	z-index: 2;
	float: left;
	text-align: center;
}

.section2 .afterEight_sec p {
	color: #424242;
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.777778px;
}

.section2 .afterEight_sec h3 {
	font-family: Lato;
	font-size: 55px;
	color: #663333;
	font-weight: 400;
	max-width: 350px;
	margin: 20px auto 10px auto;
	line-height: 50px;
}

.section2 .afterEight_sec h3 a {
	color: #663333;
}

.section2 .afterEight_sec .select {
	border: none;
	-webkit-appearance: none;
	width: 211px;
	height: 49px;
	background-image: url(assets/imgs/select-big.png);
	font-family: Lato;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 150px;
	text-align-last: center;
	font-size: 18px;
}

.section2 .afterEight_sec select option {
	color: #000000;
}

.section2 .col6 .afterEight_sec .select {
	position: relative;
	top: -30px;
}

.prdct_wrp {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 20px 0;
}

.prdct_wrp .prdct_img {
	float: left;
	width: 60%;
}

.section2 .col6 .prdct_wrp .prdct_dis .select {
	top: 0;
	width: 156px;
	background-image: url(assets/imgs/select-small.png);
	height: 36px;
}

.prdct_wrp .prdct_dis {
	float: left;
	width: 40%;
	text-align: left;
	position: relative;
}

.prdct_wrp .prdct_img img {
	max-width: 100%;
}

.prdct_wrp .prdct_dis h4 {
	color: #663333;
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 5px 0;
}

.prdct_wrp:nth-child(2) {
	margin: 40px 0 20px 0;
}

.section2 .row1 {
	padding: 20px 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

.prdct_wrp .prdct_dis select.select {
	font-size: 16px;
}

.section2 .row1::after {
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50%;
	background-color: #ffffff;
	height: 100%;
	z-index: 1;
}

#select {
	line-height: 36px;
	text-decoration: none;
	display: inline-block;
	top: 0;
	width: 156px;
	background-image: url(assets/imgs/select-small.png);
	height: 36px;
	font-size: 16px;
	font-family: Lato;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 150px;
	text-align-last: center;
	border: none;
	-webkit-appearance: none;
}

.cols_wrp {
	display: inline-block;
	padding: 0 0 50px 0;
	width: 100%;
}

.cols_wrp .col4 img {
	margin: 0 0 0 -20px;
}

.section2 .row2 h3 {
	color: #424242;
	font-weight: bold;
	letter-spacing: 1.78px;
	font-family: Lato;
	font-size: 16px;
	margin: 25px 0;
}

.section2 .row2 {
	text-align: center;
	padding-bottom: 50px;
}

.cols_wrp .col4 h3 {
	color: #727272;
	font-size: 15px;
	letter-spacing: 1.67px;
	margin: 15px 0 5px 0;
}

.cols_wrp .col4 h2 {
	font-family: Lato;
	color: #404040;
	font-weight: 400;
	font-size: 35px;
	margin: 0;
}

.cols_wrp .col4 {
	background-color: #ffffff;
	width: 100%;
	padding: 0 0 30px 0;
	display: inline-block;
}

.cols_wrp .col4 .img_wrp {
	min-height: 265px;
}

.row3 .dis_sec a {
	text-decoration: none;
	line-height: 38px;
	display: block;
	margin: -15px auto 0 auto;
	background-image: url("assets/imgs/group_2_objects_right.png");
	width: 155px;
	height: 38px;
	color: #ffffff;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
}

.row3 .dis_sec img {
	margin: 0 auto 20px auto;
	display: block;
}

.row3 .dis_sec h4 {
	color: #663333;
	font-family: Lato;
	font-size: 20px;
}

.row3 .dis_sec p {
	color: #663333;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 500;
	line-height: 21px;
}

.row3 .img_right {
	text-align: right;
}

section .row3 {
	padding: 90px 0;
	background: #fff;
}

.row4 {
	display: inline-block;
	width: 100%;
	background: rgba(231, 2, 126, 0.06);
}

.row4 .img_sec_lft {
	text-align: left;
}

.row4 .tervetuloa_sec h4 {
	color: #424242;
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	letter-spacing: 1.777778px;
	margin: 60px 0 30px 0;
}

.tervetuloa_sec ul {
	margin: 0;
}

.tervetuloa_sec ul li,
.tervetuloa_sec ul li a {
	display: block;
	color: #663333;
	font-family: Lato;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-shadow: 0 0;
	margin: 0 0 20px 0;
	text-align: center;
}

.row4 .col4 {
	float: left;
	width: 40%;
}

.row4 .col8 {
	float: left;
	width: 60%;
}


/* 23/2/2019 */

.on_hover_mega_menu {
	display: none;
	position: absolute;
	left: 0;
	top: 63px;
	background-color: #ffffff;
	width: 475px;
	height: 252px;
	color: #663333;
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
	padding: 10px;
}

.menu_prdct_wrp .prdct_img,
.menu_prdct_wrp .prdct_dis,
.menu_prdct_wrp .arrow_rgt {
	display: inline-block;
	float: left;
}

.menu_prdct_wrp .prdct_dis {
	min-height: 65px;
}

.menu_prdct_wrp .arrow_rgt img {
	margin: 20px auto 0 auto;
	display: block;
	float: none;
}

.menu_prdct_wrp .prdct_dis p {
	font-size: 14px;
	color: #515151;
	font-family: Lato;
	font-weight: 400;
	line-height: 19px;
	margin: 15px 0 0 0;
}

.menu_prdct_wrp {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
}

.menu_prdct_wrp .arrow_rgt {
	float: right;
	min-height: 65px;
	min-width: 25px;
	text-align: center;
	padding: 0;
}

.columns_wrp .col_1:last-child .col-dis .on_hover_mega_menu {
	right: 0;
	left: unset;
}

.shopping_basket {
	position: absolute;
	right: 0;
	color: #515151;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	top: 65px;
	padding: 25px 30px;
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
	width: 356px;
	height: 236px;
	z-index: 1;
	display: none;
}

.shopping_basket h3 {
	margin: 0 0 10px 0;
	color: #515151;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.shopping_basket input {
	display: inline-block;
	width: 100%;
	height: 40px;
	border: 1px solid #979797;
	font-weight: 500;
	line-height: 19px;
	border-radius: 9px;
	color: #a9a9a9;
	font-family: Lato;
	text-align: left;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	text-shadow: 0 0;
}

.shopping_basket input::placeholder {
	color: #a9a9a9;
}

.menu_sec .shopping_basket .sign_up a {
	color: #e7027e;
	font-family: Lato;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	padding: 0;
	letter-spacing: 0.2px;
	text-shadow: 0 0;
}

.menu_sec .shopping_basket .sign_up .sign_up_btn a {
	text-align: center;
	display: inline-block;
	width: 122px;
	height: 38px;
	background-color: #e7027e;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 38px;
	color: #ffffff;
	border-radius: 35px;
	background-image: url(assets/imgs/group_2_objects_right.png);
	background-size: cover;
	background-position: right;
}

.sign_up_btn {
	margin: 3px 0;
}

.shopping_basket::after {
	top: -9px;
	content: "";
	right: 50px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #ffffff;
}

.nav_bar .menu_sec li.basket_li:hover .shopping_basket {
	display: block;
}

.quick_ordr {
	display: none;
	position: absolute;
	width: 317px;
	height: 228px;
	background: #e7027e;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	font-family: Lato;
	font-size: 14px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
}

.quick_ordr::after {
	top: -9px;
	content: "";
	right: 12px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 30px solid #e7027e;
	z-index: 1;
}

.section2 .afterEight_sec h3 {
	max-width: 350px;
	margin: 20px auto 10px auto;
	color: #ffffff;
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1.777778px;
}

.quick_ordr_wrp,
.shop-add-cart-wrp {
	width: 100%;
	display: inline-block;
	position: relative;
}

.quick_ordr {
	position: absolute;
	width: 317px;
	height: 228px;
	background: #e7027e;
	color: #ffffff;
	text-align: center;
	z-index: 1;
	font-family: Lato;
	font-size: 14px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
	right: 60px;
	top: 45px;
}

.quick_ordr_wrp .quick_ordr h3 {
	margin: 10px 0;
	color: #ffffff !important;
	font-size: 16px !important;
	line-height: 1.1 !important;
	font-weight: bold !important;
}

.quick_ordr_wrp .quick_ordr p {
	color: #ffffff;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.3px;
	margin: 0 0 0 0;
}

.quick_ordr_wrp .quick_ordr h6 {
	margin: 2px 0 12px 0;
	color: #ffffff;
	font-family: Lato;
	font-size: 14px;
	text-shadow: 0 0 #fff;
	font-weight: 500;
	line-height: 19px;
}

.quick_ordr_wrp .quick_ordr .kpl input {
	border: none;
	width: 134px;
	height: 31px;
	background: #ffffff;
	color: #a9a9a9;
	font-family: Lato;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	border-radius: 8px;
	text-align: center;
	margin: 0 7px 0 0;
}

.quick_ordr_wrp .quick_ordr .kpl {
	display: inline-block;
	width: 100%;
	margin: 0 0 15px 0;
}

.quick_ordr_wrp .quick_ordr .add_cart_wrp {
	display: inline-block;
	width: 100%;
}

.quick_ordr_wrp .quick_ordr .add_cart_wrp a {
	background-color: #ffffff;
	width: 202px;
	text-decoration: none;
	height: 38px;
	color: #e7027e;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	border-radius: 40px;
	line-height: 38px;
	display: inline-block;
	background-image: url(assets/imgs/group_2_objects_white.png);
	background-size: cover;
}

.woocommerce .quick_ordr_wrp .quick_ordr .add_cart_wrp a{
   line-height: 25px;
}

.quick_ordr_wrp .quick_ordr h5 {
	color: #ffffff;
	font-family: Lato;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin: 17px 0;
	text-shadow: 0 0;
}

.quick_ordr_wrp .quick_ordr h5 a {
	color: #ffffff;
}

.quick_ordr_wrp a.active+.quick_ordr {
	display: block;
}

.mobile_menu_bar {
	display: none;
}

.menu_sec_wrp {
	float: right;
}

.section2 .afterEight_sec h3 {
	font-size: 50px;
	color: #663333;
	font-weight: normal;
	line-height: 48px;
}

.quick_ordr_wrp .quick_ordr.active h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 1.78px;
	margin: 20px 0 10px 0;
}


/* **************************** */


/* *** MEDIA QUERIES STARTS *** */


/* **************************** */
@media screen and ( max-width: 991px) {
	.mobile_menu_bar {
		display: inline-block;
		float: right;
		margin: 20px 0;
	}
	.mobile_menu_bar a span:first-child {
		margin-top: 2px;
	}
	.mobile_menu_bar a span {
		display: block;
		height: 3px;
		width: 100%;
		background: #ffffff;
		margin: 5px 0;
	}
	.mobile_menu_bar a {
		display: inline-block;
		float: right;
		height: 35px;
		width: 40px;
		background: transparent;
		padding: 5px;
	}
	.nav_bar .menu_sec {
		float: right;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
		transition: all 0.8s;
		position: fixed;
		top: 0;
		right: 0px;
		bottom: 0;
		width: 300px;
		left: unset;
		min-height: 1px;
		overflow: auto;
		margin: auto;
		border: 1px solid rgba(0, 0, 0, 0.05);
		box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
		z-index: 2;
		background-color: #ffffff;
		padding: 20px;
		transform: translatex(120%);
	}
	body.menu_overlay::after {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 1;
	}
	.cross {
		display: inline-block;
		position: relative;
		top: 0;
		left: 0;
	}
	.cross a {
		display: inline-block;
	}
	.cross a span {
		background-color: #000000;
		height: 4px;
		width: 25px;
		display: block;
		margin: 5px 0;
		border-radius: 10px;
		position: relative;
	}
	.cross a span:last-child {
		margin-bottom: 0;
		transform: rotate(-45deg);
		top: -5px;
	}
	.cross a span:first-child {
		transform: rotate(45deg);
		top: 4px;
	}
	.nav_bar .menu_sec ul li:last-child a {
		padding-right: 20px;
	}
	.nav_bar .menu_sec ul li.basket_li img {
		background-color: #000;
		padding: 5px 7px;
		margin: 0 4px;
		border-radius: 3px;
	}
	.nav_bar .menu_sec ul li.basket_li a:hover img {
		background-color: transparent;
	}
	.shopping_basket {
		top: 50px;
	}
	.shopping_basket,
	.shopping_basket::after {
		left: 0;
		right: 0;
		margin: auto;
	}
	.shopping_basket .sign_up .col-md-6 {
		float: left;
		width: 50%;
	}
	.sign_up_btn {
		float: right;
	}
	.nav_bar .menu_sec li a:hover {
		background-color: #e7027e;
		color: #ffffff;
	}
	.nav_bar .menu_sec ul {
		float: left;
		width: 100%;
		margin: 40px 0 0 0;
	}
	ul.social_ul {
		background-color: #e7027e;
		padding: 0 20px;
		text-align: center;
	}
	.nav_bar .menu_sec li {
		display: inline-block;
		width: 100%;
	}
	.nav_bar .menu_sec ul li a {
		color: #000;
		font-size: 14px;
		padding: 0 20px;
		line-height: 60px;
		width: 100%;
		text-align: center;
	}
	.nav_bar .menu_sec ul.social_ul li {
		display: inline-block;
		float: none;
		width: unset;
		text-align: center;
	}
	.nav_bar .menu_sec ul.social_ul li a {
		padding: 5px;
	}
	section .row3 .img_right {
		text-align: center;
		padding: 30px 0 0 0;
	}
	.row3 .dis_sec a {
		margin: 0 auto;
	}
	.row3 .dis_sec h4,
	.row3 .dis_sec p {
		text-align: center;
	}
	section .row3 {
		padding: 0 0 50px 0;
	}
	.section2 .row4 .img_sec_lft img {
		max-width: 100%;
	}
	.section2 .row4 .tervetuloa_sec h4 {
		margin: 30px 0 20px 0;
	}
	.tervetuloa_sec ul li,
	.tervetuloa_sec ul li a {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 9px 0;
	}
	/* 5/3/2019 */
	.con {
		max-width: 100%;
		padding: 0 15px;
	}
}

@media screen and ( max-width: 800px) {
	.con {
		padding: 0 15px;
	}
	.section2 .row1 {
		padding: 20px 0;
	}
	.section2 .row1 .col6 {
		width: 100%;
	}
	.section2 .row1 .col6 img {
		margin: auto;
		display: block;
	}
	.section2 .row1::after {
		display: none;
	}
	.section2 .row1 .con {
		padding: 0;
	}
	.section2 .row1 .col6:last-child .afterEight_sec {
		background-color: #fff;
		padding: 30px 0;
	}
	.prdct_wrp {
		margin: 20px 0 0 0;
	}
	.prdct_wrp:nth-child(2) {
		margin: 30px 0 0 0;
	}
	.prdct_wrp .prdct_img {
		float: none;
		width: 100%;
	}
	.prdct_wrp .prdct_dis {
		float: none;
		width: 100%;
		text-align: center;
	}
	.prdct_wrp .prdct_dis h4 {
		max-width: 200px;
		margin: 10px auto 10px auto;
		font-weight: normal;
	}
	section .row3 .con {
		padding: 0;
	}
	section .row3 .con .dis_sec {
		padding: 0 15px;
	}
	section .row3 {
		background-color: #ffffff;
		padding: 50px 0;
	}
	.quick_ordr {
		left: 0;
		right: 0;
		margin: 10px auto 0 auto;
	}
	.quick_ordr::after {
		left: 0;
		right: 0;
		margin: auto;
	}
	section .row3 .con {
		padding: 0 15px;
	}
	.bottom_head {
		height: auto;
	}
	.columns_wrp {
		display: inline-block;
		grid-template-columns: unset;
		width: 100%;
	}
	.columns_wrp .col_1 {
		display: inline-block;
		float: left;
		width: 33.333%;
	}
	.on_hover_mega_menu {
		height: auto;
		z-index: 1;
	}
	.columns_wrp .on_hover_mega_menu .col-md-6 {
		width: 50%;
		float: left;
	}
	.columns_wrp .col_1:nth-child(3):hover .on_hover_mega_menu {
		right: 0;
		left: unset;
	}
}

@media screen and  (max-width: 800px){
	.top_page_benner {

    background-position: right center !important;

}
}


@media screen and ( max-width: 767px) {
	.bottom_head {
		display: none;
	}
	.cols_wrp .col4 img {
		max-width: 100%;
	}
	
}

@media screen and ( max-width: 600px) {
	section .row3 .con {
		padding: 0;
	}
	section .row3 .con .img_right img {
		max-width: 100%;
	}
	.section2 .afterEight_sec img {
		max-width: 100%;
	}
	.on_hover_mega_menu {
		left: -33px;
		right: 0;
		position: fixed;
		margin: auto;
		top: 358px;
		padding: 20px;
		width: 300px;
	}
	.columns_wrp .on_hover_mega_menu .col-md-6 .menu_prdct_wrp .arrow_rgt img {
		margin-top: 30px;
	}
	.columns_wrp .on_hover_mega_menu .col-md-6 {
		width: 100%;
	}
	section .row3 .con .row {
		margin: auto;
	}
	.row4 .col4 {
		float: none;
		width: 100%;
	}
	.row4 .col8 {
		float: none;
		width: 100%;
	}
	section .row3 .col-md-5,
	section .row3 .col-md-7 {
		padding: 0;
	}
	.section2 .row1 {
		padding: 20px 15px;
	}
	section .row3 {
		padding: 50px 0 0 0;
	}
	.row4 {
		position: relative;
	}
	.row4 .col8 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.section2 .row4 .tervetuloa_sec h4 {
		margin: 40px 0 30px 0;
	}
	.tervetuloa_sec ul li,
	.tervetuloa_sec ul li a {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 19px 0;
	}
	.row4 .col4 {
		margin: 300px 0 0 0;
	}
	.section2 .row1 .col6:first-child img {
		max-width: 80%;
	}
	.section2 .afterEight_sec h3 {
		font-size: 44px;
	}
	.columns_wrp .col_1 {
		padding: 15px 5px 0 5px;
	}
	.columns_wrp .col_1 img {
		float: none;
		margin: 0 auto;
		display: block;
	}
	.columns_wrp .col_1 span {
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
		display: inline-block;
		min-height: 60px;
	}
	.columns_wrp .col_1 .bottom_arrow img {
		float: none;
		margin: 0 auto;
	}
	.bottom_head {
		height: auto;
		min-height: 280px;
	}
	iframe {
		max-width: 100%;
	}
}

.row_slider {
	width: 100%;
}

.cols_wrp_suosituimmat {
	width: 100%;
}

.cols_wrp_suosituimmat .owl-stage-outer {
	overflow: visible;
}

.cols_wrp_suosituimmat.owl-carousel.owl-drag .owl-item {
	opacity: 0;
}

.cols_wrp_suosituimmat.owl-carousel.owl-drag .owl-item.active {
	opacity: 1;
}

.cols_wrp_suosituimmat.owl-theme .owl-nav button {
	position: absolute;
	top: 44%;
	left: -60px;
}

.cols_wrp_suosituimmat.owl-theme .owl-nav button span {
	width: 45px;
	background-color: #e7027e !important;
	display: block !important;
	height: 45px;
	margin: 0px !important;
	color: #fff !important;
	font-size: 30px !important;
	border-radius: 100% !important;
	line-height: 40px !important;
	padding: 0px !important;
	text-align: center !important;
}

.cols_wrp_suosituimmat.owl-theme .owl-nav button:hover span {
	background-color: #000 !important;
}

.cols_wrp_suosituimmat.owl-theme .owl-nav button.owl-next {
	right: -60px !important;
	left: auto;
}

.cols_wrp_suosituimmat.owl-theme .owl-nav button:hover {
	background-color: transparent !important;
	outline: none !important;
}

.cols_wrp_suosituimmat .item {
	background-color: #fff;
	padding: 15px;
	height: 435px;
}

.owl-carousel .owl-item img {
	height: 254px!important;
}


/*** Rns **/


/*lounas_page*/

.top_page_benner {
	padding: 50px 0px !important;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    /* background-position: center center; */
}

.lounas_page {
	background-color: #fff;
}

.top_page_benner h1 {
	font-size: 56px;
	color: #663333;
	font-family: 'Oleo Script';
	text-transform: capitalize;
}

.top_page_benner h6 {
	font-size: 18px;
	color: #663333;
}

.top_page_benner p {
	font-size: 18px;
	color: #663333;
	font-weight: 600;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.list-lounas h3 {
	font-size: 26px;
	color: #663333;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0px;
}

.list-lounas li {
	color: #000;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 600;
	line-height: 21px;
	position: relative;
	padding: 10px 0px;
	padding-right: 30px;
}

.list-lounas li .float-price {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	font-weight: 600;
}

.d-block {
	display: block;
}

.border-right-2 {
	border-right: 2px solid #f7cd8f;
}

.lounas_page_items .border-right-2:nth-child(3n) {
	border-right: none;
}

.mb-30 {
	margin-bottom: 30px;
}

.list-lounas_bottom li {
	text-align: center;
}

.list-lounas_bottom li {
	padding: 20px 0px;
}

.list-lounas_bottom li,
.list-lounas_bottom li a {
	font-size: 26px;
	color: #663333;
	text-align: center;
	font-weight: 600;
}

.row4 .img_sec_lft img {
	max-width: 100%;
	width: 100%;
}


/*shop_single*/

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #97c318;
	font-family: 'Oleo Script';
	content: ">";
}

.shop_single {
	padding: 40px 0px 60px;
}

.shop_single_con h6 {
	font-size: 20px;
	text-transform: uppercase;
	color: #646464;
}

.shop_single_con h1 {
	font-size: 56px;
	color: #663333;
	font-family: 'Oleo Script';
}

ol.breadcrumb {
	background-color: transparent;
}

ol.breadcrumb li,
ol.breadcrumb li a {
	color: #97c318;
	font-size: 18px;
}

.img_tilte-center {
	max-width: 150px!important;
	margin: 10px 0px 0px;
	display: block;
	margin: 0 auto;
}

.shop_single_item_con {
	text-align: center;
	padding: 40px 20px;
	background-color: #e7037e;
	margin-top: 30px;
}

.img-fluid {
	max-width: 100%;
}

.shop_single_item_con h4,
.shop_single_item_con h4 span.price {
	font-size: 18px!important;
	color: #fff;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: "roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

.shop_single_item_con h6 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	color: #ffffff;
	font-family: LATO;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	letter-spacing: 1.777778px;
}

select.cus_select,
.woocommerce div.product form.cart .variations td select {
	width: 100%;
	max-width: 250px;
	height: 40px;
	outline: none;
	border: none;
	padding: 5px 14px;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0px;
	border-radius: 27px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.woocommerce div.product form.cart .variations td select {
	min-width: 250px!important;
	width: 250px!important;
	border-radius: 5px;
	margin: 0px;
	margin-left: 29px;
	font-family: "roboto";
}

.woocommerce div.product form.cart .variations td select:after {
	content: "";
	width: 30px;
	height: 30px;
	background: red url("http://kakkutalogilan.sapartners.site/wp-content/themes/kakkutalo/assets/imgs/arrow_right.png") no-repeat -30px -50px fixed;
	top: 10px;
	right: 5px;
	position: absolute;
	display: inline-block;
}

.shop_single_item_con h5 a {
	font-size: 16px;
	color: #fff;
	margin: 0px;
}

.shop_single_item_con h5 img {
	margin-left: 10px;
}

.line {
	border-top: 1px dashed #ddd;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pt-10 {
	padding-top: 10px;
}

.woocommerce div.product .shop_single_item_con p.price,
.woocommerce div.product .shop_single_item_con p.price,
.woocommerce div.product .shop_single_item_con span.price {
	font-size: 36px;
	color: #fff!important;
	font-weight: 300;
	color: #ffffff;
	font-family: "roboto";
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

.shop_single_item_con .btn {
	padding: 8px 20px;
	width: 100%;
	position: relative;
	max-width: 250px;
	padding-right: 30px;
	border-radius: 30px;
	background-color: #fff;
	color: #e7037e;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Lato";
	font-size: 14px;
}

.shop_single_item_con .btn img {
	position: absolute;
	right: 10px
}

select.cus_select {
	background-repeat: no-repeat;
	background-position: 95% center;
}

.section.section2 .item h2 {
	font-family: 'Oleo Script';
}

.shop_single_item_con_list li {
	display: block;
	padding: 11px 0px;
	border-bottom: 2px solid #bdd275;
	font-size: 16px;
	color: #663333;
	font-weight: 500;
}

.box_special_diets {
	padding: 25px 15px;
	background-color: #f39300;
}

.box_special_diets h3 {
	color: #fff;
	margin: 0px 0px 15px;
	text-transform: uppercase;
	font-size: 20px;
}

.box_special_diets li {
	padding: 10px 0px;
}

.box_special_diets li,
.box_special_diets li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.box_special_diets li img {
	max-width: 30px;
	margin-right: 10px;
}

.breadcrumb-cart li {
	padding: 5px 15px;
}

.breadcrumb-cart li,
.breadcrumb-cart li a {
	color: #968e8e;
	font-size: 18px;
	text-decoration: none;
}

.breadcrumb-cart li.active,
.breadcrumb-cart li a.active,
.breadcrumb-cart li.active a {
	color: #97c318;
	font-size: 18px;
}

.qty_item .quantity-field,
.woocommerce-cart .quantity .qty,
.woocommerce-checkout .quantity .qty {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 2px;
	min-width: 35px;
	text-align: center;
	width: 76px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.qty_item .button-minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #e8409b;
	text-align: center;
}

.qty_item .button-plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #e8409b;
}


/*Prevent text selection*/

.qty_item input::-webkit-outer-spin-button,
.qty_item input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.delete {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #d52d87;
}

.cart_single_page h6 {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 8px;
	font-weight: 600;
	color: #d52d87;
}

.delete a {
	color: #d52d87;
	font-size: 18px;
}

.qty_item {
	position: relative;
	width: 100px;
}

.qty_item .button-minus {
	background-color: transparent;
	position: absolute;
	right: 7px;
	bottom: -8px;
	font-size: 30px;
	border: none;
	color: #e8409b;
	line-height: initial;
	outline: none;
	/* height: 0px; */
}

.qty_item .button-plus {
	background-color: transparent;
	position: absolute;
	right: 5px;
	border: none;
	top: -8px;
	outline: none;
	font-size: 23px;
}

select.cart-select {
	width: 100%;
	max-width: 250px;
	height: 40px;
	outline: none;
	border: 1px solid #d9d9d9;
	padding: 5px 14px;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px;
	border-radius: 27px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(assets/imgs/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.cart_single_page .price {
	font-size: 20px;
	color: #633;
}

.cart_single_page .table>tbody>tr>td,
.cart_single_page .table>tbody>tr>th,
.cart_single_page .table>tfoot>tr>td,
.table>tfoot>tr>th,
.cart_single_page .table>thead>tr>td,
.cart_single_page .table>thead>tr>th {
	padding: 10px 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 2px dashed #e5b154;
	vertical-align: middle;
}

.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 2px dashed #e5b154;
	color: #633;
	font-size: 18px;
	text-transform: uppercase;
}

td.max-td {
	max-width: 200px;
}

td.max-td .media-left {
	min-width: 96px;
}

td.max-td .media-body h2,
td.max-td .media-body h2 a {
	font-size: 25px;
	color: #633;
	margin-top: 0px;
}

td.max-td .media-body p {
	color: #000;
	margin: 0px;
}

.delivery_method {
	padding: 50px 0px 0px;
	background-color: #fdf4e3;
}

.delivery_method h2 {
	text-align: center;
	font-size: 24px;
	margin: 0px 0px 30px;
	font-weight: 600;
	color: #633;
	text-transform: uppercase;
}

.delivery_method h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	clear: left;
	overflow: hidden;
}

.delivery_method h4 img {
	max-width: 46px;
	margin-right: 26px;
	float: left;
}

.delivery_method li,
#shipping_method li {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	/* padding: 0; */
}

.delivery_method li .input_radio,
#shipping_method li .input_radio {
	position: relative;
	left: 0;
	top: 0;
	padding: 10px 60px 10px 35px;
	width: 100%;
}

.delivery_method li .input_radio input[type="radio"],
#shipping_method li .input_radio input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

.delivery_method li .input_radio .radio-img,
#shipping_method li .input_radio .radio-img {
	position: absolute;
	top: 12px;
	left: 0px;
}

.delivery_method li .input_radio .radio-img img:last-child,
#shipping_method li .input_radio .radio-img img:last-child {
	display: none;
}

.delivery_method li .input_radio input[type="radio"]:checked+span+p,
#shipping_method li .input_radio input[type="radio"]:checked+span+p {
	color: #e7027e;
}

.delivery_method li .input_radio input[type="radio"]:checked+span img:last-child,
#shipping_method li .input_radio input[type="radio"]:checked+span img:last-child {
	display: block;
}

.delivery_method li .input_radio input[type="radio"]:checked+span img:first-child,
#shipping_method li .input_radio input[type="radio"]:checked+span img:first-child {
	display: none;
}

.delivery_method li .input_radio .price {
	position: absolute;
	right: -0px;
	top: 0;
	width: 55px;
}

.delivery_method li .input_radio input[type="radio"]:checked+span+p+.price,
#shipping_method li .input_radio input[type="radio"]:checked+span+p+.price {
	color: #e7027e;
}

.delivery_method li .input_radio p small,
#shipping_method li .input_radio p small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
}

.in_total {
	background-color: #fff;
	padding-top: 20px;
	border-top: 1px solid #a9cc3e;
	border-bottom: 1px solid #a9cc3e
}

.in_total h6 {
	margin: 0px 0px 20px;
	font-size: 20px;
	font-weight: 600;
	color: #633;
}

.Kanta_asiakkuus h4 {
	font-size: 30px;
	text-transform: uppercase;
}

.Kanta_asiakkuus .btn-primary {
	color: #fff;
	background-color: #e7027e;
	border-color: #e7027e;
	font-size: 18px;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 30px;
}

.border-right-delivery_method {
	border-right: #fff 2px solid;
}

.top_page_benner.shop-page {
	padding-top: 35px;
}

.top_page_benner.shop-page ol.breadcrumb {
	margin-bottom: 0px !important;
}

.top_page_benner.shop-page h1 {
	margin: 0px;
}

.ourder_btn,
.ourder_btn:hover,
.shop-add-cart,
.shop-add-cart:hover {
	padding: 12px 30px;
	text-align: center;
	background-color: #e7037e;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
}

.ourder_btn img,
.shop-add-cart img {
	margin-left: 15px;
}

.item_shop {
	margin-bottom: 30px;
}

.item_shop h2 {
	font-size: 24px;
	color: #633;
	font-weight: 600;
	margin-bottom: 20px;
	color: #663333;
	font-family: "Lato-Heavy";
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.row_flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item_shop .quick_ordr_wrp {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.quick_ordr_wrp a {
	display: inline-block;
}

@media(max-width: 767px) {
	.top_page_benner {
		background-size: cover;
	}
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #633!important;
}

.woocommerce nav.woocommerce-pagination ul li {
	padding: 10px;
	text-align: center;
	background-color: #e7037e;
	color: #fff;
	border-radius: 50%;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #e7037e;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	line-height: 0.6;
	color: #fff;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 100%;
}

.woocommerce div.product form.cart {
	margin: 20px 0px;
}

.single-product .qty_item .button-minus,
.single-product .qty_item .button-plus {
	color: #fff!important;
}

.woocommerce img,
.woocommerce-page img {
	max-width: auto;
}

.cart_single_page .table>tbody>tr>td.actions {
	padding-top: 30px;
}

.actions .form-control {
	width: 70%;
	display: inline;
}

.btn-primary {
	color: #fff;
	background-color: #d52d87;
	border-color: #d52d87;
}

.checkout-content{
    padding-bottom: 40px;
}

.woocommerce-checkout #payment{
    margin-bottom: 20px;
}

label,
.form-control{
    color: #968e8e;
    font-weight: 500;
}

#ship-to-different-address span{
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce ul#shipping_method li label{
    font-weight: 700;
    color: #333;
}

/* Add by designer start */

.top-title-block {
	background: url(assets/imgs/bubbles.png) no-repeat;
	background-size: cover;
}

.top-title-block h1 {
	font-size: 50px;
	color: #663333;
	font-weight: normal;
	font-family: Lato;
	text-align: center;
	padding: 24px 0 23px 0;
	margin: 0;
}

.content-wrapper {
	padding: 50px 0;
}

.content-wrapper h3 {
	font-size: 22px;
	color: #663333;
	font-family: Lato;
	font-weight: normal;
	margin-top: 0;
}

.content-wrapper p {
	font-size: 16px;
	color: #663333;
	font-family: Lato;
	font-weight: normal;
}

.side-img img {
	width: 100%;
}

.headline {
	padding: 10px 0;
}

.headline h4 {
	color: #E7027E;
	line-height: inherit;
	margin: 0;
	text-align: center;
	font-family: Lato;
	font-weight: 500;
}

.float-none {
	float: none !important;
}

.pd-bottom {
	padding-bottom: 150px;
}

.woocommerce-products-header {
	display: none;
}

.shop-add-cart {
	line-height: 36px;
	text-decoration: none;
	display: inline-block;
	top: 0;
	width: 156px;
	background-image: url(assets/imgs/select-small.png);
	height: 36px;
	font-size: 16px;
	font-family: Lato;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 150px;
	text-align-last: center;
	border: none;
	-webkit-appearance: none;
	padding: 0px;
}

.shop-add-cart:hover {
	padding: 0px;
}

.woocommerce .item_shop .quick_ordr_wrp {
	overflow: visible;
}

.woocommerce div.product form.cart .variations td select {
	width: 140px;
	height: 34px;
	overflow: hidden;
	background: url("http://kakkutalogilan.sapartners.site/wp-content/themes/kakkutalo/assets/imgs/bottom.png") no-repeat right #fff;
}

.checkout-page {
	padding-bottom: 100px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #E7027E;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
	border-color: #E7027E!important;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
	border-bottom-color: #E7027E!important;
}

.wpmc-tabs-wrapper .wpmc-tab-item {
	font-size: 18px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-transform: capitalize!important;
	float: none!important;
}

.wpmc-tabs-wrapper .wpmc-tabs-list {
	font-weight: normal!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-transform: capitalize!important;
	background: transparent!important;
}

.wpmc-tabs-wrapper .wpmc-tab-item:before {
	display: none!important;
}

.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item {
	display: inline!important;
	width: auto!important;
    padding-bottom: 0px!important;
    line-height: 0px!important;
}

.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item a {
	cursor: default!important;
}

.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item.current a {
	color: #97c318;
	font-size: 18px;
}

.woocommerce-checkout.checkout h3 {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.top-title-block h1 {
		font-size: 34px;
	}
}

@media (max-width: 991px) {
	.side-img {
		margin: 20px 0;
	}
}

@media (max-width: 767px) {
	.top-title-block {
		background: none;
		border: #029dc5 solid 5px;
		margin-top: 40px;
	}
	.top-title-block h1 {
		font-size: 30px;
	}
    .quick_ordr{
        top: 0px;
        width: auto;
    }
}
/* Add by designer end */
.wpmc-tabs-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto
}

@media screen and (min-width:767px) {
    .wpmc-tabs-wrapper .wpmc-tabs-list {
        display: block
    }
    .wpmc-tabs-wrapper .wpmc-tab-item {
        display: block;
        vertical-align: top;
        padding-bottom: 20px
    }
    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto
    }
    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        margin-top: -14px
    }
}

@media screen and (min-width:1200px) {
    .wpmc-tabs-wrapper .wpmc-tab-text {
        font-size: 13px
    }
}


.wpmc-nav-buttons {
    text-align: right
}

.wpmc-nav-buttons button {
    display: none!important
}

.wpmc-nav-buttons button.current {
    display: inline-block!important
}

.wpmc-step-item {
    display: none
}

.wpmc-step-item.current,
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text {
    display: block
}


@-moz-document url-prefix() {
    .sq-input {
        height: 60px!important
    }
}

.woocommerce-checkout #payment{
	background:#fff;
}
.payment_box.payment_method_cod{display: none !important;}

.cate_desc{
	max-width: 60%;
    margin: 0 auto;
}
.wpcf7-checkbox .wpcf7-list-item{display: block !important}
.wpcf7-list-item.last,.wpcf7-form-control-wrap.kpl{display:inline-block !important}
.yith-ajaxsearchform-container{display: none;}
#yith-searchsubmit{display: none;}
li.product_search img {
	width:24px !important;
}
#yith-s{
	padding: 5px;
    font-size: 14px;
    font-family: Lato;
    border: 1px solid black;
}
.wpmenucart-contents .woocommerce-Price-amount.amount{color:#fff !important;font-size: 14px !important}
#wcccf_billing_jakelupiste_field{display: none !important}
div.wccpf-cart-edit-wrapper {position: relative !important;box-shadow: none !important;padding: 0px !important;padding-right: 40px !important;}
.single-product .wccpf-fields-container,.woocommerce-product-gallery__trigger{display: none !important}
.single-addon .wccpf_label label .woocommerce-Price-amount, .single-addon .wccpf_label label{font-size: 18px;color: #ffffff;font-family: "roboto";font-weight: 400;}
.woocommerce-cart .single-addon .wccpf_label label .woocommerce-Price-amount, .woocommerce-cart .single-addon .wccpf_label label{color: #000}
.fen_product_addons{margin-bottom: 20px}
.fen_product_addons table{width:100%;text-align: left}
.product_addon_comment{margin-left: 20px;padding: 5px 10px}
.woosb-products .woocommerce-Price-amount{display: none !important}
.fen_upload_img {margin-left: 20px;color: #fff !important;}
.woocommerce-cart .WOO_CK_WUVIC_buttom{display: none !important;}

li.wc_payment_method.payment_method_other_payment .payment_box.payment_method_other_payment {display: none !important;}
@media screen and (max-width:767px) {
	.row {
		margin: 0px 0px !important;
	}
	button.btn.btn-primary {
		margin-top: 10px;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
		float: unset!important;
		width: 90%;
		margin: 20px!important;
		clear: both;
		box-sizing: border-box;
		position: relative;
	}
}

@media screen and (max-width:600px) {
.cols_wrp_suosituimmat .owl-item {
    margin-right: 0px !important;
}
}


/* Custom Ar */
a.btn.btn-primary.custom-ar {
    display: none !important;
}

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

.row4 .tervetuloa_sec h4 {
	margin-top:0;
}

body .row4 .row,
body .row4 {
    display: flex;
    align-items: center;
}

}

body .row4 .row .col-md-4:last-child a {
    display: inline-block;
    margin: 0 10px;
}

body .row4 {
    background: #fff;
}

body .row4 .tervetuloa_sec h4 {
    margin-bottom: 20px;
}

body .nav_bar .menu_sec ul li a {
	font-weight:900;
}

body ul#menu-toinen-valikko,body ul#menu-toinen-valikko-en {
    text-align: center;
}

body .menu-image-not-hovered .menu-image-title {
    position: relative;
    max-width: 200px;
    display: inline-block;
	width: 97px;
}

body ul#menu-toinen-valikko li,body ul#menu-toinen-valikko-en li {
    padding: 5px 19px 15px;
    position: relative;
}

body ul#menu-toinen-valikko li ul.sub-menu,body ul#menu-toinen-valikko-en li ul.sub-menu {
    left: 0;
    top: 100%;
}


