/*@import url('https://fonts.googleapis.com/css?family=Amaranth|Open+Sans');*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,600;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,500;0,600;1,600&display=swap');

body {
	background: #fff;
	/* font-family: 'Exo', sans-serif; */
	font-family: 'Barlow', sans-serif;
	/*padding-top: 170px;*/
	padding-top: 115px;
	font-weight: 500;
}
body.front-page {
	padding-top: 115px;
}

h1, h2, h3, h4 {
	font-family: 'Exo', sans-serif;
	font-weight: 600;
}

.sporttinappi-blue-text {
	color: #0095da;
}

.page-block h2.regular-heading {
	margin-top: 0px;
	font-size: 2rem;
	margin-bottom: 10px;
}

.breadcrumb {
	background: none;
}
.breadcrumb>li+li:before {
	content: '›';
}

.btn-primary {
	border-color: #0095da;
	background: #0095da;
}
.btn-primary:hover {
	background: #0388c5;
}

@media(min-width: 992px) {
	.nav li.cart-link:hover,
	.nav .cart-link:hover a {
		color: #eee !important;
	}
	li.cart-link>a {
		padding-bottom: 15px;
	}
	.cart-link .fa {
		font-size: 36px;
	}
}
#articles-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}

.content-wrapper {
	padding: 10px 15px;
}

.top-section {
	background: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 0px solid #102A3D;
	text-align: center;
	display: none;
}
.top-section .welcome-greeting {
	margin-top: 15px;
}
.top-section .welcome-greeting h1 {
	color: #000;
}
.top-section img {
	max-width: 30%;
}

.nav .cart-link {
	background: #FFF;
	font-weight: bold;
}
.nav .cart-link a {
	color: #0095da;
	font-size: 14px !important;
}
.nav .cart-link:hover {
	color: #102A3D;
}
.nav .cart-link:hover a {
	color: #eee;
}
.nav .cart-link small {
	font-size: 100%;
}

.nav li.cart-link:hover, .nav .cart-link:hover a {
	color: #333 !important;
}

.nav .cart-link .badge {
	background: none;
	color: #0095da;
	padding: 0;
	display: inline;
	vertical-align: unset;
	font-size: 14px;
}

.nav .cart-link .badge:before {
	content: '(';
}
.nav .cart-link .badge:after {
	content: ')';
}

.nav .cart-link:hover, .nav .cart-link:focus {
	background: none;
	color: #0095da;
}

.navbar-form button, .navbar-form button .nav-search {
	background: none;
	color: #000;
	text-transform: uppercase;
	border: 0;
	font-weight: normal;
}
.navbar-form button:hover {
	color: #ddd;
}
.navbar-form input.form-control{
	border-color: #000;
	color: #333;
}
.navbar-webink li>a {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-webink .navbar-nav>li>a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 4px;
	padding-right: 8px;
}
.navbar-webink .navbar-nav>li>a:focus {
	background: none;
	color: inherit;
}
.navbar-webink .navbar-nav>li.language-item>a {
	padding-left: 4px;
	padding-right: 8px;
}
.navbar-webink .navbar-nav>li.language-item.active>a {
	text-decoration: underline;
}
@media(min-width: 992px) {
	.navbar-webink .navbar-nav>li>a:before {
		content: '|';
		margin-right: 8px;
		color: #333 !important;
	}
	.navbar-webink .navbar-nav>li:first-child > a:before,
	.navbar-webink .navbar-nav>li.language-item>a:before {
		content: '';
	}
	.navbar-webink .navbar-nav>li.language-item>a:before {
		margin-right: 0px;
	}
	.navbar-webink .navbar-nav>li.cart-link > a:after {
		content: '|';
		color: #333 !important;
		margin-left: 8px;
	}
}
.navbar-webink li>a:hover {
	background: none;
	color: #0095da;
}

.navbar-secondary {
	min-height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-secondary .nav {
	float: right;
}
@media(max-width: 990px) {
	.navbar-secondary .navbar-nav {
		margin-top: 9px;
		margin-bottom: 9px;
	}
}
.navbar-secondary > .nav > li {
	float: left !important;
}
.navbar-secondary li a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-secondary .navbar-form {
	margin-top: 1px;
	margin-bottom: 1px;
	float: right !important;
	display: inline;
}

/* Custom navbar links */
#asyncSearchApp
{
	margin-top:0;
	margin-bottom:0;
}
.navbar-webink .link-about-us
{
	float:right; 
	margin-top:8px; 
	margin-bottom:8px;
	display:flex;
	align-items: center;
  	justify-content: center;
}
.navbar-webink .link-about-us > a
{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	line-height: 18px;
}
.navbar-webink .link-about-us > a:hover
{
	color: #0095da;
	text-decoration: none;
}
.navbar-webink .link-about-us > a:visited
{
	color:#000;
	text-decoration: none;
}

.navbar-webink {
	background: #FFF;
}

.navbar #socialShare li>div {
	padding: 15px 10px;
}

.navbar-brand-logo {
	position: absolute;
	height: 100px;
	top: -10px;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
}
.affix .navbar-brand-logo {
	height: 90px;
	top: 0;
}

.front-page .navbar-webink .container {
	box-shadow: none;
}
.navbar-collapse {
	background: #FFF;
	border-bottom: 0;
}
.navbar-webink li > a {
	color: #000;
	font-family: 'Exo', sans-serif;
}

.cart-preview-box {
	font-family: 'Exo', sans-serif;
}

.welcome-greeting h1 {
	font-size: 24px;
	color: #333;
}
.content-page .content {
	background: url('../img/sporttinappi_bg1.jpg') no-repeat;
	background-size: auto;
	padding-top: 50px;
}
.content {
	background: none;
	padding-top: 0;
}
.content .container {
	background: #fff;
	padding-top: 5px;
}
.front-page .content .container
{
	background:none;
}
.company-welcome {
	background: #76C5FF;
}
.welcome-greeting p {
	color: #000;
	text-align: inherit;
}

.footer {
	background: #00335f;
	border-top: 0;
	font-size: 16px;
	color: #eee;
	line-height: 1.5em;
	height: auto;
}
.footer a {
	color: #fff;
}
.footer .aboprint-footer-links a {
	color: #fff;
	padding: 0;
}
.footer .aboprint-footer-links a:after {
	content: '»';
	margin-left: 5px;
}
.footer img {
	margin-left: auto;
	margin-right: auto;
}

.footer-some-icon
{
	margin:5px;
}

.footer img.logo-sporttinappi
{
	margin-left:0;
}

.punch-icons {
	margin-top: 50px;
}
.punch-icons img {
	max-width: 150px;
	margin: 0px auto 20px auto;
}
.punch-icons p {
	font-size: 2rem;
}

.page-header {
	border: 0;
	padding: 0 10px;
}
.page-header h1.section-heading {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}




.left-menu {
	border: 0;
}

.left-menu .category-menu-title {
    border-bottom: 0;
    background: none;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.left-menu .category-menu-title .fa {
	display: none;
}
.left-menu ul.category-menu>li>a.nav-link {
	color: #FFF;
	font-weight: 500;
	font-size:13px;
	text-transform: uppercase;
}
.left-menu ul.category-menu>li>a.nav-link:hover {
	background: #fff;
	color: #0095da;
}
.left-menu ul.category-menu>li>a.nav-link>.fa {
	float: right;
	color: #0095da;
	margin-top: 3px;
}
.left-menu ul.category-menu>li>a.nav-link:hover>.fa {
	color: #fff;
}
.left-menu ul.category-menu>li.selected>a.nav-link {
	color: #FFF;
	border: 0;
}
.left-menu .nav li.selected > a {
	background: #0095da;
}
.left-menu .nav li.selected ul li, .left-menu .nav li ul li.selected > a  {
	background: #fff;
	border-bottom: none;
}
.left-menu ul.category-menu>li.selected>a.nav-link>.fa {
	color: #fff;
}
.left-menu ul.category-menu>li.selected>a.nav-link:hover {
	background: #fff;
	color: #0095da;
}
.category-menu li {
	background: #0095da;
	margin: 3px 0;
}
.category-menu .selected  {
	background: #FFF;
}

.category-menu>li ul li.selected.open {
	background: none;
}
.category-menu>li ul li.selected.open>a.nav-link {
	background: #eee;
}
.category-menu>li ul li.selected.open>ul {
	background: none;
	border: 0 !important;
}
.category-menu>li ul li.selected.open>ul>li {
	margin: 0;
}
.category-menu>li ul li.selected.open>ul>li>a.nav-link {
	padding-left: 30px;
	border: 0;
}
.category-menu>li ul li.selected.open>ul>li.selected.current>a.nav-link {
	color: #0095da;
}

.left-menu ul.category-menu>li>a.nav-link:hover,
.left-menu ul.category-menu>li.selected>a.nav-link:hover {
	background: #007cb5 !important;
	color: #eee;
}

.left-menu .nav .nav-link
{
	font-size: 14px;
	font-weight: 600;
}

.left-menu .nav li ul li a.nav-link {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}



.page-block {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-block h2 {
	margin-bottom: 20px;
}

.product-card {
	padding: 0px 10px;
}

.product-card .product-card-main-image {
	padding: 0px;
}

.product-card h1 {
	color: #333;
}

.product-card .description.show-less {
	max-height: 400px;
	overflow: hidden;
}

.product-list-card .card-content .card-title,
.product-list-card .card-content .card-title a {
	color: #0095da;
	font-weight: bold;
	text-align: center;
}
.product-list-card .card-content {
	text-align: center;
}
.product-list-card .card-footer {
	border: 0;
}
.product-list-card .card-block p {
	margin-bottom: 0;
}

.options-and-summary-wrapper {
	background: #fff; 
	border: 1px solid #ddd; 
	margin-left: 5px; 
	margin-right: 5px;
}


.left-content-images img {
	max-width: 100%;
}


.navbar-toggle {
	background: none;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	box-shadow: none;
}

.product-card .description img {
	max-width: 100%;
}



.displayable-products {
	background: #fff;
	margin-bottom: 20px;
	padding: 30px 15px 30px 15px;
}
.smaller-card {
	border-color: #0095da;	
}
.smaller-card .card-footer a.btn {
	display: block;
	background: #0095DA;
	border: none;
    text-align: center;
}
h2.centered-heading {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
	color: #0095da;
	font-weight: 600;
	font-size: 4rem;
}

.customer-feedback {
	padding: 20px;
	background: rgb(220 225 228 / 80%);
}
.customer-feedbacks-article-block .centered-heading {
	margin-bottom: 30px;
}
.customer-feedbacks-article-block .item a {
	text-decoration: none;
}
a .customer-feedback-body {
	color: #333;
}
.customer-feedback-body {
	padding: 0px 30px;
	font-size: 2rem;
}
.customer-feedback-body > div {
	padding-left: 15px;
	padding-right: 15px;
}





.price-box {
	background: #eee;
	color: #000;
	border: 1px #000;
	padding-top:10px;
}
.price-box .text-info {
	color: #333;
}
.price-box .unit-price {
	font-size: 11px;
}

.price-box .btn-success,
.btn-sportti {
	color: #fff;
	background-color: #0095da;
	border-color: #0095da;
}
.price-box .main-price {
	color: #000;
}
.price-box .main-price-label {
	color: #0095da;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
}

.option-group-row .btn.btn-selected {
	border-color: #0095da;
	background: #0095da;
    color: #fff;
}
.option-group-row .btn {
	overflow: hidden;
}

.option-group-row .center-label {
	text-align: center !important;
	font-size: 14px !important;
}

.table-option-groups > thead > tr > th, .product-card .form-group label
{
	font-size:14px;
}

.cart-count-disabled {
	font-size: 14px;
	text-align: left;
	background: none !important;
	color: #333;
}

.card-block.options_groups_content.table-responsive .btn-success {
    color: #fff;
	background-color: #0095da;
	border-color: #0095da;
}

.product-types-list-item {
	border: 1px solid #0095DA;
	margin-bottom: 30px;
}

.product-types-list-button {
	background: #0095DA;	
	text-align: center;
	padding: 15px;
	margin-bottom: 0px;
}
.product-types-list-button .card-title {
	margin: 0;
}
.product-types-list-button .card-title a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 600;
	font-size:14px;
}

.section-description a,
.section-description img {
	max-width: 100%;
}

.smaller-card .card-block p {
	overflow: hidden;
	height: 50px;
	font-size:12px;
}
.text-left {
	text-align: left !important;
}

.related-products-panel .panel-default {
	border: 0;
	margin-top: 15px;
}
.related-products-panel .panel-default .panel-heading {
	background: none;
	color: #0095da;
	font-weight: bold;
}


.featured-article-block {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	color: #fff;
}
.featured-article-block a {color:inherit;}
.featured-article-block .featured-article-title {
	font-size: 4rem;
	margin-top: 0;
}
.featured-article-block .featured-article-body {
	font-size: 2.5rem;
}
.featured-article-bg {
	background: url('../img/sporttinappi_bg2.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 200%;
	z-index: -1;
	position: absolute;
	top: -70%;
}

.main-banner-block {
	background: url('../img/sporttinappi_bg1.jpg') no-repeat center center;
	background-size: cover;
}

.welcome-greeting-block {
	padding-top: 50px;
}

.customer-feedbacks-article-block {
	padding-top: 50px;
	padding-bottom: 150px;
	position: relative;
	height:500px;
	display:flex;
	align-items: center;
}

.customer-feedback-body > p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


.customer-feedbacks-article-block .centered-heading {
	color: #fff;
}

.customer-feedbacks-article-bg {
	background: url('../img/sporttinappi_bg3.jpg') no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 130%;
	z-index: -1;
	position: absolute;
	top: 0;
}

.row-discount-amount, .row-original-price {
	font-size: 11px;
}

/* Helper class for hiding stuff only on desktop */
.hide-on-desktop
{
	display: none !important;
}

.secondary-navbar-flex-container .secondary-navbar-general-link-container > a {
	color:black;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 4px;
	padding-right: 8px;
}

@media(min-width: 768px) {
	.price-box {
		margin-right: -5px;
	}
	.equal {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.equal > div[class*='col-'] {  
		display: flex;
		flex-direction: column;
	}

	/* Target Safari for fixes */
	@media not all and (min-resolution:.001dpcm)
	{ @supports (-webkit-appearance:none) {

		.equal > div.col-sm-4 {
			flex: 0 0 33.3%; /* Fix Safari flow issue with columns (last one goes to next line) */
		}
	}}
	
	.product-types-list-content {
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.product-types-list-content p {
		margin: 0;	
	}

	.product-types-list-button {
		height: 50px;
		display: flex;
		align-items: center;
    	justify-content: center;
	}

	.secondary-navbar-flex-container {
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

@media(max-width: 991px) {
	.navbar-webink li > ul > li > a {
		color: #333;
	}
	.main-banner-block {
		padding-top: 15px;
	}
	.customer-feedback {
		margin-bottom: 10px;
	}
	.category-menu {
		background: #fff;
	}
	.category-menu li {
		background: #fff;
	}
	.category-menu li ul {
		list-style: none;
	}
	.navbar-webink .open>a {
		background: #fff;
		color: #333;
	}
	.left-content-images {
		display: none;
	}
	#navbar, #navbar2 {
		border-left: 1px solid rgb(221, 221, 221);
		border-right: 1px solid rgb(221, 221, 221);
		border-bottom: 1px solid rgb(221, 221, 221);
		padding: 0px 20px;
	}
	.affix-top #navbar,
	.affix-top #navbar2 {
		margin-top: 50px;
	}
	.welcome-greeting-block {
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-brand-logo {
		height: 60px;
		left: 10px;
	}
	.affix .navbar-brand-logo {
		height: 40px;
	}

	#asyncSearchApp {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	/* Helper class for hiding stuff only on desktop */
	.hide-on-desktop
	{
		display: block !important;
	}
}

@media(max-width: 768px) {
	body {
		padding-top: 130px;
	}
	body.front-page {
		padding-top: 130px;
	}
	.main-banner-block {
		padding-top: 15px;
	}
	.page-header {
		padding-left: 10px;
		padding-right: 10px;
		background: none;
	}
	.page-header p.section-description {
		color: #333;
	}
	.content .container {
		margin-top: 0;
		padding-top: 0;
	}
	.product-card p.description {
		color: #333;
	}
	
	.page-header h1 small a {
		color: #999;
	}
	.top-section .welcome-greeting h1 {
		padding-left: 10px; 
		padding-right: 10px;
		font-size: 20px;
	}
	.top-section img {
		max-width: 70%;
	}
	.navbar-brand-logo {
		height: 60px;
		left: 10px;
	}
	.affix .navbar-brand-logo {
		height: 40px;
	}
	.full-width-mobile .smaller-card {
		margin-bottom: 10px;
	}
	.product-types-list-wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}
	.smaller-card .card-content .card-footer .btn {
		display: block;
		color: #fff;
		background: #0095DA;
		border: none;
		text-align: center;
	}
	.product-card-main-image {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	.price-box .price-wrapper {
		color: #fff;
	}
	.price-box .main-price {
		color: #fff;
	}
	.main-banner-block {
		padding-top: 0px;
	}
	.cart-panel-body .panel .panel-heading h4 {
		color: #333;
	}
	.cart-panel-body .panel .panel-heading h4 .pull-right .row-discount-amount,
	.cart-panel-body .panel .panel-heading h4 .pull-right .row-original-price {
		font-size: 10px;
		display: block;
		text-align: right;
	}
	.cart-panel-body .panel .panel-heading {
		background: #fff;
		padding-top: 16px;
	}
	.cart-panel-body .panel .panel-heading h4 {
		color: #0095da;
		font-weight: bold;
		margin-top: 0px;
        margin-bottom: 0px;
	}
	.cart-panel-body .panel .panel-heading h4 > div {
		color: #000;
	}
	.footer img.logo-sporttinappi
	{
		margin-left:auto;
		margin-right:auto;
	}

	.navbar-webink.navbar-secondary {
		margin-bottom:0;
	}

	.secondary-navbar-flex-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.secondary-navbar-flex-container #asyncSearchApp {
		min-width: 65%;
	}
}

@media(max-width: 500px) {
	body {
		padding-top: 130px;
	}
	body.front-page {
		padding-top: 130px;
	}
	.main-banner-block {
		padding-top: 0px;
	}
	.carousel-indicators li {
		width: 8px;
		height: 8px;
	}
	.carousel-indicators .active {
		width: 10px;
		height: 10px;
	}
	.welcome-greeting p {
		font-size: 12px;
	}
	.top-section {
		padding-bottom: 20px;
	}
	.navbar-brand-logo {
		height: 60px;
		left: 10px;
	}
	.affix .navbar-brand-logo {
		height: 40px;
	}
	h2.centered-heading {
		font-size: 20px;
	}
}
