/*
Theme Name: SuperApp basic teema
Theme URI: 
Description: 
Author: SuperApp Oy
Author URI: 
Version: 2.0
Tags: 
License:
License URI:
General comments (optional).
*/


/* Imports */
@import url('css/bootstrap.min.css');
@import url('css/jquery.auto-complete.css');
@import url('css/style.css');


/* TÄHÄN FILEEN EI MUUTA */
/*  OIKEA TYYLITIEDOSTO LÖYTYY KANSIOSTA /scss/style.scss */

.search-results .image-wrapper.empty img {
    object-fit: contain;
    width: 100%;
    height: auto;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.single-products .news2 .sizes ul li {
    min-width: 86px;
}
.single-products .news2 .colours ul li.selected {
    min-width: 165px;
	white-space: pre;
}
.row.no-margin.flexible-row.text_full-row {
    max-width: 1920px;
    margin-right: auto!important;
    margin-left: auto!important;
}
.retailers_content_text p, .retailers_content_text h1, .retailers_content_text h2, .retailers_content_text h3, .retailers_content_text h4, .retailers_content_text h5, .retailers_content_text h6, .retailers_content_text span{
	color:white;    
	font-family: "Teko", sans-serif;
}
.retailers_content_text {
	margin-top:15px;
	margin-bottom:35px;
}
.footer img {
    width: auto!important;
}
.embed-responsive{
	margin-top:25px;
	margin-bottom:35px;
}
.single-products .news2 .sizes ul li.dropdown {
	height: 125px;
}
@media only screen and (min-width: 769px) {
	.single-products .news2 .sizes ul li.dropdown {
		height: 175px;
	}
}