/**

 * This file is a container for custom CSS. You can use it to override the default styles of the theme.

 *

 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".

 *    Otherwise this file will not be loded by Magento.

 * 2. Enable it in the admin panel.

 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.

 *

 * Please refer to the user guide for more details.

 *

 */







/* Stock indicator on product page: icon color

-------------------------------------------------------------- */



/*

.availability-only .ic { color: green; }

*/



@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);



body {

	font-family: "Open Sans", sans-serif;

	font-weight: 300;

	background: #444;

}



.wrapper {

    border-top-style: solid;

    border-top-width: 0px;

    background-position: center top;

    background-repeat: no-repeat;

}



.error-msg, .success-msg, .note-msg, .notice-msg {

    font-size: 16px !important;

}



.cart .discount h2 {

	padding-top: 30px;

}

.cart .shipping-form .col-2 {

	padding: 20px 0;

}

/* Onepage checkout */

.opc-back-trigger {
	background: #333;
	padding: 7px 10px;
	color: #FFF !important;
	border-radius: 2px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

#checkout-review-table-footer {
	display: none;
	width: 100%;
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #b6b6b6;
}

#checkout-review-table-footer td {
	line-height: 50px;
	padding: 14px 10px !important;
}

#checkout-review-table-footer tbody td h3 {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

#checkout-review-table-footer thead th {
    padding: 20px 10px !important;
}

#checkout-review-table-footer tfoot td {
	line-height: inherit !important;
	padding: 5px 0 !important;
}


.opc-wrapper-opc .grand_total {
	margin-bottom: 20px;
}

.total-td, .qty-td {
	width: 100px;
}

.total-td {
	text-align: right;
}

.opc-review-actions {
	border-top: none !important;
}

#checkout-review-table-wrapper {
	max-height: auto;
	margin-bottom: 0px;
	max-height: inherit !important;
}

#co-payment-form label {
	display: none;
}

#co-payment-form {
	display: block;
	padding-bottom: 20px;
	margin-top: -20px;
	text-align: center;
}

.opc-menu {
	position: relative;
}

.main .opc-wrapper-opc .opc-col-left,
.main .opc-wrapper-opc .opc-col-center,
.main .opc-wrapper-opc .opc-col-right {
	width: 100%;
	padding: 0;
	float: none;
}

.main .opc-wrapper-opc #opc-review-block {
	width: 100% !important;
	position: relative;
	display: block !important;
	top: 0px;
	right: inherit;
	height: auto !important;
	border-radius: 0;
	border: none !important;
	box-shadow: none !important;
}

.right.review-menu-block {
	clear: both;
	float: none !important;
}

.main .review-menu-block a.review-total {
	padding-right: 0px;
	border-radius: 0;
	display: none !important;
}

.main .opc-wrapper-opc #opc-review-block .product-name {
	line-height: 50px;
}

.opc-wrapper-opc .infotext p {
	line-height: 120%;
	margin: 0 0 50px 0;
	font-size: 13px;
	font-style: italic;
}

.main .opc-wrapper-opc .collapse-block {
	display: block !important;
	border-radius: 0;
	width: 100% !important;
	font-size: inherit !important;
	line-height: 120% !important;
	height: inherit !important;
	padding: 0px !important;
	border-top: 1px solid #B6B6B6 !important;
	margin-top: 10px !important;
}

.opc-wrapper-opc .opc-data-table thead th {
	padding: 20px 10px !important;
}

.opc-wrapper-opc .opc-data-table tbody td {
	padding: 14px 10px !important;
	line-height: 50px !important;
}

.opc-wrapper-opc .opc-data-table tfoot td {
	line-height: 120% !important;
}

.opc-wrapper-opc .opc-data-table tbody td.last {
	padding-right: 0px !important;
}

.opc-wrapper-opc .discount-block .expand_plus {
	display: none !important;
}

/* Black friday label */
.products-grid.size-s .sticker.blackfriday {
    width: 85px;
    height: 85px;
}

/* FACEBOOK */


/* Piilota klarna ostoskorinäkymästä */



.cart .totals .checkout-types a {

	display: none;

	margin: 0px;

	border: 0px none;

	overflow: visible;

	cursor: pointer;

	font-size: 12px;

	font-weight: normal;

	white-space: nowrap;

	text-align: center;

	background-color: #333;

	color: #FFF;

	line-height: 45px;

	padding: 0px 25px;

	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;

}



.cart .totals .checkout-types a:hover {

	background-color: #8DC641;

}





/* HEADER */



.sticky-header .sticky-container {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1000;

}

.header-regular .search-wrapper {width:auto;}


.nav-item--stickylogo img {
	padding-right: 15px;
	padding-left: 15px;
	max-height:35px;
}
.nav-holder > * {
    max-height: 35px;
}

#header-nav .nav-regular {

	background-color: transparent;

}


/* FIX FOR mobile sticky nav */
#header-nav nav#mainmenu {
	max-height: calc(100vh - 75px);
	overflow-y: scroll;
}

body.mobile-nav-active {
	overflow: hidden!important;
}

/* END FIX */

.header-top-container,

.header-primary {

	position: relative;

}



.welcome-msg {

	position: absolute;

	text-transform: uppercase;

	font-size: 20px;

	font-family: "Oswald", sans-serif;

	font-weight: 300;

}



.customer-account .welcome-msg {

	position: relative;

}




.nav-mobile .nav-item.level0 > a, .navi.nav-mobile ul.level0 .nav-item > a {color:#000;}





.social-links .ib, .social-links a > span.icon {

	background: #7cb530;

	color: #FFF;

}



.social-links .ib:hover, .social-links a > span.icon:hover {

	background: #FFF !important;

	color: #8dc641 !important;

}



#header-cart .btn-checkout {

    font-size: 12px;

}



#nav li a {

	font-family: "Lato", sans-serif;

	font-size: 16px;

	font-weight: 400;

	letter-spacing: 0.04em;

}

.nav-regular li.level0 > a {
padding: 0 8px;
}

.nav-mobile .nav-item.level0 > .opener {
	color: #000;
}

/* Off canvas menu
nav#mainmenu.nav-mobile.show, #header-nav.skip-active nav {
    left: 0!important;
}

nav#mainmenu.nav-mobile {
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    color: white;
    cursor: pointer;
    font-size: 2rem;
    height: 100vh;
    left: -26rem;
    padding: 6rem 2rem 2rem 2rem;
    position: fixed;
    top: 0;
    width: 20rem;
    z-index: 1000;
}
.nav-container {
    min-height: 50px;
}

.mobnav-trigger.menu-trigger.active {
		position: fixed;
		z-index: 2000;
		top: 45px;
		left: 25px;
}


.header-mobile .skip-link.skip-active {
    position: absolute;
    top: 50px;
    z-index: 2000;
    background: none;
    left: 45px;
    width: auto;
}*/


/* SLIDER */



.caption {

	margin: 4%;

}



.the-slideshow h2.heading {

	font-size: 20pt;

	font-weight: 300;

}



.caption h3.heading {

	font-size: 2.8em;

}



.caption h4.heading {

	font-size: 2.5em;

}



.the-slideshow-banners a {

	margin-bottom: 10px;

	border: 1px solid #EEE;

}



.the-slideshow-wrapper .the-slideshow-banners {

	margin-right: 0;

	margin-bottom: 0;

	width: 25%;

}



/* CONTENT */



.clearboth {

	clear: both;

}



.etusivulinkit .grid12-6 {

	border-radius: 7px;

}

.etusivu-grid-nospace.wide{
margin-left:-20px;
margin-right:-20px;
}
.etusivu-grid-nospace .grid12-6{
width:50%;
margin-left:0;
margin-right:0;
}
.etusivu-grid-nospace img {
	width: 100%;
}


.cms-home .box-tabs {

	border-bottom: 1px solid #e5e5e5;

	margin-bottom: 30px;

}



.cms-home .box-tabs .tabs-panels {

	padding-bottom: 0;

}



.show-grid [class*="grid12-"]:hover {

    background-color: #8dc641;

    color: #FFF;

}



.gen-tabs .tabs a {

    line-height: 2em;

}



.gen-tabs-style1 .tabs a.current {

    margin-bottom: 0px;

    margin-top: 0px;

    padding-top: 0px;

}



body.cms-index-index .main {

	padding-top: 0;

}



.cms-home .main .preface,

.cms-index-index .main .preface {

	margin-left: -20px;

	margin-right: -20px;

	margin-top:20px;
}



.gen-tabs-style1 .tabs a.current,

.gen-tabs-style1 .tabs a.current:hover {

	border-color: #e5e5e5;

}



.gen-tabs-style1 .tabs a:hover {

	border-color: #8dc641;

}



.cms-home .tabs-panels {

	padding-top: 7px;

}



.cms-home .box-additional.grid12-12 {

	margin-left: 0;

	margin-right: 0;

	width: 100%;

}



.cart-table tfoot button {

	padding: 0 10px;

}



.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image {

	width: inherit;

	max-width: inherit;

	height: auto;

}



.widget-new-products .products-grid .item, .widget-viewed .products-grid .item, .widget-compared .products-grid .item {

	width: inherit;

	max-width: inherit;

}
a.link-compare, .product-view .add-to-links a.link-compare {display:none;}


#itemslider-featured-uudet .item {

    padding-bottom: 20px;

    padding-top: 20px;

    position: relative;

}




.page-title h1,

.product-name h1 {

	color: #8dc641;

	text-transform: uppercase;

	font-weight: 700;

	font-size: 2em;

}

.page-title h1 {
    color: #000;
    font-weight: 400;
    text-align: center;
}

.main {

	padding-top: 25px;

}



.main ul.lista {

	list-style: disc;

	margin: 0 0 20px 25px;

}



.col-main {

	margin-top: 0px;

	padding-top: 0px;

}



.no-rating a {

	display: inline-block;

	padding: 10px;

	background: #333;

	margin: 0;

	color: #FFF;

}



.no-rating a:hover {

	background: #8dc641;

}



.cms-page-view .main img {

	border-radius: 4px;

	border: 1px solid #FFF;

	margin: 7px 5px;

	height: auto !important;

}



.ainesosa-kuva {

	width: 150px;

}



.itemslider h3.product-name {

	font-size: 1em;

}



table {

	max-width: 100% !important;

}



.klarna_promotion_logo {

	display: none;

}



#instafeed a {

	display: inline-block;

	margin: 0 0 15px 1%;

	width: 23%;

	text-align: center;

	box-sizing: border-box;

}







.nolink:hover {

	cursor: inherit;

	color: #9C0;

}



.product-view .action-box {

	margin-bottom: 15px;

	margin-top: 10px;

}



.feature-wrapper.top-border {

	margin-top: 0;

}



.col-main {

	position: relative;

}



.addthis_toolbox {

	position: absolute;

	top: 10px;

	left: 20px;

	z-index: 200;

}



.product-view .add-to-box {

	border-bottom: none;

	margin-bottom: 0;

}



.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .special-price .price-label, .product-view .product-shop .price-box .old-price .price, .product-view .product-shop .price-box .old-price .price-label, .product-view .product-shop .price-box .price-including-tax .price, .product-view .product-options-bottom .price-box .regular-price .price, .product-view .price-as-configured .price, .map-popup-price .regular-price .price, .product-view .price-box.map-info .old-price .price {

    font-size: 2em;

}



.product-view .box-tabs,

.product-view .box-additional {

	width: 100%;

	margin-left: 0;

	margin-right: 0;

}



.product-view .box-additional {

	margin-top: 0;

}



.custom-sidebar-right .inner {

	border-left: none;

	padding-left: 0;

}



.custom-sidebar-right .product {

	float: left;

	margin-right: 10px;

}



.block-related .block-subtitle {

	width: 100%;

	padding: 10px 0 !important;

	margin: -10px 0 20px 0;

}

.box-additional .section-title {
border:none;
}
.box-additional h2 {
margin-top:10px;
}
#suosittelemme .grid12-4,#alaosio .grid12-4{
text-align:center;
}
#suosittelemme .grid12-4 .product-image-wrapper {
padding:20px;
}
#suosittelemme .product-image img:hover{
opacity:0.8;
}
#suosittelemme .grid12-4:nth-child(3n+2) .product-image-wrapper, #alaosio .grid12-4:nth-child(3n+2) {
border-left: 2px solid rgba(0, 0, 0, 0.8);
border-right: 2px solid rgba(0, 0, 0, 0.8);
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-top: 20px;
padding-bottom: 20px

}
#suosittelemme .product-image-wrapper {
	border:none;
}
#suosittelemme .item .actions {position:relative;}
#suosittelemme .actions {margin-top:20px;}
#suosittelemme.products-grid.size-s .product-name {min-height:44px;}
.top-text-container {
    text-align: center;
}
div.top-text {
    display: inline-block ;
    margin-right: 8%;
}
.top-text .ic {
    color: #7BB043;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5em;
}
.top-text .text {
    line-height: 1.5em;
    font-size: 1.2em;
}

.top-text {
     vertical-align: middle;
     line-height: 1.5em;
}

#goto-reviews-form {

	display: none;

}



.sample-block {

	margin: 30px 0;

	text-align: center;

}



/* CATEGORY GRID */

.category-title {
    border: none;
    margin-top: 20px;
}

.sorter {
    display: none;
}

.toolbar {
    border: none;
}

.categorylist {

	margin: 10px 0;

}



.categorylist .category-grid {

	clear: both;

}



.categorylist .category-grid .item {

	float: left;

	display: block;

	width: 25%;

}



.categorylist .category-grid .item .frame {

	text-align: center;

	padding: 10px;

}



.categorylist .category-grid .item img {

	max-width: 100%;

	border-radius: 10px;

}

.category-products-grid .product-image img {
	width:100%;
}

.categorylist .category-grid .item .category-name {

	font-size: 1em;

	margin: 10px 0;

}

.category-products-grid .configurable-swatch-list {
    margin-top: 10px;
}

.products-grid a.product-image:hover {
    opacity: 0.8;
}

/* NEWSLETTER */


.mc-closeModal {
	display: inline-block;
	background: #FFF;
	color: #000 !important;
}

.mc-modal {
	z-index: 200000 !important;
}


#subscribe-form {

	margin-top: 0.625em;

}


#mc_embed_signup form {
	padding: 0 !important;
}


#subscribe-form .subscribe-heading {

	text-transform: uppercase;

	font-size: 1.3333em;

    font-weight: normal;

    margin-bottom: 0.625em;

}



/* SIDEBAR */



.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {

   	width: 100% !important;

}



/* FOOTER */



.footer-primary-container {

	padding-top: 20px;

}



.footer .item {

	width: 100%;

	float: none;

	margin: 20px 0 0 0;

}



.footer-linkit {

	display: block;

	width: 100%;

}



.footer-linkit img {

	vertical-align: middle;

	margin: 5px;

}



/* TAUSTAKUVAT */



.cms-tietoa-meikista .main,

.cms-usein-kysyttya .main,

.cms-mediassa .main,

.cms-ainesosat .main,

.cms-jalleenmyyjat .main,

.cms-ota-yhteytta .main,

.cms-ingredienser .main,

.cms-media-se .main,

.cms-aterforsaljare .main,

.cms-kontakt .main {

	background-repeat: no-repeat;

}



.cms-tietoa-meikista .main,

.cms-mediassa .main,

.cms-jalleenmyyjat .main,

.cms-media-se .main,

.cms-aterforsaljare .main {

	background-image: url('../images/bg-oletus.jpg');

	background-position: center top;

}



.cms-usein-kysyttya .main {

	background-image: url('../images/bg-usein-kysyttya.jpg');

	background-position: right top;

}



.cms-ainesosat .main,

.cms-ingredienser .main {

	background-image: url('../images/bg-ainesosat.jpg');

	background-position: center bottom;

}



.cms-ota-yhteytta .main,

.cms-kontakt .main {

	background-image: url('../images/bg-yhteystiedot.jpg');

	background-position: right top;

}



.zuii-colset, .zuii-colset-big {

    clear:both;

}

.zuii-colset .zuii-col, .zuii-colset-big .zuii-col {

    float:none;

}


.zuiiorganic_se #header-cart .actions .btn-checkout {
	display: none;
}

/* CATEGORY LABEL */

.cat-label-label3,
.cat-label-label4,
.cat-label-label5,
.cat-label-label6 {
	color: #FFF;
	background: #8dc641;
}
button.button.btn-cart {
    color: #fff;
    background: #8dc641;
}

button.button.btn-cart:hover {
    opacity: 0.8;
}

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

	.products-grid.size-s .product-name {

	    font-size: 0.9666em;

	    line-height: 1.0807em;

	}



    .zuii-colset, .zuii-colset-big {

        clear:both;

    }

    .zuii-colset .zuii-col {

        float:left;

        width: 25%;

        height: 200px;

    }
    .zuii-colset-big .zuii-col {

        float:left;

        width: 32%;
        padding-right: 1.3%;

        height: 450px;

    }



}





@media only screen and (min-width: 768px) and (max-width: 959px) {


	.header-primary-container .header-primary {

		width: 96%;

	}

    .zuii-colset, .zuii-colset-big {

        clear:both;

    }

    .zuii-colset .zuii-col {

        float:left;

        width: 33.3%;

        height: 200px;

    }

    .zuii-colset-big .zuii-col {

        float:left;

        width: 48%;
        padding-right: 2%;

        height: 450px;

    }



    .the-slideshow h2.heading {

		font-size: 15pt;

	}



}






@media only screen and (min-width: 480px) and (max-width: 767px) {



	.the-slideshow h2.heading {

		font-size: 11pt;

	}

}



@media only screen and (max-width: 767px) {

	.header-container {

	    max-width: none;

	    width: 100%;

	}



	table td {

		display: block;

		width: 100%;

	}

	.opc-wrapper-opc .opc-data-table tbody td,
	.opc-wrapper-opc .opc-data-table tfoot td {
		display: table-cell;
		width: inherit;
	}

	.opc-wrapper-opc .opc-data-table {
		overflow-x: scroll;
		min-width: 450px !important;
	}
	#suosittelemme .grid12-4:nth-child(2) .product-image-wrapper, #alaosio .grid12-4:nth-child(2) {border:none;}

}



@media only screen and (max-width: 1200px)  {

	#suosittelemme .clearboth,

	#itemslider-featured-uudet .clearboth,

	#itemslider-myydyimmat .clearboth {

		clear: none;

	}



	#suosittelemme .item,

	#itemslider-featured-uudet .item,

	#itemslider-myydyimmat .item {

		width: 21%;

		padding: 0 2%;

		margin-bottom: 10px;

	}



	#itemslider-featured-uudet .item,

	#itemslider-myydyimmat .item {

		min-height: 300px;

	}

}



@media only screen and (max-width: 960px)  {

	#suosittelemme .item,

	#itemslider-featured-uudet .item,

	#itemslider-myydyimmat .item {

		width: 46%;

		padding: 0 2%;

		margin-bottom: 10px;

		min-height: 330px;

	}





	#suosittelemme .clearboth,

	#itemslider-featured-uudet .clearboth,

	#itemslider-myydyimmat .clearboth {

		clear: none;

	}



	#header-nav {

		background: none;

	}





	#header-search {

		position: absolute;

		top: -55px;

		right: 100px;

	}



	.header-mobile .logo-wrapper--mobile {

	    margin-left: auto;

	    margin-right: auto;

	    text-align: center;

	    width: 100%;

	    margin-bottom: 20px;

	}



	.header-primary-container {

		border-bottom: 0;

	}



	.header-primary-container .inner-container {

		padding-left: 0;

		padding-right: 0;

	}



	.categorylist .category-grid {

		clear: both;

	}



	.categorylist .category-grid .item {

		float: left;

		display: block;

		width: 50%;

	}



	.slider-arrows2 .owl-controls .owl-buttons div {

		height: 30px;

		width: 30px;

		line-height: 30px;

		border-radius: 30px;

	}



	.the-slideshow-wrapper .slider-arrows2 .owl-controls .owl-buttons .owl-prev {

	    left: auto;

	    right: 50px;

	    top: 10px;

	}



	.header-primary-container {

	    border-top: none;

	}



	.header-top-container {

		display: none;

	}



	.header-mobile .header-collateral + .logo-wrapper--mobile {

	    text-align: center;

	}



	.logo-wrapper--mobile {

		padding: 0 0 20px 0;

	}



	#header-collateral {

		float: none;

		position: absolute;

		right: 0;

		bottom: 60px;

	}



	.hp-blocks-holder {

		position: relative;

	}



}



@media only screen and (max-width: 767px)  {



	/* POISTA TAUSTAKUVAT */



	.cms-tietoa-meikista .main,

	.cms-usein-kysyttya .main,

	.cms-mediassa .main,

	.cms-ainesosat .main,

	.cms-jalleenmyyjat .main,

	.cms-yhteystiedot .main {

		background-image: none;

	}



	#header-search {

		position: inherit;

		top: inherit;

		right: inherit;

	}



	.etusivulinkit .grid12-6 {

		width: 48% !important;

		display: block;

	    float: left;

	    margin-left: 1%;

	    margin-right: 1%;

	    border-radius: 7px;

	}



	.footer-primary .grid12-3 {

		margin-bottom: 20px;

	}


	#co-payment-form img {
		width: 100%;
	}


}



@media only screen and (max-width: 479px) {



	#suosittelemme .item,

	#itemslider-featured-uudet .item,

	#itemslider-myydyimmat .item {

		width: 96%;

		padding: 0 2%;

		margin-bottom: 10px;

	}



}

@media only screen and (min-width: 640px) {
.products-grid .item .product-image-wrapper {
padding:20px;
}
.products-grid .item:nth-child(3n+2) .product-image-wrapper {
     border-left: 2px solid rgba(0, 0, 0, 0.8);
     border-right: 2px solid rgba(0, 0, 0, 0.8);

}
.itemgrid.itemgrid-adaptive .item {
width:31.1%;
}
.products-grid .product-name {
margin: 0;
}
.category-products-grid .item {
border: none;
}
}


/* Product counter in the mini cart drop-down

-------------------------------------------------------------- */



/*

.header .skip-link .count {

	background-color: yellow;

	color: white;

}

*/

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}

/* miksi luomua */
.question {
    padding-bottom: 10px;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 1.3em;
}

.question:before {
    position: absolute;
	content: "\e23c";
    width: 17px;
    height: 17px;
    background: #8DC641;
    border-radius: 100%;
    text-align: center;
    left: 0;
    font-family: 'ThemeIcons';
    color: #fff;
    font-size: 8px;
    line-height: 2.2;
    top: 3px;
}

.question.open:before {
   content: "\e23d";
}

.answer {
    padding-left: 27px;
    display: none;
}

.answer p {
    margin-bottom: 30px;
    margin-top: 10px;
}

.answer p strong:first-child {
    margin-bottom: 10px;
    display: inline-block;
}

.dist-wrap .answer p:first-child {
    margin-top: 0;
}

.dist-wrap .answer p:first-child strong:first-child {
    margin-top: 0;
}

.answer p:last-child {
    margin-bottom: 5px;
}

.q-a-wrap {
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 5px;
}

/* MOBILE STICKY HEADER */
div#header-container.header-mobile.sticky-header {
    position: fixed;
    z-index: 999;
}
.header-mobile.sticky-header .logo-wrapper--mobile {
    padding: 0;
		margin-bottom: 0;
}
.header-mobile.sticky-header .logo-wrapper--mobile img {
    max-height: 45px;
}

/* Home tabs */
#home-product-tabs .tabs a {
    border: none;
    background: none;
    font-size: 2em;
    line-height: 1.25em;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    padding-top: 0;
    font-weight: normal;
}
#home-product-tabs .tabs-panels {
    border:none;
}

#home-product-tabs .tabs a.current {
    color: #8dc641;
}

#ajax-cart-message {
		display:none;
  	position: fixed;
    color: #8dc641;
    z-index: 2000;
    background: #f3f3f3;
    padding: 20px;
    width: 100%;
    text-align: center;
}
