* {
  box-sizing: border-box;
}

body {
	font-family:"Raleway", arial, sans-serif;
	font-weight: 500;
  margin: 0;
}

/* Normal screen layout */

@media screen and (min-width: 601px) {
	
	.top_line {
		background-color: #1268b3;
		width: 100%;
		position: fixed;
		top: 0;
		height: 50px;
		z-index: 50;
	}

	.main_menu {
		display: flex;
		max-width: 1250px;
		margin: auto;
		height: 50px;
		padding: 0 10px;
	}

	.top_link {
		width: 550px;
		height: 30px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		color: white;
		margin: 5px auto;
	}
	
	.main_image_text {
		bottom: 40px;
		font-size: 1.7rem;
		padding: 0 20px;
	}
}

	.main_image {
		display: block;
		padding-top: 35px;
	}
	.main_image_text {
		display: block;
		position: relative;
		color: white;
		text-align: right;
	}

/* -----------------< Hamburger menu >------------------ */

.menu-button-container {
  display: flex;
  height: 30px;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 25px;
	}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}


.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: #1268b3;
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.menu {
	display: flex;
	position: absolute;
	top: 0;
	margin: 50px 0 0 0;
	padding: 0;
	flex-direction: column;
	width: 400px;
	justify-content: center;
	align-items: center;
	z-index: 20;
}

#menu-toggle ~ .menu li {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked ~ .menu li {
	border: 1px solid #333;
	height: 2.5em;
	padding: 0.5em;
	transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu > li {
	display: flex;
	justify-content: left;
  margin: 0 1rem;
  overflow: hidden;
	padding: 0.5em 0;
	width: 100%;
	color: white;
	background-color: #222;
}
.menu > li:not(:last-child) {
	border-bottom: 1px solid #444;
}


/* LI's inside menu: only visible on normal screen! */ 
@media screen and (min-width: 601px) {
	.sm_details {
		transition: 0.5s;
		width: 380px;
		height: auto;
		margin: 0 0 0 382px;
		color: white;
		background-color: #222;
		white-space:pre-wrap;
		position: absolute;
		z-index: 20;
		list-style-type: none;
	}
}
/* -----------------< Hamburger menu >------------------ */


/* -----------------< search bar in top >------------------ */


/* Normal screen layout */
/* Style the header */

@media screen and (min-width: 601px) {
	#headsearch {
		display: flex;
		justify-content: center;
		margin: 8px 5px 0 0;
		right: 0;
		width: 400px;
		white-space: nowrap;
	}
	
	/* HEAD Logo - Desktop version */
	#head_logo {
		background: white;
		margin-top: 3px;
	}
	
	#head_logo img {
		max-width: 100px;
		padding: 5px;
		background: white;
		border: 3px solid #1268b3;
		margin: 1px;
	}
}

#headsearch label {
  border: 1px solid #DDD;
  border-radius: 9px;
	padding: 3px 4px;
  box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

#headsearch input {
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  padding: 4px;
  border:0;
  outline: none;
  border-radius: 5px;
	width: 90%;
	
}

#headsearch input::placeholder {
	opacity: 0.45;
	color: #1268b3;
}

#headsearch span {
	position: absolute;
  color: grey;
  margin: 8px 0 0 -65px;
	z-index: 2;
	font-size: 0.7rem;
}

#headsearch button {
	width: 9%;
	height: 27px;
}

/* -----------------< search bar in top >------------------ */


/* Only desktop */
@media screen and (min-width: 601px) {
	#flexcontent {
		max-width: 1250px;
		margin: 55px auto 40px auto;
		z-index: 20;
		padding: 0 20px;
	}

	/* Icons always on the page when BIG SCREEN */
	.icons {
		position: fixed;
		top: 15%;
		right: 2px;
		width: 50px;
		border-radius: 10px 4px 4px 10px;
		border: 1px #1268b3;
		padding: 10px 5px 5px;
		z-index: 100 !important;
		background: #1268b3;
		transition: 1s;
	}

	.cntr {
	  display: block;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
	}

	.hide-icon {
		position: fixed;
		top: 7%;
		transition: 1s;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		right: -87px;
	}

	.hide-arrow {
		height: 10px; 
		width: 10px;
		margin: 0 10px 10px;
		border: 1px solid white;
		border-width: 1px 1px 0 0;
		transform: rotate(45deg);
	}

	.hide-arrow:after {
		content: '';
		display: block;
		height: 10px; 
		width: 10px;
		border: 1px solid white;
		border-width: 1px 1px 0 0;
		transform: translate(5px, -6px);
		}
}

.flag_icon {
		padding: 3px;
		width: 100%;
		border-radius: 5px;
}
	
/* make sure that icon/flags are before any other or problems rising! */

/* Links to default decoration*/
a:link {
  text-decoration: none;
	color: inherit;	
}
a:visited {
  text-decoration: none;
	color: inherit;	
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
	color: blue;
}

/* Offer sheet differnt button */
.offer_req_button:visited {
	text-decoration: none;
	color: white;
}

.offer_req_button:link {
	text-decoration: none;
	color: white;
}
.offer_req_button:visited {
	text-decoration: none;
	color: white;
}
.offer_req_button:hover {
	text-decoration: none;
	color: white;
}

#middle {
	display: flex;
	justify-content: center;
}

#middle div {
	padding: 0 5px 0 5px;
}

/* Different decor for Breadcrumb */

@media screen and (min-width: 601px) {
	#breadcrumb {
		width: 1250px;
		margin: auto;
		padding-left: 33px;
		text-decoration: none;
		font-style: italic;
		font-size: 0.7rem;
	}
}

#breadcrumb a:link {
  text-decoration: none;
	font-style: italic;
	color: black;
}
#breadcrumb a:visited {
  text-decoration: none;
	font-style: italic;
	color: black;	
}
#breadcrumb a:hover {
  text-decoration: none;
	font-style: italic;
	color: blue;
}
#breadcrumb a:active {
  text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: black;
}


/* new way for procuct categories */

@media screen and (min-width: 601px) {
	.main_prod {
		list-style-type: none;
		max-width: 1250px;
		margin: auto;
	}

	.main_cat_container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		margin: 0 auto;
	}

	.lidiv {
		width: 250px; 
		border: transparent;
		padding: 5px;
		position: relative;
	}
	
	.wider_maincatcont {
		grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
	}
	
	.wider_lidiv {
		width: 600px;		
	}
	
	.prod_description {
		width: 250px;
		position: absolute;
		top: 1px;
		left: 300px;
		padding: 10px 0;
		font-size: 0.9rem;
	}
}
 
.prod_link {
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

.main_cat_pic {
	max-width: 120%;
	max-height: 300px;
	width: auto;
	height: auto;
}

.prod_img {
	max-width: 250px;
	height: 100%;
	height: 150px;
	display: block;
}

.text_in_pic {
	background-color: rgba(255,255,255,.8);
	font-family: inherit;
	font-size: 0.9rem;
	color: #000;
	line-height: 14px;
	position: absolute;
	text-align: center;
	z-index: 15;
	padding: 10px;
	box-sizing: border-box;
	top: 30px;
	margin-top: -10px;
	width: 250px;
}

/* extra info for product subcats / Or products */
/* tabbing of the data */

.tabbing {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
	margin-top: -1px;
}

.tabbing button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  transition: 0.3s;
  font-size: 1rem;
	border-radius: 0;
}

/* Change background color of buttons on hover */
.tabbing button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabbing button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	border-bottom: none;
	white-space: pre-line;
}

.tabcontent ul {
	margin-top: 10px;
}

.tabcontent li {
	padding: 2px 10px;
	list-style-type: circle;
}

.tabcontent li:nth-child(odd) {
	background-color: #f1f1f1;
}

.prd_details {
    transition: 0.75s;
    position: absolute;
    width: auto;
    height: auto;
    margin: -92px 0 0 32px;
    padding: 7px;
    background: #91C5f2;
    opacity: 0.95;
    border-radius: 5px;
    line-height: 1.475;
    white-space: pre-wrap;
    font-size: 0.85rem;
    font-weight: bold;
    z-index: 20;
    top: 150px;
    left: -37px;
}

.prd_descr {
    top: 98px;
    width: 350px;
    font-weight: normal;
    opacity: 1;
    background: white;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-radius: unset;
}

fade {
    position: absolute;
    bottom: 0px;

    display: block;
  
    width: 100%;
    height: 50px;
  
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 100%);
}

.fadeaway {
  transition: 0.75s;
  opacity: 0;
  visibility: hidden;
	z-index: 20;
}

.prod_conts {
  padding: 0 12px;
	font-size: 1rem;
}


.pic_car {
	display: grid;
	border-right: 1px solid #ccc;
	grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
}

/* Product amount spinner */
#product_detail .absinp {
	position: relative;
	width: 30px;
	text-align: center;
	height: 30px;
}

#product_detail .absplus {
	position: relative;
	width: 30px;
	text-align: center;
	top: 2px;
	background: lightsteelblue;
	border-radius: 3px;
	height: 30px;
	font-size: 20px;
}

#product_detail .absminus {
	position: relative;
	width: 30px;
	text-align: center;
	top: 2px;
	background: lightsteelblue;
	border-radius: 3px;
	height: 30px;
	font-size: 20px;
}

#product_detail .absbtn {
	position: relative;
	background-color: #1268b3;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.8rem;
	border-radius: 3px;
	height: 30px;
	cursor: pointer;
}

#product_detail .inaccess {
	opacity: 40%;
	cursor: not-allowed;
	pointer-events: none;
}

.prodmain {
	max-width: 1250px;
	margin: auto;
}

.prd_desc {
	line-height: 1.375;
	white-space: pre-wrap;
	padding:1em;
}

.prd_desc li {
	padding: 0 10px;
  border-left: 1px solid red;
  background-color: #f1f1f1;
  list-style-type: none;
	margin: -8px 0;
	padding-left: 7px;
}

/* need to change layout for media screens! */
@media screen and (min-width: 601px) {
	#product_detail .row {
		display: flex;
		margin: 0 auto;
		border-top: 1px solid #ccc;
	}

	/* Left and right column */
	#product_detail .lecol {
		width: 200px;
		text-align: center;
	}

	/* Middle column */
	#product_detail .micol {
		width: 650px;
		text-align: left;
		margin-left: -1px;
	}

	/* right column */
	#product_detail .ricol {
		width: 400px;
		text-align: left;
		margin: 0 0 0 10px;
	}

/* Product images and their containers STARTS  */
	#act_pic {
		margin: auto;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		height: auto;
		padding-top: 10px;
	}
	#act_pic img {
		transition:transform 0.5s ease;
		max-width: 190px;
		max-height: 189px;
		height: auto;
	}

	#act_pic img:hover {
		-webkit-transform: translate(70%, 70%) scale(2.5);
		transform: translate(70%, 70%) scale(2.5);
	}

	.pic_car {
		height: auto;	
	}
	
}

.pic_hidden {
	display: none;
}
	
.pic_car img {
	max-height: 45px !important;
}

/* Product images and their containers ENDS */


/* Offer sheet fields! Starts */

#offer_request .form__label {
	margin-left: 5px;
	margin-top: 9px;
	display: block;
	transition: all 0.3s;
	transform: translateY(-3rem);
	font-size: 0.75rem;
}

#offer_request .form__group {
	height: 40px;
}

#offer_request .form__group_duplicate {
	display: flex;
}

#offer_request .form__input {
	color: #333;
	font-size: 1rem;
	padding: 2px 0 2px 10px;
	border: 1px solid gray;
	border-right: none;
	border-top: none;
	width: 90%;
	display: block;
}

#offer_request .form__textarea {
	color: #333;
	font-size: 1rem;
	font-family:"Raleway", arial, sans-serif;
	padding: 2px 0 2px 10px;
	border: 1px solid gray;
	border-right: none;
	border-top: none;
	width: 90%;
	display: block;
}

#offer_request .form__input:focus {
	outline: none;
}

#offer_request .form__input_left {
	width: 90%;
}

#offer_request .form__input_right {
	width: 100%;
}

#offer_request .form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
	border: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}


#offer_request .form__mandis:valid {
	border-bottom: 1px solid lightgreen;
	border-left: 1px solid lightgreen;
	color: green;
}

#offer_request .form__input:invalid {
	border-bottom: 1px solid #fb9c9c;
	border-left: 1px solid #fb9c9c;
	color: red;
}

#offer_request .totalPrice {
	text-align: right; 
	font-weight: bold;
	position: relative;
	padding: 15px 10px;
}
/* Offer sheet fields! ends */






/* Cart eli Tarjouspyyntö S - this needs also Mobile separately... this is DESKTOP */

@media screen and (min-width: 601px) {
	#offer .offerrow {
		position: relative;
		width: 90%;
		border-top: 1px solid #ccc;
		min-height: 50px;
		padding: 0 10px 15px 10px;
	}

	#offer img {
		transition:transform 0.5s ease;
		max-height: 48px;
		height: auto;
		z-index: 10;
	}

	#offer img:hover {
		-webkit-transform: translate(40px, 49px) scale(3);
		transform: translate(40px, 49px) scale(3);
		z-index: 20;
	}

	#offer .absimg {
		position: absolute;
		top: 1px;
		left: 12px;
	}

	#offer .absdiv {
		position: relative;
		top: 10px;
		left: 100px;
	}

	#offer .absinp {
		position: absolute;
		top: 8px;
		right: 140px;
		width: 30px;
		text-align: center;
		height: 30px;
	}

	#offer .absplus {
		position: absolute;
		top: 8px;
		background: lightsteelblue;
		right: 100px;
		width: 30px;
		border-radius: 3px;
		text-align: center;
		font-size: 20px;
	}

	#offer .absminus {
		position: absolute;
		top: 8px;
		background: lightsteelblue;
		right: 180px;
		width: 30px;
		border-radius: 3px;
		text-align: center;
		font-size: 20px;
	}

	#offer .absprice {
		position: absolute;
		top: 8px;
		right: 220px;
		text-align: right;
	}
	
	#offer .abstotalprice {
		font-weight: bold;
	}

	#offer .absbtn {
		position: absolute;
		top: 8px;
		right: 12px;
		background-color: #1268b3;
		border: none;
		color: white;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 0.8rem;
		border-radius: 3px;
		cursor: pointer;
	}
		
	#offer .clr {
		/* display: block; */
		width: 100px;
		height: 30px;
		border-radius: 3px;
		background: #1268b3;
		border: none;
		color: white;
		cursor: pointer;
		/* position: relative; */
		/* left: 977px; */
	}
	
	/* Offer reqest which is a bit different */
	#offer_request {
		display: flex;
		justify-content: center;
	}

	#offer_request .input_list {
		position: relative;
		width: 50%;
		padding: 10px 5px;
	}	
	
	#offer_request .mandis {
		color: green;
	}
	
	#offer_request .cart_items {
		position: relative;
		width: 50%;
		padding: 10px 35px 0 0;
	}
}


/* any screen - needs tweaking */
#offer_request .device {
	position: relative;
	padding: 0 10px 15px 10px;
	border-bottom: 1px solid gray;
	min-height: 60px;
}

#offer_request .first {
	border-top: 1px solid gray;
}

#offer_request .option {
	padding: 5px 0 0 75px;
	font-size: 0.8rem;
}

#offer_request .spaneli {
	right: 10px;
	position: absolute;
	font-size: 1.2rem;
	bottom: 10px;
}

#offer_request .prod_link {
	width: 70%;
	left: 85px;
	position: relative;
	top: 15px;
	font-size: 1rem;
	margin-bottom: 13px;
}

#offer_request .kuva {
	padding: auto;
	max-height: 50px;
	position: absolute;
	display: block;
	top: 7px;
}


.offer_req_button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-align: center;
	color: white;
	border: 0;
	padding: 7px;
	border-radius: 3px;
	background: #1268b3;
	font-size: 0.8rem;
	height: 30px;
	width: 120px;
	display: block;
	cursor: pointer;
}

.send_offer_button {
	width: 150px;
	margin-top: 30px;
}

/* Cart eli Tarjouspyyntö E */


/* Search rexults in a niver manners - separated with Desktop and Mobile, here is DESKTOP! Mobile later...*/
@media screen and (min-width: 601px) {
	#searching .searchrow {
		position: relative;
		border-top: 1px solid #ccc;
		height: 50px;
		padding: 0 10px 15px 10px;
	}

	#searching img {
		transition:transform 0.5s ease;
		max-height: 48px;
		height: auto;
		z-index: 10;
	}

	#searching img:hover {
		-webkit-transform: translate(40px, 49px) scale(3);
		transform: translate(40px, 49px) scale(3);
		z-index: 20;
	}

	#searching .absimg {
		position: absolute;
		top: 1px;
		left: 12px;
	}

	#searching .absdiv {
		position: absolute;
		top: 20px;
		left: 100px;
	}

	#searching .absdiv2 {
		position: absolute;
		top: 20px;
		right: 1px;
	}

	#searching form {
		position: relative;
		width: 350px;
		background: #f1f1f1;
		border-radius: 5px;
		padding: 0 10px;
	}

	#searching input, button {
		height: 30px;
		border-radius: 5px;
		font-size: 1rem;
		background: #f1f1f1;
		border: 0;
	}

	#searching input:focus{
		outline: none;
	}

	#searching button {
		display: block; /* / prevent being able to tab to it */
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		color: #1268b3;
		border-radius: 0 5px 5px 0;
		background: lightblue;
	}

	#searching .order {
		text-decoration: none;
		color: blue;
	}
}
/* Search rexults in a niver manners */


/* Footer sites for scalability starts */

.footer {
  background-color: #f1f1f1;
  padding: 3px;
  text-align: center;
	min-height: 30px;
	height: auto;
}

.footers--fit {
	text-align: center;
	background: #1268b3;
	color: white;
}

.footer_links a {
	text-decoration: underline;
	color: lightgray;
}

.footer_links a:hover {
	color: gray;
}

.copyright {
	font-size: 0.8rem;
}

.mand_check {
	position: relative;
	display: block;
	float: right;
	z-index: 2000;
}

.form_check {
	left: 20px;
	font-size: 0.7rem;
	position: relative;
	display: block;
}

/* Badge for cart items */
.badge {
	font-size: 0.9rem;
	color: #fff;
	background: red;
	border-radius: 50%;
	padding: 0 5px 4px;
	position: absolute;
	left: 27px;
	width: 20px;
	top: 65px;
	opacity: 0.9;
	z-index: 200;
}

@media screen and (min-width: 601px) {
	.footers--fit {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		font-size: 0.9rem;
		height: 200px;
		padding: 0 50px;
	}

	.footer_links div {
		padding-bottom: 4px;
	}

	.sites {
		display: flex;
		padding: 5px;
		height: 160px;
		width: 85%;
	}
	
	.siteimg {
		max-height: 120px;
	}

	.siteleft {
		width: 270px;
		/* float: right; */
		/* display: block; */
	}

	.siteleft img {
		transition: transform 0.5s ease;
		float: right;
	}

	.siteleft img:hover {
		transition:transform 0.5s ease;
		-webkit-transform: translate(70%, 70%) scale(2.5);
		transform: translate(70%, 70%) scale(2.5);
	}

	.sitemid {
		width: 230px;
		text-align: center;
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.siteright {
		font-size: 0.9rem;
	}
	
}


@media screen and (max-width: 600px) {
	.footers--fit {
		text-align: center;
		font-size: 0.7rem;
		background: #1268b3;
		color: white;
	}

	.footer_links div {
		padding-bottom: 2px;
	}
	
	.cntr {
		margin: auto;
		width: 85%;
		text-align: center;
	}
	
	.sites {
		margin: auto;
		width: 85%;
	}
	
	.sitemid {
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
	}

	.siteright {
		font-size: 0.9rem;
		text-align: center;
	}
	
}

/* Footer sites for scalability ends */




/* Links for Brochures in product details page */
#info a {
  text-decoration: underline;
	color: green;	
}
#info a:hover {
  text-decoration: underline;
	color: orange;	
}

/* Disclaimer */
.cokie {
	position: fixed;
	bottom: 1px;
	width: 100%;
	text-align: center;
	background: darkgray;
	height: 50px;
	padding-top: 16px;
	z-index: 1000;
}

.cokok {
    position: absolute;
    background: lightgray;
    font-weight: bold;
    margin-left: 20px;
    height: 30px;
    width: 50px;
    padding: 7px 0;
    bottom: 10px;
    /* display: inline-flex; */
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	
	.top_line {
		background-color: #1268b3;
	}
	
	.main_image_text {
		bottom: 20px;
		font-size: 0.8rem;
		padding: 0 10px;
	}

	#breadcrumb {
		margin: 3px;
		text-decoration: none;
		font-style: italic;
		font-size: 0.6rem;
	}

	#headsearch {
		display: flex;
		margin: -20px 5px 0 5px;
		max-width: 100%;
		white-space: nowrap;
	}
		
	#head_logo {
		background: white;
		position: absolute;
		right: 2px;
		top: 2px;
		border-radius: 7px;
	}
	
	#head_logo img {
		max-width: 60px;
		padding: 5px;
		background: white;
		border: 3px solid #1268b3;
		margin: 1px;
		border-radius: 7px;
	}
	
	#flexcontent {
		max-width: 100%;
		margin: 5px 3px;
		z-index: 20;
		font-size: 1.3rem;
	}

	img {
		max-width: 100%;
		display: block;
	}
	
	.top_link {
		font-size: 1.4rem;
		font-weight: bold;
		color: white;
		position: relative;
		left: 50px;
		top: -40px;
		width: 70%;
	}
	
  .row {
    width: 100%;
  }

	/* Icons to elsewhere - perhaps in the top after menus INSIDE CeLL Screen max 600px */
	
	#side-icons img {
		max-height: 30px;
		width: auto;
	}

	.flag_icon_fi {
			padding-top: 6px;
	}

	.flag_icon_uk {
			padding-top: 8px;
	}
	
	.paddes {
		padding-left: 8px;
	}
	
	.icons {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
		padding: 5px 70px;
		background: #1268b3;
	}
	
	.hide-arrow {
		display: none;
	}
	
	.lidiv {
		width: 250px; 
		border: transparent;
		padding: 5px;
		position: relative;
		z-index: 10;
		margin: auto;
	}
	
	.text_in_pic {
		font-size: 0.65rem;
		width: 240px;
	}
	
	.prod_description {
		font-size: 0.9rem;
	}
	
	.sm_details {
		display: none;
	}

	#product_detail .lecol {
		text-align: center;
	}

	#act_pic img {
		max-height: 189px;
		margin: auto;
	}
	
	.pic_car {
		height: 60px;	
	}

	#add_options {
		margin: -10px 5px 5px;
	}

	#add_options label {
		margin: auto;
		font-size: 0.75rem;
	}

	#add_options h5 {
		margin: 0;
	}
	
	.tabcontent {
		font-size: 0.75rem;
	}
	
	/* Align a bit of the buttons */
	#product_detail .absinp {
		top: 1px;
	}

	#product_detail .absbtn {
		top: 1px;
	}
	
	/* Product amount spinner */

	/* Searching in MOBILE! */
	#searching .searchrow {
		position: relative;
		border-top: 1px solid #ccc;
		height: auto;
		padding: 0 10px 35px 10px;
	}

	#searching img {
		transition:transform 0.5s ease;
		max-height: 48px;
		height: auto;
		z-index: 10;
	}

	#searching .absimg {
		position: absolute;
		top: 1px;
		left: 12px;
		z-index: 10;
	}

	#searching .absdiv {
		position: relative;
		top: 20px;
		left: 70px;
		font-size: 0.9rem;
		z-index: 20;
	}

	#searching .absdiv2 {
		position: relative;
		top: 25px;
		right: 1px;
		font-size: 0.8rem;
		z-index: 20;
	}

	#searching form {
		position: relative;
		width: 350px;
		background: #f1f1f1;
		border-radius: 5px;
		padding: 0 10px;
	}

	#searching input, button {
		height: 30px;
		border-radius: 5px;
		font-size: 1.2rem;
		background: #f1f1f1;
		border: 0;
	}

	#searching input:focus{
		outline: none;
	}

	#searching button {
		display: block; /* / prevent being able to tab to it */
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		color: #1268b3;
		border-radius: 0 5px 5px 0;
		background: lightblue;
	}

	#searching .order {
		text-decoration: none;
		color: blue;
	}

/* end of SEarch in mobile */

/* Start of OFFERS in mobile*/
	#offer .offerrow {
		position: relative;
		border-top: 1px solid #ccc;
		height: auto;
		padding: 10px 10px 45px 10px;
	}

	#offer img {
		transition:transform 0.5s ease;
		max-height: 48px;
		height: auto;
		z-index: 10;
	}

	#offer img:hover {
		-webkit-transform: translate(40px, 49px) scale(3);
		transform: translate(40px, 49px) scale(3);
		z-index: 20;
	}

	#offer .absimg {
		position: absolute;
		top: 1px;
		left: 12px;
	}

	#offer .absdiv {
		position: relative;
		top: 40px;
		font-size: 0.9rem;
	}
	
	#offer option {
		font-size: 0.7rem;
	}

	#offer .absinp {
		position: absolute;
		top: 8px;
		right: 115px;
		width: 30px;
		text-align: center;
		height: 30px;
	}
	
	#offer .absplus {
		position: absolute;
		top: 8px;
		right: 80px;
		width: 30px;
		text-align: center;
		border-radius: 3px;
		background: lightsteelblue;
	}

	#offer .absminus {
		position: absolute;
		top: 8px;
		right: 150px;
		width: 30px;
		text-align: center;
		border-radius: 3px;
		background: lightsteelblue;
	}	

	#offer .absprice {
		position: relative;
		top: 40px;
		font-size: 0.9rem;
		text-align: right;
	}
	
	#offer .abstotalprice {
		font-weight: bold;
	}
	
	#offer .absbtn {
		position: absolute;
		top: 9px;
		right: 12px;
		background-color: #1268b3;
		border: none;
		color: white;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 0.8rem;
		border-radius: 3px;
	}

	#offer .clr {
		margin: auto;
		display: block; /* / prevent being able to tab to it */
		width: 100px;
		height: 30px;
		border-radius: 3px;
		background: #1268b3;
		border: none;
		color: white;
	}

	/* Badge for cart items IN MOBILE*/
	.badge_cart {
		display: block;
		margin-top: -20px;
	}

		
	.badge {
		font-size: 0.9rem;
		color: #fff;
		background: red;
		border-radius: 50%;
		padding: 0 5px 4px;
		position: relative;
		left: 17px;
		width: 20px;
		top: 0px;
		opacity: 0.9;
		z-index: 200;
	}
	
	/* This should affect only H2 while in small screen! */
	h2 {
		font-size: 1.2rem;
	}
	
	.prod_conts {
		padding: 0 12px;
		font-size: 0.9rem;
	}

	#offer_request .input_list {
		position: relative;
		width: 90%;
		margin-left: 5%;
	}	
	
	#offer_request .cart_items {
		width: 90%;
		margin-left: 5%
	}
	
	#offer_request .device {
		position: relative;
		padding: 15px 10px;
		border-bottom: 1px solid gray;
		min-height: 60px;
		font-size: 0.8rem;
	}

	#offer_request .totalPrice {
		text-align: right; 
		font-weight: bold;
		position: relative;
		padding: 15px 10px;
		font-size: 0.9rem;
	}
	
	#offer_request .form__input {
		font-size: 0.8rem;
	}

/* End of OFFER eli se kori systeemi...*/
	
}	/* Responsive layout ends */
