button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline: 0;
}
select:focus{
	outline-style: none;
    box-shadow: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.kooku-header-fixed #locale-block-top {
	opacity: 0;
	transition: opacity .1s ease-in-out;
}

#locale-block-top {
	position: absolute;
	right: 37px;
	bottom: 10px;
	z-index: 10001;
	opacity: 1;
	cursor: pointer;
	transition: opacity .4s ease-in-out;
}

#locale-block-top a {
	color: grey;
}

#locale-block-top a:hover {
	color: #ffffff;
	text-decoration: none;
}

#jashlocalesettings_form,
#jashlocalesettings_mobile_form {
	padding: 0 10px 25px;
	display: none;

}

#jashlocalesettings_form h2,
#jashlocalesettings_mobile_form h2 {
	padding-top: 20px;
	color: #000;
	font-family: "Source Sans Pro", Tahoma, sans-serif;
	font-weight: 200;
	letter-spacing: -2px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 11px;
	font-size: 42px;
	margin: 0 auto;
}

#jashlocalesettings_form_description,
#jashlocalesettings_mobile_form_description {

	font-family: "Open Sans", Arial, sans-serif;
	color: #676767;
	font-size: 13px;
	line-height: 1.2;
	margin: 0 auto;
	max-width: 680px;
	padding-bottom: 28px;
	text-align: center;
}

.jashlocalesettings_form_field {
	padding: 0 15px;
}

.jashlocalesettings_form_field label {
	font-size: 11px;
	font-family: "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 8px;
	display: block;
	font-weight: 400;
}

.jashlocalesettings_form_field select {
	height: 36px;
	border: 1px solid #999999;
	width: 100%;
	font-size: 14px;
	padding-left: 10px;
	cursor: pointer;
	margin-bottom: 15px;
	background: white;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;

}

.jashlocalesettings_form_field {
	position: relative;
}

.jashlocalesettings_form_field:before {
	position: absolute;
	content: "";
	background-color: white;
	height: 34px;
	width: 34px;
	right: 16px;
	bottom: 16px;
	pointer-events: none;
}

@media (max-width: 1023px) {
    .jashlocalesettings_form_field:before {
        display: none;
    }
}

.jashlocalesettings_form_field_static {
    font-size: 13px;
}

.jashlocalesettings_form_field_static:before {
    display: none;
}

.jashlocalesettings_form_field_static a {
    color: blue;
}

/*.jashlocalesettings_form_field:after {
	position: absolute;
	content: "";
	background-image: url('../../img/layout/arrow-bottom.png');
	height: 30px;
	width: 30px;
	background-size: contain;
	right: 25px;
	bottom: 17px;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}*/

.jashlocalesettings_form_submit .btn {
	background-color: #1a3047;
	color: #ffffff;
	margin: 27px auto 0;
	padding: 18px 38px;
	font-size: 13px;
	border-radius: 0;
	text-transform: uppercase;
	display: block;
	transition: all .2s ease-in-out;
}

.jashlocalesettings_form_submit .btn:hover {
	color: #000;
	background: #fff;
	transition: all .2s ease-in-out;
}

a[href*="sealsplash"]{
	display:none !important;
}
.kooku-footer .kooku-footer-main-nav>ul>li ul{
	margin-bottom:40px;
}
#social_block .kooku-share li{
	margin-left:0;
}
#social_block .kooku-share li a{
	display:block;
}

#social_block .kooku-share li a i{
	font-size:24px;
	color:#a9a9a9;
}

#social_block .kooku-share li a:hover i{
	color:#fff;
}

#category .ajax_block_product {
    opacity: 1;
    transform: none;
}

.lazy_loaded_product_image_container {
    margin-bottom: 21px;
    position: relative;
}

.lazy_loaded_product_image_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product .kooku-product .kooku-product-image.kooku-product-image-full .kooku-product-image-big{
    background-size:cover;
    max-width:3000px;
    margin:0 auto;
}

.cart_total_tax {
    display: none;
}

.cart_total_price p {
    font-weight: normal !important;
    font-size: 12px !important;
}

.cart-line-vat {
    margin-top: 4px;
    font-size: 12px !important;
}

.kooku-basket-container .product-details h4, 
.kooku-basket-container .product-details h5, 
.shopping-bag .value-cart, 
.kooku-basket-container .product-details-cell .price, 
.kooku-basket-container .summary-amount, 
.kooku-cart .kooku-product-description h3,  
.kooku-cart .kooku-product-description .price, 
.kooku-cart .kooku-cart-summary li:last-child,
.shopping-information .shipping, 
.shopping-information .price {
    font-weight: 600 !important;
}

#affilate-form .footer_links {
	display: none !important;
}

#affilate-form .alert.alert-success {
	background-color: transparent;
	font-size: 13px;
	line-height: 1.3;
	color: #676767;
	text-align: center;
	font-weight: 700;
}